@import url('https://fonts.googleapis.com/css?family=Lato:300|Montserrat:400,700|Qwigley&display=swap');

[data-sal] {
  transition-duration: .6s;
}

[data-sal|=fade] {
  opacity: 0;
  transition-property: opacity;
}

[data-sal|=fade].sal-animate,
body.sal-disabled [data-sal|=fade] {
  opacity: 1
}

[data-sal|=go] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-sal=go-u] {
  transform: translateY(10%);
}

[data-sal=go-d] {
  transform: translateY(-10%)
}

[data-sal=go-l] {
  transform: translateX(10%)
}

[data-sal=go-r] {
  transform: translateX(-10%)
}

[data-sal|=go].sal-animate,
body.sal-disabled [data-sal|=go] {
  opacity: 1;
  transform: none
}

[data-sal|=zoom] {
  opacity: 0;
  transition-property: opacity, transform;
  transform: scale(1.1)
}

[data-sal|=zoom].sal-animate,
body.sal-disabled [data-sal|=zoom] {
  opacity: 1;
  transform: none
}

html {
  box-sizing: border-box;
  overflow-y: auto;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: 'Montserrat', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*,
* :after,
* :before {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  color: #444;
  background: #111;
  background-size: 100% auto;
  font-size: 1rem;
  font-weight: 400;
  min-height: 100%;
  text-rendering: optimizeLegibility;
}

blockquote,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
ul {
  margin: 0;
  padding: 0;
}

main {
  display: block;
  overflow: hidden;
}

ul {
  list-style: none;
}

h1,
h2,
h3,
h4 {
  font-size: inherit;
}

a,
button {
  color: inherit;
  transition: 0.4s;
}

a {
  text-decoration: none;
}

::-moz-focus-inner {
  padding: 0;
  border: 0;
}

:focus {
  outline: 0;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: middle;
  pointer-events: none;
  -webkit-touch-callout: none;
}

table {
  border: none;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  border-spacing: 0;
  margin-bottom: 3rem;
  background: #e2ddcf
}

table tr {
  padding: .35em;
}

table th,
table td {
  vertical-align: top;
  font-size: .9375rem;
  padding: 1rem;
  text-align: left;
}

tr:nth-child(even) {
  background-color: #f0ebdc;
}

table th {
  background: #C6232D;
  color: #faf8f2;
}

iframe {
  width: 100%;
  border: none;
  min-height: 400px;
  vertical-align: bottom;
}

.hide,
.xs-hide {
  display: none !important;
}

.group:after {
  content: "";
  display: table;
  clear: both;
}

.xs-center {
  display: block;
  margin: 0 auto;
}

.pulse {
  animation: pulse 1.5s ease-in-out infinite;
  padding: 0 2rem;
}

@media screen and (min-width: 64em) {
  .xs-hide {
    display: inline !important;
  }

  .xs-show {
    display: none !important;
  }

  .xs-center {
    display: inline;
  }

  .pulse {
    animation: pulse 1.5s ease-in-out infinite;
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}

/* typography */
a:link,
a:visited {
  color: #C6232D;
}

a[class*=button],
input[type="submit"] {
  -webkit-appearance: none;
  display: inline-block !important;
  background: #C6232D;
  color: #fefefe !important;
  font-size: 0.938em;
  font-weight: 700;
  text-transform: none;
  padding: 0.6rem 1.375rem !important;
  margin: 0 0.25rem 0.5rem;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  line-height: 1;
  text-transform: uppercase;
  border-radius: 20rem;
  border: none;
  transition: all 0.4s ease-in-out;
}

a.button2 {
  background: #fff;
  color: #C6232D !important;
}

a.button3 {
  background: #F59531;
  color: #fff !important;
}

a.button-wa {
  background: #20aa32;
  color: #fff !important;
}

a[class*=button]:hover,
input[type="submit"]:hover {
  opacity: .8
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: .5rem;
}

h1 {
  font-size: 1.5rem;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

h2 {
  font-size: 1.375rem;
}

h3 {
  font-size: 1.125rem;
  margin-bottom: 1rem;
}

h4 {
  font-size: .9375rem;
  margin-bottom: .625rem;
}

h5 {
  font-size: .813rem;
  margin-bottom: .625rem;
}

h6 {
  font-size: .75rem;
}

p,
input,
label,
legend,
textarea {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}

q,
blockquote {
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 1.875rem;
  display: block;
  font-style: italic;
  font-size: 1.25rem;
  color: rgb(151, 133, 107);
  line-height: 1.2;
}

blockquote {
  font-size: 1.625rem;
  background: rgba(0, 0, 0, .05);
  padding: 3rem 2rem 3rem 3rem;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
}

blockquote p {
  line-height: 1.3;
}

u {
  text-underline-position: under;
}

li {
  font-size: 0.875rem;
  margin-bottom: .625rem;
}

ul.disc,
.disc ul {
  padding-left: 20px;
  margin-bottom: 2rem;
  list-style: disc;
}

ul.disc ul,
.disc ul ul {
  margin-top: .75rem;
  padding-left: 20px;
  list-style: circle;
}

.col ol {
  padding-left: 20px;
  margin-bottom: 1.5rem;
  max-width: 480px;
}

big {
  font-size: 150%;
  line-height: 1;
}

small {
  font-size: 80%;
}

strong {
  font-weight: 700;
}

hr {
  height: 0;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, .1);
  margin: .875rem 0 1.5rem 0;
}

.lead {
  font-size: 1.125rem;
}

@media screen and (min-width: 64em) {
  h1 {
    font-size: 1.75rem;
    letter-spacing: -1px;
  }

  h2 {
    font-size: 1.5rem;
  }

  h3 {
    font-size: 1.25rem;
  }

  h4 {
    font-size: 1rem;
  }

  h5 {
    font-size: .875rem;
  }

  p,
  ul.disc li,
  .disc ul li,
  input,
  label,
  legend,
  textarea {
    font-size: 0.9375rem;
  }

  q {
    font-size: 1.5rem;
  }

  big {
    font-size: 250%;
  }
}

@media screen and (min-width: 140em) {
  h1 {
    font-size: 1.875rem;
  }

  h2 {
    font-size: 1.75rem;
  }

  h3 {
    font-size: 1.375rem;
  }

  h4 {
    font-size: 1.125rem;
  }

  h5 {
    font-size: .9375rem;
  }

  p,
  ul.disc li,
  .disc ul li,
  input,
  label,
  legend,
  textarea {
    font-size: 1rem;
  }

  q {
    font-size: 1.75rem;
  }
}

.inv,
.inv h1,
.inv h2,
.inv h3,
.inv h4,
.inv h5,
.inv p,
.inv a:link,
.inv a:visited {
  color: #f7f7f7;
}

/* form */
form {
  font-weight: 700;
  margin-top: 1.5rem;
}

form input,
form label,
form legend,
form textarea,
input[type="text"] {
  width: 100%;
  margin-bottom: 1rem;
  font-size: 1rem;
}

form input,
form textarea,
input[type="text"] {
  border: none;
  padding: 0.625rem;
  background: #eee;
  vertical-align: top;
  border-radius: 4px;
}

form select {
  height: 1.875em;
  font-size: 0.875rem;
  border: none;
  background-color: #eee;
  border-radius: 0;
  margin-bottom: 1rem;
}

form fieldset {
  border: 0;
  padding: 0;
  margin-top: 0.5rem;
}

form fieldset label {
  width: auto;
  display: inline-block;
  margin-bottom: 0;
}

form legend {
  margin-bottom: 0;
}

form input[type="submit"] {
  width: auto;
  margin-bottom: 2rem;
}

form input[type="radio"] {
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid #bbb;
  border-radius: 50%;
  outline: 0;
  margin-top: 8px;
  margin-right: 5px;
  vertical-align: middle;
  display: inline-block;
}

form input[type="radio"]:checked {
  background: #C6232D;
}

input.error,
select.error {
  background: pink;
}

label.error {
  font-size: 0.75rem;
  line-height: 1;
  color: pink;
  margin: 0;
  display: block;
}

/* navigation */
nav {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 1000;
  transition: all .4s ease-in;
  background: #fff;
}

nav .container {
  height: 100%;
}

nav ul {
  list-style: none;
  padding-top: .75rem;
}

.nav-ico {
  cursor: pointer;
  float: right;
  user-select: none;
  width: auto;
  z-index: 9;
  padding: 1.75rem 1rem;
  position: relative;
}

.nav-ico span {
  background: #C6232D;
  display: block;
  height: 3px;
  transition: background 0.4s ease;
  width: 24px;
  position: relative;
}

.nav-ico span:after,
.nav-ico span:before {
  background: #C6232D;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: all 0.4s ease;
  width: 100%;
}

.nav-ico span:before {
  top: 7px;
}

.nav-ico span:after {
  top: -7px;
}

#nav-btn {
  display: none;
}

#nav-btn:checked~.menu {
  opacity: 1;
  position: absolute;
  height: 100vh;
  padding: 2rem;
}

