@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat");
*, *:before, *:after {
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}

html {
  -webkit-touch-callout: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  text-shadow: none;
}

a:link, a:visited, a:hover, a:active {
  cursor: pointer;
  text-decoration: none;
}

a:link, a:visited {
  color: inherit;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

a, button, input[type=button],
i, .material-icons {
  user-select: none;
}

body .material-icons {
  margin: -0.25em;
  font-size: 2em;
  vertical-align: middle;
}
body .material-icons img {
  height: 1em;
  width: auto;
}
body .material-icons[data-css-size=lg] {
  margin: -0.3em;
  font-size: 2.5em;
}

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

input[type=button], input[type=submit], [onclick] {
  cursor: pointer;
}

input[type=radio], input[type=checkbox] {
  margin: 0 5px 0 0;
}

input[type=search] {
  -webkit-appearance: none !important;
  border-radius: 0;
}

script, style {
  display: none !important;
}

/* ==========================================================================
Extend, Mixins
========================================================================== */
.transition {
  transition: all 0.3s;
}

.text-ucfirst {
  display: inline-block;
  text-transform: lowercase;
}
.text-ucfirst::first-letter {
  text-transform: capitalize;
}

.text-trim {
  text-overflow: ellipsis;
  overflow: hidden auto;
  white-space: nowrap;
}

.text-sub {
  word-break: break-word;
  color: #5F5F5F;
  font-size: 0.85em;
  font-weight: 400;
}

.separator > b {
  font-size: 2em;
}

/* ==========================================================================
Util
========================================================================== */
.f-list {
  position: relative;
  display: flex;
  align-items: center;
}
.f-list > .f-list-right {
  margin-left: auto;
}
.f-list > :not(first-child):not(:last-child) {
  margin-right: 0.5em;
}
.f-list[data-css-gutter=lg] > :not(first-child):not(:last-child) {
  margin-right: 1em;
}
.f-list[data-css-gutter=none] > :not(first-child):not(:last-child) {
  margin-right: 0;
}

.img_cover {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  padding-bottom: 100%;
}
.img_cover img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
  transform: translate(-50%, -50%);
}
.img_cover.ratio-16x9 {
  padding-bottom: 56.25%;
}
.img_cover.ratio-4x3 {
  padding-bottom: 75%;
}

.separator {
  display: block;
  width: 100%;
  padding: 1em 0 0.5em;
  font-weight: 700;
}
.separator > b {
  line-height: 1;
}
.separator:empty {
  padding: 0.3em;
}

.auto_middot > *:not(:last-of-type):not(:empty) + *:not(:empty):before {
  content: " · ";
}

.pd-off {
  padding: 0;
}

.pd\:xs {
  padding: 0.25em;
}

.pd\:sm {
  padding: 0.5em;
}

.pd\:md {
  padding: 1em;
}

.pd\:lg {
  padding: 1.5em;
}

.pd\:xl {
  padding: 1.75em;
}

.pd_horz\:xs {
  padding: 0.25em 0.4em;
}

.pd_horz\:sm {
  padding: 0.5em 0.8em;
}

.pd_horz\:md {
  padding: 1em 1.6em;
}

.pd_horz\:lg {
  padding: 1.5em 2.4em;
}

.pd_horz\:xl {
  padding: 1.75em 2.8em;
}

.pd-static\:xs {
  padding: 0.4375em;
}

.pd_horz-static\:xs {
  padding: 0.4375em 0.7em;
}

@media screen and (min-width: 240px) {
  .pd\:xs {
    padding: 0.25em;
  }

  .pd\:sm {
    padding: 0.5em;
  }

  .pd\:md {
    padding: 1em;
  }

  .pd\:lg {
    padding: 1.5em;
  }

  .pd\:xl {
    padding: 1.75em;
  }

  .pd_horz\:xs {
    padding: 0.25em 0.4em;
  }

  .pd_horz\:sm {
    padding: 0.5em 0.8em;
  }

  .pd_horz\:md {
    padding: 1em 1.6em;
  }

  .pd_horz\:lg {
    padding: 1.5em 2.4em;
  }

  .pd_horz\:xl {
    padding: 1.75em 2.8em;
  }
}
.pd-static\:sm {
  padding: 0.875em;
}

.pd_horz-static\:sm {
  padding: 0.875em 1.4em;
}

