.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-embed-youtubevideo {
  width: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  color: #000;
  font-family: Equals, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  font-size: 44px;
  font-weight: 700;
  line-height: 42px;
}

h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

h4 {
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  margin-top: 20px;
  margin-bottom: 20px;
}

a {
  color: #eb004d;
  font-weight: 700;
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

strong {
  font-weight: bold;
}

.nav-link-top {
  color: #000;
  margin-left: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Equals, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
  display: block;
}

.nav-link-top:hover {
  color: #eb004d;
}

.nav-link-top.w--current {
  color: #eb004d;
  font-weight: 600;
}

.nav-link-top.white {
  color: #fff;
  font-weight: 400;
}

.nav-link-top.white:hover, .nav-link-top.white.active {
  color: #eb004d;
}

.nav-link-top.active {
  color: #eb004d;
  font-weight: 600;
}

.nav-container {
  justify-content: space-between;
  display: flex;
}

.topnav {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
}

.topnav.dark {
  color: #fff;
  background-color: #000;
  border-bottom: 1px solid #e6e6e6;
}

.navbar {
  z-index: 2;
  background-color: #fff;
  padding-top: 24px;
  padding-bottom: 24px;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar.black {
  background-color: #000;
}

.menu-button {
  padding-right: 0;
  display: none;
}

.menu-button.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.nav-buttons {
  z-index: 3;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: grid;
  position: relative;
}

.nav-logo {
  width: 160px;
}

.brand {
  z-index: 3;
  align-items: center;
  display: flex;
}

.hero-para-wrap {
  width: auto;
  margin-bottom: 48px;
}

.nav-link {
  color: #000;
  white-space: nowrap;
  margin-left: auto;
  margin-right: 0;
  padding: 6px 0;
  font-family: Equals, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  transition: all .2s;
  display: block;
}

.nav-link:hover {
  color: #eb004d;
}

.nav-link.w--current {
  color: #eb004d;
  font-weight: 600;
}

.nav-link.dropdown {
  white-space: normal;
  padding-right: 24px;
}

.nav-link.dropdown.business:hover, .nav-link.dropdown.business.w--open {
  color: #eb004d;
}

.nav-link.business {
  color: #fff;
}

.nav-link.business:hover, .nav-link.business.w--current {
  color: #eb004d;
}

.nav-link.business.small-screen {
  display: none;
}

.hamburger-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 0 10px 10px;
  display: flex;
}

.burger-line {
  width: 22.5px;
  height: 3px;
  background-color: #444;
  border-radius: 2px;
  margin-top: 2px;
  margin-bottom: 2px;
}

.hero-header-wrap {
  width: auto;
  margin-bottom: 36px;
}

.heading-wrap {
  margin-bottom: 100px;
}

.heading-wrap.less-margin {
  margin-bottom: 30px;
}

.slide {
  height: auto;
}

.footer-link {
  width: 100%;
  color: #262835;
  margin-bottom: 8px;
  font-family: Equals, sans-serif;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
  transition: all .2s;
}

.footer-link:hover {
  color: #eb004d;
}

.footer-link.w--current {
  color: #eb004d;
  font-weight: 600;
}

.footer-link.white {
  color: #fff;
  align-self: flex-start;
  margin-bottom: 0;
  font-family: Equals, sans-serif;
  font-size: 10px;
}

.footer-link.white:hover {
  color: #eb004d;
}

.footer-link.dark {
  color: #000;
  align-self: flex-start;
  margin-bottom: 0;
  font-family: Equals, sans-serif;
  font-size: 10px;
}

.footer-link.dark:hover {
  color: #eb004d;
}

.image-40 {
  width: 32px;
  margin-bottom: 40px;
}

.html-embed {
  color: #262835;
}

.html-embed.twitter {
  justify-content: center;
  align-items: center;
  display: flex;
}

.html-embed.twitter.white {
  color: #fff;
}

.html-embed.facebook {
  justify-content: center;
  align-items: center;
  display: flex;
}

.html-embed.facebook.white {
  color: #fff;
}

.html-embed.linkedin {
  justify-content: center;
  align-items: center;
  display: flex;
}

.html-embed.linkedin.white {
  color: #fff;
}

.social-media-button {
  width: 31px;
  height: 31px;
  border: 2px solid #262835;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  display: flex;
}

.social-media-button.white {
  border-color: #fff;
}

.social-media-icons-div {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 31px 31px 31px;
  grid-auto-columns: 1fr;
  margin-right: auto;
  display: grid;
}

.twitter-button {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-app-buttons-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.equals-group-logo {
  width: 180px;
}

.footer-legal {
  max-width: 1480px;
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  align-content: center;
  justify-content: start;
  align-items: center;
  justify-items: start;
  display: grid;
}

.terms-heading {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Equals, sans-serif;
  display: block;
}

.terms-heading.top-margin {
  margin-top: 60px;
}

.side-by-side-cta {
  width: 222px;
}

.slide-2 {
  background-color: #fff;
  border: 1px rgba(70, 137, 215, .2);
  border-radius: 10px;
  margin-right: 50px;
  padding: 0;
}

.slide-horizontal {
  height: 470px;
}

.mobile-nav {
  display: none;
}

.mobile-nav.dark {
  background-color: #000;
}

.dropdown-link-com {
  z-index: 30;
  color: #283338;
  background-color: #fff;
  border-radius: 10px;
  align-items: center;
  padding: 20px;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.dropdown-link-com:hover {
  opacity: .91;
  color: #7839f3;
  background-color: #fff;
  transform: scale(1.05);
  box-shadow: 7px 15px 45px 2px rgba(123, 136, 168, .2);
}

.linkedin-button, .facebook-button {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-button-div {
  width: 222px;
}

.hero-button-div.home {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.currency-card-terms-grid-title-block {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Equals, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
}

.currency-card-terms-grid-item-block {
  border: 1px #000;
  border-bottom: 1px solid #e1e1ea;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Equals, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.cookies-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.text-block-67, .text-block-68, .text-block-69 {
  display: none;
}

.link-9 {
  color: #4c97e8;
  text-decoration: none;
}

.link-9:hover {
  text-decoration: underline;
}

.text-link---main {
  color: #4c97e8;
  white-space: nowrap;
  font-family: Equals, sans-serif;
  font-size: 16px;
  line-height: 28px;
  text-decoration: none;
}

.text-link---main:hover {
  text-decoration: underline;
}

.cookies-grid-wrap {
  margin-top: 60px;
  margin-bottom: 60px;
}

.tab-link-2 {
  opacity: .4;
  color: #182c4f;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border-left: 4px solid rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0 8% 47px 28px;
  transition: border-color .2s, opacity .2s ease-out;
  display: block;
}

.tab-link-2:hover {
  opacity: .6;
  border-left-color: #3871c2;
  text-decoration: none;
}

.tab-link-2.w--current {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  border-left-color: #3871c2;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 47px;
  padding-right: 0%;
}

.block_wrap {
  width: 25%;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-wrap {
  width: 100vw;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-wrap.full-height {
  height: 100vh;
}

.utility-page-content {
  width: 800px;
  max-width: 100%;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-197 {
  width: 50vw;
  justify-content: center;
  display: flex;
}

.image-130 {
  width: 400px;
  align-self: auto;
  padding-right: 0;
}

.image-131 {
  width: 400px;
  display: block;
}

.side-menu {
  width: 20%;
  height: 400px;
  flex-direction: column;
  margin-top: 20px;
  margin-bottom: 140px;
  padding-right: 20px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
}

.sidebar-link {
  color: #262835;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: Equals, sans-serif;
  font-size: 16px;
  line-height: 28px;
  text-decoration: none;
}

.sidebar-link:hover {
  color: #eb004d;
}

.sidebar-link.w--current {
  color: #eb004d;
  padding-top: 16px;
  padding-bottom: 16px;
  font-weight: 700;
}

.terms-and-conditions-wrap {
  display: flex;
}

.terms-and-conditions-content {
  width: 80%;
}

.terms-dropdown {
  font-family: Equals, sans-serif;
  font-size: 16px;
  display: none;
}

.dropdown-toggle {
  width: 100%;
  border: 1px solid #ebecf1;
  padding-left: 30px;
  transition: all .2s;
}

.dropdown-toggle:hover {
  background-color: #fdfdfd;
}

.dropdown-icon {
  color: #7da6cc;
}

.dropdown-list-3 {
  background-color: #fff;
  border-radius: 5px;
  display: block;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(152, 162, 172, .21);
}

.div-block {
  padding-top: 15px;
  padding-bottom: 15px;
}

.dropdown-terms-link {
  padding-left: 30px;
  transition: all .2s;
}

.dropdown-terms-link:hover {
  background-color: #f5f6f8;
  box-shadow: inset 2px 0 #88c1ff;
}

.utility-illustration {
  max-width: 90%;
  margin-bottom: 20px;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.body-9 {
  font-family: Equals, sans-serif;
}

.medium-body---main-2 {
  width: auto;
  max-width: none;
  color: #000;
  white-space: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Equals, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.medium-body---main-2.white, .medium-body---main-2.business {
  color: #fff;
}

.slider-left {
  min-width: 80px;
  color: #fff;
  background-color: #ededf4;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.slider-left:hover {
  background-color: rgba(21, 28, 52, .15);
}

.dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
  position: static;
}

.navigation {
  z-index: 9;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: center;
  display: flex;
}

.navigation-2 {
  z-index: 9;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: center;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-dropdown {
  margin-left: 0;
  margin-right: 0;
}

.nav-dropdown-1 {
  line-height: 28px;
}

.nav-grid {
  z-index: 3;
  grid-column-gap: 2vw;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  align-content: center;
  justify-content: start;
  align-items: center;
  justify-items: start;
  margin-left: 2vw;
  margin-right: 1vw;
  display: grid;
}

.divider {
  height: 1px;
  background-color: #eee;
  margin-top: 20px;
  margin-bottom: 15px;
}

.divider.alt {
  height: 2px;
  background-color: #e6e6e6;
  margin-top: 30px;
  margin-bottom: 30px;
}

.divider.alt.invisible {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
}

.one-text {
  color: #fff;
  background-color: #eb004d;
  margin-top: 10px;
  padding: 5px 6px 10px;
  line-height: .8;
  display: inline-block;
}

.one-text.alt {
  padding-top: 0;
  padding-left: 0;
}

.one-text.alt2 {
  padding-top: 0;
}

.one-text.small {
  margin-top: 0;
  padding-bottom: 5px;
  padding-left: 0;
  padding-right: 0;
}

.app-buttons-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-content: center;
  justify-content: start;
  align-items: center;
  justify-items: start;
  display: grid;
}

.google-play-button {
  align-self: flex-start;
}

.floating-cards {
  width: 50vw;
  max-width: none;
  margin-right: -40px;
  position: -webkit-sticky;
  position: sticky;
  top: 15vh;
}

.floating-cards.mobile-only {
  display: none;
}

.pink-link {
  color: #eb004d;
  font-weight: 700;
  text-decoration: none;
}

.content-image-full {
  width: 95%;
}

.arrow-right-fixed {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0;
}

.slide-small-quote {
  height: 100%;
}

.arrow-left-fixed {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 50px;
}

.slider-small {
  height: 100%;
  max-width: 500px;
  background-color: rgba(0, 0, 0, 0);
}

.slide-card {
  padding-top: 32px;
  padding-bottom: 32px;
}

.quote-text {
  max-width: 100%;
  color: #000;
  letter-spacing: -.03em;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 300;
  line-height: 42px;
}

.arrow {
  width: 1.2rem;
  height: 1.2rem;
  object-fit: contain;
}

.quote {
  width: 3rem;
  height: 2rem;
}

.card-footer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  font-size: 1.1rem;
  display: grid;
}

.bold-pink {
  color: #eb004d;
  font-weight: 700;
  display: inline;
}

.trustpilot-stars {
  width: 100px;
}

.trustpilot-stars.mobile-only {
  display: none;
}

.card-subfooter {
  border-top: 1px solid #000;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 20px;
  padding-top: 20px;
  display: flex;
}

.slide-nav-hidden {
  height: 20px;
  display: none;
}

.card-wrap {
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.text-span-43 {
  display: block;
}

.feature-block {
  color: #fff;
  background-color: #1a1a1a;
  padding: 48px;
}

.feature-block.company-cards, .feature-block.business-payments {
  background-color: #333;
}

.small-icon {
  width: 28px;
  height: 28px;
  align-self: flex-start;
  margin-right: 8px;
}

.small-icon.tick {
  padding-top: 4px;
}

.why-choose-us-features-icon {
  width: 52px;
  height: 52px;
  max-width: none;
  margin-bottom: 10px;
}

.why-choose-us-benefits {
  max-width: 600px;
}

.why-choose-us-features-header {
  margin-bottom: 0;
}

.white-line {
  height: 2px;
  background-color: #fff;
  margin-top: 40px;
  margin-bottom: 40px;
}

.h2---main-5 {
  max-width: none;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Equals, sans-serif;
  font-size: 32px;
  line-height: 42px;
}

.hero-list-item {
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.why-choose-us-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #090b18;
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 50% 50%;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.coming-soon-feature {
  display: block;
}

.black-bg {
  z-index: 0;
  background-color: #000;
  position: absolute;
  top: 489px;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.medium-icon {
  width: 180px;
  height: 180px;
  object-fit: contain;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.medium-icon.smaller {
  width: 120px;
  padding-top: 20px;
}

.h1---main-4 {
  max-width: none;
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 0;
  font-family: Equals, sans-serif;
  font-size: 44px;
  line-height: 52px;
}

.h1---main-4.center {
  text-align: center;
  font-weight: 700;
}

.small-head-inline {
  font-size: 16px;
  font-weight: 400;
}

.hero-grid {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: auto;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: start;
  margin-top: 30px;
  margin-bottom: -10px;
  margin-right: -20%;
  display: grid;
}

.medium-body---black {
  width: auto;
  max-width: none;
  color: #000;
  white-space: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Equals, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.medium-body---black.small-subhead {
  color: gray;
  margin-top: 10px;
  font-size: 10px;
}

.medium-body---black.small-subhead.gray {
  color: gray;
}

.pricing-section {
  margin-bottom: 60px;
}

.pricing-table-cell {
  height: 80px;
  color: #000;
  border-bottom: 1px solid #d4d5dd;
  align-items: center;
  display: flex;
}

.pricing-table-cell.title.alt {
  height: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.pricing-table-cell.right {
  justify-content: flex-end;
}

.pricing-table-cell.alt {
  height: 100px;
}

.limited-content {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.h2---main-6 {
  max-width: none;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Equals, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
}

.h2---main-6.pink {
  color: #eb004d;
}

.h2---main-6.values {
  margin-bottom: 16px;
}

.pricing-table-grid {
  width: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid #d4d5dd;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  margin-top: 20px;
}

.pricing-table-grid._3-col {
  grid-template-columns: 2fr 1fr 1fr;
}

.pricing-smaller {
  font-size: 12px;
  line-height: 20px;
}

.nav-link-details-4 {
  font-size: 14px;
  font-weight: 400;
}

.navigation-drop-container {
  z-index: 2;
  max-width: 1400px;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding: 47px 68px;
  display: flex;
  position: relative;
}

.navigation-drop-container.business {
  background-color: #000;
}

.nav-title {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
}

.hero-paragraph-div-2 {
  width: auto;
  margin-bottom: 47px;
}

.drop-arrow-plain {
  margin-right: 0;
  font-size: 14px;
}

.hero-header-2 {
  width: auto;
  margin-bottom: 18px;
}

.navigation-link-block {
  width: 100%;
  color: #000;
  border-radius: 20px;
  margin-bottom: 40px;
  padding: 0;
  font-size: 16px;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.navigation-link-block:hover {
  color: #eb004d;
  background-color: rgba(0, 0, 0, 0);
}

.navigation-link-block.w--current {
  color: #eb004d;
}

.navigation-link-block.business {
  color: #fff;
}

.navigation-link-block.business:hover {
  color: #eb004d;
}

.navigation-column {
  width: 50%;
  justify-content: center;
  align-items: center;
  padding: 0 40px 0 0;
}

.navigation-column.title {
  width: 20%;
  max-width: none;
  padding-right: 0;
}

.navigation-column.links {
  width: 33%;
  margin-left: 11%;
  padding-top: 14px;
  padding-left: 0;
}

.nav-heading {
  color: #eb004d;
  margin-top: 0;
  margin-bottom: 0;
}

.meganav-dropdown {
  margin-left: 0;
  margin-right: 0;
  position: static;
}

.nav-content-wrap-4 {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 0;
  display: flex;
}

.dropdown-list-full-wrapper {
  background-color: #fff;
}

.dropdown-list-full-wrapper.dark {
  background-color: #000;
}

.mega-dropdown-list {
  min-width: 100%;
}

.mega-dropdown-list.w--open {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 40px;
  bottom: auto;
  left: 0;
  right: 0;
  box-shadow: 2px 30px 50px rgba(0, 0, 0, .08);
}

.quote-left {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  align-items: center;
  display: grid;
}

.trustpilot-logo {
  width: 100px;
  margin-top: -8px;
}

.hero-list {
  margin-top: 20px;
  margin-bottom: 20px;
}

.large-icon {
  height: 260px;
  max-width: 370px;
  object-fit: contain;
  margin-bottom: 24px;
  display: block;
}

.arrow-link-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: start;
  align-items: center;
  justify-items: start;
  display: grid;
}

.arrow-link-block.top-margin-20 {
  grid-column-gap: 14px;
}

.link-arrow {
  width: 13px;
  height: 13px;
}

.link-arrow.bigger {
  width: 14px;
  height: 14px;
  margin-top: 4px;
}

.text-field {
  height: 60px;
  color: #7c7e8d;
  background-color: #fff;
  border: 1px #000;
  border-bottom: 2px solid #262835;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  font-family: Equals, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.text-field:focus {
  color: #7c7e8d;
  border-bottom-color: #ffb900;
}

.com-field {
  height: 60px;
  color: gray;
  background-color: #fff;
  border: 1px #000;
  border-bottom: 3px solid #000;
  border-radius: 0;
  margin-bottom: 16px;
  padding-left: 16px;
  padding-right: 12px;
  font-family: Equals, sans-serif;
  font-size: 16px;
  line-height: 28px;
  display: block;
}

.com-field:focus {
  color: gray;
  border-bottom-color: #eb004d;
}

.com-field.hide {
  display: none;
}

.contact-form {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.onboarding-inputs {
  height: auto;
  flex-direction: column;
  margin-top: 20px;
  margin-bottom: 47px;
  display: flex;
}

.field-row {
  grid-column-gap: 48px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.rich-text h2 {
  color: #000;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 28px;
}

.rich-text p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.rich-text h3 {
  margin-top: 60px;
  margin-bottom: 12px;
  font-size: 36px;
  line-height: 44px;
}

.rich-text ul {
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 0;
  font-size: 16px;
  line-height: 28px;
  list-style-type: none;
}

.rich-text li {
  background-image: url('../images/Ellipse-2.svg');
  background-position: 0 12px;
  background-repeat: no-repeat;
  background-size: 5px 5px;
  margin-bottom: 12px;
  padding-left: 16px;
  list-style-type: none;
}

.rich-text h1 {
  margin-bottom: 115px;
}

.rich-text h4 {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 28px;
}

.rich-text.basic.more-top-margin {
  margin-top: 60px;
  font-size: 14px;
}

.rich-text a {
  color: #eb004d;
}

.rich-text ol {
  padding-left: 0;
  font-size: 16px;
  line-height: 28px;
}

.section---text-only {
  padding-top: 160px;
  padding-bottom: 100px;
}

.privacy-grid {
  width: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 2fr;
  margin-top: 60px;
  margin-bottom: 60px;
}

.privacy-cell {
  height: 100%;
  color: #000;
  border-bottom: 1px solid #d4d5dd;
  align-items: flex-start;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.privacy-head-small {
  margin-top: 0;
  margin-bottom: 0;
}

.black-half-bg {
  z-index: 0;
  height: 620px;
  background-color: #000;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.black-half-bg.bottom {
  height: 370px;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.pricing-column {
  background-color: #fff;
  border: 3px solid #000;
  border-radius: 20px;
  padding: 50px 40px 40px;
  transition: all .3s;
}

.pricing-column:hover {
  transform: translate(0, -4px);
}

.pricing-column.pink {
  border-color: #eb004d;
}

.button-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  display: grid;
}

.pricing-tabs {
  margin-top: 80px;
}

.pricing-tabs-menu {
  width: 65%;
  max-width: 888px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.pricing-tab {
  color: gray;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 2px solid #e6e6e6;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.pricing-tab.w--current {
  color: #eb004d;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-width: 2px;
  border-bottom-color: #eb004d;
  font-weight: 700;
}

.fee-table-cell {
  height: 80px;
  color: #000;
  border-bottom: 1px solid #d4d5dd;
  align-items: center;
  display: flex;
}

.fee-table-grid {
  width: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid #d4d5dd;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  margin-top: 20px;
}

.fee-table-grid.no-top-border {
  border-top-style: none;
  grid-template-columns: 2.5fr 1fr;
  margin-bottom: 20px;
}

.exclusions-grid {
  width: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid #d4d5dd;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  margin-top: 20px;
}

.exclusions-grid.no-top-border {
  border-top-style: none;
  grid-template-columns: 1fr 2fr;
  margin-bottom: 20px;
}

.switch-logo {
  max-height: 60px;
  margin-top: 40px;
}

.download-icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.pdf-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: start;
  align-items: center;
  justify-items: start;
  font-size: 16px;
  display: grid;
}

.secondary-button {
  color: #000;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #000;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 15px 25px;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  transition: all .2s;
  display: flex;
}

.secondary-button:hover {
  color: #fff;
  background-color: #000;
}

.secondary-button.nav {
  padding: 14px 20px;
  font-size: 14px;
  line-height: 14px;
}

.secondary-button.nav.cookies {
  display: none;
}

.secondary-button.set-width {
  width: 222px;
}

.primary-button {
  max-width: 100%;
  color: #fff;
  white-space: nowrap;
  background-color: #eb004d;
  border: 1px solid #eb004d;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 15px 25px;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  transition: all .2s;
  display: flex;
}

.primary-button:hover {
  background-color: #cf0044;
  border-color: #cf0044;
}

.primary-button.nav {
  width: auto;
  padding: 14px 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
}

.primary-button.nav.black {
  background-color: #000;
  border-color: #000;
}

.primary-button.nav.black:hover {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-color: #000;
}

.primary-button.nav.cookies {
  width: 200px;
}

.primary-button.full {
  width: 100%;
}

.primary-button.set-width {
  width: 222px;
}

.primary-button.mobile-full {
  padding-left: 45px;
  padding-right: 45px;
}

.secondary-button-reverse {
  color: #fff;
  white-space: nowrap;
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 15px 25px;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  transition: all .2s;
  display: flex;
}

.secondary-button-reverse:hover {
  color: #000;
  background-color: #fff;
}

.secondary-button-reverse.nav {
  color: #fff;
  border-color: #fff;
  padding: 14px 20px;
  font-size: 14px;
  line-height: 14px;
}

.secondary-button-reverse.nav:hover {
  color: #000;
  background-color: #fff;
}

.secondary-button-reverse.black {
  border-color: #000;
}

.search {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.search-result-list {
  grid-column-gap: 16px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.export-icon {
  width: 150px;
  height: 100px;
  display: block;
}

.section---no-padding {
  z-index: 1;
  position: static;
}

.section---no-padding.relative {
  position: relative;
}

.section---padding {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.section---padding.black {
  color: #fff;
  background-color: #000;
}

.section---padding.black.about {
  background-color: #000;
}

.section---padding.centered {
  text-align: center;
}

.section---padding.light-gray {
  background-color: #f2f2f2;
}

.section---padding.full-height {
  min-height: 100vh;
  justify-content: center;
  display: flex;
}

.section---padding.no-margin-bottom {
  padding-bottom: 0;
}

.section---padding.mobile-modified.about {
  z-index: 2;
  background-color: #fff;
}

.section---padding.white {
  background-color: #fff;
}

.section---padding.white.above {
  z-index: 2;
}

.section---padding.about {
  z-index: 2;
  background-color: #fff;
}

.rc {
  z-index: 1;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.rc.no-padding {
  padding-left: 0;
  padding-right: 0;
}

._4-col-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._4-col-grid.logos {
  grid-template-columns: auto auto auto auto;
  grid-auto-columns: auto;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
}

._3-col-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._3-col-grid.alt {
  grid-row-gap: 30px;
}

._3-col-grid.trust {
  grid-template-columns: auto auto auto;
  justify-content: space-around;
}

._2-col-grid {
  max-width: 100%;
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

._2-col-grid.closer {
  grid-column-gap: 60px;
}

._2-col-grid.middle {
  align-items: center;
}

._2-col-grid.get-started {
  grid-column-gap: 40px;
  grid-row-gap: 20px;
}

.section-head-wrap {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.section-head-wrap.light {
  color: #fff;
}

.medium-body {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  display: inline;
}

.medium-body.limited {
  max-width: 650px;
}

.medium-body.no-margins p {
  margin-top: 0;
  margin-bottom: 0;
}

.medium-body.no-margins.bold {
  font-weight: 700;
  display: block;
}

.medium-body.limited-more {
  max-width: 320px;
}

.medium-body.top-margin-24 {
  margin-top: 24px;
}

.medium-body-bold {
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
}

.medium-body-bold.top-margin-20 {
  margin-top: 20px;
}

.small-body {
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}

.small-body.footer-link-white {
  color: #fff;
  margin-bottom: 8px;
  display: block;
}

.small-body.footer-link-white:hover {
  color: #eb004d;
}

.small-body.footer-link-black {
  color: #000;
  margin-bottom: 8px;
  display: block;
}

.small-body.footer-link-black:hover {
  color: #eb004d;
}

.small-body.subfooter {
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.small-body.no-margins-slim {
  line-height: 20px;
}

.small-body-bold {
  font-size: 14px;
  font-weight: 700;
  line-height: 28px;
}

.small-body-bold.footer-head-white {
  color: #fff;
  margin-bottom: 8px;
}

.small-body-bold.footer-head-white.w--current {
  color: #eb004d;
}

.small-body-bold.footer-head-black {
  color: #000;
  margin-bottom: 8px;
}

.small-body-bold.footer-head-black.w--current {
  color: #eb004d;
}

.small-body-footer {
  font-size: 10px;
  font-weight: 400;
  line-height: 18px;
}

.small-body-footer.white-outline {
  border: 1px solid rgba(255, 255, 255, .5);
  padding: 6px 10px;
}

.small-body-footer.white-outline.bottom-margin-20 {
  margin-bottom: 20px;
}

.small-body-footer.black-outline {
  border: 1px solid rgba(0, 0, 0, .5);
  padding: 6px 10px;
  font-size: 12px;
}

.small-body-footer.black-outline.bottom-margin-20 {
  margin-bottom: 20px;
}

.small-body-footer.gray {
  color: gray;
}

.small-body-footer.gray.margin {
  max-width: 400px;
  margin-top: 10px;
}

.section-header {
  letter-spacing: 6px;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 10px;
  font-weight: 400;
  line-height: 32px;
}

.column.limited {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.h1-main {
  font-size: 44px;
  font-weight: 700;
  line-height: 52px;
}

.h1-main.normal {
  font-weight: 400;
}

.h1-main.normal.pink {
  color: #eb004d;
}

.h2-main {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.h2-main.pink {
  color: #eb004d;
}

.h2-main.top-margin-40.corporate-pricing {
  margin-bottom: 58px;
}

.h2-main.top-margin-40.pricing {
  margin-bottom: 68px;
}

.h2-main.limited {
  max-width: 400px;
}

.h3-main {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.section---padding-slim {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.section---padding-slim.black {
  color: #fff;
  background-color: #000;
}

.section---padding-slim.centered {
  text-align: center;
}

.section---padding-slim.light-gray {
  background-color: #f2f2f2;
}

.section---padding-slim.light-gray.gray-text {
  color: gray;
}

.section---padding-slim.logo-bar {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section---padding-slim.logo-bar.black.about {
  z-index: 2;
}

.section---padding-slim.logo-bar.black-about {
  z-index: 2;
  color: #fff;
  background-color: #000;
}

.section---padding-slim.about {
  z-index: 2;
  background-color: #fff;
}

.trust-logo {
  max-height: 100px;
  max-width: 220px;
}

.trust-logo.small {
  max-width: 80px;
}

.trust-logo._2 {
  max-height: 100px;
  margin-right: -14px;
}

.trust-logo._3 {
  height: 70px;
  max-height: 70px;
  padding-left: 40px;
  padding-right: 60px;
}

.trust-logo._1 {
  max-height: 80px;
}

.section-bg---dark {
  z-index: 0;
  width: 100%;
  max-width: 1920px;
  background-image: url('../images/Frame-17690.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-bg---dark.one-thing {
  background-image: url('../images/GettyImages-1157960595-1.jpg');
}

.section-bg---dark.corporate {
  background-image: linear-gradient(to right, #000, rgba(0, 0, 0, 0) 60%), url('../images/Frame-17690_1.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section-bg---dark.one-thing-2 {
  background-image: url("https://assets-global.website-files.com/611a1eab270cac5356eb5e67/61564299dd53ce12af978d48_Let's%20get%20started.jpg");
}

.nav-link-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  display: grid;
}

._2-col-content-inner {
  max-width: 500px;
}

._2-col-content-inner.full-height {
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

._2-col-content-inner.hero {
  background-color: rgba(0, 0, 0, 0);
}

.section---padding-hero {
  padding-top: 160px;
  padding-bottom: 300px;
  position: relative;
  overflow: hidden;
}

.section---padding-hero.black {
  color: #fff;
  background-color: #000;
}

.section---padding-hero.mobile-modified {
  padding-top: 162px;
  padding-bottom: 20px;
}

.section-bg---light {
  z-index: 0;
  width: 100%;
  max-width: 1920px;
  background-image: url('../images/retouchedGettyImages-882742632-1.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: -1px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-bg---light.one-thing {
  background-image: url('../images/Group-17606.jpg');
}

.section-bg---light.current-account {
  background-image: url('../images/Mask-Group.jpg');
}

.section-bg---light.pricing {
  background-image: url('../images/Frame-17747-1.jpg');
}

.section-bg---light.one-thing-2 {
  background-image: url("https://assets-global.website-files.com/611a1eab270cac5356eb5e67/615627df34e9874708a8529e_Let's%20get%20started.jpg");
}

.section-bg---light.account-switch {
  background-image: url('../images/Frame-17748.jpg');
}

.section-bg---light.home {
  background-image: url('../images/Home-Hero.jpg');
}

.section-bg---light.about {
  background-image: url('../images/About-hero.svg');
  background-position: 70%;
}

.top-margin-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.centered {
  justify-content: center;
  display: flex;
}

.top-margin-80 {
  margin-top: 80px;
}

.content-image {
  width: 100%;
  height: 440px;
  object-fit: contain;
}

.bottom-margin-40 {
  margin-bottom: 40px;
}

.section---padding-thick {
  padding-top: 160px;
  padding-bottom: 160px;
  position: relative;
}

.section---padding-thick.black {
  color: #fff;
  background-color: #000;
}

.no-margins {
  margin-top: 0;
  margin-bottom: 0;
}

.footer-app-button {
  width: 135px;
}

._5-col-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-wrap {
  z-index: 1;
  position: relative;
}

.slider-mask {
  max-width: 100%;
}

.contact-form-block {
  margin-bottom: 0;
}

.top-margin-20 {
  margin-top: 20px;
}

.utility-icon {
  width: 100px;
  height: 100px;
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
}

.button-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  display: grid;
}

.large-body {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.large-body.limited {
  max-width: 800px;
}

.large-body.limited.wider {
  max-width: 900px;
}

.large-body.limited-more {
  max-width: 400px;
}

.large-body.top-margin-24 {
  margin-top: 24px;
}

.large-body-bold {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.large-body-bold.top-margin-24 {
  margin-top: 24px;
}

.link-block {
  justify-content: center;
  display: flex;
}

.h1---main {
  max-width: none;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  font-family: Equals, sans-serif;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px;
  display: block;
}

.h1---main.center {
  color: #fff;
  text-align: center;
  font-weight: 700;
}

.section---values-v2 {
  padding: 94px 68px;
}

.values-icon {
  width: 50px;
  height: 50px;
  margin-bottom: 40px;
}

.section-center-body {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.values-content {
  height: 240px;
  max-height: none;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.medium-body---main {
  width: auto;
  max-width: none;
  color: #fff;
  white-space: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Equals, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.medium-body---main.center {
  width: auto;
  max-width: 1000px;
  color: #fff;
  text-align: center;
  white-space: break-spaces;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
}

.medium-body---main.center.mobile-left-align {
  width: auto;
}

.medium-body---main.why-choose-us-numbers {
  width: auto;
  text-align: center;
}

.medium-body---main.midnight {
  color: #262835;
}

.medium-body---main.midnight.banner {
  color: #000;
  white-space: normal;
  display: inline;
}

.values-card {
  height: auto;
  color: #fff;
  background-color: #000;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px 16px 20px;
  display: flex;
}

.values-grid {
  grid-column-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 94px;
}

.my-container {
  width: 100%;
  height: auto;
  max-width: 1480px;
  min-width: auto;
  flex-direction: column;
  justify-content: space-around;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
  overflow: hidden;
}

.section-center-header {
  margin-top: 0;
  margin-bottom: 18px;
}

.logo-link {
  display: flex;
}

.section-center-paragraph-div {
  max-width: 1000px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.section---our-brands-v2 {
  background-color: #262835;
  padding: 94px 68px;
}

.brand-logo-about {
  width: 60%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.brand-logos {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 94px;
}

.large-number-text {
  color: #fff;
  margin-right: 0;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
  display: inline;
}

.medium-number-text {
  padding-bottom: 3px;
}

.proof-text {
  color: #ffb900;
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  line-height: 28px;
  display: inline;
}

.why-choose-us-number-wrap {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.number-saved {
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 0;
  display: flex;
}

.why-choose-us-number-wrap-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-stats-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
}

.about-stats-grid.why-choose-us {
  align-content: stretch;
  align-items: center;
}

.banner-link {
  color: #000;
  text-decoration: none;
  display: flex;
}

.banner-link.black {
  color: #fff;
}

.div-block-275 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.banner-close {
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  display: none;
}

.banner-icon {
  height: 47px;
}

.div-block-276 {
  width: 7%;
  height: 47px;
  flex-direction: column;
  display: block;
}

.div-block-277 {
  flex-direction: column;
  display: flex;
}

.section---com-blog-banner {
  height: 94px;
  background-color: #fff;
  flex-direction: row;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: none;
}

.section---com-blog-banner.black {
  color: #fff;
  background-color: #000;
}

.progress-bar {
  z-index: 999;
  width: 100%;
  height: 4px;
  perspective-origin: 0%;
  transform-origin: 0 0;
  background-color: #eb004d;
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
}

.div-block-273 {
  justify-content: center;
  display: flex;
}

.div-block-269 {
  margin-bottom: 47px;
}

.text-span-2 {
  display: block;
}

.text-span-4 {
  white-space: nowrap;
}

.div-block-256 {
  width: 80%;
  align-items: flex-start;
  margin: 94px auto;
  display: flex;
}

.image-159 {
  width: 188px;
}

.image-158 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.image-163 {
  max-width: 70%;
  object-fit: cover;
  margin-right: 0%;
  padding-left: 5%;
  overflow: visible;
}

.logo {
  width: auto;
  flex-direction: column;
  margin: 0 auto;
  display: flex;
}

.logo.large {
  margin-top: auto;
  margin-bottom: auto;
}

.div-block-263 {
  margin-top: 94px;
  margin-bottom: 94px;
  position: static;
}

.image-166 {
  margin-bottom: 94px;
}

.div-block-274 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  display: grid;
}

.heading-15 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 34px;
}

.div-block-266 {
  margin-bottom: 0;
}

.medium-body---main-3 {
  width: auto;
  max-width: none;
  color: #262835;
  margin-bottom: 0;
  font-family: Equals, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.medium-body---main-3.white {
  color: #fff;
}

.medium-body---main-3.grey {
  color: #676978;
}

.div-block-259 {
  height: 25%;
  color: #fff;
  background-color: #4c97e8;
  padding-top: 10px;
  padding-left: 20px;
  font-family: Equals, sans-serif;
  font-size: 10px;
  line-height: 18px;
}

.h3-bold---main {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Equals, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.h3-bold---main.white {
  color: #fff;
}

.heading-22 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 400;
  line-height: 34px;
}

.block-quote-2 {
  width: auto;
  border-left-color: #3871c2;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 0;
  font-family: Equals, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
}

.div-block-268 {
  height: 124px;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.my-container-2 {
  width: 100%;
  height: auto;
  max-width: 1480px;
  min-width: auto;
  flex-direction: column;
  justify-content: space-around;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.my-container-2.complaints {
  margin-top: 80px;
}

.image-156 {
  width: auto;
  max-width: none;
  object-fit: cover;
  margin-top: -87px;
  padding-top: 0;
  padding-left: 0%;
  position: absolute;
}

.div-block-271 {
  width: 30%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.text-link---main-2 {
  color: #4c97e8;
  white-space: nowrap;
  font-family: Equals, sans-serif;
  font-size: 16px;
  line-height: 28px;
  text-decoration: none;
}

.text-link---main-2:hover {
  text-decoration: underline;
}

.text-link---main-2.linked-cards {
  color: #3871c2;
}

.text-link---main-2.footer {
  color: #262835;
  margin-bottom: 8px;
  font-size: 14px;
  text-decoration: none;
}

.text-link---main-2.footer:hover {
  color: #4c97e8;
  text-decoration: none;
}

.text-link---main-2.footer.blue {
  color: #eb004d;
  background-color: rgba(0, 0, 0, 0);
}

.category---main {
  color: #3871c2;
  letter-spacing: 6px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Equals, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 32px;
}

.image-157 {
  max-width: 125%;
  object-fit: cover;
  object-position: 50% 50%;
}

.heading-20 {
  font-size: 44px;
  font-weight: 400;
  line-height: 64px;
}

.blog---dark-background {
  height: auto;
  color: #fff;
  background-color: #000;
  padding: 94px 0 0;
}

.heading-14 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 700;
  line-height: 64px;
}

.profile-image {
  margin-right: 24px;
}

.div-block-258 {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 94px;
  font-family: Equals, sans-serif;
  display: grid;
}

.blog---equals-logo {
  width: 296px;
  height: auto;
  object-position: 0% 50%;
  border-bottom: 1px #e1e1ea;
  align-self: flex-start;
  margin-bottom: 16px;
  padding-bottom: 0;
  display: block;
}

.div-block-257 {
  grid-column-gap: 40px;
  grid-row-gap: 94px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 47px;
  margin-bottom: 94px;
  display: grid;
}

.blog-image-description {
  width: 296px;
  color: gray;
  border-top: 1px solid gray;
  margin-bottom: 0;
  padding-top: 3px;
  font-family: Equals, sans-serif;
  font-size: 14px;
  line-height: 28px;
  display: inline-block;
}

.blog-image-description.no-line {
  border-top-style: none;
}

.blog-image-description.no-line.cards {
  padding-top: 0;
  position: relative;
  top: -40px;
}

.blog-image-description.photo {
  width: 100%;
  color: #e6e6e6;
  border-top-color: #e6e6e6;
  margin-bottom: 47px;
  padding-top: 0;
}

.blog-image-description.photo.darker {
  color: gray;
  border-top-color: gray;
}

.blog-image-description._21-line-height {
  line-height: 21px;
}

.blog-wrap {
  width: 60%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.blog-wrap.assets {
  margin-top: 94px;
  margin-bottom: 0;
}

.blog-wrap.photography {
  margin-top: 94px;
  margin-bottom: 94px;
}

.div-block-253 {
  align-items: center;
  margin-top: 47px;
  margin-bottom: 0;
  display: flex;
}

.medium-body-bold---main {
  color: #262835;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Equals, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
}

.blog---mockups {
  margin-top: 340px;
  padding-bottom: 47px;
}

.div-block-272 {
  height: 564px;
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  display: flex;
}

.div-block-280 {
  height: 100%;
  padding-top: 94px;
  padding-bottom: 94px;
  display: flex;
}

.div-block-261 {
  height: 25%;
  color: #262835;
  background-color: #fff;
  border: 1px solid #ededf4;
  padding-top: 10px;
  padding-left: 20px;
  font-family: Equals, sans-serif;
  font-size: 10px;
  line-height: 18px;
}

.h1---main-5 {
  max-width: none;
  color: #262835;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  font-family: Equals, sans-serif;
  font-size: 44px;
  line-height: 52px;
}

.blog---com-logo {
  width: 296px;
  height: 151px;
  margin-bottom: 16px;
}

.div-block-264 {
  margin-bottom: 18px;
}

.blog-image {
  margin-top: 0;
}

.blog-image.no-description {
  margin-top: 47px;
  margin-bottom: 94px;
}

.blog-image.no-description.mobile {
  display: none;
}

.blog-image.cards {
  margin: 94px auto 0;
}

.blog-image.personal-photography, .blog-image.business-photography {
  margin-top: 47px;
}

.blog-image.mockup {
  margin-top: 94px;
  margin-bottom: 0;
}

.div-block-260 {
  height: 25%;
  color: #fff;
  background-color: #2fb9c2;
  padding-top: 10px;
  padding-left: 20px;
  font-family: Equals, sans-serif;
  font-size: 10px;
  line-height: 18px;
}

.heading-17 {
  font-size: 44px;
  font-weight: 600;
  line-height: 64px;
}

.image-154 {
  width: 47px;
  margin-right: 47px;
}

.div-block-285 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-267 {
  height: 124px;
  align-items: center;
  font-size: 55px;
  display: flex;
}

.heading-23 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 300;
  line-height: 34px;
}

.heading-18 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 34px;
}

.div-block-262 {
  height: 25%;
  color: #fff;
  background-color: #ffb900;
  padding-top: 10px;
  padding-left: 20px;
  font-family: Equals, sans-serif;
  font-size: 10px;
  line-height: 18px;
}

.app-store-button-image {
  margin-bottom: 0;
  margin-right: 0;
}

.div-block-254 {
  color: #676978;
  margin-bottom: 47px;
  padding-bottom: 0;
  padding-left: 99px;
}

.div-block-270 {
  padding-top: 94px;
  padding-bottom: 94px;
}

.div-block-281 {
  width: 222px;
}

.section---blog {
  height: auto;
  margin-top: -4px;
  padding: 94px 0;
}

.heading-25 {
  font-size: 44px;
  font-weight: 300;
  line-height: 64px;
}

.blog---grey-background {
  height: 564px;
  background-color: #ededf4;
  padding-top: 0;
  padding-bottom: 94px;
}

.image-185 {
  margin-left: auto;
  margin-right: auto;
}

.text-span-44 {
  color: #eb004d;
}

.text-span-45 {
  color: #eb004d;
  font-weight: 700;
  display: inline;
}

.image-161 {
  padding-top: 4px;
  padding-left: 10px;
}

.image-161.banner {
  padding-top: 4px;
  padding-bottom: 0;
  padding-left: 10px;
  display: none;
}

.section-timeline-heading {
  background-color: #0a0a0a;
}

.container {
  width: 90vw;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

.padding-vertical-xlarge {
  padding-top: 120px;
  padding-bottom: 120px;
}

.timeline-main_heading-wrapper {
  max-width: 640px;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.margin-bottom-medium {
  margin-bottom: 0;
}

.paragraph-large {
  letter-spacing: -.02em;
  font-size: 20px;
}

.timeline_definition-wrapper {
  background-color: rgba(255, 255, 255, .05);
  border-radius: 16px;
  padding: 16px;
}

.timeline_image-wrapper {
  background-image: linear-gradient(138deg, #000, rgba(0, 0, 0, 0) 28%), url('../images/Image-Background.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 12px;
  display: none;
  overflow: hidden;
}

.overlay-fade-bottom {
  height: 140px;
  background-color: #fff;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.timeline_milestone-badge {
  color: #161616;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 24px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 12px;
  display: inline-block;
}

.timeline_quote-title {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.overlay-fade-top {
  height: 80px;
  background-color: #fff;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.text-colour-lightgrey {
  color: rgba(255, 255, 255, .65);
}

.timeline_item {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 180px 1fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
  position: relative;
}

.timeline_quote {
  color: #fff;
  margin-bottom: 16px;
  font-size: 14px;
}

.timeline_badge {
  color: #fff;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, .15);
  border-radius: 8px;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 6px 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  display: inline-block;
}

.timeline_link {
  opacity: .6;
  color: #fff;
  letter-spacing: .8px;
  text-transform: uppercase;
  border-radius: 8px;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
}

.timeline_link:hover {
  opacity: 1;
}

.timeline_quote-wrapper {
  border: 2px solid #fff;
  border-radius: 16px;
  align-items: flex-start;
  padding: 24px;
  display: none;
}

.timeline_quote-text-wrapper {
  flex: 1;
}

.timeline_wrapper {
  max-width: 1120px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.section-timeline {
  z-index: -3;
  background-color: #fff;
  position: relative;
}

.timeline_progress {
  z-index: -2;
  width: 3px;
  height: 100%;
  background-color: #e6e6e6;
  position: -webkit-sticky;
  position: sticky;
}

.timeline_centre {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-colour-white {
  color: #fff;
}

.timeline_progress-bar {
  z-index: -2;
  width: 3px;
  height: 44vh;
  background-color: #fff;
  background-image: linear-gradient(#eb004d, #ff4848 51%, #eb004d);
  position: fixed;
  top: 69px;
  bottom: 50vh;
  left: auto;
  right: auto;
}

.timeline_circle {
  width: 15px;
  height: 15px;
  max-height: 15px;
  max-width: 15px;
  min-height: 15px;
  min-width: 15px;
  background-color: #e6e6e6;
  border-radius: 100%;
  margin-bottom: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 50vh;
  box-shadow: 0 0 0 8px #fff;
}

.timeline_quote-image {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  margin-right: 24px;
}

.margin-bottom-xlarge {
  margin-bottom: 56px;
}

.timeline_date-text {
  color: #000;
  letter-spacing: -.03em;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  position: -webkit-sticky;
  position: sticky;
  top: 50vh;
}

.timeline_left {
  text-align: right;
  justify-content: flex-end;
  align-items: stretch;
}

.inline-block {
  display: inline-block;
}

.timeline_text {
  color: #000;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}

.link-icon {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}

.hero {
  z-index: 2;
  background-color: #fff;
  position: relative;
}

.image-186 {
  width: 100%;
  height: 100%;
  margin-left: auto;
}

.image-187 {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area"
                 "."
                 / 1.5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-top: 94px;
  margin-bottom: 94px;
  display: grid;
}

.image-188 {
  margin-left: auto;
  margin-right: auto;
}

.div-block-286 {
  margin-top: 94px;
  margin-bottom: 47px;
}

.div-block-287 {
  margin-top: 94px;
}

.div-block-288 {
  margin-bottom: 0;
}

.div-block-289 {
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-290 {
  margin-top: 0;
}

.div-block-291 {
  margin-bottom: 0;
}

.div-block-292 {
  margin-top: 0;
}

.h2---main-3 {
  max-width: none;
  color: #262835;
  margin-top: 0;
  margin-bottom: 48px;
  font-family: Equals, sans-serif;
  font-size: 32px;
  line-height: 42px;
}

.div-block-397 {
  display: none;
}

.div-block-370 {
  height: auto;
  margin-left: auto;
  padding-left: 100px;
  padding-right: 40px;
}

.image-216 {
  width: 200px;
}

.close-button {
  margin-left: auto;
  display: none;
}

.header {
  width: 75%;
  height: 141px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  padding-top: 0;
  padding-left: 100px;
  padding-right: 33px;
  display: flex;
}

.div-block-395 {
  margin-bottom: 20px;
}

.onboarding-image {
  height: 80%;
  max-width: none;
  object-fit: cover;
  object-position: 100% 50%;
  padding-right: 50%;
}

.get-started-container {
  width: 75%;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 47px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-391 {
  max-width: 664px;
  margin-bottom: 40px;
}

.business-or-personal-link {
  border: 2px solid #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 30px;
  text-decoration: none;
  display: flex;
  box-shadow: 1px 1px 9px 4px rgba(0, 0, 0, .1);
}

.business-or-personal-link:hover {
  border: 2px solid #ededf4;
}

.get-started {
  width: 100vw;
  height: 100%;
  display: flex;
}

.logo-2 {
  width: auto;
  margin-top: auto;
  margin-bottom: auto;
}

.medium-body---main-4 {
  width: auto;
  max-width: none;
  color: #262835;
  white-space: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Equals, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.div-block-390 {
  max-width: 664px;
}

.image-218 {
  margin-bottom: 18px;
}

.div-block-394 {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.get-started-grid {
  width: 100%;
  max-width: none;
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  margin-bottom: 94px;
  display: grid;
}

.side-panel-image {
  z-index: -1;
  width: 25%;
  height: 100%;
  object-fit: cover;
  object-position: 100% 50%;
  display: flex;
  position: fixed;
  overflow: visible;
}

.h3-bold---main-3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Equals, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.h3-bold---main-3.midnight {
  color: #262835;
  margin-top: 0;
  font-weight: 700;
}

.text-span-46 {
  font-weight: 400;
}

.regular-black {
  color: #000;
  font-weight: 400;
}

.ck-attr-btn {
  width: 1px;
  height: 1px;
  margin: -1px;
  position: absolute;
  overflow: hidden;
}

.ck-modal__btns-w {
  background-color: #f3f7f2;
  border-radius: 0 0 .5rem .5rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.ck-modal__btns-w.is--small {
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-start;
  padding: 1.5rem 40px 1.5rem 0;
}

.ck-modal__btns-w.in-pref-manger {
  margin: 2rem -2rem -2.25rem;
}

.ck-txt-link {
  color: #515750;
  font-weight: 400;
  transition: color .15s cubic-bezier(.25, .46, .45, .94);
}

.ck-txt-link:hover {
  color: #262926;
}

.ck-title {
  color: #262926;
  margin-bottom: .1875em;
  font-size: 1.25rem;
  font-weight: 700;
}

.ck-title.is--small {
  font-size: 1.1875rem;
}

.ck-modal {
  max-width: none;
  color: #000;
  background-color: #e6e6e6;
  border-radius: 0;
  flex-direction: row;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  font-size: .9375rem;
  line-height: 1.4;
  display: flex;
  position: relative;
}

.ck-button-w {
  color: #fff;
  text-align: center;
  background-color: #515750;
  border-radius: .25rem;
  padding: .875em 1.5em 1rem;
  font-size: .9375rem;
  text-decoration: none;
  transition: color .2s cubic-bezier(.25, .46, .45, .94), background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.ck-button-w:hover {
  background-color: #262926;
}

.ck-button-w.is--secondary {
  color: #515750;
  background-color: rgba(0, 0, 0, 0);
  margin-right: -1.25em;
  padding-left: 1.25em;
  padding-right: 1.25em;
  font-size: .875rem;
  font-weight: 700;
}

.ck-button-w.is--secondary:hover {
  color: #262926;
  text-decoration: underline;
}

.ck-button-w.is--secondary.is--fullwidth {
  margin-top: .75rem;
  margin-bottom: -1rem;
  margin-right: 0;
}

.ck-button-w.is--fullwidth {
  width: 100%;
  flex: none;
}

.ck-css-styles {
  display: none;
}

.ck__exitbtn__line {
  width: 1rem;
  height: 2px;
  background-color: #515750;
  position: absolute;
}

.ck__exitbtn__line.is--left {
  transform: rotate(45deg);
}

.ck__exitbtn__line.is--right {
  transform: rotate(-45deg);
}

.ck-sr__only {
  width: 1px;
  height: 1px;
  margin: -1px;
  position: absolute;
  overflow: hidden;
}

.ck-cookie-w {
  z-index: 9500;
  width: 100%;
  max-width: none;
  background-color: #e6e6e6;
  flex-direction: row;
  justify-content: flex-start;
  display: block;
  position: fixed;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
}

.ck-modal__exit-btn {
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
  background-color: #fff;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  margin: 1.25rem 1.25rem -2.5rem auto;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 1rem;
}

.ck-modal__exit-btn:hover {
  background-color: #000;
}

.ck-modal__content-w {
  padding: 1.75rem 2rem;
}

.ck-modal__content-w.is--small {
  border-radius: 0;
  align-items: center;
  padding: 1.5rem 1.5rem 1.5rem 40px;
  display: flex;
}

.ck-prefmanager-w {
  z-index: 9475;
  color: #262926;
  text-decoration: none;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 1.25rem;
}

.ck-prefmanager-w:hover {
  text-decoration: underline;
}

.ck-preference__btn {
  color: #262926;
  background-color: #fff;
  border-radius: .5rem .5rem 0 0;
  align-items: center;
  margin-bottom: -.125rem;
  padding: .75em 1em .875em;
  font-size: .9375rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: margin-bottom .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.ck-preference__btn:hover {
  margin-bottom: 0;
  text-decoration: underline;
}

.ck-preference__icon {
  width: 1.125rem;
  height: 1.125rem;
  flex: none;
  margin-right: .375rem;
}

.ck-preference__bg {
  width: 100%;
  height: 100%;
  opacity: 1;
  cursor: pointer;
  background-color: rgba(215, 231, 213, .5);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.ck-radio-w {
  color: #999c98;
  cursor: pointer;
  margin-top: 1rem;
  margin-bottom: 0;
  padding-left: 1.75rem;
  transition: color .15s cubic-bezier(.25, .46, .45, .94);
}

.ck-radio-w:hover {
  color: #515750;
}

.ck-radio-w.is--not-allowed {
  cursor: not-allowed;
}

.ck-preference-w {
  z-index: 9525;
  width: 100%;
  height: 100%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.ck-form-w {
  margin-bottom: 0;
}

.ck-preference__scroll-w {
  width: 100%;
  max-height: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
  overflow: auto;
}

.ck-radio__btn {
  width: 1.25rem;
  height: 1.25rem;
  float: left;
  border: 1.75px solid #000;
  border-radius: .375rem;
  margin-top: 2px;
  margin-left: -1.75rem;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.ck-radio__btn:hover {
  border-color: #eb004d;
}

.ck-radio__btn.w--redirected-checked {
  width: 1.25rem;
  height: 1.25rem;
  background-color: #eb004d;
  background-image: url('../images/radio__checkmark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .625rem;
  border: 1px solid #eb004d;
  border-radius: .375rem;
  margin-top: 0;
  padding-top: 2px;
}

.ck-radio__btn.is--checked {
  background-color: #515750;
  background-image: url('../images/radio__checkmark.svg');
  background-position: 45%;
  background-repeat: no-repeat;
  background-size: .625rem;
  border-color: #515750;
}

.ck-radio__btn.is--checked.is--not-allowed {
  background-color: #eb004d;
  border-color: #eb004d;
  margin-top: 2px;
}

.ck-radio__desc {
  cursor: pointer;
  font-size: .875rem;
  font-weight: 400;
}

.ck-radio__label {
  color: #262926;
  cursor: pointer;
  margin-bottom: .25rem;
  font-size: .9375rem;
  font-weight: 600;
}

.ck-form {
  padding-top: 1.25rem;
  padding-bottom: .5rem;
}

.text-block {
  width: 1px;
  height: 1px;
  margin: -1px;
  position: absolute;
  overflow: hidden;
}

.link-button {
  color: #eb004d;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: 14px 20px;
  font-weight: 600;
  display: flex;
}

.link-button:hover {
  color: #cf0044;
}

.link-button.full {
  width: 100%;
}

.cookies-buttons-grid {
  width: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-right: 60px;
}

.div-block-399 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.text-span-47 {
  display: block;
}

.link-10 {
  font-weight: 600;
}

.terms-small-header, .live-chat-text-link {
  display: none;
}

.link-11 {
  color: #fff;
}

.link-12 {
  color: #fff;
  font-weight: 600;
}

.link-13 {
  color: #fff;
  font-weight: 400;
}

.link-14 {
  color: #fff;
  font-weight: 300;
}

.pricing-top {
  min-height: 378px;
}

.form-message {
  color: #0ba866;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #eb004d;
  border-radius: 4px;
  padding-left: 16px;
}

.error-message-2 {
  background-color: rgba(11, 168, 102, .43);
}

.green-tick {
  width: 28px;
  margin-right: 12px;
  padding-bottom: 0;
}

.success {
  justify-content: center;
  display: flex;
}

.success-message-2 {
  color: #0ba866;
  background-color: rgba(0, 0, 0, 0);
}

.small-body---main {
  width: auto;
  color: #676978;
  margin-left: auto;
  font-family: Equals, sans-serif;
  font-size: 14px;
  line-height: 28px;
}

.small-body---main.fscs {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 10px;
}

.small-body---main.fscs.dark {
  color: #fff;
  margin-right: auto;
}

.section---black {
  height: 94px;
  background-color: #000;
  flex-direction: row;
  align-items: center;
  padding-left: 68px;
  padding-right: 68px;
  display: none;
}

.my-container-3 {
  width: 100%;
  height: auto;
  max-width: 1480px;
  min-width: auto;
  text-align: left;
  flex-direction: column;
  justify-content: space-around;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.medium-body-bold---main-5 {
  width: auto;
  max-width: 40ch;
  color: #fff;
  white-space: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Equals, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
}

.medium-body-bold---main-5.white {
  width: 100%;
  max-width: none;
  color: #fff;
  text-align: center;
  margin-right: 0;
  font-weight: 400;
  display: inline-block;
}

.div-block-611 {
  border: 1px solid #262835;
  border-radius: .5em;
  padding-top: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
}

.h2---main {
  max-width: none;
  color: #262835;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Equals, sans-serif;
  font-size: 32px;
  line-height: 42px;
}

.terms-and-conditions-content-2 {
  width: 100%;
}

.complaints {
  margin-top: 24px;
  margin-bottom: 24px;
}

.terms-text-block {
  width: 100%;
  color: #fff;
  font-family: Equals, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.section---terms-2 {
  background-color: rgba(0, 0, 0, 0);
  padding-bottom: 94px;
  padding-left: 68px;
  padding-right: 58px;
}

.h1---main-6 {
  max-width: none;
  color: #262835;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 0;
  font-family: Equals, sans-serif;
  font-size: 44px;
  line-height: 52px;
}

.medium-body-main {
  z-index: 2;
  width: auto;
  max-width: none;
  color: #262835;
  text-align: left;
  white-space: normal;
  align-self: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Equals, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  position: relative;
}

.h3-bold---main-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Equals, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.title-block {
  height: 384px;
  max-width: 1480px;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.title-block.complaints {
  height: 4em;
}

@media screen and (min-width: 1280px) {
  h1 {
    line-height: 52px;
  }

  .nav-link-top.white {
    font-weight: 400;
  }

  .nav-link-top.white.active.w--current {
    font-weight: 600;
  }

  .topnav {
    display: block;
  }

  .menu-button {
    display: none;
  }

  .nav-logo {
    width: 220px;
  }

  .nav-link {
    white-space: nowrap;
  }

  .nav-link.business.small-screen {
    display: flex;
  }

  .footer-link {
    font-size: 16px;
  }

  .footer-link.white, .footer-link.dark {
    font-size: 10px;
  }

  .footer-app-buttons-wrap {
    flex-direction: column;
    align-self: flex-start;
    display: flex;
  }

  .equals-group-logo {
    width: 200px;
  }

  .footer-legal {
    flex-direction: row;
    align-items: center;
  }

  .slide-horizontal {
    height: 423px;
  }

  .utility-page-content {
    width: 440px;
  }

  .medium-body---main-2, .nav-dropdown-1 {
    font-size: 16px;
  }

  .nav-grid {
    grid-column-gap: 30px;
    margin-left: 2vw;
  }

  .app-buttons-wrap {
    align-self: flex-start;
  }

  .floating-cards {
    margin-left: 0;
  }

  .quote-text {
    font-size: 30px;
    line-height: 42px;
  }

  .feature-block {
    padding: 32px;
  }

  .feature-block.money-management {
    background-color: #333;
  }

  .feature-block.business-payments {
    background-color: #1a1a1a;
  }

  .why-choose-us-benefits {
    max-width: none;
  }

  .h2---main-5 {
    font-size: 32px;
    line-height: 42px;
  }

  .why-choose-us-grid {
    grid-template-rows: auto;
    grid-template-columns: 25% 25% 25% 25%;
    margin-top: 47px;
  }

  .coming-soon-feature {
    flex-direction: column;
    display: block;
  }

  .black-bg {
    top: 515px;
  }

  .h1---main-4 {
    margin-bottom: 0;
  }

  .medium-body---black {
    font-size: 16px;
  }

  .h2---main-6 {
    font-size: 32px;
    line-height: 42px;
  }

  .pricing-table-grid {
    color: #000;
  }

  .meganav-dropdown.large-screen {
    display: none;
  }

  .field-row {
    grid-column-gap: 56px;
  }

  .privacy-grid {
    color: #000;
  }

  .black-half-bg {
    height: 640px;
  }

  .fee-table-grid, .exclusions-grid {
    color: #000;
  }

  .switch-logo {
    align-items: center;
  }

  .export-icon {
    width: 134px;
    height: 134px;
  }

  .section---padding-slim.logo-bar {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .h1---main {
    margin-bottom: 0;
  }

  .medium-body---main, .medium-body---main.center {
    font-size: 16px;
  }

  .section-center-paragraph-div {
    max-width: 1000px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .banner-icon {
    height: 47px;
  }

  .div-block-277 {
    flex-direction: row;
  }

  .section---com-blog-banner {
    background-color: #fff;
  }

  .heading-15 {
    font-size: 32px;
  }

  .medium-body---main-3 {
    font-size: 16px;
  }

  .heading-22 {
    font-size: 32px;
  }

  .heading-20, .heading-14 {
    font-size: 50px;
  }

  .div-block-258 {
    grid-template-columns: 1fr .75fr;
  }

  .blog-image-description.photo {
    color: gray;
    border-top-color: gray;
  }

  .h1---main-5 {
    margin-bottom: 0;
  }

  .heading-17, .div-block-267 {
    font-size: 50px;
  }

  .heading-23, .heading-18 {
    font-size: 32px;
  }

  .heading-25 {
    font-size: 50px;
  }

  .image-161.banner {
    display: block;
  }

  .h2---main-3 {
    font-size: 32px;
    line-height: 42px;
  }

  .div-block-370 {
    padding-left: 120px;
    padding-right: 40px;
  }

  .onboarding-image {
    padding-right: 30%;
  }

  .get-started-container {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .medium-body---main-4 {
    font-size: 16px;
  }

  .get-started-grid {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .pricing-top {
    height: 378px;
    min-height: auto;
  }

  .small-body---main {
    margin-left: auto;
    line-height: 24px;
  }

  .h2---main {
    font-size: 32px;
    line-height: 42px;
  }

  .terms-text-block {
    width: 100%;
  }

  .h1---main-6 {
    margin-bottom: 0;
  }

  .medium-body-main {
    font-size: 16px;
  }

  .title-block {
    padding-left: 0;
  }
}

@media screen and (min-width: 1440px) {
  h1 {
    font-size: 60px;
    line-height: 72px;
  }

  h2 {
    font-size: 36px;
    line-height: 46px;
  }

  h3 {
    font-size: 22px;
    line-height: 30px;
  }

  p {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .nav-link-top.white.active.w--current {
    font-weight: 600;
  }

  .hero-para-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .footer-link {
    margin-bottom: 8px;
    font-family: Equals, sans-serif;
    font-size: 16px;
    line-height: 28px;
  }

  .footer-link.white, .footer-link.dark {
    font-size: 10px;
    line-height: 18px;
  }

  .equals-group-logo {
    width: 220px;
  }

  .slide-horizontal {
    height: 564px;
  }

  .text-link---main {
    cursor: pointer;
  }

  .cookies-grid-wrap {
    width: 100%;
    display: block;
  }

  .tab-link-2 {
    margin-bottom: 20px;
    padding-right: 20%;
  }

  .tab-link-2.w--current {
    margin-bottom: 20px;
    padding-right: 8%;
  }

  .utility-page-content {
    width: 500px;
    align-items: center;
  }

  .image-130 {
    width: 539px;
  }

  .image-131 {
    width: 474px;
  }

  .medium-body---main-2 {
    max-width: none;
    margin-bottom: 0;
    margin-right: 0;
    font-size: 16px;
    line-height: 28px;
  }

  .slider-left {
    height: 58.75px;
  }

  .nav-grid {
    grid-column-gap: 60px;
  }

  .floating-cards {
    margin-left: auto;
    display: block;
    top: 10vh;
  }

  .slider-small {
    max-width: 600px;
  }

  .quote-text {
    font-size: 36px;
    line-height: 48px;
  }

  .feature-block {
    padding: 48px;
  }

  .why-choose-us-features-icon {
    width: auto;
    height: auto;
  }

  .why-choose-us-benefits {
    max-width: 600px;
  }

  .h2---main-5 {
    max-width: none;
    font-family: Equals, sans-serif;
    font-size: 36px;
    line-height: 46px;
  }

  .hero-list-item {
    margin-bottom: 26px;
  }

  .black-bg {
    top: 592px;
  }

  .medium-icon {
    width: 220px;
    height: 220px;
  }

  .medium-icon.smaller {
    width: 150px;
  }

  .h1---main-4 {
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 60px;
    line-height: 76px;
  }

  .h1---main-4.center {
    max-width: none;
  }

  .hero-grid {
    grid-auto-columns: 1fr;
  }

  .medium-body---black {
    max-width: none;
    margin-bottom: 0;
    margin-right: 0;
    font-size: 16px;
    line-height: 28px;
  }

  .h2---main-6 {
    max-width: none;
    font-family: Equals, sans-serif;
    font-size: 36px;
    line-height: 46px;
  }

  .navigation-drop-container {
    max-width: 1480px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-paragraph-div-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 47px;
    padding-right: 0;
    display: block;
  }

  .hero-header-2 {
    margin-bottom: 36px;
  }

  .navigation-column.title {
    width: 20%;
    padding-right: 40px;
  }

  .navigation-column.links {
    width: auto;
    margin-left: 19%;
  }

  .meganav-dropdown {
    margin-left: 0;
  }

  .dropdown-list-full-wrapper {
    padding-left: 68px;
    padding-right: 68px;
  }

  .arrow-link-block.top-margin-20 {
    grid-column-gap: 16px;
  }

  .onboarding-inputs {
    height: auto;
    min-height: 0;
  }

  .field-row {
    grid-column-gap: 64px;
  }

  .rich-text h4 {
    font-size: 26px;
    line-height: 36px;
  }

  .section---text-only {
    padding-top: 200px;
  }

  .black-half-bg {
    height: 680px;
  }

  .pricing-column {
    padding-bottom: 30px;
  }

  .pricing-tab {
    font-size: 22px;
    line-height: 34px;
  }

  .switch-logo {
    justify-content: center;
  }

  .primary-button.full {
    max-width: 444px;
    min-width: 0;
  }

  .export-icon {
    width: 160px;
    height: 160px;
  }

  .section---padding {
    margin-right: auto;
  }

  .rc {
    max-width: 1560px;
  }

  .medium-body.no-margins.bold {
    display: block;
  }

  .small-body-footer.black-outline {
    font-size: 14px;
  }

  .h1-main {
    font-size: 60px;
    line-height: 72px;
  }

  .h1-main.limited {
    width: 630px;
  }

  .h2-main {
    font-size: 36px;
    line-height: 46px;
  }

  .h2-main.limited {
    max-width: 500px;
  }

  .h3-main {
    font-size: 22px;
    line-height: 30px;
  }

  .section---padding-slim.logo-bar {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .nav-link-grid {
    grid-column-gap: 60px;
  }

  ._2-col-content-inner {
    max-width: 580px;
  }

  ._2-col-content-inner.full-height {
    height: 80vh;
    justify-content: flex-start;
    padding-top: 100px;
    padding-bottom: 0;
  }

  ._2-col-content-inner.full-height.middle {
    justify-content: flex-end;
    padding-top: 0;
  }

  ._2-col-content-inner.hero {
    background-color: rgba(0, 0, 0, 0);
  }

  ._2-col-content-inner.mobile-full {
    max-width: 660px;
  }

  .section---padding-hero {
    padding-top: 100px;
    padding-bottom: 150px;
  }

  .section---padding-hero.mobile-modified {
    padding-top: 40px;
  }

  .section-bg---light {
    background-position: 75% 0;
    background-size: contain;
  }

  .section-bg---light.home {
    background-position: 50% 100%;
  }

  .section-bg---light.about {
    background-size: cover;
  }

  .content-image {
    height: 560px;
  }

  .large-body {
    font-size: 22px;
    line-height: 34px;
  }

  .large-body.limited-more {
    max-width: 450px;
  }

  .large-body-bold {
    font-size: 22px;
    line-height: 34px;
  }

  .div-block-198, .div-block-199 {
    justify-content: center;
    display: flex;
  }

  .h1---main {
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 60px;
    line-height: 76px;
  }

  .h1---main.center {
    max-width: none;
  }

  .section---values-v2 {
    padding: 94px 68px;
  }

  .values-icon {
    width: 50px;
    height: 50px;
  }

  .values-content {
    height: 300px;
    justify-content: flex-end;
  }

  .medium-body---main {
    max-width: none;
    margin-bottom: 0;
    margin-right: 0;
    font-size: 16px;
    line-height: 28px;
  }

  .medium-body---main.center {
    max-width: none;
    font-size: 16px;
  }

  .medium-body---main.why-choose-us-numbers {
    width: 300px;
    margin-top: 10px;
  }

  .values-card {
    padding: 24px 24px 30px;
  }

  .my-container {
    width: 100%;
    height: auto;
    max-width: 1480px;
    object-fit: cover;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0%;
    padding-right: 0;
    display: flex;
    overflow: visible;
  }

  .section-center-header {
    margin-top: 0;
    margin-bottom: 18px;
  }

  .section-center-paragraph-div {
    max-width: 1000px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .large-number-text {
    font-size: 60px;
    line-height: 60px;
  }

  .medium-number-text {
    padding: 10px 10px 6px;
  }

  .proof-text {
    font-size: 36px;
    line-height: 36px;
  }

  .why-choose-us-number-wrap {
    justify-content: flex-start;
  }

  .about-stats-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .about-stats-grid.why-choose-us {
    align-content: stretch;
  }

  .div-block-276 {
    width: 7%;
  }

  .div-block-277 {
    width: auto;
    margin-right: 5%;
    display: flex;
  }

  .div-block-278, .div-block-279 {
    justify-content: center;
    display: flex;
  }

  .div-block-269 {
    margin-bottom: 60px;
  }

  .div-block-256 {
    margin-top: 94px;
  }

  .image-163 {
    padding-left: 0%;
  }

  .logo {
    margin-top: 94px;
    margin-bottom: 94px;
  }

  .div-block-263 {
    padding-left: 70px;
    padding-right: 60px;
  }

  .image-166 {
    margin-bottom: 188px;
  }

  .heading-15 {
    font-size: 34px;
    line-height: 40px;
  }

  .div-block-266 {
    margin-bottom: 0;
  }

  .medium-body---main-3 {
    max-width: none;
    margin-bottom: 0;
    margin-right: auto;
    font-size: 16px;
    line-height: 28px;
  }

  .h3-bold---main {
    font-size: 22px;
  }

  .h3-bold---main.white {
    color: #fff;
  }

  .heading-22 {
    font-size: 34px;
    line-height: 40px;
  }

  .my-container-2 {
    width: 100%;
    height: auto;
    max-width: 1480px;
    object-fit: cover;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0%;
    padding-right: 0;
    display: flex;
    overflow: visible;
  }

  .text-link---main-2 {
    cursor: pointer;
  }

  .text-link---main-2.footer.blue {
    padding: 0;
    font-size: 14px;
  }

  .category---main {
    text-transform: uppercase;
  }

  .heading-20 {
    font-size: 55px;
  }

  .blog---dark-background {
    padding-top: 148px;
    padding-bottom: 141px;
    padding-left: 0;
  }

  .heading-14 {
    font-size: 55px;
  }

  .div-block-257 {
    grid-row-gap: 47px;
    margin-bottom: 188px;
  }

  .blog-image-description, .blog-image-description.photo.darker, .blog-image-description._21-line-height {
    color: gray;
    border-top-color: gray;
  }

  .blog-wrap.assets {
    flex-direction: column;
    display: flex;
  }

  .blog-wrap.last {
    margin-bottom: 0;
  }

  .medium-body-bold---main {
    font-size: 16px;
    line-height: 28px;
  }

  .blog---mockups {
    margin-top: 400px;
    padding-bottom: 141px;
  }

  .div-block-280 {
    justify-content: space-between;
    margin-top: 0;
    margin-bottom: 0;
  }

  .h1---main-5 {
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 60px;
    line-height: 76px;
  }

  .div-block-264 {
    margin-bottom: 18px;
  }

  .blog-image.cards {
    margin-bottom: 188px;
  }

  .heading-17 {
    font-size: 55px;
  }

  .div-block-285 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .heading-23, .heading-18 {
    font-size: 34px;
    line-height: 40px;
  }

  .div-block-270.second {
    padding-top: 188px;
  }

  .section---blog {
    height: auto;
    padding-top: 94px;
    padding-bottom: 188px;
  }

  .heading-25 {
    font-size: 55px;
  }

  .image-161 {
    padding-top: 0;
    padding-bottom: 4px;
  }

  .image-161.banner {
    width: auto;
    height: auto;
    padding-top: 4px;
    padding-bottom: 0;
    padding-left: 10px;
    display: block;
  }

  .image-187 {
    margin-top: auto;
    margin-bottom: auto;
  }

  .grid {
    height: 100%;
    max-height: none;
    align-content: space-around;
    align-items: stretch;
    margin: 0 0 94px;
  }

  .image-188 {
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
  }

  .div-block-288 {
    margin-bottom: 0;
  }

  .div-block-289 {
    margin-top: 0;
  }

  .h2---main-3 {
    max-width: none;
    font-family: Equals, sans-serif;
    font-size: 36px;
    line-height: 46px;
  }

  .div-block-370 {
    padding-left: 148px;
  }

  .header {
    height: 188px;
    padding-left: 148px;
  }

  .onboarding-image {
    height: 100%;
    object-fit: cover;
    object-position: 100% 50%;
    padding-right: 0;
  }

  .get-started-container {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .medium-body---main-4 {
    max-width: none;
    margin-bottom: 0;
    margin-right: 0;
    font-size: 16px;
    line-height: 28px;
  }

  .get-started-grid {
    width: 100%;
    max-width: 1080px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 40px;
    display: grid;
  }

  .side-panel-image {
    width: auto;
    display: block;
    overflow: visible;
  }

  .h3-bold---main-3 {
    font-size: 22px;
  }

  .h3-bold---main-3.midnight {
    margin-top: 0;
  }

  .ck-modal {
    align-items: center;
  }

  .div-block-399 {
    max-width: 1560px;
  }

  .pricing-top {
    height: auto;
    min-height: 440px;
  }

  .small-body---main {
    margin-left: auto;
    font-family: Equals, sans-serif;
    font-size: 12px;
    line-height: 24px;
  }

  .small-body---main.fscs {
    font-size: 14px;
  }

  .my-container-3 {
    width: 100%;
    height: auto;
    max-width: 1480px;
    object-fit: cover;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    display: flex;
    overflow: visible;
  }

  .medium-body-bold---main-5 {
    font-size: 16px;
    line-height: 28px;
  }

  .h2---main {
    max-width: none;
    font-family: Equals, sans-serif;
    font-size: 32px;
    line-height: 46px;
  }

  .terms-text-block {
    color: #fff;
  }

  .section---terms-2 {
    background-color: rgba(0, 0, 0, 0);
    padding-right: 68px;
  }

  .h1---main-6 {
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 60px;
    line-height: 76px;
  }

  .medium-body-main {
    max-width: none;
    margin-bottom: 0;
    margin-right: 0;
    padding-bottom: 0;
    font-size: 16px;
    line-height: 28px;
  }

  .h3-bold---main-4 {
    font-size: 22px;
  }

  .title-block {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 40px;
    line-height: 52px;
  }

  h2 {
    font-size: 25px;
    line-height: 32px;
  }

  .nav-link-top {
    display: none;
  }

  .nav-container {
    justify-content: space-between;
  }

  .topnav {
    display: none;
  }

  .navbar {
    background-color: #fff;
  }

  .menu-button {
    z-index: 1;
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
  }

  .menu-button.w--open {
    z-index: 2;
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-buttons {
    z-index: 2;
    width: auto;
    justify-content: flex-end;
    position: relative;
  }

  .brand {
    z-index: 2;
    width: 132px;
  }

  .hero-para-wrap {
    margin-bottom: 24px;
  }

  .nav-link {
    display: none;
  }

  .burger-line {
    border-radius: 0;
    flex: none;
  }

  .burger-line.white {
    background-color: #fff;
  }

  .hero-header-wrap {
    margin-bottom: 20px;
  }

  .heading-wrap {
    margin-bottom: 44px;
  }

  .footer-link {
    font-size: 14px;
  }

  .footer-link.white, .footer-link.dark {
    font-size: 12px;
  }

  .image-40 {
    width: 50px;
  }

  .footer-legal {
    width: 100%;
    grid-column-gap: 40px;
    flex-direction: column;
    grid-template-rows: auto auto;
  }

  .terms-heading {
    margin-top: 0;
    margin-bottom: 24px;
    font-family: Equals, sans-serif;
  }

  .mobile-nav {
    width: 100%;
    color: #000;
    background-color: #fff;
    border: 0 #fff;
    border-radius: 0;
    margin-top: 70px;
    padding: 30px;
    font-family: Equals, sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    display: block;
    box-shadow: 42px 42px 55px rgba(32, 53, 90, .09);
  }

  .mobile-nav.dark {
    padding-bottom: 47px;
  }

  .mobile-nav.dark.w--open {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .mobile-nav-link {
    width: 100%;
    color: #000;
    padding-left: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
  }

  .mobile-nav-link:hover {
    color: #eb004d;
  }

  .mobile-nav-link.w--current {
    color: #eb004d;
    font-weight: 700;
  }

  .mobile-nav-link.light {
    color: #fff;
  }

  .mobile-nav-link.light:hover, .mobile-nav-link.light.w--current {
    color: #eb004d;
  }

  .mobile-dropdown {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    display: block;
    position: relative;
  }

  .dropdown-list {
    background-color: #fff;
  }

  .dropdown-list.w--open {
    position: relative;
  }

  .dropdown-link-com {
    width: 100%;
    color: #000;
    border: 0 #262835;
    border-radius: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
  }

  .dropdown-link-com:hover {
    box-shadow: none;
    color: #eb004d;
    border-radius: 0;
    transform: none;
  }

  .dropdown-link-com.w--current {
    color: #eb004d;
  }

  .dropdown-link-com.white {
    color: #fff;
    background-color: #000;
  }

  .dropdown-link-com.white:hover {
    opacity: 1;
    color: #eb004d;
    background-color: #000;
  }

  .mobile-toggle {
    width: 100%;
    padding-left: 0;
  }

  .mobile-toggle:hover {
    color: #eb004d;
  }

  .mobile-toggle.w--open {
    padding-right: 0;
  }

  .mobile-toggle.white {
    color: #fff;
  }

  .icon-6 {
    margin-right: 0;
    font-size: 16px;
    line-height: 28px;
  }

  .currency-card-terms-grid-title-block {
    display: inline;
  }

  .currency-card-terms-grid-item-block {
    border-bottom-style: solid;
    padding-bottom: 10px;
  }

  .text-block-67, .text-block-68, .text-block-69 {
    display: none;
  }

  .tab-link-2 {
    width: 560px;
    padding-right: 0%;
  }

  .tab-link-2.w--current {
    width: auto;
    flex: 0 auto;
  }

  .block_wrap {
    width: 50%;
  }

  .div-block-197 {
    width: auto;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .image-131 {
    width: 350px;
  }

  .side-menu {
    width: 30%;
    height: 400px;
    margin-bottom: 140px;
    display: flex;
  }

  .terms-and-conditions-content {
    width: 70%;
  }

  .navigation, .navigation-2, .nav-grid {
    display: none;
  }

  .google-play-button {
    width: 132px;
  }

  .app-store-button {
    width: 132px;
    align-self: flex-start;
  }

  .floating-cards {
    margin-right: 0;
  }

  .content-image-full {
    width: 100%;
  }

  .slider-small {
    width: 45vw;
  }

  .slide-card {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .quote-text {
    font-size: 20px;
    line-height: 36px;
  }

  .slide-nav-hidden {
    bottom: -70px;
  }

  .card-wrap {
    padding-bottom: 0;
  }

  .feature-block.money-management {
    background-color: #333;
  }

  .feature-block.business-payments {
    background-color: #1a1a1a;
  }

  .why-choose-us-benefits {
    max-width: 600px;
    margin-left: 0;
    margin-right: auto;
  }

  .features-list {
    margin-bottom: 20px;
  }

  .white-line {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .h2---main-5 {
    font-size: 25px;
    line-height: 32px;
  }

  .hero-list-item {
    padding-right: 0;
  }

  .why-choose-us-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 47px;
  }

  .black-bg {
    top: 455px;
  }

  .medium-icon {
    width: 140px;
    height: 140px;
  }

  .medium-icon.smaller {
    width: 100px;
  }

  .h1---main-4 {
    font-size: 40px;
    line-height: 48px;
  }

  .h1---main-4.center {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-grid {
    grid-template-columns: auto;
  }

  .limited-content {
    max-width: 100%;
  }

  .h2---main-6 {
    font-size: 25px;
    line-height: 32px;
  }

  .nav-title {
    margin-bottom: 6px;
    font-size: 15px;
  }

  .hero-paragraph-div-2 {
    margin-bottom: 24px;
  }

  .hero-header-2 {
    margin-bottom: 20px;
  }

  .navigation-link-block {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-content-wrap-4 {
    padding-left: 10px;
  }

  .arrow-link-block.top-margin-20 {
    grid-column-gap: 12px;
  }

  .arrow-link-block.top-margin-20.pricing {
    margin-bottom: 50px;
  }

  .arrow-link-block.top-margin-20.corporate-pricing {
    margin-top: 58px;
  }

  .field-row {
    grid-column-gap: 36px;
  }

  .rich-text h1 {
    margin-bottom: 80px;
  }

  .section---text-only {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .pricing-column {
    padding: 40px 30px 30px;
  }

  .button-wrap {
    grid-template-columns: auto auto;
  }

  .button-wrap.stack, .button-wrap.single {
    grid-template-columns: auto;
  }

  .button-wrap.single.pricing {
    margin-bottom: 88px;
  }

  .pricing-tabs-menu {
    width: 100%;
  }

  .switch-logo {
    justify-content: center;
    margin-top: 30px;
  }

  .secondary-button, .primary-button {
    padding-left: 15px;
    padding-right: 15px;
  }

  .primary-button.nav.cookies {
    width: 200px;
  }

  .secondary-button-reverse {
    padding-left: 15px;
    padding-right: 15px;
  }

  .export-icon {
    width: 120px;
    height: 80px;
  }

  .mobile-tab-link {
    width: 100%;
    color: #e6e6e6;
    border-bottom: 1px solid gray;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    display: flex;
  }

  .mobile-tab-link:hover {
    color: #eb004d;
    border-bottom-color: #eb004d;
  }

  .mobile-tab-link.current {
    color: #eb004d;
    border: 1px #000;
    border-bottom: 1px solid #eb004d;
    font-weight: 700;
  }

  .mobile-tab-link.current:hover {
    color: #cf0044;
    border-bottom-color: #cf0044;
  }

  .mobile-tab-link.personal {
    color: #000;
    border-bottom-color: #e6e6e6;
  }

  .mobile-tab-link.personal:hover {
    color: #eb004d;
    border-bottom-color: #eb004d;
  }

  .side-menu-tabs {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 20px;
    display: grid;
  }

  .side-menu-buttons {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 40px;
    display: grid;
  }

  .section---padding {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section---padding.black.parallax-cards {
    overflow: visible;
  }

  .section---padding.full-height {
    min-height: auto;
  }

  .rc {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  ._4-col-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  ._3-col-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  ._3-col-grid.alt {
    grid-template-columns: 1fr 1fr;
  }

  ._3-col-grid.bigger {
    grid-template-columns: 1fr;
  }

  ._2-col-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr;
  }

  ._2-col-grid.closer {
    grid-column-gap: 30px;
  }

  ._2-col-grid.parallax-cards {
    grid-column-gap: 0px;
  }

  .medium-body {
    display: block;
  }

  .medium-body.success-message {
    text-align: center;
    display: inline;
  }

  .column.mobile-limited {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .h1-main {
    font-size: 40px;
    line-height: 52px;
  }

  .h2-main {
    font-size: 25px;
    line-height: 32px;
  }

  .h2-main.top-margin-40.corporate-pricing {
    margin-bottom: 0;
  }

  .section---padding-slim {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section---padding-slim.logo-bar {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .trust-logo {
    max-height: 80px;
    max-width: 180px;
    margin-left: 20px;
  }

  .trust-logo.small {
    margin-right: 60px;
  }

  .trust-logo._2 {
    max-width: 100px;
  }

  .section-bg---dark {
    background-image: linear-gradient(to right, #000, rgba(0, 0, 0, 0) 50%), url('../images/Frame-17690.jpg');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .section-bg---dark.one-thing {
    background-image: linear-gradient(to right, #000, rgba(255, 255, 255, 0) 50%), url('../images/GettyImages-1157960595-1.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .section-bg---dark.one-thing-2 {
    background-image: url("https://assets-global.website-files.com/611a1eab270cac5356eb5e67/61564299dd53ce12af978d48_Let's%20get%20started.jpg");
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
  }

  ._2-col-content-inner.full-height {
    height: 100vh;
    max-width: 40vw;
  }

  ._2-col-content-inner.hero, ._2-col-content-inner.mobile-full {
    width: 450px;
    max-width: 100%;
  }

  .section---padding-hero {
    padding-top: 80px;
    padding-bottom: 150px;
  }

  .section-bg---light {
    background-position: 45% 0;
  }

  .section-bg---light.current-account {
    background-position: 30% 0;
  }

  .section-bg---light.pricing {
    background-position: 55% 0;
  }

  .section-bg---light.account-switch {
    background-position: 35% 0;
  }

  .section-bg---light.home {
    background-position: 45% 0;
  }

  .section-bg---light.about {
    background-position: 60%;
  }

  .top-margin-40 {
    margin-top: 30px;
  }

  .top-margin-80 {
    margin-top: 60px;
  }

  .content-image {
    height: 360px;
  }

  .bottom-margin-40 {
    margin-bottom: 30px;
  }

  .section---padding-thick {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  ._5-col-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .scroll-wrap {
    height: 70vh;
    overflow: scroll;
  }

  .button-grid {
    grid-template-columns: auto;
    grid-auto-flow: row;
  }

  .large-body.no-margins.pricing {
    margin-bottom: 40px;
  }

  .h1---main {
    font-size: 40px;
    line-height: 48px;
  }

  .h1---main.center {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .section---values-v2 {
    padding-left: 68px;
    padding-right: 68px;
  }

  .values-content {
    height: 200px;
  }

  .values-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 47px;
  }

  .section-center-paragraph-div {
    margin-bottom: 40px;
    display: block;
  }

  .brand-logo-about.com {
    width: 80%;
  }

  .brand-logos {
    margin-top: 47px;
  }

  .about-stats-grid {
    grid-row-gap: 60px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .about-stats-grid.why-choose-us {
    grid-row-gap: 20px;
    justify-items: center;
  }

  .div-block-275 {
    align-items: flex-start;
  }

  .banner-close {
    margin-left: 20px;
  }

  .banner-icon {
    margin-top: auto;
  }

  .div-block-276 {
    width: 94px;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 20px;
  }

  .section---com-blog-banner {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-256 {
    width: auto;
    margin-top: 47px;
    margin-bottom: 47px;
  }

  .image-163 {
    max-width: none;
    padding-left: 0%;
  }

  .logo {
    width: auto;
    align-items: center;
    margin-bottom: 47px;
  }

  .logo.large {
    width: 276px;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .logo.equals-logo {
    margin-top: 94px;
    margin-bottom: 94px;
  }

  .logo.new-fairfx-logo {
    width: 276px;
    margin-top: 94px;
    margin-bottom: 94px;
    margin-right: 0;
  }

  .image-166 {
    margin-bottom: 47px;
  }

  .heading-15, .heading-22 {
    font-size: 22px;
  }

  .category---main {
    text-transform: uppercase;
  }

  .heading-20, .heading-14 {
    font-size: 34px;
  }

  .div-block-257 {
    grid-column-gap: 60px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
  }

  .blog-image-description {
    width: 100%;
  }

  .blog-image-description.new-fairfx-logo, .blog-image-description.old-fairfx-logo {
    width: 276px;
  }

  .blog-wrap {
    width: auto;
    max-width: 600px;
    padding-left: 0;
  }

  .div-block-280 {
    flex-direction: column;
    padding-top: 47px;
    padding-bottom: 47px;
  }

  .h1---main-5 {
    font-size: 40px;
    line-height: 48px;
  }

  .blog---com-logo.new, .blog---com-logo.old {
    width: 100%;
  }

  .div-block-264 {
    margin-bottom: 18px;
  }

  .blog-image.mockup {
    margin-top: 47px;
    margin-bottom: 94px;
  }

  .heading-17 {
    font-size: 34px;
  }

  .heading-23, .heading-18 {
    font-size: 22px;
  }

  .div-block-270.second {
    padding-top: 47px;
    padding-bottom: 47px;
  }

  .div-block-281 {
    width: auto;
    margin-bottom: 60px;
  }

  .section---blog {
    padding-top: 47px;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .heading-25 {
    font-size: 34px;
  }

  .blog---grey-background {
    height: auto;
    padding-bottom: 0;
  }

  .image-161.banner {
    display: none;
  }

  .image-186 {
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
  }

  .image-187 {
    height: 80%;
    max-width: none;
    margin-top: 0;
    margin-bottom: auto;
  }

  .grid {
    justify-content: space-between;
    margin-top: 47px;
  }

  .image-188 {
    height: 80%;
    max-width: none;
    margin-top: auto;
    margin-bottom: 0;
  }

  .h2---main-3 {
    font-size: 25px;
    line-height: 32px;
  }

  .div-block-397 {
    display: flex;
  }

  .div-block-370 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-216 {
    width: 200px;
  }

  .image-219 {
    width: 1005px;
    margin-top: -100px;
  }

  .header {
    width: auto;
    height: 141px;
    align-items: center;
    padding-left: 60px;
    padding-right: 60px;
  }

  .get-started-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .get-started {
    height: auto;
    padding-left: 60px;
    padding-right: 60px;
  }

  .get-started-grid {
    width: 100%;
  }

  .side-panel-image {
    width: 35%;
    display: none;
  }

  .div-block-398 {
    width: 100%;
    height: 100%;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .ck-modal__btns-w.is--small {
    width: 80%;
  }

  .cookies-buttons-grid {
    justify-items: end;
    margin-right: 0;
  }

  .pricing-top {
    height: auto;
    min-height: 414px;
  }

  .form-message {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .green-tick {
    padding-top: 2px;
    padding-bottom: 0;
  }

  .success-msg {
    display: inline-block;
  }

  .success {
    align-items: flex-start;
    display: flex;
  }

  .small-body---main {
    margin-left: 0;
    padding-left: 0;
  }

  .section---black {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .medium-body-bold---main-5 {
    white-space: normal;
  }

  .h2---main {
    font-size: 25px;
    line-height: 32px;
  }

  .terms-and-conditions-content-2 {
    width: 70%;
  }

  .section---terms-2 {
    padding-left: 68px;
    padding-right: 68px;
  }

  .h1---main-6 {
    font-size: 40px;
    line-height: 48px;
  }

  .title-block {
    height: auto;
    padding-top: 94px;
    padding-bottom: 94px;
  }
}

@media screen and (max-width: 767px) {
  .nav-buttons {
    grid-template-columns: auto;
    justify-items: end;
  }

  .brand {
    padding-left: 0;
  }

  .hero-para-wrap {
    width: auto;
    max-width: 560px;
    margin-bottom: 24px;
  }

  .burger-line {
    border-radius: 0;
  }

  .hero-header-wrap {
    text-align: left;
    justify-content: flex-start;
    display: flex;
  }

  .footer-link.white, .footer-link.dark {
    align-self: flex-start;
  }

  .footer-app-buttons-wrap {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .footer-legal {
    grid-row-gap: 10px;
    grid-template-columns: auto auto auto;
    grid-auto-flow: row;
    align-items: start;
  }

  .terms-heading {
    display: block;
  }

  .slide-horizontal {
    height: 500px;
  }

  .hero-button-div {
    margin-left: 0;
    margin-right: auto;
  }

  .currency-card-terms-grid-title-block {
    font-size: 14px;
    display: none;
  }

  .currency-card-terms-grid-item-block {
    border-style: none;
    border-color: #000;
    font-size: 14px;
  }

  .currency-card-terms-grid-item-block.line {
    border-bottom-style: solid;
    border-bottom-color: #e1e1ea;
  }

  .cookies-grid {
    grid-template-columns: 1fr;
    align-items: stretch;
    justify-items: stretch;
  }

  .text-block-67, .text-block-68, .text-block-69 {
    display: block;
  }

  .text-link---main {
    font-size: 14px;
  }

  .tab-link-2 {
    width: auto;
    margin-top: 12px;
    margin-bottom: 12px;
    margin-left: 0;
    padding-left: 16px;
  }

  .tab-link-2.w--current {
    width: 100%;
  }

  .side-menu {
    display: none;
  }

  .sidebar-link {
    font-size: 14px;
  }

  .terms-and-conditions-content {
    width: 100%;
  }

  .terms-dropdown {
    background-color: #fff;
    margin-bottom: 47px;
    display: block;
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
  }

  .dropdown-icon {
    color: gray;
  }

  .dropdown-terms-link {
    height: 64px;
    align-items: center;
    font-weight: 400;
    display: flex;
  }

  .dropdown-terms-link:hover {
    background-color: #fff8fa;
    box-shadow: inset 2px 0 #eb004d;
  }

  .dropdown-terms-link.w--current {
    color: #eb004d;
    font-weight: 700;
  }

  .dropdown {
    width: 100%;
    display: block;
  }

  .medium-body---main-2 {
    width: auto;
    margin-right: 0;
    font-size: 14px;
  }

  .floating-cards {
    z-index: -1;
    width: 48vw;
    margin-right: 0;
  }

  .floating-cards.alt {
    position: static;
  }

  .arrow-right-fixed {
    display: none;
  }

  .slide-small-quote {
    max-width: 100%;
    border: 1px solid #e6e6e6;
    margin-right: -1px;
    padding: 30px 30px 40px;
    overflow: hidden;
  }

  .arrow-left-fixed {
    display: none;
  }

  .slider-small {
    width: 100vw;
  }

  .slide-card {
    max-width: 100%;
  }

  .quote-text {
    font-size: 18px;
    line-height: 32px;
  }

  .card-footer {
    grid-template-columns: 100%;
    grid-auto-columns: 100%;
    justify-content: start;
    justify-items: start;
  }

  .trustpilot-stars {
    display: none;
  }

  .trustpilot-stars.mobile-only {
    display: block;
  }

  .card-subfooter {
    width: 100%;
  }

  .card-footer-wrap {
    width: 100%;
    display: none;
  }

  .why-choose-us-benefits {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .h2---main-5 {
    max-width: none;
  }

  .hero-list-item {
    padding-right: 0;
  }

  .why-choose-us-grid {
    margin-top: 47px;
    margin-bottom: 47px;
  }

  .black-bg {
    top: 509px;
  }

  .h1---main-4 {
    width: auto;
    max-width: none;
    text-align: left;
    line-height: 52px;
  }

  .hero-grid {
    margin-right: 0%;
  }

  .medium-body---black {
    width: auto;
    margin-right: 0;
    font-size: 14px;
  }

  .pricing-table-cell.title.alt {
    padding-right: 20px;
  }

  .pricing-table-cell.title.alt.medium {
    height: 120px;
  }

  .pricing-table-cell.right.mobile-left {
    justify-content: flex-start;
  }

  .pricing-table-cell.alt.medium {
    height: 120px;
  }

  .h2---main-6 {
    max-width: none;
  }

  .hero-paragraph-div-2 {
    width: auto;
    max-width: 560px;
    margin-bottom: 24px;
  }

  .hero-header-2 {
    text-align: left;
    justify-content: flex-start;
    display: flex;
  }

  .quote-left {
    grid-template-columns: auto;
    grid-auto-flow: row;
  }

  .trustpilot-logo {
    display: none;
  }

  .arrow-link-block.top-margin-20.corporate-pricing {
    margin-top: 20px;
  }

  .link-arrow.bigger {
    width: 13px;
    height: 13px;
    margin-top: 3px;
  }

  .text-field, .com-field {
    height: 47px;
    font-size: 14px;
  }

  .rich-text h1 {
    margin-bottom: 60px;
  }

  .section---text-only {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .button-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .button-wrap.single.pricing {
    margin-bottom: 0;
  }

  .pricing-tab {
    font-size: 18px;
  }

  .fee-table-cell.align-right {
    justify-content: flex-end;
  }

  .switch-logo {
    justify-content: flex-start;
    margin-top: 20px;
  }

  .secondary-button {
    font-size: 14px;
  }

  .secondary-button.nav, .secondary-button.nav.cookies {
    display: none;
  }

  .primary-button {
    font-size: 14px;
  }

  .primary-button.nav {
    display: none;
  }

  .primary-button.nav.cookies {
    display: flex;
  }

  .primary-button.set-width {
    width: 100%;
  }

  .primary-button.set-width.max-222 {
    width: 222px;
  }

  .primary-button.mobile-full {
    width: 100%;
  }

  .secondary-button-reverse {
    font-size: 14px;
  }

  .secondary-button-reverse.nav {
    display: none;
  }

  .export-icon {
    width: 100px;
    height: 60px;
  }

  .section---padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section---padding.mobile-modified {
    padding-bottom: 100vw;
  }

  .rc {
    padding-left: 30px;
    padding-right: 30px;
  }

  .rc.full-mobile {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  ._4-col-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  ._3-col-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  ._3-col-grid.alt {
    grid-template-columns: 1fr;
  }

  ._2-col-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .small-body.subfooter {
    position: static;
  }

  .section-header {
    white-space: nowrap;
  }

  .section---padding-slim.logo-bar {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .trust-logo {
    margin-left: 0;
  }

  .trust-logo.small {
    margin-right: 0;
  }

  .trust-logo._2 {
    max-width: 100px;
  }

  .trust-logo._3 {
    max-width: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .trust-logo._1 {
    max-width: 120px;
  }

  .section-bg---dark {
    background-image: url('../images/Frame-17690.jpg');
    background-position: 95% 100%;
    background-repeat: no-repeat;
    background-size: 190%;
  }

  .section-bg---dark.one-thing {
    background-image: linear-gradient(to right, #000, rgba(255, 255, 255, 0) 60%), url('../images/GettyImages-1157960595-1.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .section-bg---dark.corporate {
    background-image: url('../images/Frame-17690_1.jpg');
    background-position: 87% 100%;
    background-repeat: no-repeat;
    background-size: 190%;
  }

  .section-bg---dark.one-thing-2 {
    background-position: 65%;
  }

  ._2-col-content-inner.full-height {
    height: 100vh;
    max-height: 650px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  ._2-col-content-inner.hero {
    width: auto;
    max-width: 65%;
  }

  ._2-col-content-inner.hero.slimmer {
    max-width: 55%;
  }

  ._2-col-content-inner.mobile-full {
    width: auto;
  }

  .section---padding-hero {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section---padding-hero.mobile-modified {
    padding-bottom: 100vw;
  }

  .section-bg---light {
    background-position: 50%;
  }

  .section-bg---light.current-account {
    background-position: 91% 100%;
    background-size: 200%;
  }

  .section-bg---light.pricing {
    background-image: url('../images/Frame-17747-1.jpg');
    background-position: 86% 100%;
    background-repeat: no-repeat;
    background-size: 200%;
  }

  .section-bg---light.account-switch {
    background-position: 90% 100%;
    background-size: 200%;
  }

  .section-bg---light.home {
    background-position: 89% 100%;
    background-size: 200%;
  }

  .section-bg---light.about {
    background-position: 85% 100%;
    background-size: 280%;
  }

  .top-margin-40.mobile-full-slimmer {
    margin-right: -40vw;
  }

  .top-margin-40.mobile-full {
    margin-right: -31vw;
  }

  .top-margin-40.mobile-bottom {
    position: absolute;
    top: auto;
    bottom: -90vw;
    left: 0%;
    right: 0%;
  }

  .top-margin-80 {
    margin-top: 40px;
  }

  .content-image {
    height: 300px;
    margin-top: 60px;
  }

  .section---padding-thick {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  ._5-col-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .slider-mask {
    width: 80vw;
    overflow: visible;
  }

  .trustpilot-rating {
    display: none;
  }

  .large-body.no-margins.pricing {
    margin: 0;
  }

  .mobile-gradient {
    height: 97vw;
    background-image: linear-gradient(163deg, #000 16%, rgba(0, 0, 0, 0) 25%);
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .mobile-gradient.alt {
    background-image: linear-gradient(#000, rgba(0, 0, 0, 0) 20%);
  }

  .h1---main {
    width: auto;
    max-width: none;
    text-align: left;
    line-height: 52px;
  }

  .h1---main.center.mobile-left-align {
    text-align: left;
  }

  .section---values-v2 {
    padding-top: 47px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .values-icon {
    margin-bottom: 0;
  }

  .values-content {
    height: auto;
  }

  .medium-body---main {
    width: auto;
    margin-right: 0;
    font-size: 14px;
  }

  .medium-body---main.center {
    width: auto;
    font-size: 14px;
    display: block;
  }

  .medium-body---main.center.mobile-left-align {
    text-align: left;
  }

  .values-grid {
    max-width: none;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .my-container {
    text-align: left;
    display: flex;
  }

  .section-center-header {
    text-align: left;
  }

  .section-center-paragraph-div {
    margin-bottom: 40px;
    display: block;
  }

  .section---our-brands-v2 {
    padding: 47px 40px;
  }

  .large-number-text {
    font-size: 60px;
    line-height: 60px;
  }

  .medium-number-text {
    padding-bottom: 1px;
  }

  .proof-text {
    font-size: 20px;
    line-height: 20px;
  }

  .about-stats-grid.why-choose-us {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-275 {
    align-items: flex-start;
  }

  .banner-icon {
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-276 {
    width: 94px;
  }

  .section---com-blog-banner {
    padding-left: 40px;
    padding-right: 40px;
  }

  .progress-bar {
    height: 2px;
    top: 88px;
  }

  .text-span-2 {
    display: inline;
  }

  .image-159 {
    width: auto;
  }

  .image-163 {
    width: 100%;
  }

  .logo, .logo.large {
    width: auto;
    margin-top: 47px;
    margin-bottom: 47px;
  }

  .logo.primary-color-palette {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .logo.new-fairfx-logo {
    width: auto;
    margin-top: 47px;
    margin-bottom: 47px;
  }

  .logo.inspiration {
    width: auto;
  }

  .div-block-263 {
    margin-top: 47px;
    margin-bottom: 47px;
  }

  .image-166 {
    margin-bottom: 0;
  }

  .heading-15 {
    font-size: 22px;
    line-height: 32px;
  }

  .medium-body---main-3 {
    width: auto;
    margin-right: 0;
    font-size: 14px;
  }

  .heading-22 {
    font-size: 22px;
    line-height: 32px;
  }

  .block-quote-2 {
    padding-left: 20px;
  }

  .my-container-2 {
    text-align: left;
    display: flex;
  }

  .image-156 {
    width: 70%;
    margin-top: -96px;
    margin-left: 0;
    padding-left: 0%;
  }

  .text-link---main-2 {
    font-size: 14px;
  }

  .div-block-282 {
    max-width: 400px;
  }

  .category---main {
    text-transform: uppercase;
  }

  .heading-20 {
    font-size: 30px;
    line-height: 52px;
  }

  .blog---dark-background {
    margin-left: -40px;
    margin-right: -40px;
    padding: 0 40px;
  }

  .blog---dark-background.photography {
    padding-bottom: 47px;
  }

  .heading-14 {
    font-size: 30px;
    line-height: 52px;
  }

  .div-block-258 {
    grid-column-gap: 20px;
    margin-bottom: 0;
  }

  .div-block-257 {
    grid-column-gap: 40px;
    margin-top: 47px;
    margin-bottom: 47px;
  }

  .blog-image-description.new-fairfx-logo {
    width: 100%;
  }

  .blog-image-description.no-line.inspiration, .blog-image-description.no-line.primary-color-palette {
    width: auto;
  }

  .blog-image-description.old-fairfx-logo {
    width: 100%;
  }

  .blog-image-description.photo, .blog-image-description.photo.darker {
    margin-bottom: 47px;
  }

  .blog-wrap {
    margin-top: 47px;
    margin-bottom: 47px;
  }

  .blog-wrap.assets, .blog-wrap.photography {
    margin-top: 47px;
  }

  .medium-body-bold---main {
    font-size: 14px;
  }

  .blog---mockups {
    margin-top: 47px;
  }

  .div-block-280 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .h1---main-5 {
    width: auto;
    max-width: none;
    text-align: left;
    line-height: 52px;
  }

  .blog---com-logo {
    width: 148px;
  }

  .blog---com-logo.new, .blog---com-logo.old {
    width: auto;
    height: 100px;
  }

  .blog-image.no-description {
    width: 100%;
    margin: 20px auto 47px;
    display: none;
  }

  .blog-image.no-description.mobile {
    display: block;
  }

  .blog-image.cards {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .blog-image.personal-photography {
    margin-top: 20px;
  }

  .blog-image.mockup {
    margin-top: 20px;
    margin-bottom: 47px;
  }

  .heading-17 {
    font-size: 30px;
    line-height: 52px;
  }

  .heading-23, .heading-18 {
    font-size: 22px;
    line-height: 32px;
  }

  .div-block-281 {
    margin-bottom: 20px;
  }

  .section---blog {
    background-image: none;
    margin-top: -2px;
    padding: 0 40px;
  }

  .heading-25 {
    font-size: 30px;
    line-height: 52px;
  }

  .blog---grey-background {
    margin-left: -40px;
    margin-right: -40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .blog---grey-background.mockup {
    height: 500px;
  }

  .padding-vertical-xlarge {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .paragraph-large {
    font-size: 18px;
  }

  .timeline_item {
    width: 100%;
    grid-template-columns: 64px 1fr;
  }

  .timeline_quote-wrapper {
    flex-direction: column-reverse;
  }

  .timeline_progress {
    position: absolute;
    left: 6px;
  }

  .timeline_centre {
    justify-content: flex-start;
  }

  .timeline_quote-image {
    margin-top: 24px;
    margin-right: 0;
  }

  .margin-bottom-xlarge {
    margin-bottom: 48px;
  }

  .timeline_date-text {
    margin-bottom: 24px;
    font-size: 36px;
  }

  .timeline_left {
    text-align: left;
  }

  .timeline_text {
    font-size: 20px;
  }

  .image-187 {
    height: 75%;
  }

  .grid {
    margin-top: 0;
    margin-bottom: 27px;
  }

  .image-188 {
    height: 75%;
  }

  .div-block-288 {
    margin-bottom: 0;
  }

  .h2---main-3 {
    max-width: none;
  }

  .div-block-370 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-219 {
    margin-top: -20px;
  }

  .header {
    width: 100%;
    height: 94px;
    justify-content: flex-start;
    align-items: center;
    padding: 0 60px;
  }

  .business-or-personal-link {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .logo-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .medium-body---main-4 {
    width: auto;
    margin-right: 0;
    font-size: 14px;
  }

  .image-218 {
    max-width: none;
  }

  .get-started-grid {
    grid-row-gap: 20px;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr;
    margin-top: 20px;
    margin-bottom: 47px;
  }

  .side-panel-image {
    display: none;
  }

  .ck-modal__btns-w {
    padding: 1.5rem;
  }

  .ck-modal__btns-w.is--small {
    width: 100%;
    padding-top: 0;
    padding-left: 40px;
  }

  .ck-modal__btns-w.in-pref-manger {
    margin: 1.5rem -1.5rem -2rem;
    padding-top: 1.25rem;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
  }

  .ck-modal {
    flex-direction: column;
  }

  .ck-modal__exit-btn {
    margin-right: 1.25rem;
    top: -1rem;
  }

  .ck-modal__content-w {
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .ck-preference__icon {
    margin-right: 0;
  }

  .ck-preference-txt {
    display: none;
  }

  .ck-preference__scroll-w {
    padding-top: 2rem;
  }

  .ck-form {
    padding-top: .75rem;
  }

  .cookies-buttons-grid {
    justify-items: start;
  }

  .text-span-47 {
    display: inline;
  }

  .block {
    display: block;
  }

  .green-tick {
    padding-top: 0;
  }

  .section---black {
    padding-left: 40px;
    padding-right: 40px;
  }

  .my-container-3 {
    text-align: left;
    display: flex;
  }

  .medium-body-bold---main-5 {
    font-size: 14px;
  }

  .h2---main {
    max-width: none;
  }

  .terms-and-conditions-content-2 {
    width: 100%;
  }

  .terms-text-block {
    font-size: 14px;
  }

  .section---terms-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .h1---main-6 {
    width: auto;
    max-width: none;
    text-align: left;
    line-height: 52px;
  }

  .medium-body-main {
    width: auto;
    text-align: left;
    margin-right: 0;
    font-size: 14px;
  }

  .title-block {
    height: auto;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 47px;
    padding-bottom: 47px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 32px;
    line-height: 30px;
  }

  h3 {
    font-size: 16px;
  }

  .nav-buttons {
    width: 50px;
    min-width: auto;
  }

  .brand {
    padding-left: 0;
  }

  .hero-para-wrap {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .burger-line {
    border-radius: 0;
  }

  .hero-header-wrap {
    flex-direction: column;
    margin-bottom: 24px;
    margin-right: auto;
  }

  .heading-wrap {
    margin-bottom: 24px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .equals-group-logo {
    margin-bottom: 6px;
  }

  .footer-legal {
    grid-template-columns: auto;
    grid-auto-flow: row;
  }

  .terms-wrap {
    z-index: 2;
    position: static;
  }

  .terms-heading {
    font-size: 30px;
  }

  .side-by-side-cta {
    width: 100%;
    max-width: none;
  }

  .slide-horizontal {
    height: 500px;
    max-width: none;
    margin-left: 0;
  }

  .mobile-nav {
    z-index: 5;
    padding: 20px;
  }

  .dropdown-link-com {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0;
  }

  .dropdown-link-com.w--current {
    padding-right: 0;
  }

  .mobile-toggle {
    padding-right: 0;
    font-size: 16px;
  }

  .icon-6 {
    margin-right: 0;
  }

  .hero-button-div {
    margin-left: 0;
    margin-right: 0;
    display: none;
  }

  .hero-button-div.home {
    width: auto;
    display: block;
  }

  .tab-link-2 {
    width: auto;
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: 0;
    padding-left: 12px;
    padding-right: 20px;
    position: static;
  }

  .tab-link-2.w--current {
    width: auto;
    margin-bottom: 20px;
    padding-right: 20px;
    position: static;
  }

  .block_wrap {
    width: 100%;
  }

  .utility-page-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .utility-page-content {
    width: 100%;
  }

  .div-block-197 {
    margin-bottom: 20px;
    padding-bottom: 0;
  }

  .terms-dropdown {
    z-index: 10;
    display: block;
    top: 89px;
  }

  .dropdown-toggle, .dropdown-list-3 {
    z-index: 10;
  }

  .dropdown-terms-link {
    white-space: break-spaces;
  }

  .dropdown {
    z-index: 10;
  }

  .medium-body---main-2 {
    width: auto;
    text-align: left;
    margin-right: 0;
    font-size: 14px;
    line-height: 28px;
  }

  .divider.alt {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .floating-cards {
    width: 100%;
    margin-right: 0;
    position: static;
    top: 0;
  }

  .floating-cards.mobile-only {
    margin-top: 20px;
    display: block;
  }

  .arrow-right-fixed {
    left: 30px;
    right: auto;
  }

  .slide-small-quote {
    padding: 20px 20px 30px;
  }

  .arrow-left-fixed {
    left: 0;
    right: auto;
  }

  .quote-text {
    font-size: 14px;
    line-height: 28px;
  }

  .card-wrap {
    max-width: 100%;
  }

  .card-footer-wrap {
    margin-bottom: 40px;
  }

  .feature-block {
    padding: 20px;
  }

  .why-choose-us-benefits {
    margin-left: 0;
  }

  .features-list {
    margin-top: 20px;
  }

  .hero-list-item {
    padding-right: 0;
  }

  .why-choose-us-grid {
    margin-top: 20px;
    margin-left: -20px;
    margin-right: -20px;
  }

  .h1---main-4 {
    width: auto;
    text-align: left;
    font-size: 32px;
    line-height: 40px;
  }

  .h1---main-4.center {
    width: auto;
    max-width: none;
    text-align: center;
    font-size: 30px;
    line-height: 40px;
  }

  .h1---main-4.center.mobile-left-align {
    text-align: left;
  }

  .hero-grid {
    margin-right: -70%;
  }

  .medium-body---black {
    width: auto;
    text-align: left;
    margin-right: 0;
    font-size: 14px;
    line-height: 28px;
  }

  .medium-body---black.align-right {
    text-align: right;
  }

  .pricing-table-cell {
    height: auto;
    padding-top: 5px;
    padding-bottom: 20px;
  }

  .pricing-table-cell.title {
    height: auto;
    border-bottom-style: none;
    padding-top: 20px;
    padding-bottom: 5px;
  }

  .pricing-table-cell.title.alt.medium {
    height: 120px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .pricing-table-cell.right {
    padding-left: 10px;
  }

  .pricing-table-cell.alt.medium, .pricing-table-cell.alt.mobile {
    height: auto;
  }

  .pricing-table-grid {
    grid-template-columns: 1fr;
  }

  .hero-paragraph-div-2 {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .hero-header-2 {
    margin-bottom: 24px;
    margin-right: auto;
  }

  .navigation-link-block {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .large-icon {
    width: 25%;
    height: auto;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    display: none;
    overflow: visible;
  }

  .arrow-link-block.top-margin-20 {
    grid-column-gap: 6px;
  }

  .link-arrow.bigger {
    width: 12px;
    height: 12px;
  }

  .text-field, .com-field {
    height: 47px;
  }

  .field-row {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .rich-text p, .rich-text li {
    font-size: 14px;
  }

  .rich-text h1 {
    margin-bottom: 40px;
  }

  .rich-text h4 {
    font-size: 20px;
  }

  .rich-text ol {
    font-size: 14px;
  }

  .section---text-only {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .privacy-grid {
    grid-template-columns: 1fr;
  }

  .privacy-cell.title {
    border-bottom-style: none;
    flex-direction: row;
    padding-bottom: 0;
  }

  .privacy-cell.title.vertical {
    flex-direction: column;
  }

  .privacy-cell.title-reverse {
    margin-top: -10px;
    padding-top: 0;
  }

  .privacy-cell.hide {
    display: none;
  }

  .privacy-cell.vertical {
    flex-direction: column;
  }

  .pricing-column {
    width: auto;
    padding: 16px;
  }

  .button-wrap.stack {
    grid-template-columns: 1fr;
  }

  .pricing-tab {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
  }

  .fee-table-cell.title {
    padding-bottom: 0;
    padding-right: 0;
  }

  .fee-table-cell.title.large {
    height: 200px;
  }

  .fee-table-cell.title.mobile {
    border-top: 1px solid #d4d5dd;
  }

  .fee-table-cell.title.medium {
    height: 120px;
  }

  .fee-table-cell.mobile {
    border-bottom-style: none;
    padding-left: 0;
  }

  .fee-table-cell.mobile.large {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .fee-table-cell.hide-mobile {
    display: none;
  }

  .fee-table-cell.align-right.medium {
    height: 120px;
  }

  .fee-table-grid, .exclusions-grid, .exclusions-grid.no-top-border._1-col {
    grid-template-columns: 1fr;
  }

  .secondary-button.set-width {
    width: 100%;
  }

  .primary-button.mobile {
    max-width: none;
  }

  .export-icon {
    width: 80px;
    height: 40px;
  }

  .side-menu-buttons {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .section---no-padding {
    z-index: 1;
    position: relative;
  }

  .section---padding {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section---padding.light-gray {
    z-index: 1;
  }

  .rc {
    padding-left: 20px;
    padding-right: 20px;
  }

  ._4-col-grid {
    grid-template-columns: 1fr;
  }

  ._3-col-grid.trust {
    grid-template-columns: auto;
  }

  .section-head-wrap {
    margin-bottom: 30px;
  }

  .medium-body {
    font-size: 14px;
  }

  .medium-body.title {
    font-weight: 700;
  }

  .medium-body-bold, .small-body {
    font-size: 14px;
  }

  .small-body.subfooter {
    font-size: 10px;
    position: static;
  }

  .small-body-bold {
    font-size: 14px;
  }

  .section-header.mobile {
    display: block;
  }

  .section-header.wrap {
    white-space: normal;
  }

  .h1-main {
    font-size: 32px;
    line-height: 40px;
  }

  .h3-main {
    font-size: 16px;
  }

  .section---padding-slim {
    max-width: 100%;
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .trust-logo._2 {
    max-width: 120px;
  }

  .trust-logo._3, .trust-logo._1 {
    max-width: 180px;
  }

  .section-bg---dark.one-thing {
    background-image: linear-gradient(to right, #000, rgba(255, 255, 255, 0) 70%), url('../images/GettyImages-1157960595-1.jpg');
    background-position: 0 0, 60%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  ._2-col-content-inner.full-height {
    height: auto;
    max-width: 100%;
    align-items: stretch;
  }

  .section---padding-hero {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .section-bg---light {
    background-position: 54%;
  }

  .top-margin-40 {
    margin-top: 20px;
  }

  .top-margin-80 {
    margin-top: 30px;
  }

  .content-image {
    height: 260px;
  }

  .bottom-margin-40 {
    margin-bottom: 20px;
  }

  .section---padding-thick {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  ._5-col-grid {
    grid-template-columns: 1fr;
  }

  .large-body {
    font-size: 14px;
    line-height: 28px;
  }

  .large-body.limited-more.mobile {
    max-width: none;
  }

  .large-body.no-margins-mobile {
    margin-top: 0;
    margin-bottom: 0;
  }

  .large-body-bold {
    font-size: 14px;
    line-height: 28px;
  }

  .h1---main {
    width: auto;
    text-align: left;
    font-size: 30px;
    line-height: 40px;
  }

  .h1---main.center {
    width: auto;
    max-width: none;
    text-align: center;
    font-size: 30px;
    line-height: 40px;
  }

  .h1---main.center.mobile-left-align {
    text-align: left;
  }

  .section---values-v2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .medium-body---main {
    width: auto;
    text-align: left;
    margin-right: 0;
    font-size: 14px;
    line-height: 28px;
  }

  .medium-body---main.center {
    width: auto;
    text-align: center;
    font-size: 14px;
  }

  .medium-body---main.center.mobile-left-align {
    text-align: left;
  }

  .my-container {
    object-fit: fill;
    overflow: visible;
  }

  .section-center-paragraph-div {
    display: none;
  }

  .section---our-brands-v2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brand-logo-about {
    width: 40%;
  }

  .brand-logo-about.com {
    width: 60%;
  }

  .brand-logos {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .large-number-text {
    font-size: 40px;
    line-height: 40px;
  }

  .medium-number-text {
    padding-bottom: 0;
  }

  .proof-text {
    font-size: 16px;
  }

  .why-choose-us-number-wrap {
    justify-content: flex-start;
  }

  .about-stats-grid {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
  }

  .about-stats-grid.why-choose-us {
    width: auto;
    grid-row-gap: 20px;
  }

  .banner-close {
    display: block;
  }

  .div-block-276 {
    display: none;
  }

  .section---com-blog-banner {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-block-5 {
    margin-bottom: 0;
  }

  .div-block-256 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .image-159 {
    width: 100px;
    margin-bottom: 47px;
  }

  .image-158 {
    margin-top: 47px;
    margin-bottom: 47px;
  }

  .div-block-283 {
    height: 330px;
    object-fit: cover;
    overflow: visible;
  }

  .logo {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .logo.large {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .logo.primary-color-palette, .logo.equals-logo {
    margin-top: 47px;
    margin-bottom: 47px;
  }

  .logo.new-fairfx-logo {
    margin-left: 0;
  }

  .logo.inspiration {
    margin-top: 47px;
    margin-bottom: 47px;
  }

  .heading-15 {
    color: #fff;
  }

  .medium-body---main-3 {
    width: auto;
    text-align: left;
    margin-right: 0;
    font-size: 14px;
    line-height: 28px;
  }

  .div-block-259 {
    height: 64.7813px;
  }

  .heading-22 {
    color: #fff;
  }

  .block-quote-2 {
    padding-left: 10px;
    font-size: 24px;
    line-height: 32px;
  }

  .div-block-268 {
    height: 60px;
    margin-bottom: 30px;
  }

  .my-container-2 {
    object-fit: fill;
    overflow: visible;
  }

  .link-block-4 {
    align-self: flex-start;
  }

  .image-156 {
    width: 300px;
    margin-top: 0;
    padding-left: 13%;
    position: static;
  }

  .div-block-271 {
    width: auto;
    flex-direction: column;
    align-items: center;
  }

  .blog---dark-background {
    margin-left: -20px;
    margin-right: -20px;
    padding: 20px 20px 0;
  }

  .blog---dark-background.photography {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-258 {
    grid-column-gap: 8px;
    grid-template-columns: 1fr;
  }

  .div-block-258.colors {
    grid-template-columns: 1fr 1fr;
  }

  .blog---equals-logo {
    width: auto;
  }

  .div-block-257 {
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-content: start;
    justify-items: start;
  }

  .blog-image-description {
    width: 100%;
  }

  .blog-image-description.photo {
    margin-bottom: 20px;
  }

  .blog-wrap {
    width: auto;
    flex-direction: column;
    margin: 20px 0;
    display: flex;
  }

  .blog-wrap.assets {
    margin-top: 20px;
  }

  .blog-wrap.photography {
    margin-top: 0;
    margin-bottom: 0;
  }

  .medium-body-bold---main {
    white-space: normal;
    margin-top: 0;
    font-size: 14px;
    line-height: 28px;
  }

  .google-play-store-button-image {
    width: 100px;
    height: 47px;
    max-width: 140px;
  }

  .blog---mockups {
    margin-top: 0;
  }

  .div-block-272 {
    height: auto;
    justify-content: flex-start;
  }

  .div-block-280 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-261 {
    height: 64.7813px;
  }

  .h1---main-5 {
    width: auto;
    text-align: left;
    font-size: 32px;
    line-height: 40px;
  }

  .blog---com-logo {
    width: auto;
    max-width: 296px;
  }

  .blog---com-logo.new, .blog---com-logo.old {
    width: 100%;
    height: 151px;
    max-width: none;
  }

  .div-block-264 {
    margin-bottom: 0;
  }

  .blog-image.no-description {
    margin-bottom: 20px;
  }

  .blog-image.business-photography {
    margin-top: 20px;
  }

  .blog-image.mockup {
    margin-bottom: 20px;
  }

  .div-block-260 {
    height: 64.7813px;
  }

  .image-154 {
    margin-right: 10px;
    display: none;
  }

  .div-block-267 {
    height: 60px;
  }

  .heading-23, .heading-18 {
    color: #fff;
  }

  .div-block-262 {
    height: 64.7813px;
  }

  .app-store-button-image {
    width: 100px;
    height: 47px;
    max-width: 140px;
    margin-right: 0;
  }

  .div-block-270 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section---blog {
    height: auto;
    background-size: auto 100vh;
    padding: 20px 20px 47px;
  }

  .image-164 {
    height: 259.125px;
  }

  .blog---grey-background {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .margin-bottom-medium {
    margin-bottom: 24px;
  }

  .paragraph-large {
    font-size: 16px;
  }

  .overlay-fade-top {
    height: 0;
  }

  .timeline_item {
    grid-template-columns: 48px 1fr;
  }

  .timeline_progress {
    position: absolute;
  }

  .timeline_circle {
    margin-bottom: 40px;
  }

  .image-186 {
    width: auto;
    height: 100%;
    margin-right: auto;
  }

  .image-187 {
    width: 100%;
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
  }

  .grid {
    grid-row-gap: 40px;
    grid-template-rows: 1fr auto auto;
    grid-template-columns: auto;
  }

  .image-188 {
    width: 100%;
    height: 100%;
    margin-bottom: auto;
  }

  .div-block-286 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .div-block-288 {
    margin-top: 20px;
  }

  .div-block-370 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-216 {
    width: 160px;
  }

  .close-button {
    width: 60px;
    height: 60px;
    align-items: flex-end;
    display: none;
  }

  .header {
    height: 94px;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .get-started-container {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .get-started {
    padding-left: 20px;
    padding-right: 20px;
  }

  .logo-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .medium-body---main-4 {
    width: auto;
    text-align: left;
    margin-right: 0;
    font-size: 14px;
    line-height: 28px;
  }

  .get-started-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-top: 20px;
    margin-bottom: 47px;
    display: grid;
  }

  .ck-modal__btns-w.is--small {
    padding: 0 1.25rem 1.25rem;
  }

  .ck-modal {
    max-width: 100%;
  }

  .ck-button-w {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .ck-cookie-w {
    max-width: 100%;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .ck-modal__exit-btn {
    margin-top: 1rem;
    margin-right: 1rem;
  }

  .ck-modal__content-w.is--small {
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .ck-prefmanager-w {
    left: 1rem;
  }

  .ck-preference-w {
    align-items: flex-end;
  }

  .ck-preference__scroll-w {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .text-span-48 {
    display: block;
  }

  .terms-small-header {
    color: #9699aa;
    display: block;
  }

  .text-span-49 {
    color: #fff;
  }

  .link-11 {
    color: #fff;
    font-weight: 700;
  }

  .link-12 {
    color: #fff;
    font-weight: 600;
  }

  .link-13 {
    color: #fff;
    font-weight: 400;
  }

  .link-14 {
    color: #fff;
    font-weight: 300;
  }

  .section---black {
    padding-left: 20px;
    padding-right: 20px;
  }

  .my-container-3 {
    object-fit: fill;
    overflow: visible;
  }

  .medium-body-bold---main-5 {
    white-space: normal;
    margin-top: 0;
    font-size: 14px;
    line-height: 28px;
  }

  .section---terms-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .h1---main-6 {
    width: auto;
    text-align: left;
    font-size: 32px;
    line-height: 40px;
  }

  .medium-body-main {
    width: auto;
    text-align: left;
    margin-right: 0;
    font-size: 14px;
    line-height: 28px;
  }

  .title-block {
    padding-top: 47px;
    padding-bottom: 47px;
  }
}

#w-node-_647f2c5d-a718-9e70-f9ac-87915bd7241f-20b0030b, #w-node-_06fd6063-0958-d07e-580d-d5c1cfd323f9-20b0030b {
  justify-self: end;
}

#w-node-d6570faa-e4d8-0e2d-924c-9cf88180fd6c-20b0030b {
  grid-area: 1 / 2 / 5 / 3;
}

#w-node-_30f1109a-7e3e-2e4d-5d31-092c545915ca-20b0030b, #w-node-efaa163f-019b-b917-0b81-0166262d5369-20b0030b {
  grid-area: 1 / 1 / 5 / 2;
}

#homepage-hero-trustpilot-button.w-node-_32203e14-7829-7fac-c32d-1cbe736048ca-6656de28 {
  align-self: center;
  justify-self: start;
}

#w-node-fef818ea-2fb4-5678-2ed3-6e346656de31-6656de28 {
  align-self: center;
  justify-self: end;
}

#w-node-_3b8ef0e2-a8c1-4fc6-d77f-94b0840e25cb-48b0037f, #w-node-_305e85fb-29a9-e1d7-b0ba-c0c7400a63a3-48b0037f {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-d6570faa-e4d8-0e2d-924c-9cf88180fd6c-57b00386 {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-_600d14b6-71fb-08d2-52cc-3a7624b13973-57b00386 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-dea78152-ded9-578c-4dca-a7c34f3b3123-57b00386 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_8e765a8d-6b54-620c-9e9b-893e3440acb2-6f0747aa {
  align-self: center;
  justify-self: start;
}

#w-node-d053eb1e-fee6-295b-92f3-02106f0747b1-6f0747aa {
  align-self: center;
  justify-self: center;
}

#w-node-d053eb1e-fee6-295b-92f3-02106f0747b3-6f0747aa {
  align-self: center;
  justify-self: end;
}

#Last-name.w-node-caa9808c-8c76-1d83-75fd-eb4519b75dcf-6cb00398 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05ed6b2f-2e95-20ad-c080-23de793dd0df-8cb00465, #w-node-_4f1a8c24-c9cd-c031-ebad-cacb8959f652-8cb00465, #w-node-_812e1992-24cf-91ef-e245-ee49bef5cda0-8cb00465 {
  align-self: auto;
}

#businesspricing-businessplan-openanaccount-button.w-node-_39afae0d-6b53-6b5d-085b-59544047c11a-31b00466, #businesspricing-businessplan-findoutmore-button.w-node-_39afae0d-6b53-6b5d-085b-59544047c11c-31b00466, #businesspricing-corporateplan-openanaccount-button.w-node-_02b9bc4e-7a0f-3c09-6838-d177d45f2dc7-31b00466, #businesspricing-corporateplan-findoutmore-button.w-node-_02b9bc4e-7a0f-3c09-6838-d177d45f2dc9-31b00466 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32fe48ac-ff86-05cd-6294-cd423adde98b-31b00466, #w-node-_32fe48ac-ff86-05cd-6294-cd423adde992-31b00466, #w-node-_32fe48ac-ff86-05cd-6294-cd423adde99b-31b00466, #w-node-_66cfa0cc-7311-0be3-269a-179c6868b3d4-31b00466, #w-node-f2ae6682-0c49-d56c-77e0-606ba0fe2d16-31b00466, #w-node-a9b222e0-d708-719f-52cf-fcd865d10f7d-31b00466, #w-node-_9e0162f8-b8d4-97b7-3a2c-64b584637abb-31b00466, #w-node-dabe8a4e-fbaa-b790-eb86-8a684e3bd8bd-31b00466, #w-node-_3f22d719-d77c-673b-5226-fc28cf17708d-31b00466, #w-node-_303de295-da3a-f744-4581-eab937f67d07-31b00466, #w-node-_8482a845-a45c-2409-5bde-0da69154e063-31b00466, #w-node-_88e9b9f2-697f-67b5-1183-2e7327d96a81-31b00466, #w-node-_88e9b9f2-697f-67b5-1183-2e7327d96a8c-31b00466, #w-node-_88e9b9f2-697f-67b5-1183-2e7327d96a95-31b00466, #w-node-_88e9b9f2-697f-67b5-1183-2e7327d96aa9-31b00466, #w-node-_88e9b9f2-697f-67b5-1183-2e7327d96ac9-31b00466, #w-node-_88e9b9f2-697f-67b5-1183-2e7327d96ad0-31b00466, #w-node-_88e9b9f2-697f-67b5-1183-2e7327d96ad7-31b00466, #w-node-_88e9b9f2-697f-67b5-1183-2e7327d96ade-31b00466, #w-node-_88e9b9f2-697f-67b5-1183-2e7327d96ae5-31b00466, #w-node-_88e9b9f2-697f-67b5-1183-2e7327d96aee-31b00466, #w-node-d333b4dd-1f0e-f54d-858a-7b731944b451-6ab0048d, #w-node-_23acb307-5d24-9eb7-bbb7-9a12b8d1ecb6-6ab0048d {
  align-self: auto;
}

#w-node-d6570faa-e4d8-0e2d-924c-9cf88180fd6c-43387220 {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-_600d14b6-71fb-08d2-52cc-3a7624b13973-43387220 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-dea78152-ded9-578c-4dca-a7c34f3b3123-43387220 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-d6570faa-e4d8-0e2d-924c-9cf88180fd6c-22e16cfa {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-_600d14b6-71fb-08d2-52cc-3a7624b13973-22e16cfa {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-dea78152-ded9-578c-4dca-a7c34f3b3123-22e16cfa {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

@media screen and (min-width: 1440px) {
  #w-node-d6570faa-e4d8-0e2d-924c-9cf88180fd6c-20b0030b {
    grid-area: 1 / 2 / 5 / 3;
  }
}

@media screen and (max-width: 991px) {
  #w-node-e796665f-24d0-ed8a-8633-fef912c73344-12c73340 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #header-signin-button.w-node-_97916c84-0069-a7b7-143a-34976fcd3a20-f3faf828 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #header-openanaccount-button.w-node-_39cb915e-8225-d841-8907-3d420a924084-f3faf828 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_36880b83-7f88-3006-b582-6a86b55a21ec-b55a21e8 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #header-signin-button.w-node-_7494c6e9-d86e-9a34-407a-7cc6aca5a512-16a4ea7d {
    grid-area: 1 / 1 / 2 / 2;
  }

  #header-openanaccount-button.w-node-c21832e9-dc14-1a35-ec78-f03feb8efa6a-16a4ea7d {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_3b8ef0e2-a8c1-4fc6-d77f-94b0840e25cb-48b0037f, #w-node-_305e85fb-29a9-e1d7-b0ba-c0c7400a63a3-48b0037f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e4118e92-d612-ff94-5256-fc119c2807e0-20b0030b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1194e788-bf0f-8559-90ac-61deffba96fc-20b0030b {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-e796665f-24d0-ed8a-8633-fef912c73344-12c73340 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e796665f-24d0-ed8a-8633-fef912c73373-12c73340 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #homepage-hero-trustpilot-button.w-node-_32203e14-7829-7fac-c32d-1cbe736048ca-6656de28, #w-node-fef818ea-2fb4-5678-2ed3-6e346656de31-6656de28, #w-node-_3720184a-43ec-ca5f-25d0-6331dc7fca3b-b7b00364 {
    justify-self: center;
  }

  #w-node-_3720184a-43ec-ca5f-25d0-6331dc7fca7c-b7b00364 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_3720184a-43ec-ca5f-25d0-6331dc7fca7f-b7b00364 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_3720184a-43ec-ca5f-25d0-6331dc7fca81-b7b00364 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3720184a-43ec-ca5f-25d0-6331dc7fca86-b7b00364 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_3720184a-43ec-ca5f-25d0-6331dc7fca89-b7b00364 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_3720184a-43ec-ca5f-25d0-6331dc7fca91-b7b00364 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_3720184a-43ec-ca5f-25d0-6331dc7fca94-b7b00364 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_3720184a-43ec-ca5f-25d0-6331dc7fca9c-b7b00364 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_3720184a-43ec-ca5f-25d0-6331dc7fca9f-b7b00364 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_3720184a-43ec-ca5f-25d0-6331dc7fcaa7-b7b00364 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_3720184a-43ec-ca5f-25d0-6331dc7fcaaa-b7b00364 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_36880b83-7f88-3006-b582-6a86b55a21ec-b55a21e8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_838947ef-7e55-fee1-a0cf-bb0debfca6dc-b55a21e8 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_72cd363f-15d3-a54e-3c0a-df3135bdc132-35bdc11b {
    justify-self: center;
  }

  #w-node-_72cd363f-15d3-a54e-3c0a-df3135bdc173-35bdc11b {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_72cd363f-15d3-a54e-3c0a-df3135bdc176-35bdc11b {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_72cd363f-15d3-a54e-3c0a-df3135bdc178-35bdc11b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_72cd363f-15d3-a54e-3c0a-df3135bdc17d-35bdc11b {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_72cd363f-15d3-a54e-3c0a-df3135bdc180-35bdc11b {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_72cd363f-15d3-a54e-3c0a-df3135bdc188-35bdc11b {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_72cd363f-15d3-a54e-3c0a-df3135bdc18b-35bdc11b {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_72cd363f-15d3-a54e-3c0a-df3135bdc193-35bdc11b {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_72cd363f-15d3-a54e-3c0a-df3135bdc196-35bdc11b {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_72cd363f-15d3-a54e-3c0a-df3135bdc19e-35bdc11b {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_72cd363f-15d3-a54e-3c0a-df3135bdc1a1-35bdc11b {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_8d810436-3f9c-e91a-8ed2-951c8288f364-48b0037f {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_3b8ef0e2-a8c1-4fc6-d77f-94b0840e25cb-48b0037f, #w-node-_305e85fb-29a9-e1d7-b0ba-c0c7400a63a3-48b0037f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_11a51b5d-136a-d2c2-7a2c-d6aee8fc88eb-c5b00381 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_11a51b5d-136a-d2c2-7a2c-d6aee8fc88fc-c5b00381 {
    grid-area: 7 / 1 / 8 / 2;
  }

  #w-node-d6ca6f5e-8801-54e0-de49-5d6fc97f4448-59b00382 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-dd096c47-41d2-8de9-3ff6-90d4bb0b2c70-59b00382 {
    grid-area: 7 / 1 / 8 / 2;
  }

  #business-businessplan-openanaccount-button.w-node-e98b022a-0df9-3662-602e-87a368d95f3b-57b00386 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_72260581-6432-c086-0a87-731dc961382f-57b00386 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_352b8e4e-882a-8dc6-82a5-cc3346cf822e-57b00386 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-dea78152-ded9-578c-4dca-a7c34f3b3123-57b00386 {
    grid-column: span 2 / span 2;
  }

  #w-node-_8e765a8d-6b54-620c-9e9b-893e3440acb2-6f0747aa, #w-node-d053eb1e-fee6-295b-92f3-02106f0747b3-6f0747aa {
    justify-self: center;
  }

  #w-node-d6570faa-e4d8-0e2d-924c-9cf88180fd6c-d5b0039f {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6a83befd-ebb0-c347-a3d6-8a0d7e808815-d5b0039f {
    grid-area: 3 / 1 / 4 / 2;
  }

  #corporateaccount-corporateplan-openanaccount-button.w-node-_6b2c46cf-839b-7ac1-5b29-586100849e3d-d5b0039f, #business-businessplan-openanaccount-button.w-node-e98b022a-0df9-3662-602e-87a368d95f3b-43387220 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_72260581-6432-c086-0a87-731dc961382f-43387220 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_352b8e4e-882a-8dc6-82a5-cc3346cf822e-43387220 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-dea78152-ded9-578c-4dca-a7c34f3b3123-43387220 {
    grid-column: span 2 / span 2;
  }

  #business-businessplan-openanaccount-button.w-node-e98b022a-0df9-3662-602e-87a368d95f3b-22e16cfa {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_72260581-6432-c086-0a87-731dc961382f-22e16cfa {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_352b8e4e-882a-8dc6-82a5-cc3346cf822e-22e16cfa {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-dea78152-ded9-578c-4dca-a7c34f3b3123-22e16cfa {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d6570faa-e4d8-0e2d-924c-9cf88180fd6c-20b0030b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_30f1109a-7e3e-2e4d-5d31-092c545915ca-20b0030b {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-efaa163f-019b-b917-0b81-0166262d5369-20b0030b {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-e796665f-24d0-ed8a-8633-fef912c73344-12c73340, #w-node-e796665f-24d0-ed8a-8633-fef912c73373-12c73340 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_18c35f86-ef35-e3fa-3d10-03626fc3de05-6fc3ddf3 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_3720184a-43ec-ca5f-25d0-6331dc7fca3b-b7b00364 {
    align-self: auto;
  }

  #w-node-_3720184a-43ec-ca5f-25d0-6331dc7fcacd-b7b00364 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_36880b83-7f88-3006-b582-6a86b55a21ec-b55a21e8, #w-node-_838947ef-7e55-fee1-a0cf-bb0debfca6dc-b55a21e8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_72cd363f-15d3-a54e-3c0a-df3135bdc132-35bdc11b {
    align-self: auto;
  }

  #w-node-_72cd363f-15d3-a54e-3c0a-df3135bdc1c3-35bdc11b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_5405ff29-a4cc-0648-ecc0-be12f432b716-48b0037f, #w-node-_11a51b5d-136a-d2c2-7a2c-d6aee8fc88c4-c5b00381, #w-node-_11a51b5d-136a-d2c2-7a2c-d6aee8fc88cc-c5b00381, #w-node-_11a51b5d-136a-d2c2-7a2c-d6aee8fc88d2-c5b00381, #w-node-_5405ff29-a4cc-0648-ecc0-be12f432b716-59b00382, #w-node-_4af31f11-a72d-40a1-b7ce-79c211a7f05e-59b00382, #w-node-_7c0b8168-2db3-e340-4c44-7f2d5a501931-59b00382 {
    align-self: start;
  }

  #w-node-d6570faa-e4d8-0e2d-924c-9cf88180fd6c-57b00386 {
    grid-column: 1 / 2;
    grid-row-end: 2;
  }

  #w-node-_600d14b6-71fb-08d2-52cc-3a7624b13973-57b00386 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_73649699-5fdc-65d0-8353-f7a92ced4887-57b00386 {
    align-self: start;
  }

  #w-node-dea78152-ded9-578c-4dca-a7c34f3b3123-57b00386 {
    grid-column: span 1 / span 1;
  }

  #w-node-_1f1c8042-c74c-bbcc-86ed-6f1770044d65-70044d5a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_76ab9f08-8978-1e50-f44d-cfad7e068879-7e068871 {
    align-self: start;
  }

  #w-node-_165a33a5-99dd-2e52-738b-7eac87f5faea-e2b0038b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5405ff29-a4cc-0648-ecc0-be12f432b716-12b00397, #w-node-bcfc2ead-b639-529e-67e1-22f3dae1121b-12b00397, #w-node-d269278d-6ab5-2807-54c6-bb1e4dc0bffc-12b00397, #w-node-d1ddf531-3d35-8be5-dbef-34d73d174e7d-6cb00398, #w-node-d1ddf531-3d35-8be5-dbef-34d73d174ea4-6cb00398, #w-node-d1ddf531-3d35-8be5-dbef-34d73d174eb5-6cb00398, #w-node-_73649699-5fdc-65d0-8353-f7a92ced4887-d5b0039f, #w-node-_5405ff29-a4cc-0648-ecc0-be12f432b716-0cb003aa, #w-node-_6d2d2eac-1b1f-a2e1-cca3-89ea54057c38-0cb003aa {
    align-self: start;
  }

  #w-node-d6570faa-e4d8-0e2d-924c-9cf88180fd6c-43387220 {
    grid-column: 1 / 2;
    grid-row-end: 2;
  }

  #w-node-_600d14b6-71fb-08d2-52cc-3a7624b13973-43387220 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_73649699-5fdc-65d0-8353-f7a92ced4887-43387220 {
    align-self: start;
  }

  #w-node-dea78152-ded9-578c-4dca-a7c34f3b3123-43387220 {
    grid-column: span 1 / span 1;
  }

  #w-node-d6570faa-e4d8-0e2d-924c-9cf88180fd6c-22e16cfa {
    grid-column: 1 / 2;
    grid-row-end: 2;
  }

  #w-node-_600d14b6-71fb-08d2-52cc-3a7624b13973-22e16cfa {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_73649699-5fdc-65d0-8353-f7a92ced4887-22e16cfa {
    align-self: start;
  }

  #w-node-dea78152-ded9-578c-4dca-a7c34f3b3123-22e16cfa {
    grid-column: span 1 / span 1;
  }

  #w-node-_5405ff29-a4cc-0648-ecc0-be12f432b716-36b5e7e0, #w-node-_6d2d2eac-1b1f-a2e1-cca3-89ea54057c38-36b5e7e0, #w-node-_5405ff29-a4cc-0648-ecc0-be12f432b716-d91d7363, #w-node-_6d2d2eac-1b1f-a2e1-cca3-89ea54057c38-d91d7363 {
    align-self: start;
  }
}


@font-face {
  font-family: 'Helveticaneue';
  src: url('../fonts/HelveticaNeue-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Helveticaneue';
  src: url('../fonts/HelveticaNeue-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Equals';
  src: url('../fonts/Equals-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Equals';
  src: url('../fonts/Equals-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Equals';
  src: url('../fonts/Equals-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Equals';
  src: url('../fonts/Equals-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}