@media (min-width: 768px) {
  .c-logistic-center__intro-video {
    align-self: center;
  }
}
@media (min-width: 1280px) {
  .c-logistic-center__intro-video {
    align-self: start;
  }
}

@media (min-width: 768px) {
  .c-logistic-center__video-container .o-yt-container__video-play-svg {
    height: 12rem;
  }
}

[dir] .c-logistic-center__overview-photo {
  border-radius: 0.5rem;
}

@media (min-width: 768px) {
  .c-logistic-center__slider-container {
    align-self: center;
  }
}
@media (min-width: 1280px) {
  .c-logistic-center__slider-container {
    align-self: start;
  }
}

.c-logistic-center__learn-more {
  font-family: "Lato", "Lato-polyfill", "Constantia";
  font-weight: 700;
  transition: 0.1s background-color, 0.1s color;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-size: 1.4rem;
  color: #545F69;
  fill: #545F69;
  stroke: #545F69;
}

[dir] .c-logistic-center__learn-more {
  text-align: center;
  cursor: pointer;
  margin: 1rem 0;
  padding: 1.2rem;
  border-radius: 0.5rem;
  border: 1px solid #545F69;
  background-color: transparent;
}
.c-logistic-center__learn-more:focus {
  outline: none;
}
[dir] .c-logistic-center__learn-more:focus {
  box-shadow: 0 0 0 0.3rem rgba(84, 95, 105, 0.4);
}
.c-logistic-center__learn-more:active {
  color: #FFF;
}
[dir] .c-logistic-center__learn-more:active {
  background-color: #545F69;
}
.c-logistic-center__learn-more:active:has(svg):not(:disabled) svg {
  fill: #FFF;
  stroke: #FFF;
}
@media (hover: hover) and (pointer: fine) {
  .c-logistic-center__learn-more:hover {
    color: #FFF;
  }
  [dir] .c-logistic-center__learn-more:hover {
    background-color: #545F69;
  }
  .c-logistic-center__learn-more:hover:has(svg):not(:disabled) svg {
    fill: #FFF;
    stroke: #FFF;
  }
}
.c-logistic-center__learn-more:disabled {
  color: #6F7E8B;
}
[dir] .c-logistic-center__learn-more:disabled {
  background-color: #F5F5F5;
  border: 0.1rem solid #B5B5B5;
  cursor: not-allowed;
}
.c-logistic-center__learn-more {
  display: inline-block;
  box-sizing: border-box;
  min-width: 275px;
}
[dir] .c-logistic-center__learn-more {
  padding: 0.6rem;
  margin-top: 2.6rem;
}