:root {
  --duration: 6.66s;
}
.card-effect:before {
  content: "";
  inset: 0;
  position: absolute;
  transform: translate3d(0, 0, 0.01px);
  background-image: var(--glitter), var(--glitter),
    linear-gradient(120deg, black 25%, white, black 75%);
  background-size: 100% 100%, 80% 80%, 200% 200%;
  background-blend-mode: multiply, multiply, overlay;
  background-position: 50% 50%, 50% 50%, 50% 50%;
  mix-blend-mode: color-dodge;
  filter: brightness(2) contrast(0.8);
  animation: bg var(--duration) ease infinite;
}
.card-effect {
  position: relative;
  transform: translate3d(0, 0, 0.01px);
  overflow: hidden;
  -webkit-animation: tilt var(--duration) ease infinite;
  animation: tilt var(--duration) ease infinite;
  image-rendering: optimizequality;
}
.card-effect:after {
  content: "";
  background: none, none,
    linear-gradient(
      125deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.4) 0.1%,
      rgba(255, 255, 255, 0) 60%
    );
  background-size: 200% 200%;
  mix-blend-mode: hard-light;
  animation: bg var(--duration) ease infinite;
}
.accordion-bottom-wrap p a {
  color: #fff;
}
@keyframes top-bar {
	60% {
		transform: translate(1.5rem, -1.3rem);
	}
	100% {
		transform: translate(1.5rem, -1.3rem) rotate(-20deg);
	}
}
@keyframes top-bar-fix {
	0% {
		transform: translate(1.5rem, -1.3rem) rotate(-20deg);
	}
}
@-webkit-keyframes tilt {
  0%,
  100% {
    transform: translate3d(0, 0, 0.01px) rotateY(-20deg) rotateX(5deg);
  }
  50% {
    transform: translate3d(0, 0, 0.01px) rotateY(20deg) rotateX(5deg);
  }
}
@keyframes tilt {
  0%,
  100% {
    transform: translate3d(0, 0, 0.01px) rotateY(-20deg) rotateX(5deg);
  }
  50% {
    transform: translate3d(0, 0, 0.01px) rotateY(20deg) rotateX(5deg);
  }
}
@-webkit-keyframes bg {
  0%,
  100% {
    background-position: 50% 50%, calc(50% + 1px) calc(50% + 1px), 0% 50%;
  }
  50% {
    background-position: 50% 50%, calc(50% - 1px) calc(50% - 1px), 100% 50%;
  }
}
@keyframes bg {
  0%,
  100% {
    background-position: 50% 50%, calc(50% + 1px) calc(50% + 1px), 0% 50%;
  }
  50% {
    background-position: 50% 50%, calc(50% - 1px) calc(50% - 1px), 100% 50%;
  }
}
.card-spilt {
  display: grid;
  place-items: center;
  perspective: 1000px;
}
.lock {
	width: 180px;
	height: auto;
	cursor: pointer;
}
.s-1 {
	width: 130px;
	height: 112px;
	transform: translate(1.6rem, 1rem);
	border-top-left-radius: 75px;
	border-top-right-radius: 75px;
	border: 1.5rem solid #fff;
	border-bottom: 0;
	box-sizing: border-box;
	transform-origin: bottom;
	animation: top-bar-fix 500ms ease;
}
.fix {
	position: absolute;
	width: 1.5rem;
	height: 1.4rem;
	background: #fff;
	transform: translate(-1.5rem, 84px);
}
.s-1::before {
	content: "";
	position: absolute;
	width: 1.5rem;
	height: 0.7rem;
	background: #fff;
	transform: translate(40.5px, 97px);
}
.s-1::after {
	content: "";
	position: absolute;
	width: 0.9rem;
	height: 0.7rem;
	background: #fff;
	transform: translate(50.5px, 86px);
}
.s-2 {
	position: relative;
	width: 180px;
	height: 170px;
	border-radius: 2rem 2rem 20rem 20rem;
	background-color: #fff;
}
.s-2::before {
	content: "";
	background: #111;
	width: 2.5rem;
	height: 2.5rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
}
.s-2::after {
	content: "";
	background: #111;
	width: 1rem;
	height: 2rem;
	position: absolute;
	top: 65%;
	left: 50%;
	transform: translate(-50%, -50%);
  border-radius: 0 0 10px 10px;
}
.toggled .s-1 {
	animation: top-bar 500ms ease forwards;
}
.lock:not(.toggled){
    margin-bottom: -8%;
    padding-top: 8%;
}
@media (max-width: 767px) {    
  .footer-wrapper .footer-menu-toggle {
      cursor: pointer;
      width: 100%;
      position: relative;
  }
  .footer-wrapper .footer-menu-toggle:after {
      background: url(https://uploads-ssl.webflow.com/65255c828b57cb5fa7a94902/66a1f7eb676b1a1c07ccd2db_footer-menu-arrow.png);
      cursor: pointer;
      background-repeat: no-repeat;
      background-size: 100%;
      background-position: center;
      content: "";
      width: 12px;
      height: 12px;
      position: absolute;
      right: 0;
      top: 25%;
      transition-duration: 0.6s;
      transition-property: transform;
  }
  .footer-wrapper .footer-menu-toggle.fmt_active:after {
      transform: rotate(180deg);
  }
}
@media screen and (max-width: 767px) {
  .lock {
       width: 120px;
  }
  .s-1 {
      width: 80px;
      height: 65px;
      transform: translate(1.25rem, 1rem);
      border: 1.15rem solid #fff;
      border-bottom: 0;
  }
  .s-1::after {
      height: 0.5rem;
      transform: translate(25.5px, 46px);
  }
  .s-1::before {
      width: 1.15rem;
      height: 0.5rem;
      transform: translate(21.5px, 54px);
  }
  .fix {
      width: 1.15rem;
      height: 1.15rem;
      transform: translate(-1.15rem, 46px);
  }
  .s-2 {
      width: 120px;
      height: 100px
  }
  .s-2::before {
      width: 1.25rem;
      height: 1.25rem;
      top: 55%;
  }
  .s-2::after {
      width: 0.75rem;
      height: 1rem;
      top: 70%;
  }
  .lock:not(.toggled) {
      margin-bottom: -10%;
      padding-top: 10%;
  }
  @keyframes top-bar {
      60% {
        transform: translate(1.15rem, -0.65rem);
      }
      100% {
        transform: translate(1.15rem, -0.65rem) rotate(-20deg);
      }
    }
}
@media (max-width: 990px) { 
  .w--nav-dropdown-toggle-open .w-icon-dropdown-toggle {
      transition-duration: 0.6s;
      transition-property: transform;
  }
  .w--nav-dropdown-toggle-open.w--open .w-icon-dropdown-toggle {
    transform: rotate(180deg);
  }
}
@media screen and (min-width:480px) and (max-width:991px){
  .locales-list {
    margin-right: 15px;
  }
}
@media screen and (max-width: 991px) {
  div#w-nav-overlay-0 {
    width: 100% !important;
    /*position: relative;
      margin-top: 70px;*/
    position: relative;
    height: 270px !important;
  }
  nav.nav-menu-wrapper.w-nav-menu {
    width: 100%;
  }
  .menu-button-2.w--open .w-icon-nav-menu:before {
    content: "X";
  }
  .nav-menu-two-2 {
    margin-top: 0;
    text-align: left;
    align-items: flex-start;
    /*top: 70px;
      position: relative;
      border-bottom: 1px solid #fff;*/
  }
  .menu-button-2.w--open .w-icon-nav-menu:before {
    content: "X";
    font-family: sans-serif;
  }
  .menu-button-2.w--open {
    background-color: #f81d6d;
    padding: 6px 10px;
    font-size: 18px;
    right: 10px;
  }
  .mobile-index {
    z-index: -1;
  }
}
@media screen and (min-width: 992px) {
  body:not(.sticky) .main-header {
    color: #fff;
    background-color: rgb(12 1 32 / 85%);
    position: absolute;
    top: 0;
    z-index: 9;
    width: 100%;
  }
  body:not(.sticky) .main-header .logo-gradient {
    display: none;
  }
  body.sticky .main-header .logo-white {
    display: none;
  }
}

