@font-face {
  font-family: "Nunito";
  src: url(/_next/static/media/Nunito-Light.21ab6ff0.ttf);
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Nunito";
  src: url(/_next/static/media/Nunito-Regular.bc562649.ttf);
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Nunito";
  src: url(/_next/static/media/Nunito-SemiBold.1072d3e6.ttf);
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Nunito";
  src: url(/_next/static/media/Nunito-Bold.e8cde555.ttf);
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Nunito";
  src: url(/_next/static/media/Nunito-Black.389ac377.ttf);
  font-weight: 900;
  font-style: normal;
}

* {
  --blue-color: #00b6ff;
  --green-color: #05d1b8;
  --pink-color: #f95da0;
  --yellow-color: #ffc500;
  --gray-color: #bcbec0;
}
body,
html,
#root {
  margin: 0;
  padding: 0;
  font-family: "Nunito", sans-serif;
  /* scroll-behavior: smooth; */
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style-type: none;
  padding: 0;
}

ol li p {
  margin: 0;
}

ol li::marker {
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #414042;
  line-height: 24px;
}

*:focus {
  outline: 0;
}

input,
textarea {
  border-radius: 0;
}

select::-ms-expand {
  display: none; /* hide the default arrow in ie10 and ie11 */
}

button {
  border: 0;
}

main {
  width: 1366px;
  max-width: 80vw;
  margin: 0 auto;
  /* overflow-x: hidden; */
  /* position: absolute; */
  /* left: 50%; */
  /* transform: translateX(-50%); */
  /* margin: 0 10vw 0 10vw; */
  /* background: gray; */
}

CustomScroll {
  width: 1366px;
  max-width: 80vw;
  margin: 0 auto;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.dark-grey {
  color: #212121;
}
#transact-sum,
#typetranstext,
#currencytext,
#descritext {
  transition: all 300ms ease;
}

.cursor-pointer {
  cursor: pointer;
}

.cutOutScreen {
  position: absolute;
  width: 100vw;
  left: 0;
  /* background: red; */
  min-height: 800px;
  overflow: hidden;
}

.cutOutScreen.top {
  top: 0;
}

.carouselCut {
  width: 90vw;
  overflow: hidden;
}

@media screen and (max-width: 720px) {
  .nomobile {
    display: none !important;
  }
}

@media screen and (min-width: 720px) {
  .onlymobile {
    display: none !important;
  }
}
@media screen and (max-width: 1280px) {
  .notablet {
    display: none;
  }
}
.container,
.header {
  width: 100%;
  margin: 0 auto;
}

/* LINKS */

.linkAnim {
  position: relative;
  z-index: 99999;
  font-size: 14px;
}

.linkAnim span {
  padding-left: 0;
  transition: all 200ms ease;
}
.linkAnim:hover span {
  transition: all 300ms ease;
  padding-left: 20px;
}

.linkAnim svg {
  width: 24px;
  position: absolute;
  top: 5px;
  transform: translateX(-30px);
  pointer-events: none;
  transition: all 300ms ease;
  opacity: 0;
}

.linkAnim:hover svg {
  opacity: 1;
  transform: translateX(-12px);
}

.linkAnim:hover svg path:nth-child(1) {
  stroke-dasharray: 40;
  stroke-dashoffset: -40;
  animation: linkAnimDash 400ms ease forwards;
}

@keyframes linkAnimDash {
  from {
    stroke-dashoffset: -40;
  }
  to {
    stroke-dashoffset: 0;
  }
}

/* END LINKS */

/* BEANS */

.BeansSVG {
  overflow: visible;
}

.BeansSVG path {
  display: none;
  transform-origin: center center;
}
.BeansSVG circle {
  display: none;
  transform-origin: center center;
}
/*
.BeansSVG path:hover{
  animation: move 30s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite;
  transform-origin: center center;
} */

