.hero-section {
  width: 100%
}

.hero-section,.slider-items {
  height: 100%;
  position: relative
}

.slider-items {
  padding-bottom: 100px;
  z-index: 1
}

.HeroSectionContainer {
  margin: 0 auto;
  max-width: 105rem
}

.hero-content {
  grid-gap: 30px;
  align-items: center;
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 0 auto;
  max-width: 80rem
}

.logo {
  width: 40px
}

.slider-items:before {
  background-color: rgba(0,0,0,.3);
  content: "";
  left: 0;
  top: 0;
  z-index: -1
}

.VideoBg,.slider-items:before {
  height: 100%;
  position: absolute;
  width: 100%
}

.VideoBg {
  background-position: 50%;
  object-fit: cover;
  z-index: -2
}

.hero-left {
  align-self: flex-start;
  margin-top: 150px
}

.hero-left-des {
  letter-spacing: 6px;
  text-transform: uppercase
}

.hero-left-content {
  pointer-events: none;
  position: relative;
  right: -50px;
  z-index: 2
}

.hero-title {
  font-size: 5rem;
  pointer-events: none;
  position: absolute;
  right: -40px;
  top: 10px
}

.hero-title-sub {
  font-size: 5.5rem;
  font-weight: 700
}

.hero-btn {
  background-color: #f3cc13;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 30px;
  transition: background .3s
}

.hero-btn:hover {
  background-color: #000;
  color: #fff
}

.slider-img {
  max-width: 90px
}

.arrow-top {
  color: #fff;
  font-size: 45px;
  height: 30px;
  position: relative
}

.arrow-top span {
  -webkit-animation: arrowAnimi 2s linear infinite;
  animation: arrowAnimi 2s linear infinite;
  display: inline-block
}

@-webkit-keyframes arrowAnimi {
  0% {
      opacity: 0;
      -webkit-transform: translateY(10px);
      transform: translateY(10px)
  }

  50% {
      -webkit-transform: translateY(-5px);
      transform: translateY(-5px)
  }

  to {
      -webkit-transform: translateY(-10px);
      transform: translateY(-10px)
  }
}

@keyframes arrowAnimi {
  0% {
      opacity: 0;
      -webkit-transform: translateY(10px);
      transform: translateY(10px)
  }

  50% {
      -webkit-transform: translateY(-5px);
      transform: translateY(-5px)
  }

  to {
      -webkit-transform: translateY(-10px);
      transform: translateY(-10px)
  }
}

.react-slideshow-container+ul.indicators {
  bottom: 80px;
  left: 50px;
  margin-top: -29px!important;
  position: absolute!important;
  z-index: 99
}

.react-slideshow-container+ul.indicators li {
  height: 15px!important;
  margin: 0 5px!important;
  width: 15px!important
}

.react-slideshow-container+ul.indicators .each-slideshow-indicator:before {
  background-color: transparent!important;
  border: 1px solid #f3cc13;
  height: 10px!important;
  opacity: 1;
  width: 10px!important
}

.react-slideshow-container+ul.indicators .each-slideshow-indicator {
  opacity: .5!important
}

.react-slideshow-container+ul.indicators .each-slideshow-indicator.active,.react-slideshow-container+ul.indicators .each-slideshow-indicator:focus,.react-slideshow-container+ul.indicators .each-slideshow-indicator:hover {
  opacity: 1!important
}

.react-slideshow-container+ul.indicators .each-slideshow-indicator.active:before {
  background-color: #f3cc13!important
}

.default-nav {
  background-color: transparent!important;
  height: 300px!important;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 300px!important;
  z-index: 99
}

.default-nav svg {
  display: none!important
}

.hero-social-icons {
  bottom: 80px;
  position: absolute;
  right: 50px
}

.hero-social-icons ul {
  display: flex;
  gap: 25px
}

.hero-social-icons button {
  border: 1px solid #f3cc13;
  border-radius: 50%;
  color: #fff;
  padding: 10px
}