body .announcement-bar{  /* announcement bar height */
  background-color: #F09800;
  /* background-color: #136FD8; */
  color: #fff;
  min-height: 76px;
  /* min-height: 116px; */
  position: relative;
  align-content: center;
}

body.sticky section.announcement-bar {
  position: fixed;
  top: 0;
  height: 76px;
  width: 100%;
  z-index: 2;
}

body.sticky:not(.announcement-bar) .main-header {
  position: fixed;
  top: 0px;
  width: 100%;
  background-color: rgb(12 1 32 / 85%);
  z-index: 2;
}
body.sticky:has(.announcement-bar) .main-header { /* announcement bar height */
  position: fixed;
  top: 76px;
  /* top: 116px; */
  width: 100%;
  background-color: rgb(12 1 32 / 85%);
  z-index: 2;
}
body.sticky .main-header {
  position: fixed;
  top: 0px;
  width: 100%;
  background-color: rgb(12 1 32 / 85%);
  z-index: 2;
}
#close-announcement-bar {
  filter: brightness(0%);
}
@media screen and (max-width: 991px) { /* announcement bar height */
  body.sticky section.announcement-bar {
    height: 125px;
    /* height: 166px; */
  }
  body.sticky section.announcement-bar + .main-header {
    top: 125px;
    /* top: 166px; */
  }
}
@media screen and (min-width: 992px) { /* announcement bar height */
  body:not(.sticky):has(section.announcement-bar) .main-header {
    top: 76px;
    /* top: 116px; */
  }
}

