.rs-latest-button {
  pointer-events: auto;
  cursor: pointer;
  background: #e7e7e7;
  border: none;
  padding: 1.5rem 3rem;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  position: relative;
  display: inline-block;
}
.rs-latest-button svg {
  height: 20px;
  position: relative;
  top: -1px;
}
.rs-latest-button:before, .rs-latest-button:after {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 100%;
}

.rs-latest-button--calypso {
  overflow: hidden;
  font-size: 1.15rem;
  border-radius: 0.85rem;
  color: #fff;
}
.rs-latest-button--calypso span {
  display: block;
  position: relative;
  z-index: 10;
  color: #0a0a0a;
}
.rs-latest-button--calypso span svg path {
  fill: #0a0a0a;
}
.rs-latest-button--calypso:hover span {
  animation: MoveScaleUpInitial 0.3s forwards, MoveScaleUpEnd 0.3s forwards 0.3s;
  color: #fff;
}
.rs-latest-button--calypso:hover span svg path {
  fill: #fff;
}
.rs-latest-button--calypso:hover:before {
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}
.rs-latest-button--calypso:hover:after {
  transform: translate3d(0, 0, 0);
  transition-duration: 0.05s;
  transition-delay: 0.4s;
  transition-timing-function: linear;
}
.rs-latest-button--calypso:before {
  content: "";
  background: #000;
  width: 120%;
  height: 0;
  padding-bottom: 120%;
  top: -110%;
  left: -10%;
  border-radius: 50%;
  transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
}
.rs-latest-button--calypso:after {
  content: "";
  background: #000;
  transform: translate3d(0, -100%, 0);
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}