/* BUTTONS (a href) */
.faqURL {
  font-size: 15px;
  color: #ffffff;
  font-weight: 500;
  /* letter-spacing: 0.13px; */
  border-radius: 75px;
  /* display: block; */
  padding: 10px 90px 12px 80px;
  /* margin: 0 0 20px 0; */
  /* max-width: 450px; */
  text-align: center;
  margin: 0 auto;
  transition: all 1000ms ease;
  color: #000;
  background: rgb(249, 249, 249); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(249, 249, 249, 1) 0%,
    rgba(247, 247, 247, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
  box-shadow: 0px 0px 15px -10px rgba(0, 182, 255, 0);
}

.faqURL:hover {
  transition: all 300ms ease;
  box-shadow: 0px 8px 20px -10px rgba(20, 50, 100, 0.45);
}
.cta-button {
  font-size: 15px;
  color: #ffffff;
  font-weight: 500;
  /* letter-spacing: 0.13px; */
  border-radius: 75px;
  /* display: block; */
  padding: 10px 90px 12px 80px;
  /* margin: 0 0 20px 0; */
  /* max-width: 450px; */
  text-align: center;
  margin: 0 auto;
  transition: all 1000ms ease;
}

.cta-button:hover {
  transition: all 300ms ease;
}

.cta-button.orange {
  background: #f95da0; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    #f95da0 10%,
    #ffc500 90%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f95da0', endColorstr='#ffc500',GradientType=1 ); /* IE6-9 */
  box-shadow: 0px 0px 15px -10px rgba(249, 93, 60, 0);
}

.cta-button.orange:hover {
  box-shadow: 0px 8px 20px -10px rgba(249, 93, 60, 1);
}

.cta-button.blue {
  background: #00b6ff; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    #00b6ff 10%,
    #05d1b8 90%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b6ff', endColorstr='#05d1b8',GradientType=1 ); /* IE6-9 */
  box-shadow: 0px 0px 15px -10px rgba(0, 182, 255, 0);
}

.cta-button.blue:hover {
  box-shadow: 0px 8px 20px -10px rgba(0, 182, 255, 1);
}

.cta-button.gray {
  color: #000;
  background: rgb(249, 249, 249); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(249, 249, 249, 1) 0%,
    rgba(247, 247, 247, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
  box-shadow: 0px 0px 15px -10px rgba(0, 182, 255, 0);
}

.cta-button.gray:hover {
  box-shadow: 0px 8px 20px -10px rgba(20, 50, 100, 0.45);
}

/* TYPOGRAPHY */

h1 {
  font-family: "Nunito", sans-serif;
  font-size: 44px;
  font-weight: 300;
  color: #414042;
}
h2 {
  font-family: "Nunito", sans-serif;
  font-size: 32px;
  font-weight: 500;
  color: #414042;
}
h4 {
  font-family: "Nunito", sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: #414042;
  line-height: 1.6;
}
h6 {
  color: #00eacb;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
p {
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #414042;
  line-height: 24px;
}
.separator {
  height: 1px;
  width: 100%;
  background: url(/_next/static/media/separator.96d2258c.svg);
  opacity: 0.1;
  margin: 34px 0;
  display: block;
}

@media screen and (max-width: 1904px) {
  h2 {
    font-size: 28px;
  }
}

@media screen and (max-width: 1904px) {
  h2 {
    font-size: 28px;
  }
}

/* TEXT POSITIONS & PADDINGNS */
.tp-center {
  text-align: center;
  margin: 0 auto;
}
.tp-padding-1 {
  padding-top: 10px;
}
.tp-padding-2 {
  padding-top: 20px;
}
.tp-padding-3 {
  padding-top: 30px;
}
.tp-padding-4 {
  padding-top: 40px;
}
.tp-padding-5 {
  padding-top: 50px;
}

.space-03 {
  padding-bottom: 3vh;
}
.space-05 {
  padding-bottom: 5vh;
}
.space-1 {
  padding-bottom: 10vh;
}
.space-1-5 {
  padding-bottom: 15vh;
}
.space-2 {
  padding-bottom: 20vh;
}
.space-3 {
  padding-bottom: 30vh;
}
.space-4 {
  padding-bottom: 40vh;
}

@media screen and (max-width: 720px) {
  .space-mobile-1 {
    padding-bottom: 10vh;
  }
  .space-mobile-2 {
    padding-bottom: 20vh;
  }
  .space-mobile-3 {
    padding-bottom: 30vh;
  }
}

.app-store-link {
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  display: flex;
  margin-top: 15px;
}

.app-store-link .ios-app-store,
.app-store-link .google-play-store {
  padding-left: 5px;
}

.app-store-link .ios-app-store {
  background: url(/_next/static/media/ios_app_store_black.35b844c6.png) no-repeat center center;
  background-size: 165px;
  width: 135px;
  height: 55px;
  display: block;
  margin-right: 10px;
}

.app-store-link .google-play-store {
  background: url(/_next/static/media/google_play_store_black.22068d05.png) no-repeat center center;
  background-size: 165px;
  width: 135px;
  height: 55px;
  display: block;
}

/* INTRO */
.logo {
  position: fixed;
  width: 1366px;
  max-width: 80vw;
  z-index: 9999;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 5vh;
  padding-right: 10.05%;
  pointer-events: none;
}

@media screen and (min-width: 1366px) {
  .logo {
    padding-right: -10.05%;
  }
}

.logo svg {
  pointer-events: auto;
}

.logo-st0 {
  fill: #58595b;
}
.logo-st1 {
  fill: url(#SVGID_1_);
}
.logo-st2 {
  fill: url(#SVGID_2_);
}

.logo-st0 {
  transform: translateY(150px);
  transition: all 1000ms ease;
  opacity: 0;
}
.logo-st0.active {
  transform: translate(0);
  opacity: 1;
}

.logo-st0.scroll {
  transform: translateY(-15vh);
  transition: all 300ms ease;
  transition-delay: 0;
  opacity: 0;
}

.logo-st1 {
  transition: transform 400ms 600ms ease, opacity 0ms ease;
  opacity: 0;
  transform-origin: 20px 50%;
  transform: translateX(0) translateY(0) rotate(-43deg) scale(0);
}
.logo-st1.active {
  /* transform: translate(0); */
  opacity: 1;
  transform: translateX(0) translateY(0) rotate(0) scale(1);
}

/* MENU */

.signUp {
  display: inline-flex;
  position: absolute;
  top: 5.4vh;
  right: 0;
  cursor: pointer;
  z-index: 9998;
  overflow: visible;
  padding: 30px;
  margin: -30px;
  font-size: 12px;
  pointer-events: none;
  text-transform: uppercase;
}

.signUp span {
  padding: 8px 25px 8px 25px;
  /* background: red; */
  border-radius: 35px;
  color: #000000;
  border: 2px solid;
  background: rgba(255, 255, 255, 0.5);
  font-weight: 600;
  pointer-events: auto;
  border-color: #00b6ff; /* Old browsers */
  border-color: -moz-linear-gradient(
    left,
    #00b6ff 10%,
    #05d1b8 90%
  ); /* FF3.6-15 */
  border-color: -webkit-linear-gradient(
    left,
    #00b6ff 10%,
    #05d1b8 90%
  ); /* Chrome10-25,Safari5.1-6 */
  border-color: linear-gradient(
    to right,
    #00b6ff 10%,
    #05d1b8 90%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b6ff', endColorstr='#05d1b8',GradientType=1 ); /* IE6-9 */
  box-shadow: 0px 0px 15px -10px rgba(0, 182, 255, 0);
  transition: all 400ms ease;
}

.signUp span:hover {
  box-shadow: 0px 8px 20px -10px rgba(0, 182, 255, 1);
}

.signUp .register,
.signUp .login {
  margin-right: 10px;
}

.MenuSection {
  position: fixed;
  width: 1366px;
  max-width: 80vw;
  z-index: 9997;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.menu {
  position: absolute;
  top: 5.5vh;
  right: -5vw;
  cursor: pointer;
  z-index: 9998;
  overflow: visible;
  padding: 30px;
  margin: -30px;
}
.menu-st0 {
  fill: #000000;
  transition: all 200ms ease;
  transform-origin: 15px 6.5px;
  transition: rotate(0) translate(0);
  opacity: 1;
}

.menu-st0:nth-child(1).active {
  transform: rotate(45deg);
}

.menu-st0:nth-child(2).active {
  opacity: 0;
  transform: translateX(20px);
}

.menu-st0:nth-child(3).active {
  transform: rotate(-45deg);
}

.menubg {
  background: #f4f4f4;
  position: fixed;
  width: 100vw;
  left: 0;
  top: 0;
  height: 100vh;
  transition: all 200ms cubic-bezier(0.41, 0.18, 0.51, 0.98);
  /* transform: translateX(100vw); */
  opacity: 0;
  pointer-events: none;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
  /* transform: translateX(100vw); */
}

.menubg.active {
  transition: all 300ms cubic-bezier(0.41, 0.18, 0.51, 0.98);
  opacity: 1;
  /* transform: translateX(0); */
}

.MenuSection ul {
  position: absolute;
  right: -5vw;
  top: 10vh;
  font-size: 32px;
  font-weight: 300;
  line-height: 2;
  text-align: right;
  color: #414042;
  pointer-events: none;
}

.MenuSection ul li {
  transition: all 200ms ease;
  transform: translateX(30px);
  opacity: 0;
  pointer-events: none;
  mix-blend-mode: multiply;
}

.MenuSection ul li.active {
  transition: all 400ms ease;
  transform: translateX(0);
  opacity: 1;
  pointer-events: all;
}

.activeLink {
  font-weight: 600;
}

.MenuSection ul li:nth-child(1) {
  transition-delay: 0ms;
}
.MenuSection ul li:nth-child(2) {
  transition-delay: 50ms;
}
.MenuSection ul li:nth-child(3) {
  transition-delay: 100ms;
}
.MenuSection ul li:nth-child(4) {
  transition-delay: 150ms;
}
.MenuSection ul li:nth-child(5) {
  transition-delay: 200ms;
}
.MenuSection ul li:nth-child(6) {
  transition-delay: 250ms;
}
.MenuSection ul li:nth-child(7) {
  transition-delay: 300ms;
}
.MenuSection ul li:nth-child(8) {
  transition-delay: 350ms;
}
.MenuSection ul li:nth-child(8) {
  transition-delay: 400ms;
}

.BeansSVG {
  position: absolute;
}

.MenuSection li .BeansSVG {
  opacity: 0;
  transform: scale(4);
  z-index: -1;
  pointer-events: none;
  transition: all 400ms ease;
  /* mix-blend-mode: normal!important; */
}

.MenuSection li:hover .BeansSVG {
  opacity: 1;
  transition: all 1000ms ease;
}

/*
.menuBeans {
opacity: 0
} */

/* END MENU */

.intro-rightBG {
  position: absolute;
  float: right;
  right: 0;
  top: 0;
  height: 110%;
  background: #f4f4f4;
  width: 25vw;
  min-width: 25vw;
  z-index: -1;
  opacity: 0.7;
  border-bottom-left-radius: 150px;
}
.intro-rightBG-mask {
  position: absolute;
  float: right;
  right: 0;
  top: 110%;
  height: 10%;
  background: white;
  width: 25vw;
  min-width: 25vw;
  z-index: 2;
  border-top-right-radius: 150px;
  /* transform: rotateY(180deg); */
}

.intro-rightBG-bottom {
  position: absolute;
  float: right;
  right: 0;
  top: 110%;
  height: 5%;
  background: #f4f4f4;
  width: 25vw;
  min-width: 25vw;
  z-index: 0;
  opacity: 0.7;
  /* border-top-right-radius: 150px; */
  /* transform: rotateY(180deg); */
}

@media screen and (max-width: 720px) {
  .intro-rightBG,
  .intro-rightBG-mask,
  .intro-rightBG-bottom {
    display: none;
  }
}

.intro h2 {
  width: 450px;
  max-width: 80%;
}

/* INTRO - TRANSACT FORM */

/* AWARDS */

.aw-box {
  min-height: 140px;
}
.aw-box > div {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}

/* AWARDS SVG */
.aw-svg {
  position: relative;
  left: calc(50% + 5px);
  transform: translateX(-50%);
  width: 190px;
  overflow: visible;
}

.aw-s0 {
  fill: url(#AW-SVGID_1_);
}
.aw-s1 {
  fill: url(#AW-SVGID_2_);
}
.aw-s2 {
  fill: #414042;
}
.aw-s3 {
  fill: #ffc500;
}

.arrow-st0 {
  fill: none;
  stroke: #231f20;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
.aw-arrow {
  position: relative;
  position: relative;
  left: calc(50%);
  transform: translateX(-50%);
  width: 190px;
  cursor: pointer;
}

.pattern-st0 {
  fill: none;
  stroke: #d1d3d4;
  stroke-width: 0.455;
  stroke-miterlimit: 10;
}
.pattern-svg {
  position: absolute;
  left: 0;
  top: 22.5%;
  z-index: -1;
  opacity: 0.5;
}

/* BENEFITS */

.benefits {
  display: flex;
  flex-wrap: wrap;
  /* align-items: center; */
  /* background: grey; */
  /* padding-left:  */
  flex-direction: row;
}

.carousel-button {
  position: relative;
  left: 35px;
  /* transform: translateY(-1px) translateX(100%); */
  z-index: 100;
  background: url(/_next/static/media/arrow.f551418a.svg) no-repeat center center / 16px;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  cursor: pointer;
}

.carousel-button.left {
  position: relative;
  left: -35px;
  /* transform: translateY(-1px) translateX(100%); */
  z-index: 100;
  background: url(/_next/static/media/arrow.f551418a.svg) no-repeat center center / 16px;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  cursor: pointer;
  overflow: hidden;
  transform: rotate(180deg);
  transform-origin: center center;
}

.carousel-button:hover {
  padding-right: 10px;
}

.benefits-desc {
  /* font-size: 13px; */
  line-height: 24px;
  font-weight: 400;
  opacity: 0.4;
  margin-bottom: 40px;
  transition: all 400ms ease;
}

.benefits-desc.active {
  opacity: 0.85;
}

.benefits svg {
  position: absolute;
  width: 35px;
  transform: translateX(-55px) translateY(-7px);
  overflow: visible;
}

.benefits-title {
  padding-left: 55px;
}

.benefits-box {
  flex: 1 0 33%;
  margin: 0 40px 0 0;
  max-width: calc(33% - 40px);
  display: inline-block;
  align-items: flex-start !important;
  vertical-align: top;
}

@media screen and (max-width: 720px) {
  .benefits {
    flex-direction: column;
  }
  .benefits-box {
    flex: 1 0 28%;
    margin: 0 40px 0 0;
    max-width: 80vw;
    display: block;
    align-items: flex-start !important;
  }
}

/* @media screen and (min-width: 720px){
  .benefits {
   -webkit-flex-direction: row;
    flex-direction: row;
  }
.benefits-box {
  flex: 1 0 28%;
  margin: 0 40px 0 0;
  max-width: calc(33% - 40px);
  display: inline-block;


}
  .benefits-box:nth-child(1){
    margin-left: 0;
  }
  .benefits-box:nth-child(4){
    margin-left: 0;
  }
  .benefits-desc {
    max-width: 280px;
    padding-left: 55px;
  }

}

@media screen and (max-width: 720px){
  .benefits {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
} */

/* BENEFITS ICONS SVG */
.benefits-i1-st0 {
  fill: url(#SVGID_1_);
}
.benefits-i1-st1-1,
.benefits-i1-st1-2,
.benefits-i1-st1-3 {
  fill: #231f20;
}
.benefits-i1-st2 {
  fill: url(#SVGID_2_);
}

.benefits-i2-st0 {
  fill: #f95da0;
}
.benefits-i2-st1 {
  fill: #231f20;
}

.benefits-i3-st0 {
  fill: #ffc500;
}
.benefits-i3-st1-1,
.benefits-i3-st1-2 {
  fill: #231f20;
}

.benefits-i4-st0 {
  fill: #ffc500;
}
.benefits-i4-st1 {
  fill: none;
  stroke: #231f20;
  stroke-width: 2.5446;
  stroke-miterlimit: 10;
}

.benefits-i5-st0 {
  fill: url(#SVGID_1_);
}
.benefits-i5-st1 {
  fill: #231f20;
}
.benefits-i5-st2-1,
.benefits-i5-st2-2,
.benefits-i5-st2-3 {
  fill: #ffffff;
}
.benefits-i5-st3 {
  fill: url(#SVGID_2_);
}

/* Ease of use */
.benefits-i1-st1-1.active {
  animation: opacityanim 2s ease infinite;
}
.benefits-i1-st1-3.active {
  animation: opacityanim 2s ease infinite;
  animation-delay: 0.33s;
}
.benefits-i1-st1-2.active {
  animation: opacityanim 2s ease infinite;
  animation-delay: 0.66s;
}

/* Tracked Delivery */
.benefits-i2-st0 {
  transition: all 1s ease;
  transform-origin: 15px 15px;
}
.benefits-i2-st0.active {
  transition: all 20s linear;
  transform: rotate(360deg);
  transform-origin: 15px 15px;
}

/* Risk-Free */
.benefits-i3-st0 {
  transition: all 1s ease;
  transform-origin: 15px 15px;
}
.benefits-i3-st0.active {
  transition: all 20s linear;
  transform-origin: 15px 15px;
  transform: rotate(360deg);
}

.benefits-i3-st1-1 {
  transition: all 400ms ease;
}

.benefits-i3-st1-1.active {
  transform: translateY(2px);
}

/* Transparency */
.benefits-i4-st0 {
  transition: all 1s ease;
  transform-origin: 15px 15px;
}
.benefits-i4-st0.active {
  /* animation: move-2 10s linear infinite; */
  transform: rotate(-720deg);
  transition: all 20s linear;
}

/* Negotiation */

.benefits-i5-st2-1.active {
  animation: opacityanim 2s ease infinite;
}
.benefits-i5-st2-2.active {
  animation: opacityanim 2s ease infinite;
  animation-delay: 0.33s;
}
.benefits-i5-st2-3.active {
  animation: opacityanim 2s ease infinite;
  animation-delay: 0.66s;
}

/* MOTION REF: https://www.youtube.com/watch?v=WHPEKLQID4U */

.benefitsWaveAnim path {
  animation: benefitsWaveAnimation cubic-bezier(0.41, 0.01, 0.41, 0.96) forwards;
  transform: translateY(-80vh);
  transform-origin: center center;
}
.benefitsWaveAnim path:nth-child(1) {
  animation-delay: 0;
  animation-duration: 3s;
}

.benefitsWaveAnim path:nth-child(2) {
  animation-delay: 200ms;
  animation-duration: 2.4s;
}

.benefitsWaveAnim path:nth-child(3) {
  animation-delay: 250ms;
  animation-duration: 2.5s;
}

.benefitsWaveAnim path:nth-child(4) {
  animation-delay: 500ms;
  animation-duration: 2.5s;
}

@keyframes benefitsWaveAnimation {
  0% {
    transform: translateY(-80vh) rotate(-25deg);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}

/* BENEFITS PAGE END */

/* STICKY POSITION: https://developer.mozilla.org/en-US/docs/Web/CSS/position */

.sticky {
  position: sticky;
  top: 20vh;
  padding-bottom: 44px;
}

/* BLANKET SECTION */

.position-sticky {
  position: sticky;
  top: 10%;
  display: block;
  max-width: 100vw;
  will-change: transform;
}

.position-sticky.phone {
  top: calc(50vh - 300px);
}

.sticky-header {
  position: sticky;
  top: 0;
  padding-top: 12.5vh;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+50,0+100 */
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+80,0+100 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 80%,
    rgba(255, 255, 255, 0) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */

  display: block;
  padding-bottom: 30px;
  /* width: 50vw; */
  /* height: 300px; */
  z-index: 1;
}

.sticky-header2 {
  position: sticky;
  top: 0;
  padding-top: 12.5vh;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+50,0+100 */
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+80,0+100 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 80%,
    rgba(255, 255, 255, 0) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */

  display: block;
  padding-bottom: 50px;
  /* width: 50vw; */
  /* height: 300px; */
  z-index: 3;
}

@media screen and (max-width: 720px) {
  .sticky-header,
  .sticky-header2 {
    position: relative;
  }
}

.blanket h2 {
  max-width: 450px;
}

.blanket h5 {
  font-weight: 400;
  max-width: 350px;
  opacity: 0.8;
  font-size: 15px;
}

.blanket h4 {
  font-weight: 600;
  max-width: 450px;
  font-size: 23px;
}

.blanket h5 b {
  font-size: 23px;
  color: var(--blue-color);
}

.b-blob {
  position: absolute;
  /* right: 0; */
  /* top: -150px; */
  margin-top: -27%;
  padding-left: 55%;
  /* float: right; */
  overflow: visible;
  width: 40%;
  max-width: 600px;
  z-index: -1;
  display: none;
}

.b-blob-st1 {
  position: absolute;
  top: 0;
  left: 0;
  fill: #f4f4f4;
  width: 20vw;
  overflow: visible;
  animation: move 30s ease-in-out infinite;
  transform-origin: 50% 50%;
}

@media screen and (max-width: 720px) {
  .b-blob {
    width: 80vw;
  }
}

.arrow-down {
  position: sticky;
  bottom: 0;
  padding-bottom: 15vh;
  margin-left: -7.5%;
  background: red;
  padding-right: 450px; /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to top,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 80%,
    rgba(255, 255, 255, 0) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}
.arrow-down.full {
  padding-right: 100vw;
}
.arrow-down.nobg {
  padding-right: 0;
}
.arrow-down .st0 {
  fill: none;
  stroke: #231f20;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

.buy-sell-video {
  position: absolute;
  /* float: right; */
  left: 60%;
  /* mix-blend-mode: darken; */
  /* margin-top: 20%; */
  max-width: 40%;
  top: 35%;
  z-index: -100;
}

@media screen and (max-width: 720px) {
  .buy-sell-video {
    position: relative;
    /* float: right; */
    left: 10%;
    mix-blend-mode: darken;
    /* margin-top: 20%; */
    max-width: 90%;
    /* top: 35%; */
    z-index: 4;
  }
}

/* TRUSTAPIS SECTION */

.devManimg {
  position: absolute;
  left: 60%;
  width: 420px;
  max-width: 40%;
  padding-top: 180px;
}

.devManimg img {
  position: absolute;
  width: 100%;
  will-change: scroll-position, transform;
}

.devManimg img:nth-child(1) {
  /* animation: floatSmall 10s cubic-bezier(.68,.23,.42,.82) infinite; */
}

.devManimg img:nth-child(2) {
  /* animation: floatBig 10s cubic-bezier(.68,.23,.42,.82) infinite; */
}
.devManimg img:nth-child(3) {
  /* animation: shadowAnim 10s cubic-bezier(.68,.23,.42,.82) infinite; */
  transform-origin: bottom;
}

@media screen and (max-width: 720px) {
  .devManimg {
    left: 25%;
    max-width: 50%;
    padding-top: 0;
    margin-top: -140px;
  }
}

@keyframes floatSmall {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes floatBig {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes shadowAnim {
  0% {
    opacity: 1;
    transform: scale(1.2);
  }
  50% {
    opacity: 0.5;
    transform: scale(1);
  }
  100% {
    opacity: 1;
    transform: scale(1.2);
  }
}

/* TRANSACTSAFE SECTION */

.transactSteps {
  display: column;
  padding-bottom: 20px;
}

.transactSteps div {
  max-width: 80%;
  width: 300px;
  padding: 7.5% 50px 7.5% 50px;
}

@media screen and (max-width: 720px) {
  .transactSteps {
    display: flex;
    flex-direction: column;
  }
  .transactSteps div {
    max-width: 80%;
    width: 80%;
    padding: 7.5% 50px 7.5% 50px;
  }
}

.transactSteps .icons {
  position: absolute;
  height: 36px;
  width: 36px;
  transform: translate(-50px, -10px);
}

.howitworksvideo2 {
  position: relative;
}
.howitworksvideo2 svg {
  position: absolute;
  width: 22px;
  height: 22px;
  display: inline;
  transform: translateY(1px);
}

.howitworksvideo2 span {
  /* position: absolute; */
  padding-left: 35px;
  font-size: 15px;
  width: 300px;
  max-width: 90vw;
}

.howitworksvideo2.pink {
  color: var(--pink-color);
  fill: var(--pink-color);
}
.howitworksvideo2.blue {
  color: var(--blue-color);
  fill: var(--blue-color);
}

/* QUESTIONS */

.qs-box {
  min-height: 160px;
}
.qs-box > div {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.qs-title h5 {
  max-width: 450px;
  width: 80vw;
}

.qs-title {
  max-width: 80vw;
}

.questionSection {
  pointer-events: none;
}

.questionSection .previousButton {
  pointer-events: all;
}

.questionSection .nextButton {
  pointer-events: all;
}

.questionSection .cta-button {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  pointer-events: all;
}

.questionSection h5 {
  font-weight: 400;
  line-height: 1.6;
}

/* PARTNER SECTION */

.partner-header {
  /* position: -webkit-sticky; */
  /* position: sticky; */
  /* top: 0; */
  padding-top: 15vh;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+50,0+100 */
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+80,0+100 */
  display: block;
  padding-bottom: 50px;
  /* width: 50vw; */
  /* height: 300px; */
  z-index: 1;
}

.partnerSection h2 {
  max-width: 500px;
}

.partnerSection h5 {
  font-weight: 400;
  max-width: 480px;
  opacity: 0.8;
  font-size: 15px;
  line-height: 1.6;
}

.partnerSection h4 {
  font-weight: 600;
  max-width: 450px;
  font-size: 23px;
}

.partner-book-meeting p {
  margin: 40px auto;
  max-width: 60%;
}

canvas {
  position: absolute;
  /* float: right; */
  left: 60%;
  /* mix-blend-mode: multiply; */
  margin-top: 160px;
  /* max-width: 40%; */
  /* top: 20%; */
  z-index: 4;
  /* top: calc(50vh - 210px); */
  max-width: 90vw;
  width: 380px;
  z-index: 100;
}

@media screen and (max-width: 720px) {
  canvas {
    position: relative;
    margin-bottom: -120px;
    left: 20vw;
    width: 50vw;
  }
}

/* USETRUSTAP SECTION */

.iphoneApp {
  position: absolute;
  padding-left: 0;
  width: 300px;
  max-width: 80vw;
  /* margin-top: -50px; */
  z-index: 2;
  transition: all 400ms ease;
  opacity: 1;
  will-change: transform, opacity;
}

/*
.iphoneApp.screen1{
  transition: all 400ms ease;
  opacity: 1;
  overflow: hidden;
} */

.mobileScreenOff {
  opacity: 0;
}

.useTrustapSection-header {
  position: relative;
  top: -700px;
  left: 60%;
  display: inline-table;
  z-index: 1;
  width: 40%;
  padding-left: 40px;
  max-width: 100vw;
  overflow-x: hidden;
}

.useTrustapSection .app-creation-tutorial a {
  text-decoration: underline;
  font-weight: bold;
}

.useTrustapSection h5 {
  font-weight: 400;
  max-width: 480px;
  opacity: 0.8;
  font-size: 15px;
  line-height: 1.6;
}

.useTrustapSection h4 {
  font-weight: 600;
  max-width: 450px;
  font-size: 23px;
  position: relative;
}

.useTrustapSection ol {
  padding-left: 17px;
  line-height: 2.7;
}

.useTrustapSection ol li {
  cursor: pointer;
  transition: color 200ms ease;
}

.useTrustapSection ol li.active {
  color: #00b6ff;
}

@media screen and (max-width: 720px) {
  .useTrustapSection ol li.active {
    color: #414042;
  }
}

/* .useTrustapSection ol li:hover {
  color: #00B6FF;
} */

@media screen and (max-width: 720px) {
  .iphoneApp {
    display: none;
  }

  .useTrustapSection-header {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    z-index: 1;
    padding-left: 0;
    width: 90vw;
  }
  .useTrustapSection-header h2 {
    max-width: 80vw;
  }

  .useTrustapSection-header h4 {
    width: 90%;
  }
}

/* BENEFITS PAGE */

.benefitsTopImage {
  position: absolute;
  right: 0;
  width: 65%;
  max-width: 1366px;
  top: -10%;
  z-index: -1;
}

@media screen and (max-width: 720px) {
  .benefitsTopImage {
    position: absolute;
    right: 10%;
    width: 80%;
    max-width: 1366px;
    top: 0;
    z-index: -1;
  }
  .benefitsWaveAnim {
    top: -10vw;
  }
}

.benefitsTitle {
  max-width: 400px;
}

.benefitsTitle h4 {
  font-weight: 400;
}

.benefitsTitle h5 {
  font-weight: 300;
  opacity: 0.5;
}

.benefits-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.benefits-content content,
.benefits-content .content {
  font-size: 18px;
  line-height: 28px;
}

.benefits-content desc,
.benefits-content .desc {
  font-size: 14px;
  line-height: 18px;
  color: #414042;
}

.benefits-content svg {
  position: absolute;
  width: 35px;
  transform: translateX(-55px) translateY(-7px);
  overflow: visible;
}

.benefits-content svg .st0 {
  fill: #231f20;
}
.benefits-content svg .st1 {
  fill: #ffc500;
}

.benefits-content-title span {
  padding-left: 55px;
}

@media screen and (min-width: 720px) {
  .benefits-content {
    flex-direction: row;
  }
  .benefits-content-box {
    /* background: gray; */
    flex: 1 0 40%;
    margin: 0 auto;
    max-width: calc(38% - 40px);
    max-width: 350px;
    display: block;
    padding: 5%;
    align-self: flex-end;
  }
}

@media screen and (max-width: 720px) {
  .benefits-content {
    flex-direction: column;
  }
  .benefits-content {
    padding: 15% 0;
  }
}

/* DEVELOPERS PAGE */

.developersJourney {
  position: absolute;
  left: 50%;
  width: 45%;
  max-width: 600px;
  top: 32.5%;
  z-index: -1;
}

.developersTitle {
  color: #ffffff;
  margin-top: 50px;
  position: absolute;
}

.developersTitle h2 {
  max-width: 400px;
  color: inherit;
}

.developersTitle h4 {
  font-weight: 400;
  color: inherit;
}

.developersTitle h5 {
  font-weight: 300;
  /* opacity: 1; */
  color: inherit;
}

.developers-description {
  max-width: 400px;
}

.developers-title-btn {
  width: 100%;
  position: relative;
  top: 375px;
}

@media screen and (max-width: 720px) {
  .developersJourney {
    position: absolute;
    left: 10%;
    width: 80%;
    max-width: 600px;
    top: 15%;
    z-index: -1;
  }

  .developersTitle {
    color: #000000;
  }
}

.developers-content-subject {
  padding: 0 5%;
  margin: 0 auto;
}

.developers-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.developers-content content,
.developers-content .content {
  font-size: 18px;
  line-height: 28px;
}

.developers-content desc,
.developers-content .desc {
  font-size: 14px;
  line-height: 18px;
  color: #414042;
}

.developers-content svg {
  position: absolute;
  width: 35px;
  transform: translateX(-55px) translateY(-7px);
  overflow: visible;
}

.developers-content svg .st0 {
  fill: #231f20;
}
.developers-content svg .st1 {
  fill: #ffc500;
}

.developers-content-title span {
  padding-left: 55px;
}

.developer-journey .content {
  display: flex;
}

.developer-journey .explanation {
  margin: auto 55px;
  max-width: 300px;
}

.developer-journey .explanation h4 {
  font-size: 22px;
  font-weight: 400;
}

.developer-journey .title {
  padding: 0 55px;
}

.developer-journey .visual {
  padding: 0 100px;
}

.developer-journey img {
  height: 500px;
}

@media screen and (min-width: 720px) {
  .developers-content {
    flex-direction: row;
  }

  .developers-content-box {
    flex: 1 0 40%;
    max-width: 420px;
    display: block;
    padding: 5%;
    align-self: top;
  }

  .developer-journey .visual {
    padding: unset;
  }
}

@media screen and (max-width: 1250px) {
  .developer-journey {
    text-align: center;
  }

  .developer-journey .content {
    display: block;
  }

  .developer-journey .explanation {
    margin: unset;
    max-width: unset;
  }
}

@media screen and (max-width: 720px) {
  .developers-content {
    flex-direction: row;
  }
  .developers-content-box {
    padding: 15% 0;
  }

  .developer-journey img {
    height: 230px;
  }

  .developer-journey .title {
    padding: unset;
  }

  .developer-journey .visual {
    padding: unset;
  }
}

/* END DEVELOPERS PAGE */

/* PARTNERS PAGE */

.stripe-banner {
  display: flex;
  padding: 60px 10% 60px 20%;
}

.stripe-banner .image-container {
  height: auto;
  vertical-align: middle;
  margin: auto 0;
}

.stripe-banner .image-container img {
  height: 60px;
}

.stripe-banner h3 {
  font-weight: 300;
}

.stripe-banner h2,
.stripe-banner p,
.stripe-banner h3 {
  color: white;
  padding-left: 50px;
  margin: 0;
}

.partnership-tutorial {
  background-color: rgb(244, 244, 244);
  padding: 30px 30px 30px 0;
}

.partnership-tutorial .content {
  display: flex;
}

.partnership-tutorial li {
  list-style: inside;
  font-size: 18px;
  padding: 10px 0 10px 0;
}

.partnership-tutorial .list-container {
  margin: auto 0;
  width: 55%;
}

.partnership-tutorial .list-container ul {
  padding-left: 20%;
}

.partnership-tutorial h2 {
  text-align: center;
  margin: 0 auto;
}

.partnership-tutorial .image-container {
  text-align: center;
  width: 45%;
}

.partnership-tutorial .image-container img {
  height: 550px;
}

.available-countries .title {
  text-align: center;
  margin-bottom: 10px;
}

.available-countries .title p {
  max-width: 500px;
  margin: 0 auto;
}

.available-countries .country-flags {
  text-align: center;
  margin: 0 auto;
  max-width: 800px;
}

.available-countries .country-flags #Layer_1 {
  height: 50px;
  padding: 10px;
}

.partnersTopImage {
  position: absolute;
  right: 10%;
  width: 55%;
  max-width: 600px;
  top: 10%;
  z-index: -1;
}

.partnersTitle {
  max-width: 400px;
}

.partnersTitle h4 {
  font-weight: 400;
}

.partnersTitle h5 {
  font-weight: 300;
  opacity: 0.5;
}

.partners-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.partners-content content {
  font-size: 18px;
  line-height: 28px;
}

.partners-content desc {
  font-size: 14px;
  line-height: 18px;
  color: #414042;
}

.partners-content svg {
  position: absolute;
  width: 35px;
  transform: translateX(-55px) translateY(-7px);
  overflow: visible;
}

.partners-content svg .st0 {
  fill: #231f20;
}
.partners-content svg .st1 {
  fill: #ffc500;
}

.partners-content-title span {
  padding-left: 55px;
}

@media screen and (min-width: 720px) {
  .partners-content {
    flex-direction: row;
  }

  .partners-content-box {
    flex: 1 0 40%;
    margin: 0 auto;
    max-width: calc(38% - 40px);
    max-width: 350px;
    display: block;
    padding: 5%;
    align-self: flex-end;
  }
}

@media screen and (max-width: 780px) {
  .partners-content {
    flex-direction: column;
    color: darkgray;
  }

  .stripe-banner {
    display: inline-block;
    padding: 5%;
    text-align: center;
  }

  .stripe-banner h2,
  .stripe-banner p {
    padding: unset;
  }

  .partnership-tutorial .content {
    display: unset;
    margin-top: -40px;
  }

  .partnership-tutorial .list-container,
  .partnership-tutorial .image-container {
    width: unset;
  }

  .partnership-tutorial .image-container img {
    height: 40vh;
  }

  .partnership-tutorial .list-container ul {
    padding: 10%;
  }

  .partnership-tutorial .list-container li {
    font-size: large;
  }

  .partner-page .questionSection {
    margin-top: 400px;
  }

  .partner-page .questionSection .faqURL {
    padding: 10px 20%;
  }
}

@media screen and (max-width: 600px) and (max-height: 580px) {
  .partner-page .questionSection {
    margin-top: 650px;
  }

  .stripe-banner h2,
  .stripe-banner p,
  .stripe-banner h3 {
    padding: unset;
  }
}

@media screen and (max-width: 500px) {
  .partnership-tutorial .image-container img {
    height: 40vh;
  }
}

.partnersWaveAnim path {
  animation: partnersWaveAnimation cubic-bezier(0.41, 0.01, 0.41, 0.96) forwards;
  transform: translateY(-80vh);
  animation-duration: 2s;
  transform-origin: center center;
}

@keyframes partnersWaveAnimation {
  0% {
    transform: translateY(-80vh) rotate(25deg);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}

.partnerslogo-box {
  background: #f4f4f4;
  height: 100%;
  width: 100%;
}
.partnerslogos {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  z-index: 3;
}

.partnerslogos .partnerslogosimg {
  width: 33%;
  margin: 0 auto;
  text-align: center;
  z-index: 6;
}

.partnerslogosimgsmall {
  width: 33%;
  margin: 0 auto;
  text-align: center;
  z-index: 6;
}

.partnerslogosimg.width-100 img {
  width: 100%;
}

.partnerslogos img {
  width: 60%;
  max-width: 200px;
}

.partnerslogosimgsmall img {
  width: 40%;
}

/* END PARTNERS PAGE */

/* ABOUT US PAGE */

.carouselAbout {
  width: 100%;
  /* background: gray; */
}

.aboutTopImage {
  position: absolute;
  /* top: 5vh; */
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 800px;
  display: block;
  z-index: 0;
  max-width: 80vw;
  transform-origin: center center;
}

.aboutTopImageSpace {
  margin-bottom: 60%;
}

.aboutTitle {
  text-align: center;
  max-width: 100%;
}

.aboutDescription {
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  border-radius: 15px;
  padding: 7%;
  text-align: center;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00b6ff+20,05d1b8+80 */
  background: rgb(0, 182, 255); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(0, 182, 255, 1) 0,
    rgba(5, 209, 184, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b6ff', endColorstr='#05d1b8',GradientType=1 ); /* IE6-9 */

  font-size: 22px;
  color: #ffffff;
  line-height: 1.6;
  font-weight: 300;
}

/* TODO: Move to dedicated about.css style file */
.aboutFlex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.aboutInfo-box {
  max-width: 40%;
  padding: 5%;
}
.aboutInfo-box p {
  opacity: 0.75;
}
.about .stripe-logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  box-sizing: border-box;
  padding: 5%;
}

.space-between {
  justify-content: space-between;
}

.aboutInfo-box h4 { /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    #00b6ff 10%,
    #05d1b8 90%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b6ff', endColorstr='#05d1b8',GradientType=1 ); /* IE6-9 */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.aboutFlex2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.aboutPartners-box {
  width: 10%;
  max-width: 100px;
  padding: 3.3%;
  justify-content: center;
}

.aboutPartners-box img {
  max-width: 100%;
  text-align: center;
  margin: 0 auto;
  /* filter: grayscale(100%); */
  transform: scale(1.1);
  opacity: 1;
  transition: all 250ms cubic-bezier(0.13, 0.51, 0.26, 0.97);
}

.aboutPartners-box img:hover {
  transform: scale(1.3);
  opacity: 1;
}
/*
.aboutPartners-box img:hover {
filter: grayscale(10%);
opacity: 1;

} */

.aboutPartnersDesc p {
  /* position: relative; */
  margin: 0 auto;
  text-align: center;
  width: 80%;
  max-width: 700px;
  opacity: 0.9;
}

/* TODO: Move to dedicated style file */
@media screen and (max-width: 1264px) {
  .about .stripe-logo-container {
    padding: 3%;
  }
  .about .stripe-logo-container img {
    width: 250px;
  }
}

/* TODO: Move to dedicated style file */
@media screen and (max-width: 720px) {
  .aboutFlex {
    flex-direction: column;
  }
  .aboutInfo-box {
    max-width: 90%;
  }
  .about .stripe-logo-container {
    margin: 0 auto;
    width: 200px;
    order: 1;
    padding: 0;
  }
  .about .stripe-description {
    order: 2;
  }
}

.aboutCompany {
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}

.aboutCompany h4 {
  font-size: 14px;
}

.aboutTeam {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.aboutTeam-box {
  max-width: 23%;
  padding: 5%;
  text-align: center;
}
.aboutTeam-image {
  background: #00b6ff; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    #00b6ff 10%,
    #05d1b8 90%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b6ff', endColorstr='#05d1b8',GradientType=1 ); /* IE6-9 */
  display: block;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 0px 15px -10px rgba(0, 182, 255, 0);
  transition: all 800ms ease;
}
.aboutTeam-box img {
  max-width: 100%;
  display: block;
  opacity: 0.5;
  transform: scale(1);
  transition: all 400ms ease;
}
.aboutTeam-box:hover img {
  opacity: 0.9;
  transform: scale(1.05);
}

.aboutTeam-box:hover .aboutTeam-image {
  box-shadow: 0px 8px 20px -10px rgba(0, 182, 255, 1);
}

@media screen and (max-width: 720px) {
  .aboutTeam-box {
    max-width: 100%;
  }
}

.moreJobs {
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
  /* text-align: center; */
  width: 80%;
  max-width: 400px;
  line-height: 1.8;
}

.moreJobs h4 {
  font-size: 25.6px;
  font-weight: 400;
}
.moreJobs h5 {
  font-size: 16px;
  font-weight: 400;
  opacity: 0.5;
}

/* CAREERS SECTION START (under about us) */

.pinBounce {
  animation: pinBounce 4s ease infinite;
}

@keyframes pinBounce {
  0% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(-5px);
  }
}

.careersSection {
  position: absolute;
  background: #414042;
  width: 100vw;
  left: 0;
  padding: 5% 0 5% 0;
}

.careersHeight {
  margin-bottom: 1769px;
  pointer-events: none;
}

.careersMain {
  width: 1366px;
  max-width: 80vw;
  margin: 0 auto;
  color: #f4f4f4;
  display: block;
}

.careersMain h1,
.careersMain h2,
.careersMain h3,
.careersMain h4,
.careersMain h5,
.careersMain h6 {
  color: #f4f4f4;
}

.careersMain h3,
.careersMain h4,
.careersMain h5,
.careersMain h6 {
  color: #f4f4f4;
  font-weight: 400;
}

.careersMain h4 {
  font-size: 16px;
  line-height: 1.8;
  opacity: 0.2;
  transition: all 400ms ease;
}

.careersJob:hover h4 {
  opacity: 1;
}

.careersJob a {
  padding-left: 0;
  transition: all 400ms ease;
}
.careersJob:hover a {
  padding-left: 45px;
}

.careersJob:hover svg path:nth-child(1) {
  stroke-dasharray: 40;
  stroke-dashoffset: 40;
  animation: dash 400ms ease forwards;
}

@keyframes dash {
  from {
    stroke-dashoffset: -40;
  }
  to {
    stroke-dashoffset: 0;
  }
}

.careersJob span {
  position: absolute;
  width: 32px;
  padding-top: 2px;
  transition: all 200ms ease;
  transform: translateX(-30px);
  opacity: 0;
}

/* .careersJob svg path{
  stroke-dasharray: 10;
} */

.careersJob:hover span {
  transition: transform 1000ms ease, opacity 100ms ease;
  transform: translateX(0);
  opacity: 1;
}

.careersBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}

.careersJob {
  width: 50%;
  padding: 5% 0 10% 0;
  cursor: pointer;
}
.careersJob .careersJobtight {
  width: 400px;
  max-width: 80%;
  /* padding: 5%; */
}

@media screen and (max-width: 720px) {
  .careersJob {
    width: 100%;
  }
}

/* JOBS START */
#jobSection {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  transition: all 400ms ease;
  transform: translateY(0);
  background: #f4f4f4;
  z-index: 9996;
  overflow-y: scroll;
  overflow-x: hidden;
  transform: translateY(100vh);
  transition: all 400ms ease;
}

#jobSection.activeJob {
  transform: translateY(0);
}

.jobContent {
  position: relative;
  width: 600px;
  max-width: 80vw;
  margin: 0 auto;
  padding-top: 15vh;
  overflow-y: visible;
}
.jobContent p,
.jobContent h1,
.jobContent h2,
.jobContent h3,
.jobContent ol,
.jobContent li,
.jobContent ul {
  color: #414042;
}

.jobContent ol li {
  font-size: 18px;
  line-height: 2;
}

.closeJob {
  position: absolute;
  top: 5%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10;
  background: url(/_next/static/media/close.94947ddd.svg) no-repeat center center / 16px;
  width: 32px;
  height: 32px;
  z-index: 9999;
  /* text-indent: -9999px; */
  cursor: pointer;
  transform: scale(1.5);
  /* transition: all 400ms ease; */
  z-index: 9999;
}

/* JOBS END */

/* END ABOUT US PAGE */

/* FOOTER */

.footer-company-message {
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  margin: auto 50px;
  font-weight: lighter;
}

.appDownload {
  position: relative;
  left: 0%;
  /* transform: translateY(50%); */
  z-index: 100;
  width: 140px;
  height: 40px;
  text-indent: -9999px;
  cursor: pointer;
  z-index: 9998;
}

.appDownload .ios:hover,
.appDownload .android:hover {
  filter: grayscale(0);
}
.appDownload .ios {
  background: url(/_next/static/media/ios.04b2d098.png) no-repeat center center;
  background-size: contain;
  filter: grayscale(100%);
  transition: all 400ms ease;
  width: 135px;
  height: 55px;
  display: block;
}
.appDownload .android {
  background: url(/_next/static/media/android.c2809f1c.png) no-repeat center center;
  background-size: contain;
  filter: grayscale(100%);
  transition: all 400ms ease;
  width: 135px;
  height: 55px;
  display: block;
}

.footerMenu {
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding-left: calc(15% - 40px);
  text-align: center;
  top: -30px;
  max-width: 1366px;
  width: 80%;
  font-size: 18px;
  color: #f4f4f4;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 9995;
}

.footerMenu ul {
  flex: 1 0 33%;
  margin: 0 13% 0 0;
  max-width: 80px;
  align-self: flex-start;
  align-items: center;
  text-align: left;
}

.footerMenu li {
  /* display: inline-block; */
  color: #f4f4f4;
  font-size: 14px;
  font-weight: 400;
  line-height: 32px;
  opacity: 0.6;
  transition: all 400ms ease;
}

.footerMenu li:hover {
  opacity: 1;
}

@media screen and (max-width: 900px) {
  .appDownload {
    display: flex;
    position: absolute;
    left: 0;
    width: 100vw;
    top: 7.5%;
    justify-content: center;
    padding-bottom: 5%;
  }
  .appDownload .android {
    margin-left: 5%;
  }

  .footerMenu ul {
    margin: 7.55% 10% 0 0;
  }
}

@media screen and (max-width: 760px) {
  .appDownload {
    display: flex;
    position: absolute;
    left: 0;
    width: 100vw;
    top: 5%;
    justify-content: center;
    padding-bottom: 5%;
  }
  .appDownload * {
    max-width: 30%;
  }
  .appDownload .android {
    margin-left: 5%;
  }

  .footerMenu ul {
    margin: 7% 25% 0 0;
  }

  .footerMenu ul:nth-child(-n + 2) {
    margin-top: 50px;
  }
}

@media screen and (min-width: 400px) and (max-width: 450px) {
  .footerMenu {
    top: 0px;
  }
}

@media screen and (max-width: 400px) {
  .footerMenu ul {
    margin: 7% 25% 0 0;
  }

  .footerMenu ul:nth-child(-n + 2) {
    padding-top: 50px;
  }
}

.footerColor {
  position: absolute;
  z-index: 0;
  top: -50%;
  /* opacity: 0.4; */
  width: 100vw;
  min-height: 300px;
  /* min-width: 800px; */
  background: url(/_next/static/media/footerColor.e726171f.png);
  /* overflow-x: hidden; */
  /* background-repeat: repeat-x; */
  background-position: 0 0;
  /* animation: animatedBackground 40s linear infinite; */
  will-change: transform;
}

@keyframes animatedBackground {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100% 0;
  }
}

.footerStart {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footerStart div {
  width: 50%;
}

.footerStart .startMessage {
  font-size: 22px;
  color: #f4f4f4;
  line-height: 1.4;
}
.footerStart .startMessage p {
  color: #f4f4f4 !important;
  /* opacity: 0.8; */
  font-size: 14px;
  line-height: 0.2;
}

.footerTransact {
  text-align: right;
}

.footerTransact a {
  color: #f4f4f4;
  width: 30px;
  /* font-size: 14px; */
  font-weight: 400;
  border-radius: 40px;
  padding: 9px 22px;
  background: #00b6ff; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    #00b6ff 10%,
    #05d1b8 90%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b6ff', endColorstr='#05d1b8',GradientType=1 ); /* IE6-9 */
  box-shadow: 0px 0px 15px -10px rgba(0, 182, 255, 0);

  transition: all 200ms ease;
}

.footerTransact:hover a {
  box-shadow: 0px 8px 20px -10px rgba(0, 182, 255, 1);
}

@media screen and (max-width: 760px) {
  .footerColor {
    top: -20%;
  }
  @media screen and (max-width: 450px) {
    .footerMenu ul {
      margin: 7.5% 15% 0 0;
    }

    .footerMenu ul:nth-child(-n + 2) {
      margin-top: 0%;
    }
  }
  .footerStart {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .footerStart .startMessage {
    font-size: 22px;
    color: #f4f4f4;
    line-height: 1.4;
    text-align: center;
    width: 100%;
  }

  .footerTransact {
    padding-top: 40px;
    text-align: center;
  }
}

@keyframes move {
  0% {
    transform: scale(1) translate(0);
  }
  38% {
    transform: scale(0.8, 1) translate(0) rotate(160deg);
  }
  40% {
    transform: scale(0.8, 1) translate(0) rotate(160deg);
  }
  78% {
    transform: scale(1.3) translate(0) rotate(-20deg);
  }
  80% {
    transform: scale(1.3) translate(0) rotate(-20deg);
  }
  100% {
    transform: scale(1) translate(0);
  }
}

@keyframes move-2 {
  0% {
    transform: scale(1) translate(0);
  }
  30% {
    transform: scale(1) translate(0) rotate(90deg);
  }
  60% {
    transform: scale(1) translate(0) rotate(180deg);
  }
  100% {
    transform: scale(1) translate(0) rotate(360deg);
  }
}

@keyframes move-3 {
  0% {
    transform: scale(1) translate(0);
  }
  30% {
    transform: scale(1, 0.8) translate(0) rotate(90deg);
  }
  60% {
    transform: scale(0.8, 1) translate(0) rotate(180deg);
  }
  100% {
    transform: scale(1) translate(0) rotate(360deg);
  }
}

@keyframes move-still {
  0% {
    transform: scale(1);
  }
  38% {
    transform: scale(0.8, 1) rotate(160deg);
  }
  40% {
    transform: scale(0.8, 1) rotate(160deg);
  }
  78% {
    transform: scale(1.1) rotate(-20deg);
  }
  80% {
    transform: scale(1.1) rotate(-20deg);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes opacityanim {
  0% {
    opacity: 1;
  }
  15% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

/* HELLO ANIMATION */

.displaynone {
  display: none;
}
.displayin {
  display: none;
}

.helloSVG {
  width: 100%;
  max-width: 1200px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  top: calc(50vh - 15vw);
  overflow: visible;
}
.filled-heading {
  /* text-transform: uppercase; */
  font-family: "Nunito", sans-serif;
  font-size: 5em;
  line-height: 1.2;
  font-weight: 600;
}

#background {
  -webkit-clip-path: url(#textClip);
          clip-path: url(#textClip);
}

#background path {
  animation: pulse 4s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
  transform-origin: 50% 50%;
  transform-box: fill-box;
  /* fill: #00b6ff; */
}

#textClip text {
  display: none;
}
#textClip text:nth-of-type(n + 1):nth-of-type(-n + 3) {
  display: inline;
}

@keyframes pulse {
  0%,
  100% {
    transform: scale(0) rotate(33deg);
  }
  35%,
  65% {
    transform: scale(1) rotate(0deg);
  }
}

/* END HELLO ANIMATION */

/* RESOURCES PAGES: FAQ TS PRIVACY COOKIES */

.unordered ul {
  list-style-type: disc;
  list-style-type: initial;
  margin-left: 24px;
}

.unordered ul li {
  line-height: 24px;
}

.resourcespages p {
  margin: 0;
}
.resourcespages a {
  color: blue;
}
.resourcespages span {
  font-size: 11px;
}
.resources-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.resources-flex content {
  font-size: 18px;
  line-height: 28px;
}

.resources-flex desc,
.resources-flex .desc {
  font-size: 14px;
  line-height: 18px;
  color: #414042;
}

@media screen and (min-width: 720px) {
  .resources-flex {
    flex-direction: row;
  }
  .resources-flex-box {
    /* background: gray; */
    flex: 1 0 40%;
    margin: 0 auto;
    /* max-width: calc(35% - 40px); */
    max-width: 390px;
    display: block;
    padding: 5%;
    align-self: top;
    /* justify-content: flex-start; */
  }
}

@media screen and (max-width: 720px) {
  .resources-flex {
    flex-direction: column;
  }
  .resources-flex-box {
    margin: 30px auto;
  }
}

.resources-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  /* background: url('../img/header-blue.png') no-repeat; */
  width: 100vw;
  overflow: hidden;
  min-height: 400px;
  background-position: 0 0;
  /* background-position: cover; */
  height: 30%;
}

.resources-header img {
  position: absolute;
  min-width: 100vw;
  min-height: 200px;
  max-height: 300px;
  z-index: -1;
}

.resources-header h1 {
  position: relative;
  left: 10%;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  top: 130px;
}

.MuiSelect-root {
  background-color: none;
}

.justBlanket {
  /* max-width: 40% !important; */
  overflow-x: hidden;
  flex-grow: 1;
}
@media screen and (max-width: 720px) {
  .justBlanket {
    display: none;
  }
}
.ticketHeader {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.ticketFormOnline .ticketPrice {
  margin: 10px 0;
}
.ticketVideo {
  background: none;
}
.ticketVideo > div {
  background-color: transparent !important;
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.3));
}
.buy-sell-ticket-video {
  position: relative;
  /* left:45%; */
  max-width: 100%;
  float: right;

  z-index: -100;
}

.currency-select
  .MuiSelect-root.MuiSelect-select.MuiSelect-selectMenu.MuiSelect-outlined.MuiInputBase-input.MuiOutlinedInput-input {
  display: flex;
  align-items: center;
  padding-top: 19px;
}

@media screen and (min-width: 720px) {
  .appDownloadTicket {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }
  .iosButtonTicket {
    height: 100px;
  }
  .androidButtonTicket {
    height: 100px;
  }
}
@media screen and (max-width: 720px) {
  .appDownloadTicket {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
  }
  .iosButtonTicket {
    width: 300px;
  }
  .androidButtonTicket {
    width: 300px;
  }
}

@media screen and (max-width: 720px) {
  .xs-center {
    text-align: center;
  }
}

@media screen and (min-width: 720px) and (max-width: 960px) {
  .sm-center {
    text-align: center;
  }
}

@media screen and (min-width: 960px) and (max-width: 1264px) {
  .md-center {
    text-align: center;
  }
}

@media screen and (min-width: 1264px) and (max-width: 1904px) {
  .lg-center {
    text-align: center;
  }
}

@media screen and (min-width: 1904px) {
  .xl-center {
    text-align: center;
  }
}

@media screen and (max-width: 1023px) {
  .MenuSection ul li {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .MenuSection ul li {
    font-size: 28px;
  }
}

@media screen and (max-width: 639px) {
  .MenuSection ul li {
    font-size: 26px;
  }

  .MuiMenuItem-root {
    min-height: 40px !important;
  }
}

@media screen and (max-width: 479px) {
  .MenuSection ul li {
    font-size: 24px;
  }
}

@media screen and (max-width: 600px) {
  .MuiMenuItem-root {
    min-height: 40px !important;
  }
}

.CookiesWrapperStyle {
  align-items: center;
  background: #01b8fd;
  bottom: 0;
  color: #fff;
  display: flex;
  left: 0;
  padding: 24px;
  position: fixed;
  right: 0;
  z-index: 100;
}

.CookiesButton {
  border-radius: 4px;
  cursor: pointer;
  margin-left: 16px;
  padding: 8px;
}

@media only screen and (max-width: 720px) {
  .CookiesWrapperStyle {
    display: block;
  }
  .CookiesButton {
    margin: 8px 8px 0 0;
  }
}

.error-page {
  font-family: Nunito;
  padding-top: 13vh;
}

.error-page p {
  color: #404142;
}

.error-page .gradient-blue-to-green {
  background: #00eacb;
  background: linear-gradient(-90deg, #00eacb, #00b6ff);
}

.error-page .header {
  padding: 5vh 0 6vh;
  text-align: center;
}

.error-page .header h1 {
  color: #fff;
  font-size: 46px;
  margin: 0 auto;
  max-width: 300px;
}

.error-page .header h1 span {
  font-weight: 700;
}

.error-page .header p {
  font-size: 18px;
}

.error-page .content {
  margin: 0 auto;
  max-width: 300px;
  padding: 5vh 0 25vh;
  text-align: center;
}

.error-page .content p {
  font-size: 18px;
}

.error-page #mobile-header-svg-bottom {
  margin-top: -2px;
}

.error-page a {
  color: #000;
  text-decoration: underline;
  transition: opacity 0.25s ease-out;
}

.error-page a:hover {
  opacity: 0.8;
}

@media screen and (min-width: 960px) {
  .error-page {
    padding-top: 10vh;
  }

  .error-page .header {
    padding: 20vh 0 15vh;
  }

  .error-page .header h1 {
    font-size: 52px;
    max-width: 100vw;
  }

  .error-page .header p {
    font-size: 24px;
  }

  .error-page .content {
    max-width: 100vw;
    padding: 12vh 0 30vh;
  }
}

.from-general {
  --form-general-color: #00b6ff;
  font-size: 12px;
  color: #bcbec0;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.submitted {
  opacity: 0;
}

.from-general-box {
  width: calc(50% - 5%);
  padding: 30px 0;
}

.from-general-box * {
  font-family: "Nunito", sans-serif;
}

.from-general-box:nth-child(odd) {
  padding-right: 10%;
}

.from-general-box:nth-last-child(-n + 2) {
  width: 100%;
  padding-right: 0;
}

@media screen and (max-width: 600px) {
  .npartner {
    width: 100% !important;
    padding-right: 0px !important;
  }
}

@media screen and (min-width: 600px) {
  .npartner {
    width: 45% !important;
  }
}

.from-general select {
  font-size: 18px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  /* border-bottom: 2px; */
  border: 0;
  border-bottom: #a6a8ab 1px solid;
  border-radius: 0;
  /* padding-bottom: 5px; */
  padding-top: 8px;

  width: 100%;
}

.from-general select:focus {
  border-color: var(--form-general-color);
}

.from-general input {
  font-size: 18px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  outline: 0;
  padding: 16px 0 10px;
  border-bottom: #a6a8ab 1px solid;
  transition: all 300ms ease;
  width: 100%;
}
label {
  font-size: 15px;
  position: absolute;
  transform-origin: bottom left;
  transform: translate(0, 16px) scale(1);
  transition: all 0.2s ease-in-out;
}

.errorMessage {
  font-size: 12px;
  color: red;
  padding-top: 10px;
}

/** active label */
.moveLabel {
  transform: translate(0, -9px) scale(0.75);
  color: #414042;
}
.from-general textarea {
  font-size: 18px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: 0;
  border-bottom: #a6a8ab 1px solid;
  padding-top: 12px;
  transition: all 300ms ease;

  height: 70px;
  margin-top: 10px;
  width: 100%;
}

.from-general input:focus {
  border-color: var(--form-general-color);
}

.from-general-box .form-title {
  /* transform: translateY(20px); */
  pointer-events: none;
}

.checkbox-wrapper {
  margin-bottom: 12px;
}

.checkbox-label {
  font-size: 14px !important;
}

.form-cta-button {
  font-size: 15px;
  color: #ffffff;
  font-weight: 500;
  /* letter-spacing: 0.13px; */
  border-radius: 75px;
  /* display: block; */
  padding: 10px 90px 12px 80px;
  /* margin: 0 0 20px 0; */
  /* max-width: 450px; */
  text-align: center;
  margin: 5% auto;
  transition: all 200ms ease;
  cursor: pointer;
}

.form-cta-button.orange {
  background: #f95da0; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    #f95da0 10%,
    #ffc500 90%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f95da0', endColorstr='#ffc500',GradientType=1 ); /* IE6-9 */
  box-shadow: 0px 0px 15px -10px rgba(249, 93, 60, 0);
}

.form-cta-button.orange:hover {
  box-shadow: 0px 8px 20px -10px rgba(249, 93, 60, 1);
}

.form-cta-button.blue {
  background: #00b6ff; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    #00b6ff 10%,
    #05d1b8 90%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b6ff', endColorstr='#05d1b8',GradientType=1 ); /* IE6-9 */
  box-shadow: 0px 0px 15px -10px rgba(0, 182, 255, 0);
}

.form-cta-button.blue:hover {
  box-shadow: 0px 8px 20px -10px rgba(0, 182, 255, 1);
}

.form-cta-button.gray {
  color: #000;
  background: rgb(249, 249, 249); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(249, 249, 249, 1) 0%,
    rgba(247, 247, 247, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
  box-shadow: 0px 0px 15px -10px rgba(0, 182, 255, 0);
}

.form-cta-button.gray:hover {
  box-shadow: 0px 8px 20px -10px rgba(20, 50, 100, 0.45);
}
.successMessage {
  text-align: center;
  width: 100%;
}

.form-box-full {
  width: 100%;
}

/* TODO Move component specific styling blocks here */

.c-forms-developers .form-box-full,
.c-forms-partners .form-box-full {
  padding-right: 0;
}

.modal-backdrop {
  z-index: 999998 !important;
}

.modal-backdrop .MuiBackdrop-root {
  background: rgba(65, 64, 66, 0.75) !important;
}

.high-value-transaction {
  align-items: center;
  background-color: #fff;
  border-radius: 15px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 14px 25px 10px 25px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 750px;
  border: #BBBBBB solid 1px;
  box-shadow: 0 3px 6px #00000029;;
}

.high-value-transaction .workspace-premium-icon {
  margin-bottom: 25px;
}

.high-value-transaction h1 {
  color: #414042;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 26px 0;
  max-width: 100%;
  width: 350px;
  text-align: center;
}

.high-value-transaction p {
  font-size: 18px;
  line-height: 27px;
  margin: 0 0 56px 0;
  width: 490px;
  text-align: center;
}

.high-value-transaction .Mui-error {
  text-align: left;
}

.high-value-transaction .hvt-footer {
  color: #939598;
  display: block;
  font-size: 12px;
  margin-bottom: 0;
}

.high-value-transaction p a {
  color: #414042;
}

.high-value-transaction .trustap-text-input.MuiButtonBase-root.close-button {
  position: absolute;
  right: 0;
  top: 0;
}

.high-value-transaction .phone-input-container {
  display: flex;
  width: 485px;
  margin-bottom: 40px;
  justify-content: space-between;
}

.high-value-transaction .trustap-text-input.MuiFormControl-root {
  border-radius: 10px !important;
  height: 45px !important;
  width: 485px;
  margin: 0 0 40px 0;
}

.high-value-transaction .MuiAutocomplete-root {
  height: 45px;
}

.high-value-transaction .MuiAutocomplete-root .trustap-text-input.MuiFormControl-root {
  margin: 0;
}

.high-value-transaction .MuiInputAdornment-root.MuiInputAdornment-positionStart {
  margin-right: 0;
  font-weight: 600;
  color: #414042;
  font-size: 16px;
  line-height: 16px;
  max-width: unset;
  text-align: left;
}

.MuiAutocomplete-popper .MuiAutocomplete-noOptions {
  font-size: 16px !important;
  color: #939598 !important;
}

.MuiAutocomplete-popper .MuiAutocomplete-paper {
  box-shadow: 0 5px 5px -3px rgba(0,0,0,0.2), 0 8px 10px 1px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12);
  max-height: 200px;
}

.MuiAutocomplete-popper .MuiAutocomplete-option {
  font-size: 16px !important;
  border-radius: 10px !important;
  margin: 0 16px !important
}

.MuiAutocomplete-popper .MuiAutocomplete-option[data-focus="true"] {
  background-color: #ededed !important;
  color: #414042 !important;
}

.MuiAutocomplete-popper .MuiAutocomplete-option:hover {
  background-color: #ededed !important;
  color: #00b6ff !important;
}

.high-value-transaction .MuiTypography-root.MuiTypography-body1.MuiTypography-colorTextSecondary {
  font-weight: 400;
  color: #414042;
  font-size: 14px;
  line-height: unset;
  margin: 0;
  max-width: unset;
  text-align: left;
}

.high-value-transaction .MuiInputBase-input .MuiOutlinedInput-input {
  font-size: 16px !important;
}

.high-value-transaction .trustap-text-input .MuiOutlinedInput-input {
  font-size: 16px !important;
  line-height: 16px;
  height: auto;
}

.high-value-transaction .trustap-text-input .MuiInputBase-root {
  border-radius: 10px;
  box-shadow: 7px 7px 15px rgba(206, 206, 206, 0.5);
  height: 45px !important;
}

.high-value-transaction .trustap-text-input.MuiFormControl-root {
  height: 45px;
}

.high-value-transaction .trustap-text-input.MuiFormControl-root fieldset {
  height: 47px;
}

.MuiAutocomplete-popper {
  z-index: 999999 !important;
}

/* Label */
.high-value-transaction .trustap-text-input label {
  color: #939598 !important;
  font-size: 16px !important;
  font-weight: 600 !important;
}

.high-value-transaction .trustap-text-input label.MuiInputLabel-shrink,
.high-value-transaction .trustap-text-input label.Mui-focused,
.high-value-transaction .trustap-text-input label.MuiFormLabel-filled {
  transform: translate(4px, -12px) scale(0.75) !important;
}

.high-value-transaction .MuiFormControl-root label {
  line-height: 9px !important;
}

.high-value-transaction .trustap-text-input fieldset {
  border: 2px solid #cecece;
}

/* Input border on focus */
.high-value-transaction .trustap-text-input .Mui-focused fieldset,
.high-value-transaction .trustap-text-input .MuiFormControl-root:hover fieldset {
  border: 2px solid #00b6ff !important;
  transition: border-color 0.2s ease !important;
}

.high-value-transaction .trustap-text-input .Mui-focused.Mui-error fieldset,
.high-value-transaction .trustap-text-input .MuiFormControl-root:hover .Mui-error fieldset {
  border: 2px solid #ff0000 !important;
  transition: border-color 0.2s ease !important;
}

/* Input border when valid */
.high-value-transaction .trustap-text-input label.MuiFormLabel-filled + div fieldset {
  border: 2px solid #cecece;
}

/* Input border when invalid */
.high-value-transaction .trustap-text-input .Mui-error fieldset {
  background: rgba(255, 57, 57, 0.1);
  border: 2px solid #ff3939;
}

.high-value-transaction .MuiAutocomplete-inputRoot[class*="MuiOutlinedInput-root"] {
  padding: 0 !important;
}

.high-value-transaction .phone-input-container .MuiAutocomplete-root .MuiInputBase-input {
  height: 45px !important;
}

.high-value-transaction .MuiAutocomplete-inputRoot[class*="MuiOutlinedInput-root"] .MuiAutocomplete-input {
  padding: 0 !important;
}

.high-value-transaction .MuiAutocomplete-inputRoot[class*="MuiOutlinedInput-root"] .MuiAutocomplete-input:first-child {
  padding: 0 0 0 14px !important;
  height: auto;
  line-height: 14px;
}

.high-value-transaction .MuiAutocomplete-listbox {
  max-height: 200px;
}

.high-value-transaction .trustap-text-input label.Mui-error {
  color: #ff3939 !important;
}

/* Validation text */
.high-value-transaction .trustap-text-input .MuiFormHelperText-root {
  font-size: 12px;
  font-weight: 600;
  line-height: unset;
  margin: 3px 0 0 4px !important;
  width: auto;
}

/* Workaround for the issue of label overlapping the input border */
.high-value-transaction .trustap-text-input .MuiTextField-root legend span {
  display: none !important;
}

.high-value-transaction .phone-input-container .trustap-phone-input.trustap-text-input.MuiFormControl-root {
  width: 253px;
}

.high-value-transaction .phone-input-container .trustap-text-input.MuiFormControl-root {
  margin: 0 !important;
  width: 220px;
}

.high-value-transaction .form-btn-primary {
  background: var(--blue-color);
  border-radius: 60px;
  color: white;
  cursor: pointer;
  font-family: Nunito;
  font-size: 14px;
  font-weight: 700;
  height: 36px;
  margin-bottom: 26px;
  text-transform: uppercase;
  width: 485px;
}

.high-value-transaction .form-btn-primary:disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}

.high-value-transaction .form-btn-secondary {
  cursor: pointer;
  color: #414042;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: underline;
  transition: opacity .3s ease-in-out;
  margin-bottom: 47px;
  font-size: 14px;
}

.high-value-transaction .form-btn-secondary:hover {
  opacity: 0.8;
}

.high-value-transaction .mail-sent-icon {
  align-items: center;
  background-color: #00eacb;
  border-radius: 50%;
  display: flex;
  height: 80px;
  justify-content: center;
  margin-top: 50px;
  width: 80px;
}

.high-value-transaction .form-btn-borderless {
  background-color: transparent !important;
  color: #00b6ff !important;
  display: flex !important;
  font-weight: 700 !important;
  margin: 0 auto !important;
}

.high-value-transaction .success-button-container {
  margin-top: 50px;
}

.high-value-transaction .success-button-container p {
  color: #939598;
  display: block;
  font-size: 12px;
  margin: 0;
  text-align: center;
}

.high-value-transaction .hvt-footer {
 line-height: 18px;
}

.high-value-transaction .success-screen h1 {
  color: #414042;
  font-size: 24px;
  font-weight: 700;
  margin: 50px 0;
  max-width: 70%;
  text-align: center;
}

.high-value-transaction .success-screen p {
  font-size: 18px;
  line-height: 1.9;
  margin: 0;
  text-align: center;
}

.high-value-transaction .success-screen {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.high-value-transaction .success-screen .hvt-footer {
  color: #939598;
  display: block;
  font-size: 12px;
  margin-bottom: 30px;
}


.high-value-transaction .success-screen .success-button-container p {
  color: #939598;
  display: block;
  font-size: 12px;
  margin: 0;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .high-value-transaction {
    width: 100%;
    border-radius: 0;
  }
}

@media screen and (max-width: 600px) {
  .high-value-transaction {
    padding: 6px 25px 6px 25px;
    height: 100%;
  }

  .high-value-transaction .workspace-premium-icon {
    margin: 0;
  }

  .high-value-transaction h1 {
    font-size: 18px;
    line-height: 27px;
    margin: 0 0 10px 0;
    max-width: 265px;
    width: 100%;
  }

  .high-value-transaction p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 40px;
    max-width: 325px;
    width: 100%;
  }

  .high-value-transaction .MuiFormControl-root {
    width: 100%;
  }

  .high-value-transaction .MuiFormControl-root .MuiInputBase-root {
    height: 42px;
  }

  .high-value-transaction .MuiFormControl-root fieldset {
    height: 44px;
  }

  .high-value-transaction .phone-input-container {
    flex-direction: column;
  }

  .high-value-transaction .MuiAutocomplete-root {
    margin-bottom: 40px;
  }

  .high-value-transaction .MuiFormControl-root input {
    font-size: 16px !important;
  }

  .high-value-transaction .trustap-text-input.MuiFormControl-root label {
    font-size: 16px !important;
  }

  .high-value-transactionlabel.MuiInputLabel-shrink,
  .high-value-transaction label.Mui-focused,
  .high-value-transaction label.MuiFormLabel-filled {
    transform: translate(4px, -12px) scale(0.75) !important;
  }

  .high-value-transaction .form-btn-primary,
  .high-value-transaction .form-btn-secondary {
    font-size: 14px;
    height: 36px;
    text-align: center;
  }

  .high-value-transaction .form-btn-primary {
    margin-bottom: 20px;
  }

  .high-value-transaction .trustap-text-input.MuiFormControl-root,
  .high-value-transaction .phone-input-container,
  .high-value-transaction .phone-input-container .trustap-phone-input.trustap-text-input.MuiFormControl-root,
  .high-value-transaction .phone-input-container .trustap-text-input.MuiFormControl-root {
    width: 100%
  }

  .high-value-transaction .phone-input-container {
    margin-bottom: 40px;
  }

  .high-value-transaction .form-btn-primary,
  .high-value-transaction .form-btn-secondary {
    width: 100%;
    text-align: center;
  }

  .high-value-transaction .hvt-footer {
    margin: 0;
    text-align: center;
    font-size: 12px;
    position: absolute;
    bottom: 6px;
  }

  .high-value-transaction .success-screen .hvt-footer {
    margin-bottom: 30px;
  }

  .high-value-transaction .success-screen h1 {
    font-size: 18px;
    line-height: 26px;
    margin: 26px 0;
    max-width: 100%;
  }

  .high-value-transaction .success-screen p {
    font-size: 14px;
    max-width: 100%;
  }

  .high-value-transaction .mail-sent-icon {
    margin-top: 26px;
  }

  .high-value-transaction .success-button-container {
    margin-top: 26px;
  }
}

.intro {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  padding: 50px 0 0;
}

.intro h1 {
  font-size: 48px;
  font-weight: 300;
  line-height: 54px;
  margin: 4vh auto;
  text-align: center;
  max-width: 80vw;
}

.intro p {
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.intro .intro-description {
  text-align: center;
  max-width: 80vw;
}

.highlight-text {
  font-weight: 700;
  color: #00eacb;
  display: inline-block;
  margin-left: 0.25em;
}

.intro .action-container {
  position: relative;
  width: 100vw;
}

.intro .action-container > svg {
  position: absolute;
}

.intro .action-container > svg:first-of-type {
  top: 70px;
  left: 50%;
  max-width: 550px;
}

.intro .action-container > svg:last-of-type {
  top: 30px;
  left: 52%;
  max-width: 550px;
}

.open-video-modal-button {
  color: #00b6ff !important;
  font-weight: 700 !important;
  display: flex !important;
  margin: 0 auto !important;
  background-color: transparent !important;
}

.open-video-modal-button svg {
  font-size: 40px !important;
}

@media screen and (max-width: 1904px) {
  .intro .action-container > svg:first-of-type {
    top: 50px;
    left: 50%;
    max-width: 400px;
  }

  .intro .action-container > svg:last-of-type {
    top: 30px;
    left: 50%;
    max-width: 450px;
  }

  .open-video-modal-button {
    font-size: 14px !important;
  }

  .open-video-modal-button svg {
    font-size: 30px !important;
  }
}

@media screen and (max-width: 600px) {
  .intro h1 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 0;
  }

  .intro p {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 0;
  }

  .highlight-text {
    line-height: 38px;
    display: block;
    margin-left: 0;
  }

  .intro .action-container > svg:first-of-type {
    left: 30%;
    width: 400px;
  }

  .intro .action-container > svg:last-of-type {
    left: 45%;
    width: 350px;
  }
}

.video-backdrop {
  align-items: center;
  display: flex;
  justify-content: center;
  z-index: 999999 !important;
}

.video-backdrop .MuiBackdrop-root {
  background: rgba(65, 64, 66, 0.75) !important;
}

.video-container {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

.MuiButtonBase-root.close-button {
  position: absolute;
  right: 0;
  top: 0;
}

@media screen and (max-width: 600px) {
  .video-container {
    border-radius: 0px;
  }
}

#join-transaction.bg {
  background: #f4f4f4;
  height: 100vh;
}

#join-transaction .logo-top {
  height: auto;
  left: 50%;
  margin-top: 25px;
  position: absolute;
  transform: translateX(-50%);
  width: 200px;
}

#join-transaction .modal-container {
  background: #fff;
  border-radius: 4px;
  box-shadow: 7px 7px 35px rgba(150, 150, 150, 0.5);
  box-sizing: border-box;
  color: #414042;
  left: 50%;
  max-width: 550px;
  padding: 50px 25px 85px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

#join-transaction .modal-container .header {
  font-size: 24px;
  margin: 0 auto 50px;
  max-width: 300px;
  text-align: center;
}

#join-transaction .modal-container .title {
  font-size: 18px;
  font-weight: 700;
}

#join-transaction .modal-container .title-separator {
  background: #00eacb;
  border: 0;
  height: 3px;
  margin-bottom: 50px;
}

#join-transaction .modal-container .transaction-not-found-text-wrapper {
  font-size: 24px;
  font-weight: 700;
  margin: 0 auto 50px;
  text-align: center;
}

#join-transaction .modal-container .modal-content {
  font-size: 14px;
  margin-bottom: 85px;
}

#join-transaction .modal-container .modal-content .wrapper-tooltip-n-price {
  flex: 1 1;
  position: relative;
  text-align: right;
}

#join-transaction .modal-container .modal-content .info-icon-wrapper {
  cursor: help;
  margin-left: 4px;
}

#join-transaction .modal-container .modal-content > div {
  align-items: center;
  display: flex;
}

#join-transaction .modal-container .modal-content > div > span:first-of-type {
  margin-right: auto;
}

#join-transaction .modal-container .modal-content > div .price {
  font-weight: 700;
}

#join-transaction .modal-container .modal-content > div .description {
  text-align: right;
  padding: 0;
}

#join-transaction .modal-container .modal-content hr {
  background: #939598;
  border: 0;
  height: 1px;
}

#join-transaction .modal-container .modal-content hr:first-of-type {
  margin: 8px 0 20px;
}

#join-transaction
  .modal-container
  .modal-content
  .info-wrapper
  > span:first-of-type {
  background: #616161;
  border-radius: 2px;
  box-shadow: 0px 3px 1px -2px rgb(0 0 0 / 20%),
    0px 2px 2px 0px rgb(0 0 0 / 14%), 0px 1px 5px 0px rgb(0 0 0 / 12%);
  color: #fff;
  font-size: 12px;
  margin: 0 16px 0 0;
  padding: 5px 8px;
  text-transform: none;
  text-transform: initial;
}

#join-transaction .link-bottom {
  align-items: center;
  bottom: 0;
  color: #00b6ff;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  justify-content: center;
  left: 50%;
  margin-bottom: 25px;
  position: absolute;
  text-transform: uppercase;
  transform: translateX(-50%);
  width: 100%;
}

#join-transaction .cta-button.blue {
  cursor: pointer;
  font-family: Nunito;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 50px;
  text-transform: uppercase;
  width: 100%;
}

