@charset "UTF-8";

.btn,
.cmi-button {
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
  position: relative;
  display: inline-flex;
  flex-shrink: 0;
  padding: 14px 20px;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1;
  border-radius: 0;
  transition: background 0.25s ease, color 0.25s ease;
  font-weight: 700;
  font-size: 13px;
  font-family: 'cmiTxt', 'Segeo UI', Arial, sans-serif;
  font-style: normal;
  line-height: 120%;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-decoration: none
}

.btn--icon {
  align-items: center;
  gap: 12px
}

.btn__text {
  position: relative;
  color: inherit;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0.5px;
  font-weight: 700;
  font-family: 'cmiTxt', 'Segeo UI', Arial, sans-serif;
  transition: color 0.25s ease;
  z-index: 2
}

.btn__icon {
  position: relative;
  display: flex;
  color: inherit;
  transition: color 0.25s ease;
  z-index: 2
}

.cmi-button,
.btn.btn--primary {
  position: relative;
  overflow: hidden;
  border: 1px solid #da291c;
  color: #ffffff;
  z-index: 1
}

.cmi-button .btn__text,
.btn.btn--primary .btn__text {
  color: #ffffff
}

.cmi-button::before,
.cmi-button::after,
.btn.btn--primary::before,
.btn.btn--primary::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.25s ease;
  z-index: -1
}

.cmi-button::before,
.btn.btn--primary::before {
  background: #da291c
}

.cmi-button::after,
.btn.btn--primary::after {
  background: #ae2116;
  transform: translateX(-101%)
}

.cmi-button:hover,
.cmi-button:focus,
.btn.btn--primary:hover,
.btn.btn--primary:focus {
  color: #ffffff
}

.cmi-button:hover::before,
.cmi-button:focus::before,
.btn.btn--primary:hover::before,
.btn.btn--primary:focus::before {
  transform: translateX(100%)
}

.cmi-button:hover::after,
.cmi-button:focus::after,
.btn.btn--primary:hover::after,
.btn.btn--primary:focus::after {
  transform: translateX(0)
}

.btn--secondary {
  position: relative;
  overflow: hidden;
  border: 1px solid #000000;
  color: #000000;
  z-index: 1
}

.btn--secondary .btn__text {
  color: #000000
}

.btn--secondary::before,
.btn--secondary::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.25s ease;
  z-index: -1
}

.btn--secondary::before {
  background: transparent
}

.btn--secondary::after {
  background: #000000;
  transform: translateX(-101%)
}

.btn--secondary:hover,
.btn--secondary:focus {
  color: #ffffff
}

.btn--secondary:hover::before,
.btn--secondary:focus::before {
  transform: translateX(100%)
}

.btn--secondary:hover::after,
.btn--secondary:focus::after {
  transform: translateX(0)
}

.btn--tertiary {
  align-items: flex-start;
  padding: 0;
  color: #000000
}

.btn--tertiary.btn--icon {
  gap: 9px
}

.btn--tertiary .btn__text {
  padding-bottom: 6px;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100% 1px;
  transition: background-size 0.3s ease-in-out;
  color: #000000
}

.btn--tertiary .btn__text:hover,
.btn--tertiary .btn__text:focus-visible {
  background-position: 100% 100%;
  background-size: 0% 1px
}

@media (prefers-reduced-motion) {
  .btn--tertiary .btn__text {
    transition: none
  }
}

.btn--tertiary .btn__icon {
  margin-top: 2px;
  color: #000000
}

.btn--tertiary .btn__icon svg {
  width: 13px;
  height: 13px
}

.btn--link {
  align-items: flex-start;
  padding: 0
}

.btn--link .btn__text {
  padding-bottom: 6px;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: 0% 1px;
  transition: background-size 0.3s ease-in-out;
  margin-bottom: -6px;
  color: #000000
}

.btn--link .btn__text:hover,
.btn--link .btn__text:focus-visible {
  background-position: 0 100%;
  background-size: 100% 1px
}

.cmi-button {
  font-weight: 700;
  font-size: 13px;
  font-family: 'cmiTxt', 'Segeo UI', Arial, sans-serif;
  font-style: normal;
  line-height: 120%;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-decoration: none;
  z-index: 1;
  width: fit-content;
  color: #ffffff !important
}

.cmi-button::after,
.cmi-button::before {
  z-index: -1
}