@charset "UTF-8";
* {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #1f2937;
  background-color: #ffffff;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 1rem 0;
  color: #1f2937;
}

h1 {
  font-size: 2.25rem;
}

h2 {
  font-size: 1.875rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.25rem;
}

h5 {
  font-size: 1.125rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin: 0 0 1rem 0;
  color: #1f2937;
}

a {
  color: #667eea;
  text-decoration: none;
  transition: color 0.15s ease;
}

ul, ol {
  margin: 0 0 1rem 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: 0.25rem;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

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

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.mt-0 {
  margin-top: 0;
}

.mt-1 {
  margin-top: 0.5rem;
}

.mt-2 {
  margin-top: 1rem;
}

.mt-3 {
  margin-top: 1.5rem;
}

.mt-4 {
  margin-top: 2rem;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-1 {
  margin-bottom: 0.5rem;
}

.mb-2 {
  margin-bottom: 1rem;
}

.mb-3 {
  margin-bottom: 1.5rem;
}

.mb-4 {
  margin-bottom: 2rem;
}

.p-0 {
  padding: 0;
}

.p-1 {
  padding: 0.5rem;
}

.p-2 {
  padding: 1rem;
}

.p-3 {
  padding: 1.5rem;
}

.p-4 {
  padding: 2rem;
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

.d-flex {
  display: flex;
}

.d-grid {
  display: grid;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.align-center {
  align-items: center;
}

.align-start {
  align-items: flex-start;
}

.align-end {
  align-items: flex-end;
}

#block-taigharina-site-branding {
  display: none !important;
}

.tg-header {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 0;
  z-index: 1000;
}
.tg-header__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 70px;
}
@media (min-width: 769px) {
  .tg-header__container {
    padding: 1rem;
  }
}
.tg-header__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 769px) {
  .tg-header__top {
    justify-content: space-between;
  }
}
.tg-header__logo {
  flex-shrink: 0;
}
.tg-header__logo-link {
  text-decoration: none;
  display: block;
  transition: transform 0.3s ease;
}
.tg-header__logo-link:hover {
  transform: scale(1.05);
}
.tg-header__logo-text {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 700;
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  letter-spacing: 0.5px;
}
@media (max-width: 768px) {
  .tg-header__logo-text {
    font-size: 1.4rem;
  }
}
@media (max-width: 768px) {
  .tg-header__meta-nav {
    display: none;
  }
}
.tg-header__meta-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 1.5rem;
  align-items: center;
}
.tg-header__meta-nav ul li {
  margin: 0;
}
.tg-header__meta-nav ul li a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  font-size: 1rem;
  font-weight: 700;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.tg-header__meta-nav ul li a:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
}
.tg-header__meta-nav ul li a .tg-header__meta-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.tg-header__navigation {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 1rem;
  min-height: 50px;
  align-items: center;
}
@media (max-width: 768px) {
  .tg-header__navigation {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    flex-direction: column;
    padding: 1rem 0;
  }
  .tg-header__navigation.is-active {
    display: flex;
  }
}
.tg-header__navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 0.75rem;
}
@media (max-width: 768px) {
  .tg-header__navigation ul {
    flex-direction: column;
    gap: 0;
    width: 100%;
  }
}
.tg-header__navigation ul li {
  margin: 0;
  position: relative;
}
.tg-header__navigation ul li a {
  text-decoration: none;
  color: #ffffff;
  font-weight: 500;
  font-size: 1rem;
  transition: all 0.3s ease;
  display: flex;
  position: relative;
}
.tg-header__navigation ul li a::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 0;
  height: 2px;
  background: #ffffff;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}
