.see-all {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-top: 24px;
  padding: 24px 64px 24px 24px;
  border-top: 4px solid #002067;
  border-bottom: 1px solid #002067;
}
.see-all a {
  font-weight: 700;
  font-size: 2rem;
  text-decoration: none;
  color: #002067;
  position: relative;
  display: block;
  width: 41px;
  height: 41px;
  margin: 0;
  padding: 0;
  color: transparent !important;
  background-color: transparent !important;
  overflow: hidden;
  text-indent: -9999px;
  text-decoration: none;
  width: 100%;
  height: auto;
  text-indent: 0;
  color: #002067 !important;
  text-align: right;
  overflow: visible;
}
.see-all a a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.see-all a::selection {
  background: transparent;
}
.see-all a::-moz-selection {
  background: transparent;
}
.see-all a:active, .see-all a:focus {
  outline-color: transparent;
}
.see-all a:before, .see-all a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 38px;
  height: 38px;
  text-indent: 0;
  font-weight: 400 !important;
  color: #002067;
  border: 1px solid #002067;
  transform: translateX(-50%) translateY(-50%);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.375s;
  pointer-events: none;
}
.see-all a:before {
  border: 1px solid #002067;
  border-radius: 100%;
  background-color: transparent;
}
.see-all a:after {
  content: "\e901";
  font-family: "icomoon";
  font-size: 16px;
  height: auto;
  border: 1px solid transparent;
  text-align: center;
}
.see-all a:hover a:before {
  background-color: #002067;
}
.see-all a:hover a:after {
  color: #fff;
}
.see-all a:before, .see-all a:after {
  left: calc(100% + 40px);
}