.pink-text {
  color: #e23a6d;
}
.btn-custom {
  background-color: #222222;
  color: white;
}
.sdadiv {
  outline: 1px dashed green;
}
.btn-store {
  background: transparent !important;
  display: inline-block;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.btn-store:hover {
  transform: scale(1.03);
  filter: brightness(1.1) contrast(1.05);
}

.btn-store:active {
  transform: scale(0.97);
  filter: brightness(0.9) contrast(0.95);
}
.btn-store img {
  width: 180px;
  height: 65px;
}

.bg-primary1 {
  background-color: #e23a6d !important;
}
.text-primary1 {
  color: #e23a6d !important;
}

.section-relative {
  position: relative;
}

footer {
  font-size: 13px;
  margin-bottom: 20px;
}
.footer-logo {
  display: inline-block;
  width: 58px;
  height: auto;
  margin-top: -8px;
}

.footer-title {
  padding-left: 15px;
  padding-top: 28px;
  display: inline-block;
  font-size: 22px;
}

.footer-links a {
  margin-left: 15px;
  margin-right: 15px;
  display: inline-block;
  font-size: 13px;
  text-decoration: none;
}
.footer-links a:hover {
  text-decoration: underline;
}

.border-bottom-grey {
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}

.top-banner {
  background-color: #000;
  background-image: url("../img/manifest_top_image_mob.jpg");
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
  overflow: visible;
}

.top-banner-height {
  height: 900px;
}

.top-phone-img {
  position: absolute;
  bottom: -50px;
  right: 1%;
  width: 340px;
}

.banner-mask {
  z-index: 1;
  pointer-events: none; /* optional: let clicks pass through */
}

.top-banner .container {
  z-index: 2;
  position: relative;
}

.solution-icons img {
  filter: brightness(60%) contrast(120%);
}
.solution-icons img:hover {
  filter: brightness(90%) contrast(110%);
}

.feature-icons > div {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 15px;
}

.feature-icon img {
  width: 20px;
  height: 20px;
}

.underline-custom {
  color: #e23a6d;
  display: inline-block;
  border-bottom: 3px solid #e23a6d;
  padding-bottom: 2px;
}

.underline-custom-2 {
  color: #e23a6d;
  position: relative;
  display: inline-block;
}

.underline-custom-2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 3px;
  width: 100%;
  background-color: #e23a6d;
}

.max-width {
  max-width: 1454px;
  margin: 0 auto;
}
.footer-shadow {
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
}
.icon-text {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* features animation */
.feature-icons .feature-item {
  cursor: pointer;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
  height: auto;
}

.feature-icons .feature-item .top-row {
  display: flex;
  align-items: center;
}

.feature-icons .feature-item .feature-icon {
  margin-right: 0.5rem;
  margin-bottom: 0;
}

.feature-icons .feature-item p {
  margin-top: 0.5rem;
  margin-bottom: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
  width: 100%;
}

.feature-icons .feature-item.active p {
  max-height: 160px;
  margin-bottom: 0.5rem;
}
/* features animation END */

.checkmark {
  display: block;
  padding-left: 10px;
}

.checkmark::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 -960 960 960' width='24px' fill='%23239688'%3E%3Cpath d='M382-240 154-468l57-57 171 171 367-367 57 57-424 424Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  margin-left: -33px;
}

.qr-code-container {
  max-width: 50%;
}

.spacing-y-2 li {
  margin-bottom: 8px;
}

.footer-legal p {
  margin-top: 2rem;
  font-size: 0.7rem;
  color: #aaa;
  margin-bottom: 0px;
  line-height: 0.6rem;
}

@media (max-width: 767px) {
  .black-top-line {
    margin-top: -2px;
  }
  .top-phone-img {
    position: absolute;
    bottom: 4px;
    right: 1%;
    width: 50vw;
  }
}

@media (max-width: 428px) {
  .black-top-line {
    margin-top: -10px;
  }
  .top-phone-img {
    position: absolute;
    bottom: -10px;
    right: 1%;
    width: 60vw;
  }
}