#nav-btn:checked~.nav-ico span {
  background: 0 0;
}

#nav-btn:checked~.nav-ico span:before {
  transform: rotate(-45deg);
  background: #C6232D;
}

#nav-btn:checked~.nav-ico span:after {
  transform: rotate(45deg);
  background: #C6232D;
}

#nav-btn:checked~.nav-ico span:after,
#nav-btn:checked~.nav-ico span:before {
  top: 0;
}

.menu {
  list-style: none;
  overflow: auto;
  clear: both;
  height: 0;
  opacity: 0;
  transition: opacity .2s;
  background: #fff;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.logo {
  background: transparent url(../i/logo.png) no-repeat left center;
  height: 100%;
  width: 80%;
  background-size: auto 70%;
  display: block;
  position: absolute;
  left: 1.5rem
}

nav.alt .logo {
  background-image: url(../i/logo.png);
}

nav .logo.logo-white {
  background-image: url(../i/logo-white.png);
}

.nob nav.alt .logo {
  background-image: url(../i/logo.png);
}

.menu>li {
  line-height: 1.8;
}

.menu li a {
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  transition: all 0.4s ease-in;
}

.menu>li a:link,
.menu>li a:visited {
  color: #777;
}

.menu li.selected>a:link,
.menu li.selected>a:visited,
#b2 .menu li.menus>a:link,
#b2 .menu li.menus>a:visited,
#b3 .menu li.outlets>a:link,
#b3 .menu li.outlets>a:visited,
#b4 .menu li.franchise>a:link,
#b4 .menu li.franchise>a:visited {
  color: #C6232D;
}

