:root{--page-title-display:none;}@media(min-width:768px){.elementor-9002 .elementor-element.elementor-element-6e33045{width:50%;}.elementor-9002 .elementor-element.elementor-element-19adcc5{width:47%;}}/* Start custom CSS */@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400&family=Roboto:wght@400;500;600&display=swap");

/* General */

.rp-about-hero-section,
.rp-about-story-section,
.rp-about-values-section,
.rp-about-cta-section {
  width: 100%;
  margin: 0;
  font-family: "Roboto", Arial, sans-serif;
}

.rp-about-hero-section *,
.rp-about-story-section *,
.rp-about-values-section *,
.rp-about-cta-section * {
  box-sizing: border-box;
}

.rp-about-hero-section .elementor-widget-container,
.rp-about-story-section .elementor-widget-container,
.rp-about-values-section .elementor-widget-container,
.rp-about-cta-section .elementor-widget-container {
  margin: 0;
}

.rp-about-kicker {
  display: block;
  margin: 0 0 20px;
  color: #ef5b2a;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

/* Hero */

.rp-about-hero-section {
  position: relative;
  overflow: hidden;
  min-height: 470px;
  background-color: #285a9f;
  color: #ffffff;
}

.rp-about-hero-section > .elementor-container,
.rp-about-hero-section > .elementor-container > .elementor-row {
  width: 100% !important;
  max-width: none !important;
  min-height: 470px;
  margin: 0;
}

.rp-about-hero-section > .elementor-container > .elementor-row {
  position: relative;
  display: flex !important;
  align-items: stretch !important;
  flex-wrap: nowrap !important;
  overflow: hidden;
}

.rp-about-hero-copy-column,
.rp-about-hero-media-column {
  min-width: 0;
}

.rp-about-hero-copy-column {
  position: relative;
  z-index: 2;
  flex: 0 0 100% !important;
  width: 100% !important;
  max-width: none !important;
  background-color: transparent;
}

.rp-about-hero-media-column {
  position: absolute !important;
  inset: 0;
  z-index: 0;
  width: 100% !important;
  max-width: none !important;
  overflow: hidden;
  clip-path: none;
}

.rp-about-hero-copy-column > .elementor-widget-wrap {
  display: flex !important;
  align-content: center !important;
  align-items: center !important;
  flex-direction: column !important;
  justify-content: center !important;
  height: 100%;
  min-height: 470px;
  padding: 0 24px !important;
}

.rp-about-hero-media-column > .elementor-widget-wrap,
.rp-about-hero-image-widget,
.rp-about-hero-image-widget .elementor-widget-container {
  width: 100%;
  height: 100%;
  min-height: 470px;
  padding: 0 !important;
}

.rp-about-hero-copy-widget {
  width: 100% !important;
  max-width: 1176px;
}

.rp-about-hero-copy-widget .elementor-widget-container {
  width: 100%;
}

.rp-about-hero-copy {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  max-width: 650px;
}

.rp-about-brand-title {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  min-width: 0;
  gap: 0.18em;
  margin: 0 0 26px;
  color: #ffffff !important;
  font-family: "Roboto", Arial, sans-serif !important;
  font-size: clamp(16px, 1.5vw, 20px);
  font-weight: 600 !important;
  line-height: 1;
  letter-spacing: 0.12em;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.14);
  white-space: nowrap;
}

.rp-about-brand-patras {
  position: relative;
  display: inline-block;
  flex: 0 1 auto;
  max-width: 100%;
  min-width: 0;
  isolation: isolate;
  padding: 0.15em 0.12em 0.13em;
}

.rp-about-brand-patras::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: #ef5b2a;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.16);
  content: "";
  opacity: 1;
  transform: scaleX(0);
  transform-origin: left center;
  animation: rp-about-patras-highlight 4s ease-in-out infinite;
}

.rp-about-brand-patras-text {
  position: relative;
  z-index: 1;
}

.rp-about-hero-title {
  max-width: 620px;
  margin: 0 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  font-family: "Roboto", Arial, sans-serif !important;
  font-size: clamp(48px, 4.8vw, 64px) !important;
  font-weight: 600 !important;
  line-height: 1.02 !important;
  letter-spacing: -0.045em !important;
}

.rp-about-hero-description {
  max-width: 590px;
  margin: 23px 0 0 !important;
  color: rgba(255, 255, 255, 0.92) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.92) !important;
  font-family: "Roboto", Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.7 !important;
}

