/* Universal breakpoints */
@keyframes from-right {
  0% {
    opacity: 0;
    transform: translateX(40rem); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

.how-to {
  display: flex;
  gap: 10%;
  color: #3b3d49;
  align-items: stretch;
  box-sizing: border-box; }
  @media (min-width: 1280px) {
    .how-to {
      padding-left: 100px;
      padding-right: 100px; } }
  @media (max-width: 1079px) {
    .how-to {
      gap: 40px; } }
  @media (max-width: 991px) {
    .how-to {
      flex-direction: column-reverse;
      gap: 20px; } }
  @media (min-width: 992px) {
    .how-to .a {
      width: 440px; } }
  .how-to .a h2 {
    margin-bottom: 8px; }
  .how-to .a ol {
    padding-left: 0;
    margin: 0;
    margin-top: 32px;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 20px; }
    .how-to .a ol li {
      display: flex;
      gap: 24px; }
      .how-to .a ol li .icon {
        margin: 0;
        width: 40px;
        height: 40px; }
      .how-to .a ol li .text p:first-of-type {
        font-size: 32px;
        font-weight: 700;
        line-height: 38px; }
        @media (max-width: 767px) {
          .how-to .a ol li .text p:first-of-type {
            font-size: 24px;
            line-height: 28px; } }
      .how-to .a ol li .text p:nth-of-type(2) {
        font-size: 20px;
        line-height: 30px; }
      .how-to .a ol li .text p img {
        height: 18px;
        width: auto; }
  .how-to .b {
    flex: 1;
    position: relative;
    overflow: hidden; }
    @media (max-width: 991px) {
      .how-to .b {
        max-height: 400px;
        height: auto;
        display: flex;
        align-items: center; } }
    .how-to .b img {
      width: 100%;
      height: 80%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: 25% 25%;
      object-position: 25% 25%;
      display: block;
      position: absolute;
      top: 50%;
      transform: translateY(-50%) scaleX(-1); }
      @media (max-width: 991px) {
        .how-to .b img {
          position: relative;
          transform: translateY(0) scaleX(-1);
          height: 100%; } }

.compatible-wallets__inner {
  background-color: #3b3d49;
  border-radius: 24px;
  color: white;
  display: flex;
  padding-left: 100px;
  gap: 40px;
  justify-content: space-between; }
  @media (max-width: 1279px) {
    .compatible-wallets__inner {
      padding-left: 40px;
      padding-right: 40px; } }
  @media (max-width: 991px) {
    .compatible-wallets__inner {
      flex-direction: column;
      padding: 32px 16px 0 16px;
      gap: 32px; } }
  .compatible-wallets__inner .a {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media (min-width: 992px) {
      .compatible-wallets__inner .a {
        max-width: 500px;
        height: 450px; } }
    .compatible-wallets__inner .a h2 {
      font-size: 36px;
      font-weight: 500;
      line-height: 48px;
      margin-top: 0;
      margin-bottom: 37px; }
    .compatible-wallets__inner .a > p {
      font-size: 18px; }
      @media (max-width: 767px) {
        .compatible-wallets__inner .a > p {
          font-size: 16px; } }
    .compatible-wallets__inner .a .wallets-grid {
      display: flex;
      -moz-column-gap: 8px;
      column-gap: 8px;
      row-gap: 20px;
      margin-top: 10px; }
      @media screen and (max-width: 400px) {
        .compatible-wallets__inner .a .wallets-grid {
          flex-wrap: wrap; } }
      .compatible-wallets__inner .a .wallets-grid .wallet {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 6px;
        width: 74px; }
        .compatible-wallets__inner .a .wallets-grid .wallet img {
          width: 40px;
          height: 40px; }
        .compatible-wallets__inner .a .wallets-grid .wallet p {
          font-size: 10px;
          text-align: center; }
  .compatible-wallets__inner .b {
    flex: 1;
    position: relative; }
    .compatible-wallets__inner .b img {
      position: absolute;
      bottom: -1px;
      width: 100%;
      height: auto;
      max-height: 100%;
      -o-object-fit: contain;
      object-fit: contain; }
      @media (max-width: 991px) {
        .compatible-wallets__inner .b img {
          position: relative;
          height: auto;
          max-height: 300px;
          width: auto;
          max-width: 100%;
          margin: auto;
          display: block; } }

.faq {
  color: #3b3d49; }
  .faq li {
    line-height: 24px; }

.footnotes {
  color: #3b3d49;
  font-size: 14px; }
  .footnotes a {
    color: #3f647c; }
	
.faq h3{
  font-weight: 500;
}
.text-24{
  font-size:1.17em;
  line-height: revert;
}

.headings-with-3-icon-cards .three-cards.static-width {
      flex-wrap: wrap; }
      .headings-with-3-icon-cards .three-cards.static-width .card {
        width: 100%;
        max-width: 320px;
        box-sizing: border-box; }
    @media (max-width: 767px) {
      .headings-with-3-icon-cards .three-cards.dynamic-width {
        flex-direction: column; } }
    .headings-with-3-icon-cards .three-cards.dynamic-width .card {
      flex: 1; }

.headings-with-3-icon-cards .three-cards .card img {
        height: 85px;
        width: 85px;
        -o-object-fit: contain;
        object-fit: contain; }
		
@media (max-width: 991px) {
    .px-44-16 {
      padding-left: 16px;
      padding-right: 16px;
      } }
	  
.headings-with-3-icon-cards .three-cards .card {
  max-width:none !important;
}

/*added this for blog section */
.blog_tiles h2{
color: #3b3d49;
}

/* adding this for benefits heading defect */
@media (max-width: 991px) {
      .headings-with-3-icon-cards h2 {
        line-height: 38px !important;
    
    } }
	
/* adding this for mobile device synchrony logo defect */
@media (max-width: 479px){
.global-nav .main-nav .main-nav__content-grid .logo img:not(.pillars) {
    width: 100px;
    
}
}
details:focus-visible {
    outline: 2px solid black;
}
summary:focus-visible {
    outline: 2px solid black;
}
