.rs_button .rs_btn_icon {
  width: 38px;
  height: 38px;
  background: #292965;
  border-radius: 50%;
  transition: all 0.4s;
}
.rs_button .rs_btn_icon svg {
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
  margin-top: 10px;
  width: 20px;
  height: 20px;
}

.rs_button.style6 .rs_button, .rs-btn.style6 .rs_button {
  background: #c11f4a;
  color: #fff;
}
.rs_button.style6 .rs_button:hover, .rs-btn.style6 .rs_button:hover {
  background: #162b62;
  color: #fff;
}

.rs-btn-style-11 .ff_submit_btn_wrapper {
  position: relative;
}
.rs-btn-style-11 .ff_submit_btn_wrapper .ff_btn_style {
  background-color: #c11f4a;
  padding: 19px 36px;
  color: #fff;
  border-radius: 6px;
  font-size: 16px;
  z-index: 1;
  overflow: hidden;
  transition: border-color 0.5s;
}
.rs-btn-style-11 .ff_submit_btn_wrapper .ff_btn_style:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #162b62;
  height: 150px;
  width: 340px;
  border-radius: 50%;
  top: 100%;
  left: 100%;
  transition: all 0.5s;
}
.rs-btn-style-11 .ff_submit_btn_wrapper .ff_btn_style:hover:before {
  top: -30px;
  left: -30px;
  transform: scale(1.4);
}

.rs-btn.style3 a.rs_button {
  padding: 18px 0;
  position: relative;
  overflow: visible;
}
.rs-btn.style3 a.rs_button::after {
  position: absolute;
  content: "";
  left: -3px;
  right: -3px;
  top: -3px;
  bottom: -3px;
  border: 1px solid #0272EA;
  transition: all 0.4s ease 0s;
  z-index: -1;
}
.rs-btn.style11 {
  position: relative;
}
.rs-btn.style11 a {
  background: #c11f4a;
  padding: 19px 36px;
  color: #071230;
  border-radius: 6px;
  font-size: 16px;
  z-index: 1;
  overflow: hidden;
  transition: border-color 0.5s;
}
.rs-btn.style11 a:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #c11f4a;
  height: 117px;
  width: 120%;
  border-radius: 50%;
  top: 100%;
  left: 100%;
  transition: all 0.5s;
}
.rs-btn.style11 a:hover {
  color: #ffffff;
}
.rs-btn.style11 a:hover:before {
  top: -30px;
  left: -30px;
  transform: scale(1.4);
}
.rs-btn.style12 {
  position: relative;
}
.rs-btn.style12 a {
  background-color: transparent;
  color: #c11f4a;
  border-radius: 6px;
  font-size: 16px;
  z-index: 1;
  overflow: hidden;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  padding: 12px 34px;
  border-color: rgba(228, 0, 59, 0.2);
  transition: border-color 0.5s;
}
.rs-btn.style12 a:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #c11f4a;
  height: 150px;
  width: 340px;
  border-radius: 48%;
  top: 100%;
  left: 100%;
  transition: all 0.5s;
}
.rs-btn.style12 a:hover {
  color: #ffffff;
  border-color: #c11f4a;
  background: transparent;
}
.rs-btn.style12 a:hover:before {
  top: -30px;
  left: -30px;
  transform: scale(1.4);
}

.rs-header-btn .rs-btn.style11 {
  position: relative;
}
.rs-header-btn .rs-btn.style11 a {
  background-color: #c11f4a;
  padding: 19px 36px;
  color: #fff;
  border-radius: 6px;
  font-size: 16px;
  z-index: 1;
  overflow: hidden;
  transition: border-color 0.5s;
}
.rs-header-btn .rs-btn.style11 a:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #162b62;
  height: 117px;
  width: 120%;
  border-radius: 50%;
  top: 100%;
  left: 100%;
  transition: all 0.5s;
}
.rs-header-btn .rs-btn.style11 a:hover:before {
  top: -30px;
  left: -30px;
  transform: scale(1.4);
}

