@font-face{
  font-family:"Metric";

  src:url(https://d2jha2rr7vq42v.cloudfront.net/ambassador-web/production/1.30.2/_next/static/f6dba42126feb9b04dedba32f475e665.ttf) format("truetype");

  font-weight:normal;

  font-style:normal
}

@font-face{
  font-family:"Metric Regular Italic";

  src:url(https://d2jha2rr7vq42v.cloudfront.net/ambassador-web/production/1.30.2/_next/static/54b0b170be629d994c362672f5dbe379.ttf) format("truetype");

  font-weight:normal;

  font-style:italic
}

@font-face{
  font-family:"Metric Semibold";

  src:url(https://d2jha2rr7vq42v.cloudfront.net/ambassador-web/production/1.30.2/_next/static/43acf37cbda15d4cd3da69c626e06547.ttf) format("truetype");

  font-weight:600;

  font-style:normal
}

@font-face{
  font-family:"Metric Semibold Italic";

  src:url(https://d2jha2rr7vq42v.cloudfront.net/ambassador-web/production/1.30.2/_next/static/27ba8e5cf7f764ad7df228ab389f110c.ttf) format("truetype");

  font-weight:700;

  font-style:italic
}

@font-face{
  font-family:"SourceSansPro-Light";

  src:url(https://d2jha2rr7vq42v.cloudfront.net/ambassador-web/production/1.30.2/_next/static/81cd217e4a8160a930c6d5fb8d1e8e82.ttf) format("truetype");

  font-weight:normal;

  font-style:normal
}

@font-face{
  font-family:"SourceSansPro";

  src:url(https://d2jha2rr7vq42v.cloudfront.net/ambassador-web/production/1.30.2/_next/static/c1678b46f7dd3f50ceac94ed4e0ad01a.ttf) format("truetype");

  font-weight:normal;

  font-style:normal
}

@font-face{
  font-family:"SourceSansPro-SemiBold";

  src:url(https://d2jha2rr7vq42v.cloudfront.net/ambassador-web/production/1.30.2/_next/static/83476a890be79f84e97b792c9c40d743.ttf) format("truetype");

  font-weight:600;

  font-style:normal
}

@font-face{
  font-family:"SourceSansPro-Bold";

  src:url(https://d2jha2rr7vq42v.cloudfront.net/ambassador-web/production/1.30.2/_next/static/8669b8706bbbdd1482e2fccc4ed96850.ttf) format("truetype");

  font-weight:700;

  font-style:normal
}

.badge{
  background-color:#f96d01;
  color:#fff;
  border-radius:9px
}

.badge-sm{
  padding:2px 10px;
  font-size:.75rem
}

.badge--gradient-primary{
  background:#f96d01;
  background:linear-gradient(to right, #F7A100, #F96D01)
}

.form-checkbox{
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  -webkit-print-color-adjust:exact;
  color-adjust:exact;
  display:inline-block;
  vertical-align:middle;
  background-origin:border-box;
  -webkit-user-select:none;
  -moz-user-select:none;
  user-select:none;
  flex-shrink:0;
  height:16px;
  width:16px;
  color:#f96d01;
  background-color:#fff;
  border:1px solid #bec8d1;
  border-width:1px;
  border-radius:3px
}

.form-checkbox:checked{
  background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5.707 7.293a1 1 0 0 0-1.414 1.414l2 2a1 1 0 0 0 1.414 0l4-4a1 1 0 0 0-1.414-1.414L7 8.586 5.707 7.293z'/%3e%3c/svg%3e");
  border-color:rgba(0,0,0,0);
  background-color:currentColor;
  background-size:100% 100%;
  background-position:center;
  background-repeat:no-repeat
}

.form-control{
  border:1px solid #dfe4e8;
  border-radius:4px;
  height:48px;
  width:100%;
  padding:15px;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none
}

.form-control:disabled{
  background-color:rgba(51,51,51,.05)
}

.form-control-sm{
  height:40px
}

textarea.form-control{
  height:auto !important;
  resize:none;
  color:#333
}

.form-input{
  margin-bottom:1.2rem
}

.form-input-group{
  display:flex;
  position:relative;
  flex-wrap:wrap;
  align-items:stretch;
  width:100%
}

.form-input-group__append{
  font-size:15px;
  display:flex;
  align-items:center;
  border:1px solid #eaeaea;
  border-radius:6px;
  padding-left:10px;
  padding-right:10px
}

.form-input-group__append.disabled{
  background:rgba(51,51,51,.05)
}

.form-input-group-append--left .form-input-group__append{
  border-top-right-radius:0;
  border-bottom-right-radius:0;
  border-right-style:none
}

.form-input-group-append--left .form-control{
  border-top-left-radius:0;
  border-bottom-left-radius:0;
  border-left-style:none;
  padding-left:0
}

.form-input-group-append--left .form-control:focus,.form-input-group-append--left .form-control:active{
  border-left-style:none
}

.form-input-group-append--right .form-input-group__append{
  border-top-left-radius:0;
  border-bottom-left-radius:0;
  border-left-style:none
}

.form-input-group-append--right .form-control{
  border-top-right-radius:0;
  border-bottom-right-radius:0;
  border-right-style:none;
  padding-right:0
}

.form-input-group-append--right .form-control:focus,.form-input-group-append--right .form-control:active{
  border-right-style:none
}

.form-input-group .form-control{
  flex:1 1 auto;
  position:relative;
  width:1%
}

.form-input-group .form-control:focus,.form-input-group .form-control:active,.form-input-group .form-control:disabled{
  border-color:#eaeaea
}

.tabs-menu{
  border-top:1px solid rgba(51,51,51,.1019607843);
  border-bottom:1px solid rgba(51,51,51,.1019607843)
}

.tabs-menu>ul{
  display:flex;
  list-style:none;
  padding-left:0
}

.tabs-menu>ul>li{
  align-items:center;
  cursor:pointer;
  display:flex;
  flex:1;
  justify-content:center;
  height:48px;
  text-transform:uppercase
}

.tabs-menu>ul>li:active{
  background-color:#fff
}

.tabs-menu>ul>li.active{
  border-bottom:2px solid #f96d01;
  color:#f96d01;
  font-weight:700
}

.tabs-content{
  padding:15px;
  font-size:14px;
  line-height:1.5em
}

.tabs-content ol{
  margin-left:15px
}

.tabs.tabs-rounded{
  background-color:#fff;
  overflow-y:scroll;
  -ms-overflow-style:none;
  scrollbar-width:none
}

.tabs.tabs-rounded::-webkit-scrollbar{
  display:none
}

.tabs.tabs-rounded .tabs-menu{
  border:none;
  overflow-x:auto;
  overflow-y:scroll;
  -ms-overflow-style:none;
  scrollbar-width:none
}

.tabs.tabs-rounded .tabs-menu::-webkit-scrollbar{
  display:none
}

.tabs.tabs-rounded .tabs-menu__list{
  padding:15px 0
}

.tabs.tabs-rounded .tabs-menu>ul{
  overflow:auto;
  width:100%;
  display:table
}

.tabs.tabs-rounded .tabs-menu>ul>li{
  display:inline;
  white-space:nowrap;
  border-radius:30px;
  background-color:#f2f5f8;
  text-align:center;
  margin-right:12px;
  line-height:28px;
  padding:5px 15px;
  font-size:14px;
  font-weight:700
}

.tabs.tabs-rounded .tabs-menu>ul>li.active{
  background-color:#fff6ef;
  border:1px solid #f96d01;
  color:#f96d01;
  font-family:"SourceSansPro-Bold"
}

.tabs.tabs-rounded .tabs-content{
  display:none
}

.radio-button{
  display:block;
  position:relative;
  padding-left:10px;
  margin-bottom:12px;
  cursor:pointer;
  -webkit-user-select:none;
  -moz-user-select:none;
  user-select:none
}

.radio-button input{
  position:absolute;
  opacity:0;
  cursor:pointer
}

.radio-button input:checked~.radio-button__check{
  background-color:#fff;
  border:1px solid #f96d01
}

.radio-button input:checked~.radio-button__check:after{
  display:block
}

.radio-button:hover input~.radio-button__check{
  background-color:rgba(0,0,0,0);
  border-radius:50%;
  border:1px solid #f96d01
}

.radio-button .radio-button__check:after{
  top:2px;
  left:2px;
  width:12px;
  height:12px;
  border-radius:50%;
  background:#f96d01
}

.radio-button__check{
  position:absolute;
  right:0;
  height:18px;
  width:18px;
  background-color:rgba(0,0,0,0);
  border-radius:50%;
  border:1px solid #c1c1c1
}

.radio-button__check:after{
  content:"";
  position:absolute;
  display:none
}

.payment-receipt{
  background:#f9fafc;
  min-height:100vh;
  padding:15px 0;
  position:relative
}

.payment-receipt:before{
  content:"";
  z-index:0;
  position:absolute;
  top:0;
  width:100%;
  height:40vh;
  border-bottom-left-radius:20px;
  border-bottom-right-radius:20px;
  background:#4da501;
  background:linear-gradient(180deg, #85C135 0%, #4DA501 100%)
}

.payment-receipt .c-pointer{
  padding:15px 30px
}

.payment-receipt__head{
  position:absolute;
  left:0;
  right:0
}

.payment-receipt__container{
  z-index:10;
  position:absolute;
  top:15.625rem;
  width:80%
}

.payment-receipt__body{
  padding-top:300px
}

.payment-receipt__content{
  background:#fff;
  border-radius:6px;
  box-shadow:0 0 4px rgba(0,0,0,.1019607843);
  padding:20px 15px
}

.payment-receipt__item{
  flex-direction:row;
  padding-top:25px;
  display:flex
}

.payment-receipt__item__image{
  border-radius:6px;
  height:48px;
  width:48px
}

.payment-receipt__item__image>img{
  border-radius:inherit;
  height:100%;
  width:100%;
  -o-object-fit:cover;
     object-fit:cover
}

.payment-receipt__time,.payment-receipt__status{
  display:flex;
  flex:1;
  align-items:center
}

.payment-receipt__time>img,.payment-receipt__status>img{
  margin-right:10px
}

.payment-receipt__status{
  padding-top:15px;
  padding-bottom:20px;
  border-bottom:1px solid #eaeaea
}

.payment-receipt__fees{
  padding-top:48px
}

.payment-receipt__fees__item{
  display:flex
}

.payment-receipt__fees__item:not(:last-child){
  margin-bottom:10px
}

.product-head{
  background-color:#f96d01;
  background-image:url(https://d2jha2rr7vq42v.cloudfront.net/ambassador-web/production/1.30.2/_next/static/21f18fa990c969589d50300b0c7bf518.svg);
  background-position:bottom;
  background-repeat:no-repeat;
  background-size:cover;
  min-height:160px;
  height:auto;
  overflow:hidden;
  position:relative
}

.product-head__tall{
  background-image:url(https://d2jha2rr7vq42v.cloudfront.net/ambassador-web/production/1.30.2/_next/static/a1667c0ce2da3e6995f7e227d9a15617.svg);
  height:50px;
  overflow:hidden
}

.product-head__merchant{
  display:flex;
  flex-direction:row;
  align-items:flex-start;
  margin:0 auto;
  top:50px;
  left:0;
  right:0;
  bottom:0;
  overflow:hidden;
  padding:15px
}

.product-head__merchant-info{
  flex:1
}

.product-head__merchant-name{
  overflow:hidden;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  margin-bottom:5px
}

.product-head__merchant-image{
  background:#fff;
  border-radius:6px;
  flex:0 0 48px;
  height:48px;
  width:48px;
  margin-right:15px
}

.product-head__merchant-image>img{
  border-radius:inherit;
  height:100%;
  width:100%;
  -o-object-fit:cover;
     object-fit:cover
}

.product-back{
  background:#fff;
  box-shadow:0 0 4px rgba(0,0,0,.1019607843);
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  height:32px;
  width:32px
}

.catalog-wrapper{
  background-color:#f2f5f8;
  min-height:100vh
}

.catalog-product-list{
  display:flex;
  flex-wrap:wrap;
  padding:8px 0 0 8px
}

.form-search{
  display:flex;
  align-items:center;
  width:100%;
  background-color:#fff
}

.form-search__input{
  border-radius:6px;
  width:100%;
  height:40px
}

.form-search__input svg{
  color:#bec8d1;
  font-size:22px
}

.form-search__input input{
  width:100%;
  height:40px;
  font-size:18px;
  outline:none
}

.form-search__input input ::-moz-placeholder{
  color:#bec8d1;
  opacity:1
}

.form-search__input input ::placeholder{
  color:#bec8d1;
  opacity:1
}

.form-search__input input :-ms-input-placeholder{
  color:#bec8d1
}

.form-search__input input ::-ms-input-placeholder{
  color:#bec8d1
}

.form-search__input input:hover,.form-search__input input:active,.form-search__input input:focus{
  outline:none
}

.form-search button{
  position:relative;
  width:100%;
  max-width:40px;
  height:40px;
  background-color:#f2f5f8;
  padding:5px;
  border-radius:6px;
  outline:none
}

.form-search button img{
  width:100%;
  height:100%
}

.form-search button:hover,.form-search button:active,.form-search button:focus{
  outline:none
}

.form-search button .search-sort__active{
  position:absolute;
  left:5px;
  top:5px;
  width:15px
}

.item-card{
  cursor:pointer;
  width:50%;
  padding:5px;
  border-radius:9px;
  position:relative;
  padding:0 8px 8px 0
}

.item-card__disc{
  position:absolute;
  z-index:2;
  top:15px;
  left:0;
  min-width:60px;
  padding:2px 10px;
  background:linear-gradient(to right, #F96D01, #F7A100);
  border-radius:0 12px 12px 0;
  color:#fff;
  max-width:150px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis
}

.item-card__image{
  background:#fff;
  position:relative;
  border-radius:6px 6px 0 0
}

.item-card__image .image-bg{
  border-radius:6px 6px 0 0;
  background-size:contain;
  background-repeat:no-repeat;
  background-position:center;
  padding-top:100%;
  width:100%
}

.item-card__image .image-wrapper{
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  border-bottom:none;
  border-radius:6px 6px 0 0;
  overflow:hidden
}

.item-card__image .image-wrapper img{
  border-radius:6px 6px 0 0;
  width:100%;
  height:100%;
  transition:box-shadow .25s;
  text-overflow:ellipsis
}

.item-card__name{
  display:-webkit-box;
  height:45px;
  overflow:hidden;
  text-overflow:ellipsis;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  white-space:normal
}

.item-card__description{
  min-height:70px;
  display:flex;
  justify-content:center;
  flex-direction:column;
  flex-wrap:wrap;
  background:#fff;
  padding:8px;
  border-top:none
}

.item-card__description .item-price__original{
  text-decoration:line-through;
  -webkit-text-decoration-color:#f96d01;
          text-decoration-color:#f96d01;
  color:#959da3;
  padding-right:10px
}

.item-card__action{
  background:#fff;
  border-radius:0 0 6px 6px;
  padding:8px
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

/*
 * Add the correct display in all browsers.
 */

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */


dl,
h1,
p {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #a0aec0;
}

input::placeholder,
textarea::placeholder {
  color: #a0aec0;
}

button {
  cursor: pointer;
}

h1 {
  font-size: inherit;
  font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

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

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */


code {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * Make replaced elements `display: block` by default as that's
 * the behavior you want almost all of the time. Inspired by
 * CSS Remedy, with `svg` added as well.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
svg,
iframe,
object {
  display: block;
  vertical-align: middle;
}

/**
 * Constrain images and videos to the parent width and preserve
 * their instrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img {
  max-width: 100%;
  height: auto;
}

.container{
  width:100%;
  padding-right:1rem;
  padding-left:1rem
}

@media (min-width: 640px){
  .container{
    max-width:640px
  }
}

@media (min-width: 768px){
  .container{
    max-width:768px
  }
}

@media (min-width: 1024px){
  .container{
    max-width:1024px
  }
}

@media (min-width: 1280px){
  .container{
    max-width:1280px
  }
}

.bg-white{
  --bg-opacity:1 !important;
  background-color:#FFFFFF !important;
  background-color:rgba(255, 255, 255, var(--bg-opacity)) !important
}

.bg-primary{
  --bg-opacity:1 !important;
  background-color:#F96D01 !important;
  background-color:rgba(249, 109, 1, var(--bg-opacity)) !important
}

.bg-gray{
  --bg-opacity:1 !important;
  background-color:#DFE4E8 !important;
  background-color:rgba(223, 228, 232, var(--bg-opacity)) !important
}

.bg-light-gray{
  --bg-opacity:1 !important;
  background-color:#F2F5F8 !important;
  background-color:rgba(242, 245, 248, var(--bg-opacity)) !important
}

.bg-soft-gray{
  --bg-opacity:1 !important;
  background-color:#F9FAFC !important;
  background-color:rgba(249, 250, 252, var(--bg-opacity)) !important
}

.bg-blue{
  --bg-opacity:1 !important;
  background-color:#297CC6 !important;
  background-color:rgba(41, 124, 198, var(--bg-opacity)) !important
}

.bg-light-blue{
  --bg-opacity:1 !important;
  background-color:#F2F7FF !important;
  background-color:rgba(242, 247, 255, var(--bg-opacity)) !important
}

.bg-light-green{
  --bg-opacity:1 !important;
  background-color:#EDF6E5 !important;
  background-color:rgba(237, 246, 229, var(--bg-opacity)) !important
}

.bg-warning{
  --bg-opacity:1 !important;
  background-color:#FFFCD9 !important;
  background-color:rgba(255, 252, 217, var(--bg-opacity)) !important
}

.bg-danger{
  --bg-opacity:1 !important;
  background-color:#FAE9E9 !important;
  background-color:rgba(250, 233, 233, var(--bg-opacity)) !important
}

.bg-red{
  --bg-opacity:1 !important;
  background-color:#AD3232 !important;
  background-color:rgba(173, 50, 50, var(--bg-opacity)) !important
}

.bg-success{
  --bg-opacity:1 !important;
  background-color:#4DA501 !important;
  background-color:rgba(77, 165, 1, var(--bg-opacity)) !important
}

.bg-gradient-to-r{
  background-image:linear-gradient(to right, var(--gradient-color-stops)) !important
}

.bg-gradient-to-b{
  background-image:linear-gradient(to bottom, var(--gradient-color-stops)) !important
}

.from-blue-solid{
  --gradient-from-color:#3E8AD6 !important;
  --gradient-color-stops:var(--gradient-from-color), var(--gradient-to-color, rgba(62, 138, 214, 0)) !important
}

.from-green-solid{
  --gradient-from-color:#85C135 !important;
  --gradient-color-stops:var(--gradient-from-color), var(--gradient-to-color, rgba(133, 193, 53, 0)) !important
}

.to-blue-darken{
  --gradient-to-color:#1F51A0 !important
}

.to-green-darken{
  --gradient-to-color:#4DA501 !important
}

.bg-opacity-25{
  --bg-opacity:0.25 !important
}

.border-white{
  --border-opacity:1 !important;
  border-color:#FFFFFF !important;
  border-color:rgba(255, 255, 255, var(--border-opacity)) !important
}

.border-primary{
  --border-opacity:1 !important;
  border-color:#F96D01 !important;
  border-color:rgba(249, 109, 1, var(--border-opacity)) !important
}

.border-gray{
  --border-opacity:1 !important;
  border-color:#DFE4E8 !important;
  border-color:rgba(223, 228, 232, var(--border-opacity)) !important
}

.border-light-gray{
  --border-opacity:1 !important;
  border-color:#F2F5F8 !important;
  border-color:rgba(242, 245, 248, var(--border-opacity)) !important
}

.rounded-10{
  border-radius:10px !important
}

.rounded{
  border-radius:0.25rem !important
}

.rounded-md{
  border-radius:0.375rem !important
}

.rounded-lg{
  border-radius:0.5rem !important
}

.rounded-full{
  border-radius:9999px !important
}

.rounded-t-10{
  border-top-left-radius:10px !important;
  border-top-right-radius:10px !important
}

.rounded-l-none{
  border-top-left-radius:0 !important;
  border-bottom-left-radius:0 !important
}

.border-solid{
  border-style:solid !important
}

.border-dashed{
  border-style:dashed !important
}

.border{
  border-width:1px !important
}

.border-t-2{
  border-top-width:2px !important
}

.border-l-2{
  border-left-width:2px !important
}

.border-t{
  border-top-width:1px !important
}

.border-b{
  border-bottom-width:1px !important
}

.cursor-pointer{
  cursor:pointer !important
}

.cursor-not-allowed{
  cursor:not-allowed !important
}

.block{
  display:block !important
}

.inline-block{
  display:inline-block !important
}

.flex{
  display:flex !important
}

.inline-flex{
  display:inline-flex !important
}

.hidden{
  display:none !important
}

.flex-col{
  flex-direction:column !important
}

.flex-wrap{
  flex-wrap:wrap !important
}

.items-start{
  align-items:flex-start !important
}

.items-end{
  align-items:flex-end !important
}

.items-center{
  align-items:center !important
}

.justify-end{
  justify-content:flex-end !important
}

.justify-center{
  justify-content:center !important
}

.justify-between{
  justify-content:space-between !important
}

.justify-around{
  justify-content:space-around !important
}

.flex-1{
  flex:1 1 0% !important
}

.flex-initial{
  flex:0 1 auto !important
}

.font-sans-semibold{
  font-family:SourceSansPro-SemiBold !important
}

.font-sans-bold{
  font-family:SourceSansPro-Bold !important
}

.font-bold{
  font-weight:700 !important
}

.h-3{
  height:0.75rem !important
}

.h-5{
  height:1.25rem !important
}

.h-10{
  height:2.5rem !important
}

.h-16{
  height:4rem !important
}

.h-full{
  height:100% !important
}

.h-screen{
  height:100vh !important
}

.text-xs{
  font-size:0.75rem !important
}

.text-sm{
  font-size:0.875rem !important
}

.text-base{
  font-size:1rem !important
}

.text-lg{
  font-size:1.125rem !important
}

.text-xl{
  font-size:1.25rem !important
}

.leading-none{
  line-height:1 !important
}

.leading-normal{
  line-height:1.5 !important
}

.leading-loose{
  line-height:2 !important
}

.list-decimal{
  list-style-type:decimal !important
}

.m-auto{
  margin:auto !important
}

.my-1{
  margin-top:0.25rem !important;
  margin-bottom:0.25rem !important
}

.mx-2{
  margin-left:0.5rem !important;
  margin-right:0.5rem !important
}

.my-3{
  margin-top:0.75rem !important;
  margin-bottom:0.75rem !important
}

.my-4{
  margin-top:1rem !important;
  margin-bottom:1rem !important
}

.my-5{
  margin-top:1.25rem !important;
  margin-bottom:1.25rem !important
}

.my-6{
  margin-top:1.5rem !important;
  margin-bottom:1.5rem !important
}

.my-auto{
  margin-top:auto !important;
  margin-bottom:auto !important
}

.mx-auto{
  margin-left:auto !important;
  margin-right:auto !important
}

.mt-1{
  margin-top:0.25rem !important
}

.mr-1{
  margin-right:0.25rem !important
}

.mb-1{
  margin-bottom:0.25rem !important
}

.ml-1{
  margin-left:0.25rem !important
}

.mt-2{
  margin-top:0.5rem !important
}

.mr-2{
  margin-right:0.5rem !important
}

.mb-2{
  margin-bottom:0.5rem !important
}

.ml-2{
  margin-left:0.5rem !important
}

.mt-3{
  margin-top:0.75rem !important
}

.mr-3{
  margin-right:0.75rem !important
}

.mb-3{
  margin-bottom:0.75rem !important
}

.ml-3{
  margin-left:0.75rem !important
}

.mt-4{
  margin-top:1rem !important
}

.mr-4{
  margin-right:1rem !important
}

.mb-4{
  margin-bottom:1rem !important
}

.mt-5{
  margin-top:1.25rem !important
}

.mb-5{
  margin-bottom:1.25rem !important
}

.mt-6{
  margin-top:1.5rem !important
}

.mb-6{
  margin-bottom:1.5rem !important
}

.mt-8{
  margin-top:2rem !important
}

.mt-10{
  margin-top:2.5rem !important
}

.mt-20{
  margin-top:5rem !important
}

.-mt-2{
  margin-top:-0.5rem !important
}

.max-w-full{
  max-width:100% !important
}

.max-w-wrapper{
  max-width:480px !important
}

.min-h-screen{
  min-height:100vh !important
}

.object-cover{
  -o-object-fit:cover !important;
     object-fit:cover !important
}

.outline-none{
  outline:2px solid transparent !important;
  outline-offset:2px !important
}

.focus\:outline-none:focus{
  outline:2px solid transparent !important;
  outline-offset:2px !important
}

.overflow-hidden{
  overflow:hidden !important
}

.p-2{
  padding:0.5rem !important
}

.p-3{
  padding:0.75rem !important
}

.p-4{
  padding:1rem !important
}

.py-1{
  padding-top:0.25rem !important;
  padding-bottom:0.25rem !important
}

.px-1{
  padding-left:0.25rem !important;
  padding-right:0.25rem !important
}

.py-2{
  padding-top:0.5rem !important;
  padding-bottom:0.5rem !important
}

.px-2{
  padding-left:0.5rem !important;
  padding-right:0.5rem !important
}

.py-3{
  padding-top:0.75rem !important;
  padding-bottom:0.75rem !important
}

.px-3{
  padding-left:0.75rem !important;
  padding-right:0.75rem !important
}

.py-4{
  padding-top:1rem !important;
  padding-bottom:1rem !important
}

.px-4{
  padding-left:1rem !important;
  padding-right:1rem !important
}

.py-5{
  padding-top:1.25rem !important;
  padding-bottom:1.25rem !important
}

.px-5{
  padding-left:1.25rem !important;
  padding-right:1.25rem !important
}

.py-6{
  padding-top:1.5rem !important;
  padding-bottom:1.5rem !important
}

.px-8{
  padding-left:2rem !important;
  padding-right:2rem !important
}

.py-12{
  padding-top:3rem !important;
  padding-bottom:3rem !important
}

.py-20{
  padding-top:5rem !important;
  padding-bottom:5rem !important
}

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

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

.pr-1{
  padding-right:0.25rem !important
}

.pr-2{
  padding-right:0.5rem !important
}

.pb-2{
  padding-bottom:0.5rem !important
}

.pl-2{
  padding-left:0.5rem !important
}

.pt-3{
  padding-top:0.75rem !important
}

.pr-3{
  padding-right:0.75rem !important
}

.pb-3{
  padding-bottom:0.75rem !important
}

.pl-3{
  padding-left:0.75rem !important
}

.pt-4{
  padding-top:1rem !important
}

.pr-4{
  padding-right:1rem !important
}

.pb-4{
  padding-bottom:1rem !important
}

.pl-4{
  padding-left:1rem !important
}

.pt-5{
  padding-top:1.25rem !important
}

.pl-5{
  padding-left:1.25rem !important
}

.static{
  position:static !important
}

.absolute{
  position:absolute !important
}

.relative{
  position:relative !important
}

.sticky{
  position:sticky !important
}

.top-0{
  top:0 !important
}

.bottom-0{
  bottom:0 !important
}

.left-0{
  left:0 !important
}

.shadow{
  box-shadow:0 2px 6px 0 rgba(0,0,0,.2) !important
}

.shadow-bottom{
  box-shadow:0 6px 6px 0 rgba(0,0,0,.1) !important
}

.shadow-md{
  box-shadow:0 0 4px #0000001A !important
}

.text-center{
  text-align:center !important
}

.text-right{
  text-align:right !important
}

.text-white{
  --text-opacity:1 !important;
  color:#FFFFFF !important;
  color:rgba(255, 255, 255, var(--text-opacity)) !important
}

.text-primary{
  --text-opacity:1 !important;
  color:#F96D01 !important;
  color:rgba(249, 109, 1, var(--text-opacity)) !important
}

.text-secondary{
  --text-opacity:1 !important;
  color:#BEC8D1 !important;
  color:rgba(190, 200, 209, var(--text-opacity)) !important
}

.text-blue{
  --text-opacity:1 !important;
  color:#297CC6 !important;
  color:rgba(41, 124, 198, var(--text-opacity)) !important
}

.text-success{
  --text-opacity:1 !important;
  color:#4DA501 !important;
  color:rgba(77, 165, 1, var(--text-opacity)) !important
}

.text-danger{
  --text-opacity:1 !important;
  color:#AD3232 !important;
  color:rgba(173, 50, 50, var(--text-opacity)) !important
}

.text-gray{
  --text-opacity:1 !important;
  color:#959DA3 !important;
  color:rgba(149, 157, 163, var(--text-opacity)) !important
}

.uppercase{
  text-transform:uppercase !important
}

.tracking-wide{
  letter-spacing:0.025em !important
}

.break-words{
  word-wrap:break-word !important;
  overflow-wrap:break-word !important
}

.truncate{
  overflow:hidden !important;
  text-overflow:ellipsis !important;
  white-space:nowrap !important
}

.w-5{
  width:1.25rem !important
}

.w-16{
  width:4rem !important
}

.w-24{
  width:6rem !important
}

.w-1\/3{
  width:33.333333% !important
}

.w-1\/5{
  width:20% !important
}

.w-4\/5{
  width:80% !important
}

.w-full{
  width:100% !important
}

.z-1{
  z-index:1 !important
}

.z-3{
  z-index:3 !important
}

.transform{
  --transform-translate-x:0 !important;
  --transform-translate-y:0 !important;
  --transform-rotate:0 !important;
  --transform-skew-x:0 !important;
  --transform-skew-y:0 !important;
  --transform-scale-x:1 !important;
  --transform-scale-y:1 !important;
  transform:translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important
}

.transition{
  transition-property:background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important
}

.ease-out{
  transition-timing-function:cubic-bezier(0, 0, 0.2, 1) !important
}

.ease-in-out{
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1) !important
}

@keyframes spin{
  to{
    transform:rotate(360deg)
  }
}

@keyframes ping{
  75%, 100%{
    transform:scale(2);
    opacity:0
  }
}

@keyframes pulse{
  50%{
    opacity:.5
  }
}

@keyframes bounce{
  0%, 100%{
    transform:translateY(-25%);
    animation-timing-function:cubic-bezier(0.8,0,1,1)
  }

  50%{
    transform:none;
    animation-timing-function:cubic-bezier(0,0,0.2,1)
  }
}

html,body{
  background-color:#ebebeb;
  color:#333;
  font-size:16px;
  font-family:"SourceSansPro";
  scroll-behavior:smooth
}

.main-wrapper{
  min-height:100vh;
  margin:0 auto;
  max-width:480px;
  border-radius:1px;
  background-color:#fff
}

.main-wrapper>div{
  transition:all .15s cubic-bezier(0.55, 0, 0.1, 1)
}

img{
  max-height:100%;
  max-width:100%;
  -o-object-fit:contain;
  object-fit:contain
}

button,input,textarea{
  padding:0px;
  margin:0px;
  border:none;
  outline:none;
  line-height:1;
  background:rgba(0,0,0,0);
  font-size:inherit;
  cursor:pointer
}

.normalized-link a{
  color:blue;
  text-decoration:underline
}

.normalized-list ul,.normalized-list li,.normalized-list ol{
  list-style-position:inside
}

ul{
  list-style:circle
}

ol{
  list-style:decimal;
  list-style-position:inside
}

@media (min-width: 640px){
}

@media (min-width: 768px){
}

@media (min-width: 1024px){
}

@media (min-width: 1280px){
}
.payment-receipt{
  background:#f9fafc;
  min-height:100vh;
  padding:15px 0;
  position:relative
}

.payment-receipt:before{
  content:"";
  z-index:0;
  position:absolute;
  top:0;
  width:100%;
  height:40vh;
  border-bottom-left-radius:20px;
  border-bottom-right-radius:20px;
  background:#4da501;
  background:linear-gradient(180deg, #85C135 0%, #4DA501 100%)
}

.payment-receipt .c-pointer{
  padding:15px 30px
}

.payment-receipt__head{
  position:absolute;
  left:0;
  right:0
}

.payment-receipt__container{
  z-index:10;
  position:absolute;
  top:15.625rem;
  width:80%
}

.payment-receipt__body{
  padding-top:300px
}

.payment-receipt__content{
  background:#fff;
  border-radius:6px;
  box-shadow:0 0 4px rgba(0,0,0,.1019607843);
  padding:20px 15px
}

.payment-receipt__item{
  flex-direction:row;
  padding-top:25px;
  display:flex
}

.payment-receipt__item__image{
  border-radius:6px;
  height:48px;
  width:48px
}

.payment-receipt__item__image>img{
  border-radius:inherit;
  height:100%;
  width:100%;
  -o-object-fit:cover;
     object-fit:cover
}

.payment-receipt__time,.payment-receipt__status{
  display:flex;
  flex:1;
  align-items:center
}

.payment-receipt__time>img,.payment-receipt__status>img{
  margin-right:10px
}

.payment-receipt__status{
  padding-top:15px;
  padding-bottom:20px;
  border-bottom:1px solid #eaeaea
}

.payment-receipt__fees{
  padding-top:48px
}

.payment-receipt__fees__item{
  display:flex
}

.payment-receipt__fees__item:not(:last-child){
  margin-bottom:10px
}