.menu li.premium a {
  color: #F59531 !important;
}

.menu li.halal a {
  color: #1C792B !important;
}

.menu ul {
  opacity: .7;
  margin-bottom: 0
}

.menu li li a {
  font-size: 1rem;
  margin-bottom: 0;
}

@media screen and (min-width: 64em) {
  .nav-ico {
    display: none;
  }

  .logo {
    z-index: 9;
    max-width: 240px
  }

  .menu {
    background: none;
    overflow: visible;
    opacity: 1;
    height: auto;
    width: auto;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-around;
    padding-left: 32%;
    padding-top: 1.25rem;
    position: relative;
  }

  .menu>li {
    display: inline-block;
    margin-bottom: 0;
    height: 100%;
    line-height: 1.2;
  }

  .menu>li a:link,
  .menu>li a:visited {
    font-size: 1rem;
  }

  .menu ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 40px;
    left: -25px;
    transform: translateY(-1em);
    transition: all .2s ease-in-out;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .15);
    padding-top: 0;
  }

  .menu li li {
    float: none;
    width: 250px;
    text-indent: none;
    margin: 0;
    text-align: left;
  }

  .menu li li a:link,
  .menu li li a:visited {
    padding: 1.375rem;
    padding-left: 25px;
    background: #333;
    color: #fefefe;
    font-size: .813rem;
  }

  .menu li li a:hover {
    background: #888;
  }

  .menu li li.selected a:link,
  .menu li li.selected a:visited {
    color: #222;
    background: #F59532;
  }

  .menu li:hover ul {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
}

/* layout */
.container {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}

.half {
  width: 100%;
  max-width: 720px;
}

.pad,
.pad3,
.pad4,
.pxy,
.pxys {
  padding: 2rem 1.5rem 1rem;
}

.pt0 {
  padding-top: 0;
}

.pb0 {
  padding-bottom: 0;
}