@keyframes rp-about-patras-highlight {
  0% {
    opacity: 1;
    transform: scaleX(0);
  }

  64%,
  76% {
    opacity: 1;
    transform: scaleX(1);
  }

  82% {
    opacity: 0;
    transform: scaleX(1);
  }

  83%,
  100% {
    opacity: 0;
    transform: scaleX(0);
  }
}

.rp-about-hero-image-widget img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  min-height: 470px;
  object-fit: cover;
  object-position: center center;
}

/* Story */

.rp-about-story-section {
  padding: 120px 0;
  background-color: #ffffff;
}

.rp-about-story-section > .elementor-container {
  width: calc(100% - 48px);
  max-width: 1160px !important;
  margin-right: auto;
  margin-left: auto;
}

.rp-about-story-section > .elementor-container > .elementor-row {
  display: flex !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  gap: 88px;
  width: 100%;
}

.rp-about-story-media-column {
  flex: 0 1 49% !important;
  width: 49% !important;
  min-width: 0;
}

.rp-about-story-copy-column {
  flex: 1 1 51% !important;
  width: 51% !important;
  min-width: 0;
}

.rp-about-story-media-column > .elementor-widget-wrap,
.rp-about-story-copy-column > .elementor-widget-wrap {
  padding: 0 !important;
}

.rp-about-story-image-widget,
.rp-about-story-copy-widget,
.rp-about-story-image-widget .elementor-widget-container,
.rp-about-story-copy-widget .elementor-widget-container {
  width: 100%;
}

.rp-about-story-image-widget .elementor-widget-container {
  max-width: 510px;
  margin: 0 auto !important;
  padding: 13px;
  border: 1px solid #dfe6eb;
  border-radius: 50%;
  background-color: #ffffff;
}

.rp-about-story-image-widget img {
  display: block;
  width: 100% !important;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  object-fit: cover;
  object-position: center center;
}

.rp-about-story-copy {
  width: 100%;
}