.rs-button.style1 {
  line-height: 0;
}
.rs-button.style1 .rs-btn {
  background: #F55B1F;
  color: white;
  padding: 19px 29px;
  border-radius: 3px;
  overflow: hidden;
  font-weight: 500;
  line-height: 1.34;
  position: relative;
  display: inline-block;
  transition: all 0.3s ease 0s;
}
.rs-button.style1 .rs-btn span {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.rs-button.style1 .rs-btn em {
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 18px;
  height: 18px;
  line-height: 20px;
  flex-shrink: 0;
}
.rs-button.style1 .rs-btn em > * {
  height: inherit;
  width: inherit;
  line-height: inherit;
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease 0s;
}
.rs-button.style1 .rs-btn em > *:last-child {
  transform: translateX(-150%);
}
.rs-button.style1 .rs-btn em svg path {
  fill: white;
  transition: all 0.3s ease 0s;
}
.rs-button.style1 .rs-btn em i {
  color: white;
}
.rs-button.style1 .rs-btn:hover {
  background: #121315;
  color: white;
}
.rs-button.style1 .rs-btn:hover em > * {
  transform: translateX(150%);
}
.rs-button.style1 .rs-btn:hover em > *:last-child {
  transform: translateX(0) !important;
}
.rs-button.style1 .rs-btn:hover em svg path {
  fill: white;
}
.rs-button.style1 .rs-btn:hover em i {
  color: white;
}
.rs-button.style1 .rs-btn.anim-dir-bottom em > *:last-child {
  transform: translateY(-150%);
}
.rs-button.style1 .rs-btn.anim-dir-bottom:hover em > * {
  transform: translateY(150%);
}
.rs-button.style1 .rs-btn.anim-dir-top em > *:last-child {
  transform: translateY(150%);
}
.rs-button.style1 .rs-btn.anim-dir-top:hover em > * {
  transform: translateY(-150%);
}
.rs-button.style1 .rs-btn.anim-dir-left em > *:last-child {
  transform: translateX(150%);
}
.rs-button.style1 .rs-btn.anim-dir-left:hover em > * {
  transform: translateX(-150%);
}
.rs-button.style2 .rs-btn {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  transition: all 0.3s ease 0s;
}
.rs-button.style2 .rs-btn span {
  background: #F55B1F;
}
.rs-button.style2 .rs-btn .rs-icon {
  height: 60px;
  width: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease 0s;
  opacity: 0;
}
.rs-button.style2 .rs-btn .rs-icon.two {
  transform: translate3d(-60px, 0px, 0px);
  transform-style: preserve-3d;
  opacity: 1;
}
.rs-button.style2 .rs-btn .rs-icon svg {
  width: 16px;
  height: 16px;
}
.rs-button.style2 .rs-btn .rs-icon svg path {
  fill: #fff;
  transition: all 0.3s ease 0s;
}
.rs-button.style2 .rs-btn .rs-icon i {
  color: #fff;
  font-size: 16px;
  transition: all 0.3s ease 0s;
}
.rs-button.style2 .rs-btn .rs-btn-text {
  color: #fff;
  border-radius: 28px;
  padding: 16px 36px;
  display: inline-block;
  transition: all 0.3s ease 0s;
  z-index: 9;
}
.rs-button.style2 .rs-btn.icon-sty-yes .rs-btn-text {
  transform: translate3d(-60px, 0px, 0px);
  transform-style: preserve-3d;
}
.rs-button.style2 .rs-btn.icon-sty-yes:hover .rs-btn-text {
  transform: translate3d(0px, 0px, 0px) !important;
  transform-style: preserve-3d;
}
.rs-button.style2 .rs-btn:hover .rs-icon {
  opacity: 1;
}
.rs-button.style2 .rs-btn:hover .rs-icon.two {
  opacity: 0;
}
.rs-button.style3 .rs-btn {
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: center;
  white-space: nowrap;
  transition: all 0.3s ease 0s;
  border: 1px solid #121315;
  padding: 5px;
  border-radius: 50px;
}
.rs-button.style3 .rs-btn .rs-icon {
  background: #F55B1F;
  height: 60px;
  width: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.5s ease 0s, left 0.5s;
  position: relative;
  left: 0;
}
.rs-button.style3 .rs-btn .rs-icon svg {
  width: 16px;
  height: 16px;
}
.rs-button.style3 .rs-btn .rs-icon svg path {
  fill: #121315;
  transition: all 0.3s ease 0s;
}
.rs-button.style3 .rs-btn .rs-icon i {
  color: #121315;
  font-size: 16px;
  transition: all 0.3s ease 0s;
}
.rs-button.style3 .rs-btn .rs-btn-text {
  color: #121315;
  display: inline-block;
  text-transform: uppercase;
  transition: all 0.5s ease 0s, left 0.5s;
  padding: 0 20px;
  z-index: 9;
}
.rs-button.style3 .rs-btn.icon-sty-yes .rs-btn-text {
  transform: translate3d(0px, 0px, 0px);
  transform-style: preserve-3d;
}
.rs-button.style3 .rs-btn.icon-sty-yes:hover .rs-btn-text {
  transform: translate3d(60px, 0px, 0px) !important;
  transform-style: preserve-3d;
}
.rs-button.style3 .rs-btn:hover .rs-icon {
  left: calc(-100% + 60px);
}
.rs-button.style4 {
  line-height: 0;
}
.rs-button.style4 .rs-btn {
  background: transparent;
  color: #fff;
  padding: 18px 32px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  transition: all 0.3s ease 0s;
}
.rs-button.style4 .rs-btn span {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.rs-button.style4 .rs-btn em {
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 18px;
  height: 18px;
  line-height: 20px;
  flex-shrink: 0;
}
.rs-button.style4 .rs-btn em > * {
  height: inherit;
  width: inherit;
  line-height: inherit;
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease 0s;
}
.rs-button.style4 .rs-btn em > *:last-child {
  transform: translateX(-150%);
}
.rs-button.style4 .rs-btn em svg path {
  fill: #fff;
  transition: all 0.3s ease 0s;
}
.rs-button.style4 .rs-btn em i {
  color: #fff;
}
.rs-button.style4 .rs-btn::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: calc(100% - 2px);
  aspect-ratio: 1/0.9;
  background: #F55B1F;
  pointer-events: none;
  transition: all 0.3s ease 0s;
}
.rs-button.style4 .rs-btn:hover {
  background: transparent;
  color: #fff;
}
.rs-button.style4 .rs-btn:hover em > * {
  transform: translateX(150%);
}
.rs-button.style4 .rs-btn:hover em > *:last-child {
  transform: translateX(0) !important;
}
.rs-button.style4 .rs-btn:hover em svg path {
  fill: #fff;
}
.rs-button.style4 .rs-btn:hover em i {
  color: #fff;
}
.rs-button.style4 .rs-btn:hover::after {
  background: #121315;
}
.rs-button.style4 .rs-btn.anim-dir-bottom em > *:last-child {
  transform: translateY(-150%);
}
.rs-button.style4 .rs-btn.anim-dir-bottom:hover em > * {
  transform: translateY(150%);
}
.rs-button.style4 .rs-btn.anim-dir-top em > *:last-child {
  transform: translateY(150%);
}
.rs-button.style4 .rs-btn.anim-dir-top:hover em > * {
  transform: translateY(-150%);
}
.rs-button.style4 .rs-btn.anim-dir-left em > *:last-child {
  transform: translateX(150%);
}
.rs-button.style4 .rs-btn.anim-dir-left:hover em > * {
  transform: translateX(-150%);
}
.rs-button.style5 {
  line-height: 0;
}
.rs-button.style5 .rs-btn {
  background: transparent;
  color: white;
  padding: 19px 29px;
  border-radius: 3px;
  overflow: hidden;
  font-weight: 500;
  line-height: 1.34;
  position: relative;
  display: inline-block;
  transition: all 0.3s ease 0s;
}
.rs-button.style5 .rs-btn span {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: inherit;
}
.rs-button.style5 .rs-btn em {
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 18px;
  height: 18px;
  line-height: 20px;
  flex-shrink: 0;
}
.rs-button.style5 .rs-btn em > * {
  height: inherit;
  width: inherit;
  line-height: inherit;
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease 0s;
}
.rs-button.style5 .rs-btn em > *:last-child {
  transform: translateX(-150%);
}
.rs-button.style5 .rs-btn em svg path {
  fill: white;
  transition: all 0.3s ease 0s;
}
.rs-button.style5 .rs-btn em i {
  color: white;
}
.rs-button.style5 .rs-btn:before, .rs-button.style5 .rs-btn:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: all 0.3s ease 0s;
}
.rs-button.style5 .rs-btn:after {
  background: linear-gradient(182deg, #F55B1F 0%, #121315 84%);
}
.rs-button.style5 .rs-btn:before {
  background: linear-gradient(182deg, #121315 0%, #F55B1F 84%);
  opacity: 0;
}
.rs-button.style5 .rs-btn:hover {
  background: transparent;
  color: white;
}
.rs-button.style5 .rs-btn:hover:after {
  opacity: 0;
}
.rs-button.style5 .rs-btn:hover:before {
  opacity: 1;
}
.rs-button.style5 .rs-btn:hover em > * {
  transform: translateX(150%);
}
.rs-button.style5 .rs-btn:hover em > *:last-child {
  transform: translateX(0) !important;
}
.rs-button.style5 .rs-btn:hover em svg path {
  fill: white;
}
.rs-button.style5 .rs-btn:hover em i {
  color: white;
}
.rs-button.style5 .rs-btn.anim-dir-bottom em > *:last-child {
  transform: translateY(-150%);
}
.rs-button.style5 .rs-btn.anim-dir-bottom:hover em > * {
  transform: translateY(150%);
}
.rs-button.style5 .rs-btn.anim-dir-top em > *:last-child {
  transform: translateY(150%);
}
.rs-button.style5 .rs-btn.anim-dir-top:hover em > * {
  transform: translateY(-150%);
}
.rs-button.style5 .rs-btn.anim-dir-left em > *:last-child {
  transform: translateX(150%);
}
.rs-button.style5 .rs-btn.anim-dir-left:hover em > * {
  transform: translateX(-150%);
}
.rs-button.style6 .rs-btn {
  --btn6-glob-unit: 44px;
  display: inline-flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  height: calc(var(--btn6-glob-unit) + 12px);
  padding-right: calc(var(--btn6-glob-unit) + 34px);
  padding-left: 20px;
  border: 1px solid #eee;
  transition: all 0.3s ease 0s;
}
.rs-button.style6 .rs-btn > * {
  display: inline-block;
  z-index: 1;
}
.rs-button.style6 .rs-btn em {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 6px;
  width: var(--btn6-glob-unit);
  height: var(--btn6-glob-unit);
  line-height: var(--btn6-glob-unit);
  flex-shrink: 0;
  background: #F55B1F;
  transition: all 0.3s ease 0s;
  border: 1px solid #F55B1F;
}
.rs-button.style6 .rs-btn em > * {
  position: relative;
  z-index: 1;
}
.rs-button.style6 .rs-btn em svg path {
  fill: #fff;
  transition: all 0.3s ease 0s;
}
.rs-button.style6 .rs-btn em i {
  color: #fff;
}
.rs-button.style6 .rs-btn em:after {
  position: absolute;
  content: "";
  left: -14px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background: #F55B1F;
  border-radius: 50%;
  transition: all 0.3s ease 0s;
}
.rs-button.style6 .rs-btn em.first-em {
  left: -100%;
  right: unset;
}
.rs-button.style6 .rs-btn em.first-em:after {
  left: unset;
  right: -14px;
}
.rs-button.style6 .rs-btn:hover {
  border-color: #F55B1F;
  padding-left: calc(var(--btn6-glob-unit) + 34px);
  padding-right: 20px;
}
.rs-button.style6 .rs-btn:hover em {
  right: -100%;
}
.rs-button.style6 .rs-btn:hover em.first-em {
  left: 6px;
}

@keyframes latterWave {
  0% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
  }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
}
@-webkit-keyframes latterWave {
  0% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
}
@keyframes btnStyleHoverEffect {
  0% {
    transform: scale(1);
  }
  33.333% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes btnStyleHoverEffectReverse {
  0% {
    transform: scale(1);
  }
  33.333% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes MoveScaleUpInitial {
  to {
    transform: translate3d(0, -105%, 0) scale3d(1, 2, 1);
    opacity: 0;
  }
}
@keyframes MoveScaleUpEnd {
  from {
    transform: translate3d(0, 100%, 0) scale3d(1, 2, 1);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rspulse512 {
  0% {
    box-shadow: 0 0 0 0 #ad6239;
  }
  70% {
    box-shadow: 0 0 0 10px rgba(218, 103, 68, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(218, 103, 68, 0);
  }
}
@keyframes MoveUpInitial {
  to {
    transform: translate3d(0, -105%, 0);
  }
}
@keyframes MoveUpEnd {
  from {
    transform: translate3d(0, 100%, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}