.ptb {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.pr100 {
  padding-right: calc(30% + 30px);
}

.mt0 {
  margin-top: 0;
}

.mb0 {
  margin-bottom: 0;
}

.cover,
.prop {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 450px;
}

.centered {
  text-align: center;
  padding: 1.25rem;
}

.centered div {
  max-width: 75ch;
  margin: 0 auto;
}

.half-grey {
  background: #e6e6e6;
}

@media screen and (min-width: 64em) {
  .pad {
    padding: 4rem 3rem 2rem;
  }

  .pad3 {
    padding: 3rem;
  }

  .pad4 {
    padding: 3.75rem;
  }

  .ptb {
    padding-top: 3rem;
    padding-bottom: 1rem;
  }

  .pr0 {
    padding-right: 0 !important;
  }

  .pl0 {
    padding-left: 0 !important;
  }

  .cover {
    min-height: auto;
  }

  .half-grey {
    background: linear-gradient(to right, #e6e6e6 50%, #ddd 50%);
  }
}

@media screen and (min-width: 72em) {
  .pad {
    padding: 6rem 4rem 4rem;
  }

  .ptb {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }

  .centered {
    padding: 1.5rem;
  }

  .pxy {
    padding: 250px 80px;
  }

  .pxys {
    padding: 150px 80px;
  }
}

@media screen and (min-width: 85em) {
  .pad {
    padding: 8rem 5rem 6rem;
  }

  .pad3 {
    padding: 4rem;
  }

  .ptb {
    padding-top: 5rem;
    padding-bottom: 3rem;
  }
}

@media screen and (min-width: 40em) {
  .row {
    display: flex;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    position: relative;
  }

  .column {
    display: flex;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .col {
    -ms-flex: 1;
    flex: 1;
    position: relative;
  }

  .x15 {
    -ms-flex: 1.5;
    flex: 1.5;
  }

  .x2 {
    -ms-flex: 2;
    flex: 2;
  }

  .full {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .x123 {
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }

  .center {
    -ms-flex-pack: center;
    justify-content: center;
  }

  .vc {
    display: flex;
    align-items: center;
  }

  .end {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .order2 {
    order: 2;
  }

  .ds {
    box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.2);
  }

  .taR {
    text-align: right;
  }
}
.y-c{
  display: grid;
  align-content:center;
  height: 100%; 
}

.taL {
  text-align: left;
}

.taC {
  text-align: center;
}

@media screen and (min-width: 72em) {
  .x123 {
    -ms-flex: 0 1 calc(100%/3);
    flex: 0 1 calc(100%/3);
  }
}

/* Custom styles */
.red {
  background: #C6232D;
  color: #fefefe !important;
}

.pink {
  background: #CC2089;
  color: #fefefe !important;
}

.orange {
  background: #F59532;
  color: #fefefe !important;
}

.green {
  background: #1C792B;
  color: #fefefe !important;
}

.gold{
  color: #fff;
  background-color: #f06543;
  background-image: linear-gradient(25deg, #cf8138 0%, #e9aa35 74%);
}

.white {
  background: #fefefe;
  color: #444;
}

.grey1 {
  background: #f0f0f0;
}

.grey2 {
  background: #ddd;
}

.banner {
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  position: relative;
}

.hero {
  width: 100%;
  height: calc(100% - 60px);
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  z-index: -1;
  top: 60px
}

.nob main section.first {
  padding-top: 60px;
}

footer {
  background: #424a28 url(../i/footer-bg.jpg) repeat-x;
  background-size: contain;
}

#b8 footer{
  background-repeat: no-repeat;
  background-size: auto;
  background-color: #cf8138;
  background-image: linear-gradient(25deg, #bb7432 0%, #e9aa35 74%);
}

footer p {
  font-size: .813em;
  color: #fff;
  font-weight: 700;
  margin-bottom: 1rem;
}

footer p.credit {
  font-size: .6875em;
  margin-bottom: 0;
}

footer a:link,
footer a:visited {
  color: #fff;
}

.social img {
  width: 36px;
  height: 36px;
  transition: 0.4s;
  margin: 0 .25rem;
}

.social img:hover {
  opacity: .4;
}

@media screen and (min-width: 72em) {
  footer {
    background-size: 50% auto;
  }
}

#b1 .hero {
  background-image: url(../i/hero1.jpg);
}

#b2 .hero {
  background-image: url(../i/set-meals/set-c.jpg);
}

#b3 .hero {
  background-image: url(../i/hero3.jpg);
}

#b4 .hero {
  background-image: url(../i/hero4.jpg);
}

#b5 .hero {
  background-image: url(../i/hero5.jpg);
}

#b6 .hero {
  background-image: url(../i/desserts-drinks/tau-foo-fa.jpg);
}

#b7 .hero {
  background-image: url(../i/hero7.jpg);
}

#b8 .hero {
  background-image: url(../i/premium.jpg);
}