.w-locales-item a {
  color: #9fa4ad;
  text-decoration: none;
}
.w-locales-item a.w--current {
  text-decoration: underline;
}
.w-locales-item a:hover {
  color: #fff;
  text-decoration: underline;
}
.w-locales-item:first-child:after {
  content: "/";
  padding: 0 4px;
}

#cookieBlock {
  width: 1200px;
  margin: 0 auto;
  color: #e3ddef;
  text-align: center;
  padding: 15px 0;
}
#cookieBlock > p.cookieInfo {
  color: #e3ddef;
  font-size: 12px;
  max-width: 800px;
  margin: 0 auto;
  line-height: 20px;
  position: relative;
  padding-right: 35px;
}
#cookieBlock > p.cookieInfo > a {
  color: #e3ddef;
}
#cookieBlock > p.cookieInfo > a:hover {
  color: #fc0a7e;
}
#cookieBlock > p.cookieInfo > a#accept {
  text-decoration: none;
  font-size: 30px;
  font-weight: 700;
  position: absolute;
  right: 0;
  top: 15%;
}
@media screen and (max-width: 1024px) {
  #cookieBlock {
    width: auto;
    padding: 15px;
  }
  #cookieBlock > p.cookieInfo {
    font-size: 12px;
    line-height: 16px;
  }
  #cookieBlock > p.cookieInfo > a#accept {
    font-size: 24px;
    top: 10%;
  }
}
@media screen and (max-width: 479px) {
  #cookieBlock {
    width: auto;
    padding: 15px;
  }
  #cookieBlock > p.cookieInfo {
    font-size: 12px;
    line-height: 16px;
  }
  #cookieBlock > p.cookieInfo > a#accept {
    font-size: 24px;
    top: 10%;
  }
}
.link-50, .link-51, .link-52, .link-53 {
  color: #fff;
}
.html-embed-8 {
  background-color: #0c0120;
  padding-top: 0;
  font-family: Inter,sans-serif
}
.text-block-54 {
  border: 0 !important;
  text-decoration: none !important;
}
.text-block-26 {
  border: 0 !important;
  text-decoration: none !important;
}
.nav-menu-two li:last-child.mobile-margin-top-10 {
    display: none;
}