@media screen and (max-width: 992px) {
  .HeroSectionContainer {
      text-align:center
  }

  .hero-content {
      gap: 15px;
      grid-template-columns: 1fr;
      justify-content: center
  }

  .hero-left {
      align-self: flex-end;
      margin-top: 0
  }

  .hero-left-content {
      z-index: 2
  }

  .hero-left-content,.hero-title {
      pointer-events: none;
      position: relative;
      right: 0
  }

  .hero-title {
      top: 0
  }

  .hero-title,.hero-title-sub {
      font-size: 4rem
  }

  .hero-right {
      text-align: center
  }

  .hero-social-icons {
      bottom: 40px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%)
  }

  .hero-social-icons ul {
      display: flex;
      gap: 25px;
      justify-content: center
  }

  .logo {
      width: 35px
  }
}

.react-slideshow-container {
  align-items: center;
  display: flex
}

.react-slideshow-container .nav {
  z-index: 10
}

.react-slideshow-container .default-nav {
  align-items: center;
  background: hsla(0,0%,100%,.6);
  border: 0;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: flex;
  height: 30px;
  justify-content: center;
  text-align: center;
  width: 30px
}

.react-slideshow-container .default-nav:focus,.react-slideshow-container .default-nav:hover {
  background: #fff;
  color: #666;
  outline: 0
}

.react-slideshow-container .default-nav.disabled:hover {
  cursor: not-allowed
}

.react-slideshow-container .default-nav:first-of-type {
  border-right: 0;
  border-top: 0;
  margin-right: -30px
}

.react-slideshow-container .default-nav:last-of-type {
  margin-left: -30px
}

.react-slideshow-container+ul.indicators {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px
}

.react-slideshow-container+ul.indicators li {
  display: inline-block;
  height: 7px;
  margin: 0;
  padding: 5px;
  position: relative;
  width: 7px
}

.react-slideshow-container+ul.indicators .each-slideshow-indicator {
  background: transparent;
  border: 0;
  color: transparent;
  cursor: pointer;
  opacity: .25
}

.react-slideshow-container+ul.indicators .each-slideshow-indicator:before {
  background: #000;
  border-radius: 50%;
  content: "";
  height: 7px;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 7px
}

.react-slideshow-container+ul.indicators .each-slideshow-indicator.active,.react-slideshow-container+ul.indicators .each-slideshow-indicator:focus,.react-slideshow-container+ul.indicators .each-slideshow-indicator:hover {
  opacity: .75;
  outline: 0
}

.react-slideshow-fade-wrapper {
  overflow: hidden;
  width: 100%
}

.react-slideshow-fade-wrapper .react-slideshow-fade-images-wrap {
  display: flex;
  flex-wrap: wrap
}

.react-slideshow-fade-wrapper .react-slideshow-fade-images-wrap>div {
  opacity: 0;
  position: relative
}

.react-slideshow-wrapper.slide {
  overflow: hidden;
  width: 100%
}

.react-slideshow-wrapper .images-wrap {
  display: flex;
  flex-wrap: wrap
}

.react-slideshow-zoom-wrapper {
  overflow: hidden;
  width: 100%
}

.react-slideshow-zoom-wrapper .zoom-wrapper {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden
}

.react-slideshow-zoom-wrapper .zoom-wrapper>div {
  display: flex;
  position: relative
}

.white-bg {
  padding: 115px;
  position: relative;
  width: 100%
}

