/**
 * The base file that should be imported by every file.
 * There should be no CSS generation in this or from imported scss files at all!
 */
/**
 * Library
 */
/**
 * Variables and functions
 */
@font-face {
  font-family: "Heading Now";
  font-weight: bold;
  src: url("/app/themes/nfc-talent-pro/assets/fonts/heading-now/HeadingNow-56Bold.woff2");
  font-display: swap; }

@font-face {
  font-family: "Heading Now";
  font-weight: normal;
  src: url("/app/themes/nfc-talent-pro/assets/fonts/heading-now/HeadingNow-64Regular.woff2");
  font-display: swap; }

@font-face {
  font-family: "Heading Now";
  font-weight: 500;
  src: url("/app/themes/nfc-talent-pro/assets/fonts/heading-now/HeadingNowTrial-55Medium.woff2");
  font-display: swap; }

@font-face {
  font-family: "Carlito";
  font-weight: normal;
  src: url("/app/themes/nfc-talent-pro/assets/fonts/Carlito/Carlito-Regular.ttf");
  font-display: swap; }

@font-face {
  font-family: "Carlito";
  font-weight: normal;
  font-style: italic;
  src: url("/app/themes/nfc-talent-pro/assets/fonts/Carlito/Carlito-Italic.ttf");
  font-display: swap; }

@font-face {
  font-family: "Carlito";
  font-weight: bold;
  src: url("/app/themes/nfc-talent-pro/assets/fonts/Carlito/Carlito-Bold.ttf");
  font-display: swap; }

@font-face {
  font-family: "Carlito";
  font-weight: bold;
  font-style: italic;
  src: url("/app/themes/nfc-talent-pro/assets/fonts/Carlito/Carlito-BoldItalic.ttf");
  font-display: swap; }

@font-face {
  font-family: 'Fallback';
  src: local(Impact);
  size-adjust: 96%;
  ascent-override: 115%;
  descent-override: normal;
  line-gap-override: normal; }

.call-to-action-arrow-btn {
  border-radius: 50%;
  position: relative;
  width: 50px;
  height: 50px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  background-color: var(--white);
  color: var(--dark-gray);
  display: flex;
  align-items: center;
  justify-content: center;
  right: 1.5em;
  transition: right .3s ease-in-out; }
  .call-to-action-arrow-btn a {
    font-size: 22px; }
    .call-to-action-arrow-btn a span {
      display: inline-block;
      transform: rotate(180deg);
      width: auto;
      position: relative;
      top: 2px; }
      .call-to-action-arrow-btn a span:before {
        width: auto; }
      .call-to-action-arrow-btn a span:last-of-type {
        margin-left: -5px; }
  .call-to-action-arrow-btn:hover {
    background-color: var(--dark-gray);
    color: var(--white);
    right: calc(1.5em - 10px); }

.call-to-action-arrow-btn {
  position: absolute;
  transition: background-color .3s ease-in-out;
  bottom: -25px; }
  @media (min-width: 981px) {
    .call-to-action-arrow-btn {
      bottom: auto; } }
  .call-to-action-arrow-btn span {
    transform: rotate(0deg);
    width: auto; }
    .call-to-action-arrow-btn span:before {
      width: auto; }
  .call-to-action-arrow-btn.left {
    right: 5.5em; }
    @media (min-width: 981px) {
      .call-to-action-arrow-btn.left {
        right: auto;
        left: -24px; } }
  .call-to-action-arrow-btn.right {
    right: 1.5em; }
    @media (min-width: 981px) {
      .call-to-action-arrow-btn.right {
        right: -24px; } }
    .call-to-action-arrow-btn.right span {
      transform: rotate(180deg); }

.controls .arrow {
  background-color: var(--red);
  color: var(--white);
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  pointer-events: auto;
  cursor: pointer;
  transition: ease-in-out 200ms opacity; }
  .controls .arrow[aria-disabled="true"] {
    opacity: 0;
    pointer-events: none; }
  .controls .arrow span {
    width: auto; }
    .controls .arrow span::before {
      width: inherit; }
  .controls .arrow-left span {
    transform: rotate(180deg); }

.section-tiles-slider .content {
  max-width: 470px; }

.section-tiles-slider .tiles-slider {
  position: relative; }
  .section-tiles-slider .tiles-slider .overlay {
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 80%);
    width: 230px;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: -70px;
    z-index: 1;
    display: none; }
    @media (min-width: 480px) {
      .section-tiles-slider .tiles-slider .overlay {
        display: block; } }
    @media (min-width: 768px) {
      .section-tiles-slider .tiles-slider .overlay {
        width: 150px; } }
    @media (min-width: 981px) {
      .section-tiles-slider .tiles-slider .overlay {
        width: 200px; } }
    @media (min-width: 1200px) {
      .section-tiles-slider .tiles-slider .overlay {
        width: 230px; } }

.section-tiles-slider .columns .column-in {
  height: 100%;
  position: relative; }
  .section-tiles-slider .columns .column-in .title {
    position: absolute;
    top: 30px;
    left: 20px;
    right: 20px;
    text-align: center;
    z-index: 1; }
    .section-tiles-slider .columns .column-in .title h3 {
      font-size: 28px; }
    .section-tiles-slider .columns .column-in .title.dark-blue h3 {
      color: var(--dark-blue); }
    .section-tiles-slider .columns .column-in .title.magenta h3 {
      color: var(--magenta); }
    .section-tiles-slider .columns .column-in .title.purple h3 {
      color: var(--purple); }
    .section-tiles-slider .columns .column-in .title.white h3 {
      color: var(--white); }
    .section-tiles-slider .columns .column-in .title.yellow h3 {
      color: var(--yellow); }
  .section-tiles-slider .columns .column-in .image {
    position: relative;
    padding-top: 133%;
    height: 100%; }
    .section-tiles-slider .columns .column-in .image > img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }

.section-tiles-slider .controls {
  position: absolute;
  left: -25px;
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1; }

/*# sourceMappingURL=tile-slider.css.map */
