/** Shopify CDN: Minification failed

Line 13:0 Unexpected "{"
Line 14:2 Unexpected "{"

**/
.fb-flex-center{
  align-items: center;
  justify-content: center;
  display: flex;
}

{
  {
    /* .hover-scale {
      &:hover {
          transform: scale(1.1);
          box-shadow: 4px 4px 8px rgba(10, 43, 111, 0.25);
          transition: all .3s;
      }
  } */
  }
}

@media (min-width: 1200px) {
  .hover-scale {
    &:hover {
      transform: scale(1.1);
      box-shadow: 4px 4px 8px rgba(10, 43, 111, 0.25);
      transition: all .3s;
    }
  }
}

/* Webkit 浏览器滚动条样式 */

.pointer-events-none{
  pointer-events: none;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.inset-0{
  inset: 0px;
}

.left-1\/2{
  left: 50%;
}

.top-1\/2{
  top: 50%;
}

.z-0{
  z-index: 0;
}

.z-1{
  z-index: 1;
}

.z-2{
  z-index: 2;
}

.mb-0\.5{
  margin-bottom: 0.125rem;
}

.mb-2{
  margin-bottom: 0.5rem;
}

.mb-2r{
  margin-bottom: 2rem;
}

.mb-4{
  margin-bottom: 1rem;
}

.mb-5{
  margin-bottom: 1.25rem;
}

.ml-4{
  margin-left: 1rem;
}

.mr-3{
  margin-right: 0.75rem;
}

.flex{
  display: flex;
}

.grid{
  display: grid;
}

.h-10{
  height: 40px;
}

.h-12{
  height: 3rem;
}

.h-16{
  height: 64px;
}

.h-4r{
  height: 4rem;
}

.h-8{
  height: 2rem;
}

.h-\[2px\]{
  height: 2px;
}

.h-\[500px\]{
  height: 500px;
}

.h-auto{
  height: auto;
}

.h-full{
  height: 100%;
}

.w-0{
  width: 0px;
}

.w-1\/2{
  width: 50%;
}

.w-12{
  width: 3rem;
}

.w-16{
  width: 64px;
}

.w-4r{
  width: 4rem;
}

.w-8{
  width: 2rem;
}

.w-auto{
  width: auto;
}

.w-full{
  width: 100%;
}

.min-w-\[200px\]{
  min-width: 200px;
}

.max-w-\[200px\]{
  max-width: 200px;
}

.flex-1{
  flex: 1 1 0%;
}

.shrink-0{
  flex-shrink: 0;
}

.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.flex-row{
  flex-direction: row;
}

.flex-col{
  flex-direction: column;
}

.flex-wrap{
  flex-wrap: wrap;
}

.items-start{
  align-items: flex-start;
}

.items-center{
  align-items: center;
}

.justify-start{
  justify-content: flex-start;
}

.justify-center{
  justify-content: center;
}

.justify-between{
  justify-content: space-between;
}

.gap-2{
  gap: 0.5rem;
}

.gap-4{
  gap: 1rem;
}

.space-x-0 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-0 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.self-center{
  align-self: center;
}

.overflow-hidden{
  overflow: hidden;
}

.rounded-full{
  border-radius: 9999px;
}

.rounded-lg{
  border-radius: 0.5rem;
}

.border{
  border-width: 1px;
}

.border-2{
  border-width: 2px;
}

.border-l{
  border-left-width: 1px;
}

.border-black{
  border-color: #000;
}

.bg-black{
  background-color: #000;
}

.bg-white{
  background-color: #fff;
}

.bg-white\/20{
  background-color: rgb(255 255 255 / 0.2);
}

.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}

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

.object-center{
  -o-object-position: center;
     object-position: center;
}

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

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

.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

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

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

.text-center{
  text-align: center;
}

.text-10{
  font-size: 0.625rem;
  line-height: 0.75rem;
}

.text-12{
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-16{
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-36{
  font-size: 2.25rem;
  line-height: 2.75rem;
}

.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}

.font-bold{
  font-weight: 700;
}

.font-medium{
  font-weight: 500;
}

.font-normal{
  font-weight: 400;
}

.leading-relaxed{
  line-height: 1.625;
}

.leading-snug{
  line-height: 1.375;
}

.text-black{
  color: #000;
}

.text-gray-600{
  color: #4b5563;
}

.opacity-80{
  opacity: 0.8;
}

.fb-hidden{
  display: none;
}

.flex{
  display: flex;
}

.\!font-hanken-medium{
  font-family: Hanken Grotesk, sans-serif !important;
  font-weight: 500 !important;
}

.\!font-hanken-black{
  font-family: Hanken Grotesk, sans-serif !important;
  font-weight: 900 !important;
}

@media (min-width: 640px){
  .sm\:mb-1{
    margin-bottom: 0.25rem;
  }

  .sm\:mb-10{
    margin-bottom: 2.5rem;
  }

  .sm\:mb-3{
    margin-bottom: 0.75rem;
  }

  .sm\:block{
    display: block;
  }

  .sm\:hidden{
    display: none;
  }

  .sm\:h-16{
    height: 64px;
  }

  .sm\:w-1\/2{
    width: 50%;
  }

  .sm\:w-16{
    width: 64px;
  }

  .sm\:w-2\/3{
    width: 66.666667%;
  }

  .sm\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .sm\:gap-6{
    gap: 1.5rem;
  }

  .sm\:\!text-left{
    text-align: left !important;
  }

  .sm\:text-12{
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .sm\:text-14{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .sm\:text-24{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sm\:block{
    display: block;
  }
}

@media (min-width: 768px){
  .md\:flex{
    display: flex;
  }

  .md\:fb-hidden{
    display: none;
  }

  .md\:flex{
    display: flex;
  }
}

@media (min-width: 700px){
  .fb-sm\:min-h-\[600px\]{
    min-height: 600px;
  }

  .fb-sm\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 1150px){
  .fb-md\:mb-3r{
    margin-bottom: 3rem;
  }

  .fb-md\:mb-6{
    margin-bottom: 1.5rem;
  }

  .fb-md\:h-40{
    height: 10rem;
  }

  .fb-md\:w-40{
    width: 10rem;
  }

  .fb-md\:w-5\/12{
    width: 41.666667%;
  }

  .fb-md\:w-6\/12{
    width: 50%;
  }

  .fb-md\:min-w-\[260px\]{
    min-width: 260px;
  }

  .fb-md\:gap-20{
    gap: 5rem;
  }

  .fb-md\:gap-6{
    gap: 1.5rem;
  }

  .fb-md\:space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }

  .fb-md\:self-auto{
    align-self: auto;
  }

  .fb-md\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .fb-md\:text-18{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .fb-md\:text-28{
    font-size: 1.75rem;
    line-height: 2.25rem;
  }

  .fb-md\:fb-hidden{
    display: none;
  }
}

@media (min-width: 1400px){
  .fb-lg\:min-w-\[260px\]{
    min-width: 260px;
  }

  .fb-lg\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}
