.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-b83a69b:#F98137;--e-global-color-f15b83e:#18181E;--e-global-color-6ae9987:#FF6310;--e-global-color-925abe6:#FF7A35;--e-global-color-5f6e23c:#FF631066;--e-global-color-3c7db07:#FF63101A;--e-global-color-d81ab64:#111518;--e-global-color-77a200e:#1A2025;--e-global-color-adac1bd:#2A3239;--e-global-color-7c4e611:#FFFFFF;--e-global-color-c99e7cd:#8A9BB0;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Orange gradient headline text (like "begeistert.") */
.mc-text-gradient {
  background: linear-gradient(to right, #ff6310, #ff7a35);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Overline label above headings */
.mc-label {
  display: inline-block;
  padding: 6px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 99, 16, 0.3);
  background: rgba(255, 99, 16, 0.1);
  color: #ff6310;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  box-shadow: 0 0 15px rgba(255, 99, 16, 0.15);
  margin-bottom: 20px;
}

/* Section muted subtitle */
.mc-subtitle {
  font-size: 18px;
  color: #8a9bb0;
  line-height: 1.7;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

/* Orange accent rule before label text */
.mc-accent-rule {
  display: inline-block;
  width: 32px;
  height: 2px;
  background: #ff6310;
  margin-right: 12px;
  vertical-align: middle;
}

/* Dark page background */
.mc-section {
  background-color: #111518;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

/* Slightly lighter section (alternating) */
.mc-section-alt {
  background-color: #1a2025;
}

/* Subtle dot grid overlay — paste on a section's ::before */
.mc-grid-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.03;
  background-image:
    linear-gradient(#ffffff 1px, transparent 1px),
    linear-gradient(90deg, #ffffff 1px, transparent 1px);
  background-size: 60px 60px;
  z-index: 0;
}


.mc-liftarm-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.05; /* Dezent für den Hintergrund */
  z-index: 0;

  /* Wir nutzen ein 80px Raster für einfache Umrechnung der d=4.8 und d=6.2 Werte */
  background-size: 80px 80px;
  background-position: center;
  background-image:
    /* 1. Innerer Kreis (d=4.8 -> Radius 2.4 -> 30% von 80px) */
    radial-gradient(circle, transparent 29%, #ffffff 30%, #ffffff 32%, transparent 33%),
    
    /* 2. Äußerer Kreis (d=6.2 -> Radius 3.1 -> ca. 39% von 80px) */
    radial-gradient(circle, transparent 38%, #ffffff 39%, #ffffff 41%, transparent 42%),
    
    /* 3. Obere Verbindungslinie (Steg) */
    linear-gradient(to bottom, transparent 19%, #ffffff 20%, #ffffff 21%, transparent 22%),
    
    /* 4. Untere Verbindungslinie (Steg) */
    linear-gradient(to top, transparent 19%, #ffffff 20%, #ffffff 21%, transparent 22%);
}

.mc-pin-grid-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.15;

  --grid: 36px;

  /* äußerer Ring */
  --outer-radius: 13px;
  --outer-thickness: 1.0px;

  /* innerer Ring */
  --inner-radius: 10px;
  --inner-thickness: 1.0px;

  background-image:
    radial-gradient(
      circle,
      transparent calc(var(--outer-radius) - var(--outer-thickness)),
      rgba(255,255,255,0.5) calc(var(--outer-radius) - var(--outer-thickness)),
      rgba(255,255,255,0.5) var(--outer-radius),
      transparent var(--outer-radius)
    ),
    radial-gradient(
      circle,
      transparent calc(var(--inner-radius) - var(--inner-thickness)),
      rgba(255,255,255,0.35) calc(var(--inner-radius) - var(--inner-thickness)),
      rgba(255,255,255,0.35) var(--inner-radius),
      transparent var(--inner-radius)
    );

  background-size: var(--grid) var(--grid);
  background-position: center;
  z-index: 0;
}


/* Ambient glow blob — position absolutely inside a section */
/* Usage: add a div with class "mc-glow-blob" inside a section wrapper */
.mc-glow-blob {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  filter: blur(80px);
}
.mc-glow-blob--orange-lg {
  width: 600px;
  height: 600px;
  background: rgba(255, 99, 16, 0.06);
  filter: blur(120px);
}
.mc-glow-blob--orange-md {
  width: 400px;
  height: 400px;
  background: rgba(255, 99, 16, 0.05);
  filter: blur(100px);
}
.mc-glow-blob--orange-bg {
  width: 10px;
  height: 10px;
  background: rgba(255, 99, 16, 0.05);
  filter: blur(250px);
}



.mc-glow-blob--blue-md {
  width: 300px;
  height: 300px;
  background: rgba(91, 192, 222, 0.04);
  filter: blur(80px);
}
/* Place at top-right: */
.mc-glow-blob--top-right   { top: -200px;  right: -200px; }
/* Place at bottom-left: */
.mc-glow-blob--bottom-left { bottom: -200px; left: -200px; }
/* Center: */
.mc-glow-blob--center {
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
}

/* Primary CTA button */
.mc-btn-primary {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  align-self: flex-start; /* oder center */
  gap: 8px;
  padding: 14px 34px;
  border-radius: 8px;
  background-color: #ff6310;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.02em;
  border: none;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 0 15px rgba(255, 99, 16, 0.2);
  transition: all 0.25s ease;
}
.mc-btn-primary:hover {
  background-color: #e5570d;
  box-shadow: 0 0 25px rgba(255, 99, 16, 0.4);
  transform: translateY(-2px);
  color: #ffffff;
}


/*Add to card button*/
.mc-btn-card {
  padding: 7px 16px;
  border-radius: 8px;
  background-color: #ff6310;
  transition: all 0.25s ease;
}
.mc-btn-card:hover {
  box-shadow: 0 0 25px rgba(255, 99, 16, 0.4);
  transform: translateY(-2px);
}


/* Outline / ghost button */
.mc-btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  border-radius: 8px;
  background: transparent;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 15px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  cursor: pointer;
  text-decoration: none;
  transition: all 0.25s ease;
}
.mc-btn-outline:hover {
  border-color: #ff6310;
  color: #ff6310;
  box-shadow: 0 0 15px rgba(255, 99, 16, 0.2);
  transform: translateY(-2px);
}

/* Large CTA size modifier */
.mc-btn--lg {
  padding: 18px 40px;
  font-size: 17px;
  border-radius: 10px;
  box-shadow: 0 12px 40px rgba(255, 99, 16, 0.35);
}
.mc-btn--lg:hover {
  box-shadow: 0 16px 50px rgba(255, 99, 16, 0.5);
}

/* Standard product card */
.mc-card {
  background-color: #1a2025;
  border: 1px solid #2a3239;
  border-radius: 16px;
  overflow: hidden;
  transition: border-color 0.4s ease, box-shadow 0.4s ease;
  cursor: pointer;
}
.mc-card:hover {
  border-color: rgba(255, 99, 16, 0.4);
  box-shadow: 0 20px 50px -15px rgba(255, 99, 16, 0.15);
}
.mc-label:empty {
  display: none;
}


/* Card image container */
.mc-card__image {
  background: linear-gradient(135deg, #111518, #1a2025);
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 4/3;
  overflow: hidden;
  position: relative;
}

/* Card image hover zoom */
.mc-card__image img {
  max-width: 100%;
  object-fit: contain;
  drop-shadow: 0 20px 40px rgba(0,0,0,0.6);
  transition: transform 0.6s ease;
}
.mc-card:hover .mc-card__image img {
  transform: scale(1.05);
}

/* Card body */
.mc-card__body {
  padding: 24px;
}

/* Card title */
.mc-card__title {
  font-family: 'Roboto Slab', serif;
  font-weight: 800;
  font-size: 20px;
  color: #ffffff;
  transition: color 0.2s ease;
  margin-bottom: 8px;
}
.mc-card:hover .mc-card__title {
  color: #ff6310;
}

/* Card price */
.mc-card__price {
  font-family: 'Roboto Slab', serif;
  font-weight: 900;
  font-size: 24px;
  color: #ffffff;
}

/* Card footer border */
.mc-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
  border-top: 1px solid rgba(42, 50, 57, 0.8);
  margin-top: auto;
}

/* Spec / tag pill */
.mc-spec-pill {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 6px;
  background: #111518;
  border: 1px solid #2a3239;
  color: #8a9bb0;
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

/* Orange "BEST SELLER" badge */
.mc-badge {
  display: inline-block;
  padding: 5px 12px;
  border-radius: 6px;
  background: #ff6310;
  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  box-shadow: 0 4px 12px rgba(255, 99, 16, 0.4);
}

/* Floating "Best Seller" badge on product hero */
.mc-badge--floating {
  position: absolute;
  top: -16px;
  right: -16px;
  padding: 8px 16px;
  border-radius: 12px;
  background: #ff6310;
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  box-shadow: 0 8px 24px rgba(255, 99, 16, 0.4);
  z-index: 10;
}

/* Scale pill ("Maßstab 1:10") */
.mc-scale-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background: rgba(17, 21, 24, 0.95);
  backdrop-filter: blur(12px);
  border: 1px solid #2a3239;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.5);
  font-family: 'Roboto', sans-serif;
}
.mc-scale-pill__label {
  font-size: 11px;
  color: #8a9bb0;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
.mc-scale-pill__value {
  font-size: 22px;
  font-weight: 900;
  color: #ffffff;
  font-family: 'Roboto Slab', serif;
}

/* Tutorials nav pill */
.mc-tutorials-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 99, 16, 0.3);
  background: rgba(255, 99, 16, 0.08);
  color: #ff6310;
  font-size: 13px;
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
  transition: background 0.2s ease;
}
.mc-tutorials-pill:hover {
  background: rgba(255, 99, 16, 0.15);
  color: #ff6310;
}

/* Used for the product hero image frame */
.mc-glass-card {
  background: linear-gradient(135deg, rgba(255,255,255,0.03), rgba(255,255,255,0));
  border: 1px solid rgba(255,255,255,0.05);
  border-radius: 24px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 40px 120px -20px rgba(0, 0, 0, 0.8);
  position: relative;
  overflow: hidden;
}

/* Orange inner glow overlay */
.mc-glass-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,99,16,0.08), transparent);
  border-radius: 24px;
  pointer-events: none;
  z-index: 1;
}

/* Decorative spinning rings around product hero image */
.mc-ring-outer {
  position: absolute;
  inset: -5%;
  border-radius: 50%;
  border: 1px solid rgba(255, 99, 16, 0.10);
  animation: mc-spin 20s linear infinite;
  pointer-events: none;
}
.mc-ring-inner {
  position: absolute;
  inset: -12%;
  border-radius: 50%;
  border: 1px solid rgba(255, 99, 16, 0.05);
  animation: mc-spin 35s linear infinite reverse;
  pointer-events: none;
}
@keyframes mc-spin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

/* Icon + text feature row */
.mc-feature-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 16px;
  border-radius: 12px;
  background: rgba(26, 32, 37, 0.4);
  border: 1px solid rgba(42, 50, 57, 0.5);
  backdrop-filter: blur(8px);
}
.mc-feature-card__icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(255, 99, 16, 0.1);
  color: #ff6310;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.mc-feature-card__title {
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 4px;
  font-family: 'Roboto', sans-serif;
}
.mc-feature-card__text {
  font-size: 13px;
  color: #8a9bb0;
  line-height: 1.5;
  margin: 0;
  font-family: 'Roboto', sans-serif;
}