@media screen and (min-width: 64em) {
  #b1 .hero {
    background-image: url(../i/hero1@2x.jpg);
  }

  #b2 .hero {
    background-image: url(../i/hero2@2x.jpg);
  }

  #b3 .hero {
    background-image: url(../i/hero3@2x.jpg);
  }

  #b4 .hero {
    background-image: url(../i/hero4@2x.jpg);
  }

  #b5 .hero {
    background-image: url(../i/hero5@2x.jpg);
  }

  #b6 .hero {
    background-image: url(../i/hero6@2x.jpg);
  }

  #b7 .hero {
    background-image: url(../i/hero7@2x.jpg);
  }

  #b8 .hero {
    background-image: url(../i/premium@2x.jpg);
  }

  .banner {
    padding-bottom: 50%;
    height: 100vh;
  }

  .pop a img {
    transition: all ease-in-out .3s;
  }

  .pop a:hover img {
    transform: scale(1.1);
    -webkit-filter: drop-shadow(0px 10px 5px rgba(0, 0, 0, .1));
    filter: drop-shadow(0px 10px 5px rgba(0, 0, 0, .1));
  }

  .band::before,
  .bands::after,
  .bands::before {
    content: "";
    width: 10px;
    height: 100%;
    background-color: #F59531;
    position: absolute;
  }

  .bands::after {
    background-color: #C6232D;
    width: 5px;
    left: 12px;
  }

  .bands::before {
    background-color: #CC2189;
    width: 10px;
    left: 19px;
  }
}

.sticker {
  max-width: 30%;
  display: block;
  position: absolute;
  top: 80px;
  right: 20px;
  z-index: 100 !important;
}

.x123 {
  z-index: 2;
}

.cursive {
  font-size: 3.5rem;
  line-height: .7;
  font-family: 'Qwigley', cursive;
  font-weight: 400;
}

.t-red {
  color: #C6232D !important
}

.t-orange {
  color: #F59532 !important;
  z-index: 9
}

.t-green {
  color: #1C792B !important
}

.t-pink {
  color: #EE55B4 !important
}

.op5 {
  opacity: .5;
}

.logo-white {
  width: 100%;
  max-width: 250px;
}

.grid .x123 {
  display: block;
  background: #fff;
  text-align: center;
}

.grid .x123 .caption {
  padding: 1.5rem;
}

.grid .x123 h3,
.grid .x123 h4,
.grid .x123 p {
  margin-bottom: .625rem;
  color: #222;
}

.grid a h3,
.grid a h4 {
  color: #C6232D !important;
}

.grid .x123 p {
  font-size: 90%;
  color: #444;
  margin-bottom: 0;
}

.grid.lbox .x123 img {
  transition: 0.3s ease-in-out;
}

.grid.lbox .x123 {
  z-index: 1;
}

@media screen and (min-width: 40em) {
  .grid {
    padding: 6px 0 0 6px;
  }

  .grid .x123 {
    padding-right: 6px;
  }

  .grid.lbox .x123:hover {
    z-index: 9;
  }

  .grid.lbox .x123:hover img {
    transform: scale(1.02);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
  }

  .grid .full,
  .grid .x2 {
    background-position: center 70%;
  }

  .grid .full .caption,
  .grid .x2 .caption {
    max-width: 55ch;
  }
}

.accordion-header {
  background: #fefefe;
  cursor: pointer;
  border-bottom: 2px solid #eee;
  margin-bottom: -1px;
}

.accordion-header h3 {
  padding: 1rem 1.5rem;
  margin-bottom: 0;
  color: #C6232D;
}

.accordion-header.active {
  border-bottom: 1px solid #fff;
  background: #B32432;
}

.accordion-header.active h3 {
  color: #fff;
}

/* franchise accordion */
.available .accordion-header.active {
  background: rgb(240, 51, 167);
}

.available .accordion-header h3 {
  color: #CC2089;
}

.available .accordion-header.active h3 {
  color: #fff;
}

.available a.button {
  background: #CC2089;
  color: #fff !important;
}

.accordion.available .container {
  display: none;
}

.accordion .x123 {
  position: relative;
  padding: 1.75rem 1.5rem;
  border-bottom: 1px solid #eeee
}

.accordion .x123 p {
  margin-bottom: 1rem;
}

.cta-ico img {
  height: 70px;
  padding: 1rem;
}

.cta-ico2 img {
  height: 36px;
  margin-right: 1rem;
}