@media (min-width: 768px) {
  /* desktop */
  .top-banner {
    background-position: center;
    background-size: cover;
    background-image: url("../img/manifest_top_image.jpg");
  }
  .top-header-buttons img {
    margin-right: 20px;
  }
  .bg-coffee {
    background-position: center;
    background-size: cover;
    background-image: url("../img/footer_ban_bg2.png");
  }

  .top-banner-height {
    height: 740px;
  }

  .h2-larger-dt {
    font-size: 3rem;
    margin-bottom: 0.8rem;
  }
  .img-80 {
    max-width: 80%;
  }
  .mt-md-custom-shadowwork {
    margin-top: 11.5rem !important;
  }
}

.fa-tiktok-custom {
  display: inline-block;
  width: 100%;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M448 209.9a210.1 210.1 0 0 1 -122.8-39.3V349.4A162.6 162.6 0 1 1 185 188.3V278.2a74.6 74.6 0 1 0 52.2 71.2V0l88 0a121.2 121.2 0 0 0 1.9 22.2h0A122.2 122.2 0 0 0 381 102.4a121.4 121.4 0 0 0 67 20.1z' fill='%23777'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
}

.btn-social {
  opacity: 0.85;
  padding: 8px 9px;
}
.btn-social:hover {
  transform: scale(1.03);
  filter: brightness(0.7) contrast(1.2);
}

.btn-social .fa {
  font-size: 18px;
  vertical-align: middle;
  display: inline-block;
}
.btn-social.btn-simple {
  padding: 9px 5px;
  font-size: 16px;
}
.btn-social.btn-simple .fa {
  font-size: 20px;
  position: relative;
  top: -2px;
  width: 24px;
}