.rs-view-btn a {
  color: #121933;
  position: relative;
  outline: none;
  font-weight: 600;
}
.rs-view-btn a:hover {
  color: #121933;
}
.rs-view-btn a:hover .rs-btn.rs-btnblack::before {
  width: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.rs-view-btn a:hover .rs-btn.rs-btnblack .rs_btn__text {
  -webkit-transform: translateX(2.15em);
  transform: translateX(2.15em);
  -webkit-transition: width 1s ease, -webkit-transform 0.5s ease;
  transition: width 1s ease, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, width 1s ease;
  transition: transform 0.5s ease, width 1s ease, -webkit-transform 0.5s ease;
}
.rs-view-btn a:hover .rs-btn.rs-btnblack .rs_btn__text::before {
  width: 100%;
  max-width: 100%;
  -webkit-transition: width 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: width 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.rs-view-btn a:hover .rs-btn.rs-btnblack .rs_btn__text::after {
  width: 100%;
  -webkit-transition: width 0.15s 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: width 0.15s 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.rs-view-btn a:hover .rs-btn.rs-btnblack .rs_btn__text span::before {
  left: 0;
  height: 100%;
  -webkit-transition: height 0.15s 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: height 0.15s 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.rs-view-btn a:hover .rs-btn.rs-btnblack .rs_btn__text span::after {
  right: 0;
  height: 100%;
  -webkit-transition: height 0.15s 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: height 0.15s 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.rs-view-btn .rs-btn.rs-btnblack .rs_btn__text {
  position: relative;
  padding: 14px 32px;
  line-height: 1.5;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.rs-view-btn .rs-btn.rs-btnblack .rs_btn__text span::before {
  content: "";
  position: absolute;
  height: 0;
  width: 2px;
  background-color: #333;
  -webkit-transition: all 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9);
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9);
  left: 0;
  bottom: 0;
  -webkit-transition: height 0.15s 0 cubic-bezier(0.4, 0, 0.2, 1);
  transition: height 0.15s 0 cubic-bezier(0.4, 0, 0.2, 1);
}
.rs-view-btn .rs-btn.rs-btnblack .rs_btn__text span::after {
  content: "";
  position: absolute;
  height: 0;
  width: 2px;
  background-color: #333;
  -webkit-transition: all 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9);
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9);
  right: 0;
  top: 0;
  -webkit-transition: height 0.15s 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: height 0.15s 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.rs-view-btn .rs-btn.rs-btnblack .rs_btn__text::before {
  top: 0;
  left: 0;
  -webkit-transition: width 0.15s 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: width 0.15s 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  content: "";
  position: absolute;
  height: 2px;
  width: 0;
  background-color: #333;
}
.rs-view-btn .rs-btn.rs-btnblack .rs_btn__text::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 0;
  background-color: #333;
  bottom: 0;
  right: 0;
  -webkit-transition: width 0.15s 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: width 0.15s 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.rs-view-btn .rs-btn.rs-btnblack:hover::before {
  width: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.rs-view-btn .rs-btn.rs-btnblack:hover .rs_btn__text {
  -webkit-transform: translateX(2.15em);
  transform: translateX(2.15em);
  -webkit-transition: width 1s ease, -webkit-transform 0.5s ease;
  transition: width 1s ease, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, width 1s ease;
  transition: transform 0.5s ease, width 1s ease, -webkit-transform 0.5s ease;
}
.rs-view-btn .rs-btn.rs-btnblack:hover .rs_btn__text::before {
  width: 100%;
  max-width: 100%;
  -webkit-transition: width 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: width 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.rs-view-btn .rs-btn.rs-btnblack:hover .rs_btn__text::after {
  width: 100%;
  -webkit-transition: width 0.15s 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: width 0.15s 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.rs-view-btn .rs-btn.rs-btnblack:hover .rs_btn__text span::before {
  left: 0;
  height: 100%;
  -webkit-transition: height 0.15s 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: height 0.15s 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.rs-view-btn .rs-btn.rs-btnblack:hover .rs_btn__text span::after {
  right: 0;
  height: 100%;
  -webkit-transition: height 0.15s 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: height 0.15s 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.rs-view-btn .rs-btn.rs-btnblack::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -2.4em;
  height: 1px;
  width: 3em;
  background-color: #333;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.rs-btn.style5 .rs_button {
  position: relative;
}
.rs-btn.style5 .rs_button:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 30px;
  right: 15%;
  top: 13px;
  transition: 0.4s;
  z-index: 3;
  background: #930606;
}
.rs-btn.style5 .rs_button span {
  position: relative;
  z-index: 9;
}
.rs-btn.style5 .rs_button:hover:before {
  right: 65%;
}

.rs_button_style5 {
  position: relative;
}
.rs_button_style5:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 30px;
  right: 15%;
  top: 14px;
  transition: 0.4s;
  z-index: 30;
  background: #930606;
}
.rs_button_style5 span {
  position: relative;
  z-index: 31;
}
.rs_button_style5:hover:before {
  right: 65%;
}

.rs-btn.style7 .rs_button {
  padding: 18px 0;
  position: relative;
  overflow: visible;
}
.rs-btn.style7 .rs_button:hover {
  transition: 0.5s;
}
.rs-btn.style7 .rs_button:hover::after {
  transform: translate(0, 0);
}
.rs-btn.style7 .rs_button::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transform: translate(-8px, -8px);
  border: 2px solid #E69223;
  transition: all 0.4s ease 0s;
  z-index: -1;
}

.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 {
  color: #fff;
}

.rs-latest-button--calypso:hover span svg path {
  fill: #fff;
}

.rs-latest-button--calypso:hover span {
  animation: MoveScaleUpInitial 0.3s forwards, MoveScaleUpEnd 0.3s forwards 0.3s;
}

@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;
  }
}
.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: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::after {
  content: "";
  background: #000;
  transform: translate3d(0, -100%, 0);
  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-btn.style8 .rs_button:hover .btn-icon {
  opacity: 0;
  transition-delay: 0s;
  transform: translateX(10px);
}

.rs-btn.style8 .rs_button .btn-icon + .btn-icon {
  margin-inline-end: 0;
  margin-inline-start: 8px;
  display: inline-block;
  margin-inline-start: 0;
  margin-inline-end: 0;
  opacity: 0;
  transform: translateX(-10px);
  transition-delay: 0s;
  order: -2;
}

.rs-btn.style8 .rs_button .btn-icon {
  display: inline-block;
  transition: opacity 0.4s 0.25s, transform 0.6s 0.25s;
  transition-timing-function: cubic-bezier(0.1, 0.75, 0.25, 1);
}

.rs-btn.style8 .rs_button:hover .btn-icon + .btn-icon {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.225s;
}

.rs-btn.style8 .rs_button .icon-reverse-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.rs-btn.style8 .rs_button .btn_text {
  display: inline-block;
  transition: transform 0.6s 0.125s cubic-bezier(0.1, 0.75, 0.25, 1);
  margin-inline-start: -23px;
}

.rs-btn.style8 .rs_button:hover .btn_text {
  transition-delay: 0.1s;
  transform: translateX(23px);
}

.rs-btn.style6 .rs_button, .rs-btn.style1 .rs_button, .rs-btn.style7 .rs_button {
  transition: all 0.3s ease 0s;
}
.rs-btn.style6 .rs_button svg, .rs-btn.style1 .rs_button svg, .rs-btn.style7 .rs_button svg {
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  transition: 0.5s;
}
.rs-btn.style6 .rs_button:hover svg, .rs-btn.style1 .rs_button:hover svg, .rs-btn.style7 .rs_button:hover svg {
  transform: translate3d(8px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
}

.button-six-custom .rs-btn.style6 .rs_button:hover {
  background-position: right center;
  background-size: 200% auto;
  -webkit-animation: pulse 2s infinite;
  animation: rspulse512 1.5s infinite;
}

@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);
  }
}
.rs-btn.style9 {
  line-height: 0;
}
.rs-btn.style9 .rs_button {
  position: relative;
  display: inline-block;
}
.rs-btn.style9 .rs_button span {
  display: inline-block;
  z-index: 1;
  position: relative;
}
.rs-btn.style9 .rs_button svg {
  position: relative;
  z-index: 1;
  transition: all 0.3s ease 0s;
}
.rs-btn.style9 .rs_button:after {
  position: absolute;
  content: "";
  background: #d52925;
  width: 125%;
  left: -13%;
  top: 0;
  bottom: 0;
  transform: skew(30deg);
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
  transition: all 0.4s;
  pointer-events: none;
}
.rs-btn.style9 .rs_button:hover svg {
  transform: rotate(45deg);
}
.rs-btn.style9 .rs_button:hover:after {
  transform: translate3d(100%, 0, 0);
}

@keyframes MoveUpInitial {
  to {
    transform: translate3d(0, -105%, 0);
  }
}
@keyframes MoveUpEnd {
  from {
    transform: translate3d(0, 100%, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.rs-btn.style10 .rs_button {
  overflow: hidden;
  position: relative;
  display: inline-block;
  background: #231f20;
  color: #fff;
  padding: 15px 35px 15px 35px;
  webkit-clip-path: polygon(50% 0%, 100% 1%, 100% 35%, 100% 80%, 94% 100%, 50% 100%, 21% 100%, 0 100%, 0 0, 86% 0) !important;
  clip-path: polygon(50% 0%, 100% 1%, 100% 35%, 100% 80%, 94% 100%, 50% 100%, 21% 100%, 0 100%, 0 0, 86% 0) !important;
}
.rs-btn.style10 .rs_button .btn_text {
  display: inline-block;
  z-index: 1;
  position: relative;
}
.rs-btn.style10 .rs_button svg {
  width: 14px;
  height: 14px;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease 0s;
  margin-left: 12px;
  margin-right: 3px;
}
.rs-btn.style10 .rs_button svg path {
  fill: #fff;
}
.rs-btn.style10 .rs_button:before {
  position: absolute;
  content: "";
  background: #d52925;
  width: 100%;
  height: 100%;
  transform-origin: 50% 100%;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  transition: clip-path 0.2s, -webkit-clip-path 0.2s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
  left: 0;
  top: 0;
}
.rs-btn.style10 .rs_button:hover:before {
  transition-duration: 0.3s;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 0, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 0 0, 0% 100%);
  color: #fff;
}
.rs-btn.style10 .rs_button .icon-reverse-wrapper {
  display: block;
  position: relative;
  overflow: hidden;
}
.rs-btn.style10 .rs_button:hover .icon-reverse-wrapper span {
  animation: MoveUpInitial 0.2s forwards, MoveUpEnd 0.2s forwards 0.2s;
}
.rs-btn.style10 .rs_button:hover svg {
  transform: rotate(45deg);
}
.rs-btn.style10 .rs_button:hover:after {
  transform: translate3d(100%, 0, 0);
}
.rs-btn.style13 a {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 6% 50%);
}
.rs-btn.primary_color a {
  background: #c11f4a;
  border-color: #c11f4a;
  color: #ffffff;
}
.rs-btn.primary_color a:before {
  background: #162b62;
}
.rs-btn.primary_color a:hover {
  background: #c11f4a;
  border-color: #162b62;
  color: #071230;
}
.rs-btn.secondary_color a {
  background: #162b62;
  border-color: #162b62;
  color: #071230;
}
.rs-btn.secondary_color a:before {
  background: #c11f4a;
}
.rs-btn.secondary_color a:hover {
  background: #162b62;
  border-color: #c11f4a;
  color: #ffffff;
}