#join-transaction .description-tooltip {
  background: #616161;
  border-radius: 2px;
  box-shadow: 0px 3px 1px -2px rgb(0 0 0 / 20%),
    0px 2px 2px 0px rgb(0 0 0 / 14%), 0px 1px 5px 0px rgb(0 0 0 / 12%);
  color: #fff;
  font-size: 12px;
  max-width: 85%;
  padding: 2px 8px 8px;
  position: absolute;
  right: 0;
}

@media screen and (min-width: 960px) {
  #join-transaction .logo-top {
    margin-top: 50px;
  }

  #join-transaction .link-bottom {
    margin-bottom: 50px;
  }

  #join-transaction .modal-container {
    max-width: 600px;
    padding: 50px 75px 85px;
  }

  #join-transaction .modal-container .header {
    width: 350px;
  }

  #join-transaction .modal-container .transaction-not-found-text-wrapper {
    font-size: 24px;
    width: 100%;
  }
}

.slide h2 {
  opacity: 0;
  transform: translateX(20px);
  transition: all 0.3s ease;
}

.slide button {
  cursor: pointer;
  margin: 0 auto;
  /* -webkit-transform: translateY(20px); */
  /* transform: translateY(20px); */
  opacity: 0;
  /* width: 350px; */
  /* padding: 12px 100px 12px 100px; */
  pointer-events: none;
  position: absolute;
  /* display: none; */
  text-align: center;
  transition: all 0.3s ease;
}

.slide p {
  opacity: 0;
  transform: translateX(-20px);
  transition: all 0.3s ease;
}

.slide p.up {
  color: rgba(200, 200, 200, 0.9) !important;
  opacity: 0;
  transform: translateY(5px);
  transition: all 0.3s ease;
}

.slide section * {
  transition: all 0.3s ease;
}

.slide section img {
  opacity: 0;
  transform: translateX(-10px);
}

.slide section span {
  opacity: 0;
  transform: translateY(-10px);
}

.slide section span strong {
  opacity: 0;
  transform: translateY(10px);
}

.slide.animateIn.previous h2,
.slide.current h2,
.slide.animateIn.next h2,
.slide.animateIn.previous button,
.slide.current button,
.slide.animateIn.next button,
.slide.animateIn.previous p,
.slide.current p,
.slide.animateIn.next p,
.slide.animateIn.previous section *,
.slide.current section *,
.slide.animateIn.next section * {
  opacity: 1;
  /* display: block; */
  pointer-events: auto;
  transform: translateX(0);
  transition-delay: 0.9s;
}

.slide.animateIn.previous p,
.slide.animateIn.next p {
  transition-delay: 1.1s;
}

.slide.animateIn.previous button,
.slide.animateIn.next button {
  /* display: none; */
  pointer-events: none;
  transition-delay: 1.3s;
}

.slide.animateIn.previous section img,
.slide.animateIn.next section img {
  transition-delay: 1.3s;
}

.slide.animateIn.previous section span,
.slide.animateIn.next section span {
  transition-delay: 1.4s;
}

.slide.animateIn.previous section span strong,
.slide.animateIn.next section span strong {
  transition-delay: 1.5s;
}

.slide.animateOut h2 {
  transition-delay: 0.3s;
}

.slide.animateOut p {
  transition-delay: 0.2s;
}

.slide.animateOut section span {
  transition-delay: 0.1s;
}

.slide.animateOut section span strong {
  transition-delay: 0s;
}

/* SLIDER CSS */

.slider-wrapper {
  height: 70vh;
  max-height: 550px;
  overflow: hidden;
  position: relative;
}

.slider-wrapper.small {
  height: 30vh;
  overflow: hidden;
  position: relative;
}