.tg-header__navigation ul li a:hover, .tg-header__navigation ul li a:focus {
  color: #f0f0f0;
}
.tg-header__navigation ul li a:hover::after, .tg-header__navigation ul li a:focus::after {
  width: 100%;
}
.tg-header__navigation ul li a.is-active {
  font-weight: bold;
}
@media (max-width: 768px) {
  .tg-header__navigation ul li a {
    color: #333;
    padding: 1rem 2rem;
  }
  .tg-header__navigation ul li a::after {
    background: #333;
  }
  .tg-header__navigation ul li a:hover {
    color: #666;
  }
  .tg-header__navigation ul li a:hover::after {
    background: #666;
  }
  .tg-header__navigation ul li a.is-active {
    font-weight: bold;
  }
  .tg-header__navigation ul li a.is-active::after {
    background: #333;
  }
}
.tg-header__navigation ul li.has-child {
  position: relative;
}
.tg-header__navigation ul li.has-child > ul {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  min-width: 220px;
  display: none;
  flex-direction: column;
  gap: 0;
  padding: 0.75rem 0;
  margin-top: 0.5rem;
}
.tg-header__navigation ul li.has-child > ul::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid white;
}
@media (max-width: 768px) {
  .tg-header__navigation ul li.has-child > ul {
    position: static;
    transform: none;
    box-shadow: none;
    border-radius: 0;
    background: #f8f9fa;
    margin-top: 0;
    padding-left: 2rem;
  }
  .tg-header__navigation ul li.has-child > ul::before {
    display: none;
  }
}
.tg-header__navigation ul li.has-child > ul li a {
  color: #333;
  padding: 0.75rem 1.5rem;
  border-radius: 0;
}
.tg-header__navigation ul li.has-child > ul li a:hover {
  background: #f8f9fa;
  transform: none;
}
@media (max-width: 768px) {
  .tg-header__navigation ul li.has-child > ul li a {
    padding: 0.75rem 1rem;
  }
}
.tg-header__navigation ul li.has-child:hover > ul {
  display: flex;
}
.tg-header__mobile-menu-toggle {
  display: flex;
  flex-direction: column;
  gap: 4px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  border-radius: 8px;
  transition: background 0.3s ease;
}
@media (min-width: 769px) {
  .tg-header__mobile-menu-toggle {
    display: none;
  }
}
.tg-header__mobile-menu-toggle:hover {
  background: rgba(255, 255, 255, 0.1);
}
.tg-header__mobile-menu-icon {
  width: 24px;
  height: 3px;
  background: white;
  border-radius: 2px;
  transition: all 0.3s ease;
  position: relative;
}
.tg-header__mobile-menu-icon::before, .tg-header__mobile-menu-icon::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 3px;
  background: white;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.tg-header__mobile-menu-icon::before {
  top: -8px;
}
.tg-header__mobile-menu-icon::after {
  bottom: -8px;
}
.tg-header__mobile-menu-icon.is-active {
  background: transparent;
}
.tg-header__mobile-menu-icon.is-active::before {
  transform: rotate(45deg);
  top: 0;
}
.tg-header__mobile-menu-icon.is-active::after {
  transform: rotate(-45deg);
  bottom: 0;
}

.tg-main {
  min-height: calc(100vh - 200px);
}

.tg-footer {
  background: #111827;
  color: white;
  padding: 3rem 0;
  margin-top: auto;
}
.tg-footer h1, .tg-footer h2, .tg-footer h3, .tg-footer h4, .tg-footer h5, .tg-footer h6 {
  color: white;
}
.tg-footer a {
  color: rgba(255, 255, 255, 0.8);
}
.tg-footer a:hover {
  color: white;
}
.tg-footer p {
  color: rgba(255, 255, 255, 0.7);
}

.node-content {
  margin: 0 auto;
}

.node-home__stage, .node-content__stage {
  position: relative;
}
.node-home__stage-image, .node-content__stage-image {
  position: relative;
  width: 100%;
  height: 500px;
  aspect-ratio: 16/9;
}
.node-home__stage-image img, .node-content__stage-image img {
  height: 500px;
  width: 100%;
  object-fit: cover;
}
.node-home__stage-text, .node-content__stage-text {
  position: absolute;
  bottom: 50px;
  right: 50px;
  max-width: 50%;
  background: rgba(255, 255, 255, 0.5);
  padding: 1rem;
  border-radius: 0.5rem;
  backdrop-filter: blur(5px);
}