.img-label {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

@media screen and (max-width: 47.9em) {
  .cta .x123 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

@media screen and (min-width: 30em) {
  .cta img {
    max-width: 300px;
  }

  .cursive {
    font-size: 4.5rem;
  }
}

@media screen and (min-width: 64em) {
  .sticker {
    max-width: 170px;
  }

  .cta .x123 {
    min-height: 400px;
  }

  .logo-white {
    max-width: 300px;
  }

  .accordion h3 {
    max-width: 1920px;
    margin: 0 auto;
  }

  .accordion .x123 {
    min-height: 230px;
    padding: 1.75rem 1.5rem 1.75rem 0;
  }

  .accordion .x123 a.button {
    left: 0;
    bottom: 0;
    position: absolute;
    margin-bottom: 1.75rem;
  }

  .accordion .container,
  .accordion-header h3 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .cursive {
    font-size: 5rem;
  }

  .mouse {
    width: 100px;
    position: absolute;
    bottom: 15px;
    left: 50%;
    margin-right: -50px;
    z-index: 99;
  }

  .mouse-icon {
    width: 25px;
    height: 45px;
    border: 2px solid white;
    border-radius: 15px;
    cursor: pointer;
    position: relative;
    text-align: center;
  }

  .mouse-wheel {
    height: 6px;
    margin: 2px auto 0;
    display: block;
    width: 3px;
    background-color: white;
    border-radius: 50%;
    -webkit-animation: 1.6s ease infinite wheel-up-down;
    -moz-animation: 1.6s ease infinite wheel-up-down;
    animation: 1.6s ease infinite wheel-up-down;
  }

  @-webkit-keyframes wheel-up-down {
    0% {
      margin-top: 2px;
      opacity: 0;
    }

    30% {
      opacity: 1;
    }

    100% {
      margin-top: 20px;
      opacity: 0;
    }
  }

  @-moz-keyframes wheel-up-down {
    0% {
      margin-top: 2px;
      opacity: 0;
    }

    30% {
      opacity: 1;
    }

    100% {
      margin-top: 20px;
      opacity: 0;
    }
  }

  @keyframes wheel-up-down {
    0% {
      margin-top: 2px;
      opacity: 0;
    }

    30% {
      opacity: 1;
    }

    100% {
      margin-top: 20px;
      opacity: 0;
    }
  }
}

@media screen and (min-width: 72em) {

  .accordion .container,
  .accordion-header h3 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media screen and (min-width: 85em) {

  .accordion .container,
  .accordion-header h3 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .accordion .x123 p {
    margin-bottom: 2.5rem;
  }

  .cursive {
    font-size: 5.5rem;
  }
}

img.fit {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.thumbs {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: .5rem;
}

.thumbs>div {
  grid-column: span 12;
}

/* cycle */
.cycle {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 488px;
  background: #eee;
  overflow: hidden;
  margin: 0 auto;
}

.cycle>div {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

.cycle img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cycle>*:nth-child(1) {
  animation: cycle 9s linear 0s infinite;
}

.cycle>*:nth-child(2) {
  animation: cycle 9s linear 3s infinite;
}

.cycle>*:nth-child(3) {
  animation: cycle 9s linear 6s infinite;
}

@keyframes cycle {
11.11%, 33.33% {
      opacity: 1;
  }

  44.44% {
      opacity: 0;
  }
}

@media screen and (min-width: 34em) {
  .thumbs>div {
    grid-column: span 6;
  }

  .thumbs img, .cycle {
    width: 100%;
    height: 436px;
    object-fit: cover;
  }
}

@media screen and (min-width: 64em) {
  .thumbs>div {
    grid-column: span 4;
  }

  .thumbs>.span2 {
    grid-column: span 8;
  }
}

@media screen and (min-width: 1024px) {
  .thumbs img {
    height: 576px;
  }
  .cycle {
    height: 100%;
  }
}

.before, .after{
  position: relative;
}

.before::after, .after::after{
  content:"BEFORE";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1.25rem 1.25rem 1rem;
  background: rgb(255,145,0);
  background: linear-gradient(90deg, rgba(255,145,0,1), rgba(255,179,0,0));
  color: #fff;
  font-weight: 700;
  line-height: 1;
  font-size: 1.125rem;
}

.after::after{
  content:"AFTER";
  background: rgb(198,35,45);
  background: linear-gradient(90deg, rgba(198,35,45,1), rgba(198,35,45,0));
}

.video {
  position: relative;
  display: block;
  background-color: #000;
}

.video img {
  opacity: .65;
}

.video::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent url(../i/play.svg) no-repeat center center;
  background-size: 100px auto;
  pointer-events: none;
  filter: invert(100%);
}

.bg-b{
  background-position: center bottom;
}

.bg-l{
  background-position: left center;
}

.black{
  background-color: #000;
  color: #fff !important
}

p.note{
  font-size: .6875rem !important;
  opacity:.6;
  margin-bottom: 1rem !important;
}