@font-face {
  font-family: Abcsocialgreekextended Trial;
  src: url('../fonts/ABCSocialGreekExtended-Medium-Trial.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Abcsocialgreekextended Book Trial;
  src: url('../fonts/ABCSocialGreekExtended-Book-Trial.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --relume-library-lite--rl-black: black;
  --relume-library-lite--rl-white: white;
}

.rl-button {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-white);
  text-align: center;
  padding: .75rem 1.5rem;
  font-size: 1rem;
}

.rl_heading1_spacing-block-2 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-text-style-medium {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl-text-style-medium.is-white {
  color: #fff;
  font-family: Abcsocialgreekextended Book Trial, Verdana, sans-serif;
  font-size: 1rem;
}

.rl_heading1_spacing-block-1 {
  width: 100%;
  padding-bottom: .75rem;
}

.rl-button-group {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.rl-heading-style-h1 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl-heading-style-h1.is-white {
  color: #fff;
  font-family: Abcsocialgreekextended Book Trial, Verdana, sans-serif;
}

.rl-padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.rl-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.header5_component {
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 100vh;
  max-height: 60rem;
  padding-top: 4rem;
  display: flex;
}

.rl_section_header5 {
  background-image: url('../images/Untitled-1.jpg');
  background-position: 20%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.rl_header5_content {
  color: #fff;
  width: 100%;
  max-width: 35rem;
}

.rl-button-secondary-alternate {
  border: 1px solid var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-white);
  text-align: center;
  background-color: #79b9ff;
  padding: .75rem 1.5rem;
  font-size: 1rem;
}

.body {
  font-family: Abcsocialgreekextended Trial, Verdana, sans-serif;
}

@media screen and (max-width: 991px) {
  .rl_heading1_spacing-block-2 {
    padding-bottom: 1rem;
  }

  .rl-button-group {
    flex-flow: row;
  }

  .rl-heading-style-h1 {
    font-size: 3.25rem;
  }

  .header5_component {
    padding-top: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .rl_heading1_spacing-block-2 {
    padding-bottom: 1.5rem;
  }

  .rl-text-style-medium {
    font-size: 1rem;
  }

  .rl_heading1_spacing-block-1 {
    padding-bottom: 1.25rem;
  }

  .rl_heading1_spacing-block-1.hide {
    padding-bottom: .75rem;
  }

  .rl-heading-style-h1 {
    font-size: 2.5rem;
  }

  .rl-heading-style-h1.is-white {
    font-size: 3rem;
  }

  .rl_section_header5 {
    background-image: url('../images/Untitled-1.jpg');
    background-position: 0%;
  }
}

@media screen and (max-width: 479px) {
  .rl-text-style-medium.is-white {
    font-size: .75rem;
  }

  .rl_heading1_spacing-block-1.hide {
    display: none;
  }

  .rl-button-group {
    flex-flow: column;
  }

  .rl-heading-style-h1.is-white {
    font-size: 1.8rem;
  }

  .rl_section_header5 {
    background-image: url('../images/Untitled-1.jpg');
    background-position: 20%;
  }
}


@font-face {
  font-family: 'Abcsocialgreekextended Trial';
  src: url('../fonts/ABCSocialGreekExtended-Medium-Trial.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Abcsocialgreekextended Book Trial';
  src: url('../fonts/ABCSocialGreekExtended-Book-Trial.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}