.node-home__teaser-wrapper, .node-content__teaser-wrapper {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: -50px;
}
.node-home__teaser-wrapper > div, .node-content__teaser-wrapper > div {
  display: flex;
  gap: 1.5rem;
}
@media (max-width: 1024px) {
  .node-home__teaser-wrapper > div, .node-content__teaser-wrapper > div {
    flex-direction: column;
    padding: 0 1rem;
  }
}
.node-home__teaser-wrapper > div > div, .node-content__teaser-wrapper > div > div {
  flex: 1;
}
.node-home__teaser-wrapper > div > div:nth-child(1) .node-content-teaser, .node-content__teaser-wrapper > div > div:nth-child(1) .node-content-teaser {
  background: linear-gradient(135deg, #4ade80, rgb(37.7803738318, 207.2196261682, 99.6028037383));
}
.node-home__teaser-wrapper > div > div:nth-child(1) .node-content-teaser::before, .node-content__teaser-wrapper > div > div:nth-child(1) .node-content-teaser::before {
  content: "★";
}
.node-home__teaser-wrapper > div > div:nth-child(2) .node-content-teaser, .node-content__teaser-wrapper > div > div:nth-child(2) .node-content-teaser {
  background: linear-gradient(135deg, #f87171, rgb(245.6040268456, 64.3959731544, 64.3959731544));
}
.node-home__teaser-wrapper > div > div:nth-child(2) .node-content-teaser::before, .node-content__teaser-wrapper > div > div:nth-child(2) .node-content-teaser::before {
  content: "🎓";
}
.node-home__teaser-wrapper > div > div:nth-child(3) .node-content-teaser, .node-content__teaser-wrapper > div > div:nth-child(3) .node-content-teaser {
  background: linear-gradient(135deg, #a855f7, rgb(143.0730337079, 36.2921348315, 244.7078651685));
}
.node-home__teaser-wrapper > div > div:nth-child(3) .node-content-teaser::before, .node-content__teaser-wrapper > div > div:nth-child(3) .node-content-teaser::before {
  content: "🌍";
}

.node-content-teaser {
  display: flex;
  flex-direction: column;
  color: white;
  padding: 2rem;
  border-radius: 0.75rem;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  min-height: 250px;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
}
.node-content-teaser::before {
  content: "★";
  font-size: 2.5rem;
  margin-bottom: 1rem;
  display: block;
  transition: all 0.3s ease;
}
.node-content-teaser h2, .node-content-teaser h3, .node-content-teaser h4 {
  color: white;
  margin: 0 0 1rem 0;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.node-content-teaser p {
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
  line-height: 1.6;
  font-size: 1rem;
}
.node-content-teaser:hover {
  transform: translateY(-20px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {
  .node-content-teaser {
    min-height: 200px;
    padding: 1.5rem;
  }
  .node-content-teaser::before {
    font-size: 2rem;
  }
  .node-content-teaser h2, .node-content-teaser h3, .node-content-teaser h4 {
    font-size: 1.125rem;
  }
  .node-content-teaser p {
    font-size: 0.875rem;
  }
  .node-content-teaser:hover {
    transform: translateY(-5px);
  }
}
.paragraph {
  margin: 50px auto;
  max-width: 1200px;
}
.paragraph__title {
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 30px;
}
.paragraph--image-text {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  margin-bottom: 3rem;
}
.paragraph--image-text .paragraph-image-text__image {
  flex: 0 0 35%;
  max-width: 400px;
}
.paragraph--image-text .paragraph-image-text__image img {
  width: 100%;
  height: auto;
  border-radius: 0.75rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.paragraph--image-text .paragraph-image-text__text {
  flex: 1;
}
.paragraph--image-text .paragraph-image-text__text h2, .paragraph--image-text .paragraph-image-text__text h3, .paragraph--image-text .paragraph-image-text__text h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  color: #1f2937;
}
.paragraph--image-text .paragraph-image-text__text p {
  margin-bottom: 1rem;
  line-height: 1.6;
  color: #1f2937;
}
.paragraph--image-text.paragraph-image-text--right {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .paragraph--image-text.paragraph-image-text--right {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .paragraph--image-text {
    flex-direction: column;
    gap: 1.5rem;
  }
  .paragraph--image-text .paragraph-image-text__image {
    flex: none;
    max-width: 100%;
  }
  .paragraph--image-text .paragraph-image-text__text {
    order: 2;
  }
}
.paragraph--type--text-text {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  margin-bottom: 3rem;
}
.paragraph--type--text-text .paragraph-text-text__left-text {
  flex: 1;
}
.paragraph--type--text-text .paragraph-text-text__left-text h2, .paragraph--type--text-text .paragraph-text-text__left-text h3, .paragraph--type--text-text .paragraph-text-text__left-text h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  color: #1f2937;
}
.paragraph--type--text-text .paragraph-text-text__left-text p {
  margin-bottom: 1rem;
  line-height: 1.6;
  color: #1f2937;
}
.paragraph--type--text-text .paragraph-text-text__right-text {
  flex: 1;
}
.paragraph--type--text-text .paragraph-text-text__right-text h2, .paragraph--type--text-text .paragraph-text-text__right-text h3, .paragraph--type--text-text .paragraph-text-text__right-text h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  color: #1f2937;
}
.paragraph--type--text-text .paragraph-text-text__right-text p {
  margin-bottom: 1rem;
  line-height: 1.6;
  color: #1f2937;
}
@media (max-width: 768px) {
  .paragraph--type--text-text {
    flex-direction: column;
    gap: 1.5rem;
  }
  .paragraph--type--text-text .paragraph-text-text__left-text,
  .paragraph--type--text-text .paragraph-text-text__right-text {
    flex: none;
  }
}
.paragraph--type--text-two-images .paragraph-text-two-images__text {
  margin-bottom: 2rem;
  text-align: center;
}
.paragraph--type--text-two-images .paragraph-text-two-images__text h2, .paragraph--type--text-two-images .paragraph-text-two-images__text h3, .paragraph--type--text-two-images .paragraph-text-two-images__text h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  color: #1f2937;
}
.paragraph--type--text-two-images .paragraph-text-two-images__text p {
  margin-bottom: 1rem;
  line-height: 1.6;
  color: #1f2937;
  font-size: 1.125rem;
}
.paragraph--type--text-two-images .paragraph-text-two-images__images div {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.paragraph--type--text-two-images .paragraph-text-two-images--right .paragraph--type--text-two-images .paragraph-text-two-images__images div {
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .paragraph--type--text-two-images .paragraph-text-two-images--right .paragraph--type--text-two-images .paragraph-text-two-images__images div {
    justify-content: center;
  }
}
.paragraph--unpublished {
  opacity: 0.6;
  border: 2px dashed #fbbf24;
  padding: 1rem;
  border-radius: 0.5rem;
}

.tg-slider {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 30px auto;
  height: 500px;
  overflow: hidden;
  border-radius: 0.75rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  background: linear-gradient(135deg, #667eea 0%, #764ba2 25%, #f093fb 50%, #f5576c 75%, #4facfe 100%);
  background-size: 400% 400%;
}
.tg-slider * {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.tg-slider:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .tg-slider {
    height: 300px;
  }
}

.tg-slider__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: scale(1.05);
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.tg-slider__slide:nth-child(3) {
  opacity: 1;
  transform: scale(1);
}
.tg-slider__slide.tg-slider__slide--active {
  opacity: 1;
  transform: scale(1);
}

.tg-slider__image {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  z-index: 0;
}
.tg-slider__image img {
  margin: 0 auto;
}

.tg-slider__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 3rem;
  color: white;
  z-index: 2;
}
.tg-slider__content h2, .tg-slider__content h3, .tg-slider__content h4 {
  color: white;
  margin-bottom: 1rem;
  font-size: 1.875rem;
  font-weight: 700;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
@media (max-width: 768px) {
  .tg-slider__content h2, .tg-slider__content h3, .tg-slider__content h4 {
    font-size: 1.5rem;
  }
}
.tg-slider__content p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.125rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
@media (max-width: 768px) {
  .tg-slider__content p {
    font-size: 1rem;
  }
}

.tg-slider__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tg-slider__nav:hover {
  background: white;
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.tg-slider__nav::before {
  content: "";
  width: 12px;
  height: 12px;
  border: 2px solid #1f2937;
  border-top: none;
  border-right: none;
}
.tg-slider__nav--prev {
  left: 1.5rem;
}
.tg-slider__nav--prev::before {
  transform: rotate(45deg);
  margin-left: 3px;
}
.tg-slider__nav--next {
  right: 1.5rem;
}
.tg-slider__nav--next::before {
  transform: rotate(-135deg);
  margin-right: 3px;
}
@media (max-width: 768px) {
  .tg-slider__nav {
    width: 40px;
    height: 40px;
  }
  .tg-slider__nav--prev {
    left: 1rem;
  }
  .tg-slider__nav--next {
    right: 1rem;
  }
}

.tg-slider__dots {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 0.5rem;
  z-index: 3;
}

.tg-slider__dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.tg-slider__dot:hover {
  background: rgba(255, 255, 255, 0.8);
  transform: scale(1.2);
}
.tg-slider__dot--active {
  background: white;
  transform: scale(1.3);
}

.tg-slider--loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-top: 3px solid white;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  z-index: 4;
}

@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@media (max-width: 640px) {
  .tg-slider {
    height: 250px;
  }
  .tg-slider__content {
    padding: 1.5rem;
  }
  .tg-slider__nav {
    display: none;
  }
}

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