.linear-gradient {
  background: linear-gradient(90deg, #771FFF -2.35%, #F81D6D 104.2%);
  -webkit-linear-gradient(rgb(188, 12, 241), rgb(212, 4, 4)): ;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.collection-item-2:hover .hover-text-light {
  color: #fff;
}
.collection-item-2:hover .time-img-dark {
  display: none;
}
.collection-item-2:hover .time-img-light {
  display: block;
}

.newsroom-body p{
  color: #fff;
  font-size: 18px;
  line-height: 24px;
}

figure#download {
  margin-bottom: 0;
}

@media screen and (min-width: 768px){
  .border-right-gradient{
      border-style: solid;
      border-image: linear-gradient(0deg, #6D26F5, #E4466E) 1 100%;
      border-left: 0;
  }
}

.accordion-bottom-wrap p a {
  color: #fff;
}

.div-block-59 {
  position: relative;
}

.ct-iframe-1 {
  overflow:hidden;
  overflow-x:hidden;
  overflow-y:hidden;
  height:100%;
  width:100%;
  position:absolute;
  top:20px;
  left:0px;
  right:0px;
  bottom:0px;
}

.ct-link-block-1 {
  color: inherit;
}
.ct-link-2 {
  color: #666666;
  text-decoration: none;
}

#pagination-controls {
  display: flex;
  justify-content: flex-end;
  margin: 40px 0;
}

.pagination-btn {
  background: none;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
}

.pagination-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

#page-numbers {
  display: flex;
  align-items: center;
}

.page-number {
  margin: 0 20px;
  cursor: pointer;
}

.page-number.active {
  color: #e94560;
}

.three-dots {
  margin: 0 20px;
  cursor: default;
}

.text-block-76 {
  opacity: 0;
}

.ct-text-block-1 {
  margin-top: 2rem; 
  color: #fff;
}

.ct-text-block-2 {
  margin-top: 4rem;
  color: #000;
  text-align: center;
}

.ct-text-block-3 {
  margin-top: 4rem;
  color: #fff;
  text-align: center;
}

.ct-text-block-4 {
  color: #000;
  margin-top: 30px;
  margin-bottom: 40px;
  /* font-size: 20px; */
  /* line-height: 130%; */
}

.ct-opacity-1 {
  opacity: 0;
}

.ct-text-block-5 {
  text-decoration: underline;
}

.ct-text-block-6 {
  text-decoration: underline;
}

.ct-table-1 {
  margin: auto;
  width: 80%;
}

.ct-table-1 table {
  border: 1px solid white;
  border-collapse: collapse;
}

.ct-table-1 td {
  border: 1px solid white;
  border-collapse: collapse;
  padding: 0.5rem;
}

.ct-table-1 tr:first-child {
  text-align: center;
  font-weight: bold;
}

.ct-table-2 {
  width: 100%;
  table-layout: fixed;
}
.ct-table-2 table {
  border: 1px solid white;
  border-collapse: collapse;
}
.ct-table-2 td, .ct-table-2 th {
  border: 1px solid white;
  border-collapse: collapse;
  padding: 0.5rem;
}
.ct-table-2 td:nth-child(2),
.ct-table-2 td:nth-child(3) {
  text-align: center;
}

@media screen and (max-width: 479px) {
  .heading-49.rchb-heading.rchb-h2 {
    margin-left: 0 !important;
  }
}

.ct-border-1 {
  border-right: 0;
}

.ct-image-1 {
  width: 150px;
}

.ct-image-2 {
  width: 40rem;
  max-width: 100% !important;
}

.ct-image-3 {
  width: 100%;
}

.ct-image-4 {
  width: 80%;
}

.ct-block-1 {
  display: flex;
  align-items: center;
}

.ct-block-2 {
  text-align: center;
}

.ct-block-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ct-block-4 {
  color: rgb(100 116 139);
}

.ct-block-5 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ct-block-6 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  text-align: center;
}

.ct-block-7 {
  display: flex;
  justify-content: center;
}