.btn-youtube {
  display: inline-block;
  height: 16px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3C!-- Created with Inkscape (http://www.inkscape.org/) --%3E%3Csvg width='28' height='28' viewBox='0 0 7.4083339 7.4083339' version='1.1' id='svg1' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%3E%3Cdefs id='defs1' /%3E%3Cg id='layer1'%3E%3Cpath style='fill:%23239688;stroke-width:0.00820377' d='M 2.9229335,7.4057896 C 2.3466261,7.3984243 1.889208,7.3747359 1.4715388,7.3306267 1.3805005,7.3210119 1.3284734,7.3119631 1.2803226,7.2973678 1.0221392,7.2191088 0.82396901,7.0107667 0.75532292,6.7454191 0.7190758,6.6053086 0.68653112,6.3950756 0.66852296,6.1847064 0.6490947,5.9577491 0.64247968,5.7281019 0.64247131,5.2802984 0.64246311,4.7255088 0.6534966,4.4642007 0.68884221,4.1822972 0.70775805,4.0314306 0.73846976,3.8639335 0.76212951,3.7825981 0.84360063,3.5025231 1.0683861,3.2932843 1.3497258,3.2356406 c 0.08842,-0.018116 0.4809421,-0.051936 0.7889047,-0.067972 0.4093525,-0.021315 0.688128,-0.025935 1.5657118,-0.025945 0.8764347,0 1.1162098,0.00383 1.5367708,0.024585 0.3085964,0.015233 0.7065169,0.048553 0.8122285,0.068011 0.2933092,0.053991 0.5307595,0.2834271 0.6042636,0.5838671 0.037005,0.1512512 0.068817,0.3668191 0.085294,0.577962 0.019333,0.2477472 0.024828,0.4901185 0.022439,0.9897846 -0.00183,0.3843531 -0.00507,0.5093949 -0.01803,0.6989265 C 6.7269522,6.3823872 6.6794562,6.6814908 6.6312671,6.8156215 6.5632231,7.0050154 6.4215366,7.164303 6.2439214,7.251085 6.1916604,7.276619 6.1561824,7.289989 6.1054655,7.303261 6.0539505,7.316742 6.0294035,7.320686 5.9344618,7.330741 5.5091204,7.375784 5.0729724,7.397937 4.4524692,7.406017 4.2065051,7.409217 3.1793959,7.409067 2.9229338,7.4057873 Z M 2.7979236,6.6174764 c 0.097769,-0.025434 0.1765796,-0.075916 0.2805681,-0.1797199 l 0.058606,-0.058501 V 6.4888668 6.598479 l 0.184018,7.629e-4 c 0.1012097,4.184e-4 0.18456,2.215e-4 0.1852228,-4.429e-4 6.629e-4,-6.646e-4 0.00121,-0.4600665 0.00121,-1.0208958 V 4.5582118 H 3.3223202 3.1370973 v 0.7801808 0.7801816 l -0.022423,0.029445 c -0.054244,0.071233 -0.1137514,0.1193065 -0.1700355,0.1373622 -0.022601,0.00725 -0.063205,0.00633 -0.079881,-0.0018 -0.022031,-0.010751 -0.035027,-0.028432 -0.045468,-0.061859 -0.00439,-0.014062 -0.00485,-0.082586 -0.0056,-0.8394086 L 2.8128789,4.5582118 H 2.627609 2.442339 l 0.00108,0.8675091 c 7.77e-4,0.6245848 0.00201,0.8760171 0.00439,0.8978966 0.010207,0.093717 0.022172,0.1456046 0.042825,0.1857087 0.026286,0.051042 0.072913,0.08923 0.129867,0.1063635 0.031526,0.00948 0.051332,0.011537 0.1012937,0.0105 0.038812,-8.039e-4 0.051132,-0.00222 0.076131,-0.00872 z m 1.8637716,0.00157 c 0.095626,-0.023842 0.1647657,-0.0901 0.2060477,-0.1974584 0.018512,-0.048144 0.031336,-0.1259984 0.040925,-0.2484585 0.00467,-0.059628 0.00695,-0.9809466 0.00274,-1.1026544 -0.00695,-0.2003483 -0.022323,-0.2935062 -0.06121,-0.3708842 -0.032158,-0.063989 -0.0723,-0.1069631 -0.1257766,-0.1346476 -0.028454,-0.014731 -0.055259,-0.02314 -0.091067,-0.02857 -0.1054541,-0.01599 -0.2100925,0.014965 -0.3099009,0.091676 -0.029195,0.022439 -0.095964,0.087793 -0.1126388,0.1102513 -0.00557,0.00751 -0.011098,0.013683 -0.012282,0.013732 -0.00118,8.2e-5 -0.00215,-0.2007979 -0.00215,-0.4463259 l 7e-7,-0.4464163 H 4.0125774 3.8287768 V 5.22897 6.5986496 h 0.18393 0.1839299 l -2.199e-4,-0.096996 c -1.206e-4,-0.053347 7.892e-4,-0.096885 0.00203,-0.096749 0.00123,1.313e-4 0.015917,0.01602 0.03263,0.0353 0.085917,0.099107 0.1880641,0.1639219 0.2881223,0.182821 0.033152,0.00627 0.1100347,0.00412 0.1425031,-0.00398 z M 4.3424929,6.2869852 C 4.2994056,6.2777716 4.2535311,6.2524269 4.2161984,6.2172089 L 4.1963405,6.1984764 V 5.5766226 4.9547696 l 0.027123,-0.022458 c 0.061719,-0.051105 0.1242233,-0.073541 0.1807585,-0.064885 0.072987,0.011176 0.1149829,0.068283 0.1327936,0.1805771 0.00482,0.030383 0.00517,0.066562 0.00517,0.5318347 0,0.4652718 -3.519e-4,0.5014513 -0.00517,0.5318347 -0.014175,0.089371 -0.042372,0.1408776 -0.089877,0.1641746 -0.033334,0.016348 -0.064677,0.019684 -0.1046457,0.011138 z M 5.8387461,6.6245678 C 5.9122261,6.6164178 5.968082,6.6003798 6.0297572,6.5697338 6.1648869,6.5025858 6.2642185,6.3704569 6.2958666,6.21576 6.3048766,6.171711 6.3090386,6.0964945 6.3090386,5.9776194 V 5.892402 H 6.1212774 5.9335161 l -0.00196,0.086099 c -0.00298,0.1310339 -0.00574,0.1640991 -0.016305,0.1956484 -0.025061,0.074802 -0.069432,0.1109805 -0.1429798,0.1165771 -0.058375,0.00444 -0.1140125,-0.017215 -0.1452525,-0.056541 -0.02665,-0.033546 -0.045395,-0.085845 -0.052978,-0.1478031 -0.00182,-0.014845 -0.003,-0.1065079 -0.003,-0.2322519 V 5.6464031 h 0.3689987 0.3689986 l -8.2e-6,-0.2481698 C 6.3090221,5.1537233 6.3075824,5.1029978 6.2987667,5.0357457 6.2792728,4.887036 6.2391993,4.7883645 6.1635975,4.7029239 6.0775837,4.6057158 5.9631028,4.5492976 5.823249,4.5351937 c -0.0837,-0.00844 -0.1839585,0.00165 -0.258426,0.026003 -0.037282,0.012193 -0.1029467,0.045338 -0.133574,0.067423 -0.048699,0.035115 -0.096939,0.08445 -0.1295904,0.1325311 -0.055618,0.081901 -0.088425,0.2051573 -0.098019,0.3682515 -0.00399,0.067894 -0.00408,0.8344758 -10e-5,0.8975751 0.016179,0.2565646 0.088155,0.4073654 0.2445088,0.5122834 0.068515,0.045975 0.1531509,0.075582 0.2431017,0.085039 0.03326,0.0035 0.1171183,0.00365 0.1475994,2.708e-4 z M 5.571854,5.1999868 C 5.573214,5.052689 5.574424,5.0395104 5.591262,4.9894404 5.619982,4.9040364 5.682251,4.860606 5.7680349,4.8661476 c 0.08796,0.00569 0.1387128,0.058628 0.1625739,0.1695981 0.00536,0.024908 0.00603,0.040356 0.00717,0.1642411 l 0.00126,0.1367462 H 5.7548171 5.5705954 Z M 1.9447253,5.4228512 V 4.2456909 L 2.1668481,4.2449526 2.3889707,4.2442143 V 4.0517564 3.8592984 L 1.7443084,3.8585683 1.0996461,3.8578381 v 0.1939116 0.1939117 h 0.217058 0.2170581 v 1.1759723 c 0,0.6467843 5.422e-4,1.1765147 0.00121,1.1771776 6.629e-4,6.644e-4 0.09313,0.00121 0.2054815,0.00121 H 1.9447253 Z M 3.55303,2.7955798 C 3.4190042,2.7815588 3.3057144,2.7258741 3.2209721,2.6323642 3.1367029,2.539377 3.0965557,2.4394535 3.0743894,2.2675329 c -0.00431,-0.033453 -0.00498,-0.088469 -0.006,-0.4963395 -0.00119,-0.4753345 -5.546e-4,-0.510107 0.01075,-0.590398 C 3.1023914,1.0156477 3.1498894,0.91411544 3.247797,0.8202734 3.296633,0.7734652 3.347669,0.7409955 3.4106202,0.7166836 3.5215726,0.6738337 3.6744991,0.6691214 3.7929286,0.7049038 c 0.081993,0.0247729 0.148986,0.0648138 0.2083325,0.12451758 0.080778,0.0812643 0.1278409,0.17803732 0.1516878,0.31191142 0.01586,0.089035 0.015353,0.071719 0.0166,0.5676375 0.00121,0.4796013 6.161e-4,0.5111095 -0.011098,0.5932916 -0.02316,0.1624879 -0.075339,0.2730443 -0.1701213,0.3604547 -0.075292,0.069435 -0.1584677,0.1093972 -0.2651782,0.1274045 -0.040209,0.00679 -0.129926,0.00966 -0.1701239,0.00546 z M 3.6651516,2.4526656 c 0.066502,-0.017322 0.1072841,-0.074416 0.1250023,-0.1750035 0.00508,-0.028796 0.00536,-0.057082 0.00536,-0.5397506 0,-0.4826695 -2.806e-4,-0.5109552 -0.00536,-0.5397512 -0.017718,-0.1005872 -0.0585,-0.1576814 -0.1250023,-0.1750028 -0.022145,-0.00577 -0.070226,-0.00577 -0.092371,0 -0.066502,0.017321 -0.107284,0.074415 -0.1250023,0.1750028 -0.00507,0.028796 -0.00536,0.057082 -0.00536,0.5397512 0,0.4826687 2.806e-4,0.5109553 0.00536,0.5397506 0.017572,0.099758 0.05826,0.1572457 0.12376,0.1748608 0.021089,0.00567 0.072088,0.00575 0.093613,1.395e-4 z M 4.7042562,2.7955035 C 4.6182912,2.7837035 4.5590882,2.7432105 4.5247204,2.672708 4.5033604,2.628889 4.4891934,2.5572194 4.4829704,2.4614872 4.4810004,2.4312012 4.4799604,2.1202039 4.4799604,1.5606962 V 0.70616227 h 0.1866699 0.1866699 l 4.92e-5,0.82554433 c 5.75e-5,0.8888987 -7.03e-4,0.8432874 0.014595,0.87885 0.00769,0.017873 0.029137,0.038212 0.045448,0.0431 0.015824,0.00474 0.051109,0.00431 0.070979,-8.679e-4 0.057784,-0.015051 0.1225509,-0.069558 0.188089,-0.1582966 l 0.00788,-0.010659 V 1.4949996 0.70616227 H 5.3670057 5.5536755 V 1.7379115 2.7696601 H 5.3670057 5.1803358 V 2.6583751 2.5470894 l -0.055711,0.055823 c -0.059249,0.059368 -0.086855,0.082868 -0.1347554,0.1147174 -0.054585,0.036292 -0.1080702,0.060157 -0.1626142,0.072554 -0.029083,0.00661 -0.093345,0.00939 -0.122999,0.00532 z M 2.1502069,2.2097185 V 1.6497769 L 2.139819,1.5997855 C 2.1078843,1.4461035 2.0387943,1.201669 1.957175,0.95360837 1.9235795,0.8515027 1.6955399,0.18693105 1.6381494,0.02387625 L 1.6297456,0 h 0.2180416 0.2180417 l 0.00298,0.00940562 c 0.00164,0.00517332 0.067566,0.24838711 0.1465068,0.54047488 0.078941,0.29208773 0.1439703,0.5323711 0.1445094,0.5339628 5.389e-4,0.0016 0.00169,9.422e-4 0.00255,-0.00145 8.679e-4,-0.00239 0.064505,-0.24689974 0.1414246,-0.54336094 L 2.6436522,1.5587159e-5 2.8527514,8.2037677e-6 C 2.9677559,3.281507e-6 3.0618506,8.8928988e-4 3.0618506,0.00197711 c 0,0.00108699 -0.1120019,0.37201789 -0.2488932,0.82429078 L 2.5640642,1.6485816 V 2.2091212 2.7696601 H 2.3571356 2.1502069 Z' id='path1' /%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
}

.btn-instagram {
  display: inline-block;
  height: 16px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3C!-- Created with Inkscape (http://www.inkscape.org/) --%3E%3Csvg width='28' height='28' viewBox='0 0 7.4083339 7.4083339' version='1.1' id='svg1' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%3E%3Cdefs id='defs1' /%3E%3Cg id='layer1'%3E%3Cpath style='fill:%23239688;stroke-width:0.0142311' d='M 2.7598459,7.4046964 C 2.5090576,7.400941 2.1785601,7.3886566 2.0463171,7.3781739 1.7394163,7.3538473 1.5036013,7.3022993 1.2593647,7.2061506 1.0079443,7.1071743 0.80575129,6.9725127 0.60962524,6.7734213 0.39249087,6.5530044 0.25439389,6.3228273 0.1525584,6.0115919 0.07341106,5.7696977 0.03706771,5.5440048 0.02067429,5.1925905 0.00356092,4.8257418 0,4.569249 0,3.7034055 0,3.0321912 0.00342814,2.6434844 0.01115778,2.4382569 0.01783631,2.2609401 0.02628236,2.0927931 0.03205721,2.0221888 0.06803738,1.5822891 0.18221268,1.2158381 0.37494786,0.92166529 0.44969394,0.80757996 0.51282728,0.73102387 0.62270434,0.62123375 0.72731904,0.5167018 0.80010352,0.45576842 0.90354168,0.38612332 1.1171275,0.24231569 1.3956116,0.13179011 1.6848461,0.07603677 1.8972801,0.03508766 2.0816839,0.02050245 2.5828757,0.00500829 c 0.2167233,-0.00670002 2.0248457,-0.00666928 2.2460152,4.269e-5 0.1779557,0.00539688 0.383355,0.01390924 0.4763133,0.01973988 0.3547802,0.02225295 0.6376278,0.0848647 0.9089744,0.2012124 0.1674901,0.0718161 0.3385897,0.18080624 0.4828756,0.30759049 0.053622,0.0471174 0.1670035,0.16341368 0.2105099,0.21592048 0.1299265,0.15680709 0.2253558,0.31834687 0.300288,0.50831857 0.055396,0.1404425 0.092269,0.2651248 0.1209829,0.409095 0.04382,0.2197069 0.058786,0.4026195 0.074512,0.9106507 0.00665,0.2147216 0.00665,2.0368238 3.1e-6,2.2516631 -0.00553,0.1788152 -0.014377,0.3911219 -0.019846,0.4763135 C 7.3659356,5.5792602 7.3266272,5.8006464 7.2588185,6.0077879 7.1552513,6.3241632 6.9962673,6.5830019 6.7702191,6.8032662 6.4296094,7.1351605 5.9953216,7.3195506 5.4294592,7.3725263 c -0.1101707,0.010313 -0.3133314,0.020368 -0.5817425,0.028785 -0.1562901,0.0049 -1.8077875,0.00758 -2.0878713,0.00339 z M 4.5483743,6.7382835 c 0.4453232,-0.00557 0.7373791,-0.018386 0.90556,-0.039729 C 5.8764367,6.6449368 6.1808807,6.4911698 6.4016792,6.2198719 6.5628914,6.0217884 6.6591238,5.7731761 6.700209,5.4486326 6.716174,5.3225282 6.7268306,5.1304653 6.7367731,4.7897011 c 0.00643,-0.2204681 0.00643,-1.9521231 0,-2.1725913 C 6.7233194,2.1559934 6.7106174,1.9841794 6.6772036,1.8113308 6.6407829,1.6229271 6.5731027,1.4402968 6.4911498,1.3092781 6.3962052,1.1574898 6.2509638,1.0122541 6.0990543,0.91719775 5.9676691,0.83498407 5.7861039,0.76769643 5.5970168,0.73114369 5.4258128,0.69804799 5.2524892,0.6850579 4.8100642,0.67216393 4.4437853,0.66148915 2.7852655,0.6642994 2.4680334,0.67613237 2.1192936,0.68914058 1.9800852,0.70035155 1.8341828,0.72717875 1.6349949,0.76380359 1.4468246,0.83212249 1.3108145,0.91719775 1.1594825,1.011857 1.0135047,1.1578402 0.91873415,1.3092929 0.81726825,1.4714451 0.74420144,1.6946455 0.71159933,1.9420364 c -0.0152386,0.1156331 -0.0237862,0.2485769 -0.0340833,0.5301085 -0.0146352,0.4001386 -0.0146352,2.0623827 0,2.4625211 0.0156086,0.4267503 0.0300452,0.5683415 0.0774609,0.7597148 0.0643278,0.2596319 0.16812115,0.4497225 0.33869407,0.6202955 0.1333995,0.1333995 0.2644874,0.2173746 0.4424449,0.2834314 0.1604698,0.059565 0.3222552,0.093822 0.5274398,0.1116802 0.1516466,0.013197 0.4588605,0.024693 0.7546527,0.028239 0.3430227,0.00411 1.4095315,0.00427 1.7301659,2.566e-4 z M 3.5599768,5.6005757 C 3.03146,5.5589098 2.5506955,5.3045267 2.2196227,4.8913649 1.8956626,4.4870793 1.7527755,3.9750405 1.8187683,3.4548943 1.8741501,3.0183816 2.0913456,2.6011056 2.4190841,2.3015678 2.8366055,1.9199727 3.3894126,1.7454824 3.9534533,1.8172535 4.2734238,1.8579681 4.5867981,1.986143 4.8495322,2.1837639 5.1068435,2.3773058 5.3167847,2.6422714 5.4464569,2.9371399 5.5857239,3.2538258 5.6350112,3.5988692 5.5911427,3.9500343 5.5366094,4.3865728 5.3191037,4.8050854 4.9907998,5.1051821 4.671343,5.3971916 4.2757596,5.5677351 3.8406821,5.6010193 3.781568,5.605541 3.6197232,5.605287 3.5599768,5.6005696 Z M 3.8593201,4.9291335 C 4.094837,4.897174 4.2971776,4.8110561 4.4805983,4.6647116 4.5228139,4.6310296 4.6098195,4.5460036 4.6455262,4.5035366 4.7847934,4.3379015 4.8766102,4.1480744 4.9168896,3.9425034 c 0.016912,-0.086316 0.02086,-0.1315538 0.02086,-0.2390979 0,-0.1298251 -0.00923,-0.2047757 -0.039176,-0.3181696 C 4.8256266,3.1090266 4.6526572,2.8611742 4.4156157,2.693194 4.2482308,2.5745763 4.0559772,2.5016823 3.8404934,2.4751334 3.7820406,2.4679317 3.6138242,2.4690959 3.5535153,2.4771204 3.4238193,2.494376 3.3087544,2.5270482 3.1923528,2.5796718 3.0917804,2.6251392 2.9860457,2.6927355 2.9010455,2.7659047 2.8572821,2.8035765 2.7762747,2.8868723 2.7436465,2.9277495 2.5937341,3.1155632 2.5066787,3.3242875 2.4766697,3.5678544 c -0.0074,0.060088 -0.0061,0.2270336 0.00225,0.2880475 0.022164,0.1619806 0.068381,0.3056452 0.1405115,0.4367771 0.063258,0.1150021 0.1294419,0.2017621 0.2256745,0.2958354 0.2036085,0.1990388 0.4646553,0.3187802 0.7544085,0.3460444 0.051401,0.00484 0.2083368,0.00156 0.2598072,-0.00542 z M 5.6300972,2.1667796 C 5.5012356,2.1517777 5.381159,2.0766741 5.3098878,1.9665003 5.199381,1.7956745 5.2192344,1.5715254 5.3579187,1.4242138 5.4459375,1.3307196 5.5563902,1.2823029 5.6816592,1.2823029 c 0.2055748,0 0.3799364,0.1348924 0.431737,0.3340069 0.013179,0.050657 0.016264,0.1275365 0.00728,0.1812908 -0.016608,0.099316 -0.061648,0.1826322 -0.1366803,0.2528281 -0.095983,0.089797 -0.2230746,0.1315808 -0.3538948,0.1163509 z' id='path1' /%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
}

.footer-top-right {
  padding-top: 24px;
}

/* button fix */

@media (min-width: 769px) and (max-width: 992px) {
  .row-store-buttons {
    flex-direction: column !important;
  }
  .row-store-buttons .justify-content-center {
    justify-content: unset !important;
  }
}