/* Feature grid inside product page (2x2) */
.mc-feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.mc-feature-grid-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px;
  border-radius: 12px;
  background: rgba(26, 32, 37, 0.5);
  border: 1px solid rgba(42, 50, 57, 0.4);
}
.mc-feature-grid-item__emoji {
  font-size: 22px;
  line-height: 1;
  flex-shrink: 0;
}
.mc-feature-grid-item__title {
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  margin: 0 0 3px;
}
.mc-feature-grid-item__text {
  font-size: 12px;
  color: #8a9bb0;
  line-height: 1.4;
  margin: 0;
  font-family: 'Roboto', sans-serif;
}

.mc-stats-row {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
.mc-stat {
  display: flex;
  flex-direction: column;
}
.mc-stat__value {
  font-family: 'Roboto Slab', serif;
  font-size: 28px;
  font-weight: 900;
  color: #ffffff;
  line-height: 1;
}
.mc-stat__label {
  font-size: 11px;
  color: #8a9bb0;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-top: 6px;
  font-family: 'Roboto', sans-serif;
}

.mc-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  padding-top: 32px;
  border-top: 1px solid rgba(42, 50, 57, 0.5);
}
.mc-trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #8a9bb0;
  font-family: 'Roboto', sans-serif;
}
.mc-trust-item__icon {
  color: #ff6310;
}