@media screen and (min-width: 440px) {
  .pd\:xs {
    padding: 0.375em;
  }

  .pd\:sm {
    padding: 0.75em;
  }

  .pd\:md {
    padding: 1.5em;
  }

  .pd\:lg {
    padding: 2.25em;
  }

  .pd\:xl {
    padding: 2.625em;
  }

  .pd_horz\:xs {
    padding: 0.375em 0.6em;
  }

  .pd_horz\:sm {
    padding: 0.75em 1.2em;
  }

  .pd_horz\:md {
    padding: 1.5em 2.4em;
  }

  .pd_horz\:lg {
    padding: 2.25em 3.6em;
  }

  .pd_horz\:xl {
    padding: 2.625em 4.2em;
  }
}
.pd-static\:md {
  padding: 1.75em;
}

.pd_horz-static\:md {
  padding: 1.75em 2.8em;
}

@media screen and (min-width: 640px) {
  .pd\:xs {
    padding: 0.4375em;
  }

  .pd\:sm {
    padding: 0.875em;
  }

  .pd\:md {
    padding: 1.75em;
  }

  .pd\:lg {
    padding: 2.625em;
  }

  .pd\:xl {
    padding: 3.0625em;
  }

  .pd_horz\:xs {
    padding: 0.4375em 0.7em;
  }

  .pd_horz\:sm {
    padding: 0.875em 1.4em;
  }

  .pd_horz\:md {
    padding: 1.75em 2.8em;
  }

  .pd_horz\:lg {
    padding: 2.625em 4.2em;
  }

  .pd_horz\:xl {
    padding: 3.0625em 4.9em;
  }
}
.preloader {
  border: 0.4em solid white;
  border-radius: 50%;
  border-top: 0.4em solid #FAA31A;
  width: 1em;
  height: 1em;
  animation: preloader_round 1s ease infinite;
}

@keyframes preloader_round {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* only works with block level */
hr {
  margin: 1em 0;
  border: 0;
  border-top: 1px solid;
  border-color: #5F5F5F;
  color: #5F5F5F;
}

.app-select {
  position: relative;
  display: block;
  white-space: nowrap;
}
.app-select select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.app-select:before, .app-select:after {
  display: inline-block;
  vertical-align: middle;
}
.app-select:before {
  content: attr(data-placeholder);
}
.app-select[data-text]:not([data-text=""]):before {
  content: attr(data-text);
}

html, body, #app {
  font-family: "Montserrat", sans-serif;
  font-display: swap;
}

/* ==========================================================================
   Base
   ========================================================================== */
html {
  color: black;
  background-color: white;
  height: 100%;
  width: 100%;
}

body, html {
  margin: 0;
  padding: 0;
}

html[data-device-os=ios] {
  padding-top: 20px;
}

body, #app, main {
  position: relative;
}

#app {
  max-width: 100%;
  overflow: hidden auto;
}

#app > footer {
  margin-top: auto;
}

* {
  caret-color: #FAA31A;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

:focus {
  outline-color: #FAA31A;
}

::selection {
  background-color: #FAA31A;
  color: white;
}

.app-modal-main .modal-heading {
  font-size: 1.3em;
  font-weight: 600;
  text-transform: uppercase;
  color: #FAA31A;
}
.app-modal-main .app-link {
  display: inline-block;
  color: #14C9CB !important;
  text-decoration: underline !important;
}

.app-heading {
  font-size: 1.3em;
  font-weight: 600;
  text-transform: uppercase;
  color: #FAA31A;
}

.app-button {
  position: relative;
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #EA1B66;
  color: white;
  max-width: 17em;
  cursor: pointer;
}

.app-button-invert {
  position: relative;
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  background-color: white;
  color: #EA1B66;
  max-width: 17em;
  cursor: pointer;
}

.app-button:active {
  top: 0.1em;
}

.app-button[disabled] {
  background-color: #5F5F5F;
  color: white;
  pointer-events: none;
}

.snackbar {
	position: fixed;
	left: 0; right: 0; bottom: -100%;
	margin: 1em;
	z-index: 3;
	border-radius: 5.6em;
	box-shadow: 0 0.2em 0.6em rgba(0, 0, 0, .15);
	background-image: linear-gradient(150deg, #4CD964, #71DDC4);
	color: white;
}

.snackbar.error { background-image: linear-gradient(150deg, #cb1717, #e65656) }
.snackbar.warning { background-image: linear-gradient(150deg, #FD8000, #FDB913) }

.snackbar.is_open { animation: snackbar-open 1s forwards }
.snackbar.is_close { animation: snackbar-close 1s forwards }
.snackbar.is_timeout { animation: snackbar-timeout 9s forwards }

@keyframes snackbar-open {
	0% { bottom: -100% }
	100% { bottom: 0 }
}

@keyframes snackbar-close {
	0% { bottom: 0 }
	100% { bottom: -100% }
}

@keyframes snackbar-timeout {
	0% { bottom: -100% }
	15% { bottom: 0 }
	85% { bottom: 0 }
	100% { bottom: -100% }
}