.rp-about-story-title {
  margin: 0;
  color: #073766 !important;
  font-family: "Roboto", Arial, sans-serif !important;
  font-size: clamp(42px, 4vw, 52px);
  font-weight: 600 !important;
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.rp-about-story-text {
  margin-top: 34px;
}

.rp-about-story-text p {
  margin: 0 0 22px;
  color: #61717f !important;
  font-family: "Roboto", Arial, sans-serif !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.85;
}

.rp-about-story-text p:last-child {
  margin-bottom: 0;
}

/* Values */

.rp-about-values-section {
  padding: 118px 0 126px;
  background-color: #f2f5f7;
}

.rp-about-values-section > .elementor-container {
  width: calc(100% - 48px);
  max-width: 1160px !important;
  margin-right: auto;
  margin-left: auto;
}

.rp-about-values-section > .elementor-container > .elementor-column,
.rp-about-values-section > .elementor-container > .elementor-row,
.rp-about-values-heading-widget,
.rp-about-values-heading-widget .elementor-widget-container,
.rp-about-values-grid {
  width: 100% !important;
}

.rp-about-values-heading {
  max-width: 860px;
  margin: 0 auto 58px;
  text-align: center;
}

.rp-about-values-title {
  margin: 0;
  color: #073766 !important;
  font-family: "Roboto", Arial, sans-serif !important;
  font-size: clamp(42px, 4vw, 52px);
  font-weight: 600 !important;
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.rp-about-values-intro {
  max-width: 720px;
  margin: 25px auto 0;
  color: #687681 !important;
  font-family: "Roboto", Arial, sans-serif !important;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.75;
}

.rp-about-values-grid > .elementor-container,
.rp-about-values-grid > .elementor-container > .elementor-row {
  display: flex !important;
  align-items: stretch !important;
  flex-wrap: nowrap !important;
  gap: 24px;
  width: 100% !important;
}

.rp-about-values-grid .rp-about-value-column {
  flex: 1 1 calc((100% - 48px) / 3) !important;
  width: calc((100% - 48px) / 3) !important;
  max-width: calc((100% - 48px) / 3);
  min-width: 0;
}

.rp-about-value-column > .elementor-widget-wrap,
.rp-about-value-widget,
.rp-about-value-widget .elementor-widget-container {
  width: 100%;
  height: 100%;
  padding: 0 !important;
}

.rp-about-value-card {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 292px;
  padding: 38px 30px;
  overflow: hidden;
  border: 1px solid #d9e2e8;
  background-color: #ffffff;
  box-shadow: 0 12px 32px rgba(19, 37, 54, 0.045);
  text-align: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.rp-about-value-card::after {
  content: none;
}

.rp-about-value-card:hover {
  border-color: #c6d5df;
  box-shadow: 0 18px 40px rgba(19, 37, 54, 0.085);
  transform: translateY(-4px);
}

.rp-about-value-mark {
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  margin: 0 0 27px;
  background-color: #eef3f7;
  color: #073766;
}

.rp-about-value-mark svg {
  display: block;
  width: 34px;
  height: 34px;
}

.rp-about-value-card h3 {
  margin: 0 0 13px;
  color: #073766 !important;
  font-family: "Roboto Slab", Georgia, serif !important;
  font-size: 26px;
  font-weight: 400 !important;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.rp-about-value-card p {
  max-width: 310px;
  margin: 0;
  color: #657480 !important;
  font-family: "Roboto", Arial, sans-serif !important;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75;
}

/* CTA */

.rp-about-cta-section {
  position: relative;
  overflow: hidden;
  padding: 88px 0;
  background-color: #073b6d;
  color: #ffffff;
}

.rp-about-cta-section::after {
  position: absolute;
  top: -170px;
  right: -150px;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.rp-about-cta-section > .elementor-container {
  position: relative;
  z-index: 1;
  width: calc(100% - 48px);
  max-width: 1160px !important;
  margin-right: auto;
  margin-left: auto;
}

.rp-about-cta-section > .elementor-container > .elementor-row {
  display: flex !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  gap: 70px;
  width: 100%;
}

.rp-about-cta-copy-column {
  flex: 1 1 62% !important;
  width: 62% !important;
  min-width: 0;
}

.rp-about-cta-actions-column {
  flex: 0 1 38% !important;
  width: 38% !important;
  min-width: 0;
}

.rp-about-cta-copy-column > .elementor-widget-wrap,
.rp-about-cta-actions-column > .elementor-widget-wrap {
  padding: 0 !important;
}

.rp-about-cta-copy-widget,
.rp-about-cta-actions-widget,
.rp-about-cta-copy-widget .elementor-widget-container,
.rp-about-cta-actions-widget .elementor-widget-container {
  width: 100%;
}

.rp-about-cta-copy .rp-about-kicker {
  color: #ef5b2a;
}

.rp-about-cta-title {
  max-width: 670px;
  margin: 0;
  color: #ffffff !important;
  font-family: "Roboto", Arial, sans-serif !important;
  font-size: clamp(36px, 3.5vw, 44px);
  font-weight: 600 !important;
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.rp-about-cta-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  width: 100%;
}

.rp-about-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 16px 24px;
  border: 1px solid transparent;
  color: #ffffff !important;
  font-family: "Roboto", Arial, sans-serif !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  transition: background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.rp-about-button-primary {
  border-color: #ef5b2a;
  background-color: #ef5b2a;
}

.rp-about-button-secondary {
  border-color: rgba(255, 255, 255, 0.55);
  background-color: transparent;
}

.rp-about-button:hover {
  color: #ffffff !important;
  transform: translateY(-2px);
}

.rp-about-button-primary:hover {
  border-color: #d94618;
  background-color: #d94618;
}

.rp-about-button-secondary:hover {
  border-color: rgba(255, 255, 255, 0.8);
  background-color: rgba(255, 255, 255, 0.09);
}

.rp-about-button:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 3px;
}

/* Tablet */

@media (max-width: 1024px) {
  .rp-about-hero-section,
  .rp-about-hero-section > .elementor-container,
  .rp-about-hero-section > .elementor-container > .elementor-row,
  .rp-about-hero-copy-column > .elementor-widget-wrap,
  .rp-about-hero-media-column > .elementor-widget-wrap,
  .rp-about-hero-image-widget,
  .rp-about-hero-image-widget .elementor-widget-container {
    min-height: 450px;
  }

  .rp-about-hero-copy-column > .elementor-widget-wrap {
    padding: 0 30px !important;
  }

  .rp-about-brand-title {
    margin-bottom: 23px;
    font-size: 18px;
  }

  .rp-about-hero-title {
    font-size: 52px !important;
  }

  .rp-about-hero-description {
    max-width: 540px;
    font-size: 16px !important;
  }

  .rp-about-hero-image-widget img {
    min-height: 450px;
  }

  .rp-about-story-section > .elementor-container > .elementor-row {
    gap: 54px;
  }

  .rp-about-story-image-widget .elementor-widget-container {
    max-width: 440px;
  }

  .rp-about-cta-section > .elementor-container > .elementor-row {
    gap: 42px;
  }

  .rp-about-cta-actions {
    flex-wrap: wrap;
  }
}

@media (max-width: 900px) {
  .rp-about-story-section > .elementor-container > .elementor-row,
  .rp-about-cta-section > .elementor-container > .elementor-row {
    flex-direction: column !important;
  }

  .rp-about-story-media-column,
  .rp-about-story-copy-column,
  .rp-about-cta-copy-column,
  .rp-about-cta-actions-column {
    flex-basis: auto !important;
    width: 100% !important;
    max-width: 100%;
  }

  .rp-about-hero-section,
  .rp-about-hero-section > .elementor-container,
  .rp-about-hero-section > .elementor-container > .elementor-row {
    min-height: 380px;
  }

  .rp-about-hero-copy-column > .elementor-widget-wrap {
    min-height: 380px;
    padding: 0 30px !important;
  }

  .rp-about-hero-copy-widget {
    max-width: 680px;
  }

  .rp-about-brand-title {
    font-size: 17px;
  }

  .rp-about-hero-title {
    font-size: 48px !important;
  }

  .rp-about-hero-media-column {
    height: 380px;
    clip-path: none;
  }

  .rp-about-hero-media-column > .elementor-widget-wrap,
  .rp-about-hero-image-widget,
  .rp-about-hero-image-widget .elementor-widget-container,
  .rp-about-hero-image-widget img {
    height: 380px !important;
    min-height: 380px;
  }

  .rp-about-story-section {
    padding: 90px 0;
  }

  .rp-about-story-section > .elementor-container > .elementor-row {
    gap: 54px;
  }

  .rp-about-story-image-widget .elementor-widget-container {
    max-width: 490px;
  }

  .rp-about-story-copy {
    max-width: 680px;
    margin: 0 auto;
  }

  .rp-about-values-section {
    padding: 90px 0 98px;
  }

  .rp-about-values-grid > .elementor-container,
  .rp-about-values-grid > .elementor-container > .elementor-row {
    flex-wrap: wrap !important;
  }

  .rp-about-values-grid .rp-about-value-column {
    flex-basis: calc((100% - 24px) / 2) !important;
    width: calc((100% - 24px) / 2) !important;
    max-width: calc((100% - 24px) / 2);
  }

  .rp-about-values-grid .rp-about-value-column:last-child {
    flex-basis: 100% !important;
    width: 100% !important;
    max-width: 100%;
  }

  .rp-about-cta-section {
    padding: 76px 0;
  }

  .rp-about-cta-section > .elementor-container > .elementor-row {
    align-items: flex-start !important;
    gap: 40px;
  }

  .rp-about-cta-copy,
  .rp-about-cta-actions {
    max-width: 680px;
  }

  .rp-about-cta-actions {
    justify-content: flex-start;
  }
}

/* Mobile */

@media (max-width: 600px) {
  .rp-about-kicker {
    margin-bottom: 16px;
    font-size: 12px;
  }

  .rp-about-hero-section,
  .rp-about-hero-section > .elementor-container,
  .rp-about-hero-section > .elementor-container > .elementor-row {
    min-height: 330px;
  }

  .rp-about-hero-copy-column {
    height: 330px;
    background-color: transparent;
  }

  .rp-about-hero-copy-column > .elementor-widget-wrap {
    height: 330px;
    min-height: 330px;
    padding: 0 18px !important;
  }

  .rp-about-hero-copy-widget,
  .rp-about-hero-copy-widget .elementor-widget-container {
    max-width: 100%;
    min-width: 0;
  }

  .rp-about-hero-copy {
    max-width: 62%;
  }

  .rp-about-brand-title {
    width: max-content;
    max-width: 100%;
    gap: 4px;
    margin-bottom: 18px;
    font-size: clamp(13px, 4vw, 16px) !important;
    letter-spacing: 0.08em;
    white-space: nowrap !important;
  }

  .rp-about-hero-title {
    max-width: 100%;
    font-size: clamp(34px, 9.5vw, 40px) !important;
    line-height: 1.04 !important;
  }

  .rp-about-hero-description {
    max-width: 100%;
    margin-top: 17px !important;
    font-size: 16px !important;
    line-height: 1.55 !important;
  }

  .rp-about-brand-reisen {
    flex: 0 0 auto;
  }

  .rp-about-brand-patras {
    overflow: hidden;
  }

  .rp-about-hero-media-column,
  .rp-about-hero-media-column > .elementor-widget-wrap,
  .rp-about-hero-image-widget,
  .rp-about-hero-image-widget .elementor-widget-container,
  .rp-about-hero-image-widget img {
    height: 330px !important;
    min-height: 330px;
  }

  .rp-about-hero-media-column {
    top: 0;
    bottom: 0;
  }

  .rp-about-hero-media-column::after {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(90deg, rgba(40, 90, 159, 0.94) 0%, rgba(40, 90, 159, 0.76) 42%, rgba(40, 90, 159, 0.18) 70%, rgba(40, 90, 159, 0) 100%);
    content: "";
    pointer-events: none;
  }

  .rp-about-hero-image-widget img {
    object-position: 74% center;
  }

  .rp-about-story-section {
    padding: 74px 0;
  }

  .rp-about-story-section > .elementor-container,
  .rp-about-values-section > .elementor-container,
  .rp-about-cta-section > .elementor-container {
    width: calc(100% - 32px);
  }

  .rp-about-story-section > .elementor-container > .elementor-row {
    gap: 42px;
  }

  .rp-about-story-image-widget .elementor-widget-container {
    max-width: 360px;
    padding: 9px;
  }

  .rp-about-story-title,
  .rp-about-values-title {
    font-size: 36px;
  }

  .rp-about-story-text {
    margin-top: 27px;
  }

  .rp-about-story-text p {
    margin-bottom: 19px;
    font-size: 16px;
    line-height: 1.78;
  }

  .rp-about-values-section {
    padding: 74px 0 80px;
  }

  .rp-about-values-heading {
    margin-bottom: 40px;
  }

  .rp-about-values-intro {
    margin-top: 21px;
    font-size: 16px;
  }

  .rp-about-values-grid > .elementor-container,
  .rp-about-values-grid > .elementor-container > .elementor-row {
    gap: 14px;
  }

  .rp-about-values-grid .rp-about-value-column,
  .rp-about-values-grid .rp-about-value-column:last-child {
    flex-basis: 100% !important;
    width: 100% !important;
    max-width: 100%;
  }

  .rp-about-value-card {
    min-height: 0;
    padding: 29px 25px;
  }

  .rp-about-value-mark {
    margin-bottom: 23px;
  }

  .rp-about-value-card h3 {
    font-size: 24px;
  }

  .rp-about-value-card p {
    font-size: 16px;
  }

  .rp-about-cta-section {
    padding: 68px 0;
  }

  .rp-about-cta-title {
    font-size: 34px;
  }

  .rp-about-cta-actions {
    align-items: stretch;
    flex-direction: column;
    width: 100%;
  }

  .rp-about-button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rp-about-brand-patras::before {
    animation: none;
    transform: scaleX(1);
  }
}

.rp-about-cta-section::after {
  content: none !important;
  display: none !important;
}

.rp-about-cta-section > .elementor-container,
.rp-about-cta-section > .elementor-container > .elementor-row {
  display: flex !important;
  align-items: center !important;
}

.rp-about-cta-copy-column,
.rp-about-cta-actions-column {
  align-self: center !important;
}

.rp-about-cta-copy-column > .elementor-widget-wrap,
.rp-about-cta-actions-column > .elementor-widget-wrap {
  align-items: center !important;
  align-content: center !important;
  margin: 0 !important;
  padding: 0 !important;
}

.rp-about-cta-copy-widget,
.rp-about-cta-actions-widget,
.rp-about-cta-copy-widget .elementor-widget-container,
.rp-about-cta-actions-widget .elementor-widget-container {
  margin: 0 !important;
  padding: 0 !important;
}

.rp-about-cta-title {
  margin: 0 !important;
}

@media (max-width: 900px) {
  .rp-about-cta-section > .elementor-container,
  .rp-about-cta-section > .elementor-container > .elementor-row {
    flex-direction: column !important;
  }

  .rp-about-cta-copy {
    margin-inline: auto;
    text-align: center;
  }

  .rp-about-cta-title {
    margin-inline: auto !important;
  }

  .rp-about-cta-actions {
    justify-content: center;
    margin-inline: auto;
  }
}/* End custom CSS */