.ct-block-8 {
  padding-left: 20px;
  padding-right: 20px;
}

/* referral campaign readmore button */
/* .section-56 #readMore{
  display: none;
} */

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.ct-heading-1 {
  color: #fff;
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
}

.ct-text-block-7 {
  color: #F8326D;
}
.ct-text-block-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}
.ct-text-block-9 {
  display: flex;
}
.ct-text-block-11 {
  margin-top: 2px;
}
.coming-soon-box{
  padding: 10px; 
  background-color: #136FD8;
  opacity: 0;
}

@media screen and (max-width: 991px) {
  .section-31 {
    padding-top: 0;
  }
}

.add-ons_accordion-item > .add-ons_accordion-header:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 32px;
  content: "";
  color: #FAFAFA;
  float: right;
  position: relative;
  display: block;
  top: 2px;
  margin-right: 5px;
  transition: .3s all;
  /*transform: rotate(-180deg);*/
  opacity: 100;
  background: url(https://uploads-ssl.webflow.com/65255c828b57cb5fa7a94902/66bc38291c367f75b3952b77_ac-plus.png);
  width: 24px;
  height: 24px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.add-ons_accordion-item.active > .add-ons_accordion-header:after {
  /*transform: rotate(0deg);*/
  content: "";
  background: url(https://uploads-ssl.webflow.com/65255c828b57cb5fa7a94902/66bc3829d3e7a665652e09ee_ac-minus.png);
  width: 24px;
  height: 24px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.add-ons_accordion-body.add-ons_js-accordion-body {
display: none;
}

.cfp-lottie {
  border:0;
  height:280px;
}

.intl-tel-input {
  display: block;
  width: 100%;
}
.intl-tel-input .country-list {
  z-index: 3;
}
.intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name {
  color: #333333;
}
.intl-tel-input.allow-dropdown .selected-flag {
    border-radius: 15px 0px 0px 15px;
}

/* gxbank-teaser.webflow.css adjustment */
.rich-text-block {
  font-weight: 200;
}
.list-item-7 {
  margin-top: 30px;
}
.text-block-96, .text-block-97, .text-block-98 {
  font-size: 28px;
  line-height: 36px;
}
.heading-103 {
  font-size: 36px;
}
.margin-bottom-24px-7 {
  width: 80%;
  max-width: 80%;
  padding-bottom: 0;
}
@media screen and (min-width: 992px) {
  .div-block-185 {
    display: flex;
    justify-content: center;
  }
  .image-161 {
    margin-top: 40px;
    margin-bottom: 40px;
    width: fit-content;
  }
}
@media screen and (max-width: 479px) {
  .list-item-8, .list-item-9 {
    margin-top: 8px;
  }
  .heading-70.fcw-heading-70 {
    font-size: 36px;
    text-shadow: 3px 3px 8px black;
  }
  .div-block-201-inner {
    position: relative;
    top: -50px;
  }
  .ct-text-block-10 {
    font-size: 30px;
    text-shadow: 3px 3px 8px black;
  }
  .margin-bottom-24px-7 {
    width: 100%;
    max-width: 100%;
  }
}

/* custom adjustment */
.custom-1 {
  color: #fff;
  font-size: 16px;
  padding-bottom: 10px;
  margin-bottom: 24px;
}
.custom-2 {
  color: #fff;
  font-size: 16px;
  margin-top: 24px;
}
.custom-3 {
  color: #433a56;
  font-size: 16px;
  margin-bottom: 24px;
}
.custom-4 {
  display: flex;
}
.custom-5 {
  margin-left: 2rem;
  margin-right: 2rem;
}
.custom-7 {
  display: none;
  margin-top: 10px;
  padding: 10px;
}
.custom-8 {
  margin-top: 1rem;
  display: none;
  padding: 20px;
  text-align: center;
}
@media screen and (max-width: 479px) {
  .custom-1, .custom-2, .custom-3 {
    font-size: 12px;
  }
  .custom-6 {
    margin-top: 3rem;
  }
}