.slider-wrapper.supersmall {
  height: 45px;
  left: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.slide {
  height: 70vh;
}
.slide.small {
  height: 70vh;
}

.slide::before {
  /* background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.9))); */
  /* background: linear-gradient(transparent, rgba(0, 0, 0, 0.9)); */
  bottom: 0;
  content: "";
  display: block;
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
}

.previousButton,
.nextButton {
  background: url(/_next/static/media/arrow.f551418a.svg) no-repeat center center / 16px;
  bottom: 10%;
  cursor: pointer;
  height: 32px;
  position: absolute;
  text-indent: -9999px;
  transform: translateY(-50%);
  width: 32px;
  z-index: 10;
}

.slider-wrapper.noButton .previousButton,
.slider-wrapper.noButton .nextButton {
  display: none;
}

.slider-wrapper.small .previousButton,
.slider-wrapper.small .nextButton {
  bottom: -5%;
}

.previousButton:hover,
.nextButton:hover {
  /* background: url('../img/arrow.svg') no-repeat center center / 16px; */
}

.previousButton {
  padding-left: 0;
  right: calc(50% + 35px);
  transform: rotate(180deg) translateY(calc(50% + 0px));
  transition: all 200ms ease;
}

.previousButton:hover {
  /* left: calc(50% - 75px); */
  padding-right: 10px;
}

.nextButton {
  left: calc(50% + 35px);
  padding-left: 0;
  transition: all 200ms ease;
}

.nextButton:hover {
  /* right: calc(50% - 75px); */
  padding-left: 10px;
}

.slider-content {
  text-align: center;
}
.slider-content.left {
  text-align: left;
}

@media screen and (max-width: 760px) {
  .slider-content.left {
    text-align: center;
  }
}

.slider-content .inner {
  box-sizing: border-box;
  left: 50%;
  padding: 0 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.slider-content .inner.left {
  padding: 0 0;
}

.slider-content .inner button {
  transition-delay: 0s;
}

.slider-content .inner h2 {
  color: #424143;
  font-size: 32px;
  font-weight: 300;
  line-height: 1;
  margin: 0 auto;
  max-width: 840px;
}

.slider-content .inner p {
  color: #424143;
  font-size: 14px;
  line-height: 1.5;
  margin: 20px auto 30px;
  max-width: 640px;
}

.slider-content .inner b {
  font-weight: 800;
}

.slider-content section {
  bottom: 20px;
  left: 20px;
  position: absolute;
}

.slider-content section span {
  color: #424143;
}

.slider-content section span {
  color: rgba(255, 255, 255, 0.5);
  display: inline-block;
  font-size: 12px;
  line-height: 1.4;
  margin-left: 10px;
  text-align: left;
  vertical-align: middle;
}

.slider-content section img {
  border: solid 2px rgba(255, 255, 255, 0.5);
  border-radius: 100%;
  height: 40px;
  vertical-align: middle;
  width: 40px;
}

.slider-content section span strong {
  color: #ffffff;
  display: block;
  font-size: 14px;
}

@media (max-height: 500px) {
  .slider-wrapper,
  .slide {
    height: calc(100vh - 75px);
  }
}

@media (max-width: 640px) {
  .slider-wrapper,
  .slide {
    height: calc(80vh - 75px);
  }
}

@media (max-height: 600px) {
  .slider-content .inner h2 {
    font-size: 32px;
  }
}

@media (max-width: 640px) {
  .slider-content .inner h2 {
    font-size: 32px;
  }
}

.transaction-form-container {
  display: grid;
  margin: 2vh auto 4vh;
  background-color: #fff;
  z-index: 1;
  position: relative;
  border-radius: 15px;
  padding: 70px;
  width: 660px;
  max-height: 565px;
  box-sizing: border-box;
  overflow: hidden;
  box-shadow: 6px 8px 66px -2px #00000059;
  transition: max-height 0.4s ease;
}

/* Workaraound to add linear gradient to the border */
.transaction-form-container:before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  padding: 4px;
  border-radius: 15px;
  background: linear-gradient(to right, #00b6ff, #00eacb);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.transaction-form-container.expanded {
  max-height: 1000px;
}

.transaction-form-container:not(.expanded) .additional-inputs {
  overflow: hidden;
  max-height: 0px;
}

.additional-inputs {
  display: grid;
  max-height: 500px;
  transition: max-height 0.4s ease;
}

.additional-inputs .MuiFormControl-root {
  margin-bottom: 30px !important;
}

.steps {
  margin: 0;
  color: #00b6ff;
  font-size: 36px;
  position: absolute;
  left: -50px;
  top: 5px;
}

.steps.disabled {
  opacity: 0.3;
}

.transaction-form-container .MuiFormControl-root,
.transaction-form-container .MuiFormControl-root:hover {
  width: 435px;
  margin: 0 auto 65px auto;
  border-radius: 10px !important;
  border: none !important;
}

/* Dropdown input */
.transaction-form-container .MuiSelect-select {
  height: 60px !important;
  border-radius: 10px !important;
  box-sizing: border-box !important;
  font-size: 18px !important;
  color: #414042 !important;
  font-weight: 600 !important;
}

.transaction-form-container div fieldset {
  border: 1px solid #cecece;
}

/* Input border on focus */
.transaction-form-container .Mui-focused fieldset,
.transaction-form-container
  .MuiFormControl-root:hover
  :not(.Mui-disabled)
  fieldset {
  border: 2px solid #00b6ff !important;
  transition: border-color 0.2s ease !important;
}

.transaction-form-container .Mui-focused.Mui-error fieldset,
.transaction-form-container .MuiFormControl-root:hover .Mui-error fieldset {
  border: 2px solid #ff0000 !important;
  transition: border-color 0.2s ease !important;
}

/* Input border when valid */
.transaction-form-container div fieldset {
  border: 2px solid #cecece;
}

/* Input border when invalid */
.transaction-form-container .Mui-error fieldset {
  background: rgba(255, 57, 57, 0.1);
  border: 2px solid #ff3939;
}

/* Expand button when invalid */
.invalid .expand-form-button {
  border: 2px solid #ff3939;
  background: rgba(255, 57, 57, 0.1);
}

.expand-form-button-container.invalid .MuiButton-label span:first-of-type {
  color: #ff3939 !important;
}

.transaction-form-container .MuiInputBase-root {
  border: 0;
  border-radius: 10px;
  box-shadow: 7px 7px 15px rgba(206, 206, 206, 0.5);
}

.transaction-form-container .MuiInputBase-root:hover {
  border: none !important;
}

/* Placeholder / label */
.transaction-form-container label {
  color: #414042 !important;
  font-size: 18px !important;
  font-weight: 600 !important;
}

/* Label */
.transaction-form-container label.MuiInputLabel-shrink,
.transaction-form-container label.Mui-focused {
  transform: translate(4px, -19px) scale(0.75) !important;
}

.transaction-form-container label.Mui-error {
  color: #ff3939 !important;
}

/* Workaraound for the issue of label overlapping the input border */
.transaction-form-container .MuiTextField-root legend span {
  display: none !important;
}

/* Dropdown list container */
.MuiPaper-root {
  border-radius: 10px !important;
  margin-top: 5px !important;
}

/* Dropdown list */
.MuiListItem-button {
  font-weight: 600 !important;
  margin: 0 10px !important;
  border-radius: 10px !important;
}

/* Dropdown list */
.MuiListItem-button:hover {
  background-color: #ededed !important;
  color: #00b6ff !important;
}

.transaction-form-container .Mui-disabled fieldset {
  border: 1px solid #cecece !important;
}

.MuiFormControl-root.disabled {
  opacity: 0.3;
}

.transaction-form-container:disabled,
.expand-form-button:disabled {
  border: 1px solid #cecece !important;
  color: #939598;
  opacity: 0.3;
}

.expand-form-button {
  border: 2px solid #cecece !important;
}

.expand-form-button-container {
  width: 435px;
  height: 60px;
  margin: 0 auto 60px !important;
  position: relative;
  box-sizing: border-box !important;
  border-radius: 10px;
  transition: margin-bottom 0.4s ease;
}

.expanded .expand-form-button-container {
  margin-bottom: 30px !important;
}

.expand-form-button-container .MuiButtonBase-root {
  padding-right: 7px !important;
  transition: border 0s !important;
}

.expand-form-button-container:hover .expand-form-button:not(:disabled) {
  border: 2px solid #00b6ff !important;
  transition: border-color 0.2s ease !important;
}

.expand-form-button {
  width: 100%;
  height: 60px;
  border-radius: 10px !important;
  box-sizing: border-box;
  box-shadow: 7px 7px 15px rgba(206, 206, 206, 0.5);
  color: #939598 !important;
  font-weight: 600 !important;
}

.expand-form-button:hover {
  background-color: transparent !important;
}

.expand-form-button-container.invalid:hover {
  background: rgba(255, 57, 57, 0.1) !important;
}

.expand-form-button-container.invalid:hover .expand-form-button {
  border: 2px solid #ff3939 !important;
}

.expand-form-button .MuiButton-label {
  font-size: 18px;
}

.expand-form-button span {
  text-transform: none;
  justify-content: flex-start;
  color: #414042 !important;
  font-weight: 600 !important;
  display: flex;
  justify-content: space-between;
}

/* Validation text */
.transaction-form-container .MuiFormHelperText-root {
  font-size: 14px;
  font-weight: 600;
  line-height: unset;
  margin-left: 5px;
}

.tooltip {
  width: 20px !important;
}

.expand-form-icon svg {
  color: rgba(0, 0, 0, 0.54) !important;
}

.total-price-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 435px;
  margin: 0 auto 30px auto;
}

.price-label {
  font-size: 18px !important;
  color: #414042 !important;
  font-weight: 600 !important;
}

.price-value-label {
  font-size: 24px;
  color: #00eacb;
  font-weight: 700;
  font-family: Nunito;
}

.create-transaction-btn {
  height: 50px;
  width: 435px;
  color: white;
  background: linear-gradient(to right, #00b6ff, #00eacb);
  border-radius: 60px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  font-family: Nunito;
  cursor: pointer;
  margin: 0 auto;
}

@media screen and (max-width: 1904px) {
  .transaction-form-container {
    max-height: 400px;
    width: 467px;
    padding: 50px;
  }

  .transaction-form-container.expanded {
    height: unset;
  }

  .steps {
    font-size: 24px;
    left: -32px;
    top: 5px;
  }

  .transaction-form-container label,
  .MuiListItem-button,
  .transaction-form-container .MuiSelect-select,
  .expand-form-button .MuiButton-label {
    font-size: 16px !important;
  }

  .transaction-form-container label {
    line-height: 0.7;
  }

  .transaction-form-container label.MuiFormLabel-filled,
  .transaction-form-container label.Mui-focused {
    line-height: unset;
  }

  .transaction-form-container .MuiSelect-root {
    line-height: 0.9;
  }

  .transaction-form-container .MuiFormControl-root {
    margin-bottom: 35px !important;
  }

  .transaction-form-container .MuiSelect-select,
  .transaction-form-container .MuiInputBase-root,
  .expand-form-button-container,
  .expand-form-button,
  .create-transaction-btn {
    width: 350px !important;
    height: 50px !important;
  }

  .expand-form-button-container {
    margin-bottom: 30px !important;
  }

  .total-price-container,
  .transaction-form-container .MuiFormControl-root,
  .transaction-form-container .MuiFormControl-root:hover {
    width: 350px !important;
  }

  .total-price-container {
    margin-bottom: 30px;
  }

  .create-transaction-btn {
    font-size: 14px;
  }
}

@media screen and (max-width: 600px) {
  .transaction-form-container {
    max-height: 355px;
    margin-top: 25px;
    width: 340px;
    padding: 30px 20px 35px 20px;
  }

  .steps {
    display: none;
  }

  .transaction-form-container .MuiSelect-select,
  .transaction-form-container .MuiInputBase-root,
  .expand-form-button-container,
  .expand-form-button,
  .create-transaction-btn {
    width: 290px !important;
    height: 45px !important;
  }

  .additional-inputs .MuiFormControl-root {
    margin-bottom: 25px !important;
  }

  .transaction-form-container label,
  .MuiListItem-button,
  .transaction-form-container .MuiSelect-select,
  .expand-form-button .MuiButton-label {
    font-size: 14px !important;
    text-overflow: ellipsis !important;
  }

  .transaction-form-container label {
    line-height: 0.4;
  }

  .transaction-form-container label.MuiFormLabel-filled,
  .transaction-form-container label.Mui-focused {
    line-height: 2;
  }

  .transaction-form-container .MuiSelect-root {
    line-height: 0.6;
  }

  .total-price-container,
  .transaction-form-container .MuiFormControl-root,
  .transaction-form-container .MuiFormControl-root:hover {
    width: 290px !important;
  }

  .expand-form-button .MuiButton-label span {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 80%;
    display: block;
  }

  .expand-form-button .MuiButton-label span:last-of-type {
    margin-top: 7px;
  }

  .price-label {
    font-size: 14px !important;
  }

  .price-value-label {
    font-size: 18px;
  }
}

.about .stripe-logo-container {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  padding: 5%;
  width: 50%;
}

.space-between {
  justify-content: space-between;
}

@media screen and (max-width: 1264px) {
  .about .stripe-logo-container {
    padding: 3%;
  }
  .about .stripe-logo-container img {
    width: 250px;
  }
}

@media screen and (max-width: 720px) {
  .about .stripe-logo-container {
    margin: 0 auto;
    order: 1;
    padding: 0;
    width: 200px;
  }
  .about .stripe-description {
    order: 2;
  }
}

.woocommerce {
  padding-top: 120px;
  width: 100%;
  max-width: 100%;
  color: #414042;
  background-color: #ffffff;
}
.woocommerce p {
  font-size: 16px;
  line-height: 32px;
}
.woocommerce .wave-divider {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1904px) {
  .woocommerce p {
    font-size: 16px;
  }
}

.woocommerce .hero-area {
  display: flex;
  flex-direction: column;
}
.woocommerce .hero-area .background {
  height: calc(100vw * 0.362);
  background: url(/_next/static/media/backgroundWaves.e1261422.svg);
  background-repeat: no-repeat;
}
.woocommerce .hero-area .image-container {
  position: relative;
  height: 100%;
  width: 100%;
  max-width: 700px;
  float: right;
  right: calc((100vw - 1460px) / 2);
}
.woocommerce .hero-area .image-container .actions-page-screenshot-image {
  max-width: 500px;
  position: absolute;
  right: 0px;
  top: 75px;
  margin: auto 0;
  filter: drop-shadow(0px 0px 3px #96969680);
}
.woocommerce .hero-area .image-container .woocommerce-plus-trustap-image {
  max-width: 300px;
  position: absolute;
  left: 0px;
  top: 370px;
  filter: drop-shadow(0px 0px 3px #96969680);
}
.woocommerce .hero-area h1 {
  font-size: 56px;
  font-weight: 500;
  width: 600px;
  position: absolute;
  top: 15%;
  left: calc((100vw - 1460px) / 2);
  z-index: 1;
  line-height: 75px;
}
.woocommerce .hero-area p {
  font-size: 18px;
  text-align: left;
  width: 600px;
  position: absolute;
  top: calc(15% + 280px);
  left: calc((100vw - 1460px) / 2);
  line-height: 36px;
}
.woocommerce .hero-area .yellow-kidney-blob {
  width: 30px;
  position: absolute;
  transform: rotate(45deg);
  right: 10%;
  top: 900px;
}
.woocommerce .hero-area .pink-triangle-blob {
  width: 40px;
  position: absolute;
  left: 15%;
  top: 1140px;
  transform: rotate(180deg);
}
.woocommerce .hero-area .blue-triangle-blob {
  width: 30px;
  position: absolute;
  left: 10%;
  top: 1060px;
  display: none;
}
.woocommerce .hero-area .button-primary {
  max-width: 650px;
  width: 100%;
  height: 45px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 23px;
  margin: 35px auto;
  cursor: pointer;
  background: linear-gradient(-90deg, #00eacb, #00b6ff);
  font-family: Nunito;
}
.woocommerce .hero-area .cta-wrapper {
  display: flex;
  align-items: center;
  margin: 0 auto;
  gap: 4%;
  width: 1460px;
}
.woocommerce .hero-area .supported-cards-swipe-container {
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.woocommerce .hero-area .supported-cards-swipe-container::-webkit-scrollbar {
  display: none;
}
.woocommerce .hero-area .supported-cards {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 50px auto;
  width: 1400px;
  height: 115px;
}
.woocommerce .hero-area .supported-cards > svg {
  height: 70px;
  max-width: 120px;
  filter: grayscale(1);
  opacity: 0.5;
  transition: 0.7s ease;
}
.woocommerce .hero-area .supported-cards > svg:hover {
  filter: grayscale(0);
  opacity: 1;
}
@media screen and (max-width: 1904px) {
  .woocommerce .hero-area h1 {
    position: relative;
    top: unset;
    left: unset;
    width: 100%;
    margin-top: 0;
    padding: 0 calc((100vw - 1460px) / 2);
    font-size: 44px;
    box-sizing: border-box;
    line-height: 54px;
  }
  .woocommerce .hero-area p {
    position: relative;
    top: unset;
    left: unset;
    width: 100%;
    padding: 0 calc((100vw - 1460px) / 2);
    box-sizing: border-box;
  }
  .woocommerce .hero-area .image-container {
    margin: 0 auto;
    float: none;
    width: 90%;
    right: unset;
  }
  .woocommerce .hero-area .background {
    margin-top: max(0px, calc(476px - 100vw * 0.362) / 4);
    margin-bottom: max(0px, calc(476px - 100vw * 0.362) / 4);
  }
  .woocommerce .hero-area .image-container .actions-page-screenshot-image {
    top: 0;
    bottom: 0;
    margin: auto 0;
    max-width: 500px;
    width: 60%;
  }
  .woocommerce .hero-area .image-container .woocommerce-plus-trustap-image {
    top: 0;
    bottom: 0;
    margin: auto 0;
    max-width: 300px;
    width: 50%;
  }
  .woocommerce .hero-area .supported-cards {
    width: 924px;
    height: 64px;
  }
  .woocommerce .hero-area .supported-cards svg {
    height: 50px;
  }
}

@media screen and (max-width: 1650px) {
  .woocommerce .hero-area p {
    padding: 0 calc((100vw - 1150px) / 2);
  }
  .woocommerce .hero-area h1 {
    padding: 0 calc((100vw - 1150px) / 2);
  }
  .woocommerce .hero-area .cta-wrapper {
    width: 1150px;
  }
}

@media screen and (max-width: 1264px) {
  .woocommerce .hero-area .yellow-kidney-blob {
    top: 680px;
  }
  .woocommerce .hero-area p {
    padding: 0 100px;
  }
  .woocommerce .hero-area h1 {
    padding: 0 100px;
  }
  .woocommerce .hero-area .cta-wrapper {
    width: 924px;
  }
}

@media screen and (max-width: 964px) {
  .woocommerce .hero-area .supported-cards {
    padding: 0 25px;
    width: 160%;
    box-sizing: border-box;
    justify-content: space-evenly;
  }
  .woocommerce .hero-area .supported-cards svg {
    height: 30px;
    flex-basis: 33%;
  }
  .woocommerce .hero-area .cta-wrapper {
    width: 850px;
  }
}

@media screen and (max-width: 900px) {
  .woocommerce .hero-area .background {
    margin-top: max(0px, calc(476px - 100vw * 0.362) / 8);
  }
  .woocommerce .hero-area .image-container {
    width: 80%;
  }
  .woocommerce .hero-area h1 {
    padding: 0 50px;
  }
  .woocommerce .hero-area p {
    padding: 0 50px;
  }
  .woocommerce .hero-area .cta-wrapper {
    flex-direction: column;
    gap: 0;
    width: 100%;
  }
  .woocommerce .hero-area .button-primary {
    margin: 20px auto;
  }
}
@media screen and (max-width: 768px) {
  .woocommerce .hero-area .cta-wrapper {
    width: 550px;
  }
}
@media screen and (max-width: 600px) {
  .woocommerce .hero-area .background {
    margin: 0;
  }
  .woocommerce .hero-area .background {
    height: 400px;
    background-size: cover;
    background-position: bottom;
  }
  .woocommerce .hero-area .image-container {
    height: 100%;
    max-width: 400px;
  }
  .woocommerce .hero-area .image-container .actions-page-screenshot-image {
    width: 80%;
    max-width: 270px;
    margin-top: 5%;
  }
  .woocommerce .hero-area .image-container .woocommerce-plus-trustap-image {
    top: 17%;
  }
  .woocommerce .hero-area h1 {
    padding: 0 25px;
    font-size: 34px;
    line-height: 48px;
  }
  .woocommerce .supported-cards-swipe-container {
    order: 3;
  }
  .woocommerce .hero-area p {
    padding: 0 25px;
    font-size: 16px;
    order: 1;
    line-height: 30px;
  }
  .woocommerce .hero-area .blue-triangle-blob {
    display: block;
  }
  .woocommerce .hero-area .cta-wrapper {
    width: calc(100% - 50px);
  }
}

.how-to {
  position: relative;
}
.how-to .card {
  background-color: #ffffff;
  border-radius: 10px;
  filter: drop-shadow(0px 0px 7px #96969680);
  width: 1460px;
  margin: 50px auto 80px;
  padding: 50px;
  box-sizing: border-box;
}
.how-to .card .trustap-status-diagram {
  margin-top: 50px;
  background-color: #fff;
  z-index: 1;
  position: relative;
  border-radius: 15px;
  width: 1340px;
  height: 290px;
  filter: drop-shadow(0px 0px 7px #96969680);
  display: flex;
  justify-content: space-around;
  align-items: center;
}
/* Workaraound to add linear gradient to the border */
.how-to .card .trustap-status-diagram:before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  padding: 9px;
  border-radius: 15px;
  background: linear-gradient(to right, #00b6ff, #00eacb);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.how-to .card .trustap-status-diagram .circle {
  width: 120px;
  height: 120px;
  background-color: #fff;
  z-index: 1;
  position: relative;
  border-radius: 50%;
  filter: drop-shadow(0px 0px 7px #96969680);
  display: flex;
  justify-content: center;
  align-items: center;
}

.trustap-status-diagram.active [class*="status-"] .circle svg {
  opacity: 0.1;
  animation-name: make-visible;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}
@keyframes make-visible {
  from {
    opacity: 0.1;
  }
  to {
    opacity: 1;
  }
}
.trustap-status-diagram.active [class*="status-"] .circle:before {
  opacity: 1;
  animation-name: hilight-circle;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}
@keyframes hilight-circle {
  from {
    background-position: 75% 0%;
  }
  to {
    background-position: 0% 0%;
  }
}
.how-to .card .trustap-status-diagram .status-0 .circle:before {
  animation: none;
  background-position: 0% 0%;
}
.how-to .card .trustap-status-diagram .status-1 .circle:before,
.how-to .card .trustap-status-diagram .status-1 .circle svg {
  animation-delay: 2700ms;
}
.how-to .card .trustap-status-diagram .status-2 .circle:before,
.how-to .card .trustap-status-diagram .status-2 .circle svg {
  animation-delay: 6000ms;
}
.how-to .card .trustap-status-diagram .status-3 .circle:before,
.how-to .card .trustap-status-diagram .status-3 .circle svg {
  animation-delay: 9500ms;
}
.how-to .card .trustap-status-diagram .status-4 .circle:before,
.how-to .card .trustap-status-diagram .status-4 .circle svg {
  animation-delay: 13000ms;
}
.how-to .card .trustap-status-diagram .status-5 .circle:before,
.how-to .card .trustap-status-diagram .status-5 .circle svg {
  animation-delay: 16500ms;
}
/* Workaraound to add linear gradient to the border */
.how-to .card .trustap-status-diagram .circle:before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  padding: 6px;
  border-radius: 50%;
  background: linear-gradient(to right, #00b6ff, #00eacb, #fff 50% 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
          mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  background-size: 300% 300%;
  background-position: 75% 0%;
}
.how-to .card .trustap-status-diagram .status-description {
  text-align: center;
  margin-top: 15px;
  width: 120px;
  font-size: 12px;
  white-space: pre-line;
  font-weight: 700;
}
.how-to .card .trustap-status-diagram [class*="line-"] {
  position: absolute;
  height: 6px;
  width: 0px;
  left: 119px;
  top: 57px;
  background: linear-gradient(to left, #00b6ff, #00eacb);
  z-index: -2;
  border-radius: 3px;
}
.line-1 {
  animation-delay: 3.5s;
}
.line-2 {
  animation-delay: 7s;
}
.line-3 {
  animation-delay: 10.5s;
}
.line-4 {
  animation-delay: 14s;
}
.line-5 {
  animation-delay: 20s;
}
.trustap-status-diagram.active [class*="status-"] [class*="line-"] {
  width: 110px;
  animation-name: move-line;
  animation-duration: 3.5s;
  animation-fill-mode: backwards;
}
@keyframes move-line {
  from {
    width: 0px;
  }
  to {
    width: 110px;
  }
}
@media screen and (max-width: 1650px) {
  .how-to .card {
    width: 1150px;
  }
  .how-to .card .trustap-status-diagram {
    width: 1050px;
  }
  .how-to .card .trustap-status-diagram .status-description {
    width: 100px;
  }
  .how-to .card .trustap-status-diagram .circle {
    width: 100px;
    height: 100px;
  }
  .how-to .card .trustap-status-diagram .circle svg {
    max-height: 30px;
  }
  .how-to .card .trustap-status-diagram [class*="line-"] {
    top: 50px;
    left: 99px;
  }
  .trustap-status-diagram.active [class*="status-"] [class*="line-"] {
    width: 78px;
  }
  @keyframes move-line {
    from {
      width: 0px;
    }
    to {
      width: 78px;
    }
  }
}

@media screen and (max-width: 1264px) {
  .how-to .card {
    width: 924px;
  }
  .how-to .card .trustap-status-diagram {
    width: 824px;
    height: 243px;
  }
  .how-to .card .trustap-status-diagram .status-description {
    width: 75px;
  }
  .how-to .card .trustap-status-diagram .circle {
    width: 69px;
    height: 69px;
  }
  .how-to .card .trustap-status-diagram .circle svg {
    max-height: 22px;
  }
  .how-to .card .trustap-status-diagram [class*="line-"] {
    top: 33px;
    left: 68px;
  }
  .trustap-status-diagram.active [class*="status-"] [class*="line-"] {
    width: 74px;
  }
  @keyframes move-line {
    from {
      width: 0px;
    }
    to {
      width: 74px;
    }
  }
}
.how-to .triangle-blob {
  position: absolute;
  bottom: -40px;
  left: 70%;
  width: 25px;
}

@media screen and (max-width: 1904px) {
  .how-to .triangle-blob {
    left: 30%;
    width: 25px;
  }
}

@media screen and (max-width: 964px) {
  .how-to .card {
    width: 100%;
    border-radius: 0;
    padding: 0;
  }
  .how-to .card h2 {
    padding: 45px 25px 0;
  }
  .how-to .card p {
    padding: 0 25px;
  }
  .trustap-status-diagram-swipe-container {
    width: 100vw;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .trustap-status-diagram-swipe-container::-webkit-scrollbar {
    display: none;
  }
  .how-to .card .trustap-status-diagram {
    width: 960px;
    height: 225px;
    border-radius: 0;
  }
  .how-to .card .trustap-status-diagram:before {
    border-radius: 0;
    padding: 9px 0;
  }
  .how-to .card .trustap-status-diagram .status-description {
    width: 75px;
  }
  .how-to .card .trustap-status-diagram .circle {
    width: 82px;
    height: 82px;
  }
  .how-to .card .trustap-status-diagram [class*="line-"] {
    top: 41px;
    left: 82px;
  }
  .trustap-status-diagram.active [class*="status-"] [class*="line-"] {
    width: 83px;
  }
  @keyframes move-line {
    from {
      width: 0px;
    }
    to {
      width: 83px;
    }
  }
}

.why-trustap {
  padding: 70px 0 25px;
  width: 100%;
  background-color: #f4f4f4;
  position: relative;
}
.why-trustap h2 {
  margin-bottom: 10px;
}
.why-trustap h6 {
  margin: 0;
}
.why-trustap p {
  margin-top: 0;
}
.why-trustap .trustap-benefits {
  width: 1460px;
  margin: 0 auto;
}
.why-trustap .trustap-benefits .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: 10px;
}
.why-trustap .trustap-benefits .content-item {
  width: 400px;
  display: flex;
  justify-content: space-between;
}
.why-trustap .trustap-benefits .content-item .icon-container {
  position: relative;
  min-width: 50px;
  margin-top: 10px;
}
.why-trustap .trustap-benefits .content-item .icon-container .icon-background {
  margin-top: 20px;
  height: 45px;
}
.why-trustap
  .trustap-benefits
  .content-item
  .icon-container
  .icon
  .icon-container {
  position: absolute;
  top: 5px;
  left: 10px;
}
.why-trustap
  .trustap-benefits
  .content-item
  .icon-container
  .icon
  .icon-container
  svg {
  width: 30px;
}
.why-trustap .pink-slug-blob {
  position: absolute;
  width: 30px;
  transform: rotate(300deg);
  left: 80%;
  top: 30px;
}

@media screen and (max-width: 1650px) {
  .why-trustap .trustap-benefits {
    width: 1150px;
  }
  .why-trustap .trustap-benefits .content-item {
    width: 450px;
  }
}

@media screen and (max-width: 1264px) {
  .why-trustap .trustap-benefits {
    width: 924px;
  }
  .why-trustap .trustap-benefits .content-item {
    width: 430px;
  }
}

@media screen and (max-width: 960px) {
  .why-trustap .trustap-benefits {
    width: 850px;
    align-items: flex-start;
  }
  .why-trustap .trustap-benefits .content-item {
    justify-content: flex-start;
    width: 400px;
  }
}

@media screen and (max-width: 900px) {
  .why-trustap .trustap-benefits {
    width: 100%;
    padding: 0 25px;
    box-sizing: border-box;
  }
  .why-trustap .trustap-benefits .content {
    box-sizing: border-box;
    flex-direction: column;
  }
  .why-trustap .trustap-benefits .content-item {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .why-trustap .trustap-benefits .content-item {
    flex-direction: column;
  }
  .why-trustap .trustap-benefits .content-item .icon-container {
    max-width: 50px;
  }
  .why-trustap .trustap-benefits .content-item .content {
    margin-left: 0;
  }
}

.description {
  padding: 50px;
}
.woocommerce .description h2 {
  margin: 10px 0;
}
.woocommerce .description p {
  margin: 0;
}
.description .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1460px;
  margin: 0 auto 150px;
}
.description .row:last-child {
  margin: 0 auto;
}
.description .row > div {
  width: 45%;
  position: relative;
}
.description .row .description {
  width: 480px;
  padding: 0;
}
.description .row .colored-background {
  filter: drop-shadow(0px 0px 7px #96969680);
  border-radius: 10px;
}
.description .card {
  background-color: #ffffff;
  border-radius: 10px;
  filter: drop-shadow(0px 0px 7px #96969680);
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.description .verified-partner-card {
  width: 520px;
  height: 323px;
  top: -80px;
  transition: top 0.3s ease;
}
.description .verified-partner-card svg {
  margin: 75px auto;
  display: block;
}
.description .woocommerce-card {
  width: 406px;
  height: 260px;
  top: 300px;
  z-index: 1;
  transition: top 0.3s ease;
}
.description .plus-icon {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
  top: 350px;
  transition: top 0.7s ease;
}
.description .trustap-plus-woocommerce.active .verified-partner-card {
  top: -45px;
}
.description .trustap-plus-woocommerce.active .woocommerce-card {
  top: 200px;
}
.description .trustap-plus-woocommerce.active .plus-icon {
  top: 168px;
}
.description .woocommerce-card svg {
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
}

.description .plus-icon svg {
  display: block;
  margin: 0 auto;
}
.description .webshop-window {
  position: absolute;
  top: -75px;
  width: 550px;
  right: 20px;
  filter: drop-shadow(0px 0px 7px #969696);
}
.description .forward-icon {
  position: absolute;
  top: 300px;
  width: 150px;
  right: 230px;
  transition: right 2s ease;
}
.description .forward-icon.active {
  right: 150px;
}
.description .forward-icon svg {
  width: 172px;
}
.description .forward-icon svg {
  margin: 0 auto;
}
.description .stars {
  position: absolute;
  top: 40px;
  width: 70px;
  right: 430px;
  filter: drop-shadow(0px 0px 7px #969696);
}
.description .settings-wheel {
  position: absolute;
  top: 80px;
  width: 150px;
  right: 480px;
  animation: wheel-rotation 8s infinite linear;
  filter: drop-shadow(0px 0px 7px #969696);
}
@keyframes wheel-rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.description .yellow-kidney-blob {
  width: 30px;
  transform: rotate(45deg);
  position: absolute;
  top: -80px;
  left: 180px;
  display: none;
}
.description .pink-triangle-blob {
  width: 35px;
  transform: rotate(150deg);
  position: absolute;
  bottom: -40px;
  right: 40px;
}
.description .blue-triangle-blob {
  width: 25px;
  transform: rotate(320deg);
  position: absolute;
  bottom: -100px;
  left: 15%;
}
@media screen and (max-width: 1904px) {
  .description .yellow-kidney-blob,
  .description .pink-triangle-blob,
  .description .blue-triangle-blob {
    display: block;
  }
}
@media screen and (max-width: 1650px) {
  .description .row {
    width: 1150px;
  }
  .description .verified-partner-card {
    width: 408px;
    height: 240px;
  }
  .description .verified-partner-card svg {
    margin: 40px auto;
    width: 300px;
  }
  .description .woocommerce-card {
    width: 318px;
    height: 180px;
  }
  .description .woocommerce-card svg {
    width: 235px;
  }
  .description .trustap-plus-woocommerce.active .woocommerce-card {
    top: 120px;
  }
  .description .trustap-plus-woocommerce.active .plus-icon {
    top: 90px;
  }
  .description .webshop-window {
    top: -55px;
    width: 410px;
  }
  .description .stars {
    width: 55px;
    right: 300px;
  }
  .description .settings-wheel {
    top: 62px;
    width: 125px;
    right: 340px;
  }
  .description .forward-icon {
    top: 200px;
    right: 170px;
  }
  .description .forward-icon.active {
    right: 70px;
  }
  .description .forward-icon svg {
    width: 130px;
  }
}
@media screen and (max-width: 1264px) {
  .description {
    padding: 25px;
  }
  .description .row {
    width: 924px;
  }
  .woocommerce .description h2 {
    font-size: 28px;
  }
  .description .row .description {
    width: 375px;
  }
  .description .verified-partner-card {
    width: 340px;
    height: 200px;
  }
  .description .verified-partner-card svg {
    margin: 25px auto;
    width: 265px;
  }
  .description .woocommerce-card {
    width: 265px;
    height: 170px;
  }
  .description .woocommerce-card svg {
    width: 210px;
  }
  .description .webshop-window {
    top: -45px;
    width: 340px;
    right: 10px;
  }
  .description .stars {
    width: 47px;
    right: 240px;
    top: 27px;
  }
  .description .settings-wheel {
    top: 48px;
    width: 110px;
    right: 277px;
  }
  .description .forward-icon {
    top: 160px;
  }
  .description .forward-icon svg {
    width: 110px;
  }
  .description .forward-icon {
    right: 100px;
  }
  .description .forward-icon.active {
    right: 30px;
  }
}

@media screen and (max-width: 964px) {
  .description .row {
    width: 100%;
    margin: 0;
  }
  .description .row:nth-child(odd) {
    flex-direction: column-reverse;
  }
  .description .row:nth-child(even) {
    flex-direction: column;
  }
  .description .row > div {
    width: 550px;
  }
  .description .row > * {
    margin: 50px 0;
  }
  .description .row .description {
    width: 100%;
  }
  .description .yellow-kidney-blob {
    top: -330px;
    left: 70%;
  }
  .description .verified-partner-card {
    width: 408px;
    height: 240px;
  }
  .description .verified-partner-card svg {
    margin: 40px auto;
    width: 300px;
  }
  .description .woocommerce-card {
    width: 318px;
    height: 180px;
  }
  .description .woocommerce-card svg {
    width: 235px;
  }
  .description .trustap-plus-woocommerce.active .verified-partner-card {
    top: 0;
  }
  .description .trustap-plus-woocommerce.active .woocommerce-card {
    top: 220px;
  }
  .description .trustap-plus-woocommerce.active .plus-icon {
    top: 185px;
  }
  .description .webshop-window {
    top: -55px;
    width: 410px;
  }
  .description .stars {
    width: 55px;
    right: 300px;
  }
  .description .settings-wheel {
    top: 62px;
    width: 125px;
    right: 340px;
  }
  .description .forward-icon {
    top: 200px;
    right: 170px;
  }
  .description .forward-icon.active {
    right: 70px;
  }
  .description .forward-icon svg {
    width: 130px;
  }
  .description .pink-triangle-blob,
  .description .blue-triangle-blob {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .woocommerce {
    overflow: hidden;
  }
  .description .row > * {
    margin-bottom: 25px;
  }
  .description .row .verified-partner-animation {
    width: 100vw;
    margin-bottom: 130px;
  }
  .description .trustap-plus-woocommerce .verified-partner-card {
    top: -60px;
  }
  .description .trustap-plus-woocommerce .verified-partner-card svg {
    width: 90%;
  }
  .description .trustap-plus-woocommerce.active .woocommerce-card {
    top: 180px;
  }
  .description .trustap-plus-woocommerce .woocommerce-card {
    width: 80%;
    width: 90%;
    height: 190px;
  }
  .description .trustap-plus-woocommerce.active .plus-icon {
    top: 150px;
  }
  .description .yellow-kidney-blob {
    top: -370px;
    left: 75%;
  }
  .description .verified-partner-card {
    top: 30px;
    border-radius: 0;
    width: 100%;
  }
  .description .verified-partner-card svg {
    width: 100%;
  }
  .description .woocommerce-card {
    top: 220px;
    width: 350px;
    height: 230px;
  }
  .description .woocommerce-card svg {
    width: 80%;
  }
  .description .webshop-window {
    top: -15px;
    width: 410px;
    right: 0;
  }
  .description .stars {
    top: 93px;
    width: 55px;
    right: 270px;
  }
  .description .settings-wheel {
    top: 125px;
    right: 320px;
  }
  .description .forward-icon {
    top: 240px;
    right: 235px;
  }
  .description .forward-icon.active {
    right: 100px;
  }
  .description .forward-icon svg {
    width: 130px;
  }
}

.contact-form {
  position: relative;
  padding-bottom: 300px;
}
.contact-form h2 {
  margin-bottom: 80px;
  text-align: center;
}
.contact-form .thank-you-message {
  margin: 50px auto 0;
}
.contact-form form {
  width: 650px;
  margin: 0 auto;
}
.contact-form .transaction-volume-label {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 40px;
  text-align: center;
}
.contact-form .submit-button {
  width: 100%;
  height: 45px;
  margin-top: 30px;
  color: white;
  background: linear-gradient(to right, #00b6ff, #00eacb);
  border-radius: 60px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  font-family: Nunito;
  cursor: pointer;
  display: block;
  opacity: 1;
  transition: 0.3s opacity ease;
}
.contact-form .submit-button:disabled {
  opacity: 0.3;
}
.contact-form .pink-triangle-blob {
  position: absolute;
  width: 45px;
  bottom: 800px;
  left: 20%;
  transform: rotate(210deg);
}
@media screen and (max-width: 1264px) {
  .contact-form .pink-triangle-blob {
    width: 30px;
    bottom: 200px;
    left: 70%;
    transform: rotate(0deg);
  }
}
@media screen and (max-width: 960px) {
  .contact-form .pink-triangle-blob {
    left: 15%;
    top: -30px;
    bottom: unset;
  }
}
@media screen and (max-width: 768px) {
  .contact-form {
    padding-bottom: 200px;
  }
  .contact-form form {
    width: 550px;
  }
}
@media screen and (max-width: 600px) {
  .contact-form h2 {
    width: calc(100% - 50px);
    margin: 0 auto 40px auto;
    text-align: left;
  }
  .contact-form .thank-you-message {
    font-size: 24px;
  }
  .contact-form form {
    width: calc(100% - 50px);
  }
  .contact-form .transaction-volume-label {
    text-align: left;
    font-size: 16px;
  }
  .contact-form .submit-button {
    height: 45px;
    font-size: 16px;
  }
  .contact-form .pink-triangle-blob {
    display: none;
  }
}

.trustap-button {
  width: 100%;
  height: 45px;
  color: #fff !important;
  font-weight: 700 !important;
  border-radius: 23px !important;
  background: linear-gradient(-90deg, #00eacb, #00b6ff);
}
.trustap-button:disabled {
  opacity: 0.4;
}

.trustap-checkbox-container {
  height: 40px;
  width: 100%;
}
.trustap-checkbox-wrapper {
  position: relative;
  z-index: 0;
  display: flex;
}
.trustap-checkbox-wrapper .MuiButtonBase-root {
  width: 16px !important;
  height: 16px !important;
  margin: 0 !important;
  padding: 0 !important;
  display: inline-flex !important;
  position: absolute !important;
  z-index: 2 !important;
  pointer-events: all !important;
  background: none !important;
  border-radius: 50% !important;
  color: unset !important;
  text-align: unset !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  text-transform: inherit !important;
  cursor: none !important;
}
.trustap-checkbox-wrapper input ~ .MuiButtonBase-root {
  z-index: 4;
}
.trustap-checkbox-wrapper input ~ .MuiTouchRipple-root {
  color: #cecece;
}
.trustap-checkbox-wrapper input:checked ~ .MuiTouchRipple-root {
  color: #00b6ff;
}
.trustap-checkbox-wrapper input {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  box-shadow: 0px 3px 6px rgb(206 206 206 / 50%);
  cursor: pointer;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  z-index: 0;
  pointer-events: all;
  border: none !important;
}
.trustap-checkmark {
  width: 20px !important;
  height: 20px !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute !important;
  height: 20px !important;
  width: 20px !important;
  font-size: inherit !important;
  pointer-events: none !important;
  z-index: 3 !important;
}
.trustap-checkbox-wrapper .trustap-checkmark-checked {
  display: none !important;
}
.trustap-checkbox-wrapper input ~ .trustap-checkmark-unchecked {
  color: #cecece !important;
}
.trustap-checkbox-wrapper input:checked ~ .trustap-checkmark-unchecked {
  color: #00b6ff !important;
}
.trustap-checkbox-wrapper input:checked ~ .trustap-checkmark-checked {
  display: block !important;
  color: #00b6ff !important;
}
.trustap-checkbox-ripple {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  top: -7px;
  left: -7px;
  z-index: 0;
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 0.2s;
  opacity: 0;
  transform: scale(1);
  background-color: transparent;
}
.trustap-checkbox-container .trustap-checkbox-error-text {
  font-size: 14px;
  font-weight: 600 !important;
  line-height: unset !important;
  width: auto !important;
  color: #f44336 !important;
  text-align: left !important;
  z-index: 1 !important;
  margin: 0 !important;
}
.trustap-checkbox-label {
  display: inline-flex;
  flex-direction: column;
  position: relative;
  padding-left: 25px;
  line-height: 17px;
  z-index: 1;
  font-size: 12px;
  font-weight: 500;
  cursor: default;
  transform: unset;
  transition: unset;
  cursor: pointer;
  transform-origin: unset;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.trustap-select-input.MuiFormControl-root {
  border-radius: 10px !important;
  border: none !important;
  width: 100%;
  margin-bottom: 50px;
}
.trustap-select-input .MuiSelect-root {
  line-height: 1.4;
}
.trustap-select-input label {
  line-height: 1.4;
}
/* Dropdown input */
.trustap-select-input .MuiSelect-select {
  height: 65px !important;
  border-radius: 10px !important;
  box-sizing: border-box !important;
  font-size: 18px !important;
  color: #414042 !important;
  font-weight: 600 !important;
}
.trustap-select-input div fieldset {
  border: 1px solid #cecece;
}
/* Input border on focus */
.trustap-select-input .Mui-focused fieldset,
.trustap-select-input.MuiFormControl-root:hover :not(.Mui-disabled) fieldset {
  border: 2px solid #00b6ff !important;
  transition: border-color 0.2s ease !important;
}
.trustap-select-input .Mui-focused.Mui-error fieldset,
.trustap-select-input.MuiFormControl-root:hover .Mui-error fieldset {
  border: 2px solid #ff0000 !important;
  transition: border-color 0.2s ease !important;
}
/* Input border when valid */
.trustap-select-input div fieldset {
  border: 2px solid #cecece;
}
/* Input border when invalid */
.trustap-select-input .Mui-error fieldset {
  background: rgba(255, 57, 57, 0.1);
  border: 2px solid #ff3939;
}
.trustap-select-input .MuiInputBase-root {
  border: 0;
  border-radius: 10px;
  box-shadow: 7px 7px 15px rgba(206, 206, 206, 0.5);
}
.trustap-select-input .MuiInputBase-root:hover {
  border: none !important;
}
/* Placeholder / label */
.trustap-select-input label {
  color: #939598 !important;
  font-size: 18px !important;
  font-weight: 600 !important;
}
.trustap-select-input label .optional {
  font-size: 14px;
  margin-left: 5px;
}
/* Label */
.trustap-select-input label.MuiInputLabel-shrink,
.trustap-select-input label.Mui-focused {
  transform: translate(4px, -19px) scale(0.75) !important;
}
.trustap-select-input label.Mui-error {
  color: #ff3939 !important;
}
/* Dropdown list container */
.trustap-select-input .MuiPaper-root {
  border-radius: 10px !important;
  margin-top: 75px !important;
}
/* Dropdown list */
.trustap-select-input .MuiListItem-button {
  font-weight: 600 !important;
  margin: 0 10px !important;
  border-radius: 10px !important;
}
/* Dropdown list */
.MuiListItem-button:hover {
  background-color: #ededed !important;
  color: #00b6ff !important;
}
.trustap-select-input .Mui-disabled fieldset {
  border: 1px solid #cecece !important;
}
.MuiFormControl-root.disabled {
  opacity: 0.3;
}
.trustap-select-input:disabled,
.expand-form-button:disabled {
  border: 1px solid #cecece !important;
  color: #939598;
  opacity: 0.3;
}
/* Validation text */
.trustap-select-input .MuiFormHelperText-root {
  font-size: 14px;
  font-weight: 600;
  line-height: unset;
  margin-left: 5px;
}
.trustap-select-input .MuiFormLabel-asterisk {
  display: none;
}
@media screen and (max-width: 600px) {
  .trustap-select-input .MuiSelect-select,
  .trustap-select-input .MuiInputBase-root {
    height: 45px !important;
  }
  .trustap-select-input label,
  .MuiListItem-button,
  .trustap-select-input .MuiSelect-select {
    font-size: 14px !important;
    text-overflow: ellipsis !important;
  }
  .trustap-select-input label {
    line-height: 0.4;
  }
  .trustap-select-input label.MuiFormLabel-filled,
  .trustap-select-input label.Mui-focused {
    line-height: 2;
  }
  .trustap-select-input .MuiSelect-root {
    line-height: 0.6;
  }
}

.trustap-text-input.MuiFormControl-root {
  width: 100%;
  border-radius: 10px !important;
  height: 65px !important;
  margin-bottom: 50px;
}
.trustap-text-input .MuiInputBase-root {
  border-radius: 10px;
  box-shadow: 7px 7px 15px rgba(206, 206, 206, 0.5);
}
.trustap-text-input.MuiFormControl-root .MuiInputBase-root {
  height: 65px;
}
.trustap-text-input .MuiOutlinedInput-input {
  font-weight: 600;
  color: #414042;
  height: 65px;
}
/* Label */
.trustap-text-input label {
  color: #939598 !important;
  font-size: 18px !important;
  font-weight: 600 !important;
}
.trustap-text-input label .optional {
  font-size: 14px;
  margin-left: 5px;
}
.trustap-text-inputlabel.MuiInputLabel-shrink,
.trustap-text-input label.Mui-focused,
.trustap-text-input label.MuiFormLabel-filled {
  transform: translate(4px, -19px) scale(0.75) !important;
}
.trustap-text-input.MuiFormControl-root label {
  line-height: 25px;
}
.trustap-text-input fieldset {
  border: 2px solid #cecece;
}
/* Input border on focus */
.trustap-text-input .Mui-focused fieldset,
.trustap-text-input.MuiFormControl-root:hover fieldset {
  border: 2px solid #00b6ff !important;
  transition: border-color 0.2s ease !important;
}
.trustap-text-input .Mui-focused.Mui-error fieldset,
.trustap-text-input.MuiFormControl-root:hover .Mui-error fieldset {
  border: 2px solid #ff0000 !important;
  transition: border-color 0.2s ease !important;
}
/* Input border when valid */
.trustap-text-input label.MuiFormLabel-filled + div fieldset {
  border: 2px solid #cecece;
}
/* Input border when invalid */
.trustap-text-input .Mui-error fieldset {
  background: rgba(255, 57, 57, 0.1);
  border: 2px solid #ff3939;
}
.trustap-text-input label.Mui-error {
  color: #ff3939 !important;
  line-height: 25px;
}
/* Validation text */
.trustap-text-input .MuiFormHelperText-root {
  font-size: 14px;
  font-weight: 600;
  line-height: unset;
  margin: 4px 0 0 !important;
  width: auto;
}
/* Workaround for the issue of label overlapping the input border */
.trustap-text-input.MuiTextField-root legend span {
  display: none !important;
}
.trustap-text-input label .MuiInputLabel-asterisk {
  display: none !important;
}
@media screen and (max-width: 600px) {
  .trustap-text-input.MuiFormControl-root {
    height: 42px !important;
  }
  .trustap-text-input.MuiFormControl-root .MuiInputBase-root {
    height: 42px;
  }
  .trustap-text-input .MuiOutlinedInput-input {
    height: 42px;
  }
  .trustap-text-input.MuiFormControl-root fieldset {
    height: 44px;
  }
  .trustap-text-input.MuiFormControl-root label {
    line-height: 0;
    font-size: 14px !important;
  }
  .trustap-text-input.MuiFormControl-root input {
    font-size: 14px !important;
  }
  .trustap-text-input label.MuiInputLabel-shrink,
  .trustap-text-input label.Mui-focused,
  .trustap-text-input label.MuiFormLabel-filled {
    transform: translate(4px, -12px) scale(0.75) !important;
  }
}

.card-panel {
  background-color: #ffffff;
  border-radius: 10px;
  filter: drop-shadow(0px 0px 7px #96969680);
  width: -moz-fit-content;
  width: fit-content;
  padding: 50px;
  box-sizing: border-box;
  text-align: center;
}
.card-panel h3 {
  font-size: 32px;
  font-weight: 500;
}
@media screen and (max-width: 1264px) {
  .card-panel h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 960px) {
  .card-panel {
    border-radius: 0px;
  }
  .card-panel p {
    width: 375px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  .card-panel {
    text-align: left;
  }
  .card-panel p {
    width: 100%;
    margin: 0;
  }
}

.hvt .benefits-section {
  padding: 70px 0 25px;
  width: 100%;
  background-color: #f4f4f4;
  position: relative;
}
.hvt .benefits-section .trustap-benefits {
  width: 1460px;
  margin: 0 auto;
}
.hvt .benefits-section h2 {
  margin: 10px 0;
}
.hvt .benefits-section .trustap-benefits .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: 10px;
}
.hvt .benefits-section .trustap-benefits .content-item {
  width: 450px;
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.hvt .benefits-section .trustap-benefits .content-item p {
  margin-top: 10px;
}
.hvt .benefits-section .trustap-benefits .content-item .icon-container {
  position: relative;
  min-width: 50px;
  margin-top: 10px;
}
.hvt
  .benefits-section
  .trustap-benefits
  .content-item
  .icon-container
  .icon-background {
  margin-top: 20px;
  height: 45px;
}
.hvt
  .benefits-section
  .trustap-benefits
  .content-item
  .icon-container
  .icon
  .icon-container {
  position: absolute;
  top: 0;
  left: 10px;
}
.hvt
  .benefits-section
  .trustap-benefits
  .content-item
  .icon-container
  .icon
  .icon-container
  svg {
  width: 30px;
}
.hvt .benefits-section .blue-triangle-blob {
  width: 30px;
  position: absolute;
  bottom: 10px;
  left: 10%;
  transform: rotate(30deg);
  display: none;
}
.hvt .benefits-section .pink-triangle-blob {
  width: 30px;
  position: absolute;
  bottom: 10px;
  left: 10%;
  transform: rotate(30deg);
}

@media screen and (max-width: 1650px) {
  .hvt .benefits-section .trustap-benefits {
    width: 1150px;
  }
  .hvt .benefits-section .trustap-benefits .content-item:last-child {
    margin: 30px auto;
  }
  .hvt .benefits-section .blue-triangle-blob {
    display: block;
  }
  .hvt .benefits-section .pink-triangle-blob {
    display: none;
  }
}

@media screen and (max-width: 1264px) {
  .hvt .benefits-section .trustap-benefits {
    width: 924px;
  }
  .hvt .benefits-section .trustap-benefits .content-item {
    width: 430px;
  }
}

@media screen and (max-width: 960px) {
  .hvt .benefits-section {
    padding-top: 30px;
  }
  .hvt .benefits-section h3 {
    text-align: left;
    margin-bottom: 0;
  }
  .hvt .benefits-section .trustap-benefits {
    width: 375px;
    align-items: flex-start;
    box-sizing: border-box;
  }
  .hvt .benefits-section .trustap-benefits .content {
    box-sizing: border-box;
    flex-direction: column;
    margin-left: 0;
  }
  .hvt .benefits-section .trustap-benefits .content-item {
    justify-content: flex-start;
    margin-bottom: 25px;
    width: 375px;
    flex-direction: column;
  }
  .hvt .benefits-section .trustap-benefits .content-item:last-child {
    margin: 0;
  }
}

@media screen and (max-width: 600px) {
  .hvt .benefits-section .trustap-benefits {
    width: calc(100% - 50px);
  }
  .hvt .benefits-section .trustap-benefits .content-item {
    width: calc(100% - 50px);
    margin: 0 auto;
  }
  .hvt .benefits-section .trustap-benefits .content-item:last-child {
    margin: 0 auto;
  }
}

.hvt .contact-section {
  width: 650px;
  margin: 0 auto 150px auto;
}
.hvt .contact-section h2 {
  text-align: center;
}
.hvt .contact-section form {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .hvt .contact-section {
    width: 550px;
  }
}
@media screen and (max-width: 600px) {
  .hvt .contact-section h2 {
    text-align: left;
  }
  .hvt .contact-section form {
    margin-top: 50px;
  }
  .hvt .contact-section {
    width: calc(100% - 50px);
  }
}

.hvt .hero-area {
  display: flex;
  position: relative;
  flex-direction: column;
  margin-bottom: 70px;
}
.hvt .hero-area .background {
  height: calc(100vw * 0.362);
  width: 100%;
  background: url(/_next/static/media/backgroundCircles.22f59f99.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.hvt .hero-area h1 {
  width: 610px;
  position: absolute;
  top: 15%;
  left: calc((100vw - 1460px) / 2);
  padding: 0;
  margin-top: 0;
}
.hvt .hero-area p {
  font-size: 18px;
  text-align: left;
  width: 600px;
  position: absolute;
  top: calc(15% + 70px);
  left: calc((100vw - 1460px) / 2);
  line-height: 36px;
  padding: 0;
}
.hvt .hero-area .ipad-image {
  height: 125%;
  position: absolute;
  right: 12%;
}
.hvt .hero-area .button-primary {
  width: 650px;
  height: 45px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 23px;
  margin: 35px auto;
  cursor: pointer;
  background: linear-gradient(-90deg, #00eacb, #00b6ff);
  font-family: Nunito;
}
.hvt .hero-area .yellow-kidney-blob {
  width: 30px;
  position: absolute;
  right: 10%;
  bottom: 50px;
  transform: rotate(45deg);
}

@media screen and (max-width: 1650px) {
  .hvt .hero-area h1 {
    left: calc((100vw - 1150px) / 2);
  }
  .hvt .hero-area p {
    left: calc((100vw - 1150px) / 2);
  }
  .hvt .hero-area .ipad-image {
    right: calc((100vw - 1150px) / 2 - 50px);
    height: 110%;
  }
}

@media screen and (max-width: 1264px) {
  .hvt .hero-area h1 {
    position: relative;
    top: unset;
    left: unset;
    width: 100%;
    margin-top: 0;
    padding: 0 100px;
    box-sizing: border-box;
  }
  .hvt .hero-area p {
    position: relative;
    top: unset;
    left: unset;
    width: 100%;
    padding: 0 100px;
    box-sizing: border-box;
  }
  .hvt .hero-area .background {
    height: 50vw;
    width: auto;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position-x: right;
  }
  .hvt .hero-area .ipad-image {
    right: 10%;
    height: 130%;
  }
  .hvt .hero-area .yellow-kidney-blob {
    bottom: 100px;
  }
}

@media screen and (max-width: 700px) {
  .hvt .hero-area .button-primary {
    width: calc(100% - 50px);
  }
}

@media screen and (max-width: 600px) {
  .hvt .hero-area .background {
    height: 60vw;
  }
  .hvt .hero-area .ipad-image {
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .hvt .hero-area h1 {
    padding: 0 25px;
  }
  .hvt .hero-area p {
    padding: 0 25px;
    font-size: 16px;
    order: 1;
    line-height: 30px;
  }
  .hvt .hero-area .button-primary {
    order: 2;
    width: 375px;
    max-width: calc(100vw - 50px);
  }
}

.hvt {
  padding-top: 120px;
  width: 100%;
  max-width: 100%;
  color: #414042;
  background-color: #ffffff;
}
.hvt h1 {
  font-size: 56px;
  font-weight: 500;
  line-height: 75px;
  z-index: 1;
}
.hvt h2 {
  font-size: 32px;
  font-weight: 500;
}
.hvt h3 {
  color: #00eacb;
  font-size: 18px !important;
  font-weight: 700 !important;
  text-transform: uppercase;
}
.hvt p {
  font-size: 16px;
  line-height: 32px;
}
.hvt .wave-divider {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1904px) {
  .hvt h1 {
    font-size: 44px;
  }
  .hvt h2 {
    font-size: 28px;
  }
  .hvt p {
    font-size: 16px;
  }
}

@media screen and (max-width: 1264px) {
  .hvt h1 {
    line-height: 54px;
  }
}

@media screen and (max-width: 600px) {
  .hvt h1 {
    font-size: 34px;
    line-height: 48px;
  }
}

.hvt .stripe-partner-section {
  position: relative;
  padding-top: 50px;
}
.hvt .stripe-partner-section h3 {
  text-align: center;
}
.hvt .stripe-partner-section .stripe-partner-card {
  position: absolute;
  top: 107px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
}
.hvt .stripe-partner-section .stripe-partner-card.animate {
  animation: animate-stripe;
  animation-duration: 3s;
}
.hvt .stripe-partner-section .stripe-partner-card img {
  width: 250px;
}
.hvt .stripe-partner-section .cross-border-card {
  width: 900px;
  padding-top: 100px;
  margin: 100px auto;
}
.hvt .stripe-partner-section .blue-triangle-blob {
  width: 30px;
  position: absolute;
  top: 30px;
  right: 30%;
  transform: rotate(30deg);
}
.hvt .stripe-partner-section .pink-triangle-blob {
  width: 30px;
  position: absolute;
  top: 30px;
  right: 30%;
  transform: rotate(90deg);
  display: none;
}
.hvt .stripe-partner-section .yellow-kidney-blob {
  width: 30px;
  position: absolute;
  bottom: -250px;
  right: 70%;
  transform: rotate(320deg);
}
@keyframes animate-stripe {
  0% {
    transform: scale(0.6);
    left: 50px;
  }
  10% {
    left: -40px;
  }
  20% {
    left: 30px;
  }
  30% {
    left: -25px;
  }
  40% {
    left: 20px;
  }
  50% {
    left: -15px;
  }
  60% {
    left: 10px;
  }
  70% {
    left: -7px;
  }
  80% {
    left: 4px;
  }
  90% {
    left: -1px;
  }
  100% {
    left: 0;
    transform: scale(1);
  }
}

@media screen and (max-width: 1904px) {
  .hvt .stripe-partner-section .blue-triangle-blob {
    display: none;
  }
  .hvt .stripe-partner-section .pink-triangle-blob {
    display: block;
  }
}

@media screen and (max-width: 1264px) {
  .hvt .stripe-partner-section .yellow-kidney-blob {
    bottom: -150px;
  }
}

@media screen and (max-width: 960px) {
  .hvt .stripe-partner-section .cross-border-card {
    width: 100%;
  }
  .hvt .stripe-partner-section .pink-triangle-blob {
    right: 80%;
  }
  .hvt .stripe-partner-section .yellow-kidney-blob {
    right: 10%;
    bottom: -50px;
  }
}

@media screen and (max-width: 600px) {
  .hvt .stripe-partner-section h3 {
    text-align: left;
    margin-left: 25px;
  }
  .hvt .stripe-partner-section .stripe-partner-card {
    width: 100%;
    text-align: center;
  }
  .hvt .stripe-partner-section .cross-border-card {
    padding: 100px 25px 50px;
  }
  .hvt .stripe-partner-section .yellow-kidney-blob {
    right: 10%;
    bottom: 10px;
    z-index: 1;
  }
}

.hvt .trustap-team-section {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0 calc((100vw - 1460px) / 2) 50px;
  position: relative;
  overflow: hidden;
}
.hvt .trustap-team-section h2 {
  margin: 0;
}
.hvt .trustap-team-section .responsive-service-container {
  width: 500px;
  display: flex;
  justify-content: space-between;
}
.hvt .trustap-team-section .responsive-service-container .icon-container {
  position: relative;
  min-width: 40px;
  margin-top: 10px;
}
.hvt
  .trustap-team-section
  .responsive-service-container
  .icon-container
  .icon-background {
  width: 40px;
  margin-left: 5px;
  margin-top: 5px;
}
.hvt
  .trustap-team-section
  .responsive-service-container
  .icon-container
  .icon-container {
  position: absolute;
  top: -10px;
  left: 10px;
}
.hvt .trustap-team-section .responsive-service-container .icon-container .icon {
  width: 30px;
}
.hvt .trustap-team-section .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: 10px;
}
.hvt .smartphone-container {
  width: 500px;
  height: 635px;
  background: url(/_next/static/media/trustap-support.f69ad8e7.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}
.hvt .smartphone-container .smartphone-canvas {
  position: absolute;
  width: 190px;
  height: 250px;
  left: 156px;
  top: 110px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.hvt .smartphone-container.show-messages .smartphone-canvas::before {
  content: "Answer Bot";
  font-size: 10px;
  font-weight: 700;
  opacity: 0.7;
  margin-left: 28px;
}
.hvt .smartphone-container .smartphone-canvas .bot-message {
  font-size: 10px;
  font-weight: 700;
  background-color: #f4f6f8;
  padding: 5px;
  border-radius: 12px;
  width: 139px;
  margin-bottom: 3px;
  margin-left: -150px;
  transition: 1.5s ease all;
}
.hvt .smartphone-container.show-messages .smartphone-canvas .bot-message {
  margin-left: 28px;
}
.hvt .smartphone-container .smartphone-canvas .bot-message:nth-child(2) {
  margin-bottom: 20px;
}
.hvt .smartphone-container .smartphone-canvas .customer-message {
  font-size: 9px;
  font-weight: 600;
  background-color: transparent;
  max-width: 160px;
  border: 1px solid #00eacb;
  color: #00eacb;
  border-radius: 30px;
  padding: 5px 10px;
  margin-bottom: 3px;
  align-self: flex-end;
  margin-right: -185px;
  transition: 1.5s ease all;
  transition-delay: 0s;
}
.hvt .smartphone-container .chatbot-icon {
  position: absolute;
  top: 140px;
  left: 160px;
  width: 22px;
  opacity: 0;
}
.hvt .smartphone-container.show-messages .chatbot-icon {
  opacity: 1;
  top: 179px;
  animation: move-chatbot;
  animation-duration: 6s;
}
@keyframes move-chatbot {
  0% {
    top: 140px;
    opacity: 0;
  }
  100% {
    top: 179px;
    opacity: 1;
  }
}
.hvt .smartphone-container.show-messages .smartphone-canvas .customer-message {
  margin-right: 2px;
}
.hvt .smartphone-container.show-messages .smartphone-canvas div:nth-child(2) {
  transition-delay: 1.5s;
}
.hvt .smartphone-container.show-messages .smartphone-canvas div:nth-child(3) {
  transition-delay: 3s;
}
.hvt .smartphone-container.show-messages .smartphone-canvas div:nth-child(4) {
  transition-delay: 4.5s;
}
.hvt .smartphone-container.show-messages .smartphone-canvas div:nth-child(5) {
  transition-delay: 6s;
}
.hvt .trustap-team-section .pink-triangle-blob {
  width: 35px;
  transform: rotate(170deg);
  position: absolute;
  bottom: 20px;
  right: 13%;
}
.hvt .trustap-team-section .blue-triangle-blob {
  width: 25px;
  position: absolute;
  bottom: -400px;
  left: 20%;
}

@media screen and (max-width: 1650px) {
  .hvt .trustap-team-section {
    padding: 0 calc((100vw - 1150px) / 2);
  }
}

@media screen and (max-width: 1264px) {
  .hvt .trustap-team-section {
    padding: 0 calc((100vw - 900px) / 2);
  }
  .hvt .trustap-team-section .responsive-service-container {
    width: 400px;
  }
  .hvt .trustap-team-section .pink-triangle-blob {
    transform: rotate(210deg);
  }
  .hvt .trustap-team-section .blue-triangle-blob {
    bottom: -250px;
  }
}

@media screen and (max-width: 960px) {
  .hvt .trustap-team-section {
    flex-direction: column;
  }
  .hvt .trustap-team-section h3 {
    margin-bottom: 0;
  }
  .hvt .trustap-team-section .content-container {
    width: 375px;
  }
  .hvt .trustap-team-section .responsive-service-container {
    width: 375px;
    flex-direction: column;
  }
  .hvt .trustap-team-section .responsive-service-container .content {
    margin-left: 0;
  }
  .hvt .trustap-team-section .pink-triangle-blob {
    transform: rotate(150deg);
    bottom: 730px;
    width: 30px;
  }
  .hvt .trustap-team-section .blue-triangle-blob {
    bottom: 20px;
  }
}

@media screen and (max-width: 600px) {
  .hvt .trustap-team-section .pink-triangle-blob {
    bottom: 810px;
  }
  .hvt .trustap-team-section .responsive-service-container {
    width: calc(100% - 50px);
    margin: auto;
  }
  .hvt .trustap-team-section h3 {
    margin: 0 25px;
    text-align: left;
  }
}

.hvt .use-trustap-section {
  width: 650px;
  margin: auto;
  text-align: center;
  padding-bottom: 300px;
  position: relative;
}
.hvt .use-trustap-section h2 {
  color: #00eacb;
  font-size: 18px !important;
  font-weight: 700 !important;
  text-transform: uppercase;
}
.hvt .use-trustap-section p {
  font-size: 32px !important;
}
.hvt .use-trustap-section .pink-triangle-blob {
  width: 30px;
  position: absolute;
  bottom: 450px;
  right: -30%;
  transform: rotate(150deg);
}

@media screen and (max-width: 1264px) {
  .hvt .use-trustap-section p {
    font-size: 28px !important;
  }
}

@media screen and (max-width: 960px) {
  .hvt .use-trustap-section .pink-triangle-blob {
    right: 0;
    bottom: 470px;
  }
}

@media screen and (max-width: 768px) {
  .hvt .use-trustap-section {
    width: 550px;
  }
}

@media screen and (max-width: 600px) {
  .hvt .use-trustap-section {
    width: calc(100% - 50px);
  }
}

.mps .partner-form {
  width: 650px;
  margin: 0 auto;
  position: relative;
}
.mps .partner-form.become-a-partner {
  margin-bottom: 150px;
}
.mps .partner-form.not-ready-to-partner {
  padding-bottom: 300px;
}
.mps .partner-form h2 {
  text-align: center;
}
.mps .partner-form p {
  text-align: center;
}
.mps .partner-form form {
  margin-top: 70px;
}
.mps .partner-form .blob {
  position: absolute;
  width: 30px;
}
.mps .partner-form .kidney.blob {
  transform: rotate(30deg);
  top: 450px;
  top: 308px;
  right: -50%;
}
.mps .partner-form .triangle.blob {
  top: 449px;
  right: -50%;
}
.mps .partner-form .slug.blob {
  top: 80px;
  left: -65%;
  transform: rotate(-107deg);
}
.mps .partner-form.partner-form.not-ready-to-partner .trustap-text-input {
  margin-bottom: 35px;
}
.mps .partner-form.not-ready-to-partner .trustap-checkbox-container {
  margin-bottom: 30px;
}
.mps .partner-form .MuiFormHelperText-root.Mui-error {
  text-align: left;
}
@media screen and (max-width: 1906px) {
  .mps .partner-form .kidney.blob {
    right: -23%;
  }
  .mps .partner-form .triangle.blob {
    right: -31%;
  }
  .mps .partner-form .slug.blob {
    left: -39%;
  }
}
@media screen and (max-width: 1264px) {
  .mps .partner-form .kidney.blob {
    right: -18%;
    top: 441px;
  }
  .mps .partner-form .slug.blob {
    left: -11%;
    top: -4px;
  }
  .mps .partner-form .triangle.blob {
    top: 480px;
    right: -17%;
  }
}
@media screen and (max-width: 960px) {
  .mps .partner-form.become-a-partner {
    margin-bottom: 100px;
  }
  .mps .partner-form .not-ready-heading {
    text-align: left;
    width: 375px;
    margin-left: auto;
    margin-right: auto;
  }
  .mps .partner-form p {
    text-align: left;
    width: 375px;
    margin-left: auto;
    margin-right: auto;
  }
  .mps .partner-form .kidney.blob {
    right: -9%;
    top: 446px;
  }
  .mps .partner-form .slug.blob {
    left: 0%;
    top: 60px;
  }
  .mps .partner-form .triangle.blob {
    top: 500px;
    right: 5%;
  }
}
@media screen and (max-width: 768px) {
  .mps .partner-form {
    width: 550px;
  }
  .mps .partner-form.not-ready-to-partner {
    padding-bottom: 200px;
  }
}
@media screen and (max-width: 600px) {
  .mps .partner-form {
    overflow-x: hidden;
  }
  .mps .partner-form h2 {
    text-align: left;
  }
  .mps .partner-form.become-a-partner {
    margin-bottom: 80px;
  }
  .mps .partner-form .not-ready-heading {
    width: auto;
  }
  .mps .partner-form p {
    text-align: left;
    width: auto;
  }
  .mps .partner-form form {
    margin-top: 50px;
  }
  .mps .partner-form {
    width: auto;
    padding: 0 5%;
  }
  .mps .partner-form .kidney.blob {
    right: -2%;
    top: 400px;
  }
  .mps .partner-form .slug.blob {
    left: -5%;
    top: -35px;
  }
  .mps .partner-form .triangle.blob {
    top: 481px;
    right: 7%;
  }
}

.mps .benefit {
  width: calc(1366px + 10.05%);
  margin: 0 auto;
  padding: 150px 0 0 0;
}
.mps .benefit article {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 70px;
  -moz-column-gap: 70px;
       column-gap: 70px;
  align-items: center;
  margin-top: 200px;
}
.mps .benefit .mbs {
  margin-bottom: 24%;
}
.mps .benefit .si {
  margin-bottom: 16%;
}
.mps .benefit .di {
  margin-bottom: 180px;
}
.mps .benefit .body {
  display: flex;
  gap: 60px;
}
.mps .benefit .si .diagram {
  grid-column: 1 / 2;
  grid-row: 1;
}
.mps .benefit .si .body {
  grid-column: 2 / 3;
  grid-row: 1;
}
.mps .benefit article .blob {
  width: 30px;
  position: absolute;
  bottom: -41%;
  right: 11%;
  transform: rotate(22deg);
}
.mps .benefit article .body .title-icon-container {
  position: relative;
  height: 30px;
  margin-top: 25px;
}
.mps .benefit article .body .title-icon {
  position: absolute;
  z-index: 1;
  width: 45px;
}
.mps .benefit .mbs .body .title-icon {
  top: -6px;
  left: 7px;
}
.mps .benefit .si .body .title-icon {
  left: 8px;
  top: -5px;
}
.mps .benefit .di .body .title-icon {
  top: -8px;
  left: 3px;
}
.mps .benefit article .body .title-blob {
  position: absolute;
  left: 0;
  top: 16px;
  height: 30px;
}
.mps .benefit .mbs .body .title-blob {
  transform: rotate(30deg);
  left: -3px;
}
.mps .benefit .si .body .title-blob {
  transform: rotate(-45deg);
  left: 22px;
  top: 14px;
}
.mps .benefit .di .body .title-blob {
  top: 8px;
}
.mps .benefit article .diagram {
  display: flex;
  align-items: center;
  position: relative;
}
.mps .benefit .diagram svg {
  display: block;
}
.mps .benefit .diagram .aspect {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  aspect-ratio: 702 / 450;
  width: 100%;
}
.mps .benefit .diagram .aspect .background-container {
  height: 100%;
  width: 100%;
}
.mps .benefit .diagram .step-container {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.mps .benefit .diagram .step-container svg {
  position: absolute;
  left: 50%;
}
.mps .benefit .diagram .step-container .step {
  transition: transform 0.5s ease;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.mps .benefit .diagram .step-container .transaction {
  filter: drop-shadow(0px 0px 7px #96969680);
  width: 54%;
  outline: 7px solid transparent;
}
.mps .benefit .diagram .step-container .transaction.steps {
  z-index: 3;
  transform: translate(-50%, -100%);
}
.mps .benefit .diagram .step-container .transaction.breakdown {
  position: absolute;
  transform: translate(-50%, -2%);
  transition-delay: 0.25s;
  z-index: 2;
}
.mps .benefit .diagram .step-container .transaction.complete {
  top: 76.7%;
  width: 62%;
  z-index: 4;
  transform: translateX(-50%);
}
.mps .benefit .diagram .active.step-container .transaction.steps {
  transform: translate(-50%, -61%);
}
.mps .benefit .diagram .active.step-container .transaction.breakdown {
  position: absolute;
  transform: translate(-50%, 14%);
}
.mps .benefit .diagram .step-container .arrow {
  position: absolute;
  width: 11%;
  z-index: 5;
}
.mps .benefit .mbs .diagram .step-container .arrow.first {
  transform: translate(-50%, -37%);
}
.mps .benefit .mbs .diagram .step-container .arrow.second {
  transform: translate(-50%, 363%);
  transition-delay: 0.25s;
}
.mps .benefit .mbs .diagram .active.step-container .arrow.first {
  transform: translate(-50%, 56%);
}
.mps .benefit .mbs .diagram .active.step-container .arrow.second {
  transform: translate(-50%, 437%);
}
.mps .benefit .si .step-container .integration {
  filter: drop-shadow(0px 0px 7px #96969680);
  width: 57%;
}
.mps .benefit .si .step-container .integration.find {
  transform: translate(-50%, -71%);
  z-index: 3;
}
.mps .benefit .si .step-container .integration.api {
  width: 42%;
  transform: translate(-50%, 24%);
  z-index: 2;
  transition-delay: 0.25s;
}
.mps .benefit .si .step-container .integration.sold {
  transform: translate(-50%, 124%);
  z-index: 1;
}
.mps .benefit .si .diagram .step-container .arrow.first {
  transform: translate(-50%, 44%);
}
.mps .benefit .si .diagram .step-container .arrow.second {
  transform: translate(-50%, 265%);
  transition-delay: 0.25s;
}
.mps .benefit .si .active.step-container .integration.find {
  transform: translate(-50%, -38%);
}
.mps .benefit .si .active.step-container .integration.api {
  transform: translate(-50%, 53%);
}
.mps .benefit .si .diagram .active.step-container .arrow.first {
  transform: translate(-50%, 143%);
}
.mps .benefit .si .diagram .active.step-container .arrow.second {
  transform: translate(-50%, 344%);
}
.mps .benefit .di .diagram .aspect .background .di-icon {
  transform-box: fill-box;
  transform-origin: center;
  opacity: 0.5;
  transition: opacity 1.5s ease-in;
}
.mps .benefit .di .diagram .aspect .active.background .di-icon {
  opacity: 1;
  animation-name: scale;
  animation-duration: 5s;
  animation-iteration-count: infinite;
}
.mps .benefit .di .diagram .aspect .background .di-icon.di-growth-icon {
  animation-delay: 1.5s;
  animation-timing-function: ease-in-out;
}
.mps .benefit .di .diagram .aspect .background .di-icon.di-split-icon {
  animation-delay: 2s;
  animation-timing-function: ease-in-out;
}
.mps .benefit .di .diagram .aspect .background .di-icon.di-ask-icon {
  animation-delay: 2.5s;
  animation-timing-function: ease-in-out;
}
.mps .benefit .di .diagram .aspect .background .di-icon.di-plus-icon {
  animation-delay: 2s;
  animation-timing-function: ease-out;
}
.mps .benefit .di .diagram .aspect .background .di-icon.di-bar-icon {
  animation-delay: 1.5s;
  animation-timing-function: ease-out;
}
.mps .benefit .di .diagram .aspect .background .di-icon.di-laptop-icon {
  animation-delay: 2s;
  animation-timing-function: ease-out;
}
@media screen and (max-width: 1904px) {
  .mps .benefit .mbs {
    margin-bottom: 19%;
  }
  .mps .benefit .di {
    margin-bottom: 150px;
  }
}
@media screen and (max-width: 1708px) {
  .mps .benefit {
    padding: 0 5%;
    width: auto;
  }
}
@media screen and (max-width: 1264px) {
  .mps .benefit article {
    -moz-column-gap: 23px;
         column-gap: 23px;
    margin-top: 70px;
  }
  .mps .benefit .di {
    margin-bottom: 140px;
  }
}
@media screen and (max-width: 960px) {
  .mps .benefit article {
    margin-top: 0;
  }
  .mps .benefit .mbs,
  .mps .benefit .si {
    margin-bottom: 20%;
  }
  .mps .benefit .di {
    margin-bottom: 80px;
  }
  .mps .benefit h4 {
    width: 375px;
    margin-left: auto;
    margin-right: auto;
  }
  .mps .benefit article {
    display: block;
  }
  .mps .benefit article .body {
    display: block;
    width: 375px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30%;
  }
  .mps .benefit .di .body {
    margin-bottom: 0%;
  }
  .mps .benefit .body .title-icon-container {
    margin-bottom: 0px;
  }
  .mps .benefit .si .body .title-icon {
    top: 3px;
    left: -5px;
  }
  .mps .benefit .si .body .title-blob {
    left: 8px;
    top: 23px;
  }
  .mps .benefit .di .body .title-icon {
    top: 3px;
    left: 2px;
  }
  .mps .benefit .di .body .title-blob {
    top: 20px;
  }
}
@media screen and (max-width: 600px) {
  .mps .benefit {
    padding: 0;
  }
  .mps .benefit .mbs,
  .mps .benefit .si {
    margin-bottom: 37%;
  }
  .mps .benefit article .body {
    padding-left: 5%;
    padding-right: 5%;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 47%;
  }
  .mps .benefit h4 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 5%;
    padding-right: 5%;
  }
  .mps .benefit article .blob {
    bottom: -33%;
  }
  .mps .benefit article .diagram {
    height: 104vw;
  }
  .mps .benefit .di .diagram {
    height: 110vw;
  }
  .mps .benefit article .diagram .aspect {
    height: 100%;
  }
  .mps .benefit .diagram .aspect .background-container {
    overflow-x: hidden;
  }
  .mps .benefit article .diagram .background {
    width: 148%;
    height: 104vw;
    margin-left: -32%;
  }
  .mps .benefit .di .diagram .background {
    width: 148%;
    height: 110vw;
    margin-left: -6%;
  }
  .mps .benefit .diagram .step-container .transaction {
    width: 90%;
  }
  .mps .benefit .diagram .step-container .transaction.complete {
    width: 98%;
  }
  .mps .benefit .mbs .diagram .step-container .arrow.second {
    transform: translate(-50%, 331%);
  }
  .mps .benefit .mbs .diagram .active.step-container .transaction.breakdown {
    transform: translate(-50%, 12%);
  }
  .mps .benefit .mbs .diagram .active.step-container .arrow.arrow {
    transform: translate(-50%, 44%);
  }
  .mps .benefit .mbs .diagram .active.step-container .arrow.second {
    transform: translate(-50%, 385%);
  }
  .mps .benefit .diagram .step-container .arrow {
    width: 20%;
  }
  .mps .benefit .diagram .step-container .integration {
    width: 90%;
  }
  .mps .benefit .diagram .step-container .integration.api {
    width: 66%;
    transform: translate(-50%, 27%);
  }
  .mps .benefit .si .diagram .active.step-container .arrow.first {
    transform: translate(-50%, 120%);
  }
  .mps .benefit .si .diagram .step-container .arrow.second {
    transform: translate(-50%, 235%);
  }
  .mps .benefit .si .diagram .active.step-container .arrow.second {
    transform: translate(-50%, 292%);
  }
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.035);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

.mps .couriers {
  width: calc(1366px + 10.05%);
  overflow: hidden;
  margin: 0 auto;
}
.mps .couriers h2 {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.mps .couriers p {
  text-align: center;
  width: 680px;
  margin: 0 auto;
}
.mps .couriers .supported-couriers-swipe-container {
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  margin-top: 5%;
}
.mps .couriers .supported-couriers-swipe-container::-webkit-scrollbar {
  display: none;
}
.mps .couriers .supported-couriers-swipe-container .supported-couriers {
  width: 300%;
  display: flex;
  align-items: center;
  margin-left: auto;
  position: relative;
  justify-content: space-around;
}
.mps .couriers .supported-couriers-swipe-container .supported-couriers img {
  height: 90px;
  max-width: 120px;
  filter: grayscale(1);
  opacity: 0.5;
  transition: 0.7s ease;
}
.mps
  .couriers
  .supported-couriers-swipe-container
  .supported-couriers
  img:hover {
  filter: grayscale(0);
  opacity: 1;
}
@media screen and (max-width: 1708px) {
  .mps .couriers {
    padding: 0 5%;
    width: auto;
  }
}
@media screen and (max-width: 1264px) {
  .mps .couriers {
    width: auto;
    padding: 0;
  }
  .mps .couriers h2 {
    padding: 0 5%;
  }
}
@media screen and (max-width: 960px) {
  .mps .couriers h2 {
    width: 375px;
    text-align: left;
  }
  .mps .couriers p {
    padding: 0 5%;
    width: 375px;
    text-align: left;
  }
  .mps .couriers .supported-couriers-swipe-container .supported-couriers img {
    height: 50px;
  }
}
@media screen and (max-width: 600px) {
  .mps .couriers {
    align-items: baseline;
  }
  .mps .couriers h2 {
    width: auto;
  }
  .mps .couriers p {
    width: auto;
  }
  .mps .couriers .supported-couriers-swipe-container {
    margin-top: 12%;
  }
  .mps .couriers .supported-couriers-swipe-container .supported-couriers {
    width: 360%;
  }
}
@media screen and (max-width: 450px) {
  .mps .couriers .supported-couriers-swipe-container .supported-couriers {
    width: 450%;
  }
}

.mps .hero-area {
  display: grid;
  grid-template-columns: 1fr calc(820px + 5.025%) calc(546px + 5.025%) 1fr;
  grid-template-rows: calc(100vw * 0.362) 1fr;
}
.mps .hero-area h1 {
  z-index: 1;
  grid-row: 1;
  grid-column: 2;
}
.mps .hero-area .background {
  background: url(/_next/static/media/backgroundElipses.eb894bf7.svg);
  background-repeat: no-repeat;
  grid-column: 1 / -1;
  grid-row: 1 / 2;
  position: relative;
  background-size: cover;
}
.mps .hero-area .background .iphone-image {
  height: 130%;
  position: absolute;
  right: 9%;
  bottom: -31%;
}
.mps .hero-area p {
  z-index: 1;
  grid-row: 1;
  grid-column: 2;
  font-size: 18px;
  line-height: 36px;
  padding: 150px 265px 0 0;
}
.mps .hero-area .get-in-touch {
  font-weight: 700;
  grid-row: 1;
  grid-column: 2;
  color: #fff;
  padding: 350px 185px 0 0;
}
.mps .hero-area .cta-wrapper {
  display: flex;
  grid-column: 2 / 4;
  justify-content: center;
  gap: 4%;
  align-items: center;
  grid-row: -1;
}
.mps .hero-area .button-primary {
  margin-left: 0;
  margin-right: 0;
  max-width: 650px;
}
@media screen and (max-width: 1904px) {
  .mps .hero-area p {
    font-size: 18px;
    line-height: 36px;
    padding: 100px 145px 0 0;
  }
  .mps .hero-area .get-in-touch {
    padding: 300px 145px 0 0;
  }
}
@media screen and (max-width: 1708px) {
  .mps .hero-area {
    grid-template-columns: 5% 820px 1fr 5%;
  }
}
@media screen and (max-width: 1264px) {
  .mps .hero-area {
    display: grid;
    grid-template-columns: 5% 1fr 5%;
    grid-template-rows: auto 50vw auto auto auto;
  }
  .mps .hero-area h1 {
    z-index: 1;
    grid-row: 1;
    grid-column: 2;
  }
  .mps .hero-area .background {
    width: auto;
    background-repeat: no-repeat;
    position: relative;
    background-position-x: right;
    grid-row: 2;
  }
  .mps .hero-area p {
    padding: 0 5% 0 0;
    grid-column: 2 / 4;
    grid-row: 3;
    font-size: 16px;
  }
  .mps .hero-area .get-in-touch {
    font-weight: 700;
    grid-row: 4;
    grid-column: 2 / 4;
    color: #000;
    padding: 0 5% 0 0;
  }
  .mps .hero-area .cta-wrapper {
    grid-column: 2 / 3;
  }
}
@media screen and (max-width: 600px) {
  .mps .hero-area {
    grid-template-rows: auto auto auto auto auto;
  }
  .mps .hero-area .button-primary {
    margin: 20px auto;
  }
  .mps .hero-area .cta-wrapper {
    flex-direction: column;
    gap: 0;
  }
  .mps .hero-area .background .iphone-image {
    right: 0;
    left: 5%;
  }
  .mps .hero-area .background {
    background-position: 89% 114%;
    background-size: 248% 101%;
    height: 87vw;
  }
}

.mps {
  padding-top: 120px;
  width: 100%;
  color: #414042;
  max-width: 100%;
  background-color: #ffffff;
}

.mps h1 {
  font-size: 56px;
  font-weight: 500;
}

.mps h2 {
  font-size: 32px;
  font-weight: 500;
}

.mps h3 {
  font-size: 28px;
  line-height: 65px;
  font-weight: 500;
}

.mps h4 {
  color: #00eacb;
  font-size: 18px !important;
  font-weight: 700 !important;
  text-transform: uppercase;
}

.mps p {
  font-size: 16px;
  line-height: 32px;
}

.mps button {
  color: #fff;
  height: 45px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 23px;
  margin: 35px auto;
  cursor: pointer;
  background: linear-gradient(-90deg, #00eacb, #00b6ff);
  font-family: Nunito;
}

.mps .wave-divider {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1904px) {
  .mps h1 {
    font-size: 44px;
  }
  .mps h2 {
    font-size: 28px;
  }
  .mps h3 {
    font-size: 22px;
  }
  .mps p {
    font-size: 16px;
  }
}

@media screen and (max-width: 1264px) {
  .mps h1 {
    line-height: 54px;
  }
}

@media screen and (max-width: 960px) {
  .mps h3 {
    font-size: 20px;
  }
}

@media screen and (max-width: 600px) {
  .mps h1 {
    font-size: 34px;
    line-height: 48px;
  }
}

.mps .marketplace-partners {
  width: calc(1366px + 10.05%);
  overflow: hidden;
  margin: 250px auto 50px auto;
}
.mps .marketplace-partners .body {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 90px;
}
.mps .marketplace-partners .card-container {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 150px auto;
  padding: 0 16px;
}
.mps .marketplace-partners .card-container .card {
  width: 430px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(0px 0px 7px #96969680);
  transform: translate3d(0, 0, 0);
  background-color: #ffffff;
  border-radius: 10px;
}
.mps .marketplace-partners .card-container .card .icons-container {
  position: relative;
  height: 50px;
  width: 60px;
}
.mps
  .marketplace-partners
  .card-container
  .card
  .icons-container
  .icon-container {
  position: absolute;
  z-index: 1;
}
.mps
  .marketplace-partners
  .card-container
  .card
  .icons-container.profit
  .icon-container {
  top: -17px !important;
  left: -6px !important;
}
.mps .marketplace-partners .card-container .card .icons-container.globe .blob {
  transform: rotate(40deg);
  top: 20px;
  left: 14px;
}
.mps
  .marketplace-partners
  .card-container
  .card
  .icons-container.secure
  .icon-container {
  top: 1px;
  left: 15px;
}
.mps .marketplace-partners .card-container .card .icons-container.secure .blob {
  top: 16px;
  left: 14px;
}
.mps .marketplace-partners .card-container .card .icons-container .blob {
  width: 30px;
  position: absolute;
}
.mps .marketplace-partners .card-container .card .icons-container.profit .blob {
  transform: rotate(-39deg);
  top: 10px;
}
.mps .marketplace-partners .marketplace-partners-swipe-container {
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  margin-top: 5%;
}
.mps
  .marketplace-partners
  .marketplace-partners-swipe-container::-webkit-scrollbar {
  display: none;
}
.mps
  .marketplace-partners
  .marketplace-partners-swipe-container
  .marketplace-partners {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
}
.mps
  .marketplace-partners
  .marketplace-partners-swipe-container
  .marketplace-partners
  img {
  filter: grayscale(1);
  opacity: 0.5;
  transition: 0.7s ease;
  height: 65px;
}
.mps
  .marketplace-partners
  .marketplace-partners-swipe-container
  .marketplace-partners
  img:hover {
  filter: grayscale(0);
  opacity: 1;
}
.mps
  .marketplace-partners
  .marketplace-partners-swipe-container
  .marketplace-partners
  .supported-marketplace-partner.preloved {
  height: 60px;
}
.mps
  .marketplace-partners
  .marketplace-partners-swipe-container
  .marketplace-partners
  .supported-marketplace-partner.sprzedawacz {
  height: 38px;
}
.mps
  .marketplace-partners
  .marketplace-partners-swipe-container
  .marketplace-partners
  .supported-marketplace-partner.mudah {
  height: 25px;
}
.mps
  .marketplace-partners
  .marketplace-partners-swipe-container
  .marketplace-partners
  .supported-marketplace-partner.findit {
  height: 38px;
}
.mps
  .marketplace-partners
  .marketplace-partners-swipe-container
  .marketplace-partners
  .supported-marketplace-partner.puppies {
  height: 44px;
}
@media screen and (max-width: 1904px) {
  .mps .marketplace-partners {
    margin-top: 170px;
  }
  .mps
    .marketplace-partners
    .marketplace-partners-swipe-container
    .supported-marketplace-partners {
    justify-content: space-between;
    margin: 0;
  }
  .mps .marketplace-partners .card-container {
    margin-bottom: 125px;
  }
  .mps .marketplace-partners .card-container .card {
    height: 100px;
  }
}
@media screen and (max-width: 1708px) {
  .mps .marketplace-partners {
    width: auto;
  }
  .mps .marketplace-partners .body {
    padding: 0 5%;
  }
  .mps .marketplace-partners .card-container {
    padding: 0 5%;
  }
  .mps .marketplace-partners .card-container .card {
    width: 400px;
  }
}
@media screen and (max-width: 1366px) {
  .mps .marketplace-partners .card-container .card {
    width: 370px;
  }
}
@media screen and (max-width: 1264px) {
  .mps .marketplace-partners {
    margin-top: 120px;
  }
  .mps
    .marketplace-partners
    .marketplace-partners-swipe-container
    .marketplace-partners {
    width: 170%;
  }
  .mps .marketplace-partners .card-container {
    flex-direction: column;
    align-items: center;
    margin-bottom: 80px;
    gap: 35px;
    padding: 0;
  }
  .mps .marketplace-partners .card-container .card {
    width: 430px;
  }
}
@media screen and (max-width: 960px) {
  .mps .marketplace-partners {
    margin-top: 100px;
  }
  .mps .marketplace-partners .body {
    width: 375px;
    text-align: left;
    margin-bottom: 65px;
  }
  .mps
    .marketplace-partners
    .marketplace-partners-swipe-container
    .marketplace-partners
    .supported-marketplace-partner.preloved {
    height: 50px;
  }
  .mps
    .marketplace-partners
    .marketplace-partners-swipe-container
    .marketplace-partners
    .supported-marketplace-partner.sprzedawacz {
    height: 30px;
  }
  .mps
    .marketplace-partners
    .marketplace-partners-swipe-container
    .marketplace-partners
    .supported-marketplace-partner.mudah {
    height: 19px;
  }
  .mps
    .marketplace-partners
    .marketplace-partners-swipe-container
    .marketplace-partners
    .supported-marketplace-partner.findit {
    height: 30px;
  }
  .mps
    .marketplace-partners
    .marketplace-partners-swipe-container
    .marketplace-partners
    .supported-marketplace-partner.puppies {
    height: 36px;
  }
  .mps .marketplace-partners .card-container {
    gap: 60px;
    margin-bottom: 60px;
  }
  .mps .marketplace-partners .card-container .card {
    width: 375px;
    height: 80px;
  }
}
@media screen and (max-width: 600px) {
  .mps .marketplace-partners .body {
    width: auto;
    margin-bottom: 33px;
  }
  .mps .marketplace-partners .card-container .card {
    width: 100%;
  }
}

.mps .stripe-partner-section {
  margin-top: 50px;
  position: relative;
  padding-top: 50px;
}
.mps .stripe-partner-section h4 {
  text-align: center;
}
.mps .stripe-partner-section .stripe-partner-card {
  position: absolute;
  top: 112px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
  width: 375px;
}
.mps .stripe-partner-section .stripe-partner-card.animate {
  animation: animate-stripe;
  animation-duration: 3s;
}
.mps .stripe-partner-section .stripe-partner-card img {
  width: 250px;
}
.mps .stripe-partner-section .cross-border-card {
  width: 900px;
  padding: 100px 100px 50px 100px;
  margin: 75px auto 100px auto;
}
.mps .stripe-partner-section .pink-triangle-blob {
  width: 30px;
  position: absolute;
  bottom: 5px;
  left: 21%;
}
.mps .stripe-partner-section .yellow-kidney-blob {
  width: 30px;
  position: absolute;
  top: -20px;
  right: 13.5%;
  transform: rotate(-45deg);
  display: block;
}
@keyframes animate-stripe {
  0% {
    transform: scale(0.6);
    left: 50px;
  }
  10% {
    left: -40px;
  }
  20% {
    left: 30px;
  }
  30% {
    left: -25px;
  }
  40% {
    left: 20px;
  }
  50% {
    left: -15px;
  }
  60% {
    left: 10px;
  }
  70% {
    left: -7px;
  }
  80% {
    left: 4px;
  }
  90% {
    left: -1px;
  }
  100% {
    left: 0;
    transform: scale(1);
  }
}
@media screen and (max-width: 1904px) {
  .mps .stripe-partner-section {
    margin-top: 0px;
  }
  .mps .stripe-partner-section .pink-triangle-blob {
    bottom: -61px;
    left: 30%;
  }
  .mps .stripe-partner-section .yellow-kidney-blob {
    top: 77px;
    right: 14%;
  }
}
@media screen and (max-width: 1264px) {
  .mps .stripe-partner-section .pink-triangle-blob {
    bottom: -47px;
  }
}
@media screen and (max-width: 960px) {
  .mps .stripe-partner-section .cross-border-card {
    width: 100%;
  }
  .mps .stripe-partner-section .pink-triangle-blob {
    left: 50%;
  }
}
@media screen and (max-width: 600px) {
  .mps .stripe-partner-section h4 {
    text-align: left;
    padding-left: 25px;
  }
  .mps .stripe-partner-section .stripe-partner-card {
    width: 100%;
    text-align: center;
  }
  .mps .stripe-partner-section .cross-border-card {
    padding: 100px 25px 50px;
  }
  .mps .stripe-partner-section .yellow-kidney-blob {
    top: 26px;
  }
  .mps .stripe-partner-section .pink-triangle-blob {
    left: 60%;
  }
}
@media screen and (max-width: 360px) {
  .mps .stripe-partner-section .stripe-partner-card {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.woocommerce-checkout-plugin {
    padding-top: 120px;
    width: 100%;
    color: #414042;
    max-width: 100%;
    background-color: #ffffff;
}

.woocommerce-checkout-plugin h1 {
    font-size: 56px;
    font-weight: 500;
}

.woocommerce-checkout-plugin h2 {
    font-size: 32px;
    font-weight: 500;
}

.woocommerce-checkout-plugin h3 {
    font-size: 28px;
    line-height: 65px;
    font-weight: 500;
}

.woocommerce-checkout-plugin h4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 65px;
}

.woocommerce-checkout-plugin h5 {
    color: #00eacb;
    font-size: 18px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
}

.woocommerce-checkout-plugin p {
    font-size: 16px;
    line-height: 32px;
}

.woocommerce-checkout-plugin .trustap-button {
    background: var(--blue-color);
    border-radius: 22px;
    color: white;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    height: 45px;
    text-transform: uppercase;
    font-family: Nunito !important;
    margin: 35px auto;
}

.woocommerce-checkout-plugin .trustap-button:disabled {
    opacity: 0.3;
    cursor: default;
    pointer-events: none;
}

.woocommerce-checkout-plugin .wave-divider {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 1904px) {
    .woocommerce-checkout-plugin h1 {
        font-size: 44px;
    }
    .woocommerce-checkout-plugin h2 {
        font-size: 28px;
    }
    .woocommerce-checkout-plugin h3 {
        font-size: 22px;
    }
    .woocommerce-checkout-plugin p {
        font-size: 16px;
    }
}

@media screen and (max-width: 1264px) {
    .woocommerce-checkout-plugin h1 {
        line-height: 54px;
    }
}

@media screen and (max-width: 960px) {
    .woocommerce-checkout-plugin h3 {
        font-size: 20px;
    }
}

@media screen and (max-width: 600px) {
    .woocommerce-checkout-plugin h1 {
        font-size: 34px;
        line-height: 48px;
    }
}

.woocommerce-checkout-plugin .hero-area {
    display: grid;
    grid-template-columns: 1fr calc(590px + 5.025%) calc(776px + 5.025%) 1fr;
    grid-template-rows: calc(100vw * 0.362) 1fr;
    overflow: hidden;
}
.woocommerce-checkout-plugin .hero-area h1 {
    z-index: 1;
    grid-row: 1;
    grid-column: 2;
}
.woocommerce-checkout-plugin .hero-area .background {
    background: url(/_next/static/media/backgroundWavesGreen.8d0af6a3.svg) no-repeat;
    grid-column: 1 / -1;
    grid-row: 1 / 2;
    position: relative;
    background-size: cover;
}
.woocommerce-checkout-plugin .image-container {
    position: relative;
    grid-column: 3;
    grid-row: 1;
}
.woocommerce-checkout-plugin .woo-plus-trustap {
    width: 100%;
    position: absolute;
    right: 0px;
    top: 62px;
    z-index: 5;
    filter: drop-shadow(0px 0px 7px #96969680);
}
#trustap-plus-woocommerce-rectangle {
    filter: drop-shadow(0px 0px 3px #96969680);
}
.woocommerce-checkout-plugin .hero-area p {
    z-index: 1;
    grid-row: 1;
    grid-column: 2;
    font-size: 18px;
    line-height: 36px;
    padding: 280px 0 0 0;
    width: 535px;
}
.woocommerce-checkout-plugin .hero-area .cta-wrapper {
    display: flex;
    grid-column: 2 / 4;
    justify-content: center;
    gap: 4%;
    align-items: center;
    grid-row: -1;
}
.woocommerce-checkout-plugin .hero-area .button-primary {
    margin-left: 0;
    margin-right: 0;
    max-width: 650px;
}
.woocommerce-checkout-plugin .supported-cards-swipe-container {
    margin: 50px 0;
}
.woocommerce-checkout-plugin .supported-cards-swipe-container::-webkit-scrollbar {
    display: none;
}
.woocommerce-checkout-plugin .supported-cards {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
    width: calc(1366px + 10.05%);
    overflow: hidden;
    margin: 0 auto;
}
.woocommerce-checkout-plugin .supported-cards > svg {
    height: 70px;
    max-width: 120px;
    filter: grayscale(1);
    opacity: 0.5;
    transition: 0.7s ease;
}
.woocommerce-checkout-plugin .supported-cards > svg:hover {
    filter: grayscale(0);
    opacity: 1;
}
@media screen and (max-width: 1904px) {
    .woocommerce-checkout-plugin .hero-area {
        grid-template-columns: 1fr calc(683px + 5.025%) calc(683px + 5.025%) 1fr;
    }
    .woocommerce-checkout-plugin .hero-area h1 {
        padding-right: 180px;
    }
    .woocommerce-checkout-plugin .hero-area p {
        font-size: 18px;
        line-height: 36px;
        width: auto;
        padding: 220px 0 0 0;
    }
    .woocommerce-checkout-plugin .supported-cards > svg {
        height: 50px;
    }
}
@media screen and (max-width: 1708px) {
    .woocommerce-checkout-plugin .hero-area h1 {
        padding-right: 170px;
    }
    .woocommerce-checkout-plugin .hero-area p {
        font-size: 18px;
        line-height: 36px;
        padding: 215px 0 0 0;
    }
    .woocommerce-checkout-plugin .hero-area {
        grid-template-columns: 5% 1fr 1fr 5%;
    }
    .woocommerce-checkout-plugin .supported-cards {
        padding: 0 5%;
        width: auto;
    }
}
@media screen and (max-width: 1350px) {
    .woocommerce-checkout-plugin .hero-area h1 {
        padding-right: 164px;
    }
}
@media screen and (max-width: 1264px) {
    .woocommerce-checkout-plugin .hero-area {
        display: grid;
        grid-template-columns: 5% 1fr 5%;
        grid-template-rows: auto 59vw auto auto auto;
    }
    .woocommerce-checkout-plugin .hero-area h1 {
        z-index: 1;
        grid-row: 1;
        grid-column: 2;
        padding-right: 0;
    }
    .woocommerce-checkout-plugin .hero-area .background {
        width: auto;
        position: relative;
        grid-row: 2;
        background: url(/_next/static/media/backgroundWavesGreenMedium.aa8f1911.svg) no-repeat;
    }
    .woocommerce-checkout-plugin .image-container {
        grid-column: 2/3;
        grid-row: 2/3;
    }
    .woocommerce-checkout-plugin .hero-area .cta-wrapper {
        grid-column: 2 / 3;
    }
    .woocommerce-checkout-plugin .woo-plus-trustap {
        width: 87%;
        position: absolute;
        right: 0;
        top: 7%;
        z-index: 5;
        filter: drop-shadow(0px 0px 7px #96969680);
        transform: translate(0, 0);
    }
    .woocommerce-checkout-plugin .hero-area p {
        padding: 0 5% 0 0;
        grid-column: 2 / 4;
        grid-row: 3;
        font-size: 16px;
        margin-bottom: 0;
    }
    .woocommerce-checkout-plugin .supported-cards-swipe-container {
        margin: 55px 0 15px 0
    }
    .woocommerce-checkout-plugin .supported-cards > svg {
        height: 41px;
    }
    .woocommerce-checkout-plugin .supported-cards svg:last-of-type {
        margin-left: 25px;
    }
}
@media screen and (max-width: 960px) {
    .woocommerce-checkout-plugin .supported-cards-swipe-container {
        overflow-x: auto;
        overflow-y: hidden;
        scrollbar-width: none;
    }
    .woocommerce-checkout-plugin .supported-cards {
        padding: 0 5%;
        width: 127%;
        justify-content: space-around;
        margin: 0 0 0 auto;
    }
    .woocommerce-checkout-plugin .supported-cards svg:last-of-type {
        margin-left: 50px;
    }
}
@media screen and (max-width: 600px) {
    .woocommerce-checkout-plugin .hero-area {
        grid-template-rows: auto auto auto auto auto;
    }
    .woocommerce-checkout-plugin .hero-area .cta-wrapper {
        flex-direction: column;
        gap: 0;
    }
    .woocommerce-checkout-plugin .hero-area .background {
        background-position: 78% 114%;
        background-size: 218% 147%;
        height: 87vw;
    }
    .woocommerce-checkout-plugin .woo-plus-trustap {
        width: 123%;
        left: 0;
        top: 5%;
        z-index: 5;
        filter: drop-shadow(0px 0px 7px #96969680);
        transform: translate(0, 0);
    }
    .woocommerce-checkout-plugin .hero-area .button-primary {
        margin: 20px auto;
    }
    .woocommerce-checkout-plugin .supported-cards-swipe-container {
        margin: 35px 0 25px 0
    }
    .woocommerce-checkout-plugin .supported-cards {
        width: 224%;
    }
}
@media screen and (max-width: 400px){
    .woocommerce-checkout-plugin .supported-cards {
        width: 228%;
    }
}

.woocommerce-checkout-plugin .about-us {
    width: calc(1366px + 10.05%);
    margin: 0 auto;
    padding-top: 60px;
}
.woocommerce-checkout-plugin .selling-container {
    display: flex;
    align-items: center;
    position: relative;
    height: 545px;
}
.woocommerce-checkout-plugin .selling-container .selling-container-reference {
    position: absolute;
    bottom: 0;
}
.woocommerce-checkout-plugin .selling-container .title-container {
    z-index: 1;
    padding: 0 0 3% 8.2%;
    flex-basis: 50%;
}
.woocommerce-checkout-plugin .selling-container h2 {
    width: 434px;
}
.woocommerce-checkout-plugin .selling-container p {
    z-index: 1;
    width: 535px;
}
.woocommerce-checkout-plugin .selling-container-background {
    width: 70%;
    height: 545px;
    position: absolute;
}
.woocommerce-checkout-plugin .trustap-selling-content-container {
    box-sizing: content-box;
    background-color: #fff;
    z-index: 1;
    position: relative;
    border-radius: 15px;
    filter: drop-shadow(0px 0px 7px #96969680);
    display: flex;
    flex-basis: 50%;
    flex-grow: 0;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    padding: 5.1% 0;
    transition: transform 1s ease;
    transform: translateX(25%);
    will-change: transform;
}
.woocommerce-checkout-plugin .trustap-selling-content-container.active {
    transform: translateX(0%);
}
.woocommerce-checkout-plugin .trustap-selling-content-container:before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    padding: 9px;
    border-radius: 15px;
    background: linear-gradient(to right, #00b6ff, #00eacb);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}
.woocommerce-checkout-plugin .about-us .content-wrapper {
    margin-top: 180px;
    margin-bottom: 150px;
}
.woocommerce-checkout-plugin .about-us .content-wrapper h4 {
    margin-bottom: 0;
}
.woocommerce-checkout-plugin .about-us .content {
    display: flex;
    justify-content: space-between;
}
.woocommerce-checkout-plugin .about-us .content-wrapper h2 {
    margin-top: 10px;
}
.woocommerce-checkout-plugin .about-us .content p {
    margin: 0;
    width: 80%;
}
.woocommerce-checkout-plugin .about-us .content-item .content {
    flex-direction: column;
    justify-content: flex-start;
}
.woocommerce-checkout-plugin .about-us .content-item {
    width: 460px;
    display: flex;
    justify-content: space-between;
}
.woocommerce-checkout-plugin .about-us .content-item .icon-container {
    position: relative;
    width: 50px;
    height: 50px;
    min-width: 50px;
    margin-right: 12px;
}
.woocommerce-checkout-plugin .about-us .content-item .icon-container .icon-background {
    height: 45px;
    width: 50px;
    position: absolute;
}
.woocommerce-checkout-plugin .about-us .content-item .icon-container .icon-background.customer-support {
    top: 25px;
}
.woocommerce-checkout-plugin .about-us .content-item .icon-container .icon-background.checkout  {
    top: 25px;
}
.woocommerce-checkout-plugin .about-us .content-item .icon-container .icon-background.transaction {
    top: 25px;
}
.woocommerce-checkout-plugin .about-us .content-item .icon-container .icon .icon-container {
    position: absolute;
}
.woocommerce-checkout-plugin .about-us .content-item .icon-container .icon.customer-support {
    top: 15px;
    position: absolute;
}
.woocommerce-checkout-plugin .about-us .content-item .icon-container .icon.customer-support .icon-container svg {
    position: absolute;
}
.woocommerce-checkout-plugin .about-us .content-item .icon-container .icon.customer-support .icon-container svg {
    width: 39px;
}
.woocommerce-checkout-plugin .about-us .content-item .icon-container .icon.checkout .icon-container {
    top: 14px;
    left: 10px;
}
.woocommerce-checkout-plugin .about-us .content-item .icon-container .icon.transaction .icon-container {
    top: 15px;
    left: 7px;
}
.woocommerce-checkout-plugin .about-us .content-item .icon-container .icon .icon-container svg {
    width: 30px;
}
.woocommerce-checkout-plugin .about-us .pink-slug-blob {
    position: absolute;
    width: 30px;
    transform: rotate(300deg);
    left: 80%;
    top: 30px;
}
@media screen and (max-width: 1904px) {
    .woocommerce-checkout-plugin .selling-container h2 {
        width: 383px;
    }
    .woocommerce-checkout-plugin .selling-container p {
        width: 494px;
    }
    .woocommerce-checkout-plugin .selling-container-background {
        width: 79%;
    }
    .woocommerce-checkout-plugin .trustap-selling-content-container {
        padding: 4.5% 0;
    }
    .woocommerce-checkout-plugin .about-us .content-wrapper {
        margin-bottom: 120px;
    }
}
@media screen and (max-width: 1708px) {
    .woocommerce-checkout-plugin .about-us {
        padding-left: 5%;
        padding-right: 5%;
        width: auto;
    }
    .woocommerce-checkout-plugin .about-us .content-wrapper .content-item {
        margin-right: 25px;
    }
    .woocommerce-checkout-plugin .about-us .content-wrapper .content-item:last-child {
        margin-right: 0;
    }
}
@media screen and (max-width: 1650px) {
    .woocommerce-checkout-plugin .about-us  .content-item {
        width: 450px;
    }
}

@media screen and (max-width: 1264px) {
    .woocommerce-checkout-plugin .about-us  {
        width: auto;
        padding-top: 115px;
    }
    .woocommerce-checkout-plugin .selling-container .title-container {
        padding: 4% 0 4% 0;
    }
    .woocommerce-checkout-plugin .selling-container h2,
    .woocommerce-checkout-plugin .about-us .content-wrapper h4 {
        width: 430px;
    }
    .woocommerce-checkout-plugin .selling-container p {
        font-size: 14px;
        line-height: 28px;
        width: 305px;
        padding: 50px 65px;
    }
    .woocommerce-checkout-plugin .selling-container {
        flex-direction: column;
        height: auto;
    }
    .woocommerce-checkout-plugin .trustap-selling-content-container {
        width: 430px;
        height: 362px;
        padding: 0;
        transform: translateY(40%);
    }
    .woocommerce-checkout-plugin .trustap-selling-content-container.active {
        transform: translateY(0%);
    }
    .woocommerce-checkout-plugin .selling-container-background {
        height: 69%;
        width: 100%;
    }
    .woocommerce-checkout-plugin .about-us .content-wrapper {
        margin-top: 120px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .woocommerce-checkout-plugin .about-us  .content {
        flex-direction: column;
    }
    .woocommerce-checkout-plugin .about-us  .content-item {
        justify-content: flex-start;
        width: 430px;
        margin-top: 25px;
    }
    .woocommerce-checkout-plugin .about-us .content-item:first-child {
        margin-top: 14px;
    }
    .woocommerce-checkout-plugin .about-us  .content-item p {
        width: auto;
    }
    .woocommerce-checkout-plugin .about-us .content-wrapper .content-item {
        margin-right: 0;
    }
    .woocommerce-checkout-plugin .about-us .content-wrapper .content-item:last-child {
        margin-right: 0;
    }
}

@media screen and (max-width: 960px) {
    .woocommerce-checkout-plugin .about-us  {
        padding-top: 90px;
    }
    .woocommerce-checkout-plugin .about-us  .content {
        box-sizing: border-box;
    }
    .woocommerce-checkout-plugin .about-us  .content-item {
        display: block;
        width: 375px;
    }
    .woocommerce-checkout-plugin .selling-container h2,
    .woocommerce-checkout-plugin .about-us .content-wrapper h4 {
        width: 375px;
    }
    .woocommerce-checkout-plugin .about-us .content-wrapper h2 {
        margin-top: 24px;
    }
    .woocommerce-checkout-plugin .selling-container p {
        padding: 50px 50px;
    }
    .woocommerce-checkout-plugin .trustap-selling-content-container {
        width: 375px;
        height: auto;
    }
    .woocommerce-checkout-plugin .about-us .content-wrapper {
        margin-bottom: 85px;
    }
    .woocommerce-checkout-plugin .about-us .content-item .icon-container {
        min-width: auto;
        margin-right: 0;
        margin-top: 0;
    }
    .woocommerce-checkout-plugin .trustap-selling-content-container {
        transform: translateY(25%);
    }
}

@media screen and (max-width: 600px) {
    .woocommerce-checkout-plugin .about-us  {
        padding-top: 60px;
    }
    .woocommerce-checkout-plugin .about-us .content-wrapper {
        margin-top: 65px;
        margin-bottom: 77px
    }
    .woocommerce-checkout-plugin .selling-container {
        height: auto;
    }
    .woocommerce-checkout-plugin .selling-container h2,
    .woocommerce-checkout-plugin .about-us .content-wrapper h4 {
        width: auto;
    }
    .woocommerce-checkout-plugin .about-us .content-wrapper {
       align-items: flex-start;
    }
    .woocommerce-checkout-plugin .selling-container p {
        width: auto;
        padding: 40px;
    }
    .woocommerce-checkout-plugin .selling-container-background {
        width: 111%;
        height: 400px;
        margin-top: -5%;
    }
    .woocommerce-checkout-plugin .trustap-selling-content-container {
        width: 100%;
    }
    .woocommerce-checkout-plugin .about-us  .content-item {
        flex-direction: column;
        justify-content: flex-start;
        width: auto;
    }
    .woocommerce-checkout-plugin .about-us  .content-item .icon-container {
        width: 50px;
        height: 50px;
    }
    .woocommerce-checkout-plugin .about-us  .content-item .content {
        margin-left: 0;
    }
}

.woocommerce-checkout-plugin .pricing-table-section {
    width: calc(1366px + 10.05%);
    margin: 0 auto;
    padding-bottom: 50px;
}
.woocommerce-checkout-plugin .pricing-table-section h2 {
    margin: 0;
}
.woocommerce-checkout-plugin .pricing-table-section .heading-container {
    display: flex;
    align-items: center;
    margin-bottom: 80px;
    justify-content: center;
    position: relative;
    gap: 25px;
    padding-left: 100px;
}
.woocommerce-checkout-plugin .pricing-table-section .heading-container .trustap-select-input.MuiFormControl-root {
    margin-bottom: 0;
    width: 265px;
}
.woocommerce-checkout-plugin .pricing-table-section .pricing-table-container {
    margin-bottom: 62px;
    display: flex;
    align-items: flex-start;
}
.woocommerce-checkout-plugin .pricing-table-section .pricing-table-container .feature-names-table-container {
    flex: 1 1 27%;
    display: flex;
    justify-content: flex-end;
    align-items: stretch;
    flex-direction: column;
    margin-top: 208px;
}
.woocommerce-checkout-plugin .pricing-table-section .pricing-table-container .feature-names-table-container .feature-names-table {
    margin: 0;
}
.woocommerce-checkout-plugin .pricing-table-section .pricing-table-container .feature-names-table-container h4 {
    border-bottom: 2px solid #BBBBBB;
    line-height: 1;
    padding-left: 20px;
    padding-bottom: 8px;
    margin-bottom: 7px;
    margin-top: 0;
}
.woocommerce-checkout-plugin .pricing-table-section .pricing-table-container .feature-names-table-container .feature-names-table .feature-names-row {
    border-bottom: 1px solid #BBBBBB;
    line-height: 1;
    padding-left: 20px;
    height: 56px;
    display: flex;
    align-items: center;
    color: #414042;
    font-size: 16px;
    font-weight: 500;
}
.woocommerce-checkout-plugin .pricing-table-section .pricing-table-container .feature-names-table-container .feature-names-table .feature-names-row:nth-last-child(-n+3) {
    background-color: rgba(187, 187, 187, 0.2);
}
.woocommerce-checkout-plugin .pricing-table-section .pricing-table-container .pricing-plan .features-list-heading-container {
    display: none;
}
.woocommerce-checkout-plugin .pricing-table-section .pricing-table-container .feature-names-table {}
.woocommerce-checkout-plugin .pricing-table-section .pricing-table-container .pricing-plan .feature-item {
    border-bottom: 1px solid #BBBBBB;
    height: 56px;
    position: relative;
    padding-left: 38px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.woocommerce-checkout-plugin .pricing-table-section .pricing-table-container .pricing-plan .feature-item .feature-name {
    display: none;
}
.woocommerce-checkout-plugin .pricing-table-section .pricing-table-container .pricing-plan {
    background-color: #E5F8FF;
    position: relative;
    margin-top: 42px;
}
.woocommerce-checkout-plugin .pricing-table-section .pricing-table-container .pricing-plan h3 {
    margin: 0 0 12px 0
}
.woocommerce-checkout-plugin .pricing-table-section .pricing-table-container .pricing-plan:nth-child(2) {
    border-top-left-radius: 10px;
    flex: 1 1 22%;
    filter: drop-shadow(7px 7px 35px #96969680);
}
.woocommerce-checkout-plugin .pricing-table-section .pricing-table-container .pricing-plan:nth-child(2) .pricing-plan-inner-container .always-visible-container {
    padding-left: 38px;
    padding-right: 38px;
}
.woocommerce-checkout-plugin .pricing-table-section .pricing-table-container .pricing-plan:last-child .pricing-plan-inner-container .always-visible-container {
    padding-left: 48px;
    padding-right: 33px;
}
.woocommerce-checkout-plugin .pricing-table-section .pricing-table-container .pricing-plan:last-child .feature-item {
    padding-left: 48px;
}
.woocommerce-checkout-plugin .pricing-table-section .pricing-table-container .pricing-plan:last-child {
    border-top-right-radius: 10px;
    flex: 1 1 22%;
    filter: drop-shadow(20px 0px 25px #96969680);
}
.woocommerce-checkout-plugin .pricing-table-section .pricing-table-container .pricing-plan.recommended .pricing-plan-inner-container .always-visible-container {
    padding-left: 60px;
    padding-right: 72px;
}
.woocommerce-checkout-plugin .pricing-table-section .pricing-table-container .pricing-plan.recommended .pricing-plan-inner-container .feature-item {
    padding-left: 60px;
}
.woocommerce-checkout-plugin .pricing-table-section .pricing-table-container .pricing-plan.recommended .pricing-plan-inner-container .always-visible-container::after {
    z-index: -1;
    content: "";
    display: block;
    width: 100%;
    filter: drop-shadow(7px -52px 35px #96969680);
    position: absolute;
    height: 257px;
    left: 0;
    top: 0;
    background-color: #99E2FF;
}
.woocommerce-checkout-plugin .pricing-table-section .pricing-table-container .pricing-plan.recommended .pricing-plan-inner-container .feature-item-wrapper:last-child {
    position: relative;
}
.woocommerce-checkout-plugin .pricing-table-section .pricing-table-container .pricing-plan.recommended .pricing-plan-inner-container .feature-item-wrapper:last-child:after {
    z-index: -1;
    content: "";
    display: block;
    width: 100%;
    filter: drop-shadow(7px 7px 35px #96969680);
    position: absolute;
    height: 68px;
    left: 0;
    top: 100%;
    background-color: #99E2FF;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.woocommerce-checkout-plugin .pricing-table-section .pricing-table-container .pricing-plan.recommended {
    background-color: #99E2FF;
    margin-top: 42px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    flex: 1 1 26%;
    z-index: 1;
}
.woocommerce-checkout-plugin .pricing-table-section .pricing-table-container .pricing-plan .recommended-highlight-container {
    background-color: #F95DA0;
    width: 100%;
    position: absolute;
    bottom: 100%;
    height: 46px;
    color: #FFFFFF;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    left: 0;
    right: 0;
    z-index: 1;
}
.woocommerce-checkout-plugin .pricing-table-section .pricing-table-container .pricing-plan .pricing-plan-inner-container {
    padding-top: 32px;
}
.woocommerce-checkout-plugin .pricing-table-section .pricing-table-container .recommended.pricing-plan .pricing-plan-inner-container {
    padding-bottom: 68px;
}
.woocommerce-checkout-plugin .pricing-table-section .pricing-table-container .pricing-plan p {
    font-size: 16px;
}
.woocommerce-checkout-plugin .pricing-table-section .pricing-table-container .pricing-plan .pricing-container {
    height: 52px;
    background-color: #00B6FF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}
.woocommerce-checkout-plugin .pricing-table-section .pricing-table-container .pricing-plan h3,
.woocommerce-checkout-plugin .pricing-table-section .pricing-table-container .pricing-plan h4,
.woocommerce-checkout-plugin .pricing-table-section .pricing-table-container .pricing-plan p {
    line-height: 1;
}

.woocommerce-checkout-plugin .pricing-table-section .pricing-table-container .pricing-plan .plan-text {
    line-height: 1;
    margin-top: 0;
    margin-bottom: 28px;
}
.woocommerce-checkout-plugin .pricing-table-section .pricing-table-container .pricing-plan .pricing-container {
    margin-bottom: 35px;
}
.woocommerce-checkout-plugin .pricing-table-section .pricing-table-container .pricing-plan .pricing-container p {
    display: inline-block;
    margin: 0;
    color: #FFFFFF;
    line-height: 65px;
}
.woocommerce-checkout-plugin .pricing-table-section .pricing-table-container .pricing-plan .pricing .currency {
    font-size: 28px;
    font-weight: 500;
    line-height: 65px;
}
.woocommerce-checkout-plugin .pricing-table-section .pricing-table-container .pricing-plan .features-list {
    margin: 0;
}
.woocommerce-checkout-plugin .pricing-table-section .pricing-table-container .pricing-plan .feature-item-wrapper:nth-last-child(-n+3) {
    background-color: rgba(255, 255, 255, 0.7);
}
.woocommerce-checkout-plugin .pricing-table-section .pricing-table-container .pricing-plan .feature-item .feature-value {
    font-size: 16px;
}
.woocommerce-checkout-plugin .pricing-table-section .inclusive-in-all-plans-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: #CFF0FF;
    filter: drop-shadow(0px 0px 7px #96969680);
    height: 94px;
    padding: 36px 84px;
    box-sizing: border-box;
}
.woocommerce-checkout-plugin .pricing-table-section .inclusive-in-all-plans-wrapper {
    width: 73%;
    margin-left: auto;
}
.woocommerce-checkout-plugin .pricing-table-section .inclusive-in-all-plans-wrapper h4 {
    line-height: 1;
    margin: 0 0 25px 0;
    text-align: center;
}
.woocommerce-checkout-plugin .pricing-table-section .inclusive-in-all-plans-container span.plan {
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 7px;
}
.woocommerce-checkout-plugin .pricing-table-section .inclusive-in-all-plans-container span.plan svg {
    transform: scale(1.2);
}
.woocommerce-checkout-plugin .pricing-table-section .tos-text {
    font-size: 12px;
    margin-top: 30px;
    line-height: 22px;
    color: #414042;
}
@media screen and (max-width: 1904px) {
    .woocommerce-checkout-plugin .pricing-table-section .pricing-table-container {
        justify-content: space-between;
        height: auto;
    }
    .woocommerce-checkout-plugin .pricing-table-section .heading-container {
        margin-bottom: 45px;
        gap: 36px;
        padding-left: 0;
    }
    .woocommerce-checkout-plugin .pricing-table-section .heading-container h2 {
        text-align: center;
    }
    .woocommerce-checkout-plugin .pricing-table-section .heading-container .trustap-select-input.MuiFormControl-root {
        margin-bottom: 0;
        width: 265px;
        position: relative;
        left: 0;
    }
    .woocommerce-checkout-plugin .pricing-table-section .pricing-table-container .pricing-plan:nth-child(2),
    .woocommerce-checkout-plugin .pricing-table-section .pricing-table-container .pricing-plan:last-child,
    .woocommerce-checkout-plugin .pricing-table-section .pricing-table-container .pricing-plan {
        width: 375px;
        cursor: pointer;
        filter: drop-shadow(0px 0px 7px #96969680);
        border-radius: 10px;
    }
    .woocommerce-checkout-plugin .pricing-table-section .pricing-table-container .pricing-plan.recommended {
        border-radius: 0 0 10px 10px;
    }
    .woocommerce-checkout-plugin .pricing-table-section .pricing-table-container .pricing-plan.recommended .pricing-plan-inner-container .feature-item-wrapper:last-child::after,
    .woocommerce-checkout-plugin .pricing-table-section .pricing-table-container .pricing-plan.recommended .pricing-plan-inner-container .always-visible-container::after,
    .woocommerce-checkout-plugin .pricing-table-section .pricing-table-container .pricing-plan.recommended .pricing-plan-inner-container .feature-item:first-child::after {
        display: none;
    }
    .woocommerce-checkout-plugin .pricing-table-section .pricing-table-container .pricing-plan h3 {
        margin: 0 0 12px 0
    }
    .woocommerce-checkout-plugin .pricing-table-section .pricing-table-container .feature-names-table-container {
        display: none;
    }
    .woocommerce-checkout-plugin .pricing-table-section .pricing-table-container .pricing-plan .pricing-plan-inner-container .always-visible-container {
        padding-left: 38px;
        padding-right: 38px;
    }
    .woocommerce-checkout-plugin .pricing-table-section .pricing-table-container .pricing-plan .features-list-heading-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #BBBBBB;
    }
    .woocommerce-checkout-plugin .pricing-table-section .pricing-table-container .pricing-plan .features-list-heading {
        font-size: 14px;
        margin: 0;
    }
    .woocommerce-checkout-plugin .pricing-table-section .pricing-table-container .pricing-plan .recommended-highlight-container {
        height: 40px;
    }
    .woocommerce-checkout-plugin .pricing-table-section .pricing-table-container .pricing-plan .features-list {
        opacity: 1;
        transition: opacity 250ms ease-in, height 250ms ease-in-out, padding 250ms ease-in-out;
        will-change: height;
        -webkit-transform: translateZ(0);
        margin: 0;
    }
    .woocommerce-checkout-plugin .pricing-table-section .pricing-table-container .pricing-plan.collapsed .pricing-plan-inner-container {
        padding-bottom: 16px;
    }
    .woocommerce-checkout-plugin .pricing-table-section .pricing-table-container .pricing-plan.collapsed .features-list {
        opacity: 0;
        overflow: hidden;
        margin: 0;
    }
    .woocommerce-checkout-plugin .pricing-table-section .pricing-table-container .pricing-plan .feature-item {
        padding-left: 34px;
    }
    .woocommerce-checkout-plugin .pricing-table-section .pricing-table-container .pricing-plan .pricing-container {
        margin-bottom: 30px
    }
    .woocommerce-checkout-plugin .pricing-table-section .pricing-table-container .pricing-plan .features-list-heading-container {
        margin-bottom: 14px;
    }
    .woocommerce-checkout-plugin .pricing-table-section .pricing-table-container .pricing-plan:nth-child(2) .pricing-plan-inner-container .always-visible-container {
        padding-right: 40px;
        padding-left: 40px;
    }
    .woocommerce-checkout-plugin .pricing-table-section .pricing-table-container .pricing-plan:last-child .feature-item {
        padding-left: 0;
    }
    .woocommerce-checkout-plugin .pricing-table-section .pricing-table-container .pricing-plan:last-child .pricing-plan-inner-container .always-visible-container {
        padding-right: 40px;
        padding-left: 40px;
    }
    .woocommerce-checkout-plugin .pricing-table-section .pricing-table-container .pricing-plan.recommended .pricing-plan-inner-container .always-visible-container {
        padding-right: 40px;
        padding-left: 40px;
    }
    .woocommerce-checkout-plugin .pricing-table-section .pricing-table-container .pricing-plan.recommended .pricing-plan-inner-container .feature-item {
        padding-right: 0;
        padding-left: 0;
    }
    .woocommerce-checkout-plugin .pricing-table-section .pricing-table-container .pricing-plan .feature-item-wrapper {
        padding-right: 40px;
        padding-left: 40px;
    }
    .woocommerce-checkout-plugin .pricing-table-section .pricing-table-container .feature-names-table-container,
    .woocommerce-checkout-plugin .pricing-table-section .pricing-table-container .pricing-plan:nth-child(2),
    .woocommerce-checkout-plugin .pricing-table-section .pricing-table-container .pricing-plan:last-child,
    .woocommerce-checkout-plugin .pricing-table-section .pricing-table-container .pricing-plan.recommended {
        flex: unset;
    }
    .woocommerce-checkout-plugin .pricing-table-section .pricing-table-container .pricing-plan .feature-item {
        border-bottom: 1px solid #BBBBBB;
        height: 46px;
        padding-top: 16px;
        position: relative;
        padding-left: 0;
        display: block;
    }
    .woocommerce-checkout-plugin .pricing-table-section .pricing-table-container .pricing-plan .feature-item:last-child {
        margin-bottom: 0;
    }
    .woocommerce-checkout-plugin .pricing-table-section .pricing-table-container .pricing-plan .feature-item .feature-name {
        color: #939598;
        font-size: 12px;
        line-height: 1;
        margin-bottom: 6px;
        display: block;
    }
    .woocommerce-checkout-plugin .pricing-table-section .pricing-table-container .pricing-plan .feature-item .feature-value {
        margin-bottom: 12px;
    }
    .woocommerce-checkout-plugin .pricing-table-section .pricing-table-container .recommended.pricing-plan .pricing-plan-inner-container {
        padding-bottom: 48px;
    }
    .woocommerce-checkout-plugin .pricing-table-section .pricing-table-container .recommended.pricing-plan.collapsed .pricing-plan-inner-container {
        padding-bottom: 16px;
    }
    .woocommerce-checkout-plugin .pricing-table-section .pricing-table-container .pricing-plan .pricing-plan-inner-container{
        padding: 26px 0 48px 0;
    }
    .woocommerce-checkout-plugin .pricing-table-section .inclusive-in-all-plans-wrapper {
        width: 100%;
        margin: 0;
    }
}
@media screen and (max-width: 1708px) {
    .woocommerce-checkout-plugin .pricing-table-section {
        padding-left: 5%;
        padding-right: 5%;
        width: auto;
    }
}
@media screen and (max-width: 1264px) {
    .woocommerce-checkout-plugin .pricing-table-section .heading-container {
        width: 430px;
        margin-left: auto;
        margin-right: auto;
        flex-direction: column;
        gap: 20px;
    }
    .woocommerce-checkout-plugin .pricing-table-section {
        padding-top: 0;
        padding-bottom: 25px;
    }
    .woocommerce-checkout-plugin .pricing-table-section .pricing-table-section {
        width: auto;
        padding-top: 115px;
    }
    .woocommerce-checkout-plugin .pricing-table-section .pricing-table-container {
        margin-bottom: 72px;
        flex-direction: column;
        justify-content: unset;
        gap: 37px;
        align-items: center;
    }
    .woocommerce-checkout-plugin .pricing-table-section .pricing-table-container .pricing-plan:nth-child(2),
    .woocommerce-checkout-plugin .pricing-table-section .pricing-table-container .pricing-plan:last-child,
    .woocommerce-checkout-plugin .pricing-table-section .pricing-table-container .pricing-plan.recommended,
    .woocommerce-checkout-plugin .pricing-table-section .pricing-table-container .pricing-plan,
    .woocommerce-checkout-plugin .pricing-table-section .inclusive-in-all-plans-wrapper .tos-text {
        width: 430px;
    }
    .woocommerce-checkout-plugin .pricing-table-section .pricing-table-container .pricing-plan:nth-child(2),
    .woocommerce-checkout-plugin .pricing-table-section .pricing-table-container .pricing-plan:last-child,
    .woocommerce-checkout-plugin .pricing-table-section .pricing-table-container .pricing-plan {
        margin-top: 0;
    }
    .woocommerce-checkout-plugin .pricing-table-section .inclusive-in-all-plans-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .woocommerce-checkout-plugin .pricing-table-section .inclusive-in-all-plans-container {
        flex-direction: column;
        align-items: flex-start;
        height: 250px;
        width: 430px;
        justify-content: center;
        gap: 30px;
        padding: 36px 0 36px 40px;
        box-sizing: border-box;
    }
}
@media screen and (max-width: 960px) {
    .woocommerce-checkout-plugin .pricing-table-section .heading-container,
    .woocommerce-checkout-plugin .pricing-table-section .pricing-table-container .pricing-plan:nth-child(2),
    .woocommerce-checkout-plugin .pricing-table-section .pricing-table-container .pricing-plan:last-child,
    .woocommerce-checkout-plugin .pricing-table-section .pricing-table-container .pricing-plan.recommended,
    .woocommerce-checkout-plugin .pricing-table-section .pricing-table-container .pricing-plan,
    .woocommerce-checkout-plugin .pricing-table-section .pricing-table-container .pricing-plan {
        width: 375px;
    }
    .woocommerce-checkout-plugin .pricing-table-section .pricing-table-container .pricing-plan .pricing-plan-inner-container .always-visible-container {
        padding-left: 38px;
        padding-right: 38px;
    }
    .woocommerce-checkout-plugin .pricing-table-section .pricing-table-container .pricing-plan .feature-item-wrapper {
        padding-right: 38px;
        padding-left: 38px;
    }
    .woocommerce-checkout-plugin .pricing-table-section .inclusive-in-all-plans-container,
    .woocommerce-checkout-plugin .pricing-table-section .inclusive-in-all-plans-wrapper .tos-text {
        width: 375px;
    }
}
@media screen and (max-width: 600px) {
    .woocommerce-checkout-plugin .pricing-table-section {
        margin-top: 0;
        padding-top: 0;
    }
    .woocommerce-checkout-plugin .pricing-table-section .pricing-table-container {
        margin-bottom: 30px;
    }
    .woocommerce-checkout-plugin .pricing-table-section .pricing-table-container {
        gap: 30px;
    }
    .woocommerce-checkout-plugin .pricing-table-section .heading-container .trustap-select-input.MuiFormControl-root {
        width: 100%;
        max-width: 265px;
    }
    .woocommerce-checkout-plugin .pricing-table-section .heading-container,
    .woocommerce-checkout-plugin .pricing-table-section .pricing-table-container .pricing-plan:nth-child(2),
    .woocommerce-checkout-plugin .pricing-table-section .pricing-table-container .pricing-plan:last-child,
    .woocommerce-checkout-plugin .pricing-table-section .pricing-table-container .pricing-plan.recommended,
    .woocommerce-checkout-plugin .pricing-table-section .pricing-table-container .pricing-plan,
    .woocommerce-checkout-plugin .pricing-table-section .inclusive-in-all-plans-wrapper .tos-text {
        width: 100%;
    }
    .woocommerce-checkout-plugin .pricing-table-section .pricing-table-container .pricing-plan:nth-child(2) .pricing-plan-inner-container .always-visible-container,
    .woocommerce-checkout-plugin .pricing-table-section .pricing-table-container .pricing-plan.recommended .pricing-plan-inner-container .always-visible-container,
    .woocommerce-checkout-plugin .pricing-table-section .pricing-table-container .pricing-plan:last-child .pricing-plan-inner-container .always-visible-container {
        padding-right: 30px;
        padding-left: 30px;
    }
    .woocommerce-checkout-plugin .pricing-table-section .pricing-table-container .pricing-plan .pricing-plan-inner-container {
        padding: 26px 0 48px 0;
    }
    .woocommerce-checkout-plugin .pricing-table-section .pricing-table-container .pricing-plan .pricing-plan-inner-container .always-visible-container {
        padding-left: 30px;
        padding-right: 30px;
    }
    .woocommerce-checkout-plugin .pricing-table-section .pricing-table-container .pricing-plan .feature-item-wrapper {
        padding-right: 30px;
        padding-left: 30px;
    }
    .woocommerce-checkout-plugin .pricing-table-section .inclusive-in-all-plans-container {
        width: 100%;
        gap: 30px;
        padding: 36px 0 36px 32px;
    }
}

.woocommerce-checkout-plugin .woocommerce-checkout-plugin-contact-form {
    position: relative;
    padding-bottom: 300px;
}
.woocommerce-checkout-plugin .woocommerce-checkout-plugin-contact-form h5 {
    text-align: center;
}
.woocommerce-checkout-plugin .woocommerce-checkout-plugin-contact-form h2 {
    margin-bottom: 80px;
    text-align: center;
}
.woocommerce-checkout-plugin .woocommerce-checkout-plugin-contact-form .thank-you-message {
    margin: 50px auto 0;
}
.woocommerce-checkout-plugin .woocommerce-checkout-plugin-contact-form form {
    width: 650px;
    margin: 0 auto;
}
.woocommerce-checkout-plugin .woocommerce-checkout-plugin-contact-form .transaction-volume-label {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 40px;
    text-align: center;
}
.woocommerce-checkout-plugin .woocommerce-checkout-plugin-contact-form .pink-triangle-blob {
    position: absolute;
    width: 45px;
    bottom: 800px;
    left: 20%;
    transform: rotate(210deg);
}
/* Phone Input */
.woocommerce-checkout-plugin .trustap-phone-autocomplete-input {
    display: flex;
    justify-content: space-between;
}
.woocommerce-checkout-plugin .trustap-phone-autocomplete-input .MuiAutocomplete-root {
    height: 65px;
}
.woocommerce-checkout-plugin .trustap-phone-autocomplete-input .MuiAutocomplete-root .trustap-text-input.MuiFormControl-root {
    margin: 0;
    width: 245px;
}
.woocommerce-checkout-plugin .trustap-phone-autocomplete-input .MuiSvgIcon-root {
    top: calc(50% - 12px);
    color: rgba(0, 0, 0, 0.54);
}
.woocommerce-checkout-plugin .trustap-phone-autocomplete-input .MuiInputAdornment-root.MuiInputAdornment-positionStart {
    margin-right: 0;
    font-weight: 600;
    color: #414042;
    font-size: 18px;
    line-height: 18px;
    max-width: unset;
    text-align: left;
}
.MuiAutocomplete-popper .MuiAutocomplete-noOptions {
    font-size: 16px !important;
    color: #939598 !important;
}
.MuiAutocomplete-popper .MuiAutocomplete-paper {
    box-shadow: 0 5px 5px -3px rgba(0,0,0,0.2), 0 8px 10px 1px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12);
    max-height: 200px;
}
.MuiAutocomplete-popper .MuiAutocomplete-option {
    font-size: 16px !important;
    border-radius: 10px !important;
    margin: 0 16px !important
}
.MuiAutocomplete-popper .MuiAutocomplete-option[data-focus="true"] {
    background-color: #ededed !important;
    color: #414042 !important;
}
.woocommerce-checkout-plugin .trustap-phone-autocomplete-input .MuiTypography-root.MuiTypography-body1.MuiTypography-colorTextSecondary {
    font-weight: 400;
    color: #414042;
    font-size: 14px;
    line-height: unset;
    margin: 0;
    max-width: unset;
    text-align: left;
}
.woocommerce-checkout-plugin .trustap-phone-autocomplete-input .MuiOutlinedInput-root.Mui-disabled .MuiOutlinedInput-notchedOutline {
    border-color: #cecece;
}
.MuiAutocomplete-popper .MuiAutocomplete-option:hover {
    background-color: #ededed !important;
    color: #00b6ff !important;
}
.woocommerce-checkout-plugin .trustap-phone-autocomplete-input .MuiTypography-root.MuiTypography-body1.MuiTypography-colorTextSecondary {
    font-weight: 400;
    color: #414042;
    font-size: 14px;
    line-height: unset;
    margin: 0;
    max-width: unset;
    text-align: left;
}
.woocommerce-checkout-plugin .trustap-phone-autocomplete-input .MuiInputBase-input .MuiOutlinedInput-input {
    font-weight: 600;
    color: #414042;
    height: 65px;
}
.woocommerce-checkout-plugin .trustap-phone-autocomplete-input .trustap-text-input .MuiOutlinedInput-input {
    font-weight: 600;
    color: #414042;
    height: 65px;
}
.woocommerce-checkout-plugin .trustap-phone-autocomplete-input .trustap-text-input .MuiInputBase-root {
    border-radius: 10px;
    box-shadow: 7px 7px 15px rgba(206, 206, 206, 0.5);
    height: 65px !important;
}
.woocommerce-checkout-plugin .trustap-phone-autocomplete-input .trustap-text-input.MuiFormControl-root {
    height: 65px;
    width: 375px;
}
.woocommerce-checkout-plugin .trustap-phone-autocomplete-input .trustap-text-input.MuiFormControl-root fieldset {
    height: 67px;
}
.MuiAutocomplete-popper {
    z-index: 999999 !important;
}
.woocommerce-checkout-plugin .trustap-phone-autocomplete-input .trustap-text-input label {
    color: #939598 !important;
    font-size: 18px !important;
    font-weight: 600 !important;
}
.woocommerce-checkout-plugin .trustap-phone-autocomplete-input .trustap-text-input label.MuiInputLabel-shrink,
.woocommerce-checkout-plugin .trustap-phone-autocomplete-input .trustap-text-input label.Mui-focused,
.woocommerce-checkout-plugin .trustap-phone-autocomplete-input .trustap-text-input label.MuiFormLabel-filled {
    transform: translate(4px, -19px) scale(0.75) !important;
}
.woocommerce-checkout-plugin .trustap-phone-autocomplete-input .MuiFormControl-root label {
    line-height: 25px;
}
.woocommerce-checkout-plugin .trustap-phone-autocomplete-input .trustap-text-input fieldset {
    border: 2px solid #cecece;
}
/* Input border on focus */
.woocommerce-checkout-plugin .trustap-phone-autocomplete-input .trustap-text-input .Mui-focused fieldset,
.woocommerce-checkout-plugin .trustap-phone-autocomplete-input .trustap-text-input .MuiFormControl-root:hover fieldset {
    border: 2px solid #00b6ff !important;
    transition: border-color 0.2s ease !important;
}
.woocommerce-checkout-plugin .trustap-phone-autocomplete-input .trustap-text-input .Mui-focused.Mui-error fieldset,
.woocommerce-checkout-plugin .trustap-phone-autocomplete-input .trustap-text-input .MuiFormControl-root:hover .Mui-error fieldset {
    border: 2px solid #ff0000 !important;
    transition: border-color 0.2s ease !important;
}
.woocommerce-checkout-plugin .trustap-phone-autocomplete-input .trustap-text-input label.MuiFormLabel-filled + div fieldset {
    border: 2px solid #cecece;
}
.woocommerce-checkout-plugin .trustap-phone-autocomplete-input .trustap-text-input .Mui-error fieldset {
    background: rgba(255, 57, 57, 0.1);
    border: 2px solid #ff3939;
}
.woocommerce-checkout-plugin .trustap-phone-autocomplete-input .MuiAutocomplete-inputRoot[class*="MuiOutlinedInput-root"] {
    padding: 0 !important;
}
.woocommerce-checkout-plugin .trustap-phone-autocomplete-input .phone-input-container .MuiAutocomplete-root .MuiInputBase-input {
    height: 65px !important;
}
.woocommerce-checkout-plugin .trustap-phone-autocomplete-input .MuiAutocomplete-inputRoot[class*="MuiOutlinedInput-root"] .MuiAutocomplete-input {
    padding: 0 !important;
}
.woocommerce-checkout-plugin .trustap-phone-autocomplete-input .MuiAutocomplete-inputRoot[class*="MuiOutlinedInput-root"] .MuiAutocomplete-input:first-child {
    padding: 0 0 0 14px !important;
    height: auto;
    line-height: 14px;
}
.woocommerce-checkout-plugin .trustap-phone-autocomplete-input .MuiAutocomplete-listbox {
    max-height: 200px;
}
.woocommerce-checkout-plugin .trustap-phone-autocomplete-input .trustap-text-input label.Mui-error {
    color: #ff3939 !important;
}
.woocommerce-checkout-plugin .trustap-phone-autocomplete-input .trustap-text-input .MuiFormHelperText-root {
    font-size: 14px;
    font-weight: 600;
    line-height: unset;
    margin: 3px 0 0 4px !important;
    width: auto;
}
/* Workaround for the issue of label overlapping the input border */
.woocommerce-checkout-plugin .trustap-phone-autocomplete-input .trustap-text-input .MuiTextField-root legend span {
    display: none !important;
}
.woocommerce-checkout-plugin .trustap-phone-autocomplete-input .phone-input-container .trustap-phone-input.trustap-text-input.MuiFormControl-root {
    width: 253px;
}
.woocommerce-checkout-plugin .trustap-phone-autocomplete-input .phone-input-container .trustap-text-input.MuiFormControl-root {
    margin: 0 !important;
    width: 220px;
}
.woocommerce-checkout-plugin .trustap-text-input label.Mui-error {
    color: #ff3939 !important;
    line-height: 25px;
}
.MuiAutocomplete-popper .MuiAutocomplete-paper {
    box-shadow: 0 5px 5px -3px rgba(0,0,0,0.2), 0 8px 10px 1px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12);
    max-height: 200px;
}
.MuiAutocomplete-popper .MuiAutocomplete-listbox {
    max-height: 200px;
}
.woocommerce-checkout-plugin .trustap-phone-autocomplete-input .trustap-text-input .MuiFormHelperText-root {
    font-size: 14px;
    font-weight: 600;
    line-height: unset;
    margin: 3px 0 0 4px !important;
    width: auto;
}
.woocommerce-checkout-plugin .trustap-phone-autocomplete-input .trustap-text-input .MuiOutlinedInput-root.Mui-error .MuiOutlinedInput-notchedOutline {
    border-color: #f44336;
}
@media screen and (max-width: 768px) {
    .woocommerce-checkout-plugin .trustap-phone-autocomplete-input .trustap-text-input.MuiFormControl-root {
        width: 284px;
    }
}
@media screen and (max-width: 600px) {
    .woocommerce-checkout-plugin .trustap-phone-autocomplete-input {
        flex-direction: column;
    }
    .woocommerce-checkout-plugin .trustap-phone-autocomplete-input .MuiAutocomplete-root .trustap-text-input.MuiFormControl-root {
        width: 100%;
    }
    .woocommerce-checkout-plugin .trustap-phone-autocomplete-input .trustap-text-input.MuiFormControl-root {
        width: 100%;
    }
    .woocommerce-checkout-plugin .trustap-phone-autocomplete-input .trustap-text-input .MuiInputBase-root {
        height: 42px !important;
    }
    .woocommerce-checkout-plugin .trustap-phone-autocomplete-input .MuiAutocomplete-root {
        height: 42px !important;
        margin-bottom: 50px;
    }
    .woocommerce-checkout-plugin .trustap-phone-autocomplete-input .trustap-text-input.MuiFormControl-root {
        height: 42px !important;
    }
    .woocommerce-checkout-plugin .trustap-phone-autocomplete-input .trustap-text-input.MuiFormControl-root .MuiInputBase-root {
        height: 42px;
    }
    .woocommerce-checkout-plugin .trustap-phone-autocomplete-input .MuiInputAdornment-root.MuiInputAdornment-positionStart {
        font-size: 14px;
    }
    .woocommerce-checkout-plugin .trustap-phone-autocomplete-input .trustap-text-input .MuiOutlinedInput-input {
        height: 42px;
    }
    .woocommerce-checkout-plugin .trustap-phone-autocomplete-input .trustap-text-input.MuiFormControl-root fieldset {
        height: 44px;
    }
    .woocommerce-checkout-plugin .trustap-phone-autocomplete-input .trustap-text-input.MuiFormControl-root label {
        line-height: 0;
        font-size: 14px !important;
    }
    .woocommerce-checkout-plugin .trustap-phone-autocomplete-input .trustap-text-input.MuiFormControl-root input {
        font-size: 14px !important;
    }
    .woocommerce-checkout-plugin .trustap-text-input label.MuiInputLabel-shrink,
    .woocommerce-checkout-plugin .trustap-text-input label.Mui-focused,
    .woocommerce-checkout-plugin .trustap-text-input label.MuiFormLabel-filled {
        transform: translate(4px, -19px) scale(0.75) !important;
    }
    .woocommerce-checkout-plugin .trustap-phone-autocomplete-input .trustap-text-input label.MuiInputLabel-shrink,
    .woocommerce-checkout-plugin .trustap-phone-autocomplete-input .trustap-text-input label.Mui-focused,
    .woocommerce-checkout-plugin .trustap-phone-autocomplete-input .trustap-text-input label.MuiFormLabel-filled {
        transform: translate(4px, -12px) scale(0.75) !important;
    }
}
/* END */
@media screen and (max-width: 1264px) {
    .woocommerce-checkout-plugin .woocommerce-checkout-plugin-contact-form .pink-triangle-blob {
        width: 30px;
        bottom: 200px;
        left: 70%;
        transform: rotate(0deg);
    }
}
@media screen and (max-width: 960px) {
    .woocommerce-checkout-plugin .woocommerce-checkout-plugin-contact-form .pink-triangle-blob {
        left: 15%;
        top: -30px;
        bottom: unset;
    }
}
@media screen and (max-width: 768px) {
    .woocommerce-checkout-plugin .woocommerce-checkout-plugin-contact-form {
        padding-bottom: 200px;
    }
    .woocommerce-checkout-plugin .woocommerce-checkout-plugin-contact-form form {
        width: 550px;
    }
}
@media screen and (max-width: 600px) {
    .woocommerce-checkout-plugin .woocommerce-checkout-plugin-contact-form h2 {
        width: calc(100% - 50px);
        margin: 0 auto 40px auto;
        text-align: left;
    }
    .woocommerce-checkout-plugin .woocommerce-checkout-plugin-contact-form .thank-you-message {
        font-size: 24px;
    }
    .woocommerce-checkout-plugin .woocommerce-checkout-plugin-contact-form form {
        width: calc(100% - 50px);
    }
    .woocommerce-checkout-plugin .woocommerce-checkout-plugin-contact-form .transaction-volume-label {
        text-align: left;
        font-size: 16px;
    }
    .woocommerce-checkout-plugin .woocommerce-checkout-plugin-contact-form .pink-triangle-blob {
        display: none;
    }
    .woocommerce-checkout-plugin .trustap-text-input.MuiFormControl-root label {
        line-height: 0;
        font-size: 14px !important;
    }
    .woocommerce-checkout-plugin .trustap-text-input label.MuiInputLabel-shrink,
    .woocommerce-checkout-plugin .trustap-text-input label.Mui-focused,
    .woocommerce-checkout-plugin .trustap-text-input label.MuiFormLabel-filled {
        transform: translate(4px, -12px) scale(0.75) !important;
    }
}