.white-bg,.white-bg:before {
  background-image: url(/web/20220816141741im_/https://studios.otakuorigins.io/static/media/white.c1d33b1f7fb8b3155d60.jpeg);
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover
}

.white-bg:before {
  content: "";
  position: absolute
}

.blue-section {
  background-image: url(/web/20220816141741im_/https://studios.otakuorigins.io/static/media/blue-bg.85789ab13eecb4ada206.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-clip-path: polygon(0 20%,100% 0,100% 100%,0 100%);
  clip-path: polygon(0 20%,100% 0,100% 100%,0 100%);
  margin-top: -190px;
  padding-bottom: 10px;
  padding-top: 130px;
  position: relative;
  text-align: center;
  width: 100%
}

.bollet {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: center;
  margin-bottom: 50px
}

.bollet-icon {
  border-radius: 50%;
  display: inline-block
}

.bollet-icon-3 {
  background-color: #da9058;
  height: 20px;
  width: 20px
}

.bollet-icon-2 {
  background-color: #c2877b;
  height: 15px;
  width: 15px
}

.bollet-icon-1 {
  background-color: #b9878f;
  height: 8px;
  width: 8px
}

.bgblue-title {
  line-height: 0
}

.bgblue-subtitle {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(94deg,#ffc507,#fb6e1e);
  background: -webkit-linear-gradient(94deg,#ffc507,#fb6e1e);
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 1.6;
  text-transform: uppercase
}

@media screen and (max-width: 768px) {
  .blue-section {
      clip-path:polygon(0 10%,100% 0,100% 100%,0 100%);
      -webkit-clip-path: polygon(0 10%,100% 0,100% 100%,0 100%)
  }
}

.nft-section {
  margin-top: -4px;
  position: relative;
  z-index: 1
}

.mycontainer {
  margin: 0 auto;
  max-width: 1200px
}

.grid-col-2 {
  grid-template-columns: repeat(2,1fr)
}

.nft-icon-wrapper {
  position: relative
}

.nft-icon {
  left: 50%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 70px;
  z-index: 4
}

.CircularProgressbar .CircularProgressbar-trail {
  stroke: transparent!important;
  stroke-width: 3px!important
}

.CircularProgressbar .CircularProgressbar-path {
  stroke-width: 3px!important;
  stroke: #fb7d19!important;
  transition: stroke-dashoffset 2s linear
}

.CircularProgressbar .CircularProgressbar-text {
  display: none
}

.play-btn {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: hsla(0,0%,100%,.8);
  height: 80px;
  line-height: 0;
  padding: 0;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  transition: all .3s;
  width: 80px
}

.play-btn,.play-btn:before {
  border: 1px solid #fff;
  border-radius: 50%
}

.play-btn:before {
  -webkit-animation: playBtn 2s linear infinite;
  animation: playBtn 2s linear infinite;
  background-color: #fff;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

@-webkit-keyframes playBtn {
  0% {
      opacity: 0;
      -webkit-transform: scale(1);
      transform: scale(1)
  }

  50% {
      opacity: .5;
      -webkit-transform: scale(1.3);
      transform: scale(1.3)
  }

  to {
      opacity: 0;
      -webkit-transform: scale(1.5);
      transform: scale(1.5)
  }
}

@keyframes playBtn {
  0% {
      opacity: 0;
      -webkit-transform: scale(1);
      transform: scale(1)
  }

  50% {
      opacity: .5;
      -webkit-transform: scale(1.3);
      transform: scale(1.3)
  }

  to {
      opacity: 0;
      -webkit-transform: scale(1.5);
      transform: scale(1.5)
  }
}

.play-btn:hover {
  -webkit-backdrop-filter: blur(0);
  backdrop-filter: blur(0);
  background-color: transparent
}

.play-btn span {
  display: inline-block;
  font-size: 20px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: all .3s
}

.play-btn:hover span {
  color: #fff
}

.collaborative-section {
  background-color: #fff;
  -webkit-clip-path: polygon(0 10%,100% 0,100% 100%,0 100%);
  clip-path: polygon(0 10%,100% 0,100% 100%,0 100%);
  height: 100%;
  margin-top: -120px;
  position: relative;
  width: 100%;
  z-index: 8
}

.collaborative-titles {
  background-image: url(/web/20220816141741im_/https://studios.otakuorigins.io/static/media/white-bg.43e2eeda1062437bc53c.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
  width: 100%
}

.all-subtitle {
  color: #222;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 1.5;
  text-transform: uppercase
}

.all-subtitle span {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(94deg,#ffc507,#fb6e1e);
  -webkit-background: linear-gradient(94deg,#ffc507,#fb6e1e);
  background-clip: text;
  -webkit-background-clip: text;
  display: inline-block
}

.collaborative-item-icon {
  align-items: center;
  display: flex;
  height: 100px;
  justify-content: center;
  margin: 0 auto;
  width: 100px
}

@media screen and (max-width: 768px) {
  .collaborative-section {
      -webkit-clip-path:polygon(0 3%,100% 0,100% 100%,0 100%);
      clip-path: polygon(0 3%,100% 0,100% 100%,0 100%);
      margin-top: -120px
  }
}

.work-process-section {
  background-image: url(/web/20220816141741im_/https://studios.otakuorigins.io/static/media/fullbg.f77cb31d80f4012ff809.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-clip-path: polygon(0 10%,100% 0,100% 100%,0 100%);
  clip-path: polygon(0 10%,100% 0,100% 100%,0 100%);
  z-index: 9
}

.slider-item-number {
  position: relative
}

.arrow-img {
  height: auto;
  left: calc(50% + 65px);
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity .3s linear;
  width: calc(100% - 90px)
}

.arrow-rotated {
  -webkit-transform: rotateX(190deg);
  transform: rotateX(190deg)
}

.swiper-slide-active .arrow-img,.swiper-slide-next .arrow-img {
  opacity: 1
}

.slider-item-number span {
  align-items: center;
  background-image: linear-gradient(117deg,#ffc507,#fb6e1e);
  border-radius: 50%;
  box-shadow: 0 10px 10px 0 rgba(251,73,70,.1);
  color: #fff;
  display: flex;
  font-size: 24px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 900;
  height: 80px;
  justify-content: center;
  letter-spacing: normal;
  line-height: normal;
  margin: 0 auto 50px;
  text-align: center;
  width: 80px
}

.slider-details {
  background-color: #fff;
  box-shadow: 0 10px 30px 0 rgb(0 0 0/6%);
  padding: 50px 27px;
  position: relative
}

.slider-details-icon {
  color: #ffa52d;
  font-size: 40px;
  margin-right: 15px
}

.swiper-pagination-bullet {
  height: 15px!important;
  width: 15px!important
}

@media screen and (min-width: 300px) {
  .swiper-container {
      max-width:400px
  }
}

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

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

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

@media screen and (min-width: 1500px) {
  .swiper-container {
      max-width:1500px
  }
}

@media screen and (min-width: 1920px) {
  .swiper-container {
      max-width:1920px
  }
}

.why-section {
  background-color: #fff;
  -webkit-clip-path: polygon(0 0,100% 0,100% 90%,0 100%);
  clip-path: polygon(0 0,100% 0,100% 90%,0 100%);
  position: relative;
  z-index: 7
}

.according-item-left {
  background-image: url(/web/20220816141741im_/https://studios.otakuorigins.io/static/media/fullbg.f77cb31d80f4012ff809.png);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 500px;
  padding: 50px 80px 0 0
}

.according-img {
  -webkit-clip-path: polygon(0 0,100% 0,100% 90%,0 100%);
  clip-path: polygon(0 0,100% 0,100% 90%,0 100%);
  height: 100%;
  object-fit: cover;
  width: 100%
}

@media screen and (max-width: 768px) {
  .why-section {
      -webkit-clip-path:polygon(0 0,100% 0,100% 95%,0 100%);
      clip-path: polygon(0 0,100% 0,100% 95%,0 100%)
  }
}

.accordion {
  max-width: 470px;
  width: 100%
}

.panel {
  background-color: #fff
}

.panel__label {
  background: none;
  border: none;
  color: #222;
  cursor: pointer;
  display: block;
  font-family: inherit;
  font-size: 30px;
  font-weight: 700;
  padding: 10px 10px 10px 0;
  position: relative;
  text-align: left;
  transition: all .2s linear;
  width: 100%
}

.panel__label:before {
  background-color: #222;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transition: width .3s linear;
  width: 0
}

.panel__label:hover.panel__label:before {
  width: 100%
}

.panel[aria-expanded=true] .panel__content {
  opacity: 1
}

.panel[aria-expanded=true] .panel__label,.panel[aria-expanded=true] .panel__label:before {
  color: #222;
  width: 100%
}

.panel__inner {
  overflow: hidden;
  transition: height .4s cubic-bezier(.65,.05,.36,1);
  will-change: height
}

.panel__content {
  color: #888;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  opacity: 0;
  padding: 10px 0;
  transition: opacity .3s linear .18s
}

.panel:not(:last-child) {
  margin-bottom: 3px
}

@media screen and (max-width: 992px) {
  .panel__label {
      font-size:20px;
      font-weight: 700
  }
}

.partner-section {
  background-image: url(/web/20220816141741im_/https://studios.otakuorigins.io/static/media/fullbg.f77cb31d80f4012ff809.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-clip-path: polygon(0 0,100% 0,100% 90%,0 100%);
  clip-path: polygon(0 0,100% 0,100% 90%,0 100%);
  margin-top: -130px;
  position: relative;
  z-index: 5
}

.service {
  height: 400px;
  max-width: 650px
}

.flip-box {
  border-radius: 10px;
  height: 400px;
  -webkit-perspective: none;
  perspective: none;
  width: 100%
}

.flip-box-front-1 {
  background-image: url(/web/20220816141741im_/https://studios.otakuorigins.io/static/media/bulldog.f2d6065a707b4844f3e9.png)
}

.flip-box-front-1,.flip-box-front-2 {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover
}

.flip-box-front-2 {
  background-image: url(/web/20220816141741im_/https://studios.otakuorigins.io/static/media/baby.ef90b9f703c3c833b4c7.png)
}

.flip-box-front-3 {
  background-image: url(/web/20220816141741im_/https://studios.otakuorigins.io/static/media/panthers.d4ed84b5b3c9a92544e8.jpeg)
}

.flip-box-front-3,.flip-box-front-4 {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover
}

.flip-box-front-4 {
  background-image: url(/web/20220816141741im_/https://studios.otakuorigins.io/static/media/geisha.c49a7e28c610c09fb30c.png)
}

.flip-box-inner {
  height: 100%;
  position: relative;
  text-align: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: -webkit-transform .8s;
  transition: transform .8s;
  transition: transform .8s,-webkit-transform .8s;
  width: 100%
}

.flip-box:hover .flip-box-inner {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg)
}

.flip-box-back,.flip-box-front {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 10px;
  height: 100%;
  position: absolute;
  width: 100%
}

.flip-box-back {
  align-items: center;
  background-color: #ebebeb!important;
  color: #000;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 16px;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg)
}

.back-img {
  height: 310px
}

@media screen and (max-width: 768px) {
  .partner-section {
      -webkit-clip-path:polygon(0 0,100% 0,100% 95%,0 100%);
      clip-path: polygon(0 0,100% 0,100% 95%,0 100%)
  }
}

.art-section {
  background-color: #f2f2f2;
  -webkit-clip-path: polygon(0 0,100% 0,100% 95%,0 100%);
  clip-path: polygon(0 0,100% 0,100% 95%,0 100%);
  margin-top: -170px;
  position: relative;
  z-index: 4
}

@media screen and (max-width: 768px) {
  .art-section {
      -webkit-clip-path:polygon(0 0,100% 0,100% 98%,0 100%);
      clip-path: polygon(0 0,100% 0,100% 98%,0 100%)
  }
}

.comming-section {
  background-image: url(/web/20220816141741im_/https://studios.otakuorigins.io/static/media/dsfdfs-1-1024x1024.146694950b028235e1ac.gif);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-clip-path: polygon(0 0,100% 0,100% 85%,0 100%);
  clip-path: polygon(0 0,100% 0,100% 85%,0 100%);
  margin-top: -185px;
  padding: 200px 0;
  position: relative;
  width: 100%;
  z-index: 3
}

.comming-title span {
  color: #fd9713
}

.comming-des {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 1.6;
  margin-bottom: 25px
}

.last-section {
  background-color: #fff;
  margin-top: -170px;
  position: relative
}

.book-btn {
  background-color: transparent;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  overflow: hidden;
  padding: 15px 30px;
  position: relative;
  transition: all .2s linear;
  z-index: 1
}

.book-btn:hover {
  color: #222
}

.book-btn:before {
  border: 1px solid #8a2be2
}

.book-btn:after,.book-btn:before {
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  transition: all .2s linear;
  width: 100%
}

.book-btn:after {
  background-color: #8a2be2;
  z-index: -1
}

.book-btn:hover.book-btn:after {
  -webkit-transform: translate(102%);
  transform: translate(102%)
}

.icon-btn {
  border: 1px solid gray;
  border-radius: 50%;
  color: gray;
  margin: 0 5px;
  padding: 10px
}

/*
! tailwindcss v3.0.24 | MIT License | https://tailwindcss.com
*/
*,:after,:before {
  border: 0 solid;
  box-sizing: border-box
}

:after,:before {
  --tw-content: ""
}

html {
  -webkit-text-size-adjust: 100%;
  font-family: ui-sans-serif,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;
  line-height: 1.5;
  tab-size: 4
}

body {
  line-height: inherit;
  margin: 0
}

hr {
  border-top-width: 1px;
  color: inherit;
  height: 0
}

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}

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

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

b,strong {
  font-weight: bolder
}

code,kbd,pre,samp {
  font-family: ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;
  font-size: 1em
}

small {
  font-size: 80%
}

sub,sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

table {
  border-collapse: collapse;
  border-color: inherit;
  text-indent: 0
}

button,input,optgroup,select,textarea {
  color: inherit;
  font-family: inherit;
  font-size: 100%;
  line-height: inherit;
  margin: 0;
  padding: 0
}

button,select {
  text-transform: none
}

[type=button],[type=reset],[type=submit],button {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none
}

:-moz-focusring {
  outline: auto
}

:-moz-ui-invalid {
  box-shadow: none
}

progress {
  vertical-align: baseline
}

::-webkit-inner-spin-button,::-webkit-outer-spin-button {
  height: auto
}

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

::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

summary {
  display: list-item
}

blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre {
  margin: 0
}

fieldset {
  margin: 0
}

fieldset,legend {
  padding: 0
}

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

textarea {
  resize: vertical
}

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
  color: #9ca3af;
  opacity: 1
}

input:-ms-input-placeholder,textarea:-ms-input-placeholder {
  color: #9ca3af;
  opacity: 1
}

input::placeholder,textarea::placeholder {
  color: #9ca3af;
  opacity: 1
}

[role=button],button {
  cursor: pointer
}

:disabled {
  cursor: default
}

audio,canvas,embed,iframe,img,object,svg,video {
  display: block;
  vertical-align: middle
}

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

[hidden] {
  display: none
}

*,:after,:before {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59,130,246,.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia:
}

.container {
  width: 100%
}

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

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

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

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

.absolute {
  position: absolute
}

.relative {
  position: relative
}

.inset-2\/4 {
  bottom: 50%;
  left: 50%;
  right: 50%;
  top: 50%
}

.z-10 {
  z-index: 10
}

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

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

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

.mb-3 {
  margin-bottom: .75rem
}

.mb-2 {
  margin-bottom: .5rem
}

.mr-2 {
  margin-right: .5rem
}

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

.mb-16 {
  margin-bottom: 4rem
}

.mb-10 {
  margin-bottom: 2.5rem
}

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

.mb-20 {
  margin-bottom: 5rem
}

.mb-24 {
  margin-bottom: 6rem
}

.mb-7 {
  margin-bottom: 1.75rem
}

.mt-14 {
  margin-top: 3.5rem
}

.flex {
  display: flex
}

.grid {
  display: grid
}

.h-full {
  height: 100%
}

.w-14 {
  width: 3.5rem
}

.w-16 {
  width: 4rem
}

.w-full {
  width: 100%
}

.max-w-xs {
  max-width: 20rem
}

.flex-col {
  flex-direction: column
}

.items-center {
  align-items: center
}

.justify-center {
  justify-content: center
}

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

.gap-16 {
  gap: 4rem
}

.gap-10 {
  gap: 2.5rem
}

.gap-y-3 {
  row-gap: .75rem
}

.overflow-hidden {
  overflow: hidden
}

.bg-bg-color {
  --tw-bg-opacity: 1;
  background-color: rgb(103 11 178/var(--tw-bg-opacity))
}

.object-cover {
  object-fit: cover
}

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

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

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem
}

.pt-48 {
  padding-top: 12rem
}

.pb-48 {
  padding-bottom: 12rem
}

.pt-10 {
  padding-top: 2.5rem
}

.pt-36 {
  padding-top: 9rem
}

.pt-16 {
  padding-top: 4rem
}

.pb-20 {
  padding-bottom: 5rem
}

.pt-24 {
  padding-top: 6rem
}

.pb-10 {
  padding-bottom: 2.5rem
}

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

.pb-40 {
  padding-bottom: 10rem
}

.pb-60 {
  padding-bottom: 15rem
}

.pt-44 {
  padding-top: 11rem
}

.pb-12 {
  padding-bottom: 3rem
}

.text-center {
  text-align: center
}

.text-sm {
  font-size: .875rem;
  line-height: 1.25rem
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem
}

.font-bold {
  font-weight: 700
}

.font-semibold {
  font-weight: 600
}

.font-normal {
  font-weight: 400
}

.uppercase {
  text-transform: uppercase
}

.capitalize {
  text-transform: capitalize
}

.normal-case {
  text-transform: none
}

.leading-tight {
  line-height: 1.25
}

.tracking-widest {
  letter-spacing: .1em
}

.tracking-wide {
  letter-spacing: .025em
}

.text-dark {
  --tw-text-opacity: 1;
  color: rgb(34 34 34/var(--tw-text-opacity))
}

.text-gray {
  --tw-text-opacity: 1;
  color: rgb(136 136 136/var(--tw-text-opacity))
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity))
}

.text-yellow {
  --tw-text-opacity: 1;
  color: rgb(255 200 44/var(--tw-text-opacity))
}

.text-gray-light {
  --tw-text-opacity: 1;
  color: rgb(211 220 230/var(--tw-text-opacity))
}

.outline {
  outline-style: solid
}

@media (min-width: 480px) {
  .sm\:grid-cols-3 {
      grid-template-columns:repeat(3,minmax(0,1fr))
  }

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

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

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

@media (min-width: 768px) {
  .md\:mt-8 {
      margin-top:2rem
  }

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

  .md\:grid-cols-2 {
      grid-template-columns: repeat(2,minmax(0,1fr))
  }

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

  .md\:pb-48 {
      padding-bottom: 12rem
  }

  .md\:text-2xl {
      font-size: 1.5rem;
      line-height: 2rem
  }

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

  .md\:text-4xl {
      font-size: 2.25rem;
      line-height: 2.5rem
  }

  .md\:text-6xl {
      font-size: 3.75rem;
      line-height: 1
  }

  .md\:text-3xl {
      font-size: 1.875rem;
      line-height: 2.25rem
  }

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

@media (min-width: 976px) {
  .lg\:mt-8 {
      margin-top:2rem
  }

  .lg\:mt-16 {
      margin-top: 4rem
  }

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

  .lg\:grid-cols-2 {
      grid-template-columns: repeat(2,minmax(0,1fr))
  }

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

  .lg\:items-start {
      align-items: flex-start
  }

  .lg\:pb-72 {
      padding-bottom: 18rem
  }

  .lg\:pt-36 {
      padding-top: 9rem
  }

  .lg\:pb-48 {
      padding-bottom: 12rem
  }

  .lg\:text-2xl {
      font-size: 1.5rem;
      line-height: 2rem
  }

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

  .lg\:text-4xl {
      font-size: 2.25rem;
      line-height: 2.5rem
  }

  .lg\:text-6xl {
      font-size: 3.75rem;
      line-height: 1
  }

  .lg\:text-3xl {
      font-size: 1.875rem;
      line-height: 2.25rem
  }

  .lg\:text-lg {
      font-size: 1.125rem;
      line-height: 1.75rem
  }
}

@media (min-width: 768px) {
  @media (min-width:976px) {
      .md\:lg\:pb-72 {
          padding-bottom:18rem
      }
  }
}

.CircularProgressbar {
  vertical-align: middle;
  width: 100%
}

.CircularProgressbar .CircularProgressbar-path {
  stroke: #3e98c7;
  stroke-linecap: round;
  transition: stroke-dashoffset .5s ease 0s
}

.CircularProgressbar .CircularProgressbar-trail {
  stroke: #d6d6d6;
  stroke-linecap: round
}

.CircularProgressbar .CircularProgressbar-text {
  fill: #3e98c7;
  dominant-baseline: middle;
  text-anchor: middle;
  font-size: 20px
}

.CircularProgressbar .CircularProgressbar-background {
  fill: #d6d6d6
}

.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-background {
  fill: #3e98c7
}

.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-text {
  fill: #fff
}

.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-path {
  stroke: #fff
}

.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-trail {
  stroke: transparent
}

@font-face {
  font-family: swiper-icons;
  font-style: normal;
  font-weight: 400;
  src: url("data:application/font-woff;charset=utf-8;base64, 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")
}

:root {
  --swiper-theme-color: #007aff
}

.swiper {
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1
}

.swiper-vertical>.swiper-wrapper {
  flex-direction: column
}

.swiper-wrapper {
  box-sizing: content-box;
  display: flex;
  height: 100%;
  position: relative;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
  width: 100%;
  z-index: 1
}

.swiper-android .swiper-slide,.swiper-wrapper {
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}

.swiper-pointer-events {
  touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x
}

.swiper-slide {
  flex-shrink: 0;
  height: 100%;
  position: relative;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
  width: 100%
}

.swiper-slide-invisible-blank {
  visibility: hidden
}

.swiper-autoheight,.swiper-autoheight .swiper-slide {
  height: auto
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: height,-webkit-transform;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform
}

.swiper-backface-hidden .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}

.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0,0,0,.15)
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(270deg,rgba(0,0,0,.5),transparent)
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg,rgba(0,0,0,.5),transparent)
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(0deg,rgba(0,0,0,.5),transparent)
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(180deg,rgba(0,0,0,.5),transparent)
}

.swiper-css-mode>.swiper-wrapper {
  -ms-overflow-style: none;
  overflow: auto;
  scrollbar-width: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper:before {
  content: "";
  flex-shrink: 0;
  order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start:var(--swiper-centered-offset-before)}

.swiper-centered.swiper-horizontal>.swiper-wrapper: before {
  height:100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start:var(--swiper-centered-offset-before)}

.swiper-centered.swiper-vertical>.swiper-wrapper: before {
  height:var(--swiper-centered-offset-after);
  min-width: 1px;
  width: 100%
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: center center
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: opacity .3s;
  z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}

.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%
}

.swiper-pagination-bullets-dynamic {
  font-size: 0;
  overflow: hidden
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  position: relative;
  -webkit-transform: scale(.33);
  transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(.66);
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(.33);
  transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(.66);
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(.33);
  transform: scale(.33)
}

.swiper-pagination-bullet {
  background: #000;
  background: var(--swiper-pagination-bullet-inactive-color,#000);
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));
  opacity: .2;
  opacity: var(--swiper-pagination-bullet-inactive-opacity,.2);
  width: 8px;
  width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px))
}

button.swiper-pagination-bullet {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}

.swiper-pagination-bullet:only-child {
  display: none!important
}

.swiper-pagination-bullet-active {
  background: var(--swiper-theme-color);
  background: var(--swiper-pagination-color,var(--swiper-theme-color));
  opacity: 1;
  opacity: var(--swiper-pagination-bullet-opacity,1)
}

.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0,-50%,0);
  transform: translate3d(0,-50%,0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  margin: 6px 0;
  margin: var(--swiper-pagination-bullet-vertical-gap,6px) 0
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: transform .2s,top .2s
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap,4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform .2s,left .2s
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform .2s,right .2s
}

.swiper-pagination-progressbar {
  background: rgba(0,0,0,.25);
  position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-theme-color);
  background: var(--swiper-pagination-color,var(--swiper-theme-color));
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  width: 100%
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  height: 4px;
  left: 0;
  top: 0;
  width: 100%
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar {
  height: 100%;
  left: 0;
  top: 0;
  width: 4px
}

.swiper-pagination-lock {
  display: none
}

/*# sourceMappingURL=main.9e6f3821.css.map*/
/*
   FILE ARCHIVED ON 14:17:41 Aug 16, 2022 AND RETRIEVED FROM THE
   INTERNET ARCHIVE ON 01:07:22 Dec 19, 2025.
   JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

   ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
   SECTION 108(a)(3)).
*/
/*
playback timings (ms):
captures_list: 0.878
exclusion.robots: 0.029
exclusion.robots.policy: 0.012
esindex: 0.016
cdx.remote: 11.259
LoadShardBlock: 267.527 (3)
PetaboxLoader3.datanode: 128.474 (5)
PetaboxLoader3.resolve: 182.942 (3)
load_resource: 157.119
loaddict: 55.573
*/