.mc-divider {
  width: 100%;
  height: 80px;
  overflow: hidden;
  position: relative;
}
.mc-divider svg {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  fill: #1a2025;
}

.mc-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  color: #8a9bb0;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  margin-bottom: 48px;
}
.mc-breadcrumb a {
  color: #8a9bb0;
  text-decoration: none;
  transition: color 0.2s ease;
}
.mc-breadcrumb a:hover { color: #ff6310; }
.mc-breadcrumb__sep {
  font-size: 12px;
  color: rgba(138, 155, 176, 0.5);
}

.mc-tabs {
  display: inline-flex;
  gap: 4px;
  padding: 4px;
  background: #111518;
  border-radius: 12px;
  border: 1px solid #2a3239;
}
.mc-tab {
  padding: 10px 32px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
  cursor: pointer;
  border: none;
  transition: all 0.3s ease;
  background: transparent;
  color: #8a9bb0;
}
.mc-tab:hover { color: #ffffff; }
.mc-tab--active {
  background: #ff6310;
  color: #ffffff;
  box-shadow: 0 4px 15px rgba(255, 99, 16, 0.3);
}

.mc-compat-pill {
  display: inline-block;
  padding: 10px 24px;
  border-radius: 999px;
  border: 1px solid #2a3239;
  background: #1a2025;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  transition: all 0.25s ease;
  cursor: default;
}
.mc-compat-pill:hover {
  border-color: rgba(255, 99, 16, 0.5);
  color: #ff6310;
}

.mc-scroll-indicator {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.mc-scroll-indicator__label {
  font-size: 10px;
  color: #8a9bb0;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-family: 'Roboto', sans-serif;
}
.mc-scroll-indicator__line {
  width: 2px;
  height: 40px;
  background: linear-gradient(to bottom, #ff6310, transparent);
  border-radius: 2px;
  animation: mc-bounce 1.5s ease-in-out infinite;
}
@keyframes mc-bounce {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(10px); }
}

.mc-navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  padding: 24px 0;
  transition: all 0.4s ease;
  background: transparent;
}
.mc-navbar--scrolled {
  background: rgba(17, 21, 24, 0.9);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(42, 50, 57, 0.5);
  padding: 12px 0;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
}
.mc-nav-link {
  font-size: 14px;
  font-weight: 500;
  color: #8a9bb0;
  text-decoration: none;
  position: relative;
  transition: color 0.2s ease;
  font-family: 'Roboto', sans-serif;
}
.mc-nav-link::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: #ff6310;
  transition: width 0.3s ease;
}
.mc-nav-link:hover { color: #ff6310; }
.mc-nav-link:hover::after { width: 100%; }

/* Full-screen hero wrapper */
.mc-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-color: #111518;
}

/* Hero background image overlay */
.mc-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(to bottom,  rgba(17,21,24,0.3), rgba(17,21,24,0.55), #111518),
    linear-gradient(to right,   #111518, rgba(17,21,24,0.7), transparent);
}

/* Hero content wrapper */
.mc-hero__content {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 120px 32px 60px;
}

/* Orange cycling label ("BAUEN.") */
.mc-hero__cycling-label {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 11px;
  font-weight: 700;
  color: #ff6310;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 24px;
}

/* Hero headline */
.mc-hero__headline {
  font-family: 'Roboto Slab', serif;
  font-size: clamp(48px, 8vw, 92px);
  font-weight: 900;
  line-height: 1.05;
  color: #ffffff;
  margin-bottom: 32px;
  text-shadow: 0 4px 40px rgba(0,0,0,0.6);
}

/* Hero sub-text */
.mc-hero__sub {
  font-size: 18px;
  color: #8a9bb0;
  line-height: 1.7;
  max-width: 480px;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 40px;
}

/* Floating product mini-card in hero right column */
.mc-hero-mini-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  border-radius: 16px;
  background: rgba(26, 32, 37, 0.5);
  border: 1px solid rgba(42, 50, 57, 0.6);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: border-color 0.3s ease;
  margin-bottom: 16px;
}
.mc-hero-mini-card:hover {
  border-color: rgba(255, 99, 16, 0.3);
}
.mc-hero-mini-card__thumb {
  width: 64px;
  height: 64px;
  border-radius: 12px;
  background: rgba(17,21,24,0.6);
  border: 1px solid rgba(42,50,57,0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
}
.mc-hero-mini-card__thumb img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.mc-hero-mini-card__name {
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  font-family: 'Roboto Slab', serif;
  line-height: 1.2;
}
.mc-hero-mini-card__price {
  font-size: 16px;
  font-weight: 900;
  color: #ff6310;
  font-family: 'Roboto Slab', serif;
  margin-top: 4px;
}

.mc-text-glow {
  text-shadow: 0 0 12px rgba(255, 99, 16, 0.2);
}

.mc-tagline {
  color: #ff6310;
  font-style: italic;
  font-size: 17px;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 24px;
}/* End custom CSS */