.w-inline-block {
  max-width: 100%;
  display: inline-block;
  border: 1px solid #e4e5e7
}
.w-button {
  display: inline-block;
  padding: 9px 15px;
  background: linear-gradient(180deg,#434343 0,#000 100%);
  color: #fff;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0
}
[type=button],
[type=reset],
button {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button
}
.w-form {
  margin: 0 0 15px
}
.w-form-done {
  display: none;
  padding: 20px;
  text-align: center;
  background-color: #ddd
}
.w-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede
}
label {
  display: block;
  margin-bottom: 5px;
  font-weight: 700
}
.w-input {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc
}
.w-input:-moz-placeholder {
  color: #999
}
.w-input::-moz-placeholder {
  color: #999;
  opacity: 1
}
.w-input:-ms-input-placeholder {
  color: #999
}
.w-input::-webkit-input-placeholder {
  color: #999
}
.w-input:focus {
  border-color: #3898ec;
  outline: 0
}
.w-input[disabled],
.w-input[readonly] {
  cursor: not-allowed
}
.w-input[disabled]:not(.w-input-disabled),
.w-input[readonly] {
  background-color: #eee
}
.w-form-label {
  display: inline-block;
  cursor: pointer;
  font-weight: 400;
  margin-bottom: 0
}
.w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px
}
.w-container:after,
.w-container:before {
  content: ' ';
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2
}
.w-container:after {
  clear: both
}
@media screen and (max-width:991px) {
  .w-container {
    max-width: 728px
  }
}
@media screen and (max-width:479px) {
  .w-container {
    max-width: none
  }
}
.w-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left
}
[data-nav-menu-open] {
  display: block!important;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #c8c8c8;
  text-align: center;
  overflow: visible;
  min-width: 200px
}
@keyframes spin {
  0% {
    transform: rotate(0)
  }
  100% {
    transform: rotate(360deg)
  }
}
.sign-up {
  padding: 12px 20px;
  border-radius: 8px;
  background-color: #1a1b1f;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  text-transform: none
}
.sign-up:hover {
  background-color: #32343a;
  color: #fff
}
.sign-up:active {
  background-color: #43464d
}
.text-block {
  margin-right: 5px;
  font-size: 16px;
  line-height: 24px
}
.list-item {
  display: none
}
.heading-1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  line-height: 72px;
  letter-spacing: -.8px
}
.heading-1.max-width-878 {
  max-width: 878px
}
.heading-1.max-width-566 {
  max-width: 566px
}
.image {
  width: 100%;
  height: 100%;
  -webkit-transform: translate(12px,0);
  -ms-transform: translate(12px,0);
  transform: translate(12px,0);
  -o-object-fit: cover;
  object-fit: cover
}
.body-1 {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px
}
.body-1.max-width-480 {
  max-width: 480px
}
.mt-24 {
  margin-top: 24px
}
.button-blue {
  padding: 18px 32px;
  border-radius: 8px;
  background-color: #3871e0;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500
}
.button-blue:hover {
  background-color: rgba(56,113,224,.8)
}
.paragraph-19 {
  margin-bottom: 0;
  font-weight: 700
}
.align-center {
  text-align: center
}
.mt-36 {
  margin-top: 36px
}
.mt-26 {
  margin-top: 26px
}
.agree-service {
  /* color: rgba(24,51,78,.4); */
  /* font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  margin-top: -10px; */
  text-align: center;
  font-size: 13px;
}
.x-agree-service {
  color: rgba(24,51,78,.4);
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  margin-top: 20px;
  text-align: center
}
.credit-title {
  margin-bottom: 50px
}
.heading-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  line-height: 64px;
  letter-spacing: -.8px
}
.heading-2.max-width-896 {
  max-width: 896px
}
.heading-2.mt-24 {
  margin-top: 24px
}
.max-width-600 {
  max-width: 600px
}
.sub-heading-1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 2.6em;
  line-height: 1.3em;
  overflow: hidden;
  text-overflow: ellipsis
}
.sub-heading-1.black {
  color: #000
}
.sub-heading-1.mt-24 {
  margin-top: 24px
}
.grid-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr
}
.expired-time {
  margin-left: 10px
}
.caption {
  margin-top: 0;
  margin-bottom: 0;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: .64px
}
.caption.mt-24.color-60 {
  color: rgba(255,255,255,.6)
}
.caption.mt-24.bold {
  font-weight: 700
}
.caption.black-color-bold {
  color: #000;
  font-weight: 700
}
.caption.bold.black {
  color: #000
}
.caption.blue {
  color: #3871e0;
  font-weight: 700
}
.caption.blue-copy {
  color: #762bd7;
  font-weight: 700
}
.caption.blue-copy {
  color: #3871e0;
  font-weight: 700
}
.caption.blue-copy-copy {
  color: #1ba564;
  font-weight: 700
}
.mt-16 {
  margin-top: 16px
}
.heading-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: -.16px
}
.heading-3.align-center.mt-24 {
  margin-top: 24px
}
.heading-3.mt-24 {
  margin-top: 24px
}
.mt-20 {
  margin-top: 20px
}
.mt-40 {
  margin-top: 40px
}
.link---semi-bold {
  margin-bottom: 0;
  font-weight: 500;
  text-decoration: underline
}
.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #202124;
  text-decoration: none
}
.grid-4 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-column-gap: 120px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto
}
.paragraph-21 {
  position: absolute;
  left: 10px;
  top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  margin-bottom: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #2d2e31;
  border-radius: 50%;
  background-color: #202124
}
.mt-68 {
  margin-top: 68px
}
.tab-link-tab-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 216px;
  padding: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: none none solid;
  border-width: 4px;
  border-color: #e5e5e5;
  background-color: hsla(0,0%,86.7%,0);
  opacity: .5
}
.tab-link-tab-1.w--current {
  border-bottom-color: #3871e0;
  background-color: hsla(0,0%,86.7%,0);
  opacity: 1
}
.sub-heading-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 28px
}
.ml-12 {
  margin-left: 12px
}
.grid-5 {
  grid-column-gap: 40px;
  -ms-grid-columns: 0.4fr 1fr 0.4fr;
  grid-template-columns: 0.4fr 1fr 0.4fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto
}
.mt-64 {
  margin-top: 64px
}
.button-3 {
  padding: 10px 28px;
  border-radius: 8px;
  background-color: #3871e0;
  font-size: 18px;
  line-height: 28px
}
.button-3.mt-48 {
  margin-top: 48px
}
.heading-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  letter-spacing: -.4px
}
.heading-4.mt-16 {
  margin-top: 16px
}
.heading-4.mt-10 {
  margin-top: 10px
}
.heading-4.mt-10.max-565 {
  max-width: 400px
}
.list-item-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px
}
.paragraph-22 {
  margin-bottom: 0
}
.max-width-728 {
  max-width: 728px
}
.grid-6 {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr
}
.grid-6.mt-56 {
  padding-bottom: 56px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #d9d9d9
}
.mt-56 {
  margin-top: 56px
}
.max-width-656 {
  max-width: 656px
}
.grid-8 {
  -ms-grid-rows: auto;
  grid-template-rows: auto
}
.img-100-100 {
  width: 100%;
  height: 100%
}
.mt-32 {
  margin-top: 32px
}
.link-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #202124;
  text-decoration: none
}
.paragraph-23 {
  margin-bottom: 0;
  font-weight: 500
}
.container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1
}
.collection-list {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto
}
.paragraph-25 {
  font-size: 14px;
  line-height: 16px
}
.input-field-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1
}
.text-field {
  margin-bottom: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px none #000;
  background-color: hsla(0,0%,100%,.01);
  text-align: left
}
.mt-44 {
  margin-top: 44px
}
.link-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}
.sub-heading-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700
}
.sub-heading-2.mt-24 {
  margin-top: 24px
}
.body-1-semi-bold {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 0.875rem;
  line-height: 32px;
  font-weight: 600;
}
.max-width-708 {
  max-width: 708px
}
.max-width-420 {
  max-width: 420px
}
.mt-80 {
  margin-top: 80px
}
.image-center-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}
.mt-8 {
  margin-top: 8px
}
.body-1-bold {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
  font-weight: 700
}
.left-content-right-image-card {
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 80px 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  background-color: #c8ebff;
  background-image: url(../fonts/635976390d58a04049e3016c_Union%20%282%29.svg),url(../fonts/635976394042316ec0114a01_Union%20%283%29.svg);
  background-position: 50% 90%,98% 10%;
  background-size: auto,auto;
  background-repeat: no-repeat,no-repeat
}
.ml-9 {
  margin-right: 9px
}
.mt-12 {
  margin-top: 12px
}
.mt-50 {
  margin-top: 50px
}
.mt-100 {
  margin-top: 100px
}
.max-width-780 {
  max-width: 780px
}
.link---bold {
  margin-bottom: 0;
  font-weight: 500;
  text-decoration: underline
}
.link-block-black {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  text-decoration: none
}
.mt-120 {
  margin-top: 120px
}
.paragraph-27 {
  margin-bottom: 0;
  font-size: 24px;
  line-height: 36px;
  font-weight: 500
}
.grid-11 {
  position: relative;
  z-index: 1;
  margin-top: 90px;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr
}
.right-arrow {
  right: 5%;
  bottom: -400px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #fff;
  color: #202124;
  font-size: 24px
}
.left-arrow {
  right: -74%;
  bottom: -400px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #fff;
  color: #202124;
  font-size: 24px
}
.heading-5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  letter-spacing: -.16px
}
.heading-5.mt-32 {
  margin-top: 32px
}
.heading-5.mt-32.align-center.slide-bottom-to-top {
  margin-left: 10px
}
.heading-5.mt-32.align-right {
  text-align: right
}
.heading-5.mt-12 {
  margin-top: 12px
}
.heading-5.color-black {
  color: #000
}
.heading-5.mt-24 {
  margin-top: 24px
}
.button-4 {
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #202124;
  border-radius: 8px;
  background-color: rgba(56,152,236,0);
  color: #202124;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  text-align: center
}
.divider {
  height: 1px;
  margin-top: 32px;
  margin-bottom: 24px;
  background-color: #35373d
}
.list-item-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
.paragraph-29 {
  margin-bottom: 0;
  margin-left: 8px;
  font-weight: 500
}
.mt-28 {
  margin-top: 28px
}
.button-4-copy {
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #202124;
  border-radius: 8px;
  background-color: #3871e0;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  text-align: center
}
.button-4-copy.mt-40.border-0 {
  border-style: none
}
.tab-link-tab-1-2 {
  padding: 4px 12px;
  border-radius: 8px;
  background-color: hsla(0,0%,100%,0)
}
.tab-link-tab-1-2.w--current {
  padding: 4px 12px;
  background-color: #202124;
  color: #fff
}
.tab-link-tab-2 {
  padding: 4px 12px;
  border-radius: 8px;
  background-color: hsla(0,0%,86.7%,0)
}
.tab-link-tab-2.w--current {
  background-color: #202124;
  color: #fff
}
.grid-13 {
  -ms-grid-rows: auto;
  grid-template-rows: auto
}
.grid-13.mt-56 {
  grid-column-gap: 40px;
  grid-row-gap: 40px
}
.button-5 {
  padding: 12px 28px;
  border-radius: 10px;
  background-color: #202124
}
.body-7 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 28px
}
.body-7.mt-12-copy {
  margin-top: 12px;
  letter-spacing: -.1px
}
.body-7.center-paragraph {
  text-align: center
}
.body-7.center-paragraph.mt-22 {
  margin-top: 22px
}
.button-4-copy-copy {
  padding: 12px 28px;
  border-radius: 8px;
  background-color: #3871e0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-align: center
}
.text-span {
  color: rgba(32,33,36,.5);
  font-size: 18px;
  line-height: 18px
}
.text-span-2 {
  color: rgba(32,33,36,.5);
  font-size: 24px
}
.grid-52 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto
}
.mt-4 {
  margin-top: 4px
}
.section-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 160px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}
.body-1-medium {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500
}
.body-1-medium.mt-24 {
  margin-top: 24px
}
.grid-53 {
  -ms-grid-columns: 1fr 0.9fr;
  grid-template-columns: 1fr 0.9fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto
}
.image-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
.ml-36 {
  margin-left: 36px
}
.ml-8 {
  margin-left: 8px
}
.paragraph-30 {
  margin-bottom: 0;
  color: #202124;
  text-decoration: none
}
.paragraph-30.ml-12 {
  color: #fff
}
.mr-40 {
  margin-right: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}
.grid-56 {
  max-width: 1160px;
  padding-top: 36px;
  padding-bottom: 36px;
  grid-column-gap: 0;
  grid-row-gap: 0;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 17px;
  background-color: #fff;
  color: #202124
}
.content-left {
  max-width: 520px;
  margin-top: 50px;
  padding-right: 80px;
  padding-left: 80px
}
.list-item-3-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px
}
.button-6 {
  padding: 12px 28px;
  border-radius: 8px;
  background-color: #202124
}
.blog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}
.div-block-113 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff
}
.form-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1
}
.body-4 {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 31px
}
.body-4.mt-40.max-334 {
  max-width: 334px
}
.grid-57 {
  padding: 40px 40px 40px 48px;
  grid-column-gap: 0;
  grid-row-gap: 0;
  -ms-grid-columns: 1fr 1.25fr 1fr;
  grid-template-columns: 1fr 1.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto
}
.tab-link-tab-1-3 {
  padding: 4px 12px;
  border-radius: 8px;
  background-color: #f1f1f1
}
.tab-link-tab-1-3.w--current {
  background-color: #202124;
  color: #fff
}
.tab-link-tab-2-2 {
  padding: 4px 12px;
  border-radius: 8px;
  background-color: #f1f1f1
}
.tab-link-tab-2-2.w--current {
  background-color: #202124;
  color: #fff
}
.paragraph-32 {
  margin-top: 10px;
  margin-bottom: 0;
  padding: 4px 16px;
  border-radius: 54px;
  background-color: #c8ebff;
  text-align: center
}
.paragraph-32-copy {
  margin-top: 10px;
  margin-bottom: 0;
  padding: 4px 16px;
  border-radius: 54px;
  background-color: #235fd2;
  text-align: center
}
.box-left-side {
  max-width: 280px
}
.div-block-136 {
  position: absolute;
  left: -2.5%;
  top: 22%;
  z-index: -1;
  width: 105%
}
.text-span-3 {
  color: rgba(255,255,255,.5);
  font-size: 18px
}
.text-span-4 {
  color: rgba(32,33,36,.5);
  font-size: 18px
}
.paragraph-33 {
  font-size: 20px;
  line-height: 32px
}
.left-side {
  position: relative;
  margin-right: 120px
}
.content-box {
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e5e5e5
}
.right-side {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1
}
.growth-card {
  max-width: 220px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  background-color: #1d58cc
}
.growth-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  grid-auto-columns: 1fr;
  grid-column-gap: 93px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-image: url(../fonts/63677b3c7c2929ae81dbea11_Vector%20409.svg);
  background-position: 60% 86%;
  background-size: auto;
  background-repeat: no-repeat
}
.growth-top-box {
  padding-right: 24px;
  padding-bottom: 32px;
  padding-left: 24px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  background-color: #fff;
  color: #202124
}
.growth-icon-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 72px;
  height: 72px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 4px solid #3871e0;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  transform: translate(0,-50%)
}
._2016-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 24px;
  padding-bottom: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}
._2018-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 84px;
  padding-bottom: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}
._2020-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 144px;
  padding-bottom: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}
._2022-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 194px;
  padding-bottom: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}
.bold {
  font-weight: 700
}
.grid-49-2nd {
  display: none;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto
}
.featured-blog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-bottom: 232px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f1f1f1
}
.link-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}
.button-7 {
  margin-left: 32px;
  padding: 12px 28px;
  border-radius: 8px;
  background-color: #3871e0;
  font-weight: 500
}
.left-arrow-2 {
  left: 7%;
  bottom: -90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  margin-bottom: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #dedede;
  border-radius: 50%;
  background-color: #fff
}
.right-arrow-2 {
  left: -71%;
  bottom: -90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  margin-bottom: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #dedede;
  border-radius: 50%;
  background-color: #fff
}
.list {
  margin-bottom: 0;
  margin-left: 12px;
  padding-left: 25px
}
.email-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 64px;
  min-width: 320px;
  padding-left: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #2b2d31
}
.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}
.submit-button {
  padding: 18px 32px;
  border-radius: 8px;
  background-color: #3871e0;
  font-weight: 500
}
.form-center-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}
.form-block-2 {
  margin-bottom: 0
}
.form-block-2.mt-48 {
  margin-top: 48px
}
.link-block-3 {
  color: #202124;
  text-decoration: none
}
.writer-details-02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
.paragraph-35 {
  margin-bottom: 0;
  font-weight: 300
}
.reviewers-quantity {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 5px
}
.writer-details-with-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px
}
.blogs-tab {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
.short-image-blogs {
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto
}
.collection-list-2 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 64px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto
}
.tab-link-tab-2-3 {
  border-radius: 8px;
  background-color: #f9f9f9;
  text-align: center
}
.tab-link-tab-2-3.w--current {
  background-color: #202124;
  color: #fff
}
.tab-link-tab-2-3.m-0 {
  margin-right: 0
}
.grid-60 {
  grid-column-gap: 0;
  -ms-grid-columns: 1.5fr 1fr;
  grid-template-columns: 1.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto
}
.heading-6 {
  margin-top: 16px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 36px
}
.grid-61 {
  display: none;
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto
}
.collection-list-3 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 72px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto
}
.heading-9 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 36px
}
.blogs-2-1 {
  margin-bottom: 64px;
  grid-column-gap: 40px;
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto
}
.blogs-1-2 {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 2fr;
  grid-template-columns: 1fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto
}
.mt-6 {
  margin-top: 6px
}
.paragraph-36 {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 30px
}
.paragraph-37 {
  margin-bottom: 0
}
.ml-20 {
  margin-left: 20px
}
.submit-button-2 {
  width: 100%;
  padding-top: 14px;
  padding-bottom: 14px;
  border-radius: 10px;
  background-color: #3871e0;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700
}
.input-field-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 52px;
  padding-left: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #202124
}
.text-field-2 {
  width: 100%;
  margin-bottom: 0;
  padding-top: 14px;
  padding-bottom: 14px;
  border: 1px none #000;
  background-color: hsla(0,0%,100%,0);
  color: #6f6f72
}
.input-field-box-2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1
}
.link-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #fff
}
.text-field-3 {
  height: 100%;
  margin-bottom: 0;
  border: 1px none #000;
  background-color: hsla(0,0%,100%,0);
  color: #6f6f72
}
.input-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  padding-left: 22px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #f6f6f6
}
.input-filed-box {
  width: 100%
}
.checkbox-label {
  margin-bottom: 0
}
.form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
.submit-button-3 {
  padding: 18px 32px;
  border-radius: 10px;
  background-color: #3871e0;
  font-weight: 500
}
.form-block-3 {
  margin-bottom: 44px
}
.ml-24 {
  margin-left: 24px
}
.mt-22 {
  margin-top: 22px
}
.body-18-px {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500
}
.ml-16 {
  margin-left: 16px
}
.paragraph-39 {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -.64px
}
.paragraph-40 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700
}
.button-8 {
  background-color: #3871e0
}
.button-8.body-18-px {
  padding: 13px 32px;
  border-radius: 10px
}
.mt-18 {
  margin-top: 18px
}
.grid-69 {
  display: none;
  grid-column-gap: 40px;
  grid-row-gap: 40px
}
.heading-11 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 28px;
  color: #222325;
  font-weight: 700;
  line-height: 125%
}
.tab-link-tab-1-5 {
  padding: 12px 20px;
  border-radius: 8px;
  background-color: #f9f9f9
}
.tab-link-tab-1-5.w--current {
  background-color: #202124;
  color: #fff
}
.image-box-03 {
  margin-bottom: 128px
}
.image-box-02 {
  margin-right: 30px;
  margin-bottom: 64px;
  margin-left: 30px
}
.paragraph-41 {
  margin-bottom: 0;
  margin-left: 16px;
  font-size: 20px;
  line-height: 28px
}
.heading-12 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500
}
.paragraph-42 {
  margin-bottom: 0
}
.login-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}
.link-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  color: #202124;
  text-decoration: none;
  text-decoration: none
}
.login-left-side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 160px 140px 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff
}
.login-right-side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-position: 100% 100%,0 0;
  background-size: auto,auto;
  background-repeat: no-repeat,no-repeat
}
.agency-right-image-box {
  padding: 20px;
  width: '100%';
  max-height: '100vh';
  overflow: 'hidden'
}
.login-right-image-box {
  margin-right: 20px;
  padding: 40px;
  width: 750px
}
.image-slider {
  border-radius: 16px;
  max-width: 100%
}
.agency-slider-wrapper {
  display: block;
  width: 100%;
  object-fit: cover;
  height: 100vh
}
.agency-slider {
  border-radius: 16px
}
.sign-with-divider {
  height: .5px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #dadada
}
.sign-with-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #8c8c8c;
}
.paragraph-43 {
  margin-right: 13px;
  margin-bottom: 0;
  margin-left: 13px
}
.forget-passwrod-form {
  margin-top: 10px
}
.input-filed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  padding: 16px 22px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #fffefe;
  border: 1px solid #eee
}
.input-filed.mt-48 {
  margin-top: 48px
}
.new-login-placeholder {
  display: flex;
  justify-content: center
}
.text-field-4 {
  margin-bottom: 0;
  border: 1px none #000;
  background-color: hsla(0,0%,100%,0)
}
.checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
.checkbox-label-3 {
  margin-bottom: 0;
  margin-left: 10px
}
.paragraph-44 {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700
}
.link-block-7 {
  color: #1d84aa;
  text-decoration: none
}
.forget-password-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  -webkit-box-pack: justify;
  -webkit-justify-content: center;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
.submit-button-4 {
  width: 100%;
  margin-top: 8px;
  padding-top: 18px;
  padding-bottom: 18px;
  border-radius: 10px;
  background: linear-gradient(180deg,#434343 0,#000 100%);
  font-size: 16px;
  line-height: 28px
}
.submit-button-3 {
  width: 100%;
  margin-top: 8px;
  padding-top: 14px;
  padding-bottom: 14px;
  border-radius: 8px;
  background: linear-gradient(180deg,#434343 0,#000 100%);
  line-height: 28px
}
.imagine-button {
  width: 100%;
  margin-top: 36px;
  padding-top: 18px;
  padding-bottom: 18px;
  border-radius: 10px;
  background: linear-gradient(180deg,#e41369 0,#902a75 100%);
  font-size: 14px;
  line-height: 18px
}
:root {
  --colour1: #7b81ec;
  --colour2: #3bd1d3;
  --colour3: #000000;
  --colour4: #000000;
  --colour5: #8ce0f1;
  --colour6: #79f391;
  --colour7: #525a69;
  --colour8: #898dda
}
.create-imagine-button {
  display: grid;
  margin-bottom: 10px;
  margin-top: 20px
}
.select-pose-imagine-button {
  display: grid;
  margin-top: 10px
}
.select-collection-imagine-button {
  display: grid
}
.pose-line-border {
  border: 1px solid #333;
  border-radius: 10px;
  padding: 10px
}
.photographer-line-border {
  border: 1px solid #333;
  border-radius: 10px;
  padding: 10px
}
.collection-line-border {
  border: 1px solid rgb(0 0 0 / 20%);
  border-radius: 4px
}
.upload-pose-item {
  border: 1px dashed rgb(255 255 255 / 20%);
  border-radius: 10px
}
.create-imagine-button button {
  -webkit-appearance: none;
  border: 2px solid #5d5d5d;
  border-radius: 8px;
  padding: 1em 3em;
  background-repeat: no-repeat;
  background-size: 100%;
  background-clip: padding-box;
  position: relative;
  color: #fff;
  background: #111
}
.select-pose-imagine-button button {
  -webkit-appearance: none;
  border: 1px solid #333;
  border-radius: 5px;
  padding: 1em 1em;
  background-repeat: no-repeat;
  background-size: 100%;
  background-clip: padding-box;
  position: relative;
  color: #fff;
  height: 40px
}
.select-collection-imagine-button button {
  -webkit-appearance: none;
  border: 1px solid #333;
  border-radius: 5px;
  padding: 1em 1em;
  background-repeat: no-repeat;
  background-size: 100%;
  background-clip: padding-box;
  position: relative;
  color: #fff;
  height: 40px
}
.collection-button {
  height: 100%;
  background-image: linear-gradient(90deg,var(--colour3),var(--colour4));
  color: #fff
}
.collection-button span {
  color: #fff
}
.generate-button {
  height: 56px;
  background-image: linear-gradient(90deg,var(--colour3),var(--colour4))
}
.generate-button:before {
  background-image: linear-gradient(90deg,var(--colour3),transparent)
}
.generate-button:after {
  background-image: linear-gradient(90deg,transparent,var(--colour4))
}
.paragraph-46 {
  font-weight: 500
}
.link {
  color: #fff;
  text-decoration: none;
  margin-left: 5px
}
.avatar-name {
  color: #fff;
  margin-left: 5px;
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 65px
}
.sign-up-link-box {
  display: flex;
  justify-content: center
}
.login-form-container {
  width: 88%;
  max-width: 440px
}
.icon-box {
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 40px;
  padding-left: 48px
}
.sign-up-right-image-box {
  max-width: 520px;
  margin-right: 20px;
  margin-left: 20px;
  padding: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 12px;
  background-color: #fff
}
.two-field-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}
._1-2-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 56px;
  padding: 16px 22px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #fffefe;
  border: 1px solid #eee
}
._1-2-field.mr-16 {
  margin-right: 8px
}
.text-field-4-copy {
  margin-bottom: 0;
  padding-left: 0;
  border: 1px none #000;
  background-color: hsla(0,0%,100%,0)
}
.text-span-5 {
  text-decoration: underline
}
.forget-password {
  position: -webkit-sticky;
  position: sticky;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-top: 220px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff
}
.forget-password-container {
  max-width: 440px;
  margin-right: 40px;
  margin-left: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1
}
.submit-button-4-copy {
  width: 100%;
  margin-top: 24px;
  padding-top: 18px;
  padding-bottom: 18px;
  border-radius: 10px;
  background-color: #3871e0;
  font-size: 18px;
  line-height: 28px
}
.heading-14 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px
}
.paragraph-47 {
  margin-bottom: 0;
  margin-left: 14px;
  font-size: 18px;
  line-height: 28px
}
.paragraph-49 {
  display: none;
  margin-top: 38px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 28px
}
.button-9 {
  margin-top: 46px;
  padding: 18px 32px;
  border-radius: 8px;
  background-color: #3871e0;
  font-size: 18px;
  line-height: 28px
}
.grid-71 {
  margin-top: 80px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto
}
.heading-15 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 30px
}
.collection-list-5 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto
}
.heading-16 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
  line-height: 56px
}
.text-span-6 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500
}
.login-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1
}
.collection-list-6 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto
}
.collection-list-7 {
  margin-top: 64px
}
.heading-6-copy {
  margin-top: 12px;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 36px
}
.collection-list-8 {
  display: -ms-grid;
  display: grid;
  margin-top: 72px;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 60px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto
}
.text-block-2 {
  text-align: center
}
.heading-17 {
  margin-top: 7px;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 36px;
  text-align: center
}
.paragraph-50 {
  margin-top: 12px;
  margin-bottom: 0;
  color: #a6a6a7;
  text-align: center
}
.paragraph-51 {
  margin-bottom: 0
}
.collection-list-9 {
  height: 100%
}
.collection-item {
  height: 100%
}
.collection-list-10 {
  height: 100%
}
.collection-item-2 {
  height: 100%
}
.short-image-blogs-2 {
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto
}
.mt-72 {
  margin-top: 72px
}
.black-section {
  padding: 124px 40px;
  background-color: #202124;
  color: #fff
}
.heading-18 {
  margin-top: 0;
  margin-bottom: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 64px;
  line-height: 72px;
  letter-spacing: -.16px
}
.heading-18.center {
  text-align: center
}
.body-1-copy {
  max-width: 400px;
  margin: 24px auto 0;
  font-size: 18px;
  line-height: 28px;
  text-align: center
}
.grid-63 {
  margin-top: 48px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr
}
.paragraph-52 {
  margin-top: 4px
}
.color-with-name {
  padding: 12px;
  border: 1px solid #e5e5e5;
  border-radius: 4px
}
.color {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 140px;
  padding-bottom: 140px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}
.heading-19 {
  max-width: 540px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 54px;
  line-height: 62px;
  letter-spacing: -.16px
}
.body-1-bold-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700
}
.body-1-bold-2.mt-24 {
  margin-top: 24px
}
.caption-1 {
  font-size: 14px;
  line-height: 29px;
  letter-spacing: .48px;
  text-transform: uppercase
}
.button-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start
}
.button-container.mt-52 {
  margin-top: 53px
}
.heading-22 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px
}
.heading-22.mt-24 {
  margin-top: 24px
}
.heading-23 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 40px
}
.heading-23.mt-24 {
  margin-top: 24px
}
.black-section-2 {
  padding: 124px 40px;
  background-color: #202124;
  color: #fff
}
.body-1-copy-copy {
  max-width: 700px;
  margin: 24px auto 0;
  font-size: 18px;
  line-height: 28px;
  text-align: center
}
.fonts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 140px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}
.heading-05-center {
  max-width: 700px;
  margin: 0 auto;
  font-size: 54px;
  line-height: 62px;
  text-align: center;
  letter-spacing: .84px
}
.grid-72 {
  margin-top: 72px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto
}
.heading-24 {
  margin-top: 26px;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 30px;
  text-align: center
}
.link-block-8 {
  color: #202124;
  text-decoration: none
}
.paragraph-53 {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 15px
}
.link-block-9 {
  color: #202124;
  text-decoration: none
}
.field-label {
  display: none
}
.menu-button-box {
  display: none
}
.icon-3 {
  width: 28px;
  height: 28px;
  margin-right: 0;
  -webkit-filter: invert(100%);
  filter: invert(100%)
}
.icon-3._2 {
  -webkit-filter: none;
  filter: none
}
.text-block-3 {
  color: #e05e5e;
  text-decoration: none
}
.section-53 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 160px;
  padding-bottom: 160px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}
.link-block-10 {
  color: #202124;
  text-decoration: none
}
.collection-list-11 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto
}
.link-block-11 {
  width: 280px;
  color: #202124;
  text-decoration: none
}
.link-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #202124;
  text-decoration: none
}
.slide {
  margin-right: 70px
}
@media screen and (min-width:1280px) {
  .caption-1 {
    font-size: 14px;
    line-height: 20px
  }
}
@media screen and (min-width:1440px) {
  .collection-list {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto
  }
}
@media screen and (min-width:1920px) {
  .login-section {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}
@media screen and (max-width:991px) {
  .credit-title {
    margin-bottom: 0
  }
  .menu-button {
    padding: 12px;
    border-style: solid;
    border-width: 1px;
    border-color: #979797
  }
  .list-item {
    display: block
  }
  .heading-1 {
    font-size: 46px;
    line-height: 56px
  }
  .image {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0)
  }
  .heading-2 {
    font-size: 42px;
    line-height: 50px
  }
  .grid-4 {
    grid-row-gap: 80px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
  .grid-5 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
  .heading-4.mt-10.max-565 {
    max-width: none
  }
  .grid-6 {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr
  }
  .grid-6.mt-56 {
    justify-items: center
  }
  .grid-8.mt-32 {
    grid-column-gap: 40px;
    grid-row-gap: 40px
  }
  .container {
    max-width: 728px
  }
  .collection-list {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
  .left-content-right-image-card {
    padding-right: 80px;
    padding-left: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
  }
  .grid-11 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr
  }
  .right-arrow {
    right: 15%;
    bottom: -880px
  }
  .left-arrow {
    right: -42%;
    bottom: -880px
  }
  .grid-13.mt-56 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
  .grid-52 {
    -ms-grid-columns: 0.25fr 2fr;
    grid-template-columns: 0.25fr 2fr
  }
  .grid-53 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
  .grid-56 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
  .content-right {
    margin-top: 40px
  }
  .grid-57 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
  .left-side {
    margin-right: 0
  }
  .right-side {
    margin-top: 60px
  }
  .growth-card {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
  }
  .grid-49-2nd {
    width: 100%;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr
  }
  .left-arrow-2 {
    display: none
  }
  .right-arrow-2 {
    display: none
  }
  .collection-list-2 {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr
  }
  .grid-60.mt-64 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
  .grid-61 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
  .collection-list-3 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr
  }
  .blogs-2-1 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
  .blogs-1-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
  .button-8.body-18-px {
    margin-top: 20px
  }
  .image-box-02 {
    margin-right: 10px;
    margin-left: 10px
  }
  .login-section {
    height: 100%
  }
  .login-left-side {
    width: auto;
    padding-top: 100px;
    padding-bottom: 40px
  }
  .login-right-side {
    width: auto;
    padding-bottom: 60px
  }
  .login-right-image-box {
    margin-right: 0;
    width: 650px
  }
  .sign-up-right-image-box {
    margin-top: 60px;
    margin-left: 0
  }
  .grid-71 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
  .collection-list-5 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
  .login-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .collection-list-8 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr
  }
  .grid-63 {
    -ms-grid-columns: auto auto auto;
    grid-template-columns: auto auto auto
  }
  .grid-72 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
  .menu-button-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
  }
  .link-block-11 {
    width: 100%
  }
}
@media screen and (max-width:767px) {
  .heading-1 {
    font-size: 50px;
    line-height: 60px
  }
  .body-1 {
    font-size: 16px;
    line-height: 30px
  }
  .heading-2 {
    font-size: 45px;
    line-height: 50px
  }
  .heading-3 {
    font-size: 40px;
    line-height: 48px
  }
  .heading-4 {
    font-size: 30px;
    line-height: 35px
  }
  .grid-6 {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr
  }
  .grid-6.mt-56 {
    margin-right: 10px;
    margin-left: 10px
  }
  .left-content-right-image-card {
    padding: 40px
  }
  .mt-120 {
    margin-top: 20px
  }
  .center-icon-div.mt-80 {
    margin-top: 40px
  }
  .grid-11 {
    max-width: 340px;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
  .right-arrow {
    display: none
  }
  .left-arrow {
    display: none
  }
  .heading-5 {
    font-size: 28px;
    line-height: 35px
  }
  .section-14 {
    padding-bottom: 100px
  }
  .grid-53 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
  .writer-details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .grid-56 {
    margin-right: 20px;
    margin-left: 20px
  }
  .content-left {
    padding-right: 40px;
    padding-left: 40px
  }
  .blog {
    padding-bottom: 100px
  }
  .grid-57 {
    padding: 20px
  }
  .grid-49-2nd {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
  .collection-list-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 15px
  }
  .heading-11 {
    font-size: 24px;
    color: #62646a;
    font-size: 24px;
    font-weight: 700;
    line-height: 125%
  }
  .caption {
    font-size: 11px
  }
  .paragraph-35 {
    font-size: 14px
  }
  .reviewers-quantity {
    font-size: 14px
  }
  .writer-details-02 {
    font-size: 14px
  }
  .collection-list-3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
  .grid-69 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
  .login-left-side {
    padding-right: 40px;
    padding-left: 40px
  }
  .login-right-image-box {
    width: 350px
  }
  .sign-up-right-image-box {
    margin-left: 20px
  }
  .heading-16 {
    font-size: 38px;
    line-height: 45px
  }
  .login-container {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
  }
  .collection-list-6 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
  .collection-list-8 {
    grid-row-gap: 80px
  }
  .slide-bottom-to-top-50-ms {
    margin-top: 40px
  }
  .black-section {
    padding: 60px 20px
  }
  .heading-18 {
    font-size: 46px;
    line-height: 56px
  }
  .grid-63 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto
  }
  .color {
    padding-top: 60px;
    padding-bottom: 60px
  }
  .heading-19 {
    font-size: 45px;
    line-height: 55px
  }
  .black-section-2 {
    padding: 60px 20px
  }
  .fonts {
    padding-bottom: 40px
  }
  .heading-05-center {
    width: auto;
    font-size: 45px;
    line-height: 55px
  }
  .collection-list-11 {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
}
.banners-container {
  padding-top: 40px;
  max-width: 65%
}
.welcome-section {
  padding-top: 40px;
  max-width: 35%;
  padding-left: 20px
}
.welcome-section img {
  width: 100%;
  height: 240px;
  object-fit: cover
}
@media screen and (max-width:479px) {
  .banners-container {
    max-width: 100%;
    padding-top: 20px
  }
  .welcome-section {
    display: none
  }
  .heading-1 {
    font-size: 40px;
    line-height: 45px
  }
  .heading-2 {
    font-size: 35px;
    line-height: 40px
  }
  .heading-2.max-width-728 {
    max-width: 400px
  }
  .sub-heading-1 {
    font-size: 16px;
    line-height: 18px
  }
  .heading-3 {
    font-size: 32px;
    line-height: 38px
  }
  .mt-64 {
    margin-top: 40px
  }
  .heading-4 {
    font-size: 25px;
    line-height: 30px
  }
  .grid-6.mt-56 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr
  }
  .grid-8.mt-32 {
    grid-row-gap: 0;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
  .container {
    max-width: none
  }
  .link-container {
    margin-right: 20px;
    margin-left: 20px
  }
  .sub-heading-2 {
    font-size: 16px;
    line-height: 22px
  }
  .left-content-right-image-card {
    padding: 20px
  }
  .paragraph-27.mt-24 {
    font-size: 18px;
    line-height: 32px
  }
  .grid-11 {
    grid-row-gap: 15px
  }
  .heading-5 {
    font-size: 26px
  }
  .body-7 {
    font-size: 16px;
    line-height: 24px
  }
  .body-7.center-paragraph {
    font-size: 13px;
    line-height: 20px
  }
  .grid-52 {
    display: block
  }
  .section-14 {
    padding-bottom: 60px
  }
  .body-1-medium {
    font-size: 16px;
    line-height: 24px
  }
  .writer-details {
    margin-top: 10px
  }
  .grid-56 {
    margin-right: 0;
    margin-left: 0
  }
  .content-left {
    margin-top: 20px;
    padding-right: 20px;
    padding-left: 20px
  }
  .content-box {
    padding-top: 10px;
    padding-bottom: 10px
  }
  .button-7 {
    margin-top: 20px;
    margin-left: 0
  }
  .list.ml {
    margin-left: 0
  }
  .form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
  }
  .submit-button.ml-12 {
    margin-top: 20px
  }
  .tab-link-tab-1-5 {
    margin-top: 10px
  }
  .login-left-side {
    padding-right: 20px;
    padding-left: 20px
  }
  .login-right-image-box {
    padding: 0
  }
  .input-filed.mt-48 {
    margin-top: 30px
  }
  .icon-box {
    left: 0;
    top: 0;
    right: 0;
    bottom: auto
  }
  .sign-up-right-image-box {
    padding: 20px
  }
  .two-field-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
  }
  ._1-2-field {
    width: 100%
  }
  .forget-password-container {
    margin-right: 20px;
    margin-left: 20px
  }
  .heading-16 {
    font-size: 32px;
    line-height: 40px
  }
  .collection-list-8 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
  .heading-18 {
    font-size: 32px;
    line-height: 40px
  }
  .body-1-copy {
    font-size: 16px;
    line-height: 24px
  }
  .grid-63 {
    -ms-grid-columns: auto;
    grid-template-columns: auto
  }
  .color {
    padding-top: 40px;
    padding-bottom: 40px
  }
  .heading-19 {
    font-size: 32px;
    line-height: 40px
  }
  .body-1-bold-2 {
    font-size: 16px;
    line-height: 24px
  }
  .body-1-copy-copy {
    font-size: 16px;
    line-height: 24px
  }
  .heading-05-center {
    font-size: 30px;
    line-height: 35px
  }
}
.loader {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10%;
  height: 10%
}
.loader:before {
  content: "";
  display: block;
  padding-top: 100%
}
.circular {
  animation: rotate 2s linear infinite;
  height: 100%;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto
}
.path {
  stroke-dasharray: 1,200;
  stroke-dashoffset: 0;
  animation: dash 1.5s ease-in-out infinite,color 6s ease-in-out infinite;
  strokeLinecap: round
}
@keyframes rotate {
  100% {
    transform: rotate(360deg)
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0
  }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35px
  }
  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124px
  }
}
@keyframes color {
  0%,
  100% {
    stroke: red
  }
  40% {
    stroke: #0057e7
  }
  66% {
    stroke: #008744
  }
  80%,
  90% {
    stroke: yellow
  }
}
.showbox {
  position: fixed;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: #000;
}
.new-showbox {
  position: fixed;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: #000
}
.show-progressbar {
  background: rgba(0,0,0,.75);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5%;
  z-index: 9999;
  position: fixed
}
.signin-showbox {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1%;
  z-index: 9999;
  overflow-y: auto
}
.pricing-showbox {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1%;
  z-index: 9999;
  overflow-y: auto;
}
.giveaway-showbox {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1%;
  z-index: 9999;
  overflow-y: auto
}
.pose-showbox {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1%;
  z-index: 99
}
.photographer-showbox {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1%;
  z-index: 99
}
.showbox-spinner-before-after {
  background: rgba(0,0,0,.75);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  border-radius: 12px
}
.loader-before-after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10%;
  height: 10%
}
.loader-before-after:before {
  content: "";
  display: block;
  padding-top: 100%
}
.circular-before-after {
  animation: rotate 2s linear infinite;
  height: 100%;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto
}
.path-before-after {
  stroke-dasharray: 1,200;
  stroke-dashoffset: 0;
  animation: dash 1.5s ease-in-out infinite,color 6s ease-in-out infinite;
  strokeLinecap: round
}
.vertical-centered-box {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: linear-gradient(45deg,#000 2%,#002025 100%);
  border-radius: 12px
}
.vertical-centered-box::after {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -.25em
}
.vertical-centered-box .content {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  font-size: 0
}
.vertical-centered-box-before-after {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: #fff;
  border-radius: 8px
}
.vertical-centered-box-before-after::after {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -.25em
}
.vertical-centered-box-before-after .content {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  font-size: 0
}
.loader-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.1);
  margin-left: -60px;
  margin-top: -60px
}
.loader-circle-before-after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
  margin-left: -60px;
  margin-top: -60px
}
.loader-line-mask-before-after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 40px;
  height: 80px;
  margin-left: -40px;
  margin-top: -40px;
  overflow: hidden;
  transform-origin: 40px 40px;
  -webkit-mask-image: -webkit-linear-gradient(top,rgba(0,0,0,1),rgba(0,0,0,0));
  animation: rotate-before-after 1.2s infinite linear
}
.loader-line-before-after {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px #000
}
.loader-line-mask {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 120px;
  margin-left: -60px;
  margin-top: -60px;
  overflow: hidden;
  transform-origin: 60px 60px;
  -webkit-mask-image: -webkit-linear-gradient(top,rgba(0,0,0,1),rgba(0,0,0,0));
  animation: rotate-before-after 1.2s infinite linear
}
.loader-line {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.5)
}
#particles-background,
#particles-foreground {
  left: -51%;
  top: -51%;
  width: 202%;
  height: 202%;
  transform: scale3d(.5,.5,1)
}
@keyframes rotate-before-after {
  0% {
    transform: rotate(0)
  }
  100% {
    transform: rotate(360deg)
  }
}
:root {
  --accents-primary-base-default: #C209C1;
  --accents-primary-base-action: #920792;
  --accents-primary-base-active: #C209C1;
  --accents-primary-base-active-action: #920792;
  --accents-primary-text-default: #ffffff;
  --accents-primary-text-action: #ffffff;
  --accents-primary-text-active: #ffffff;
  --accents-primary-text-active-action: #ffffff;
  --accents-secondary-base-default: #5A00EE;
  --accents-secondary-base-action: #3f00a3;
  --accents-secondary-base-active: #5A00EE;
  --accents-secondary-base-active-action: #3f00a3;
  --accents-secondary-text-default: #ffffff;
  --accents-secondary-text-action: #ffffff;
  --accents-secondary-text-active: #ffffff;
  --accents-secondary-text-active-action: #ffffff;
  --accents-tertiary-base-default: #f2f2f2;
  --accents-tertiary-base-action: #B4B4B4;
  --accents-tertiary-base-active: #f2f2f2;
  --accents-tertiary-base-active-action: #B4B4B4;
  --accents-tertiary-text-default: #000000;
  --accents-tertiary-text-action: #000000;
  --accents-tertiary-text-active: #000000;
  --accents-tertiary-text-active-action: #000000;
  --accents-primary-tint-1: #f40bf4;
  --accents-primary-tint-2: #ec46ec;
  --accents-primary-tint-3: #ed78ed;
  --accents-primary-tint-4: #f0a8f0;
  --accents-primary-tint-5: #f7d4f7;
  --accents-primary-tint-6: #faeafa;
  --accents-secondary-tint-1: #680aff;
  --accents-secondary-tint-2: #7a2ff4;
  --accents-secondary-tint-3: #9a63f2;
  --accents-secondary-tint-4: #b995f3;
  --accents-secondary-tint-5: #d8c5f7;
  --accents-secondary-tint-6: #e7dcf9;
  --backgrounds-base: #FCFCFC;
  --backgrounds-tint-1: #f7f7f7;
  --backgrounds-tint-2: #f2f2f2;
  --backgrounds-tint-3: #e8e8e8;
  --backgrounds-tint-4: #dedede;
  --backgrounds-tint-5: #d4d4d4;
  --backgrounds-tint-6: #c9c9c9;
  --backgrounds-transparent: #00000085;
  --backgrounds-panel: #f2f2f299;
  --backgrounds-gradient-up: linear-gradient(360deg, #fcfcfccc 0%, transparent 100%);
  --backgrounds-gradient-down: linear-gradient(180deg, #fcfcfccc 0%, transparent 100%);
  --backgrounds-positive: #ffffff;
  --backgrounds-negative: #000000;
  --texts-positive: #ffffff;
  --texts-negative: #000000;
  --texts-base: #000000;
  --texts-tint-1: #4d4d4d;
  --texts-tint-2: #808080;
  --texts-tint-3: #999999;
  --premium-base-default: #158380;
  --premium-base-action: #0E5957;
  --premium-base-active: #158380;
  --premium-base-active-active: #0E5957;
  --premium-text-default: #ffffff;
  --premium-text-action: #ffffff;
  --premium-text-active: #ffffff;
  --premium-text-active-action: #ffffff;
  --statuses-error-base-default: #D31E2A;
  --statuses-error-base-action: #9D0007;
  --statuses-error-base-active: #D31E2A;
  --statuses-error-base-active-action: #9D0007;
  --statuses-error-text-default: #ffffff;
  --statuses-error-text-action: #ffffff;
  --statuses-error-text-active: #ffffff;
  --statuses-error-text-active-action: #ffffff;
  --statuses-warning-base-default: #FE9D24;
  --statuses-warning-base-action: #C9760E;
  --statuses-warning-base-active: #FE9D24;
  --statuses-warning-base-active-action: #C9760E;
  --statuses-warning-text-default: #000000;
  --statuses-warning-text-action: #000000;
  --statuses-warning-text-active: #000000;
  --statuses-warning-text-active-action: #000000;
  --statuses-success-base-default: #158423;
  --statuses-success-base-action: #0E5A18;
  --statuses-success-base-active: #158423;
  --statuses-success-base-active-action: #0E5A18;
  --statuses-success-text-default: #ffffff;
  --statuses-success-text-action: #ffffff;
  --statuses-success-text-active: #ffffff;
  --statuses-success-text-active-action: #ffffff;
  --statuses-information-base-default: #5A00EE;
  --statuses-information-base-action: #3D00A2;
  --statuses-information-base-active: #5A00EE;
  --statuses-information-base-active-action: #3D00A2;
  --statuses-information-text-default: #ffffff;
  --statuses-information-text-action: #ffffff;
  --statuses-information-text-active: #ffffff;
  --statuses-information-text-active-action: #ffffff;
  --statuses-positive-base-default: #ffffff;
  --statuses-positive-base-action: #B4B4B4;
  --statuses-positive-base-active: #ffffff;
  --statuses-positive-base-active-action: #B4B4B4;
  --statuses-positive-text-default: #000000;
  --statuses-positive-text-action: #000000;
  --statuses-positive-text-active: #000000;
  --statuses-positive-text-active-action: #000000;
  --statuses-negative-base-default: #000000;
  --statuses-negative-base-action: #787878;
  --statuses-negative-base-active: #000000;
  --statuses-negative-base-active-action: #787878;
  --statuses-negative-text-default: #ffffff;
  --statuses-negative-text-action: #ffffff;
  --statuses-negative-text-active: #ffffff;
  --statuses-negative-text-active-action: #ffffff;
  --statuses-highlight-base-default: #00C5C3;
  --statuses-highlight-base-action: #008685;
  --statuses-highlight-base-active: #00C5C3;
  --statuses-highlight-base-active-action: #008685;
  --statuses-highlight-text-default: #000000;
  --statuses-highlight-text-action: #000000;
  --statuses-highlight-text-active: #000000;
  --statuses-highlight-text-active-action: #000000;
  --statuses-disabled: 0.32;
  --shadows-tint-1-x: 0px;
  --shadows-tint-1-y: 0px;
  --shadows-tint-1-blur: 16px;
  --shadows-tint-1-spread: 0px;
  --shadows-tint-1-color: #00000024;
  --shadows-tint-2-x: 0px;
  --shadows-tint-2-y: 0px;
  --shadows-tint-2-blur: 16px;
  --shadows-tint-2-spread: 0px;
  --shadows-tint-2-color: #00000038;
  --shadows-tint-3-x: 0px;
  --shadows-tint-3-y: 0px;
  --shadows-tint-3-blur: 16px;
  --shadows-tint-3-spread: 0px;
  --shadows-tint-3-color: #00000061;
  --markets-base-default: #E7DCF9;
  --markets-base-action: #B995F3;
  --markets-base-active: #EDEDED;
  --markets-base-active-action: #D9D9D9;
  --markets-text-default: #5A00EE;
  --markets-text-action: #5A00EE;
  --markets-text-active: #000000;
  --markets-text-active-action: #000000;
  --absolute-white-base-default: #ffffff;
  --absolute-white-base-action: #ECECEC;
  --absolute-white-base-active: #ffffff;
  --absolute-white-base-action-active: #ECECEC;
  --absolute-white-text-default: #000000;
  --absolute-white-text-action: #000000;
  --absolute-white-text-active: #000000;
  --absolute-white-text-active-action: #000000;
  --absolute-black-base-default: #000000;
  --absolute-black-base-action: #313131;
  --absolute-black-base-active: #000000;
  --absolute-black-base-action-active: #313131;
  --absolute-black-text-default: #ffffff;
  --absolute-black-text-action: #ffffff;
  --absolute-black-text-active: #ffffff;
  --absolute-black-text-active-action: #ffffff;
  --controls-placeholder-default: #929292;
  --controls-placeholder-action: #929292;
  --controls-placeholder-active: #929292;
  --controls-placeholder-active-action: #929292;
  --controls-caret-default: #5A00EE;
  --controls-caret-action: #5A00EE;
  --controls-caret-active: #5A00EE;
  --controls-caret-active-action: #5A00EE;
  --controls-border-default: #E0E0E0;
  --controls-border-action: #E0E0E0;
  --controls-border-active: #E0E0E0;
  --controls-border-active-action: #E0E0E0;
  --controls-background-default: #FFFFFF;
  --controls-background-action: #F7F7F7;
  --controls-background-active: #EEEEEE;
  --controls-background-active-action: #F7F7F7;
  --controls-value-default: #616161;
  --controls-value-action: #616161;
  --controls-value-active: #000000;
  --controls-value-active-action: #616161;
  --controls-text-default: #616161;
  --controls-text-action: #616161;
  --controls-text-active: #000000;
  --controls-text-active-action: #616161;
  --controls-start-icon-default: #616161;
  --controls-start-icon-action: #616161;
  --controls-start-icon-active: #000000;
  --controls-start-icon-active-action: #616161;
  --controls-end-icon-default: #616161;
  --controls-end-icon-action: #505050;
  --controls-end-icon-active: #000000;
  --controls-end-icon-active-action: #616161;
  --controls-slider-thumb-default: #FEFEFE;
  --controls-slider-thumb-action: #F1F1F1;
  --controls-slider-thumb-active: #FEFEFE;
  --controls-slider-thumb-active-action: #F1F1F1;
  --controls-slider-track-default: #FFFFFF;
  --controls-slider-track-action: #FFFFFF;
  --controls-slider-track-active: #FFFFFF;
  --controls-slider-track-active-action: #FFFFFF
}
.banner-block-root-d121-0-2-393 {
  background: var(--absolute-black-base-default);
  color: var(--absolute-white-base-default)
}
.banner-block-root-0-2-79 {
  flex: 1 1 0%;
  display: flex;
  position: relative;
  min-height: 320px
}
.banner-block-content-d122-0-2-394 {
  flex-direction: row
}
.banner-block-content-0-2-81 {
  flex: 1 1 0%;
  margin: var(--spacing-0) auto;
  display: flex;
  max-width: 1320px
}
:root {
  --typography-1-font-size: 8px;
  --typography-2-font-size: 10px;
  --typography-3-font-size: 12px;
  --typography-4-font-size: 14px;
  --typography-5-font-size: 16px;
  --typography-6-font-size: 20px;
  --typography-7-font-size: 24px;
  --typography-8-font-size: 30px;
  --typography-9-font-size: 36px;
  --typography-10-font-size: 42px;
  --typography-11-font-size: 60px;
  --typography-1-line-height: 10px;
  --typography-2-line-height: 14px;
  --typography-3-line-height: 16px;
  --typography-4-line-height: 20px;
  --typography-5-line-height: 24px;
  --typography-6-line-height: 28px;
  --typography-7-line-height: 32px;
  --typography-8-line-height: 36px;
  --typography-9-line-height: 48px;
  --typography-10-line-height: 50px;
  --typography-11-line-height: 72px
}
:root {
  --spacing-0: 0px;
  --spacing-2: 2px;
  --spacing-4: 4px;
  --spacing-6: 6px;
  --spacing-8: 8px;
  --spacing-10: 10px;
  --spacing-12: 12px;
  --spacing-16: 16px;
  --spacing-24: 24px;
  --spacing-32: 32px;
  --spacing-40: 40px;
  --spacing-44: 44px;
  --spacing-48: 48px;
  --spacing-56: 56px;
  --spacing-64: 64px;
  --spacing-72: 72px
}
.left-landing-wp {
  flex: 1 1 0%;
  display: flex;
  z-index: 2;
  flex-direction: column
}
.cookie-wrapper {
  position: fixed;
  border-radius: 8px;
  bottom: 15px!important;
  left: 15px!important;
  /* left: 50%!important; */
  background-color: #18181894;
  /* transform: translateX(-50%)!important; */
  color: #fff;
  padding: .6rem!important;
  display: flex;
  flex-direction: row;
  align-items: center;
  z-index: 50;
  box-shadow: 0 10px 15px -3px rgba(0,0,0,.1);
  width: 304px!important;
  flex-wrap: nowrap
}
.cookie-text {
  font-size: 13px;
  text-align: left;
  width: 100%
}
.cookie-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px
}
.learn-more-title {
  color: #fec435
}
.learn-more-title:hover {
  color: #c58d00
}
.accept-cookie-btn {
  background-color: #ffb404;
  color: #fff;
  padding: .4rem .4rem;
  border-radius: 8px;
  transition: background-color .15s ease-in-out;
  font-size: 13px
}
.accept-cookie-btn:hover {
  background-color: #c58d00
}
.banner-block {
  flex: 1 1 0%;
  display: flex;
  z-index: 2;
  flex-direction: column
}
.star-wrapper {
  filter: invert(1);
  padding-bottom: 70px;
  width: 170px
}
.banner-block-copy-mobile {
  padding: var(--spacing-24)
}
.banner-landing-block-title {
  text-align: unset
}
.text-landing-title {
  font-size: var(--typography-11-font-size);
  line-height: var(--typography-11-line-height);
  font-weight: 600;
  color: inherit
}
.video-description {
  font-size: 1.5rem
}
.sub-title-landing {
  min-height: 2.625rem;
  min-width: 2.625rem;
  font-size: 1.5rem;
  margin-top: 10px
}
.customer-demo-wrapper {
  display: block
}
.top1-title {
  min-height: 2.625rem;
  min-width: 2.625rem;
  font-size: 1.5rem;
  margin-top: 10px
}
.starting-btn {
  margin-bottom: 14px;
  background: linear-gradient(60deg,#f79533,#f37055,#ef4e7b,#a166ab,#5073b8,#1098ad,#07b39b,#6fba82);
  -webkit-animation: animatedgradient 6s ease infinite alternate;
  animation: animatedgradient 6s ease infinite alternate;
  background-size: 300% 300%;
  border: 1px solid transparent;
  color: #fff;
  padding-top: 14px;
  padding-bottom: 14px
}
@keyframes animatedgradient {
  0% {
    background-position: 0 50%
  }
  50% {
    background-position: 100% 50%
  }
  100% {
    background-position: 0 50%
  }
}
.banner-block-ctaHolder-d126-0-2-398 {
  display: flex;
  column-gap: var(--spacing-24);
  margin-top: unset;
  flex-direction: row;
  position: sticky;
  align-items: center
}
.quick-sign-up-mobile {
  display: none
}
.banner-block-copy-d123-0-2-395 {
  align-items: unset;
  justify-content: center
}
.banner-block-mediaWrapper {
  display: contents
}
.title-landing-wrapper {
  padding-left: 0
}
.left-ads-landing-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: center;
  align-items: center
}
.banner-block-mediaWrapper-d127-0-2-399 {
  position: relative;
  flex: 1 1 0%
}
.banner-block-media-d128-0-2-400.banner-block-media-d128-0-2-400 {
  left: auto;
  right: auto;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: visible;
  position: initial;
  align-items: center
}
.banner-block-media-d128-0-2-400.banner-block-media-d128-0-2-400 > div {
  width: 100%
}
.video-wrapper {
  left: auto;
  right: auto;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: visible;
  position: absolute;
  align-items: start
}
.video-wrapper > div {
  width: 100%
}
.close-pricing-btn {
  right: 0;
  top: 5;
  margin-right: 5px;
  position: absolute;
  cursor: pointer
}
.custom-title {
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(0deg,#000 0,#737373 100%)
}
.lang-wrapper {
  display: block
}
.lang-mobile {
  display: none
}
.loading-more-mobile {
  width: 100%;
  height: 100%;
  margin-top: 40px
}
.lang-border {
  border: 1px solid #5d5d5d;
  border-radius: 4px;
  background: #1e1e1e
}
.label-wrapper {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0;
  height: min-content;
  justify-content: center;
  overflow: visible;
  padding: 8px 14px;
  position: relative;
  width: min-content;
  background-color: #ffffff1a;
  opacity: 1;
  border-radius: 16px
}
.label-wrapper span {
  width: max-content;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  display: inline-block;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(115deg,#4fcf70,#fad648,#a767e5,#12bcfe,#44ce7b)
}

.label-giveaway {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0;
  height: min-content;
  justify-content: center;
  overflow: visible;
  padding: 8px 14px;
  position: relative;
  width: min-content;
  /* background-color: #ffffff1a; */
  opacity: 1;
  border-radius: 16px
}
.label-giveaway span {
  width: max-content;
  font-weight: 700;
  /* text-transform: uppercase; */
  font-size: 20px;
  display: inline-block;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(115deg,#4fcf70,#fad648,#a767e5,#12bcfe,#44ce7b)
}

@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.5; }
}

.blink-animation {
  animation: blink 1.5s infinite;
}

@keyframes bounce-rotate {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  25% {
    transform: translateY(-10px) rotate(-5deg);
  }
  50% {
    transform: translateY(0) rotate(0deg);
  }
  75% {
    transform: translateY(-5px) rotate(5deg);
  }
}

.bounce-rotate-animation {
  animation: bounce-rotate  1s infinite ease-in-out;
}

@media screen and (max-width:768px) {
  .top1-title {
    font-size: 1.2rem;
    margin-top: 10px
  }
  .sub-title-landing {
    font-size: 1.2rem;
    margin-top: 10px;
    text-align: center
  }
  .customer-demo-wrapper {
    display: flex
  }
  .left-landing-wp {
    padding: 0 48px 30px 48px
  }
  .banner-landing-block-title {
    padding-bottom: 0;
    text-align: unset
  }
  .star-wrapper {
    display: none
  }
  .landing-order-first {
    order: 1
  }
  .landing-order-second {
    order: 2
  }
  .x-landing-right {
    order: 1;
    display: flex;
    justify-content: center
  }
  .pricing-showbox {
    padding: 5%
  }
  .pose-showbox {
    padding: 5%
  }
  .photographer-showbox {
    padding: 5%
  }
  .title-landing-wrapper {
    padding-left: 70px;
    padding-right: 70px
  }
}
@media (max-width:768px) {
  .title-landing-wrapper {
    padding-left: 0;
    padding-right: 0
  }
  .banner-block-ctaHolder-d126-0-2-398 {
    display: none
  }
  .quick-sign-up-mobile {
    display: block;
    column-gap: var(--spacing-24);
    margin-top: unset;
    flex-direction: row;
    position: sticky
  }
}
.money-back {
  padding: 0
}
@media screen and (max-width:479px) {
  .money-back {
    margin-bottom: 10px
  }
  .top1-title {
    font-size: 1.2rem;
    margin-top: 0
  }
  .sub-title-landing {
    font-size: 1.1rem;
    margin-top: 15px;
    text-align: center
  }
  .customer-demo-wrapper {
    display: flex
  }
  .left-landing-wp {
    padding: 10px 48px 10px 48px
  }
  .banner-landing-block-title {
    padding-bottom: 0;
    text-align: unset
  }
  .star-wrapper {
    display: none
  }
  .landing-order-first {
    order: 1
  }
  .landing-order-second {
    order: 2
  }
  .x-landing-right {
    order: 1;
    display: flex;
    justify-content: center
  }
  .pricing-showbox {
    padding: 5%
  }
  .pose-showbox {
    padding: 5%
  }
  .photographer-showbox {
    padding: 5%
  }
}
@media screen and (max-width:380px) {
  .lang-wrapper {
    display: none
  }
  .lang-mobile {
    display: block
  }
}
.opacity-0 {
  opacity: 0!important
}
.opacity-100 {
  opacity: 1!important
}
.overflow-auto {
  overflow: auto!important
}
.overflow-hidden {
  overflow: hidden!important
}
.overflow-visible {
  overflow: visible!important
}
.overflow-scroll {
  overflow: scroll!important
}
.d-inline {
  display: inline!important
}
.d-inline-block {
  display: inline-block!important
}
.d-block {
  display: block!important
}
.d-grid {
  display: grid!important
}
.d-table {
  display: table!important
}
.d-table-row {
  display: table-row!important
}
.d-table-cell {
  display: table-cell!important
}
.d-flex {
  display: flex!important
}
.d-inline-flex {
  display: inline-flex!important
}
.d-none {
  display: none!important
}
.shadow-sm {
  box-shadow: 0 .375rem .75rem rgba(108,117,125,.075)!important
}
.shadow-lg {
  box-shadow: 0 .6125rem 2.5rem .6125rem rgba(108,117,125,.175)!important
}
.shadow-none {
  box-shadow: none!important
}
.position-static {
  position: static!important
}
.position-relative {
  position: relative!important
}
.position-absolute {
  position: absolute!important
}
.position-fixed {
  position: fixed!important
}
.position-unset {
  position: unset!important
}
.top-0 {
  top: 0!important
}
.top-50 {
  top: 50%!important
}
.top-100 {
  top: 100%!important
}
.bottom-0 {
  bottom: 0!important
}
.bottom-50 {
  bottom: 50%!important
}
.bottom-100 {
  bottom: 100%!important
}
.start-0 {
  left: 0!important
}
.start-50 {
  left: 50%!important
}
.start-100 {
  left: 100%!important
}
.end-0 {
  right: 0!important
}
.end-50 {
  right: 50%!important
}
.end-100 {
  right: 100%!important
}
.translate-middle {
  transform: translate(-50%,-50%)!important
}
.translate-middle-x {
  transform: translateX(-50%)!important
}
.translate-middle-y {
  transform: translateY(-50%)!important
}
.new-border {
  border: .0625rem solid #505050!important
}
.border {
  border: .0625rem solid rgba(222,226,230,.7)!important
}
.border-0 {
  border: 0!important
}
.border-top {
  border-top: .0625rem solid rgba(222,226,230,.7)!important
}
.border-top-0 {
  border-top: 0!important
}
.border-end {
  border-right: .0625rem solid rgba(222,226,230,.7)!important
}
.border-end-0 {
  border-right: 0!important
}
.border-bottom,
.navbar.theme-default {
  border-bottom: .0625rem solid rgba(222,226,230,.7)!important
}
.border-bottom-0 {
  border-bottom: 0!important
}
.border-start {
  border-left: .0625rem solid rgba(222,226,230,.7)!important
}
.border-start-0 {
  border-left: 0!important
}
.border-primary {
  border-color: #55a6c4!important
}
.border-secondary {
  border-color: #902875!important
}
.border-success {
  border-color: #348267!important
}
.border-info {
  border-color: #57daac!important
}
.border-warning {
  border-color: #fcd571!important
}
.border-danger {
  border-color: #e11717!important
}
.border-light {
  border-color: #f8f9fa!important
}
.border-dark {
  border-color: #212529!important
}
.border-muted {
  border-color: #adb5bd!important
}
.border-white {
  border-color: #fff!important
}
.border-1 {
  border-width: .063rem!important
}
.border-2 {
  border-width: .125rem!important
}
.border-3 {
  border-width: .188rem!important
}
.border-4 {
  border-width: .25rem!important
}
.border-5 {
  border-width: .313rem!important
}
.w-25 {
  width: 25%!important
}
.w-50 {
  width: 50%!important
}
.w-75 {
  width: 75%!important
}
.w-100 {
  width: 100%!important
}
.w-truncate {
  width: 1px!important
}
.w-flex-patch {
  width: 1%!important
}
.w-auto {
  width: auto!important
}
.mw-100 {
  max-width: 100%!important
}
.vw-100 {
  width: 100vw!important
}
.min-vw-100 {
  min-width: 100vw!important
}
.h-25 {
  height: 25%!important
}
.h-50 {
  height: 50%!important
}
.h-75 {
  height: 75%!important
}
.h-100 {
  height: 100%!important
}
.h-auto {
  height: auto!important
}
.min-h-100 {
  min-height: 100%!important
}
.mh-100 {
  max-height: 100%!important
}
.vh-100 {
  height: 100vh!important
}
.min-vh-100 {
  min-height: 100vh!important
}
.flex-fill {
  flex: 1 1 auto!important
}
.flex-row {
  flex-direction: row!important
}
.flex-column {
  flex-direction: column!important
}
.flex-row-reverse {
  flex-direction: row-reverse!important
}
.flex-column-reverse {
  flex-direction: column-reverse!important
}
.flex-grow-0 {
  flex-grow: 0!important
}
.flex-grow-1 {
  flex-grow: 1!important
}
.flex-shrink-0 {
  flex-shrink: 0!important
}
.flex-shrink-1 {
  flex-shrink: 1!important
}
.flex-wrap {
  flex-wrap: wrap!important
}
.flex-nowrap {
  flex-wrap: nowrap!important
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse!important
}
.gap-0 {
  gap: 0!important
}
.gap-1 {
  gap: .25rem!important
}
.gap-2 {
  gap: .5rem!important
}
.gap-3 {
  gap: .75rem!important
}
.gap-4 {
  gap: 1rem!important
}
.gap-5 {
  gap: 1.5rem!important
}
.gap-6 {
  gap: 2rem!important
}
.gap-7 {
  gap: 2.5rem!important
}
.gap-9 {
  gap: 3.5rem!important
}
.gap-10 {
  gap: 4rem!important
}
.justify-content-start,
.ts-dropdown-content .create {
  justify-content: flex-start!important
}
.justify-content-end {
  justify-content: flex-end!important
}
.justify-content-center {
  justify-content: center!important
}
.justify-content-between {
  justify-content: space-between!important
}
.justify-content-around {
  justify-content: space-around!important
}
.justify-content-evenly {
  justify-content: space-evenly!important
}
.align-items-start {
  align-items: flex-start!important
}
.align-items-end {
  align-items: flex-end!important
}
.align-items-center {
  align-items: center!important
}
.align-items-baseline {
  align-items: baseline!important
}
.align-items-stretch {
  align-items: stretch!important
}
.align-content-start {
  align-content: flex-start!important
}
.align-content-end {
  align-content: flex-end!important
}
.align-content-center {
  align-content: center!important
}
.align-content-between {
  align-content: space-between!important
}
.align-content-around {
  align-content: space-around!important
}
.align-content-stretch {
  align-content: stretch!important
}
.align-self-auto {
  align-self: auto!important
}
.align-self-start {
  align-self: flex-start!important
}
.align-self-end {
  align-self: flex-end!important
}
.align-self-center {
  align-self: center!important
}
.align-self-baseline {
  align-self: baseline!important
}
.align-self-stretch {
  align-self: stretch!important
}
.order-first {
  order: -1!important
}
.order-0 {
  order: 0!important
}
.order-1 {
  order: 1!important
}
.order-2 {
  order: 2!important
}
.order-3 {
  order: 3!important
}
.order-4 {
  order: 4!important
}
.order-5 {
  order: 5!important
}
.order-last {
  order: 6!important
}
.m-0 {
  margin: 0!important
}
.m-1 {
  margin: .25rem!important
}
.m-2 {
  margin: .5rem!important
}
.m-3 {
  margin: .75rem!important
}
.m-4 {
  margin: 1rem!important
}
.m-5 {
  margin: 1.5rem!important
}
.m-6 {
  margin: 2rem!important
}
.m-7 {
  margin: 2.5rem!important
}
.m-8 {
  margin: 3rem!important
}
.m-9 {
  margin: 3.5rem!important
}
.m-10 {
  margin: 4rem!important
}
.m-auto {
  margin: auto!important
}
.mx-0 {
  margin-right: 0!important;
  margin-left: 0!important
}
.mx-1 {
  margin-right: .25rem!important;
  margin-left: .25rem!important
}
.mx-2 {
  margin-right: .5rem!important;
  margin-left: .5rem!important
}
.mx-3 {
  margin-right: .75rem!important;
  margin-left: .75rem!important
}
.mx-4 {
  margin-right: 1rem!important;
  margin-left: 1rem!important
}
.mx-5 {
  margin-right: 1.5rem!important;
  margin-left: 1.5rem!important
}
.mx-6 {
  margin-right: 2rem!important;
  margin-left: 2rem!important
}
.mx-7 {
  margin-right: 2.5rem!important;
  margin-left: 2.5rem!important
}
.mx-8 {
  margin-right: 3rem!important;
  margin-left: 3rem!important
}
.mx-9 {
  margin-right: 3.5rem!important;
  margin-left: 3.5rem!important
}
.mx-10 {
  margin-right: 4rem!important;
  margin-left: 4rem!important
}
.mx-auto {
  margin-right: auto!important;
  margin-left: auto!important
}
.my-0 {
  margin-top: 0!important;
  margin-bottom: 0!important
}
.my-1 {
  margin-top: .25rem!important;
  margin-bottom: .25rem!important
}
.my-2 {
  margin-top: .5rem!important;
  margin-bottom: .5rem!important
}
.my-3 {
  margin-top: .75rem!important;
  margin-bottom: .75rem!important
}
.my-4 {
  margin-top: 1rem!important;
  margin-bottom: 1rem!important
}
.my-5 {
  margin-top: 1.5rem!important;
  margin-bottom: 1.5rem!important
}
.my-6 {
  margin-top: 2rem!important;
  margin-bottom: 2rem!important
}
.my-7 {
  margin-top: 2.5rem!important;
  margin-bottom: 2.5rem!important
}
.my-8 {
  margin-top: 3rem!important;
  margin-bottom: 3rem!important
}
.my-9 {
  margin-top: 3.5rem!important;
  margin-bottom: 3.5rem!important
}
.my-10 {
  margin-top: 4rem!important;
  margin-bottom: 4rem!important
}
.my-auto {
  margin-top: auto!important;
  margin-bottom: auto!important
}
.mt-0 {
  margin-top: 0!important
}
.mt-1 {
  margin-top: .25rem!important
}
.mt-2 {
  margin-top: .5rem!important
}
.mt-3 {
  margin-top: .75rem!important
}
.mt-4 {
  margin-top: 1rem!important
}
.mt-5 {
  margin-top: 1.5rem!important
}
.mt-6 {
  margin-top: 2rem!important
}
.mt-7 {
  margin-top: 2.5rem!important
}
.mt-8 {
  margin-top: 3rem!important
}
.mt-9 {
  margin-top: 3.5rem!important
}
.mt-10 {
  margin-top: 4rem!important
}
.mt-auto {
  margin-top: auto!important
}
.me-0 {
  margin-right: 0!important
}
.me-1 {
  margin-right: .25rem!important
}
.me-2 {
  margin-right: .5rem!important
}
.me-3 {
  margin-right: .75rem!important
}
.me-4 {
  margin-right: 1rem!important
}
.me-5 {
  margin-right: 1.5rem!important
}
.me-6 {
  margin-right: 2rem!important
}
.me-7 {
  margin-right: 2.5rem!important
}
.me-8 {
  margin-right: 3rem!important
}
.me-9 {
  margin-right: 3.5rem!important
}
.me-10 {
  margin-right: 4rem!important
}
.me-auto {
  margin-right: auto!important
}
.mb-0 {
  margin-bottom: 0!important
}
.mb-1 {
  margin-bottom: .25rem!important
}
.mb-2,
.ts-dropdown-content .create {
  margin-bottom: .5rem!important
}
.mb-3 {
  margin-bottom: .75rem!important
}
.mb-4 {
  margin-bottom: 1rem!important
}
.mb-5 {
  margin-bottom: 1.5rem!important
}
.mb-6 {
  margin-bottom: 2rem!important
}
.mb-7 {
  margin-bottom: 2.5rem!important
}
.mb-8 {
  margin-bottom: 3rem!important
}
.mb-9 {
  margin-bottom: 3.5rem!important
}
.mb-10 {
  margin-bottom: 4rem!important
}
.mb-auto {
  margin-bottom: auto!important
}
.ms-0 {
  margin-left: 0!important
}
.ms-1 {
  margin-left: .25rem!important
}
.ms-2 {
  margin-left: .5rem!important
}
.ms-3 {
  margin-left: .75rem!important
}
.ms-4 {
  margin-left: 1rem!important
}
.ms-5 {
  margin-left: 1.5rem!important
}
.ms-6 {
  margin-left: 2rem!important
}
.ms-7 {
  margin-left: 2.5rem!important
}
.ms-8 {
  margin-left: 3rem!important
}
.ms-9 {
  margin-left: 3.5rem!important
}
.ms-10 {
  margin-left: 4rem!important
}
.ms-auto {
  margin-left: auto!important
}
.p-0 {
  padding: 0!important
}
.p-1 {
  padding: .25rem!important
}
.p-2 {
  padding: .5rem!important
}
.p-3 {
  padding: .75rem!important
}
.p-4 {
  padding: 1rem!important
}
.p-5 {
  padding: 1.5rem!important
}
.p-6 {
  padding: 2rem!important
}
.p-7 {
  padding: 2.5rem!important
}
.p-8 {
  padding: 3rem!important
}
.p-9 {
  padding: 3.5rem!important
}
.p-10 {
  padding: 4rem!important
}
.px-0 {
  padding-right: 0!important;
  padding-left: 0!important
}
.px-1 {
  padding-right: .25rem!important;
  padding-left: .25rem!important
}
.px-2 {
  padding-right: .5rem!important;
  padding-left: .5rem!important
}
.px-3 {
  padding-right: .75rem!important;
  padding-left: .75rem!important
}
.px-4 {
  padding-right: 1rem!important;
  padding-left: 1rem!important
}
.px-5 {
  padding-right: 1.5rem!important;
  padding-left: 1.5rem!important
}
.px-6 {
  padding-right: 2rem!important;
  padding-left: 2rem!important
}
.px-7 {
  padding-right: 2.5rem!important;
  padding-left: 2.5rem!important
}
.px-8 {
  padding-right: 3rem!important;
  padding-left: 3rem!important
}
.px-9 {
  padding-right: 3.5rem!important;
  padding-left: 3.5rem!important
}
.px-10 {
  padding-right: 4rem!important;
  padding-left: 4rem!important
}
.py-0 {
  padding-top: 0!important;
  padding-bottom: 0!important
}
.py-1 {
  padding-top: .25rem!important;
  padding-bottom: .25rem!important
}
.py-2 {
  padding-top: .5rem!important;
  padding-bottom: .5rem!important
}
.py-3 {
  padding-top: .75rem!important;
  padding-bottom: .75rem!important
}
.py-4 {
  padding-top: 1rem!important;
  padding-bottom: 1rem!important
}
.py-5 {
  padding-top: 1.5rem!important;
  padding-bottom: 1.5rem!important
}
.py-6 {
  padding-top: 2rem!important;
  padding-bottom: 2rem!important
}
.py-7 {
  padding-top: 2.5rem!important;
  padding-bottom: 2.5rem!important
}
.py-8 {
  padding-top: 3rem!important;
  padding-bottom: 3rem!important
}
.py-9 {
  padding-top: 3.5rem!important;
  padding-bottom: 3.5rem!important
}
.py-10 {
  padding-top: 4rem!important;
  padding-bottom: 4rem!important
}
.pt-0 {
  padding-top: 0!important
}
.pt-1 {
  padding-top: .25rem!important
}
.pt-2 {
  padding-top: .5rem!important
}
.pt-3 {
  padding-top: .75rem!important
}
.pt-4 {
  padding-top: 1rem!important
}
.pt-5 {
  padding-top: 1.5rem!important
}
.pt-6 {
  padding-top: 2rem!important
}
.pt-7 {
  padding-top: 2.5rem!important
}
.pt-8 {
  padding-top: 3rem!important
}
.pt-9 {
  padding-top: 3.5rem!important
}
.pt-10 {
  padding-top: 4rem!important
}
.pe-0 {
  padding-right: 0!important
}
.pe-1 {
  padding-right: .25rem!important
}
.pe-2 {
  padding-right: .5rem!important
}
.pe-3 {
  padding-right: .75rem!important
}
.pe-4 {
  padding-right: 1rem!important
}
.pe-5 {
  padding-right: 1.5rem!important
}
.pe-6 {
  padding-right: 2rem!important
}
.pe-7 {
  padding-right: 2.5rem!important
}
.pe-8 {
  padding-right: 3rem!important
}
.pe-9 {
  padding-right: 3.5rem!important
}
.pe-10 {
  padding-right: 4rem!important
}
.pb-0 {
  padding-bottom: 0!important
}
.pb-1 {
  padding-bottom: .25rem!important
}
.pb-2 {
  padding-bottom: .5rem!important
}
.pb-3 {
  padding-bottom: .75rem!important
}
.pb-4 {
  padding-bottom: 1rem!important
}
.pb-5 {
  padding-bottom: 1.5rem!important
}
.pb-6 {
  padding-bottom: 2rem!important
}
.pb-7 {
  padding-bottom: 2.5rem!important
}
.pb-8 {
  padding-bottom: 3rem!important
}
.pb-9 {
  padding-bottom: 3.5rem!important
}
.pb-10 {
  padding-bottom: 4rem!important
}
.ps-0 {
  padding-left: 0!important
}
.ps-1 {
  padding-left: .25rem!important
}
.ps-2 {
  padding-left: .5rem!important
}
.ps-3 {
  padding-left: .75rem!important
}
.ps-4 {
  padding-left: 1rem!important
}
.ps-5 {
  padding-left: 1.5rem!important
}
.ps-6 {
  padding-left: 2rem!important
}
.ps-7 {
  padding-left: 2.5rem!important
}
.ps-8 {
  padding-left: 3rem!important;
  padding-right: 3rem!important
}
.ps-9 {
  padding-left: 3.5rem!important
}
.ps-10 {
  padding-left: 4rem!important
}
.font-monospace {
  font-family: var(--bs-font-monospace)!important
}
.fs-1 {
  font-size: calc(1.26609375rem + .193125vw)!important
}
.fs-2 {
  font-size: calc(1.25625rem + .075vw)!important
}
.fs-3 {
  font-size: 1.1484375rem!important
}
.fs-4 {
  font-size: .984375rem!important
}
.fs-5 {
  font-size: .875rem!important
}
.fs-6 {
  font-size: .765625rem!important
}
.fst-italic {
  font-style: italic!important
}
.fst-normal {
  font-style: normal!important
}
.fw-light {
  font-weight: 300!important
}
.fw-lighter {
  font-weight: lighter!important
}
.fw-normal {
  font-weight: 400!important
}
.fw-semi-bold {
  font-weight: 500!important
}
.fw-bold-600 {
  font-weight: 600!important
}
.fw-bold {
  font-weight: 700!important
}
.fw-bolder {
  font-weight: bolder!important
}
.lh-1 {
  line-height: 1!important
}
.lh-sm {
  line-height: 1.25!important
}
.lh-base {
  line-height: 1.5!important
}
.lh-lg {
  line-height: 2!important
}
.text-indent-1 {
  text-indent: .125rem!important
}
.text-indent-2 {
  text-indent: .5rem!important
}
.text-indent-3 {
  text-indent: .75rem!important
}
.text-indent-5 {
  text-indent: 1rem!important
}
.text-start {
  text-align: left!important
}
.text-end {
  text-align: right!important
}
.text-center {
  text-align: center!important
}
.text-decoration-none {
  text-decoration: none!important
}
.text-decoration-underline {
  text-decoration: underline!important
}
.text-decoration-line-through {
  text-decoration: line-through!important
}
.text-lowercase {
  text-transform: lowercase!important
}
.text-uppercase {
  text-transform: uppercase!important
}
.text-capitalize {
  text-transform: capitalize!important
}
.text-wrap {
  white-space: normal!important
}
.text-nowrap {
  white-space: nowrap!important
}
.text-break {
  word-wrap: break-word!important;
  word-break: break-word!important
}
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important
}
.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important
}
.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important
}
.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important
}
.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important
}
.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important
}
.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important
}
.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important
}
.text-muted {
  --bs-text-opacity: 1;
  color: #6c757d!important
}
.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important
}
.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important
}
.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important
}
.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0,0,0,.5)!important
}
.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255,255,255,.5)!important
}
.text-reset {
  --bs-text-opacity: 1;
  color: inherit!important
}
.text-opacity-25 {
  --bs-text-opacity: 0.25
}
.text-opacity-50 {
  --bs-text-opacity: 0.5
}
.text-opacity-75 {
  --bs-text-opacity: 0.75
}
.text-opacity-100 {
  --bs-text-opacity: 1
}
.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important
}
.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important
}
.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important
}
.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important
}
.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important
}
.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important
}
.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important
}
.bg-muted {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-muted-rgb),var(--bs-bg-opacity))!important
}
.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important
}
.bg-white,
.navbar.theme-default {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important
}
.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important
}
.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: rgba(0,0,0,0)!important
}
.bg-opacity-10 {
  --bs-bg-opacity: 0.1
}
.bg-opacity-25 {
  --bs-bg-opacity: 0.25
}
.bg-opacity-50 {
  --bs-bg-opacity: 0.5
}
.bg-opacity-75 {
  --bs-bg-opacity: 0.75
}
.bg-opacity-100 {
  --bs-bg-opacity: 1
}
.bg-gradient {
  background-image: var(--bs-gradient)!important
}
.pe-none {
  pointer-events: none!important
}
.pe-auto {
  pointer-events: auto!important
}
.rounded {
  border-radius: .5rem!important
}
.rounded-0 {
  border-radius: 0!important
}
.rounded-1 {
  border-radius: .375rem!important
}
.rounded-2 {
  border-radius: .5rem!important
}
.rounded-3 {
  border-radius: .625rem!important
}
.rounded-circle {
  border-radius: 50%!important
}
.rounded-pill {
  border-radius: 50rem!important;
  z-index: 9
}
.rounded-top {
  border-top-left-radius: .5rem!important;
  border-top-right-radius: .5rem!important
}
.rounded-end {
  border-top-right-radius: .5rem!important;
  border-bottom-right-radius: .5rem!important
}
.rounded-bottom {
  border-bottom-right-radius: .5rem!important;
  border-bottom-left-radius: .5rem!important
}
.rounded-start {
  border-bottom-left-radius: .5rem!important;
  border-top-left-radius: .5rem!important
}
.visible {
  visibility: visible!important
}
.invisible {
  visibility: hidden!important
}
.d-flex {
  display: flex!important
}
.align-items-sm-center {
  align-items: center!important
}
.justify-content-sm-center {
  justify-content: center!important
}
@media (min-width:576px) {
  .float-sm-start {
    float: left!important
  }
  .float-sm-end {
    float: right!important
  }
  .float-sm-none {
    float: none!important
  }
  .d-sm-inline {
    display: inline!important
  }
  .d-sm-inline-block {
    display: inline-block!important
  }
  .d-sm-block {
    display: block!important
  }
  .d-sm-grid {
    display: grid!important
  }
  .d-sm-table {
    display: table!important
  }
  .d-sm-table-row {
    display: table-row!important
  }
  .d-sm-table-cell {
    display: table-cell!important
  }
  .d-sm-flex {
    display: flex!important
  }
  .d-sm-inline-flex {
    display: inline-flex!important
  }
  .d-sm-none {
    display: none!important
  }
  .flex-sm-fill {
    flex: 1 1 auto!important
  }
  .flex-sm-row {
    flex-direction: row!important
  }
  .flex-sm-column {
    flex-direction: column!important
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse!important
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse!important
  }
  .flex-sm-grow-0 {
    flex-grow: 0!important
  }
  .flex-sm-grow-1 {
    flex-grow: 1!important
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0!important
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1!important
  }
  .flex-sm-wrap {
    flex-wrap: wrap!important
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap!important
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse!important
  }
  .gap-sm-0 {
    gap: 0!important
  }
  .gap-sm-1 {
    gap: .25rem!important
  }
  .gap-sm-2 {
    gap: .5rem!important
  }
  .gap-sm-3 {
    gap: .75rem!important
  }
  .gap-sm-4 {
    gap: 1rem!important
  }
  .gap-sm-5 {
    gap: 1.5rem!important
  }
  .gap-sm-6 {
    gap: 2rem!important
  }
  .gap-sm-7 {
    gap: 2.5rem!important
  }
  .gap-sm-8 {
    gap: 3rem!important
  }
  .gap-sm-9 {
    gap: 3.5rem!important
  }
  .gap-sm-10 {
    gap: 4rem!important
  }
  .justify-content-sm-start {
    justify-content: flex-start!important
  }
  .justify-content-sm-end {
    justify-content: flex-end!important
  }
  .justify-content-sm-between {
    justify-content: space-between!important
  }
  .justify-content-sm-around {
    justify-content: space-around!important
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly!important
  }
  .align-items-sm-start {
    align-items: flex-start!important
  }
  .align-items-sm-end {
    align-items: flex-end!important
  }
  .align-items-sm-baseline {
    align-items: baseline!important
  }
  .align-items-sm-stretch {
    align-items: stretch!important
  }
  .align-content-sm-start {
    align-content: flex-start!important
  }
  .align-content-sm-end {
    align-content: flex-end!important
  }
  .align-content-sm-center {
    align-content: center!important
  }
  .align-content-sm-between {
    align-content: space-between!important
  }
  .align-content-sm-around {
    align-content: space-around!important
  }
  .align-content-sm-stretch {
    align-content: stretch!important
  }
  .align-self-sm-auto {
    align-self: auto!important
  }
  .align-self-sm-start {
    align-self: flex-start!important
  }
  .align-self-sm-end {
    align-self: flex-end!important
  }
  .align-self-sm-center {
    align-self: center!important
  }
  .align-self-sm-baseline {
    align-self: baseline!important
  }
  .align-self-sm-stretch {
    align-self: stretch!important
  }
  .order-sm-first {
    order: -1!important
  }
  .order-sm-0 {
    order: 0!important
  }
  .order-sm-1 {
    order: 1!important
  }
  .order-sm-2 {
    order: 2!important
  }
  .order-sm-3 {
    order: 3!important
  }
  .order-sm-4 {
    order: 4!important
  }
  .order-sm-5 {
    order: 5!important
  }
  .order-sm-last {
    order: 6!important
  }
  .m-sm-0 {
    margin: 0!important
  }
  .m-sm-1 {
    margin: .25rem!important
  }
  .m-sm-2 {
    margin: .5rem!important
  }
  .m-sm-3 {
    margin: .75rem!important
  }
  .m-sm-4 {
    margin: 1rem!important
  }
  .m-sm-5 {
    margin: 1.5rem!important
  }
  .m-sm-6 {
    margin: 2rem!important
  }
  .m-sm-7 {
    margin: 2.5rem!important
  }
  .m-sm-8 {
    margin: 3rem!important
  }
  .m-sm-9 {
    margin: 3.5rem!important
  }
  .m-sm-10 {
    margin: 4rem!important
  }
  .m-sm-auto {
    margin: auto!important
  }
  .mx-sm-0 {
    margin-right: 0!important;
    margin-left: 0!important
  }
  .mx-sm-1 {
    margin-right: .25rem!important;
    margin-left: .25rem!important
  }
  .mx-sm-2 {
    margin-right: .5rem!important;
    margin-left: .5rem!important
  }
  .mx-sm-3 {
    margin-right: .75rem!important;
    margin-left: .75rem!important
  }
  .mx-sm-4 {
    margin-right: 1rem!important;
    margin-left: 1rem!important
  }
  .mx-sm-5 {
    margin-right: 1.5rem!important;
    margin-left: 1.5rem!important
  }
  .mx-sm-6 {
    margin-right: 2rem!important;
    margin-left: 2rem!important
  }
  .mx-sm-7 {
    margin-right: 2.5rem!important;
    margin-left: 2.5rem!important
  }
  .mx-sm-8 {
    margin-right: 3rem!important;
    margin-left: 3rem!important
  }
  .mx-sm-9 {
    margin-right: 3.5rem!important;
    margin-left: 3.5rem!important
  }
  .mx-sm-10 {
    margin-right: 4rem!important;
    margin-left: 4rem!important
  }
  .mx-sm-auto {
    margin-right: auto!important;
    margin-left: auto!important
  }
  .my-sm-0 {
    margin-top: 0!important;
    margin-bottom: 0!important
  }
  .my-sm-1 {
    margin-top: .25rem!important;
    margin-bottom: .25rem!important
  }
  .my-sm-2 {
    margin-top: .5rem!important;
    margin-bottom: .5rem!important
  }
  .my-sm-3 {
    margin-top: .75rem!important;
    margin-bottom: .75rem!important
  }
  .my-sm-4 {
    margin-top: 1rem!important;
    margin-bottom: 1rem!important
  }
  .my-sm-5 {
    margin-top: 1.5rem!important;
    margin-bottom: 1.5rem!important
  }
  .my-sm-6 {
    margin-top: 2rem!important;
    margin-bottom: 2rem!important
  }
  .my-sm-7 {
    margin-top: 2.5rem!important;
    margin-bottom: 2.5rem!important
  }
  .my-sm-8 {
    margin-top: 3rem!important;
    margin-bottom: 3rem!important
  }
  .my-sm-9 {
    margin-top: 3.5rem!important;
    margin-bottom: 3.5rem!important
  }
  .my-sm-10 {
    margin-top: 4rem!important;
    margin-bottom: 4rem!important
  }
  .my-sm-auto {
    margin-top: auto!important;
    margin-bottom: auto!important
  }
  .mt-sm-0 {
    margin-top: 0!important
  }
  .mt-sm-1 {
    margin-top: .25rem!important
  }
  .mt-sm-2 {
    margin-top: .5rem!important
  }
  .mt-sm-3 {
    margin-top: .75rem!important
  }
  .mt-sm-4 {
    margin-top: 1rem!important
  }
  .mt-sm-5 {
    margin-top: 1.5rem!important
  }
  .mt-sm-6 {
    margin-top: 2rem!important
  }
  .mt-sm-7 {
    margin-top: 2.5rem!important
  }
  .mt-sm-8 {
    margin-top: 3rem!important
  }
  .mt-sm-9 {
    margin-top: 3.5rem!important
  }
  .mt-sm-10 {
    margin-top: 4rem!important
  }
  .mt-sm-auto {
    margin-top: auto!important
  }
  .me-sm-0 {
    margin-right: 0!important
  }
  .me-sm-1 {
    margin-right: .25rem!important
  }
  .me-sm-2 {
    margin-right: .5rem!important
  }
  .me-sm-3 {
    margin-right: .75rem!important
  }
  .me-sm-4 {
    margin-right: 1rem!important
  }
  .me-sm-5 {
    margin-right: 1.5rem!important
  }
  .me-sm-6 {
    margin-right: 2rem!important
  }
  .me-sm-7 {
    margin-right: 2.5rem!important
  }
  .me-sm-8 {
    margin-right: 3rem!important
  }
  .me-sm-9 {
    margin-right: 3.5rem!important
  }
  .me-sm-10 {
    margin-right: 4rem!important
  }
  .me-sm-auto {
    margin-right: auto!important
  }
  .mb-sm-0 {
    margin-bottom: 0!important
  }
  .mb-sm-1 {
    margin-bottom: .25rem!important
  }
  .mb-sm-2 {
    margin-bottom: .5rem!important
  }
  .mb-sm-3 {
    margin-bottom: .75rem!important
  }
  .mb-sm-4 {
    margin-bottom: 1rem!important
  }
  .mb-sm-5 {
    margin-bottom: 1.5rem!important
  }
  .mb-sm-6 {
    margin-bottom: 2rem!important
  }
  .mb-sm-7 {
    margin-bottom: 2.5rem!important
  }
  .mb-sm-8 {
    margin-bottom: 3rem!important
  }
  .mb-sm-9 {
    margin-bottom: 3.5rem!important
  }
  .mb-sm-10 {
    margin-bottom: 4rem!important
  }
  .mb-sm-auto {
    margin-bottom: auto!important
  }
  .ms-sm-0 {
    margin-left: 0!important
  }
  .ms-sm-1 {
    margin-left: .25rem!important
  }
  .ms-sm-2 {
    margin-left: .5rem!important
  }
  .ms-sm-3 {
    margin-left: .75rem!important
  }
  .ms-sm-4 {
    margin-left: 1rem!important
  }
  .ms-sm-5 {
    margin-left: 1.5rem!important
  }
  .ms-sm-6 {
    margin-left: 2rem!important
  }
  .ms-sm-7 {
    margin-left: 2.5rem!important
  }
  .ms-sm-8 {
    margin-left: 3rem!important
  }
  .ms-sm-9 {
    margin-left: 3.5rem!important
  }
  .ms-sm-10 {
    margin-left: 4rem!important
  }
  .ms-sm-auto {
    margin-left: auto!important
  }
  .p-sm-0 {
    padding: 0!important
  }
  .p-sm-1 {
    padding: .25rem!important
  }
  .p-sm-2 {
    padding: .5rem!important
  }
  .p-sm-3 {
    padding: .75rem!important
  }
  .p-sm-4 {
    padding: 1rem!important
  }
  .p-sm-5 {
    padding: 1.5rem!important
  }
  .p-sm-6 {
    padding: 2rem!important
  }
  .p-sm-7 {
    padding: 2.5rem!important
  }
  .p-sm-8 {
    padding: 3rem!important
  }
  .p-sm-9 {
    padding: 3.5rem!important
  }
  .p-sm-10 {
    padding: 4rem!important
  }
  .px-sm-0 {
    padding-right: 0!important;
    padding-left: 0!important
  }
  .px-sm-1 {
    padding-right: .25rem!important;
    padding-left: .25rem!important
  }
  .px-sm-2 {
    padding-right: .5rem!important;
    padding-left: .5rem!important
  }
  .px-sm-3 {
    padding-right: .75rem!important;
    padding-left: .75rem!important
  }
  .px-sm-4 {
    padding-right: 1rem!important;
    padding-left: 1rem!important
  }
  .px-sm-5 {
    padding-right: 1.5rem!important;
    padding-left: 1.5rem!important
  }
  .px-sm-6 {
    padding-right: 2rem!important;
    padding-left: 2rem!important
  }
  .px-sm-7 {
    padding-right: 2.5rem!important;
    padding-left: 2.5rem!important
  }
  .px-sm-8 {
    padding-right: 3rem!important;
    padding-left: 3rem!important
  }
  .px-sm-9 {
    padding-right: 3.5rem!important;
    padding-left: 3.5rem!important
  }
  .px-sm-10 {
    padding-right: 4rem!important;
    padding-left: 4rem!important
  }
  .py-sm-0 {
    padding-top: 0!important;
    padding-bottom: 0!important
  }
  .py-sm-1 {
    padding-top: .25rem!important;
    padding-bottom: .25rem!important
  }
  .py-sm-2 {
    padding-top: .5rem!important;
    padding-bottom: .5rem!important
  }
  .py-sm-3 {
    padding-top: .75rem!important;
    padding-bottom: .75rem!important
  }
  .py-sm-4 {
    padding-top: 1rem!important;
    padding-bottom: 1rem!important
  }
  .py-sm-5 {
    padding-top: 1.5rem!important;
    padding-bottom: 1.5rem!important
  }
  .py-sm-6 {
    padding-top: 2rem!important;
    padding-bottom: 2rem!important
  }
  .py-sm-7 {
    padding-top: 2.5rem!important;
    padding-bottom: 2.5rem!important
  }
  .py-sm-8 {
    padding-top: 3rem!important;
    padding-bottom: 3rem!important
  }
  .py-sm-9 {
    padding-top: 3.5rem!important;
    padding-bottom: 3.5rem!important
  }
  .py-sm-10 {
    padding-top: 4rem!important;
    padding-bottom: 4rem!important
  }
  .pt-sm-0 {
    padding-top: 0!important
  }
  .pt-sm-1 {
    padding-top: .25rem!important
  }
  .pt-sm-2 {
    padding-top: .5rem!important
  }
  .pt-sm-3 {
    padding-top: .75rem!important
  }
  .pt-sm-4 {
    padding-top: 1rem!important
  }
  .pt-sm-5 {
    padding-top: 1.5rem!important
  }
  .pt-sm-6 {
    padding-top: 2rem!important
  }
  .pt-sm-7 {
    padding-top: 2.5rem!important
  }
  .pt-sm-8 {
    padding-top: 3rem!important
  }
  .pt-sm-9 {
    padding-top: 3.5rem!important
  }
  .pt-sm-10 {
    padding-top: 4rem!important
  }
  .pe-sm-0 {
    padding-right: 0!important
  }
  .pe-sm-1 {
    padding-right: .25rem!important
  }
  .pe-sm-2 {
    padding-right: .5rem!important
  }
  .pe-sm-3 {
    padding-right: .75rem!important
  }
  .pe-sm-4 {
    padding-right: 1rem!important
  }
  .pe-sm-5 {
    padding-right: 1.5rem!important
  }
  .pe-sm-6 {
    padding-right: 2rem!important
  }
  .pe-sm-7 {
    padding-right: 2.5rem!important
  }
  .pe-sm-8 {
    padding-right: 3rem!important
  }
  .pe-sm-9 {
    padding-right: 3.5rem!important
  }
  .pe-sm-10 {
    padding-right: 4rem!important
  }
  .pb-sm-0 {
    padding-bottom: 0!important
  }
  .pb-sm-1 {
    padding-bottom: .25rem!important
  }
  .pb-sm-2 {
    padding-bottom: .5rem!important
  }
  .pb-sm-3 {
    padding-bottom: .75rem!important
  }
  .pb-sm-4 {
    padding-bottom: 1rem!important
  }
  .pb-sm-5 {
    padding-bottom: 1.5rem!important
  }
  .pb-sm-6 {
    padding-bottom: 2rem!important
  }
  .pb-sm-7 {
    padding-bottom: 2.5rem!important
  }
  .pb-sm-8 {
    padding-bottom: 3rem!important
  }
  .pb-sm-9 {
    padding-bottom: 3.5rem!important
  }
  .pb-sm-10 {
    padding-bottom: 4rem!important
  }
  .ps-sm-0 {
    padding-left: 0!important
  }
  .ps-sm-1 {
    padding-left: .25rem!important
  }
  .ps-sm-2 {
    padding-left: .5rem!important
  }
  .ps-sm-3 {
    padding-left: .75rem!important
  }
  .ps-sm-4 {
    padding-left: 1rem!important
  }
  .ps-sm-5 {
    padding-left: 1.5rem!important
  }
  .ps-sm-6 {
    padding-left: 2rem!important
  }
  .ps-sm-7 {
    padding-left: 2.5rem!important
  }
  .ps-sm-8 {
    padding-left: 3rem!important
  }
  .ps-sm-9 {
    padding-left: 3.5rem!important
  }
  .ps-sm-10 {
    padding-left: 4rem!important
  }
  .text-sm-start {
    text-align: left!important
  }
  .text-sm-end {
    text-align: right!important
  }
  .text-sm-center {
    text-align: center!important
  }
}
@media (min-width:768px) {
  .float-md-start {
    float: left!important
  }
  .float-md-end {
    float: right!important
  }
  .float-md-none {
    float: none!important
  }
  .d-md-inline {
    display: inline!important
  }
  .d-md-inline-block {
    display: inline-block!important
  }
  .d-md-block {
    display: block!important
  }
  .d-md-grid {
    display: grid!important
  }
  .d-md-table {
    display: table!important
  }
  .d-md-table-row {
    display: table-row!important
  }
  .d-md-table-cell {
    display: table-cell!important
  }
  .d-md-flex {
    display: flex!important
  }
  .d-md-inline-flex {
    display: inline-flex!important
  }
  .d-md-none {
    display: none!important
  }
  .flex-md-fill {
    flex: 1 1 auto!important
  }
  .flex-md-row {
    flex-direction: row!important
  }
  .flex-md-column {
    flex-direction: column!important
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse!important
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse!important
  }
  .flex-md-grow-0 {
    flex-grow: 0!important
  }
  .flex-md-grow-1 {
    flex-grow: 1!important
  }
  .flex-md-shrink-0 {
    flex-shrink: 0!important
  }
  .flex-md-shrink-1 {
    flex-shrink: 1!important
  }
  .flex-md-wrap {
    flex-wrap: wrap!important
  }
  .flex-md-nowrap {
    flex-wrap: nowrap!important
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse!important
  }
  .gap-md-0 {
    gap: 0!important
  }
  .gap-md-1 {
    gap: .25rem!important
  }
  .gap-md-2 {
    gap: .5rem!important
  }
  .gap-md-3 {
    gap: .75rem!important
  }
  .gap-md-4 {
    gap: 1rem!important
  }
  .gap-md-5 {
    gap: 1.5rem!important
  }
  .gap-md-6 {
    gap: 2rem!important
  }
  .gap-md-7 {
    gap: 2.5rem!important
  }
  .gap-md-8 {
    gap: 3rem!important
  }
  .gap-md-9 {
    gap: 3.5rem!important
  }
  .gap-md-10 {
    gap: 4rem!important
  }
  .justify-content-md-start {
    justify-content: flex-start!important
  }
  .justify-content-md-end {
    justify-content: flex-end!important
  }
  .justify-content-md-center {
    justify-content: center!important
  }
  .justify-content-md-between {
    justify-content: space-between!important
  }
  .justify-content-md-around {
    justify-content: space-around!important
  }
  .justify-content-md-evenly {
    justify-content: space-evenly!important
  }
  .align-items-md-start {
    align-items: flex-start!important
  }
  .align-items-md-end {
    align-items: flex-end!important
  }
  .align-items-md-center {
    align-items: center!important
  }
  .align-items-md-baseline {
    align-items: baseline!important
  }
  .align-items-md-stretch {
    align-items: stretch!important
  }
  .align-content-md-start {
    align-content: flex-start!important
  }
  .align-content-md-end {
    align-content: flex-end!important
  }
  .align-content-md-center {
    align-content: center!important
  }
  .align-content-md-between {
    align-content: space-between!important
  }
  .align-content-md-around {
    align-content: space-around!important
  }
  .align-content-md-stretch {
    align-content: stretch!important
  }
  .align-self-md-auto {
    align-self: auto!important
  }
  .align-self-md-start {
    align-self: flex-start!important
  }
  .align-self-md-end {
    align-self: flex-end!important
  }
  .align-self-md-center {
    align-self: center!important
  }
  .align-self-md-baseline {
    align-self: baseline!important
  }
  .align-self-md-stretch {
    align-self: stretch!important
  }
  .order-md-first {
    order: -1!important
  }
  .order-md-0 {
    order: 0!important
  }
  .order-md-1 {
    order: 1!important
  }
  .order-md-2 {
    order: 2!important
  }
  .order-md-3 {
    order: 3!important
  }
  .order-md-4 {
    order: 4!important
  }
  .order-md-5 {
    order: 5!important
  }
  .order-md-last {
    order: 6!important
  }
  .m-md-0 {
    margin: 0!important
  }
  .m-md-1 {
    margin: .25rem!important
  }
  .m-md-2 {
    margin: .5rem!important
  }
  .m-md-3 {
    margin: .75rem!important
  }
  .m-md-4 {
    margin: 1rem!important
  }
  .m-md-5 {
    margin: 1.5rem!important
  }
  .m-md-6 {
    margin: 2rem!important
  }
  .m-md-7 {
    margin: 2.5rem!important
  }
  .m-md-8 {
    margin: 3rem!important
  }
  .m-md-9 {
    margin: 3.5rem!important
  }
  .m-md-10 {
    margin: 4rem!important
  }
  .m-md-auto {
    margin: auto!important
  }
  .mx-md-0 {
    margin-right: 0!important;
    margin-left: 0!important
  }
  .mx-md-1 {
    margin-right: .25rem!important;
    margin-left: .25rem!important
  }
  .mx-md-2 {
    margin-right: .5rem!important;
    margin-left: .5rem!important
  }
  .mx-md-3 {
    margin-right: .75rem!important;
    margin-left: .75rem!important
  }
  .mx-md-4 {
    margin-right: 1rem!important;
    margin-left: 1rem!important
  }
  .mx-md-5 {
    margin-right: 1.5rem!important;
    margin-left: 1.5rem!important
  }
  .mx-md-6 {
    margin-right: 2rem!important;
    margin-left: 2rem!important
  }
  .mx-md-7 {
    margin-right: 2.5rem!important;
    margin-left: 2.5rem!important
  }
  .mx-md-8 {
    margin-right: 3rem!important;
    margin-left: 3rem!important
  }
  .mx-md-9 {
    margin-right: 3.5rem!important;
    margin-left: 3.5rem!important
  }
  .mx-md-10 {
    margin-right: 4rem!important;
    margin-left: 4rem!important
  }
  .mx-md-auto {
    margin-right: auto!important;
    margin-left: auto!important
  }
  .my-md-0 {
    margin-top: 0!important;
    margin-bottom: 0!important
  }
  .my-md-1 {
    margin-top: .25rem!important;
    margin-bottom: .25rem!important
  }
  .my-md-2 {
    margin-top: .5rem!important;
    margin-bottom: .5rem!important
  }
  .my-md-3 {
    margin-top: .75rem!important;
    margin-bottom: .75rem!important
  }
  .my-md-4 {
    margin-top: 1rem!important;
    margin-bottom: 1rem!important
  }
  .my-md-5 {
    margin-top: 1.5rem!important;
    margin-bottom: 1.5rem!important
  }
  .my-md-6 {
    margin-top: 2rem!important;
    margin-bottom: 2rem!important
  }
  .my-md-7 {
    margin-top: 2.5rem!important;
    margin-bottom: 2.5rem!important
  }
  .my-md-8 {
    margin-top: 3rem!important;
    margin-bottom: 3rem!important
  }
  .my-md-9 {
    margin-top: 3.5rem!important;
    margin-bottom: 3.5rem!important
  }
  .my-md-10 {
    margin-top: 4rem!important;
    margin-bottom: 4rem!important
  }
  .my-md-auto {
    margin-top: auto!important;
    margin-bottom: auto!important
  }
  .mt-md-0 {
    margin-top: 0!important
  }
  .mt-md-1 {
    margin-top: .25rem!important
  }
  .mt-md-2 {
    margin-top: .5rem!important
  }
  .mt-md-3 {
    margin-top: .75rem!important
  }
  .mt-md-4 {
    margin-top: 1rem!important
  }
  .mt-md-5 {
    margin-top: 1.5rem!important
  }
  .mt-md-6 {
    margin-top: 2rem!important
  }
  .mt-md-7 {
    margin-top: 2.5rem!important
  }
  .mt-md-8 {
    margin-top: 3rem!important
  }
  .mt-md-9 {
    margin-top: 3.5rem!important
  }
  .mt-md-10 {
    margin-top: 4rem!important
  }
  .mt-md-auto {
    margin-top: auto!important
  }
  .me-md-0 {
    margin-right: 0!important
  }
  .me-md-1 {
    margin-right: .25rem!important
  }
  .me-md-2 {
    margin-right: .5rem!important
  }
  .me-md-3 {
    margin-right: .75rem!important
  }
  .me-md-4 {
    margin-right: 1rem!important
  }
  .me-md-5 {
    margin-right: 1.5rem!important
  }
  .me-md-6 {
    margin-right: 2rem!important
  }
  .me-md-7 {
    margin-right: 2.5rem!important
  }
  .me-md-8 {
    margin-right: 3rem!important
  }
  .me-md-9 {
    margin-right: 3.5rem!important
  }
  .me-md-10 {
    margin-right: 4rem!important
  }
  .me-md-auto {
    margin-right: auto!important
  }
  .mb-md-0 {
    margin-bottom: 0!important
  }
  .mb-md-1 {
    margin-bottom: .25rem!important
  }
  .mb-md-2 {
    margin-bottom: .5rem!important
  }
  .mb-md-3 {
    margin-bottom: .75rem!important
  }
  .mb-md-4 {
    margin-bottom: 1rem!important
  }
  .mb-md-5 {
    margin-bottom: 1.5rem!important
  }
  .mb-md-6 {
    margin-bottom: 2rem!important
  }
  .mb-md-7 {
    margin-bottom: 2.5rem!important
  }
  .mb-md-8 {
    margin-bottom: 3rem!important
  }
  .mb-md-9 {
    margin-bottom: 3.5rem!important
  }
  .mb-md-10 {
    margin-bottom: 4rem!important
  }
  .mb-md-auto {
    margin-bottom: auto!important
  }
  .ms-md-0 {
    margin-left: 0!important
  }
  .ms-md-1 {
    margin-left: .25rem!important
  }
  .ms-md-2 {
    margin-left: .5rem!important
  }
  .ms-md-3 {
    margin-left: .75rem!important
  }
  .ms-md-4 {
    margin-left: 1rem!important
  }
  .ms-md-5 {
    margin-left: 1.5rem!important
  }
  .ms-md-6 {
    margin-left: 2rem!important
  }
  .ms-md-7 {
    margin-left: 2.5rem!important
  }
  .ms-md-8 {
    margin-left: 3rem!important
  }
  .ms-md-9 {
    margin-left: 3.5rem!important
  }
  .ms-md-10 {
    margin-left: 4rem!important
  }
  .ms-md-auto {
    margin-left: auto!important
  }
  .p-md-0 {
    padding: 0!important
  }
  .p-md-1 {
    padding: .25rem!important
  }
  .p-md-2 {
    padding: .5rem!important
  }
  .p-md-3 {
    padding: .75rem!important
  }
  .p-md-4 {
    padding: 1rem!important
  }
  .p-md-5 {
    padding: 1.5rem!important
  }
  .p-md-6 {
    padding: 2rem!important
  }
  .p-md-7 {
    padding: 2.5rem!important
  }
  .p-md-8 {
    padding: 3rem!important
  }
  .p-md-9 {
    padding: 3.5rem!important
  }
  .p-md-10 {
    padding: 4rem!important
  }
  .px-md-0 {
    padding-right: 0!important;
    padding-left: 0!important
  }
  .px-md-1 {
    padding-right: .25rem!important;
    padding-left: .25rem!important
  }
  .px-md-2 {
    padding-right: .5rem!important;
    padding-left: .5rem!important
  }
  .px-md-3 {
    padding-right: .75rem!important;
    padding-left: .75rem!important
  }
  .px-md-4 {
    padding-right: 1rem!important;
    padding-left: 1rem!important
  }
  .px-md-5 {
    padding-right: 1.5rem!important;
    padding-left: 1.5rem!important
  }
  .px-md-6 {
    padding-right: 2rem!important;
    padding-left: 2rem!important
  }
  .px-md-7 {
    padding-right: 2.5rem!important;
    padding-left: 2.5rem!important
  }
  .px-md-8 {
    padding-right: 3rem!important;
    padding-left: 3rem!important
  }
  .px-md-9 {
    padding-right: 3.5rem!important;
    padding-left: 3.5rem!important
  }
  .px-md-10 {
    padding-right: 4rem!important;
    padding-left: 4rem!important
  }
  .py-md-0 {
    padding-top: 0!important;
    padding-bottom: 0!important
  }
  .py-md-1 {
    padding-top: .25rem!important;
    padding-bottom: .25rem!important
  }
  .py-md-2 {
    padding-top: .5rem!important;
    padding-bottom: .5rem!important
  }
  .py-md-3 {
    padding-top: .75rem!important;
    padding-bottom: .75rem!important
  }
  .py-md-4 {
    padding-top: 1rem!important;
    padding-bottom: 1rem!important
  }
  .py-md-5 {
    padding-top: 1.5rem!important;
    padding-bottom: 1.5rem!important
  }
  .py-md-6 {
    padding-top: 2rem!important;
    padding-bottom: 2rem!important
  }
  .py-md-7 {
    padding-top: 2.5rem!important;
    padding-bottom: 2.5rem!important
  }
  .py-md-8 {
    padding-top: 3rem!important;
    padding-bottom: 3rem!important
  }
  .py-md-9 {
    padding-top: 3.5rem!important;
    padding-bottom: 3.5rem!important
  }
  .py-md-10 {
    padding-top: 4rem!important;
    padding-bottom: 4rem!important
  }
  .pt-md-0 {
    padding-top: 0!important
  }
  .pt-md-1 {
    padding-top: .25rem!important
  }
  .pt-md-2 {
    padding-top: .5rem!important
  }
  .pt-md-3 {
    padding-top: .75rem!important
  }
  .pt-md-4 {
    padding-top: 1rem!important
  }
  .pt-md-5 {
    padding-top: 1.5rem!important
  }
  .pt-md-6 {
    padding-top: 2rem!important
  }
  .pt-md-7 {
    padding-top: 2.5rem!important
  }
  .pt-md-8 {
    padding-top: 3rem!important
  }
  .pt-md-9 {
    padding-top: 3.5rem!important
  }
  .pt-md-10 {
    padding-top: 4rem!important
  }
  .pe-md-0 {
    padding-right: 0!important
  }
  .pe-md-1 {
    padding-right: .25rem!important
  }
  .pe-md-2 {
    padding-right: .5rem!important
  }
  .pe-md-3 {
    padding-right: .75rem!important
  }
  .pe-md-4 {
    padding-right: 1rem!important
  }
  .pe-md-5 {
    padding-right: 1.5rem!important
  }
  .pe-md-6 {
    padding-right: 2rem!important
  }
  .pe-md-7 {
    padding-right: 2.5rem!important
  }
  .pe-md-8 {
    padding-right: 3rem!important
  }
  .pe-md-9 {
    padding-right: 3.5rem!important
  }
  .pe-md-10 {
    padding-right: 4rem!important
  }
  .pb-md-0 {
    padding-bottom: 0!important
  }
  .pb-md-1 {
    padding-bottom: .25rem!important
  }
  .pb-md-2 {
    padding-bottom: .5rem!important
  }
  .pb-md-3 {
    padding-bottom: .75rem!important
  }
  .pb-md-4 {
    padding-bottom: 1rem!important
  }
  .pb-md-5 {
    padding-bottom: 1.5rem!important
  }
  .pb-md-6 {
    padding-bottom: 2rem!important
  }
  .pb-md-7 {
    padding-bottom: 2.5rem!important
  }
  .pb-md-8 {
    padding-bottom: 3rem!important
  }
  .pb-md-9 {
    padding-bottom: 3.5rem!important
  }
  .pb-md-10 {
    padding-bottom: 4rem!important
  }
  .ps-md-0 {
    padding-left: 0!important
  }
  .ps-md-1 {
    padding-left: .25rem!important
  }
  .ps-md-2 {
    padding-left: .5rem!important
  }
  .ps-md-3 {
    padding-left: .75rem!important
  }
  .ps-md-4 {
    padding-left: 1rem!important
  }
  .ps-md-5 {
    padding-left: 1.5rem!important
  }
  .ps-md-6 {
    padding-left: 2rem!important
  }
  .ps-md-7 {
    padding-left: 2.5rem!important
  }
  .ps-md-8 {
    padding-left: 3rem!important
  }
  .ps-md-9 {
    padding-left: 3.5rem!important
  }
  .ps-md-10 {
    padding-left: 4rem!important
  }
  .text-md-start {
    text-align: left!important
  }
  .text-md-end {
    text-align: right!important
  }
  .text-md-center {
    text-align: center!important
  }
}
@media (min-width:992px) {
  .float-lg-start {
    float: left!important
  }
  .float-lg-end {
    float: right!important
  }
  .float-lg-none {
    float: none!important
  }
  .d-lg-inline {
    display: inline!important
  }
  .d-lg-inline-block {
    display: inline-block!important
  }
  .d-lg-block {
    display: block!important
  }
  .d-lg-grid {
    display: grid!important
  }
  .d-lg-table {
    display: table!important
  }
  .d-lg-table-row {
    display: table-row!important
  }
  .d-lg-table-cell {
    display: table-cell!important
  }
  .d-lg-flex {
    display: flex!important
  }
  .d-lg-inline-flex {
    display: inline-flex!important
  }
  .d-lg-none {
    display: none!important
  }
  .flex-lg-fill {
    flex: 1 1 auto!important
  }
  .flex-lg-row {
    flex-direction: row!important
  }
  .flex-lg-column {
    flex-direction: column!important
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse!important
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse!important
  }
  .flex-lg-grow-0 {
    flex-grow: 0!important
  }
  .flex-lg-grow-1 {
    flex-grow: 1!important
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0!important
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1!important
  }
  .flex-lg-wrap {
    flex-wrap: wrap!important
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap!important
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse!important
  }
  .gap-lg-0 {
    gap: 0!important
  }
  .gap-lg-1 {
    gap: .25rem!important
  }
  .gap-lg-2 {
    gap: .5rem!important
  }
  .gap-lg-3 {
    gap: .75rem!important
  }
  .gap-lg-4 {
    gap: 1rem!important
  }
  .gap-lg-5 {
    gap: 1.5rem!important
  }
  .gap-lg-6 {
    gap: 2rem!important
  }
  .gap-lg-7 {
    gap: 2.5rem!important
  }
  .gap-lg-8 {
    gap: 3rem!important
  }
  .gap-lg-9 {
    gap: 3.5rem!important
  }
  .gap-lg-10 {
    gap: 4rem!important
  }
  .justify-content-lg-start {
    justify-content: flex-start!important
  }
  .justify-content-lg-end {
    justify-content: flex-end!important
  }
  .justify-content-lg-center {
    justify-content: center!important
  }
  .justify-content-lg-between {
    justify-content: space-between!important
  }
  .justify-content-lg-around {
    justify-content: space-around!important
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly!important
  }
  .align-items-lg-start {
    align-items: flex-start!important
  }
  .align-items-lg-end {
    align-items: flex-end!important
  }
  .align-items-lg-center {
    align-items: center!important
  }
  .align-items-lg-baseline {
    align-items: baseline!important
  }
  .align-items-lg-stretch {
    align-items: stretch!important
  }
  .align-content-lg-start {
    align-content: flex-start!important
  }
  .align-content-lg-end {
    align-content: flex-end!important
  }
  .align-content-lg-center {
    align-content: center!important
  }
  .align-content-lg-between {
    align-content: space-between!important
  }
  .align-content-lg-around {
    align-content: space-around!important
  }
  .align-content-lg-stretch {
    align-content: stretch!important
  }
  .align-self-lg-auto {
    align-self: auto!important
  }
  .align-self-lg-start {
    align-self: flex-start!important
  }
  .align-self-lg-end {
    align-self: flex-end!important
  }
  .align-self-lg-center {
    align-self: center!important
  }
  .align-self-lg-baseline {
    align-self: baseline!important
  }
  .align-self-lg-stretch {
    align-self: stretch!important
  }
  .order-lg-first {
    order: -1!important
  }
  .order-lg-0 {
    order: 0!important
  }
  .order-lg-1 {
    order: 1!important
  }
  .order-lg-2 {
    order: 2!important
  }
  .order-lg-3 {
    order: 3!important
  }
  .order-lg-4 {
    order: 4!important
  }
  .order-lg-5 {
    order: 5!important
  }
  .order-lg-last {
    order: 6!important
  }
  .m-lg-0 {
    margin: 0!important
  }
  .m-lg-1 {
    margin: .25rem!important
  }
  .m-lg-2 {
    margin: .5rem!important
  }
  .m-lg-3 {
    margin: .75rem!important
  }
  .m-lg-4 {
    margin: 1rem!important
  }
  .m-lg-5 {
    margin: 1.5rem!important
  }
  .m-lg-6 {
    margin: 2rem!important
  }
  .m-lg-7 {
    margin: 2.5rem!important
  }
  .m-lg-8 {
    margin: 3rem!important
  }
  .m-lg-9 {
    margin: 3.5rem!important
  }
  .m-lg-10 {
    margin: 4rem!important
  }
  .m-lg-auto {
    margin: auto!important
  }
  .mx-lg-0 {
    margin-right: 0!important;
    margin-left: 0!important
  }
  .mx-lg-1 {
    margin-right: .25rem!important;
    margin-left: .25rem!important
  }
  .mx-lg-2 {
    margin-right: .5rem!important;
    margin-left: .5rem!important
  }
  .mx-lg-3 {
    margin-right: .75rem!important;
    margin-left: .75rem!important
  }
  .mx-lg-4 {
    margin-right: 1rem!important;
    margin-left: 1rem!important
  }
  .mx-lg-5 {
    margin-right: 1.5rem!important;
    margin-left: 1.5rem!important
  }
  .mx-lg-6 {
    margin-right: 2rem!important;
    margin-left: 2rem!important
  }
  .mx-lg-7 {
    margin-right: 2.5rem!important;
    margin-left: 2.5rem!important
  }
  .mx-lg-8 {
    margin-right: 3rem!important;
    margin-left: 3rem!important
  }
  .mx-lg-9 {
    margin-right: 3.5rem!important;
    margin-left: 3.5rem!important
  }
  .mx-lg-10 {
    margin-right: 4rem!important;
    margin-left: 4rem!important
  }
  .mx-lg-auto {
    margin-right: auto!important;
    margin-left: auto!important
  }
  .my-lg-0 {
    margin-top: 0!important;
    margin-bottom: 0!important
  }
  .my-lg-1 {
    margin-top: .25rem!important;
    margin-bottom: .25rem!important
  }
  .my-lg-2 {
    margin-top: .5rem!important;
    margin-bottom: .5rem!important
  }
  .my-lg-3 {
    margin-top: .75rem!important;
    margin-bottom: .75rem!important
  }
  .my-lg-4 {
    margin-top: 1rem!important;
    margin-bottom: 1rem!important
  }
  .my-lg-5 {
    margin-top: 1.5rem!important;
    margin-bottom: 1.5rem!important
  }
  .my-lg-6 {
    margin-top: 2rem!important;
    margin-bottom: 2rem!important
  }
  .my-lg-7 {
    margin-top: 2.5rem!important;
    margin-bottom: 2.5rem!important
  }
  .my-lg-8 {
    margin-top: 3rem!important;
    margin-bottom: 3rem!important
  }
  .my-lg-9 {
    margin-top: 3.5rem!important;
    margin-bottom: 3.5rem!important
  }
  .my-lg-10 {
    margin-top: 4rem!important;
    margin-bottom: 4rem!important
  }
  .my-lg-auto {
    margin-top: auto!important;
    margin-bottom: auto!important
  }
  .mt-lg-0 {
    margin-top: 0!important
  }
  .mt-lg-1 {
    margin-top: .25rem!important
  }
  .mt-lg-2 {
    margin-top: .5rem!important
  }
  .mt-lg-3 {
    margin-top: .75rem!important
  }
  .mt-lg-4 {
    margin-top: 1rem!important
  }
  .mt-lg-5 {
    margin-top: 1.5rem!important
  }
  .mt-lg-6 {
    margin-top: 2rem!important
  }
  .mt-lg-7 {
    margin-top: 2.5rem!important
  }
  .mt-lg-8 {
    margin-top: 3rem!important
  }
  .mt-lg-9 {
    margin-top: 3.5rem!important
  }
  .mt-lg-10 {
    margin-top: 4rem!important
  }
  .mt-lg-auto {
    margin-top: auto!important
  }
  .me-lg-0 {
    margin-right: 0!important
  }
  .me-lg-1 {
    margin-right: .25rem!important
  }
  .me-lg-2 {
    margin-right: .5rem!important
  }
  .me-lg-3 {
    margin-right: .75rem!important
  }
  .me-lg-4 {
    margin-right: 1rem!important
  }
  .me-lg-5 {
    margin-right: 1.5rem!important
  }
  .me-lg-6 {
    margin-right: 2rem!important
  }
  .me-lg-7 {
    margin-right: 2.5rem!important
  }
  .me-lg-8 {
    margin-right: 3rem!important
  }
  .me-lg-9 {
    margin-right: 3.5rem!important
  }
  .me-lg-10 {
    margin-right: 4rem!important
  }
  .me-lg-auto {
    margin-right: auto!important
  }
  .mb-lg-0 {
    margin-bottom: 0!important
  }
  .mb-lg-1 {
    margin-bottom: .25rem!important
  }
  .mb-lg-2 {
    margin-bottom: .5rem!important
  }
  .mb-lg-3 {
    margin-bottom: .75rem!important
  }
  .mb-lg-4 {
    margin-bottom: 1rem!important
  }
  .mb-lg-5 {
    margin-bottom: 1.5rem!important
  }
  .mb-lg-6 {
    margin-bottom: 2rem!important
  }
  .mb-lg-7 {
    margin-bottom: 2.5rem!important
  }
  .mb-lg-8 {
    margin-bottom: 3rem!important
  }
  .mb-lg-9 {
    margin-bottom: 3.5rem!important
  }
  .mb-lg-10 {
    margin-bottom: 4rem!important
  }
  .mb-lg-auto {
    margin-bottom: auto!important
  }
  .ms-lg-0 {
    margin-left: 0!important
  }
  .ms-lg-1 {
    margin-left: .25rem!important
  }
  .ms-lg-2 {
    margin-left: .5rem!important
  }
  .ms-lg-3 {
    margin-left: .75rem!important
  }
  .ms-lg-4 {
    margin-left: 1rem!important
  }
  .ms-lg-5 {
    margin-left: 1.5rem!important
  }
  .ms-lg-6 {
    margin-left: 2rem!important
  }
  .ms-lg-7 {
    margin-left: 2.5rem!important
  }
  .ms-lg-8 {
    margin-left: 3rem!important
  }
  .ms-lg-9 {
    margin-left: 3.5rem!important
  }
  .ms-lg-10 {
    margin-left: 4rem!important
  }
  .ms-lg-auto {
    margin-left: auto!important
  }
  .p-lg-0 {
    padding: 0!important
  }
  .p-lg-1 {
    padding: .25rem!important
  }
  .p-lg-2 {
    padding: .5rem!important
  }
  .p-lg-3 {
    padding: .75rem!important
  }
  .p-lg-4 {
    padding: 1rem!important
  }
  .p-lg-5 {
    padding: 1.5rem!important
  }
  .p-lg-6 {
    padding: 2rem!important
  }
  .p-lg-7 {
    padding: 2.5rem!important
  }
  .p-lg-8 {
    padding: 3rem!important
  }
  .p-lg-9 {
    padding: 3.5rem!important
  }
  .p-lg-10 {
    padding: 4rem!important
  }
  .px-lg-0 {
    padding-right: 0!important;
    padding-left: 0!important
  }
  .px-lg-1 {
    padding-right: .25rem!important;
    padding-left: .25rem!important
  }
  .px-lg-2 {
    padding-right: .5rem!important;
    padding-left: .5rem!important
  }
  .px-lg-3 {
    padding-right: .75rem!important;
    padding-left: .75rem!important
  }
  .px-lg-4 {
    padding-right: 1rem!important;
    padding-left: 1rem!important
  }
  .px-lg-5 {
    padding-right: 1.5rem!important;
    padding-left: 1.5rem!important
  }
  .px-lg-6 {
    padding-right: 2rem!important;
    padding-left: 2rem!important
  }
  .px-lg-7 {
    padding-right: 2.5rem!important;
    padding-left: 2.5rem!important
  }
  .px-lg-8 {
    padding-right: 3rem!important;
    padding-left: 3rem!important
  }
  .px-lg-9 {
    padding-right: 3.5rem!important;
    padding-left: 3.5rem!important
  }
  .px-lg-10 {
    padding-right: 4rem!important;
    padding-left: 4rem!important
  }
  .py-lg-0 {
    padding-top: 0!important;
    padding-bottom: 0!important
  }
  .py-lg-1 {
    padding-top: .25rem!important;
    padding-bottom: .25rem!important
  }
  .py-lg-2 {
    padding-top: .5rem!important;
    padding-bottom: .5rem!important
  }
  .py-lg-3 {
    padding-top: .75rem!important;
    padding-bottom: .75rem!important
  }
  .py-lg-4 {
    padding-top: 1rem!important;
    padding-bottom: 1rem!important
  }
  .py-lg-5 {
    padding-top: 1.5rem!important;
    padding-bottom: 1.5rem!important
  }
  .py-lg-6 {
    padding-top: 2rem!important;
    padding-bottom: 2rem!important
  }
  .py-lg-7 {
    padding-top: 2.5rem!important;
    padding-bottom: 2.5rem!important
  }
  .py-lg-8 {
    padding-top: 3rem!important;
    padding-bottom: 3rem!important
  }
  .py-lg-9 {
    padding-top: 3.5rem!important;
    padding-bottom: 3.5rem!important
  }
  .py-lg-10 {
    padding-top: 4rem!important;
    padding-bottom: 4rem!important
  }
  .pt-lg-0 {
    padding-top: 0!important
  }
  .pt-lg-1 {
    padding-top: .25rem!important
  }
  .pt-lg-2 {
    padding-top: .5rem!important
  }
  .pt-lg-3 {
    padding-top: .75rem!important
  }
  .pt-lg-4 {
    padding-top: 1rem!important
  }
  .pt-lg-5 {
    padding-top: 1.5rem!important
  }
  .pt-lg-6 {
    padding-top: 2rem!important
  }
  .pt-lg-7 {
    padding-top: 2.5rem!important
  }
  .pt-lg-8 {
    padding-top: 3rem!important
  }
  .pt-lg-9 {
    padding-top: 3.5rem!important
  }
  .pt-lg-10 {
    padding-top: 4rem!important
  }
  .pe-lg-0 {
    padding-right: 0!important
  }
  .pe-lg-1 {
    padding-right: .25rem!important
  }
  .pe-lg-2 {
    padding-right: .5rem!important
  }
  .pe-lg-3 {
    padding-right: .75rem!important
  }
  .pe-lg-4 {
    padding-right: 1rem!important
  }
  .pe-lg-5 {
    padding-right: 1.5rem!important
  }
  .pe-lg-6 {
    padding-right: 2rem!important
  }
  .pe-lg-7 {
    padding-right: 2.5rem!important
  }
  .pe-lg-8 {
    padding-right: 3rem!important
  }
  .pe-lg-9 {
    padding-right: 3.5rem!important
  }
  .pe-lg-10 {
    padding-right: 4rem!important
  }
  .pb-lg-0 {
    padding-bottom: 0!important
  }
  .pb-lg-1 {
    padding-bottom: .25rem!important
  }
  .pb-lg-2 {
    padding-bottom: .5rem!important
  }
  .pb-lg-3 {
    padding-bottom: .75rem!important
  }
  .pb-lg-4 {
    padding-bottom: 1rem!important
  }
  .pb-lg-5 {
    padding-bottom: 1.5rem!important
  }
  .pb-lg-6 {
    padding-bottom: 2rem!important
  }
  .pb-lg-7 {
    padding-bottom: 2.5rem!important
  }
  .pb-lg-8 {
    padding-bottom: 3rem!important
  }
  .pb-lg-9 {
    padding-bottom: 3.5rem!important
  }
  .pb-lg-10 {
    padding-bottom: 4rem!important
  }
  .ps-lg-0 {
    padding-left: 0!important
  }
  .ps-lg-1 {
    padding-left: .25rem!important
  }
  .ps-lg-2 {
    padding-left: .5rem!important
  }
  .ps-lg-3 {
    padding-left: .75rem!important
  }
  .ps-lg-4 {
    padding-left: 1rem!important
  }
  .ps-lg-5 {
    padding-left: 1.5rem!important
  }
  .ps-lg-6 {
    padding-left: 2rem!important
  }
  .ps-lg-7 {
    padding-left: 2.5rem!important
  }
  .ps-lg-8 {
    padding-left: 3rem!important
  }
  .ps-lg-9 {
    padding-left: 3.5rem!important
  }
  .ps-lg-10 {
    padding-left: 4rem!important
  }
  .text-lg-start {
    text-align: left!important
  }
  .text-lg-end {
    text-align: right!important
  }
  .text-lg-center {
    text-align: center!important
  }
}
@media (min-width:1200px) {
  .float-xl-start {
    float: left!important
  }
  .float-xl-end {
    float: right!important
  }
  .float-xl-none {
    float: none!important
  }
  .d-xl-inline {
    display: inline!important
  }
  .d-xl-inline-block {
    display: inline-block!important
  }
  .d-xl-block {
    display: block!important
  }
  .d-xl-grid {
    display: grid!important
  }
  .d-xl-table {
    display: table!important
  }
  .d-xl-table-row {
    display: table-row!important
  }
  .d-xl-table-cell {
    display: table-cell!important
  }
  .d-xl-flex {
    display: flex!important
  }
  .d-xl-inline-flex {
    display: inline-flex!important
  }
  .d-xl-none {
    display: none!important
  }
  .flex-xl-fill {
    flex: 1 1 auto!important
  }
  .flex-xl-row {
    flex-direction: row!important
  }
  .flex-xl-column {
    flex-direction: column!important
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse!important
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse!important
  }
  .flex-xl-grow-0 {
    flex-grow: 0!important
  }
  .flex-xl-grow-1 {
    flex-grow: 1!important
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0!important
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1!important
  }
  .flex-xl-wrap {
    flex-wrap: wrap!important
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap!important
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse!important
  }
  .gap-xl-0 {
    gap: 0!important
  }
  .gap-xl-1 {
    gap: .25rem!important
  }
  .gap-xl-2 {
    gap: .5rem!important
  }
  .gap-xl-3 {
    gap: .75rem!important
  }
  .gap-xl-4 {
    gap: 1rem!important
  }
  .gap-xl-5 {
    gap: 1.5rem!important
  }
  .gap-xl-6 {
    gap: 2rem!important
  }
  .gap-xl-7 {
    gap: 2.5rem!important
  }
  .gap-xl-8 {
    gap: 3rem!important
  }
  .gap-xl-9 {
    gap: 3.5rem!important
  }
  .gap-xl-10 {
    gap: 4rem!important
  }
  .justify-content-xl-start {
    justify-content: flex-start!important
  }
  .justify-content-xl-end {
    justify-content: flex-end!important
  }
  .justify-content-xl-center {
    justify-content: center!important
  }
  .justify-content-xl-between {
    justify-content: space-between!important
  }
  .justify-content-xl-around {
    justify-content: space-around!important
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly!important
  }
  .align-items-xl-start {
    align-items: flex-start!important
  }
  .align-items-xl-end {
    align-items: flex-end!important
  }
  .align-items-xl-center {
    align-items: center!important
  }
  .align-items-xl-baseline {
    align-items: baseline!important
  }
  .align-items-xl-stretch {
    align-items: stretch!important
  }
  .align-content-xl-start {
    align-content: flex-start!important
  }
  .align-content-xl-end {
    align-content: flex-end!important
  }
  .align-content-xl-center {
    align-content: center!important
  }
  .align-content-xl-between {
    align-content: space-between!important
  }
  .align-content-xl-around {
    align-content: space-around!important
  }
  .align-content-xl-stretch {
    align-content: stretch!important
  }
  .align-self-xl-auto {
    align-self: auto!important
  }
  .align-self-xl-start {
    align-self: flex-start!important
  }
  .align-self-xl-end {
    align-self: flex-end!important
  }
  .align-self-xl-center {
    align-self: center!important
  }
  .align-self-xl-baseline {
    align-self: baseline!important
  }
  .align-self-xl-stretch {
    align-self: stretch!important
  }
  .order-xl-first {
    order: -1!important
  }
  .order-xl-0 {
    order: 0!important
  }
  .order-xl-1 {
    order: 1!important
  }
  .order-xl-2 {
    order: 2!important
  }
  .order-xl-3 {
    order: 3!important
  }
  .order-xl-4 {
    order: 4!important
  }
  .order-xl-5 {
    order: 5!important
  }
  .order-xl-last {
    order: 6!important
  }
  .m-xl-0 {
    margin: 0!important
  }
  .m-xl-1 {
    margin: .25rem!important
  }
  .m-xl-2 {
    margin: .5rem!important
  }
  .m-xl-3 {
    margin: .75rem!important
  }
  .m-xl-4 {
    margin: 1rem!important
  }
  .m-xl-5 {
    margin: 1.5rem!important
  }
  .m-xl-6 {
    margin: 2rem!important
  }
  .m-xl-7 {
    margin: 2.5rem!important
  }
  .m-xl-8 {
    margin: 3rem!important
  }
  .m-xl-9 {
    margin: 3.5rem!important
  }
  .m-xl-10 {
    margin: 4rem!important
  }
  .m-xl-auto {
    margin: auto!important
  }
  .mx-xl-0 {
    margin-right: 0!important;
    margin-left: 0!important
  }
  .mx-xl-1 {
    margin-right: .25rem!important;
    margin-left: .25rem!important
  }
  .mx-xl-2 {
    margin-right: .5rem!important;
    margin-left: .5rem!important
  }
  .mx-xl-3 {
    margin-right: .75rem!important;
    margin-left: .75rem!important
  }
  .mx-xl-4 {
    margin-right: 1rem!important;
    margin-left: 1rem!important
  }
  .mx-xl-5 {
    margin-right: 1.5rem!important;
    margin-left: 1.5rem!important
  }
  .mx-xl-6 {
    margin-right: 2rem!important;
    margin-left: 2rem!important
  }
  .mx-xl-7 {
    margin-right: 2.5rem!important;
    margin-left: 2.5rem!important
  }
  .mx-xl-8 {
    margin-right: 3rem!important;
    margin-left: 3rem!important
  }
  .mx-xl-9 {
    margin-right: 3.5rem!important;
    margin-left: 3.5rem!important
  }
  .mx-xl-10 {
    margin-right: 4rem!important;
    margin-left: 4rem!important
  }
  .mx-xl-auto {
    margin-right: auto!important;
    margin-left: auto!important
  }
  .my-xl-0 {
    margin-top: 0!important;
    margin-bottom: 0!important
  }
  .my-xl-1 {
    margin-top: .25rem!important;
    margin-bottom: .25rem!important
  }
  .my-xl-2 {
    margin-top: .5rem!important;
    margin-bottom: .5rem!important
  }
  .my-xl-3 {
    margin-top: .75rem!important;
    margin-bottom: .75rem!important
  }
  .my-xl-4 {
    margin-top: 1rem!important;
    margin-bottom: 1rem!important
  }
  .my-xl-5 {
    margin-top: 1.5rem!important;
    margin-bottom: 1.5rem!important
  }
  .my-xl-6 {
    margin-top: 2rem!important;
    margin-bottom: 2rem!important
  }
  .my-xl-7 {
    margin-top: 2.5rem!important;
    margin-bottom: 2.5rem!important
  }
  .my-xl-8 {
    margin-top: 3rem!important;
    margin-bottom: 3rem!important
  }
  .my-xl-9 {
    margin-top: 3.5rem!important;
    margin-bottom: 3.5rem!important
  }
  .my-xl-10 {
    margin-top: 4rem!important;
    margin-bottom: 4rem!important
  }
  .my-xl-auto {
    margin-top: auto!important;
    margin-bottom: auto!important
  }
  .mt-xl-0 {
    margin-top: 0!important
  }
  .mt-xl-1 {
    margin-top: .25rem!important
  }
  .mt-xl-2 {
    margin-top: .5rem!important
  }
  .mt-xl-3 {
    margin-top: .75rem!important
  }
  .mt-xl-4 {
    margin-top: 1rem!important
  }
  .mt-xl-5 {
    margin-top: 1.5rem!important
  }
  .mt-xl-6 {
    margin-top: 2rem!important
  }
  .mt-xl-7 {
    margin-top: 2.5rem!important
  }
  .mt-xl-8 {
    margin-top: 3rem!important
  }
  .mt-xl-9 {
    margin-top: 3.5rem!important
  }
  .mt-xl-10 {
    margin-top: 4rem!important
  }
  .mt-xl-auto {
    margin-top: auto!important
  }
  .me-xl-0 {
    margin-right: 0!important
  }
  .me-xl-1 {
    margin-right: .25rem!important
  }
  .me-xl-2 {
    margin-right: .5rem!important
  }
  .me-xl-3 {
    margin-right: .75rem!important
  }
  .me-xl-4 {
    margin-right: 1rem!important
  }
  .me-xl-5 {
    margin-right: 1.5rem!important
  }
  .me-xl-6 {
    margin-right: 2rem!important
  }
  .me-xl-7 {
    margin-right: 2.5rem!important
  }
  .me-xl-8 {
    margin-right: 3rem!important
  }
  .me-xl-9 {
    margin-right: 3.5rem!important
  }
  .me-xl-10 {
    margin-right: 4rem!important
  }
  .me-xl-auto {
    margin-right: auto!important
  }
  .mb-xl-0 {
    margin-bottom: 0!important
  }
  .mb-xl-1 {
    margin-bottom: .25rem!important
  }
  .mb-xl-2 {
    margin-bottom: .5rem!important
  }
  .mb-xl-3 {
    margin-bottom: .75rem!important
  }
  .mb-xl-4 {
    margin-bottom: 1rem!important
  }
  .mb-xl-5 {
    margin-bottom: 1.5rem!important
  }
  .mb-xl-6 {
    margin-bottom: 2rem!important
  }
  .mb-xl-7 {
    margin-bottom: 2.5rem!important
  }
  .mb-xl-8 {
    margin-bottom: 3rem!important
  }
  .mb-xl-9 {
    margin-bottom: 3.5rem!important
  }
  .mb-xl-10 {
    margin-bottom: 4rem!important
  }
  .mb-xl-auto {
    margin-bottom: auto!important
  }
  .ms-xl-0 {
    margin-left: 0!important
  }
  .ms-xl-1 {
    margin-left: .25rem!important
  }
  .ms-xl-2 {
    margin-left: .5rem!important
  }
  .ms-xl-3 {
    margin-left: .75rem!important
  }
  .ms-xl-4 {
    margin-left: 1rem!important
  }
  .ms-xl-5 {
    margin-left: 1.5rem!important
  }
  .ms-xl-6 {
    margin-left: 2rem!important
  }
  .ms-xl-7 {
    margin-left: 2.5rem!important
  }
  .ms-xl-8 {
    margin-left: 3rem!important
  }
  .ms-xl-9 {
    margin-left: 3.5rem!important
  }
  .ms-xl-10 {
    margin-left: 4rem!important
  }
  .ms-xl-auto {
    margin-left: auto!important
  }
  .p-xl-0 {
    padding: 0!important
  }
  .p-xl-1 {
    padding: .25rem!important
  }
  .p-xl-2 {
    padding: .5rem!important
  }
  .p-xl-3 {
    padding: .75rem!important
  }
  .p-xl-4 {
    padding: 1rem!important
  }
  .p-xl-5 {
    padding: 1.5rem!important
  }
  .p-xl-6 {
    padding: 2rem!important
  }
  .p-xl-7 {
    padding: 2.5rem!important
  }
  .p-xl-8 {
    padding: 3rem!important
  }
  .p-xl-9 {
    padding: 3.5rem!important
  }
  .p-xl-10 {
    padding: 4rem!important
  }
  .px-xl-0 {
    padding-right: 0!important;
    padding-left: 0!important
  }
  .px-xl-1 {
    padding-right: .25rem!important;
    padding-left: .25rem!important
  }
  .px-xl-2 {
    padding-right: .5rem!important;
    padding-left: .5rem!important
  }
  .px-xl-3 {
    padding-right: .75rem!important;
    padding-left: .75rem!important
  }
  .px-xl-4 {
    padding-right: 1rem!important;
    padding-left: 1rem!important
  }
  .px-xl-5 {
    padding-right: 1.5rem!important;
    padding-left: 1.5rem!important
  }
  .px-xl-6 {
    padding-right: 2rem!important;
    padding-left: 2rem!important
  }
  .px-xl-7 {
    padding-right: 2.5rem!important;
    padding-left: 2.5rem!important
  }
  .px-xl-8 {
    padding-right: 3rem!important;
    padding-left: 3rem!important
  }
  .px-xl-9 {
    padding-right: 3.5rem!important;
    padding-left: 3.5rem!important
  }
  .px-xl-10 {
    padding-right: 4rem!important;
    padding-left: 4rem!important
  }
  .py-xl-0 {
    padding-top: 0!important;
    padding-bottom: 0!important
  }
  .py-xl-1 {
    padding-top: .25rem!important;
    padding-bottom: .25rem!important
  }
  .py-xl-2 {
    padding-top: .5rem!important;
    padding-bottom: .5rem!important
  }
  .py-xl-3 {
    padding-top: .75rem!important;
    padding-bottom: .75rem!important
  }
  .py-xl-4 {
    padding-top: 1rem!important;
    padding-bottom: 1rem!important
  }
  .py-xl-5 {
    padding-top: 1.5rem!important;
    padding-bottom: 1.5rem!important
  }
  .py-xl-6 {
    padding-top: 2rem!important;
    padding-bottom: 2rem!important
  }
  .py-xl-7 {
    padding-top: 2.5rem!important;
    padding-bottom: 2.5rem!important
  }
  .py-xl-8 {
    padding-top: 3rem!important;
    padding-bottom: 3rem!important
  }
  .py-xl-9 {
    padding-top: 3.5rem!important;
    padding-bottom: 3.5rem!important
  }
  .py-xl-10 {
    padding-top: 4rem!important;
    padding-bottom: 4rem!important
  }
  .pt-xl-0 {
    padding-top: 0!important
  }
  .pt-xl-1 {
    padding-top: .25rem!important
  }
  .pt-xl-2 {
    padding-top: .5rem!important
  }
  .pt-xl-3 {
    padding-top: .75rem!important
  }
  .pt-xl-4 {
    padding-top: 1rem!important
  }
  .pt-xl-5 {
    padding-top: 1.5rem!important
  }
  .pt-xl-6 {
    padding-top: 2rem!important
  }
  .pt-xl-7 {
    padding-top: 2.5rem!important
  }
  .pt-xl-8 {
    padding-top: 3rem!important
  }
  .pt-xl-9 {
    padding-top: 3.5rem!important
  }
  .pt-xl-10 {
    padding-top: 4rem!important
  }
  .pe-xl-0 {
    padding-right: 0!important
  }
  .pe-xl-1 {
    padding-right: .25rem!important
  }
  .pe-xl-2 {
    padding-right: .5rem!important
  }
  .pe-xl-3 {
    padding-right: .75rem!important
  }
  .pe-xl-4 {
    padding-right: 1rem!important
  }
  .pe-xl-5 {
    padding-right: 1.5rem!important
  }
  .pe-xl-6 {
    padding-right: 2rem!important
  }
  .pe-xl-7 {
    padding-right: 2.5rem!important
  }
  .pe-xl-8 {
    padding-right: 3rem!important
  }
  .pe-xl-9 {
    padding-right: 3.5rem!important
  }
  .pe-xl-10 {
    padding-right: 4rem!important
  }
  .pb-xl-0 {
    padding-bottom: 0!important
  }
  .pb-xl-1 {
    padding-bottom: .25rem!important
  }
  .pb-xl-2 {
    padding-bottom: .5rem!important
  }
  .pb-xl-3 {
    padding-bottom: .75rem!important
  }
  .pb-xl-4 {
    padding-bottom: 1rem!important
  }
  .pb-xl-5 {
    padding-bottom: 1.5rem!important
  }
  .pb-xl-6 {
    padding-bottom: 2rem!important
  }
  .pb-xl-7 {
    padding-bottom: 2.5rem!important
  }
  .pb-xl-8 {
    padding-bottom: 3rem!important
  }
  .pb-xl-9 {
    padding-bottom: 3.5rem!important
  }
  .pb-xl-10 {
    padding-bottom: 4rem!important
  }
  .ps-xl-0 {
    padding-left: 0!important
  }
  .ps-xl-1 {
    padding-left: .25rem!important
  }
  .ps-xl-2 {
    padding-left: .5rem!important
  }
  .ps-xl-3 {
    padding-left: .75rem!important
  }
  .ps-xl-4 {
    padding-left: 1rem!important
  }
  .ps-xl-5 {
    padding-left: 1.5rem!important
  }
  .ps-xl-6 {
    padding-left: 2rem!important
  }
  .ps-xl-7 {
    padding-left: 2.5rem!important
  }
  .ps-xl-8 {
    padding-left: 3rem!important
  }
  .ps-xl-9 {
    padding-left: 3.5rem!important
  }
  .ps-xl-10 {
    padding-left: 4rem!important
  }
  .text-xl-start {
    text-align: left!important
  }
  .text-xl-end {
    text-align: right!important
  }
  .text-xl-center {
    text-align: center!important
  }
}
@media (min-width:1400px) {
  .float-xxl-start {
    float: left!important
  }
  .float-xxl-end {
    float: right!important
  }
  .float-xxl-none {
    float: none!important
  }
  .d-xxl-inline {
    display: inline!important
  }
  .d-xxl-inline-block {
    display: inline-block!important
  }
  .d-xxl-block {
    display: block!important
  }
  .d-xxl-grid {
    display: grid!important
  }
  .d-xxl-table {
    display: table!important
  }
  .d-xxl-table-row {
    display: table-row!important
  }
  .d-xxl-table-cell {
    display: table-cell!important
  }
  .d-xxl-flex {
    display: flex!important
  }
  .d-xxl-inline-flex {
    display: inline-flex!important
  }
  .d-xxl-none {
    display: none!important
  }
  .flex-xxl-fill {
    flex: 1 1 auto!important
  }
  .flex-xxl-row {
    flex-direction: row!important
  }
  .flex-xxl-column {
    flex-direction: column!important
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse!important
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse!important
  }
  .flex-xxl-grow-0 {
    flex-grow: 0!important
  }
  .flex-xxl-grow-1 {
    flex-grow: 1!important
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0!important
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1!important
  }
  .flex-xxl-wrap {
    flex-wrap: wrap!important
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap!important
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse!important
  }
  .gap-xxl-0 {
    gap: 0!important
  }
  .gap-xxl-1 {
    gap: .25rem!important
  }
  .gap-xxl-2 {
    gap: .5rem!important
  }
  .gap-xxl-3 {
    gap: .75rem!important
  }
  .gap-xxl-4 {
    gap: 1rem!important
  }
  .gap-xxl-5 {
    gap: 1.5rem!important
  }
  .gap-xxl-6 {
    gap: 2rem!important
  }
  .gap-xxl-7 {
    gap: 2.5rem!important
  }
  .gap-xxl-8 {
    gap: 3rem!important
  }
  .gap-xxl-9 {
    gap: 3.5rem!important
  }
  .gap-xxl-10 {
    gap: 4rem!important
  }
  .justify-content-xxl-start {
    justify-content: flex-start!important
  }
  .justify-content-xxl-end {
    justify-content: flex-end!important
  }
  .justify-content-xxl-center {
    justify-content: center!important
  }
  .justify-content-xxl-between {
    justify-content: space-between!important
  }
  .justify-content-xxl-around {
    justify-content: space-around!important
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly!important
  }
  .align-items-xxl-start {
    align-items: flex-start!important
  }
  .align-items-xxl-end {
    align-items: flex-end!important
  }
  .align-items-xxl-center {
    align-items: center!important
  }
  .align-items-xxl-baseline {
    align-items: baseline!important
  }
  .align-items-xxl-stretch {
    align-items: stretch!important
  }
  .align-content-xxl-start {
    align-content: flex-start!important
  }
  .align-content-xxl-end {
    align-content: flex-end!important
  }
  .align-content-xxl-center {
    align-content: center!important
  }
  .align-content-xxl-between {
    align-content: space-between!important
  }
  .align-content-xxl-around {
    align-content: space-around!important
  }
  .align-content-xxl-stretch {
    align-content: stretch!important
  }
  .align-self-xxl-auto {
    align-self: auto!important
  }
  .align-self-xxl-start {
    align-self: flex-start!important
  }
  .align-self-xxl-end {
    align-self: flex-end!important
  }
  .align-self-xxl-center {
    align-self: center!important
  }
  .align-self-xxl-baseline {
    align-self: baseline!important
  }
  .align-self-xxl-stretch {
    align-self: stretch!important
  }
  .order-xxl-first {
    order: -1!important
  }
  .order-xxl-0 {
    order: 0!important
  }
  .order-xxl-1 {
    order: 1!important
  }
  .order-xxl-2 {
    order: 2!important
  }
  .order-xxl-3 {
    order: 3!important
  }
  .order-xxl-4 {
    order: 4!important
  }
  .order-xxl-5 {
    order: 5!important
  }
  .order-xxl-last {
    order: 6!important
  }
  .m-xxl-0 {
    margin: 0!important
  }
  .m-xxl-1 {
    margin: .25rem!important
  }
  .m-xxl-2 {
    margin: .5rem!important
  }
  .m-xxl-3 {
    margin: .75rem!important
  }
  .m-xxl-4 {
    margin: 1rem!important
  }
  .m-xxl-5 {
    margin: 1.5rem!important
  }
  .m-xxl-6 {
    margin: 2rem!important
  }
  .m-xxl-7 {
    margin: 2.5rem!important
  }
  .m-xxl-8 {
    margin: 3rem!important
  }
  .m-xxl-9 {
    margin: 3.5rem!important
  }
  .m-xxl-10 {
    margin: 4rem!important
  }
  .m-xxl-auto {
    margin: auto!important
  }
  .mx-xxl-0 {
    margin-right: 0!important;
    margin-left: 0!important
  }
  .mx-xxl-1 {
    margin-right: .25rem!important;
    margin-left: .25rem!important
  }
  .mx-xxl-2 {
    margin-right: .5rem!important;
    margin-left: .5rem!important
  }
  .mx-xxl-3 {
    margin-right: .75rem!important;
    margin-left: .75rem!important
  }
  .mx-xxl-4 {
    margin-right: 1rem!important;
    margin-left: 1rem!important
  }
  .mx-xxl-5 {
    margin-right: 1.5rem!important;
    margin-left: 1.5rem!important
  }
  .mx-xxl-6 {
    margin-right: 2rem!important;
    margin-left: 2rem!important
  }
  .mx-xxl-7 {
    margin-right: 2.5rem!important;
    margin-left: 2.5rem!important
  }
  .mx-xxl-8 {
    margin-right: 3rem!important;
    margin-left: 3rem!important
  }
  .mx-xxl-9 {
    margin-right: 3.5rem!important;
    margin-left: 3.5rem!important
  }
  .mx-xxl-10 {
    margin-right: 4rem!important;
    margin-left: 4rem!important
  }
  .mx-xxl-auto {
    margin-right: auto!important;
    margin-left: auto!important
  }
  .my-xxl-0 {
    margin-top: 0!important;
    margin-bottom: 0!important
  }
  .my-xxl-1 {
    margin-top: .25rem!important;
    margin-bottom: .25rem!important
  }
  .my-xxl-2 {
    margin-top: .5rem!important;
    margin-bottom: .5rem!important
  }
  .my-xxl-3 {
    margin-top: .75rem!important;
    margin-bottom: .75rem!important
  }
  .my-xxl-4 {
    margin-top: 1rem!important;
    margin-bottom: 1rem!important
  }
  .my-xxl-5 {
    margin-top: 1.5rem!important;
    margin-bottom: 1.5rem!important
  }
  .my-xxl-6 {
    margin-top: 2rem!important;
    margin-bottom: 2rem!important
  }
  .my-xxl-7 {
    margin-top: 2.5rem!important;
    margin-bottom: 2.5rem!important
  }
  .my-xxl-8 {
    margin-top: 3rem!important;
    margin-bottom: 3rem!important
  }
  .my-xxl-9 {
    margin-top: 3.5rem!important;
    margin-bottom: 3.5rem!important
  }
  .my-xxl-10 {
    margin-top: 4rem!important;
    margin-bottom: 4rem!important
  }
  .my-xxl-auto {
    margin-top: auto!important;
    margin-bottom: auto!important
  }
  .mt-xxl-0 {
    margin-top: 0!important
  }
  .mt-xxl-1 {
    margin-top: .25rem!important
  }
  .mt-xxl-2 {
    margin-top: .5rem!important
  }
  .mt-xxl-3 {
    margin-top: .75rem!important
  }
  .mt-xxl-4 {
    margin-top: 1rem!important
  }
  .mt-xxl-5 {
    margin-top: 1.5rem!important
  }
  .mt-xxl-6 {
    margin-top: 2rem!important
  }
  .mt-xxl-7 {
    margin-top: 2.5rem!important
  }
  .mt-xxl-8 {
    margin-top: 3rem!important
  }
  .mt-xxl-9 {
    margin-top: 3.5rem!important
  }
  .mt-xxl-10 {
    margin-top: 4rem!important
  }
  .mt-xxl-auto {
    margin-top: auto!important
  }
  .me-xxl-0 {
    margin-right: 0!important
  }
  .me-xxl-1 {
    margin-right: .25rem!important
  }
  .me-xxl-2 {
    margin-right: .5rem!important
  }
  .me-xxl-3 {
    margin-right: .75rem!important
  }
  .me-xxl-4 {
    margin-right: 1rem!important
  }
  .me-xxl-5 {
    margin-right: 1.5rem!important
  }
  .me-xxl-6 {
    margin-right: 2rem!important
  }
  .me-xxl-7 {
    margin-right: 2.5rem!important
  }
  .me-xxl-8 {
    margin-right: 3rem!important
  }
  .me-xxl-9 {
    margin-right: 3.5rem!important
  }
  .me-xxl-10 {
    margin-right: 4rem!important
  }
  .me-xxl-auto {
    margin-right: auto!important
  }
  .mb-xxl-0 {
    margin-bottom: 0!important
  }
  .mb-xxl-1 {
    margin-bottom: .25rem!important
  }
  .mb-xxl-2 {
    margin-bottom: .5rem!important
  }
  .mb-xxl-3 {
    margin-bottom: .75rem!important
  }
  .mb-xxl-4 {
    margin-bottom: 1rem!important
  }
  .mb-xxl-5 {
    margin-bottom: 1.5rem!important
  }
  .mb-xxl-6 {
    margin-bottom: 2rem!important
  }
  .mb-xxl-7 {
    margin-bottom: 2.5rem!important
  }
  .mb-xxl-8 {
    margin-bottom: 3rem!important
  }
  .mb-xxl-9 {
    margin-bottom: 3.5rem!important
  }
  .mb-xxl-10 {
    margin-bottom: 4rem!important
  }
  .mb-xxl-auto {
    margin-bottom: auto!important
  }
  .ms-xxl-0 {
    margin-left: 0!important
  }
  .ms-xxl-1 {
    margin-left: .25rem!important
  }
  .ms-xxl-2 {
    margin-left: .5rem!important
  }
  .ms-xxl-3 {
    margin-left: .75rem!important
  }
  .ms-xxl-4 {
    margin-left: 1rem!important
  }
  .ms-xxl-5 {
    margin-left: 1.5rem!important
  }
  .ms-xxl-6 {
    margin-left: 2rem!important
  }
  .ms-xxl-7 {
    margin-left: 2.5rem!important
  }
  .ms-xxl-8 {
    margin-left: 3rem!important
  }
  .ms-xxl-9 {
    margin-left: 3.5rem!important
  }
  .ms-xxl-10 {
    margin-left: 4rem!important
  }
  .ms-xxl-auto {
    margin-left: auto!important
  }
  .p-xxl-0 {
    padding: 0!important
  }
  .p-xxl-1 {
    padding: .25rem!important
  }
  .p-xxl-2 {
    padding: .5rem!important
  }
  .p-xxl-3 {
    padding: .75rem!important
  }
  .p-xxl-4 {
    padding: 1rem!important
  }
  .p-xxl-5 {
    padding: 1.5rem!important
  }
  .p-xxl-6 {
    padding: 2rem!important
  }
  .p-xxl-7 {
    padding: 2.5rem!important
  }
  .p-xxl-8 {
    padding: 3rem!important
  }
  .p-xxl-9 {
    padding: 3.5rem!important
  }
  .p-xxl-10 {
    padding: 4rem!important
  }
  .px-xxl-0 {
    padding-right: 0!important;
    padding-left: 0!important
  }
  .px-xxl-1 {
    padding-right: .25rem!important;
    padding-left: .25rem!important
  }
  .px-xxl-2 {
    padding-right: .5rem!important;
    padding-left: .5rem!important
  }
  .px-xxl-3 {
    padding-right: .75rem!important;
    padding-left: .75rem!important
  }
  .px-xxl-4 {
    padding-right: 1rem!important;
    padding-left: 1rem!important
  }
  .px-xxl-5 {
    padding-right: 1.5rem!important;
    padding-left: 1.5rem!important
  }
  .px-xxl-6 {
    padding-right: 2rem!important;
    padding-left: 2rem!important
  }
  .px-xxl-7 {
    padding-right: 2.5rem!important;
    padding-left: 2.5rem!important
  }
  .px-xxl-8 {
    padding-right: 3rem!important;
    padding-left: 3rem!important
  }
  .px-xxl-9 {
    padding-right: 3.5rem!important;
    padding-left: 3.5rem!important
  }
  .px-xxl-10 {
    padding-right: 4rem!important;
    padding-left: 4rem!important
  }
  .py-xxl-0 {
    padding-top: 0!important;
    padding-bottom: 0!important
  }
  .py-xxl-1 {
    padding-top: .25rem!important;
    padding-bottom: .25rem!important
  }
  .py-xxl-2 {
    padding-top: .5rem!important;
    padding-bottom: .5rem!important
  }
  .py-xxl-3 {
    padding-top: .75rem!important;
    padding-bottom: .75rem!important
  }
  .py-xxl-4 {
    padding-top: 1rem!important;
    padding-bottom: 1rem!important
  }
  .py-xxl-5 {
    padding-top: 1.5rem!important;
    padding-bottom: 1.5rem!important
  }
  .py-xxl-6 {
    padding-top: 2rem!important;
    padding-bottom: 2rem!important
  }
  .py-xxl-7 {
    padding-top: 2.5rem!important;
    padding-bottom: 2.5rem!important
  }
  .py-xxl-8 {
    padding-top: 3rem!important;
    padding-bottom: 3rem!important
  }
  .py-xxl-9 {
    padding-top: 3.5rem!important;
    padding-bottom: 3.5rem!important
  }
  .py-xxl-10 {
    padding-top: 4rem!important;
    padding-bottom: 4rem!important
  }
  .pt-xxl-0 {
    padding-top: 0!important
  }
  .pt-xxl-1 {
    padding-top: .25rem!important
  }
  .pt-xxl-2 {
    padding-top: .5rem!important
  }
  .pt-xxl-3 {
    padding-top: .75rem!important
  }
  .pt-xxl-4 {
    padding-top: 1rem!important
  }
  .pt-xxl-5 {
    padding-top: 1.5rem!important
  }
  .pt-xxl-6 {
    padding-top: 2rem!important
  }
  .pt-xxl-7 {
    padding-top: 2.5rem!important
  }
  .pt-xxl-8 {
    padding-top: 3rem!important
  }
  .pt-xxl-9 {
    padding-top: 3.5rem!important
  }
  .pt-xxl-10 {
    padding-top: 4rem!important
  }
  .pe-xxl-0 {
    padding-right: 0!important
  }
  .pe-xxl-1 {
    padding-right: .25rem!important
  }
  .pe-xxl-2 {
    padding-right: .5rem!important
  }
  .pe-xxl-3 {
    padding-right: .75rem!important
  }
  .pe-xxl-4 {
    padding-right: 1rem!important
  }
  .pe-xxl-5 {
    padding-right: 1.5rem!important
  }
  .pe-xxl-6 {
    padding-right: 2rem!important
  }
  .pe-xxl-7 {
    padding-right: 2.5rem!important
  }
  .pe-xxl-8 {
    padding-right: 3rem!important
  }
  .pe-xxl-9 {
    padding-right: 3.5rem!important
  }
  .pe-xxl-10 {
    padding-right: 4rem!important
  }
  .pb-xxl-0 {
    padding-bottom: 0!important
  }
  .pb-xxl-1 {
    padding-bottom: .25rem!important
  }
  .pb-xxl-2 {
    padding-bottom: .5rem!important
  }
  .pb-xxl-3 {
    padding-bottom: .75rem!important
  }
  .pb-xxl-4 {
    padding-bottom: 1rem!important
  }
  .pb-xxl-5 {
    padding-bottom: 1.5rem!important
  }
  .pb-xxl-6 {
    padding-bottom: 2rem!important
  }
  .pb-xxl-7 {
    padding-bottom: 2.5rem!important
  }
  .pb-xxl-8 {
    padding-bottom: 3rem!important
  }
  .pb-xxl-9 {
    padding-bottom: 3.5rem!important
  }
  .pb-xxl-10 {
    padding-bottom: 4rem!important
  }
  .ps-xxl-0 {
    padding-left: 0!important
  }
  .ps-xxl-1 {
    padding-left: .25rem!important
  }
  .ps-xxl-2 {
    padding-left: .5rem!important
  }
  .ps-xxl-3 {
    padding-left: .75rem!important
  }
  .ps-xxl-4 {
    padding-left: 1rem!important
  }
  .ps-xxl-5 {
    padding-left: 1.5rem!important
  }
  .ps-xxl-6 {
    padding-left: 2rem!important
  }
  .ps-xxl-7 {
    padding-left: 2.5rem!important
  }
  .ps-xxl-8 {
    padding-left: 3rem!important
  }
  .ps-xxl-9 {
    padding-left: 3.5rem!important
  }
  .ps-xxl-10 {
    padding-left: 4rem!important
  }
  .text-xxl-start {
    text-align: left!important
  }
  .text-xxl-end {
    text-align: right!important
  }
  .text-xxl-center {
    text-align: center!important
  }
}
@media (min-width:1200px) {
  .fs-1 {
    font-size: 1.4109375rem!important
  }
  .fs-2 {
    font-size: 1.3125rem!important
  }
}
@media print {
  .d-print-inline {
    display: inline!important
  }
  .d-print-inline-block {
    display: inline-block!important
  }
  .d-print-block {
    display: block!important
  }
  .d-print-grid {
    display: grid!important
  }
  .d-print-table {
    display: table!important
  }
  .d-print-table-row {
    display: table-row!important
  }
  .d-print-table-cell {
    display: table-cell!important
  }
  .d-print-flex {
    display: flex!important
  }
  .d-print-inline-flex {
    display: inline-flex!important
  }
  .d-print-none {
    display: none!important
  }
}
:root {
  --bs-blue: #55a6c4;
  --bs-indigo: #6610f2;
  --bs-purple: #902875;
  --bs-pink: #fb1475;
  --bs-red: #ff5648;
  --bs-orange: #ff7602;
  --bs-yellow: #fcd571;
  --bs-green: #348267;
  --bs-teal: #57daac;
  --bs-cyan: #17a2b8;
  --bs-white: #fff;
  --bs-gray-50: #fcfcfc;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-black: #000;
  --bs-primary: #55a6c4;
  --bs-secondary: #902875;
  --bs-success: #348267;
  --bs-info: #57daac;
  --bs-warning: #fcd571;
  --bs-danger: #e11717;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-muted: #adb5bd;
  --bs-primary-rgb: 85,166,196;
  --bs-secondary-rgb: 144,40,117;
  --bs-success-rgb: 52,130,103;
  --bs-info-rgb: 87,218,172;
  --bs-warning-rgb: 252,213,113;
  --bs-danger-rgb: 225,23,23;
  --bs-light-rgb: 248,249,250;
  --bs-dark-rgb: 33,37,41;
  --bs-muted-rgb: 173,181,189;
  --bs-white-rgb: 255,255,255;
  --bs-black-rgb: 0,0,0;
  --bs-body-color-rgb: 33,37,41;
  --bs-body-bg-rgb: 255,255,255;
  --bs-font-sans-serif: 'Gotham A','Gotham B',sans-serif;
  --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,'Liberation Mono','Courier New',monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 0.875rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --white: #FCFCFC;
  --gray: #CBCDD3;
  --dark: #777777;
  --error: #EF8D9C;
  --orange: #FFC39E;
  --success: #B0DB7D;
  --secondary: #99DBB4
}
*,
::after,
::before {
  box-sizing: border-box
}
@media (prefers-reduced-motion:no-preference) {
  :root {
    scroll-behavior: smooth
  }
}
/* body {
  position: relative;
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  background: black;
} */
html {
  position: relative;
  min-height: 100%
}
hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: .25
}
hr:not([size]) {
  height: .0625rem
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2
}
.h1,
h1 {
  font-size: calc(1.26609375rem + .193125vw)
}
@media (min-width:1200px) {
  .h1,
  h1 {
    font-size: 1.4109375rem
  }
}
.h2,
h2 {
  font-size: calc(1.25625rem + .075vw)
}
@media (min-width:1200px) {
  .h2,
  h2 {
    font-size: 1.3125rem
  }
}
.h3,
h3 {
  font-size: 1.1484375rem
}
.h4,
h4 {
  font-size: .984375rem
}
.h5,
h5 {
  font-size: .875rem
}
.h6,
h6 {
  font-size: .765625rem
}
abbr[data-bs-original-title],
abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit
}
ol,
ul {
  padding-left: 2rem
}
dl,
ol,
ul {
  margin-top: 0
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0
}
dt {
  color: #212529;
  font-weight: 700
}
dd {
  font-weight: 500;
  margin-bottom: .75rem;
  margin-left: 0
}
[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: unset
}
blockquote {
  margin: 0 0 1rem
}
b,
strong {
  font-weight: bolder
}
.small,
small {
  font-size: .875em
}
.mark,
mark {
  padding: .2em;
  background-color: #fcf8e3
}
sub,
sup {
  position: relative;
  font-size: .75em;
  line-height: 0;
  vertical-align: baseline
}
sub {
  bottom: -.25em
}
sup {
  top: -.5em
}
a {
  color: #fff;
  text-decoration: none
}
a:hover {
  color: #b7b7b7
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none
}
code,
kbd,
pre,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr;
  unicode-bidi: bidi-override
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 1em
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal
}
code {
  font-size: 1em;
  color: #fb1475;
  word-wrap: break-word
}
a > code {
  color: inherit
}
kbd {
  padding: .2rem .4rem;
  font-size: 1em;
  color: #fff;
  background-color: #dee2e6;
  border-radius: .375rem
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700
}
figure {
  margin: 0 0 1rem
}
img,
svg {
  vertical-align: middle
}
table {
  caption-side: bottom;
  border-collapse: collapse
}
caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #6c757d;
  text-align: left
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent
}
tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0
}
label {
  display: inline-block
}
button {
  border-radius: 0
}
button:focus:not(:focus-visible) {
  outline: 0
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}
textarea {
  outline: none!important;
}
textarea:focus {
  transform: none;
  outline: none!important;
  box-shadow: none;
}
button,
select {
  text-transform: none
}
[role=button] {
  cursor: pointer
}
select {
  word-wrap: normal
}
select:disabled {
  opacity: 1
}
[list]::-webkit-calendar-picker-indicator {
  display: none
}
[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button
}
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer
}
:focus,
a:focus,
button:focus {
  outline-color: rgba(85,166,196,.5)
}
::-moz-focus-inner {
  padding: 0;
  border-style: none
}
textarea {
  resize: none
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0
}
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: calc(1.275rem + .3vw);
  line-height: inherit
}
@media (min-width:1200px) {
  legend {
    font-size: 1.5rem
  }
}
legend + * {
  clear: left
}
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding: 0
}
::-webkit-inner-spin-button {
  height: auto
}
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield
}
::-webkit-search-decoration {
  -webkit-appearance: none
}
::-webkit-color-swatch-wrapper {
  padding: 0
}
::file-selector-button {
  font: inherit
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button
}
output {
  display: inline-block
}
iframe {
  border: 0
}
summary {
  display: list-item;
  cursor: pointer
}
progress {
  vertical-align: baseline
}
[hidden] {
  display: none!important
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}
input[type=number] {
  -moz-appearance: textfield
}
::-moz-selection {
  color: #55a6c4;
  background-color: rgba(85,166,196,.1)
}
::selection {
  color: #55a6c4;
  background-color: rgba(85,166,196,.1)
}
.bg-primary ::-moz-selection {
  color: #fff;
  background-color: rgba(255,255,255,.1)
}
.bg-primary ::selection {
  color: #fff;
  background-color: rgba(255,255,255,.1)
}
.text-gray-50 {
  color: var(--bs-gray-50)!important
}
.text-gray-100 {
  color: var(--bs-gray-100)!important
}
.text-gray-200 {
  color: var(--bs-gray-200)!important
}
.text-gray-300 {
  color: var(--bs-gray-300)!important
}
.text-gray-400 {
  color: var(--bs-gray-400)!important
}
.text-gray-500 {
  color: var(--bs-gray-500)!important
}
.text-gray-600 {
  color: var(--bs-gray-600)!important
}
.text-gray-700 {
  color: var(--bs-gray-700)!important
}
.text-gray-800 {
  color: var(--bs-gray-800)!important
}
.text-gray-900 {
  color: var(--bs-gray-900)!important
}
.bg-gray-50 {
  color: var(--bs-gray-50)!important
}
.bg-gray-100 {
  color: var(--bs-gray-100)!important
}
.bg-gray-200 {
  color: var(--bs-gray-200)!important
}
.bg-gray-300 {
  color: var(--bs-gray-300)!important
}
.bg-gray-400 {
  color: var(--bs-gray-400)!important
}
.bg-gray-500 {
  color: var(--bs-gray-500)!important
}
.bg-gray-600 {
  color: var(--bs-gray-600)!important
}
.bg-gray-700 {
  color: var(--bs-gray-700)!important
}
.bg-gray-800 {
  color: var(--bs-gray-800)!important
}
.bg-gray-900 {
  color: var(--bs-gray-900)!important
}
.text-bg-gray-50 {
  background: #fcfcfc;
  color: #212529
}
.text-bg-gray-100 {
  background: #f8f9fa;
  color: #212529
}
.text-bg-gray-200 {
  background: #e9ecef;
  color: #212529
}
.text-bg-gray-300 {
  background: #dee2e6;
  color: #212529
}
.text-bg-gray-400 {
  background: #ced4da;
  color: #212529
}
.text-bg-gray-500 {
  background: #adb5bd;
  color: #212529
}
.text-bg-gray-600 {
  background: #6c757d;
  color: #fff
}
.text-bg-gray-700 {
  background: #495057;
  color: #fff
}
.text-bg-gray-800 {
  background: #343a40;
  color: #fff
}
.text-bg-gray-900 {
  background: #212529;
  color: #fff
}
.text-bg-light {
  background: #f8f9fa;
  color: #212529
}
.text-bg-dark {
  background: #212529;
  color: #fff
}
.text-blue {
  color: var(--bs-blue)!important
}
.text-indigo {
  color: var(--bs-indigo)!important
}
.text-purple {
  color: var(--bs-purple)!important
}
.text-pink {
  color: var(--bs-pink)!important
}
.text-red {
  color: var(--bs-red)!important
}
.text-orange {
  color: var(--bs-orange)!important
}
.text-yellow {
  color: var(--bs-yellow)!important
}
.text-green {
  color: var(--bs-green)!important
}
.text-teal {
  color: var(--bs-teal)!important
}
.text-cyan {
  color: var(--bs-cyan)!important
}
.text-bg-blue-50 {
  background: #eef6f9;
  color: #212529
}
.text-bg-blue-100 {
  background: #ddedf3;
  color: #212529
}
.text-bg-blue-200 {
  background: #bbdbe7;
  color: #212529
}
.text-bg-blue-300 {
  background: #99cadc;
  color: #212529
}
.text-bg-blue-400 {
  background: #77b8d0;
  color: #fff
}
.text-bg-blue-500 {
  background: #55a6c4;
  color: #fff
}
.text-bg-blue-600 {
  background: #44859d;
  color: #fff
}
.text-bg-blue-700 {
  background: #336476;
  color: #fff
}
.text-bg-blue-800 {
  background: #22424e;
  color: #fff
}
.text-bg-blue-900 {
  background: #112127;
  color: #fff
}
.text-bg-purple-50 {
  background: #f4eaf1;
  color: #212529
}
.text-bg-purple-100 {
  background: #e9d4e3;
  color: #212529
}
.text-bg-purple-200 {
  background: #d3a9c8;
  color: #212529
}
.text-bg-purple-300 {
  background: #bc7eac;
  color: #fff
}
.text-bg-purple-400 {
  background: #a65391;
  color: #fff
}
.text-bg-purple-500 {
  background: #902875;
  color: #fff
}
.text-bg-purple-600 {
  background: #73205e;
  color: #fff
}
.text-bg-purple-700 {
  background: #561846;
  color: #fff
}
.text-bg-purple-800 {
  background: #3a102f;
  color: #fff
}
.text-bg-purple-900 {
  background: #1d0817;
  color: #fff
}
.text-bg-green-50 {
  background: #ebf3f0;
  color: #212529
}
.text-bg-green-100 {
  background: #d6e6e1;
  color: #212529
}
.text-bg-green-200 {
  background: #aecdc2;
  color: #212529
}
.text-bg-green-300 {
  background: #85b4a4;
  color: #fff
}
.text-bg-green-400 {
  background: #5d9b85;
  color: #fff
}
.text-bg-yellow-500 {
  background: #348267;
  color: #fff
}
.text-bg-green-600 {
  background: #2a6852;
  color: #fff
}
.text-bg-green-700 {
  background: #1f4e3e;
  color: #fff
}
.text-bg-green-800 {
  background: #153429;
  color: #fff
}
.text-bg-green-900 {
  background: #0a1a15;
  color: #fff
}
.text-bg-red-50 {
  background: #fce8e8;
  color: #212529
}
.text-bg-red-100 {
  background: #f9d1d1;
  color: #212529
}
.text-bg-red-200 {
  background: #f3a2a2;
  color: #212529
}
.text-bg-red-300 {
  background: #ed7474;
  color: #fff
}
.text-bg-red-400 {
  background: #e74545;
  color: #fff
}
.text-bg-red-500 {
  background: #e11717;
  color: #fff
}
.text-bg-red-600 {
  background: #b41212;
  color: #fff
}
.text-bg-red-700 {
  background: #870e0e;
  color: #fff
}
.text-bg-red-800 {
  background: #5a0909;
  color: #fff
}
.text-bg-red-900 {
  background: #2d0505;
  color: #fff
}
.text-bg-yellow-50 {
  background: #fffbf1;
  color: #212529
}
.text-bg-yellow-100 {
  background: #fef7e3;
  color: #212529
}
.text-bg-yellow-200 {
  background: #feeec6;
  color: #212529
}
.text-bg-yellow-300 {
  background: #fde6aa;
  color: #212529
}
.text-bg-yellow-400 {
  background: #fddd8d;
  color: #212529
}
.text-bg-yellow-500 {
  background: #fcd571;
  color: #212529
}
.text-bg-yellow-600 {
  background: #caaa5a;
  color: #fff
}
.text-bg-yellow-700 {
  background: #978044;
  color: #fff
}
.text-bg-yellow-800 {
  background: #65552d;
  color: #fff
}
.text-bg-yellow-900 {
  background: #322b17;
  color: #fff
}
.text-bg-teal-50 {
  background: #eefbf7;
  color: #212529
}
.text-bg-teal-100 {
  background: #ddf8ee;
  color: #212529
}
.text-bg-teal-200 {
  background: #bcf0de;
  color: #212529
}
.text-bg-teal-300 {
  background: #9ae9cd;
  color: #212529
}
.text-bg-teal-400 {
  background: #79e1bd;
  color: #212529
}
.text-bg-teal-500 {
  background: #57daac;
  color: #212529
}
.text-bg-teal-600 {
  background: #46ae8a;
  color: #fff
}
.text-bg-teal-700 {
  background: #348367;
  color: #fff
}
.text-bg-teal-800 {
  background: #235745;
  color: #fff
}
.text-bg-teal-900 {
  background: #112c22;
  color: #fff
}
.text-bg-pink-600 {
  background: #c9105e;
  color: #fff
}
.text-bg-white {
  background: #fff;
  color: #212529
}
.text-bg-black {
  background: #000;
  color: #fff
}
.bg-white-25 {
  background: rgba(255,255,255,.25)
}
.bg-black-75 {
  background: rgba(0,0,0,.75)
}
.text-inherit {
  color: inherit!important
}
.bg-orange-gradient {
  background: linear-gradient(to left bottom,#fcd751,#e94287)
}
.bg-green-gradient {
  background: linear-gradient(to left bottom,#7cd6af,#3e7ba0)
}
.bg-paypal-gradient {
  background: linear-gradient(to right bottom,#012169,#003087,#009cde)
}
.font-size-xs {
  font-size: .625rem
}
.font-size-sm {
  font-size: .75rem
}
.font-size-lg {
  font-size: 1rem
}
.font-size-xl {
  font-size: 1.25rem
}
.font-size-base-to-mobile-sm {
  font-size: .875rem
}
@media (max-width:767.98px) {
  .font-size-base-to-mobile-sm {
    font-size: .75rem
  }
}
.font-size-lg-to-mobile-base {
  font-size: 1rem
}
@media (max-width:767.98px) {
  .font-size-lg-to-mobile-base {
    font-size: .875rem
  }
}
.lead {
  font-size: 1.09375rem;
  font-weight: 300
}
.display-title-landing {
  font-size: 4.4rem;
  max-width: 500px;
  line-height: 4.4rem
}
.laurel-text {
  position: absolute;
  width: 170px;
  top: 12px;
  color: #000;
  font-size: 13px;
  font-weight: 700;
  text-shadow: none
}
.laurel-stars {
  position: absolute;
  width: 170px;
  top: 29px
}
.laurel-stars img {
  width: 13px;
  margin-left: 2px;
  margin-right: 2px
}
.display-1 {
  font-size: calc(1.409375rem + 1.9125vw);
  font-weight: 400;
  line-height: 1.2
}
@media (min-width:1200px) {
  .display-1 {
    font-size: 2.84375rem
  }
}
.display-2 {
  font-size: calc(1.34375rem + 1.125vw);
  font-weight: 400;
  line-height: 1.2
}
@media (min-width:1200px) {
  .display-2 {
    font-size: 2.1875rem
  }
}
.display-3 {
  font-size: calc(1.2890625rem + .46875vw);
  font-weight: 400;
  line-height: 1.2
}
@media (min-width:1200px) {
  .display-3 {
    font-size: 1.640625rem
  }
}
.display-4 {
  font-size: 1.09375rem;
  font-weight: 400;
  line-height: 1.2
}
.display-5 {
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.2
}
.display-6 {
  font-size: .765625rem;
  font-weight: 400;
  line-height: 1.2
}
b,
strong {
  font-weight: 500
}
.text-underline {
  text-decoration: underline
}
.list-unstyled {
  padding-left: 0;
  list-style: none
}
.list-inline {
  padding-left: 0;
  list-style: none
}
.list-inline-item {
  display: inline-block
}
.list-inline-item:not(:last-child) {
  margin-right: .5rem
}
@media (min-width:992px) {
  .text-lg-nowrap {
    white-space: nowrap!important
  }
}
.img-fluid {
  max-width: 100%;
  height: auto
}
.img-thumbnail {
  padding: .25rem;
  background-color: #fff;
  border: .0625rem solid #dee2e6;
  border-radius: .5rem;
  max-width: 100%;
  height: auto
}
.w-54 {
  width: 54px;
  min-width: 54px
}
.h-54 {
  height: 54px
}
.figure {
  display: inline-block
}
.figure-img {
  margin-bottom: .5rem;
  line-height: 1
}
.figure-caption {
  font-size: .875em;
  color: #6c757d
}
.clearfix::after {
  display: block;
  clear: both;
  content: ''
}
.link-primary {
  color: #55a6c4
}
.link-primary:focus,
.link-primary:hover {
  color: #2b5362
}
.link-secondary {
  color: #902875
}
.link-secondary:focus,
.link-secondary:hover {
  color: #48143b
}
.link-success {
  color: #348267
}
.link-success:focus,
.link-success:hover {
  color: #1a4134
}
.link-info {
  color: #57daac
}
.link-info:focus,
.link-info:hover {
  color: #abedd6
}
.link-warning {
  color: #fcd571
}
.link-warning:focus,
.link-warning:hover {
  color: #feeab8
}
.link-danger {
  color: #e11717
}
.link-danger:focus,
.link-danger:hover {
  color: #710c0c
}
.link-muted {
  color: #adb5bd
}
.link-muted:focus,
.link-muted:hover {
  color: #d6dade
}
.img-thumbnail {
  height: 42px;
  min-width: 42px;
  width: 42px
}
.upload-preview-img {
  height: 42px;
  width: 50px
}
[class*=line-clamp-] {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden
}
.line-clamp-2 {
  -webkit-line-clamp: 2
}
.line-clamp-4 {
  -webkit-line-clamp: 4
}
.line-clamp-6 {
  -webkit-line-clamp: 6
}
.list-py-1 > li:not(:first-child) {
  padding-top: .3125rem
}
.list-py-1 > li:not(:last-child) {
  padding-bottom: .3125rem
}
.list-py-2 > li:not(:first-child) {
  padding-top: .5rem
}
.list-py-2 > li:not(:last-child) {
  padding-bottom: .5rem
}
.list-py-3 > li:not(:first-child) {
  padding-top: 1rem
}
.list-py-3 > li:not(:last-child) {
  padding-bottom: 1rem
}
.list-px-1 > li:not(:first-child),
.list-px-1 > li:not(:last-child) {
  padding-right: .25rem
}
.list-px-2 > li:not(:first-child),
.list-px-2 > li:not(:last-child) {
  padding-right: .5rem
}
.list-px-3 > li:not(:first-child),
.list-px-3 > li:not(:last-child) {
  padding-right: 1rem
}
.overflow-x-hidden {
  overflow-x: hidden
}
.overflow-y-auto {
  overflow-y: auto
}
.page-actions {
  z-index: 2;
  box-shadow: 0 -2px 5px rgba(0,0,0,.05)
}
.password-indicators .invalid-check {
  color: #ced4da
}
.password-indicators .valid-check {
  color: #348267
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030
}
.top-1 {
  top: 1rem
}
.bottom-1 {
  bottom: 1rem
}
.start-1 {
  left: 1rem
}
.end-1 {
  right: 1rem
}
.ratio {
  position: relative;
  width: 100%
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: ''
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.ratio-1x1 {
  --bs-aspect-ratio: 100%
}
.ratio-4x3 {
  --bs-aspect-ratio: 75%
}
.ratio-16x9 {
  --bs-aspect-ratio: 56.25%
}
.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%
}
.read-only {
  cursor: default
}
.read-only:focus,
.read-only:hover {
  cursor: default;
  color: inherit
}
.read-only.btn,
.ts-dropdown-content .read-only.create {
  pointer-events: none
}
.read-only.btn:focus,
.read-only.btn:hover,
.ts-dropdown-content .read-only.create:focus,
.ts-dropdown-content .read-only.create:hover {
  box-shadow: none
}
[readonly]:not(.flatpickr-custom):not(textarea) {
  cursor: default;
  pointer-events: none;
  opacity: .5!important
}
[readonly]:not(.flatpickr-custom):not(textarea) + label {
  opacity: .5!important
}
.rounded-top-0 {
  border-top-left-radius: 0!important;
  border-top-right-radius: 0!important
}
.rounded-start-0 {
  border-top-left-radius: 0!important;
  border-bottom-left-radius: 0!important
}
.rounded-end-0 {
  border-top-right-radius: 0!important;
  border-bottom-right-radius: 0!important
}
.rounded-bottom-0 {
  border-bottom-right-radius: 0!important;
  border-bottom-left-radius: 0!important
}
.btn.disabled-while-creating:disabled:before,
.btn.disabled-while-updating-plan:before,
.btn[data-save-successful=true]:before,
.shimmer,
.ts-dropdown-content .disabled-while-creating.create:disabled:before,
.ts-dropdown-content .disabled-while-updating-plan.create:before,
.ts-dropdown-content [data-save-successful=true].create:before {
  animation: shimmer 3s infinite;
  background: linear-gradient(to right,#ced4da,#e9ecef,#ced4da);
  background-size: 400% 100%
}
@keyframes shimmer {
  0% {
    background-position: 0 100%
  }
  50% {
    background-position: 100% 100%
  }
  100% {
    background-position: 0 100%
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch
}
.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: ''
}
.svg-icon {
  display: inline-block;
  height: 1.25rem;
  width: 1.25rem;
  flex-shrink: 0
}
.svg-icon:not(.ignore-fill) [fill]:not([fill=none]) {
  fill: currentColor!important
}
.svg-icon.mt-svg-fix {
  margin-top: 1px
}
.svg-icon-xs > svg,
svg.svg-icon-xs {
  width: .75rem;
  height: .75rem
}
.svg-icon-sm > svg,
svg.svg-icon-sm {
  width: 1rem;
  height: 1rem
}
.svg-icon-lg > svg,
svg.svg-icon-lg {
  width: 1.75rem;
  height: 1.75rem
}
.svg-icon-xl > svg,
svg.svg-icon-xl {
  width: 2.625rem;
  height: 2.625rem
}
.svg-icon-fluid > svg,
svg.svg-icon-fluid {
  width: 100%;
  height: 100%
}
.check-fix path {
  stroke: currentColor!important
}
.tag-with-icon svg {
  height: 100%;
  width: auto
}
.fade {
  transition: opacity .15s linear
}
@media (prefers-reduced-motion:reduce) {
  .fade {
    transition: none
  }
}
.fade:not(.show) {
  opacity: 0
}
.collapse:not(.show) {
  display: none
}
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height .35s ease
}
@media (prefers-reduced-motion:reduce) {
  .collapsing {
    transition: none
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width .35s ease
}
@media (prefers-reduced-motion:reduce) {
  .collapsing.collapse-horizontal {
    transition: none
  }
}
.custom-vh-100 {
  height: 100vh;
  height: calc(var(--vh,1vh) * 100)
}
.device-ios .custom-vh-100 {
  height: -webkit-fill-available
}
.min-vh-100-minus-header {
  height: calc(100vh - 5rem)
}
.device-ios .min-vh-100-minus-header {
  height: -webkit-fill-available
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute!important;
  width: 1px!important;
  height: 1px!important;
  padding: 0!important;
  margin: -1px!important;
  overflow: hidden!important;
  clip: rect(0,0,0,0)!important;
  white-space: nowrap!important;
  border: 0!important
}
.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: .25
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x,1.5rem);
  padding-left: var(--bs-gutter-x,1.5rem);
  margin-right: auto;
  margin-left: auto
}
@media (min-width:576px) {
  .container,
  .container-sm {
    max-width: 540px
  }
}
@media (min-width:768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 790px
  }
}
@media (min-width:992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px
  }
}
@media (min-width:1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1320px
  }
}
@media (min-width:1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1480px
  }
}
.main {
  z-index: 1
}
header {
  height: 5rem
}
header.fixed-top:not(.fixed-top-no-padding) + main {
  padding-top: 5rem
}
header.dynamic-top {
  background: rgba(0,0,0,0);
  position: absolute;
  transition: opacity .2s ease-in-out,top .2s ease-in-out;
  width: 100%
}
header.dynamic-top:not(.out-of-view) .search-wrap {
  display: none;
  pointer-events: none;
  opacity: 0
}
header.dynamic-top:not(.out-of-view) .navbar-dropdown-account-wrapper svg {
  color: #fff;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
header.dynamic-top:not(.out-of-view) .navbar-dropdown-account-wrapper:hover svg {
  color: #dee2e6
}
header.dynamic-top.out-of-view {
  opacity: 0;
  position: fixed;
  top: -5rem;
  z-index: 99
}
@media (max-width:575.98px) {
  header.dynamic-top .hide-until-stick-it {
    display: none!important
  }
}
header.dynamic-top.stick-it {
  opacity: 1;
  top: 0
}
@media (max-width:575.98px) {
  header.dynamic-top.stick-it .hide-until-stick-it {
    display: flex!important
  }
}
footer {
  z-index: 0
}
.panel-main {
  flex-grow: 1
}
.panel-left,
.panel-right {
  position: sticky;
  top: 0;
  max-height: calc(100vh - 5rem)
}
.panel-left .offcanvas-body,
.panel-right .offcanvas-body {
  flex-grow: 1;
  padding: 0
}
@media (min-width:1200px) {
  .panel-right {
    background-image: linear-gradient(to right,#fcfcfc 0,rgba(255,255,255,0) 15%);
    border-left: 1px solid var(--bs-gray-200);
    box-shadow: inset 5px 0 10px 0 rgba(0,0,0,.03)
  }
  .panel-right .offcanvas {
    display: flex;
    max-height: calc(100vh - 5rem);
    min-height: calc(100vh - 5rem);
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    visibility: visible;
    width: 100%;
    z-index: 0
  }
  .panel-right.panel-sm {
    flex: 0 0 290px
  }
  .panel-right.panel-lg {
    flex: 0 0 420px
  }
}
@media (max-width:1199.98px) {
  .stack-right-panel .panel-right {
    max-height: unset
  }
  .stack-right-panel .panel-right:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin-right: -200px;
    margin-left: -200px;
    background: #fcfcfc;
    pointer-events: none;
    border-top: 1px solid #e9ecef
  }
}
@media (max-width:1199.98px) {
  .container-fluid:not(.stack-right-panel) .panel-right,
  .container-lg:not(.stack-right-panel) .panel-right,
  .container-md:not(.stack-right-panel) .panel-right,
  .container-sm:not(.stack-right-panel) .panel-right,
  .container-xl:not(.stack-right-panel) .panel-right,
  .container-xxl:not(.stack-right-panel) .panel-right,
  .container:not(.stack-right-panel) .panel-right {
    border-left: none;
    box-shadow: none;
    flex: 0;
    padding: 0;
    z-index: 100
  }
  .container-fluid:not(.stack-right-panel) .panel-right .offcanvas,
  .container-lg:not(.stack-right-panel) .panel-right .offcanvas,
  .container-md:not(.stack-right-panel) .panel-right .offcanvas,
  .container-sm:not(.stack-right-panel) .panel-right .offcanvas,
  .container-xl:not(.stack-right-panel) .panel-right .offcanvas,
  .container-xxl:not(.stack-right-panel) .panel-right .offcanvas,
  .container:not(.stack-right-panel) .panel-right .offcanvas {
    top: 5rem;
    right: 0
  }
  .container-fluid:not(.stack-right-panel) .panel-right .offcanvas:not(.show),
  .container-lg:not(.stack-right-panel) .panel-right .offcanvas:not(.show),
  .container-md:not(.stack-right-panel) .panel-right .offcanvas:not(.show),
  .container-sm:not(.stack-right-panel) .panel-right .offcanvas:not(.show),
  .container-xl:not(.stack-right-panel) .panel-right .offcanvas:not(.show),
  .container-xxl:not(.stack-right-panel) .panel-right .offcanvas:not(.show),
  .container:not(.stack-right-panel) .panel-right .offcanvas:not(.show) {
    transform: translateX(100%)
  }
  .container-fluid:not(.stack-right-panel) .panel-right.panel-sm .offcanvas,
  .container-lg:not(.stack-right-panel) .panel-right.panel-sm .offcanvas,
  .container-md:not(.stack-right-panel) .panel-right.panel-sm .offcanvas,
  .container-sm:not(.stack-right-panel) .panel-right.panel-sm .offcanvas,
  .container-xl:not(.stack-right-panel) .panel-right.panel-sm .offcanvas,
  .container-xxl:not(.stack-right-panel) .panel-right.panel-sm .offcanvas,
  .container:not(.stack-right-panel) .panel-right.panel-sm .offcanvas {
    width: 290px
  }
  .container-fluid:not(.stack-right-panel) .panel-right.panel-lg .offcanvas,
  .container-lg:not(.stack-right-panel) .panel-right.panel-lg .offcanvas,
  .container-md:not(.stack-right-panel) .panel-right.panel-lg .offcanvas,
  .container-sm:not(.stack-right-panel) .panel-right.panel-lg .offcanvas,
  .container-xl:not(.stack-right-panel) .panel-right.panel-lg .offcanvas,
  .container-xxl:not(.stack-right-panel) .panel-right.panel-lg .offcanvas,
  .container:not(.stack-right-panel) .panel-right.panel-lg .offcanvas {
    width: 420px
  }
}
@media (min-width:768px) {
  .break-left-panel-md .panel-left {
    background-image: linear-gradient(to right,rgba(255,255,255,0) 0,#f8f9fa 50%);
    border-right: 1px solid var(--bs-gray-200)
  }
  .break-left-panel-md .panel-left .offcanvas {
    display: flex;
    max-height: calc(100vh - 5rem);
    min-height: calc(100vh - 5rem);
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    visibility: visible;
    width: 100%;
    z-index: 0
  }
  .break-left-panel-md .panel-left.panel-sm {
    flex: 0 0 290px
  }
  .break-left-panel-md .panel-left.panel-lg {
    flex: 0 0 420px
  }
  .break-left-panel-md .width-minus-left-sm {
    width: calc(100% - 290px)
  }
  .break-left-panel-md .width-minus-left-lg {
    width: calc(100% - 420px)
  }
}
@media (max-width:767.98px) {
  .break-left-panel-md .panel-left {
    flex: 0;
    padding: 0;
    border-right: none;
    z-index: 100
  }
  .break-left-panel-md .panel-left .offcanvas {
    top: 5rem;
    left: 0
  }
  .break-left-panel-md .panel-left .offcanvas:not(.show) {
    transform: translateX(-100%)
  }
  .break-left-panel-md .panel-left.panel-sm .offcanvas {
    width: 290px
  }
  .break-left-panel-md .panel-left.panel-lg .offcanvas {
    width: 420px
  }
}
@media (max-width:991.98px) {
  .height-100vh-lg-down {
    height: calc(100vh - 162px)
  }
}
@media (max-width:1199.98px) {
  .height-100vh-xl-down {
    height: calc(100vh - 162px)
  }
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  /* padding-top: .5rem;
  padding-bottom: .5rem */
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-lg,
.navbar > .container-md,
.navbar > .container-sm,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between
}
.navbar > .container-fluid,
.navbar > .container-lg,
.navbar > .container-md,
.navbar > .container-sm,
.navbar > .container-xl,
.navbar > .container-xxl {
  padding-left: 1.25rem;
  padding-right: 1.25rem
}
.navbar.navbar-height {
  height: 5rem
}
.navbar-brand {
  padding-top: .90625rem;
  padding-bottom: .90625rem;
  font-size: 1rem;
  white-space: nowrap
}
@media (min-width:992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex!important;
    flex-basis: auto
  }
  .navbar-expand-lg .navbar-toggler {
    display: none
  }
  .navbar-expand-lg .offcanvas-header {
    display: none
  }
  .navbar-expand-lg .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible!important;
    background-color: rgba(0,0,0,0);
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none
  }
  .navbar-expand-lg .offcanvas-bottom,
  .navbar-expand-lg .offcanvas-top {
    height: auto;
    border-top: 0;
    border-bottom: 0
  }
  .navbar-expand-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start
}
.navbar-expand .navbar-nav {
  flex-direction: row
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible
}
.navbar-expand .navbar-collapse {
  display: flex!important;
  flex-basis: auto
}
.navbar-expand .navbar-toggler {
  display: none
}
.navbar-expand .offcanvas-header {
  display: none
}
.navbar-expand .offcanvas {
  position: inherit;
  bottom: 0;
  z-index: 1000;
  flex-grow: 1;
  visibility: visible!important;
  background-color: rgba(0,0,0,0);
  border-right: 0;
  border-left: 0;
  transition: none;
  transform: none
}
.navbar-expand .offcanvas-bottom,
.navbar-expand .offcanvas-top {
  height: auto;
  border-top: 0;
  border-bottom: 0
}
.navbar-expand .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible
}
@media (min-width:992px) {
  .offcanvas {
    visibility: visible;
    position: relative
  }
  .nav-item:not(:last-child) {
    margin-right: .75rem
  }
}
@media (max-width:980px) {
  .offcanvas {
    background: linear-gradient(0deg,#000 0,#141414 160%);
    right: 0;
    top: 0;
    width: 290px
  }
  .offcanvas:not(.show) {
    transform: translateX(100%)
  }
  .buy-sell-switcher {
    order: -1
  }
  .dropdown-divider {
    opacity: .5
  }
  .nav-item .nav-link,
  .nav-item p {
    color: var(--bs-white)
  }
  .nav-item .h5,
  .nav-item h5,
  .nav-item:hover > .nav-link {
    color: var(--bs-gray-300)
  }
}
.navbar-toggler {
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1;
  background-color: rgba(0,0,0,0);
  border: .0625rem solid transparent;
  border-radius: .5rem;
  transition: box-shadow .15s ease-in-out;
  cursor: pointer
}
@media (prefers-reduced-motion:reduce) {
  .navbar-toggler {
    transition: none
  }
}
.navbar-toggler:hover {
  text-decoration: none
}
.navbar.theme-default .text-theme {
  color: #000
}
.navbar.theme-transparent .nav-link {
  color: #fff
}
.navbar.theme-transparent .nav-link.active,
.navbar.theme-transparent .nav-link:focus,
.navbar.theme-transparent .nav-link:hover {
  color: #e9ecef
}
.navbar.theme-transparent .text-theme {
  color: #fff
}
.navbar-dropdown-account-wrapper {
  display: inline-flex;
  align-items: center;
  color: #495057;
  background-color: rgba(0,0,0,0);
  padding: .25rem;
  border-radius: 50rem;
  transition: .3s;
  outline: 0;
  cursor: pointer
}
.navbar-dropdown-account-wrapper .viewing-as-badge {
  padding: .25rem calc(.5rem + 2px) .25rem .5rem;
  color: #fff;
  font-size: .625rem;
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: 500;
  margin-right: -2px;
  border-top-left-radius: .5rem;
  border-bottom-left-radius: .5rem
}
.navbar-dropdown-account-wrapper .avatar .avatar-img {
  box-shadow: 0 0 0 2px #fff;
  background: #fff
}
.navbar-main {
  z-index: 99
}
.navbar-main .nav > .nav-item {
  font-weight: 500
}
@media (min-width:992px) {
  .navbar-main .nav > .nav-item {
    font-weight: 400
  }
}
@media (max-width:991.98px) {
  .navbar-main .nav .nav-link {
    padding: .5rem 1re;
    border-radius: .375rem;
    align-items: center
  }
  .navbar-main .nav .nav-link:hover {
    background-color: rgba(0,0,0,.1)
  }
}
.navbar-main .dropdown-item .text-dynamic,
.navbar-main .ts-dropdown-content .no-results .text-dynamic,
.navbar-main .ts-dropdown-content .option .text-dynamic,
.ts-dropdown-content .navbar-main .no-results .text-dynamic,
.ts-dropdown-content .navbar-main .option .text-dynamic {
  color: var(--bs-white)
}
@media (min-width:992px) {
  .navbar-main .dropdown-item .text-dynamic,
  .navbar-main .ts-dropdown-content .no-results .text-dynamic,
  .navbar-main .ts-dropdown-content .option .text-dynamic,
  .ts-dropdown-content .navbar-main .no-results .text-dynamic,
  .ts-dropdown-content .navbar-main .option .text-dynamic {
    color: var(--bs-gray-700)
  }
}
.navbar-footer {
  border-top: 1px solid var(--bs-gray-200);
  box-shadow: 5px 0 10px 0 rgba(0,0,0,.03)
}
.navbar-footer #sitemap {
  background: var(--bs-gray-50)
}
.navbar-footer #sitemap li > a {
  color: var(--bs-gray-600)
}
.navbar-footer #sitemap li > a:hover {
  color: var(--bs-gray-700)
}
.navbar-footer #copyright {
  background: var(--bs-gray-100)
}
.avatar {
  position: relative;
  display: inline-block;
  width: 2.625rem;
  height: 2.625rem;
  border-radius: .5rem
}
.avatar svg {
  height: 100%;
  width: 100%
}
.avatar.is-customer-service .avatar-initials {
  padding: .55rem
}
.avatar-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: .5rem
}
.avatar-initials {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.625rem;
  height: 2.625rem;
  font-size: .875rem;
  font-weight: 500;
  pointer-events: none;
  text-transform: uppercase;
  border-radius: .5rem
}
.avatar-circle {
  border-radius: 50%
}
.avatar-circle .avatar,
.avatar-circle .avatar-img,
.avatar-circle .avatar-initials {
  border-radius: 50%
}
.avatar-centered {
  display: flex;
  margin-right: auto;
  margin-left: auto
}
.theme-transparent .avatar-initials {
  background: rgba(0,0,0,0)!important
}
.avatar-group {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center
}
.avatar-group .avatar:hover {
  z-index: 2
}
.avatar-group .avatar-circle .avatar-initials {
  border-radius: 50%
}
.avatar-group .avatar .avatar-img,
.avatar-group .avatar .avatar-initials,
.avatar-group .avatar-sm .avatar-img,
.avatar-group .avatar-sm .avatar-initials,
.avatar-group .avatar-xs .avatar-img,
.avatar-group .avatar-xs .avatar-initials {
  border: 2px solid #fff
}
.avatar-group .avatar-lg .avatar-img,
.avatar-group .avatar-lg .avatar-initials {
  border: 5px solid #fff
}
.avatar-group .avatar-xl .avatar-img,
.avatar-group .avatar-xl .avatar-initials {
  border: 7px solid #fff
}
.avatar-group .avatar + .avatar {
  margin-left: -1rem
}
.avatar-group .avatar-xs + .avatar-xs {
  margin-left: -.6125rem
}
.avatar-group .avatar-sm + .avatar-sm {
  margin-left: -.875rem
}
.avatar-group .avatar-lg + .avatar-lg {
  margin-left: -1.5rem
}
.avatar-group .avatar-xl + .avatar-xl {
  margin-left: -2rem
}
.avatar-group .avatar {
  width: 2.625rem;
  height: 2.625rem
}
.avatar-group .avatar .avatar-initials {
  width: 2.625rem;
  height: 2.625rem;
  font-size: .875rem
}
.avatar-group + .avatar {
  margin-left: -1rem
}
.avatar-group-xs .avatar {
  width: 1.53125rem;
  height: 1.53125rem
}
.avatar-group-xs .avatar .avatar-initials {
  width: 1.53125rem;
  height: 1.53125rem;
  font-size: .625rem
}
.avatar-group-xs + .avatar {
  margin-left: -.6125rem
}
.avatar-group-sm .avatar {
  width: 1.96875rem;
  height: 1.96875rem
}
.avatar-group-sm .avatar .avatar-initials {
  width: 1.96875rem;
  height: 1.96875rem;
  font-size: .875rem
}
.avatar-group-sm + .avatar {
  margin-left: -.875rem
}
.avatar-group-lg .avatar {
  width: 3.36875rem;
  height: 3.36875rem
}
.avatar-group-lg .avatar .avatar-initials {
  width: 3.36875rem;
  height: 3.36875rem;
  font-size: 1rem
}
.avatar-group-lg + .avatar {
  margin-left: -1.5rem
}
.avatar-group-xl .avatar {
  width: 4.921875rem;
  height: 4.921875rem
}
.avatar-group-xl .avatar .avatar-initials {
  width: 4.921875rem;
  height: 4.921875rem;
  font-size: 1.75rem
}
.avatar-group-xl + .avatar {
  margin-left: -1.5rem
}
.avatar-group-xxl .avatar {
  width: 7.875rem;
  height: 7.875rem
}
.avatar-group-xxl .avatar .avatar-initials {
  width: 7.875rem;
  height: 7.875rem;
  font-size: 2.625rem
}
.avatar-group-xxl + .avatar {
  margin-left: -2rem
}
.avatar.avatar-circle .avatar-status {
  bottom: -3.5px;
  right: -3.5px
}
.avatar.avatar-circle .avatar-sm-status {
  bottom: 0;
  right: 0
}
.avatar.avatar-circle .avatar-lg-status {
  bottom: -.284375rem;
  right: -.284375rem
}
.avatar-tiny,
.avatar-tiny .avatar-initials {
  width: 12px;
  height: 12px;
  min-width: 12px
}
.avatar-xss,
.avatar-xss .avatar-initials {
  width: 18px;
  height: 18px;
  min-width: 18px
}
.avatar-xss .avatar-img {
  width: 18px
}
.avatar-xss .avatar-initials {
  font-size: .625rem
}
.avatar-xs,
.avatar-xs .avatar-initials {
  width: 1.53125rem;
  height: 1.53125rem;
  min-width: 1.53125rem
}
.avatar-xs .avatar-img {
  width: 1.53125rem
}
.avatar-xs .avatar-initials {
  font-size: .625rem
}
.avatar-xs.avatar-circle .avatar-status {
  bottom: -3.5px;
  right: -3.5px
}
.avatar-xs.avatar-circle .avatar-sm-status {
  bottom: -.1025390625rem;
  right: -.1025390625rem
}
.avatar-xs.avatar-circle .avatar-lg-status {
  bottom: -.284375rem;
  right: -.284375rem
}
.avatar-sm,
.avatar-sm .avatar-initials {
  width: 1.96875rem;
  height: 1.96875rem;
  min-width: 1.96875rem
}
.avatar-sm .avatar-img {
  width: 1.96875rem
}
.avatar-sm .avatar-initials {
  font-size: .875rem
}
.avatar-sm.avatar-circle .avatar-status {
  bottom: -3.5px;
  right: -3.5px
}
.avatar-sm.avatar-circle .avatar-sm-status {
  bottom: -.08203125rem;
  right: -.08203125rem
}
.avatar-sm.avatar-circle .avatar-lg-status {
  bottom: -.35546875rem;
  right: -.35546875rem
}
.avatar-lg,
.avatar-lg .avatar-initials {
  width: 3.36875rem;
  height: 3.36875rem;
  min-width: 3.36875rem
}
.avatar-lg .avatar-img {
  width: 3.36875rem
}
.avatar-lg .avatar-initials {
  font-size: 1rem
}
.avatar-lg.avatar-circle .avatar-status {
  bottom: -2.1px;
  right: -2.1px
}
.avatar-lg.avatar-circle .avatar-sm-status {
  bottom: .08203125rem;
  right: .08203125rem
}
.avatar-lg.avatar-circle .avatar-lg-status {
  bottom: -.177734375rem;
  right: -.177734375rem
}
.avatar-xl,
.avatar-xl .avatar-initials {
  width: 4.921875rem;
  height: 4.921875rem;
  min-width: 4.921875rem
}
.avatar-xl .avatar-img {
  width: 4.921875rem
}
.avatar-xl .avatar-initials {
  font-size: 1.75rem
}
.avatar-xl.avatar-circle .avatar-status {
  bottom: 2.625px;
  right: 2.625px
}
.avatar-xl.avatar-circle .avatar-sm-status {
  bottom: .205078125rem;
  right: .205078125rem
}
.avatar-xl.avatar-circle .avatar-lg-status {
  bottom: .1184895833rem;
  right: .1184895833rem
}
.avatar-xxl,
.avatar-xxl .avatar-initials {
  width: 7.875rem;
  height: 7.875rem;
  min-width: 7.875rem
}
.avatar-xxl .avatar-img {
  width: 7.875rem
}
.avatar-xxl .avatar-initials {
  font-size: 2.625rem
}
.avatar-xxl.avatar-circle .avatar-status {
  bottom: 12px;
  right: 12px
}
.avatar-xxl.avatar-circle .avatar-sm-status {
  bottom: 14px;
  right: 14px
}
.avatar-xxl.avatar-circle .avatar-lg-status {
  bottom: .56875rem;
  right: .56875rem
}
.avatar-status {
  position: absolute;
  bottom: -8.4px;
  right: -8.4px;
  display: inline-flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  text-align: center;
  vertical-align: baseline;
  border: .125rem solid #fff;
  width: 21px;
  height: 21px;
  line-height: 1;
  font-size: .625rem;
  border-radius: 50%
}
.avatar-sm-status {
  bottom: -4.2px;
  right: -4.2px;
  width: .8203125rem;
  height: .8203125rem;
  font-size: .4375rem
}
.avatar-social-status {
  border: 1px solid #fff;
  bottom: -3px;
  right: -3px;
  width: 15px;
  height: 15px
}
.avatar-lg-status {
  width: 1.421875rem;
  height: 1.421875rem;
  font-size: .65625rem
}
.avatar-xl .avatar-xl-status {
  width: 2.1875rem;
  height: 2.1875rem
}
.avatar-xl .avatar-xl-status.avatar-status {
  bottom: -.1625rem;
  right: -.1625rem
}
.avatar-xxl .avatar-xxl-status {
  width: 2.625rem;
  height: 2.625rem
}
.avatar-xxl .avatar-xxl-status.avatar-status {
  bottom: -.1625rem;
  right: -.1625rem
}
.avatar-primary .avatar-initials {
  color: #fff;
  background-color: #55a6c4
}
.avatar-status-primary {
  color: #fff;
  background-color: #55a6c4
}
.avatar-secondary .avatar-initials {
  color: #fff;
  background-color: #902875
}
.avatar-status-secondary {
  color: #fff;
  background-color: #902875
}
.avatar-success .avatar-initials {
  color: #fff;
  background-color: #348267
}
.avatar-status-success {
  color: #fff;
  background-color: #348267
}
.avatar-info .avatar-initials {
  color: #000;
  background-color: #57daac
}
.avatar-status-info {
  color: #000;
  background-color: #57daac
}
.avatar-warning .avatar-initials {
  color: #000;
  background-color: #fcd571
}
.avatar-status-warning {
  color: #000;
  background-color: #fcd571
}
.avatar-danger .avatar-initials {
  color: #fff;
  background-color: #e11717
}
.avatar-status-danger {
  color: #fff;
  background-color: #e11717
}
.avatar-light .avatar-initials {
  color: #000;
  background-color: #f8f9fa
}
.avatar-status-light {
  color: #000;
  background-color: #f8f9fa
}
.avatar-dark .avatar-initials {
  color: #fff;
  background-color: #212529
}
.avatar-status-dark {
  color: #fff;
  background-color: #212529
}
.avatar-muted .avatar-initials {
  color: #000;
  background-color: #adb5bd
}
.avatar-status-muted {
  color: #000;
  background-color: #adb5bd
}
.avatar-soft-primary .avatar-initials {
  color: #55a6c4;
  background-color: rgba(85,166,196,.1)
}
.avatar-status-soft-primary {
  color: #55a6c4;
  background-color: rgba(85,166,196,.1)
}
.avatar-soft-secondary .avatar-initials {
  color: #902875;
  background-color: rgba(144,40,117,.1)
}
.avatar-status-soft-secondary {
  color: #902875;
  background-color: rgba(144,40,117,.1)
}
.avatar-soft-success .avatar-initials {
  color: #348267;
  background-color: rgba(52,130,103,.1)
}
.avatar-status-soft-success {
  color: #348267;
  background-color: rgba(52,130,103,.1)
}
.avatar-soft-info .avatar-initials {
  color: #57daac;
  background-color: rgba(87,218,172,.1)
}
.avatar-status-soft-info {
  color: #57daac;
  background-color: rgba(87,218,172,.1)
}
.avatar-soft-warning .avatar-initials {
  color: #fcd571;
  background-color: rgba(252,213,113,.1)
}
.avatar-status-soft-warning {
  color: #fcd571;
  background-color: rgba(252,213,113,.1)
}
.avatar-soft-danger .avatar-initials {
  color: #e11717;
  background-color: rgba(225,23,23,.1)
}
.avatar-status-soft-danger {
  color: #e11717;
  background-color: rgba(225,23,23,.1)
}
.avatar-soft-light .avatar-initials {
  color: #f8f9fa;
  background-color: rgba(248,249,250,.1)
}
.avatar-status-soft-light {
  color: #f8f9fa;
  background-color: rgba(248,249,250,.1)
}
.avatar-soft-dark .avatar-initials {
  color: #212529;
  background-color: rgba(33,37,41,.1)
}
.avatar-status-soft-dark {
  color: #212529;
  background-color: rgba(33,37,41,.1)
}
.avatar-soft-muted .avatar-initials {
  color: #adb5bd;
  background-color: rgba(173,181,189,.1)
}
.avatar-status-soft-muted {
  color: #adb5bd;
  background-color: rgba(173,181,189,.1)
}
.avatar-uploader {
  cursor: pointer;
  display: inline-block;
  transition: .2s;
  margin-bottom: 0
}
.avatar-uploader > img {
  height: 100%;
  width: 100%
}
.avatar-dropzone {
  width: 7.875rem;
  height: 7.875rem;
  min-width: 7.875rem
}
.avatar-uploader-input {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.6);
  border-radius: 50%;
  transition: .2s
}
.avatar-uploader-trigger {
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: pointer;
  border-radius: 50%
}
.bg-soft-primary {
  color: #3b8dab;
  background-color: rgba(85,166,196,.1)
}
.bg-soft-secondary {
  color: #681d55;
  background-color: rgba(144,40,117,.1)
}
.bg-soft-success {
  color: #255e4a;
  background-color: rgba(52,130,103,.1)
}
.bg-soft-info {
  color: #2ed097;
  background-color: rgba(87,218,172,.1)
}
.bg-soft-warning {
  color: #fbc63f;
  background-color: rgba(252,213,113,.1)
}
.bg-soft-danger {
  color: #b31212;
  background-color: rgba(225,23,23,.1)
}
.bg-soft-light {
  color: #dae0e5;
  background-color: rgba(248,249,250,.1)
}
.bg-soft-dark {
  color: #0a0c0d;
  background-color: rgba(33,37,41,.1)
}
.bg-soft-muted {
  color: #919ca6;
  background-color: rgba(173,181,189,.1)
}
.btn .badge,
.ts-dropdown-content .create .badge {
  position: relative;
  top: -1px
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: .5rem
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: .5rem;
  color: #adb5bd;
  content: var(--bs-breadcrumb-divider, '/')
}
.breadcrumb-item.active {
  color: #6c757d
}
.breadcrumb-link {
  color: #6c757d
}
.breadcrumb-link:hover {
  color: #2b5362
}
.btn,
.ts-dropdown-content .create {
  align-items: center;
  display: inline-flex;
  gap: .5rem;
  position: relative;
  justify-content: center;
  overflow: hidden;
  font-weight: 400;
  line-height: 2;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: rgba(0,0,0,0);
  border: .0625rem solid transparent;
  padding: .6125rem 1rem;
  min-height: 3.125rem;
  min-width: 3.125rem;
  font-size: .875rem;
  border-radius: .5rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
  .btn,
  .ts-dropdown-content .create {
    transition: none
  }
}
.btn:hover,
.ts-dropdown-content .create:hover {
  color: #212529
}
.btn-check:focus + .btn,
.btn:focus,
.ts-dropdown-content .btn-check:focus + .create,
.ts-dropdown-content .create:focus {
  outline: 0
}
.btn.disabled,
.btn:disabled,
.btn[disabled],
.ts-dropdown-content .create:disabled,
.ts-dropdown-content .create:not(.active),
.ts-dropdown-content .disabled.create,
.ts-dropdown-content [disabled].create,
.ts-dropdown-content fieldset:disabled .create,
fieldset:disabled .btn,
fieldset:disabled .ts-dropdown-content .create {
  pointer-events: none;
  opacity: .45
}
.btn-secondary {
  color: #fff;
  background-color: #902875;
  border-color: #902875
}
.btn-secondary:hover {
  color: #fff;
  background-color: #7a2263;
  border-color: #73205e
}
.btn-check:focus + .btn-secondary,
.btn-secondary:focus {
  color: #fff;
  background-color: #7a2263;
  border-color: #73205e
}
.btn-check:active + .btn-secondary,
.btn-check:checked + .btn-secondary,
.btn-secondary.active,
.btn-secondary:active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #73205e;
  border-color: #6c1e58
}
.btn-secondary.disabled,
.btn-secondary:disabled,
.ts-dropdown-content .btn-secondary.create:not(.active) {
  color: #fff;
  background-color: #902875;
  border-color: #902875
}
.btn-secondary.dropdown-toggle::after {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
.btn-success {
  color: #fff;
  background-color: #348267;
  border-color: #348267
}
.btn-success:hover {
  color: #fff;
  background-color: #2c6f58;
  border-color: #2a6852
}
.btn-check:focus + .btn-success,
.btn-success:focus {
  color: #fff;
  background-color: #2c6f58;
  border-color: #2a6852
}
.btn-check:active + .btn-success,
.btn-check:checked + .btn-success,
.btn-success.active,
.btn-success:active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #2a6852;
  border-color: #27624d
}
.btn-success.disabled,
.btn-success:disabled,
.ts-dropdown-content .btn-success.create:not(.active) {
  color: #fff;
  background-color: #348267;
  border-color: #348267
}
.btn-success.dropdown-toggle::after {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
.btn-info {
  color: #000;
  background-color: #57daac;
  border-color: #57daac
}
.btn-info:hover {
  color: #000;
  background-color: #70e0b8;
  border-color: #68deb4
}
.btn-check:focus + .btn-info,
.btn-info:focus {
  color: #000;
  background-color: #70e0b8;
  border-color: #68deb4
}
.btn-check:active + .btn-info,
.btn-check:checked + .btn-info,
.btn-info.active,
.btn-info:active,
.show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: #79e1bd;
  border-color: #68deb4
}
.btn-info.disabled,
.btn-info:disabled,
.ts-dropdown-content .btn-info.create:not(.active) {
  color: #000;
  background-color: #57daac;
  border-color: #57daac
}
.btn-info.dropdown-toggle::after {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23000' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
.btn-warning {
  color: #000;
  background-color: #fcd571;
  border-color: #fcd571
}
.btn-warning:hover {
  color: #000;
  background-color: #fcdb86;
  border-color: #fcd97f
}
.btn-check:focus + .btn-warning,
.btn-warning:focus {
  color: #000;
  background-color: #fcdb86;
  border-color: #fcd97f
}
.btn-check:active + .btn-warning,
.btn-check:checked + .btn-warning,
.btn-warning.active,
.btn-warning:active,
.show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #fddd8d;
  border-color: #fcd97f
}
.btn-warning.disabled,
.btn-warning:disabled,
.ts-dropdown-content .btn-warning.create:not(.active) {
  color: #000;
  background-color: #fcd571;
  border-color: #fcd571
}
.btn-warning.dropdown-toggle::after {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23000' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
.btn-danger {
  color: #fff;
  background-color: #e11717;
  border-color: #e11717
}
.btn-danger:hover {
  color: #fff;
  background-color: #bf1414;
  border-color: #b41212
}
.btn-check:focus + .btn-danger,
.btn-danger:focus {
  color: #fff;
  background-color: #bf1414;
  border-color: #b41212
}
.btn-check:active + .btn-danger,
.btn-check:checked + .btn-danger,
.btn-danger.active,
.btn-danger:active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b41212;
  border-color: #a91111
}
.btn-danger.disabled,
.btn-danger:disabled,
.ts-dropdown-content .btn-danger.create:not(.active) {
  color: #fff;
  background-color: #e11717;
  border-color: #e11717
}
.btn-danger.dropdown-toggle::after {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
.btn-light,
.ts-dropdown-content .create:not(.active) {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa
}
.btn-light:hover,
.ts-dropdown-content .create:hover:not(.active) {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb
}
.btn-check:focus + .btn-light,
.btn-light:focus,
.ts-dropdown-content .btn-check:focus + .create:not(.active),
.ts-dropdown-content .create:focus:not(.active) {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb
}
.btn-check:active + .btn-light,
.btn-check:checked + .btn-light,
.btn-light.active,
.btn-light:active,
.show > .btn-light.dropdown-toggle,
.ts-dropdown-content .active.create:not(.active),
.ts-dropdown-content .btn-check:active + .create:not(.active),
.ts-dropdown-content .btn-check:checked + .create:not(.active),
.ts-dropdown-content .create:active:not(.active),
.ts-dropdown-content .show > .dropdown-toggle.create:not(.active) {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb
}
.btn-light.disabled,
.btn-light:disabled,
.ts-dropdown-content .create:not(.active) {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa
}
.btn-light.dropdown-toggle::after,
.ts-dropdown-content .dropdown-toggle.create:not(.active)::after {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23000' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529
}
.btn-dark:hover {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21
}
.btn-check:focus + .btn-dark,
.btn-dark:focus {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21
}
.btn-check:active + .btn-dark,
.btn-check:checked + .btn-dark,
.btn-dark.active,
.btn-dark:active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f
}
.btn-dark.disabled,
.btn-dark:disabled,
.ts-dropdown-content .btn-dark.create:not(.active) {
  color: #fff;
  background-color: #212529;
  border-color: #212529
}
.btn-dark.dropdown-toggle::after {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
.btn-muted {
  color: #000;
  background-color: #adb5bd;
  border-color: #adb5bd
}
.btn-muted:hover {
  color: #000;
  background-color: #b9c0c7;
  border-color: #b5bcc4
}
.btn-check:focus + .btn-muted,
.btn-muted:focus {
  color: #000;
  background-color: #b9c0c7;
  border-color: #b5bcc4
}
.btn-check:active + .btn-muted,
.btn-check:checked + .btn-muted,
.btn-muted.active,
.btn-muted:active,
.show > .btn-muted.dropdown-toggle {
  color: #000;
  background-color: #bdc4ca;
  border-color: #b5bcc4
}
.btn-muted.disabled,
.btn-muted:disabled,
.ts-dropdown-content .btn-muted.create:not(.active) {
  color: #000;
  background-color: #adb5bd;
  border-color: #adb5bd
}
.btn-muted.dropdown-toggle::after {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23000' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
.btn-check:focus + .btn,
.btn:focus,
.ts-dropdown-content .btn-check:focus + .create,
.ts-dropdown-content .create:focus {
  box-shadow: none
}
.btn.dropdown-toggle,
.ts-dropdown-content .dropdown-toggle.create {
  display: inline-flex;
  align-items: center
}
.btn.search-result > span,
.ts-dropdown-content .search-result.create > span {
  justify-content: flex-start
}
.btn-group-lg > .btn,
.btn-lg,
.ts-dropdown-content .btn-group-lg > .create {
  padding: .75rem 1rem;
  min-height: 3.625rem;
  min-width: 3.625rem;
  font-size: .875rem;
  border-radius: .625rem
}
.btn-group-lg > .btn:not(.ignore-svg-resize) svg,
.btn-lg:not(.ignore-svg-resize) svg,
.ts-dropdown-content .btn-group-lg > .create:not(.ignore-svg-resize) svg {
  height: 1.75rem;
  width: 1.75rem
}
.btn-group-sm > .btn,
.btn-sm,
.ts-dropdown-content .create {
  padding: .5rem 1rem;
  min-height: 2.625rem;
  min-width: 2.625rem;
  font-size: .75rem;
  border-radius: .375rem
}
.btn-group-xs > .btn,
.btn-xs,
.ts-dropdown-content .btn-group-xs > .create {
  padding: .3125rem .75rem;
  min-height: 2rem;
  min-width: 2rem;
  font-size: .625rem;
  border-radius: .25rem
}
.btn-group-xs > .btn:not(.ignore-svg-resize) svg,
.btn-xs:not(.ignore-svg-resize) svg,
.ts-dropdown-content .btn-group-xs > .create:not(.ignore-svg-resize) svg {
  height: .75rem;
  width: .75rem
}
.btn-icon {
  flex-shrink: 0;
  padding-left: .6125rem;
  padding-right: .6125rem
}
.btn-group-lg > .btn-icon.btn,
.btn-icon.btn-lg,
.ts-dropdown-content .btn-group-lg > .btn-icon.create {
  padding-left: .75rem;
  padding-right: .75rem
}
.btn-group-sm > .btn-icon.btn,
.btn-icon.btn-sm,
.ts-dropdown-content .btn-icon.create {
  padding-left: .5rem;
  padding-right: .5rem
}
.btn-group-xs > .btn-icon.btn,
.btn-icon.btn-xs,
.ts-dropdown-content .btn-group-xs > .btn-icon.create {
  padding-left: .3125rem;
  padding-right: .3125rem
}
.btn-icon .icon {
  text-indent: -9999px
}
.btn-white {
  background-color: #fff;
  border-color: #ced4da
}
.btn-white.dropdown-toggle::after {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23902875' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
.btn-check:focus + .btn-white,
.btn-white:focus,
.btn-white:hover {
  background-color: #f7f7f7
}
.btn-check:focus + .btn-white.dropdown-toggle::after,
.btn-white:focus.dropdown-toggle::after,
.btn-white:hover.dropdown-toggle::after {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%2355a6c4' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e")
}
.btn-white.disabled,
.btn-white:disabled,
.ts-dropdown-content .btn-white.create:not(.active) {
  color: #ced4da;
  background-color: rgba(222,226,230,.5)
}
.btn-link {
  font-weight: 400;
  color: #55a6c4;
  text-decoration: none;
  min-width: auto
}
.btn-link:hover {
  color: #2b5362
}
.btn-link.disabled,
.btn-link:disabled,
.ts-dropdown-content .btn-link.create:not(.active) {
  color: #6c757d
}
.btn-ghost-primary {
  color: #55a6c4;
  background-color: rgba(0,0,0,0)
}
.btn-check:active + .btn-ghost-primary,
.btn-check:checked + .btn-ghost-primary,
.btn-check:focus + .btn-ghost-primary,
.btn-ghost-primary.active,
.btn-ghost-primary:active,
.btn-ghost-primary:focus,
.btn-ghost-primary:hover,
.show > .btn-ghost-primary.dropdown-toggle {
  color: #55a6c4;
  background-color: rgba(85,166,196,.1)
}
.btn-ghost-primary.dropdown-toggle::after {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%2355a6c4' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
.btn-ghost-secondary {
  color: #902875;
  background-color: rgba(0,0,0,0)
}
.btn-check:active + .btn-ghost-secondary,
.btn-check:checked + .btn-ghost-secondary,
.btn-check:focus + .btn-ghost-secondary,
.btn-ghost-secondary.active,
.btn-ghost-secondary:active,
.btn-ghost-secondary:focus,
.btn-ghost-secondary:hover,
.show > .btn-ghost-secondary.dropdown-toggle {
  color: #902875;
  background-color: rgba(144,40,117,.1)
}
.btn-ghost-secondary.dropdown-toggle::after {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23902875' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
.btn-ghost-success {
  color: #348267;
  background-color: rgba(0,0,0,0)
}
.btn-check:active + .btn-ghost-success,
.btn-check:checked + .btn-ghost-success,
.btn-check:focus + .btn-ghost-success,
.btn-ghost-success.active,
.btn-ghost-success:active,
.btn-ghost-success:focus,
.btn-ghost-success:hover,
.show > .btn-ghost-success.dropdown-toggle {
  color: #348267;
  background-color: rgba(52,130,103,.1)
}
.btn-ghost-success.dropdown-toggle::after {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23348267' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
.btn-ghost-info {
  color: #57daac;
  background-color: rgba(0,0,0,0)
}
.btn-check:active + .btn-ghost-info,
.btn-check:checked + .btn-ghost-info,
.btn-check:focus + .btn-ghost-info,
.btn-ghost-info.active,
.btn-ghost-info:active,
.btn-ghost-info:focus,
.btn-ghost-info:hover,
.show > .btn-ghost-info.dropdown-toggle {
  color: #57daac;
  background-color: rgba(87,218,172,.1)
}
.btn-ghost-info.dropdown-toggle::after {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%2357daac' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
.btn-ghost-warning {
  color: #fcd571;
  background-color: rgba(0,0,0,0)
}
.btn-check:active + .btn-ghost-warning,
.btn-check:checked + .btn-ghost-warning,
.btn-check:focus + .btn-ghost-warning,
.btn-ghost-warning.active,
.btn-ghost-warning:active,
.btn-ghost-warning:focus,
.btn-ghost-warning:hover,
.show > .btn-ghost-warning.dropdown-toggle {
  color: #fcd571;
  background-color: rgba(252,213,113,.1)
}
.btn-ghost-warning.dropdown-toggle::after {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fcd571' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
.btn-ghost-danger {
  color: #e11717;
  background-color: rgba(0,0,0,0)
}
.btn-check:active + .btn-ghost-danger,
.btn-check:checked + .btn-ghost-danger,
.btn-check:focus + .btn-ghost-danger,
.btn-ghost-danger.active,
.btn-ghost-danger:active,
.btn-ghost-danger:focus,
.btn-ghost-danger:hover,
.show > .btn-ghost-danger.dropdown-toggle {
  color: #e11717;
  background-color: rgba(225,23,23,.1)
}
.btn-ghost-danger.dropdown-toggle::after {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23e11717' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
.btn-ghost-light {
  color: #f8f9fa;
  background-color: rgba(0,0,0,0)
}
.btn-check:active + .btn-ghost-light,
.btn-check:checked + .btn-ghost-light,
.btn-check:focus + .btn-ghost-light,
.btn-ghost-light.active,
.btn-ghost-light:active,
.btn-ghost-light:focus,
.btn-ghost-light:hover,
.show > .btn-ghost-light.dropdown-toggle {
  color: #f8f9fa;
  background-color: rgba(248,249,250,.1)
}
.btn-ghost-light.dropdown-toggle::after {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23f8f9fa' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
.btn-ghost-dark {
  color: #212529;
  background-color: rgba(0,0,0,0)
}
.btn-check:active + .btn-ghost-dark,
.btn-check:checked + .btn-ghost-dark,
.btn-check:focus + .btn-ghost-dark,
.btn-ghost-dark.active,
.btn-ghost-dark:active,
.btn-ghost-dark:focus,
.btn-ghost-dark:hover,
.show > .btn-ghost-dark.dropdown-toggle {
  color: #212529;
  background-color: rgba(33,37,41,.1)
}
.btn-ghost-dark.dropdown-toggle::after {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23212529' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
.btn-ghost-muted {
  color: #adb5bd;
  background-color: rgba(0,0,0,0)
}
.btn-check:active + .btn-ghost-muted,
.btn-check:checked + .btn-ghost-muted,
.btn-check:focus + .btn-ghost-muted,
.btn-ghost-muted.active,
.btn-ghost-muted:active,
.btn-ghost-muted:focus,
.btn-ghost-muted:hover,
.show > .btn-ghost-muted.dropdown-toggle {
  color: #adb5bd;
  background-color: rgba(173,181,189,.1)
}
.btn-ghost-muted.dropdown-toggle::after {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23adb5bd' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle
}
.btn-group > .btn,
.btn-group-vertical > .btn,
.ts-dropdown-content .btn-group > .create,
.ts-dropdown-content .btn-group-vertical > .create {
  position: relative;
  flex: 1 1 auto
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.ts-dropdown-content .btn-group > .active.create,
.ts-dropdown-content .btn-group > .btn-check:checked + .create,
.ts-dropdown-content .btn-group > .btn-check:focus + .create,
.ts-dropdown-content .btn-group > .create:active,
.ts-dropdown-content .btn-group > .create:focus,
.ts-dropdown-content .btn-group > .create:hover,
.ts-dropdown-content .btn-group-vertical > .active.create,
.ts-dropdown-content .btn-group-vertical > .btn-check:checked + .create,
.ts-dropdown-content .btn-group-vertical > .btn-check:focus + .create,
.ts-dropdown-content .btn-group-vertical > .create:active,
.ts-dropdown-content .btn-group-vertical > .create:focus,
.ts-dropdown-content .btn-group-vertical > .create:hover {
  z-index: 1
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start
}
.btn-toolbar .input-group {
  width: auto
}
.btn-group > .btn-group:not(:first-child),
.btn-group > .btn:not(:first-child),
.ts-dropdown-content .btn-group > .create:not(:first-child) {
  margin-left: -.0625rem
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.ts-dropdown-content .btn-group > .btn-group:not(:last-child) > .create,
.ts-dropdown-content .btn-group > .create:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0!important;
  border-bottom-right-radius: 0!important
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.ts-dropdown-content .btn-group > .btn-group:not(:first-child) > .create,
.ts-dropdown-content .btn-group > .create:nth-child(n+3),
.ts-dropdown-content .btn-group > :not(.btn-check) + .create {
  border-top-left-radius: 0!important;
  border-bottom-left-radius: 0!important
}
.dropdown-toggle-split {
  padding-right: .75rem;
  padding-left: .75rem
}
.dropdown-toggle-split::after,
.dropend .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
  margin-left: 0
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0
}
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split,
.ts-dropdown-content .create + .dropdown-toggle-split {
  padding-right: .75rem;
  padding-left: .75rem
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split,
.ts-dropdown-content .btn-group-lg > .create + .dropdown-toggle-split {
  padding-right: .75rem;
  padding-left: .75rem
}
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.ts-dropdown-content .btn-group-vertical > .create {
  width: 100%
}
.btn-group-vertical > .btn-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child),
.ts-dropdown-content .btn-group-vertical > .create:not(:first-child) {
  margin-top: -.0625rem
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.ts-dropdown-content .btn-group-vertical > .btn-group:not(:last-child) > .create,
.ts-dropdown-content .btn-group-vertical > .create:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0!important;
  border-bottom-left-radius: 0!important
}
.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.ts-dropdown-content .btn-group-vertical > .btn ~ .create,
.ts-dropdown-content .btn-group-vertical > .btn-group:not(:first-child) > .create,
.ts-dropdown-content .btn-group-vertical > .create ~ .btn,
.ts-dropdown-content .btn-group-vertical > .create ~ .create {
  border-top-left-radius: 0!important;
  border-top-right-radius: 0!important
}
.btn-group-segment {
  position: relative;
  display: inline-flex;
  justify-content: center;
  background-color: #e9ecef;
  border-radius: .5rem;
  padding: .25rem .25rem
}
.btn-group-segment .btn,
.btn-group-segment .ts-dropdown-content .create,
.ts-dropdown-content .btn-group-segment .create {
  color: #495057
}
.btn-group-segment .btn:not(:last-child),
.btn-group-segment .ts-dropdown-content .create:not(:last-child),
.ts-dropdown-content .btn-group-segment .create:not(:last-child) {
  margin-right: .25rem
}
.btn-group-segment > .btn-group:not(:first-child) > .btn,
.btn-group-segment > .btn-group:not(:last-child) > .btn,
.btn-group-segment > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-segment > .btn:nth-child(n+3),
.btn-group-segment > :not(.btn-check) + .btn,
.ts-dropdown-content .btn-group-segment > .btn-group:not(:first-child) > .create,
.ts-dropdown-content .btn-group-segment > .btn-group:not(:last-child) > .create,
.ts-dropdown-content .btn-group-segment > .create:not(:last-child):not(.dropdown-toggle),
.ts-dropdown-content .btn-group-segment > .create:nth-child(n+3),
.ts-dropdown-content .btn-group-segment > :not(.btn-check) + .create {
  border-radius: .5rem
}
.btn-group-segment > .btn-check:checked + .btn,
.btn-group-segment > .btn-check:focus + .btn,
.ts-dropdown-content .btn-group-segment > .btn-check:checked + .create,
.ts-dropdown-content .btn-group-segment > .btn-check:focus + .create {
  color: #212529;
  background-color: #fff;
  box-shadow: 0 .375rem .75rem rgba(108,117,125,.075)
}
.btn-group-segment.btn-group-pills {
  border-radius: 50rem
}
.btn-group-segment.btn-group-pills > .btn-group:not(:first-child) > .btn,
.btn-group-segment.btn-group-pills > .btn-group:not(:last-child) > .btn,
.btn-group-segment.btn-group-pills > .btn:not(:first-child),
.btn-group-segment.btn-group-pills > .btn:not(:last-child):not(.dropdown-toggle),
.ts-dropdown-content .btn-group-segment.btn-group-pills > .btn-group:not(:first-child) > .create,
.ts-dropdown-content .btn-group-segment.btn-group-pills > .btn-group:not(:last-child) > .create,
.ts-dropdown-content .btn-group-segment.btn-group-pills > .create:not(:first-child),
.ts-dropdown-content .btn-group-segment.btn-group-pills > .create:not(:last-child):not(.dropdown-toggle) {
  border-radius: 50rem
}
.btn-group-fill {
  display: flex
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn,
.ts-dropdown-content .btn-group-vertical > .btn-group > .create,
.ts-dropdown-content .btn-group-vertical > .create {
  width: 100%;
  display: block
}
.btn-group-vertical > .btn-group > .btn-check:not(:first-child) + .btn,
.ts-dropdown-content .btn-group-vertical > .btn-group > .btn-check:not(:first-child) + .create {
  margin-top: -.0625rem
}
.btn-group-vertical .btn-group > .btn-group:not(:first-child),
.btn-group-vertical .btn-group > .btn:not(:first-child),
.btn-group-vertical .ts-dropdown-content .btn-group > .create:not(:first-child),
.ts-dropdown-content .btn-group-vertical .btn-group > .create:not(:first-child) {
  margin-left: 0
}
.btn-group-vertical > .btn-group > .btn-check + .btn,
.ts-dropdown-content .btn-group-vertical > .btn-group > .btn-check + .create {
  border-radius: 0
}
.btn-group-vertical > .btn-group > .btn-check:first-child + .btn,
.ts-dropdown-content .btn-group-vertical > .btn-group > .btn-check:first-child + .create {
  border-top-left-radius: .5rem!important;
  border-top-right-radius: .5rem!important
}
.btn-group-vertical > .btn-group > .btn:last-child,
.ts-dropdown-content .btn-group-vertical > .btn-group > .create:last-child {
  border-bottom-right-radius: .5rem!important;
  border-bottom-left-radius: .5rem!important
}
.btn-group-vertical > .btn-group-segment > .btn-check + .btn,
.ts-dropdown-content .btn-group-vertical > .btn-group-segment > .btn-check + .create {
  border-radius: .5rem
}
@media (max-width:575.98px) {
  .btn-group-sm-vertical > .btn,
  .btn-group-sm-vertical > .btn-group,
  .btn-group-sm-vertical > .btn-group > .btn,
  .ts-dropdown-content .btn-group-sm-vertical > .btn-group > .create,
  .ts-dropdown-content .btn-group-sm-vertical > .create {
    width: 100%;
    display: block
  }
  .btn-group-sm-vertical > .btn-group > .btn-check:not(:first-child) + .btn,
  .ts-dropdown-content .btn-group-sm-vertical > .btn-group > .btn-check:not(:first-child) + .create {
    margin-top: -.0625rem
  }
  .btn-group-sm-vertical .btn-group > .btn-group:not(:first-child),
  .btn-group-sm-vertical .btn-group > .btn:not(:first-child),
  .btn-group-sm-vertical .ts-dropdown-content .btn-group > .create:not(:first-child),
  .ts-dropdown-content .btn-group-sm-vertical .btn-group > .create:not(:first-child) {
    margin-left: 0
  }
  .btn-group-sm-vertical > .btn-group > .btn-check + .btn,
  .ts-dropdown-content .btn-group-sm-vertical > .btn-group > .btn-check + .create {
    border-radius: 0
  }
  .btn-group-sm-vertical > .btn-group > .btn-check:first-child + .btn,
  .ts-dropdown-content .btn-group-sm-vertical > .btn-group > .btn-check:first-child + .create {
    border-top-left-radius: .5rem!important;
    border-top-right-radius: .5rem!important
  }
  .btn-group-sm-vertical > .btn-group > .btn:last-child,
  .ts-dropdown-content .btn-group-sm-vertical > .btn-group > .create:last-child {
    border-bottom-right-radius: .5rem!important;
    border-bottom-left-radius: .5rem!important
  }
  .btn-group-sm-vertical > .btn-group-segment > .btn-check + .btn,
  .ts-dropdown-content .btn-group-sm-vertical > .btn-group-segment > .btn-check + .create {
    border-radius: .5rem
  }
}
@media (max-width:767.98px) {
  .btn-group-md-vertical > .btn,
  .btn-group-md-vertical > .btn-group,
  .btn-group-md-vertical > .btn-group > .btn,
  .ts-dropdown-content .btn-group-md-vertical > .btn-group > .create,
  .ts-dropdown-content .btn-group-md-vertical > .create {
    width: 100%;
    display: block
  }
  .btn-group-md-vertical > .btn-group > .btn-check:not(:first-child) + .btn,
  .ts-dropdown-content .btn-group-md-vertical > .btn-group > .btn-check:not(:first-child) + .create {
    margin-top: -.0625rem
  }
  .btn-group-md-vertical .btn-group > .btn-group:not(:first-child),
  .btn-group-md-vertical .btn-group > .btn:not(:first-child),
  .btn-group-md-vertical .ts-dropdown-content .btn-group > .create:not(:first-child),
  .ts-dropdown-content .btn-group-md-vertical .btn-group > .create:not(:first-child) {
    margin-left: 0
  }
  .btn-group-md-vertical > .btn-group > .btn-check + .btn,
  .ts-dropdown-content .btn-group-md-vertical > .btn-group > .btn-check + .create {
    border-radius: 0
  }
  .btn-group-md-vertical > .btn-group > .btn-check:first-child + .btn,
  .ts-dropdown-content .btn-group-md-vertical > .btn-group > .btn-check:first-child + .create {
    border-top-left-radius: .5rem!important;
    border-top-right-radius: .5rem!important
  }
  .btn-group-md-vertical > .btn-group > .btn:last-child,
  .ts-dropdown-content .btn-group-md-vertical > .btn-group > .create:last-child {
    border-bottom-right-radius: .5rem!important;
    border-bottom-left-radius: .5rem!important
  }
  .btn-group-md-vertical > .btn-group-segment > .btn-check + .btn,
  .ts-dropdown-content .btn-group-md-vertical > .btn-group-segment > .btn-check + .create {
    border-radius: .5rem
  }
}
@media (max-width:991.98px) {
  .btn-group-lg-vertical > .btn,
  .btn-group-lg-vertical > .btn-group,
  .btn-group-lg-vertical > .btn-group > .btn,
  .ts-dropdown-content .btn-group-lg-vertical > .btn-group > .create,
  .ts-dropdown-content .btn-group-lg-vertical > .create {
    width: 100%;
    display: block
  }
  .btn-group-lg-vertical > .btn-group > .btn-check:not(:first-child) + .btn,
  .ts-dropdown-content .btn-group-lg-vertical > .btn-group > .btn-check:not(:first-child) + .create {
    margin-top: -.0625rem
  }
  .btn-group-lg-vertical .btn-group > .btn-group:not(:first-child),
  .btn-group-lg-vertical .btn-group > .btn:not(:first-child),
  .btn-group-lg-vertical .ts-dropdown-content .btn-group > .create:not(:first-child),
  .ts-dropdown-content .btn-group-lg-vertical .btn-group > .create:not(:first-child) {
    margin-left: 0
  }
  .btn-group-lg-vertical > .btn-group > .btn-check + .btn,
  .ts-dropdown-content .btn-group-lg-vertical > .btn-group > .btn-check + .create {
    border-radius: 0
  }
  .btn-group-lg-vertical > .btn-group > .btn-check:first-child + .btn,
  .ts-dropdown-content .btn-group-lg-vertical > .btn-group > .btn-check:first-child + .create {
    border-top-left-radius: .5rem!important;
    border-top-right-radius: .5rem!important
  }
  .btn-group-lg-vertical > .btn-group > .btn:last-child,
  .ts-dropdown-content .btn-group-lg-vertical > .btn-group > .create:last-child {
    border-bottom-right-radius: .5rem!important;
    border-bottom-left-radius: .5rem!important
  }
  .btn-group-lg-vertical > .btn-group-segment > .btn-check + .btn,
  .ts-dropdown-content .btn-group-lg-vertical > .btn-group-segment > .btn-check + .create {
    border-radius: .5rem
  }
}
@media (max-width:1199.98px) {
  .btn-group-xl-vertical > .btn,
  .btn-group-xl-vertical > .btn-group,
  .btn-group-xl-vertical > .btn-group > .btn,
  .ts-dropdown-content .btn-group-xl-vertical > .btn-group > .create,
  .ts-dropdown-content .btn-group-xl-vertical > .create {
    width: 100%;
    display: block
  }
  .btn-group-xl-vertical > .btn-group > .btn-check:not(:first-child) + .btn,
  .ts-dropdown-content .btn-group-xl-vertical > .btn-group > .btn-check:not(:first-child) + .create {
    margin-top: -.0625rem
  }
  .btn-group-xl-vertical .btn-group > .btn-group:not(:first-child),
  .btn-group-xl-vertical .btn-group > .btn:not(:first-child),
  .btn-group-xl-vertical .ts-dropdown-content .btn-group > .create:not(:first-child),
  .ts-dropdown-content .btn-group-xl-vertical .btn-group > .create:not(:first-child) {
    margin-left: 0
  }
  .btn-group-xl-vertical > .btn-group > .btn-check + .btn,
  .ts-dropdown-content .btn-group-xl-vertical > .btn-group > .btn-check + .create {
    border-radius: 0
  }
  .btn-group-xl-vertical > .btn-group > .btn-check:first-child + .btn,
  .ts-dropdown-content .btn-group-xl-vertical > .btn-group > .btn-check:first-child + .create {
    border-top-left-radius: .5rem!important;
    border-top-right-radius: .5rem!important
  }
  .btn-group-xl-vertical > .btn-group > .btn:last-child,
  .ts-dropdown-content .btn-group-xl-vertical > .btn-group > .create:last-child {
    border-bottom-right-radius: .5rem!important;
    border-bottom-left-radius: .5rem!important
  }
  .btn-group-xl-vertical > .btn-group-segment > .btn-check + .btn,
  .ts-dropdown-content .btn-group-xl-vertical > .btn-group-segment > .btn-check + .create {
    border-radius: .5rem
  }
}
@media (max-width:1399.98px) {
  .btn-group-xxl-vertical > .btn,
  .btn-group-xxl-vertical > .btn-group,
  .btn-group-xxl-vertical > .btn-group > .btn,
  .ts-dropdown-content .btn-group-xxl-vertical > .btn-group > .create,
  .ts-dropdown-content .btn-group-xxl-vertical > .create {
    width: 100%;
    display: block
  }
  .btn-group-xxl-vertical > .btn-group > .btn-check:not(:first-child) + .btn,
  .ts-dropdown-content .btn-group-xxl-vertical > .btn-group > .btn-check:not(:first-child) + .create {
    margin-top: -.0625rem
  }
  .btn-group-xxl-vertical .btn-group > .btn-group:not(:first-child),
  .btn-group-xxl-vertical .btn-group > .btn:not(:first-child),
  .btn-group-xxl-vertical .ts-dropdown-content .btn-group > .create:not(:first-child),
  .ts-dropdown-content .btn-group-xxl-vertical .btn-group > .create:not(:first-child) {
    margin-left: 0
  }
  .btn-group-xxl-vertical > .btn-group > .btn-check + .btn,
  .ts-dropdown-content .btn-group-xxl-vertical > .btn-group > .btn-check + .create {
    border-radius: 0
  }
  .btn-group-xxl-vertical > .btn-group > .btn-check:first-child + .btn,
  .ts-dropdown-content .btn-group-xxl-vertical > .btn-group > .btn-check:first-child + .create {
    border-top-left-radius: .5rem!important;
    border-top-right-radius: .5rem!important
  }
  .btn-group-xxl-vertical > .btn-group > .btn:last-child,
  .ts-dropdown-content .btn-group-xxl-vertical > .btn-group > .create:last-child {
    border-bottom-right-radius: .5rem!important;
    border-bottom-left-radius: .5rem!important
  }
  .btn-group-xxl-vertical > .btn-group-segment > .btn-check + .btn,
  .ts-dropdown-content .btn-group-xxl-vertical > .btn-group-segment > .btn-check + .create {
    border-radius: .5rem
  }
}
.btn-soft-primary {
  color: #55a6c4;
  background-color: rgba(85,166,196,.1);
  border-color: transparent
}
.btn-check:focus + .btn-soft-primary,
.btn-soft-primary:focus,
.btn-soft-primary:hover {
  color: #fff;
  background-color: #55a6c4
}
.btn-check:active + .btn-soft-primary,
.btn-check:checked + .btn-soft-primary,
.btn-soft-primary.active,
.btn-soft-primary:active,
.show > .btn-soft-primary.dropdown-toggle {
  color: #fff;
  background-color: #55a6c4;
  border-color: transparent
}
.btn-soft-primary.disabled,
.btn-soft-primary:disabled,
.ts-dropdown-content .btn-soft-primary.create:not(.active) {
  color: #55a6c4;
  background-color: #55a6c4;
  border-color: transparent
}
.btn-soft-primary.dropdown-toggle::after {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%2355a6c4' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
.btn-check:focus + .btn-soft-primary.dropdown-toggle::after,
.btn-soft-primary:focus.dropdown-toggle::after,
.btn-soft-primary:hover.dropdown-toggle::after {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e")
}
.btn-soft-secondary {
  color: #902875;
  background-color: rgba(144,40,117,.1);
  border-color: transparent
}
.btn-check:focus + .btn-soft-secondary,
.btn-soft-secondary:focus,
.btn-soft-secondary:hover {
  color: #fff;
  background-color: #902875
}
.btn-check:active + .btn-soft-secondary,
.btn-check:checked + .btn-soft-secondary,
.btn-soft-secondary.active,
.btn-soft-secondary:active,
.show > .btn-soft-secondary.dropdown-toggle {
  color: #fff;
  background-color: #902875;
  border-color: transparent
}
.btn-soft-secondary.disabled,
.btn-soft-secondary:disabled,
.ts-dropdown-content .btn-soft-secondary.create:not(.active) {
  color: #902875;
  background-color: #902875;
  border-color: transparent
}
.btn-soft-secondary.dropdown-toggle::after {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23902875' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
.btn-check:focus + .btn-soft-secondary.dropdown-toggle::after,
.btn-soft-secondary:focus.dropdown-toggle::after,
.btn-soft-secondary:hover.dropdown-toggle::after {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e")
}
.btn-soft-info {
  color: #57daac;
  background-color: rgba(87,218,172,.1);
  border-color: transparent
}
.btn-check:focus + .btn-soft-info,
.btn-soft-info:focus,
.btn-soft-info:hover {
  color: #000;
  background-color: #57daac
}
.btn-check:active + .btn-soft-info,
.btn-check:checked + .btn-soft-info,
.btn-soft-info.active,
.btn-soft-info:active,
.show > .btn-soft-info.dropdown-toggle {
  color: #000;
  background-color: #57daac;
  border-color: transparent
}
.btn-soft-info.disabled,
.btn-soft-info:disabled,
.ts-dropdown-content .btn-soft-info.create:not(.active) {
  color: #57daac;
  background-color: #57daac;
  border-color: transparent
}
.btn-soft-info.dropdown-toggle::after {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%2357daac' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
.btn-check:focus + .btn-soft-info.dropdown-toggle::after,
.btn-soft-info:focus.dropdown-toggle::after,
.btn-soft-info:hover.dropdown-toggle::after {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23000' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e")
}
.btn-soft-warning {
  color: #fcd571;
  background-color: rgba(252,213,113,.1);
  border-color: transparent
}
.btn-check:focus + .btn-soft-warning,
.btn-soft-warning:focus,
.btn-soft-warning:hover {
  color: #000;
  background-color: #fcd571
}
.btn-check:active + .btn-soft-warning,
.btn-check:checked + .btn-soft-warning,
.btn-soft-warning.active,
.btn-soft-warning:active,
.show > .btn-soft-warning.dropdown-toggle {
  color: #000;
  background-color: #fcd571;
  border-color: transparent
}
.btn-soft-warning.disabled,
.btn-soft-warning:disabled,
.ts-dropdown-content .btn-soft-warning.create:not(.active) {
  color: #fcd571;
  background-color: #fcd571;
  border-color: transparent
}
.btn-soft-warning.dropdown-toggle::after {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fcd571' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
.btn-check:focus + .btn-soft-warning.dropdown-toggle::after,
.btn-soft-warning:focus.dropdown-toggle::after,
.btn-soft-warning:hover.dropdown-toggle::after {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23000' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e")
}
.btn-soft-danger {
  color: #e11717;
  background-color: rgba(225,23,23,.1);
  border-color: transparent
}
.btn-check:focus + .btn-soft-danger,
.btn-soft-danger:focus,
.btn-soft-danger:hover {
  color: #fff;
  background-color: #e11717
}
.btn-check:active + .btn-soft-danger,
.btn-check:checked + .btn-soft-danger,
.btn-soft-danger.active,
.btn-soft-danger:active,
.show > .btn-soft-danger.dropdown-toggle {
  color: #fff;
  background-color: #e11717;
  border-color: transparent
}
.btn-soft-danger.disabled,
.btn-soft-danger:disabled,
.ts-dropdown-content .btn-soft-danger.create:not(.active) {
  color: #e11717;
  background-color: #e11717;
  border-color: transparent
}
.btn-soft-danger.dropdown-toggle::after {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23e11717' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
.btn-check:focus + .btn-soft-danger.dropdown-toggle::after,
.btn-soft-danger:focus.dropdown-toggle::after,
.btn-soft-danger:hover.dropdown-toggle::after {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e")
}
.btn-soft-light {
  color: #f8f9fa;
  background-color: rgba(248,249,250,.1);
  border-color: transparent
}
.btn-check:focus + .btn-soft-light,
.btn-soft-light:focus,
.btn-soft-light:hover {
  color: #000;
  background-color: #f8f9fa
}
.btn-check:active + .btn-soft-light,
.btn-check:checked + .btn-soft-light,
.btn-soft-light.active,
.btn-soft-light:active,
.show > .btn-soft-light.dropdown-toggle {
  color: #000;
  background-color: #f8f9fa;
  border-color: transparent
}
.btn-soft-light.disabled,
.btn-soft-light:disabled,
.ts-dropdown-content .btn-soft-light.create:not(.active) {
  color: #f8f9fa;
  background-color: #f8f9fa;
  border-color: transparent
}
.btn-soft-light.dropdown-toggle::after {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23f8f9fa' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
.btn-check:focus + .btn-soft-light.dropdown-toggle::after,
.btn-soft-light:focus.dropdown-toggle::after,
.btn-soft-light:hover.dropdown-toggle::after {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23000' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e")
}
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa
}
.btn-outline-light:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa
}
.btn-check:active + .btn-outline-light,
.btn-check:checked + .btn-outline-light,
.btn-outline-light.active,
.btn-outline-light.dropdown-toggle.show,
.btn-outline-light:active {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa
}
.btn-outline-light.disabled,
.btn-outline-light:disabled,
.ts-dropdown-content .btn-outline-light.create:not(.active) {
  color: #f8f9fa;
  background-color: rgba(0,0,0,0)
}
.btn-outline-light.dropdown-toggle::after {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23f8f9fa' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
.btn-outline-light:hover::after {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23000' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e")
}
.btn-check:active + .btn-outline-light.dropdown-toggle::after,
.btn-check:checked + .btn-outline-light.dropdown-toggle::after,
.btn-outline-light.active.dropdown-toggle::after,
.btn-outline-light.dropdown-toggle.show.dropdown-toggle::after,
.btn-outline-light:active.dropdown-toggle::after {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23000' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e")
}
.btn-dashed-outline {
  border-style: dashed
}
.btn.disabled-while-creating:disabled,
.btn.disabled-while-updating-plan,
.btn[data-save-successful=true],
.ts-dropdown-content .disabled-while-creating.create:disabled,
.ts-dropdown-content .disabled-while-updating-plan.create,
.ts-dropdown-content [data-save-successful=true].create {
  pointer-events: none
}
.btn.disabled-while-creating:disabled:before,
.btn.disabled-while-updating-plan:before,
.btn[data-save-successful=true]:before,
.ts-dropdown-content .disabled-while-creating.create:disabled:before,
.ts-dropdown-content .disabled-while-updating-plan.create:before,
.ts-dropdown-content [data-save-successful=true].create:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000
}
.btn[data-save-successful=true]:before,
.ts-dropdown-content [data-save-successful=true].create:before {
  content: 'Saved'
}
.btn.disabled-while-updating-plan:before,
.ts-dropdown-content .disabled-while-updating-plan.create:before {
  content: 'Updating Plan'
}
.btn.disabled-while-creating:disabled:before,
.ts-dropdown-content .disabled-while-creating.create:disabled:before {
  content: 'Creating'
}
.btn.no-shrink,
.ts-dropdown-content .no-shrink.create {
  flex: 0 0 auto
}
.btn.text-dynamic .text-open,
.ts-dropdown-content .text-dynamic.create .text-open {
  display: block
}
.btn.text-dynamic .text-collapsed,
.ts-dropdown-content .text-dynamic.create .text-collapsed {
  display: none
}
.btn.text-dynamic.collapsed .text-open,
.ts-dropdown-content .text-dynamic.collapsed.create .text-open {
  display: none
}
.btn.text-dynamic.collapsed .text-collapsed,
.ts-dropdown-content .text-dynamic.collapsed.create .text-collapsed {
  display: block
}
.btn.btn-primary,
.ts-dropdown-content .btn-primary.create {
  color: #fff
}
.btn.btn-primary:hover,
.ts-dropdown-content .btn-primary.create:hover {
  color: #fff
}
.mt-offset-half {
  margin-top: -.5rem
}
.dropdown-toggle {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  white-space: nowrap
}
.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 12rem;
  padding: .5rem;
  margin: .3125rem 0 0 0;
  font-size: .875rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: .0625rem solid rgba(0,0,0,.15);
  border-radius: .5rem;
  opacity: 0;
  transition: opacity .3s ease-in-out
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: .625rem
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto
}
@media (min-width:576px) {
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto
  }
}
@media (min-width:768px) {
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto
  }
}
@media (min-width:992px) {
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto
  }
}
@media (min-width:1200px) {
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto
  }
}
@media (min-width:1400px) {
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto
  }
}
.dropdown-divider {
  height: 0;
  margin: .5rem 0;
  overflow: hidden;
  border-top: 1px solid #eeeeee5c
}
.new-dropdown-divider {
  height: 0;
  margin: .5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(255,255,255,.05)
}
.dropdown-item,
.ts-dropdown-content .no-results,
.ts-dropdown-content .option {
  border-radius: .375rem;
  align-items: center;
  background-color: rgba(0,0,0,0);
  border: 0;
  clear: both;
  color: #f8f9fa;
  display: flex;
  font-weight: 400;
  padding: .5rem .75rem;
  text-align: inherit;
  transition: none;
  white-space: nowrap;
  width: 100%
}
.dropdown-item:not(:last-child),
.ts-dropdown-content .no-results:not(:last-child),
.ts-dropdown-content .option:not(:last-child) {
  margin-bottom: .25rem
}
.dropdown-item:focus,
.dropdown-item:hover,
.ts-dropdown-content .no-results:focus,
.ts-dropdown-content .no-results:hover,
.ts-dropdown-content .option:focus,
.ts-dropdown-content .option:hover {
  color: #1e2125;
  background-color: #f8f9fa
}
.dropdown-item.active,
.dropdown-item:active,
.ts-dropdown-content .active.no-results,
.ts-dropdown-content .active.option,
.ts-dropdown-content .no-results:active,
.ts-dropdown-content .option:active {
  color: #212529;
  text-decoration: none;
  background-color: #f8f9fa
}
.dropdown-item.disabled,
.dropdown-item:disabled,
.ts-dropdown-content .disabled.no-results,
.ts-dropdown-content .disabled.option,
.ts-dropdown-content .dropdown-item.create:not(.active),
.ts-dropdown-content .no-results.create:not(.active),
.ts-dropdown-content .no-results:disabled,
.ts-dropdown-content .option.create:not(.active),
.ts-dropdown-content .option:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: rgba(0,0,0,0)
}
.dropdown-item.active:active:focus,
.dropdown-item.active:not(:focus):not(:active),
.ts-dropdown-content .active.no-results:active:focus,
.ts-dropdown-content .active.no-results:not(:focus):not(:active),
.ts-dropdown-content .active.option:active:focus,
.ts-dropdown-content .active.option:not(:focus):not(:active) {
  color: #212529;
  background-color: #f8f9fa
}
.dropdown-menu.show {
  display: block;
  width: 16rem;
  opacity: 1;
  right: 0;
  left: auto;
  top: 100%;
  margin-top: .625rem;
  background: black;
  border: 1px solid;
}
.dropdown-menu.newshow {
  display: block;
  opacity: 1;
  right: 0;
  left: auto;
  top: 100%;
  margin-top: -14rem;
  border: 1px solid #5d5d5d
}
.dropdown-header {
  display: block;
  text-transform: uppercase;
  padding: .5rem .75rem;
  margin-bottom: 0;
  font-size: .625rem;
  color: #6c757d;
  font-weight: 500;
  white-space: nowrap
}
.dropdown-item-text {
  display: block;
  padding: .25rem 1rem;
  color: #212529
}
.dropdown label {
  opacity: .85;
  transform: scale(.85) translateY(-.75rem) translateX(-.9rem)
}
.dropdown .dropdown-span-helper {
  display: block;
  position: absolute;
  left: 15px;
  top: 15px;
  line-height: 1.25
}
.dropdown .btn-group-sm > .btn .dropdown-span-helper,
.dropdown .btn-sm .dropdown-span-helper,
.dropdown .ts-dropdown-content .create .dropdown-span-helper,
.ts-dropdown-content .dropdown .create .dropdown-span-helper {
  top: 12px
}
.dropdown .btn-group-xs > .btn .dropdown-span-helper,
.dropdown .btn-xs .dropdown-span-helper,
.dropdown .ts-dropdown-content .btn-group-xs > .create .dropdown-span-helper,
.ts-dropdown-content .dropdown .btn-group-xs > .create .dropdown-span-helper {
  top: 8px;
  left: 0;
  width: 100%
}
.dropdown,
.dropend,
.dropstart,
.dropup {
  position: relative
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: .625rem
}
.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: .625rem
}
.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: .625rem
}
.btn-check {
  position: absolute;
  clip: rect(0,0,0,0);
  pointer-events: none
}
.btn-check:disabled + .btn,
.btn-check[disabled] + .btn,
.ts-dropdown-content .btn-check:disabled + .create,
.ts-dropdown-content .btn-check[disabled] + .create {
  pointer-events: none;
  filter: none;
  opacity: .45
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}
.nav-link {
  display: flex;
  padding: .5rem .75rem;
  color: #212529;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
  .nav-link {
    transition: none
  }
}
.nav-link:focus,
.nav-link:hover {
  color: #212529
}
.nav-link.disabled,
.ts-dropdown-content .nav-link.create:not(.active) {
  color: #ced4da;
  pointer-events: none;
  cursor: default
}
.nav-link.active {
  color: #fff
}
.nav-pills .nav-item {
  margin: .25rem .25rem
}
.nav-pills .nav-link {
  color: #212529;
  background: rgba(0,0,0,0);
  border: 0;
  border-radius: .5rem
}
.nav-pills .nav-link:hover {
  color: #212529;
  background-color: #e9ecef
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  cursor: pointer;
  background: #55a6c4
}
.nav-pills .nav-link.active:hover,
.nav-pills .show > .nav-link:hover {
  color: #fff;
  background: #55a6c4
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform .3s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
  .offcanvas {
    transition: none
  }
}
.offcanvas-backdrop {
  backdrop-filter: blur(0);
  -webkit-backdrop-filter: blur(0);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000
}
.offcanvas-backdrop.fade {
  opacity: 0
}
.offcanvas-backdrop.show {
  opacity: .5
}
.offcanvas-backdrop.show {
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px)
}
.offcanvas-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: .75rem 1.5rem;
  top: 5rem;
  border-bottom: 1px solid rgba(222,226,230,.7)
}
.offcanvas-header .btn,
.offcanvas-header .ts-dropdown-content .create,
.ts-dropdown-content .offcanvas-header .create {
  margin-right: -.75rem
}
.offcanvas-footer {
  border-top: 1px solid rgba(222,226,230,.7);
  padding: .75rem 1.5rem
}
.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5
}
.offcanvas-body {
  flex-grow: 1;
  padding: 1.5rem 1.5rem;
  overflow-y: auto
}
.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: .0625rem solid rgba(0,0,0,.2);
  transform: translateX(-100%)
}
.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: .0625rem solid rgba(0,0,0,.2);
  transform: translateX(100%)
}
.offcanvas-end.offcanvas-xl {
  width: calc(100% - 150px);
  left: 150px
}
@media (max-width:575.98px) {
  .offcanvas-end.offcanvas-xl {
    width: 100%;
    left: 0
  }
}
.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: .0625rem solid rgba(0,0,0,.2);
  transform: translateY(-100%)
}
.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: .0625rem solid rgba(0,0,0,.2);
  transform: translateY(100%)
}
.offcanvas.show {
  transform: none;
  visibility: visible
}
.page-header {
  border-bottom: .0625rem solid rgba(222,226,230,.7);
  padding-bottom: 1rem;
  margin-bottom: 1rem
}
.page-header.anchor-offset-header {
  scroll-margin-top: 100px
}
.page-header .breadcrumb {
  margin-bottom: .25rem
}
.page-header .breadcrumb > .breadcrumb-link {
  font-size: .75rem
}
.page-header-title {
  margin-bottom: .5rem
}
.page-header-text {
  margin-bottom: .25rem
}
.page-header-reset {
  border-bottom-width: 0;
  padding-bottom: 0
}
.page-header-light {
  border-bottom-color: rgba(255,255,255,.1)
}
.page-header-light .page-header-title {
  color: #fff
}
.page-header-light .page-header-text {
  color: rgba(255,255,255,.7)
}
.pagination {
  display: flex;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none
}
.page-link {
  border-radius: .375rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  color: var(--bs-body-color);
  cursor: pointer;
  display: block;
  min-width: 2.25rem;
  position: relative;
  text-align: center
}
@media (prefers-reduced-motion:reduce) {
  .page-link {
    transition: none
  }
}
.page-link:hover {
  z-index: 2;
  color: #2b5362;
  background-color: #e9ecef;
  border-color: #dee2e6
}
.page-link:focus {
  z-index: 3;
  color: #2b5362;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 1rem 0 rgba(85,166,196,.25)
}
.page-item:not(:last-child) {
  margin-right: .25rem
}
.page-item:not(:first-child) .page-link {
  margin-left: 0
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #55a6c4;
  border-color: #55a6c4
}
.page-item.disabled .page-link,
.ts-dropdown-content .page-item.create:not(.active) .page-link {
  color: var(--bs-muted);
  pointer-events: none
}
.page-link {
  padding: .375rem .75rem
}
.page-item:first-child .page-link {
  border-top-left-radius: .375rem!important;
  border-bottom-left-radius: .375rem!important
}
.page-item:last-child .page-link {
  border-top-right-radius: .375rem!important;
  border-bottom-right-radius: .375rem!important
}
.pagination-lg .page-link {
  padding: .75rem 1.25rem;
  font-size: 1rem
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: .625rem!important;
  border-bottom-left-radius: .625rem!important
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: .625rem!important;
  border-bottom-right-radius: .625rem!important
}
.pagination-sm .page-link {
  padding: .25rem .5rem;
  font-size: .75rem
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: .375rem!important;
  border-bottom-left-radius: .375rem!important
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: .375rem!important;
  border-bottom-right-radius: .375rem!important
}
.chat-body-mask {
  background: rgba(255,255,255,.5);
  bottom: 0;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0
}
.message-wrap {
  display: flex;
  width: 100%
}
.dz-default.dz-message {
  display: none
}
@media (min-width:992px) {
  .container-conversion {
    overflow: hidden
  }
}
.form-conversion {
  margin: 8rem 0 5rem 0
}
@media (min-width:992px) {
  .form-conversion {
    margin: 0;
    height: calc(100vh - 5rem)
  }
  .device-ios .form-conversion {
    height: -webkit-fill-available
  }
}
.page-actions-conversion {
  position: fixed;
  left: 0;
  right: 0
}
@media (min-width:992px) {
  .page-actions-conversion {
    left: 50%
  }
}
.landing-cover {
  padding: 5.5rem 0 3.5rem 0;
  position: relative;
  width: 100%
}
.landing-cover .search-wrap.max-w-550px {
  max-width: 550px
}
.landing-cover .tag {
  box-shadow: 0 1px 16px #000;
  background: rgba(248,249,250,.2);
  color: #fff
}
.landing-cover .tag:hover {
  background: rgba(248,249,250,.8);
  color: #000
}
.landing-cover #canvas-gradient {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  --gradient-color-1: #132024;
  --gradient-color-2: #000000;
  --gradient-color-3: #000000;
  --gradient-color-4: #000000;
  --gradientColorZero: #0007ff;
  --gradientColorOne: #ff333d;
  --gradientColorTwo: #132024;
  --gradientColorThree: #ffcb57;
  background: #000;
  z-index: -2
}
.landing-cover #canvas-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg,rgba(222,26,107,0) 50%,#000 100%);
  z-index: -1
}
.landing-cta-image {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 0;
  -webkit-mask-image: linear-gradient(to left,black,transparent);
  mask-image: linear-gradient(to left,black,transparent);
  opacity: .75
}
.header-coupon {
  position: relative;
  width: 100%;
  z-index: 999;
  height: 35px;
  background: #000
}
.x-landing-cover-header {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background-image: linear-gradient(to top,rgba(0,0,0) 0,rgba(0,0,0,0) 100%,rgba(0,0,0) 100%);
  display: flex;
  justify-content: center
}
.landing-cover-header {
  flex-wrap: wrap;
  padding: 5.5rem 1.5rem 0 1.5rem;
  position: relative;
  width: 100%;
  background-color: #0000006b;
  background-image: linear-gradient(to top,rgba(0,0,0) 0,rgba(0,0,0,0) 100%,rgba(0,0,0) 100%)
}
.landing-cover-header .search-wrap.max-w-550px {
  max-width: 550px
}
.landing-cover-header .tag {
  box-shadow: 0 1px 16px #000;
  background: rgba(248,249,250,.2);
  color: #fff
}
.landing-cover-header .tag:hover {
  background: rgba(248,249,250,.8);
  color: #000
}
.landing-cover-header #canvas-gradient {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  --gradient-color-1: #132024;
  --gradient-color-2: #000000;
  --gradient-color-3: #000000;
  --gradient-color-4: #000000;
  --gradientColorZero: #0007ff;
  --gradientColorOne: #ff333d;
  --gradientColorTwo: #1e3c48;
  --gradientColorThree: #ffcb57;
  background: #000;
  z-index: -2
}
.landing-cover-header #canvas-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg,rgba(222,26,107,0) 50%,#000 100%);
  z-index: -1
}
.landing-photo {
  display: block;
}

@media (max-width: 768px) {
  .landing-photo {
    display: none;
  }
}
@media (min-width:768px) {
  .landing-cta-image {
    -webkit-mask-image: none;
    mask-image: none;
    opacity: 1
  }
}
@media (min-width:992px) {
  .landing-cta-image {
    -webkit-mask-image: linear-gradient(to left,black,transparent);
    mask-image: linear-gradient(to left,black,transparent);
    opacity: .75
  }
}
@media (min-width:1200px) {
  .landing-cta-image {
    -webkit-mask-image: none;
    mask-image: none;
    opacity: 1
  }
}
.w-120 {
  width: 120px;
  min-width: 120px
}
.bg-gray-100-hover:hover {
  background: #f8f9fa
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 10px;
  z-index: 0
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box
}
.swiper-wrapper-all-flowers {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  transition-property: transform;
  box-sizing: content-box;
  grid-column-gap: 20px;
  grid-row-gap: 40px
}
.themes-wrapper {
  position: relative;
  width: 100%;
  height: 300px;
  z-index: 1;
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  transition-property: transform;
  box-sizing: content-box;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  overflow: scroll
}
.selection-left {
  box-shadow: rgba(0,0,0,.12) 0 6px 16px;
  margin-top: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 10px;
  margin-bottom: 15px
}
.selection-left-render {
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 10px;
  margin-bottom: 15px
}
.selection-thanks-customer {
  box-shadow: rgba(0,0,0,.12) 0 6px 16px;
  margin-top: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 10px;
  display: grid;
  justify-content: center
}
.uploader-wrapper {
  color: #8c8c8c;
  border: 1px dashed rgb(0 0 0 / 20%);
  height: 160px;
  border-radius: 6px;
  cursor: pointer;
  text-align: center;
  position: relative;
  margin: 0;
  display: block
}
.uploader-wrapper-upscale {
  color: #8c8c8c;
  border: 1px dashed rgb(0 0 0 / 20%);
  height: 220px;
  border-radius: 6px;
  cursor: pointer;
  text-align: center;
  position: relative;
  margin: 0;
  display: block
}
.uploader-pose-wrapper {
  padding: 15px;
  color: #8c8c8c;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%
}
.uploader-pose-title {
  display: flex;
  align-items: center;
  font-size: 14px
}
.uploaded-wrapper {
  color: #8c8c8c;
  border: 1px dashed rgb(0 0 0 / 20%);
  border-radius: 12px;
  cursor: pointer;
  position: relative;
  margin: 0;
  display: flex;
  /* padding: 10px; */
  flex-wrap: nowrap;
  align-items: center
}
.uploaded-wrapper span {
  margin-left: 4%;
  font-size: 14px
}
.photographer-wrapper {
  color: #8c8c8c;
  border: 1px dashed rgb(0 0 0 / 20%);
  border-radius: 12px;
  cursor: pointer;
  position: relative;
  margin: 0;
  display: flex;
  padding: 10px;
  flex-wrap: nowrap;
  align-items: center
}
.detail-btn {
  margin-left: 4%;
  font-size: 14px
}
.photographer-name {
  margin-left: 4%;
  color: #000;
  font-size: 14px
}
.upload-title {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  cursor: pointer
}
.uploader-title {
  padding: 25px;
  left: 50%;
  top: 50%;
  width: 100%;
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  font-size: 14px
}
.photographer-selection {
  padding: 25px;
  left: 50%;
  top: 50%;
  width: 100%;
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  font-size: 14px;
  height: 160px
}
.pose-uploader-wrapper {
  color: #8c8c8c;
  border: 1px dashed rgb(0 0 0 / 20%);
  height: 54px;
  border-radius: 6px;
  cursor: pointer;
  text-align: center;
  position: relative;
  margin: 0;
  display: block
}
.loader-title {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10%;
  height: 10%;
  color: #fff;
  margin-top: 30px
}
.text-align-center {
  text-align: center
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0,0,0)
}
.swiper-pointer-events {
  touch-action: pan-y
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: auto;
  position: relative;
  transition-property: transform;
  cursor: pointer
}
.swiper-slide img {
  width: 100%!important
}
.swiper-slide-invisible-blank {
  visibility: hidden
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform,height
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 60px;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center
}
@media (max-width:575.98px) {
  .swiper-button-next,
  .swiper-button-prev {
    cursor: auto;
    pointer-events: none
  }
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0;
  cursor: auto;
  pointer-events: none
}
.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none
}
@media (max-width:575.98px) {
  .swiper-button-next .icon,
  .swiper-button-prev .icon {
    display: none
  }
}
.swiper-button-next .mask,
.swiper-button-prev .mask {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 0;
  right: auto
}
.swiper-button-prev .icon,
.swiper-rtl .swiper-button-next .icon {
  left: 10px
}
.swiper-button-prev.fade-to-page .mask,
.swiper-rtl .swiper-button-next.fade-to-page .mask {
  -webkit-mask-image: linear-gradient(to right,black,transparent);
  mask-image: linear-gradient(to right,black,transparent)
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 0;
  left: auto
}
.swiper-button-next .icon,
.swiper-rtl .swiper-button-prev .icon {
  right: 10px
}
.swiper-button-next.fade-to-page .mask,
.swiper-rtl .swiper-button-prev.fade-to-page .mask {
  -webkit-mask-image: linear-gradient(to left,black,transparent);
  mask-image: linear-gradient(to left,black,transparent)
}
.swiper-button-lock {
  display: none
}
.u-fancy-load {
  transform: scale(1);
  transition: transform .3s cubic-bezier(.55, 0, .1, 1)
}
.selection-wrapper {
  width: 100%;
  position: relative;
  display: block
}
.u-fancy-load button {
  background: #e0e0e0;
  color: #424242;
  outline: 0;
  border: none;
  padding: .5em 1em
}
.u-fancy-load button + * {
  margin-left: 20px
}
.u-fancy-load {
  list-style: none outside none;
  width: 100%;
  margin: 20px auto;
  width: 100%;
  position: relative;
  display: block;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 10px;
  box-shadow: rgba(0,0,0,.12) 0 6px 16px;
  overflow: scroll;
  height: 340px
}
.u-fancy-load > * {
  background-color: #fff;
  border: none;
  cursor: pointer;
  display: inline-block;
  height: 142px;
  margin: 8px;
  overflow: hidden;
  position: relative;
  width: 125px
}
@media only screen and (min-device-width:375px) and (max-device-width:844px) {
  .u-fancy-load > * {
    height: 162px;
    width: auto
  }
  .u-fancy-load {
    margin-right: auto;
    margin-left: auto;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    height: 545px;
    justify-items: center
  }
  .face {
    width: 40%;
    height: 20%;
    left: 31.5%
  }
}
@media only screen and (min-device-width:428px) and (max-device-width:926px) {
  .u-fancy-load > * {
    height: 180px;
    width: auto
  }
  .u-fancy-load {
    margin-right: auto;
    margin-left: auto;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    height: 600px;
    justify-items: center
  }
  .face {
    width: 40%;
    height: 20%;
    left: 31.5%
  }
}
@media (min-width:768px) {
  .u-fancy-load > * {
    height: 125px;
    width: 109px
  }
  .u-fancy-load {
    height: 284px
  }
}
@media (min-width:981px) {
  .u-fancy-load > * {
    height: 143px;
    width: 125px
  }
  .u-fancy-load {
    height: 340px;
    justify-content: center;
    margin-right: auto;
    margin-left: auto
  }
}
.flower-image {
  padding: 10px
}
.image-wrapper img {
  width: 100%;
  height: 100%
}
.download-title {
  font-size: 12px
}
.button {
  user-select: none;
}
.button-layer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 1
}
.download-button-pro {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.5);
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  opacity: 0
}
.download-button-pro:hover {
  opacity: 1
}
@media (max-width:576px) {
  .download-button span {
    font-size: 10px
  }
}
.switch-button {
  box-shadow: 0 1px 16px #000;
  background: rgba(248,249,250,.2);
  border-radius: 30px;
  overflow: hidden;
  width: 210px;
  text-align: center;
  font-size: .75rem;
  letter-spacing: 1px;
  color: #fff;
  position: relative;
  padding-right: 120px;
  margin-bottom: 20px
}
.switch-button-before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  pointer-events: none;
  padding: 12px 0;
  margin: 0;
  display: block;
  user-select: none;
  pointer-events: none
}
.switch-button-checkbox {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2
}
.switch-button-checkbox:checked + .switch-button-label:before {
  transform: translateX(120px);
  transition: transform .3s linear
}
.switch-button-checkbox + .switch-button-label {
  position: relative;
  padding: 12px 0;
  margin: 0;
  display: block;
  user-select: none;
  pointer-events: none
}
.switch-button-checkbox + .switch-button-label:before {
  content: "";
  background: #ffa227;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 30px;
  transform: translateX(0);
  transition: transform .3s
}
.switch-button-label-span {
  position: relative
}
.left-switch-button-label-span {
  position: relative;
  color: #fff;
  padding-right: 5px
}
.right-switch-button-label-span {
  position: relative;
  color: #fff;
  padding-left: 5px;
  padding-right: 15px
}
.selection-box:hover .ant-select-selector {
  border-color: red
}
.tagArea {
  display: flex
}
.tagArea__displayArea {
  display: flex
}
.tagArea__input {
  margin-left: 1.5rem;
  border: none;
  outline: 0
}
.tagComponent {
  display: flex;
  background-color: #ffa227;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 6px;
  border-radius: 5px;
  align-items: end
}
.tagComponent:not(:first-child) {
  margin-left: .6rem
}
.tagComponent__text {
  color: #fff;
  font-family: sans-serif;
  font-size: .8rem
}
.tagComponent__close {
  margin-left: .5rem;
  font-size: 1rem;
  font-family: sans-serif;
  color: #fff
}
.tagComponent__close span {
  vertical-align: middle
}
.tagComponent__close:hover {
  cursor: pointer
}
.has-tooltip:not(.tooltip-disabled) {
  cursor: help;
  position: relative
}
.has-tooltip:not(.tooltip-disabled):hover .tooltip-container {
  display: block
}
.has-tooltip .tooltip-container {
  display: none;
  position: absolute;
  background-color: #fff;
  z-index: 20;
  bottom: calc(100% + 13px);
  left: -10px;
  right: -10px;
  padding: 16px 20px;
  border-radius: 8px;
  box-shadow: 0 6px 55px -10px #777
}
.has-tooltip .tooltip-container:after {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  font-size: 0;
  line-height: 0;
  content: "";
  position: absolute;
  bottom: -10px
}
.has-tooltip .tooltip-container h6 {
  font-weight: 600;
  font-size: 16px;
  margin: 0
}
.has-tooltip .tooltip-container p {
  color: #555;
  margin-top: 4px
}
#pricing-container * {
  box-sizing: border-box
}
#pricing-container {
  -webkit-font-smoothing: antialiased;
  max-width: 85%;
  margin: 0 auto 0;
  justify-content: center;
  line-height: 1;
  color: #000;
  background-color: #09090b;
  padding-top: 15px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 8px;
  min-height: 95vh;
  left: 50%;
  top: 50%;
  overflow-y: auto
}
#pricing-landing * {
  box-sizing: border-box
}
#pricing-landing {
  -webkit-font-smoothing: antialiased;
  max-width: 1280px;
  margin: 0 auto 0;
  justify-content: center;
  line-height: 1;
  color: #000;
  background-color: #000;
  padding: 15px;
  border-radius: 12px;
  left: 50%;
  top: 50%
}
#pricing-cards {
  display: flex;
  font-size: 14px;
  padding-right: 5%;
  padding-left: 5%
}
#pricing-landing .price-card {
  display: block;
  transition: all .25s;
  position: relative;
  margin: 0 6px;
  flex-grow: 1;
  flex-shrink: 1;
  background-color: #000;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 12px
}
#pricing-landing .price-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.12),0 1px 5px 0 rgba(0,0,0,.2)
}
#pricing-landing .price-card--header {
  margin: 0;
  padding: 20px 0;
  text-align: center
}
#pricing-landing .price-card--header h1 {
  margin: 0;
  padding: 0;
  font-size: 20px;
  color: #fff;
  font-weight: 500
}
#pricing-landing .price-card--header h4 {
  margin: 0;
  padding: 0;
  font-size: 20px;
  color: #fff;
  font-weight: 700
}
#pricing-landing .price-card--header h5 {
  margin: 0;
  padding: 0;
  font-size: 20px;
  color: #fff;
  font-weight: 700
}
#pricing-landing .price-card--price {
  text-align: center;
  padding: 10px 0 6px 0
}
#pricing-landing .price-card--price-text {
  font-size: 5.5rem
}
#pricing-landing .price-card--price-number {
  font-weight: 500;
  opacity: .89;
  color: #fff
}
.odometer div {
  display: inline-block
}
#pricing-landing .price-card--price-number:before {
  content: "";
  font-size: 24px;
  top: -16px;
  display: inline-block;
  position: relative
}
#pricing-landing .price-card--price-number-after {
  font-size: 12px;
  display: inline-block;
  color: #fff
}
#pricing-landing .price-card--price-conditions {
  padding: 14px 0;
  color: #fff;
  line-height: 1.5
}
#pricing-landing .price-card--onboarding-fee {
  color: #fff
}
#pricing-landing .price-card--onboarding-fee.has-fee {
  color: #fff
}
#pricing-landing .price-card--cta {
  padding: 0 20px 0;
  text-align: center;
  position: sticky;
  display: flex;
  justify-content: center
}
#pricing-landing .price-card--cta--button.btn {
  min-width: 20px;
  display: block;
  max-width: 230px;
  margin: 0 auto;
  background-color: #ffa227;
  border-color: #ffa227;
  color: #fff;
  font-weight: 700
}
.price-card--cta .upgrade-button {
  min-width: 200px
}
#pricing-landing .price-card--features {
  padding: 16px 0 20px;
  color: #fff
}
#pricing-landing ul.price-card--features--list {
  padding: 0 32px;
  list-style: none;
  margin: 0
}
#pricing-landing li.price-card--features--item {
  margin: 8px 0;
  padding-left: 8px;
  line-height: 1.5;
  position: relative;
  color: #c6c6c6
}
#checkout-cards {
  display: flex;
  font-size: 14px;
  padding-right: 5%;
  padding-left: 5%
}
.x-price-card {
  display: block;
  transition: all .25s;
  position: relative;
  margin: 0 6px;
  flex-grow: 1;
  flex-shrink: 1;
  background-color: #0f0f0f;
  border: 2px solid rgba(255,255,255,.6);
  border-radius: 12px
}
#pricing-container .price-card {
  display: block;
  transition: all .25s;
  position: relative;
  margin: 0 6px;
  flex-grow: 1;
  flex-shrink: 1;
  background-color: #000;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 12px
}
#pricing-container .price-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.12),0 1px 5px 0 rgba(0,0,0,.2)
}
#pricing-container .price-card--header {
  margin: 0;
  padding: 20px 0;
  text-align: center
}
#pricing-container .price-card--header h4 {
  margin: 0;
  padding: 0;
  font-size: 20px;
  color: #fff;
  font-weight: 700
}
#pricing-container .price-card--header h5 {
  margin: 0;
  padding: 0;
  font-size: 20px;
  color: #fff;
  font-weight: 700
}
#pricing-container .price-card--price {
  text-align: center;
  padding: 10px 0 6px 0
}
#pricing-container .price-card--price-text {
  font-size: 5.5rem
}
#pricing-container .price-card--price-number {
  font-weight: 500;
  opacity: .89;
  color: #fff
}
.odometer div {
  display: inline-block
}
#pricing-container .price-card--price-number:before {
  content: "";
  font-size: 24px;
  top: -16px;
  display: inline-block;
  position: relative
}
#pricing-container .price-card--price-number-after {
  font-size: 12px;
  display: inline-block;
  color: #fff
}
#pricing-container .price-card--price-conditions {
  padding: 14px 0;
  color: #fff;
  line-height: 1.5
}
#pricing-container .price-card--onboarding-fee {
  color: #fff
}
#pricing-container .price-card--onboarding-fee.has-fee {
  color: #fff
}
.x-price-card--onboarding-fee {
  color: #fff;
  font-weight: 700;
  margin-top: 10px
}
#pricing-container .price-card--cta {
  padding: 0 20px 0;
  text-align: center;
  position: sticky;
  display: flex;
  justify-content: center
}
#pricing-container .price-card--cta--button.btn {
  min-width: 20px;
  display: block;
  max-width: 230px;
  margin: 0 auto;
  background-color: #ffa227;
  border-color: #ffa227;
  color: #fff;
  font-weight: 700
}
.payment-card--features--list {
  padding: 0 32px;
  list-style: none;
  margin: 0
}
.payment-card--features--list li {
  padding-bottom: 10px
}
@supports (-webkit-appearance:none) or (-moz-appearance:none) {
  .payment-card--features--list li input[type=radio] {
    --active: #fff;
    --active-inner: #ffa227;
    --border: #e1bbd3;
    --border-hover: #e1bbd3;
    --background: #fff;
    --disabled: #F6F8FF;
    --disabled-inner: #E1E6F9;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 21px;
    outline: 0;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    cursor: pointer;
    border: 1px solid var(--bc,var(--border));
    background: var(--b,var(--background));
    transition: background .3s,border-color .3s,box-shadow .2s
  }
  .payment-card--features--list li input[type=radio]:after {
    content: '';
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    transition: transform var(--d-t, .3s) var(--d-t-e, ease),opacity var(--d-o, .2s)
  }
  .payment-card--features--list li input[type=radio]:checked {
    --b: var(--active);
    --bc: var(--active);
    --d-o: .3s;
    --d-t: .6s;
    --d-t-e: cubic-bezier(.2, .85, .32, 1.2)
  }
  .payment-card--features--list li input[type=radio]:disabled {
    --b: var(--disabled);
    cursor: not-allowed;
    opacity: .9
  }
  .payment-card--features--list li input[type=radio]:disabled:checked {
    --b: var(--disabled-inner);
    --bc: var(--border)
  }
  .payment-card--features--list li input[type=radio]:disabled + label {
    cursor: not-allowed
  }
  .payment-card--features--list li input[type=radio]:hover:not(:checked):not(:disabled) {
    --bc: var(--border-hover)
  }
  input[type=radio]:focus {
    box-shadow: 0 0 0 var(--focus)
  }
  .payment-card--features--list li input[type=radio]:not(.switch) {
    width: 21px;
    margin-top: 4px
  }
  .payment-card--features--list li input[type=radio]:not(.switch):after {
    opacity: var(--o, 0)
  }
  .payment-card--features--list li input[type=radio]:checked {
    --o: 1
  }
  .payment-card--features--list li input[type=radio] + span {
    font-size: 14px;
    line-height: 21px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    margin-left: 8px
  }
  .payment-card--features--list li input[type=checkbox]:not(.switch) {
    border-radius: 7px
  }
  .payment-card--features--list li input[type=checkbox]:not(.switch):after {
    width: 5px;
    height: 9px;
    border: 2px solid var(--active-inner);
    border-top: 0;
    border-left: 0;
    left: 7px;
    top: 4px;
    transform: rotate(var(--r,20deg))
  }
  .payment-card--features--list li input[type=checkbox]:checked {
    --r: 43deg
  }
  .payment-card--features--list li input[type=checkbox].switch {
    width: 38px;
    border-radius: 11px
  }
  .payment-card--features--list li input[type=checkbox].switch:after {
    left: 2px;
    top: 2px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background: var(--ab,var(--border));
    transform: translateX(var(--x,0))
  }
  .payment-card--features--list li input[type=checkbox].switch:checked {
    --ab: var(--active-inner);
    --x: 17px
  }
  .payment-card--features--list li input[type=checkbox].switch:disabled:not(:checked):after {
    opacity: .6
  }
  .payment-card--features--list li input[type=radio] {
    border-radius: 50%
  }
  .payment-card--features--list li input[type=radio]:after {
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: var(--active-inner);
    opacity: 0;
    transform: scale(var(--s,.7))
  }
  .payment-card--features--list li input[type=radio]:checked {
    --s: .6
  }
}
#pricing-container .price-card--features {
  padding: 16px 0 20px;
  color: #fff
}
#pricing-container ul.price-card--features--list {
  padding: 0 32px;
  list-style: none;
  margin: 0
}
#pricing-container li.price-card--features--item {
  margin: 8px 0;
  padding-left: 8px;
  line-height: 1.5;
  position: relative;
  color: #c6c6c6
}
.faq-wrapper h1 {
  text-align: center;
  color: #fff
}
.faq-wrapper h1 {
  text-align: center;
  color: #fff
}
.green-check {
  margin-right: 2px
}
.red-check {
  margin-right: 5px;
  margin-left: 4px
}
#pricing-container li.price-card--features--item.features-disabled {
  opacity: .1
}
#pricing-container .price-card--mobile-features-toggle {
  text-align: center;
  border-top: 1px solid #ddd;
  margin: 24px 0 0;
  padding: 16px 0;
  cursor: pointer;
  display: none;
  color: green
}
#pricing-container .price-card--mobile-features-toggle:after {
  content: "Show All Features ▾"
}
#pricing-container .price-card--mobile-features-toggle.hideall:after {
  content: "Hide Features ▴"
}
.x-price-card--hero-text {
  font-size: 11px;
  background-color: rgb(0 0 0);
  height: 20px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  -webkit-align-self: center;
  align-self: center;
  border-radius: 4px;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  overflow: hidden;
  position: relative;
  padding-left: 5px;
  padding-right: 5px;
  cursor: pointer
}
.x-price-card--hero-text::before {
  -webkit-animation: mostPopular 2.5s;
  animation: mostPopular 2.5s;
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  background: linear-gradient(180deg,rgba(255,255,255,0) 0,rgba(255,255,255,.18) 25%,rgba(255,255,255,.3) 50%,rgba(255,255,255,.18) 75%,rgba(255,255,255,0));
  content: "";
  display: block;
  height: 90px;
  left: -20%;
  position: absolute;
  top: -170px;
  -webkit-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  transform: rotate(-25deg);
  width: 200px
}
#pricing-container .price-card--hero {
  margin: -38px 20px 0;
  z-index: 10
}
#pricing-container .price-card--hero-text {
  background-color: rgba(0,0,0,.2);
  height: 20px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  font-weight: 500;
  -webkit-align-self: center;
  align-self: center;
  border-radius: 4px;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  overflow: hidden;
  position: relative;
  margin: 10px 0 0 10px;
  padding-left: 5px;
  padding-right: 5px
}
#pricing-container .price-card--hero-text::before {
  -webkit-animation: mostPopular 2.5s;
  animation: mostPopular 2.5s;
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  background: linear-gradient(180deg,rgba(255,255,255,0) 0,rgba(255,255,255,.18) 25%,rgba(255,255,255,.3) 50%,rgba(255,255,255,.18) 75%,rgba(255,255,255,0));
  content: "";
  display: block;
  height: 90px;
  left: -20%;
  position: absolute;
  top: -170px;
  -webkit-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  transform: rotate(-25deg);
  width: 200px
}
#pricing-container .price-card--reward {
  background-color: rgba(0,0,0,.2);
  height: 20px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  font-weight: 500;
  -webkit-align-self: center;
  align-self: center;
  border-radius: 4px;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  overflow: hidden;
  position: relative;
  margin: 2px 0 0 0;
  padding-left: 5px;
  padding-right: 5px
}
#pricing-container .price-card--reward::before {
  -webkit-animation: mostPopular 2.5s;
  animation: mostPopular 2.5s;
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  background: linear-gradient(180deg,rgba(255,255,255,0) 0,rgba(255,255,255,.18) 25%,rgba(255,255,255,.3) 50%,rgba(255,255,255,.18) 75%,rgba(255,255,255,0));
  content: "";
  display: block;
  height: 90px;
  left: -20%;
  position: absolute;
  top: -170px;
  -webkit-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  transform: rotate(-25deg);
  width: 200px
}
#pricing-landing .price-card--hero {
  margin: -38px 20px 0;
  z-index: 10
}
#pricing-landing .price-card--hero-text {
  background-color: rgba(0,0,0,.2);
  height: 20px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  font-weight: 500;
  -webkit-align-self: center;
  align-self: center;
  border-radius: 4px;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  overflow: hidden;
  position: relative;
  margin: 10px 0 0 10px;
  padding-left: 5px;
  padding-right: 5px
}
#pricing-landing .price-card--hero-text::before {
  -webkit-animation: mostPopular 2.5s;
  animation: mostPopular 2.5s;
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  background: linear-gradient(180deg,rgba(255,255,255,0) 0,rgba(255,255,255,.18) 25%,rgba(255,255,255,.3) 50%,rgba(255,255,255,.18) 75%,rgba(255,255,255,0));
  content: "";
  display: block;
  height: 90px;
  left: -20%;
  position: absolute;
  top: -170px;
  -webkit-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  transform: rotate(-25deg);
  width: 200px
}
#pricing-landing .price-card--reward {
  background-color: rgba(0,0,0,.2);
  height: 20px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  font-weight: 500;
  -webkit-align-self: center;
  align-self: center;
  border-radius: 4px;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  overflow: hidden;
  position: relative;
  margin: 2px 0 0 0;
  padding-left: 5px;
  padding-right: 5px
}
#pricing-landing .price-card--reward::before {
  -webkit-animation: mostPopular 2.5s;
  animation: mostPopular 2.5s;
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  background: linear-gradient(180deg,rgba(255,255,255,0) 0,rgba(255,255,255,.18) 25%,rgba(255,255,255,.3) 50%,rgba(255,255,255,.18) 75%,rgba(255,255,255,0));
  content: "";
  display: block;
  height: 90px;
  left: -20%;
  position: absolute;
  top: -170px;
  -webkit-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  transform: rotate(-25deg);
  width: 200px
}
.coupon-card-without-blink {
  background-color: rgba(0,0,0,.2);
  height: 20px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  font-weight: 500;
  -webkit-align-self: center;
  align-self: center;
  border-radius: 4px;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  overflow: hidden;
  position: relative;
  padding-left: 5px;
  padding-right: 5px
}
.coupon-card {
  background-color: rgba(0,0,0,.2);
  height: 20px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  font-weight: 500;
  -webkit-align-self: center;
  align-self: center;
  border-radius: 4px;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  overflow: hidden;
  position: relative;
  padding-left: 5px;
  padding-right: 5px
}
.coupon-card::before {
  -webkit-animation: mostPopular 1.8s;
  animation: mostPopular 1.8s;
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  background: linear-gradient(180deg,rgba(255,255,255,0) 0,rgba(255,255,255,.18) 25%,rgba(255,255,255,.3) 50%,rgba(255,255,255,.18) 75%,rgba(255,255,255,0));
  content: "";
  display: block;
  height: 90px;
  left: -20%;
  position: absolute;
  top: -170px;
  -webkit-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  transform: rotate(-25deg);
  width: 200px
}
@keyframes mostPopular {
  0% {
    top: -70px;
    left: -20%
  }
  100% {
    top: 70px;
    left: 20%
  }
}
#pose-container {
  -webkit-font-smoothing: antialiased;
  max-width: 1280px;
  margin: 0 auto 0;
  justify-content: center;
  line-height: 1;
  color: #000;
  background-color: #09090b;
  padding-top: 10px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 12px;
  height: 96vh;
  left: 50%;
  top: 50%;
  overflow-y: auto;
  min-height: 95%
}
#photographer-container {
  -webkit-font-smoothing: antialiased;
  max-width: 1280px;
  margin: 0 auto 0;
  justify-content: center;
  line-height: 1;
  color: #000;
  background-color: #09090b;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 12px;
  left: 50%;
  top: 50%;
  overflow-y: auto;
  height: 100%
}
#pricing-container .only-yearly {
  position: relative
}
#pricing-container .only-yearly .price-card--price-number {
  transition: opacity .2s
}
#pricing-container .only-yearly .only-yearly--text {
  position: absolute;
  top: -.2em;
  left: 0;
  right: 0;
  display: none
}
#pricing-container .only-yearly .only-yearly--text span {
  font-size: 14px
}
#pricing-container .only-yearly.if-monthly .price-card--price-number {
  opacity: 0
}
#pricing-container .only-yearly.if-monthly .only-yearly--text {
  display: block
}
#pricing-switch {
  margin: 0 auto 60px;
  text-align: center;
  line-height: 1.4;
  position: relative;
  max-width: 1080px
}
#pricing-switch .switch-label {
  display: inline-block;
  width: 210px;
  text-align: center;
  opacity: .4;
  font-size: 16px;
  cursor: pointer;
  padding: 0 20px
}
#pricing-switch .switch-label .save-money {
  color: #0f0;
  font-style: italic;
  padding-left: 8px
}
#pricing-switch .save-money--mobile {
  color: #0f0;
  font-style: italic;
  padding-top: 22px;
  display: none
}
#pricing-switch .switch-label.active {
  font-size: 18px;
  color: #fff
}
#pricing-switch .switch-label-monthly {
  text-align: right;
  color: #fff
}
#pricing-switch .switch-label-yearly {
  text-align: left
}
#pricing-switch .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  vertical-align: -50%;
  margin: 0
}
#pricing-switch .switch input {
  display: none
}
#pricing-switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #3f979b;
  border-radius: 34px;
  -webkit-transition: .1s;
  transition: .1s
}
#pricing-switch .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: .1s;
  transition: .1s
}
#pricing-switch input:focus + .slider {
  box-shadow: 0 0 1px #2196f3
}
#pricing-switch input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px)
}
.package-switch {
  margin: 0 auto 20px;
  text-align: center;
  line-height: 1.4;
  position: relative;
  max-width: 1080px
}
.package-switch .switch-label {
  display: inline-block;
  width: 210px;
  text-align: center;
  opacity: .4;
  font-size: 16px;
  cursor: pointer;
  padding: 0 20px
}
.package-switch .switch-label .save-money {
  color: #0f0;
  font-style: italic;
  padding-left: 8px
}
.package-switch .save-money--mobile {
  color: #0f0;
  font-style: italic;
  padding-top: 22px;
  display: none
}
.package-switch .switch-label.active {
  font-size: 18px;
  color: #fff
}
.package-switch .switch-label-monthly {
  text-align: right;
  color: #fff
}
.package-switch .switch-label-yearly {
  text-align: left
}
.package-switch .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  vertical-align: -50%;
  margin: 0
}
.package-switch .switch input {
  display: none
}
.package-switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #3f979b;
  border-radius: 34px;
  -webkit-transition: .1s;
  transition: .1s
}
.package-switch .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: .1s;
  transition: .1s
}
.package-switch input:focus + .slider {
  box-shadow: 0 0 1px #2196f3
}
.package-switch input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px)
}
@media (max-width:1280px) {
  #pricing-container .price-card--price-text {
    font-size: 5.5rem
  }
  #pricing-container .price-card--price-number:before {
    top: -10px;
    font-size: 18px
  }
}
@media (min-width:981px) {
  #pricing-container .price-card--features {
    display: block!important
  }
}
@media (max-width:980px) {
  .landing-cover-header {
    padding: 5.5rem 0 2rem 0
  }
  #pose-container {
    height: 85vh
  }
  #pricing-container {
    max-height: 95vh;
    left: 50%;
    top: 50%;
    overflow-y: scroll
  }
  #pricing-cards {
    display: block;
    padding: 0
  }
  #checkout-cards {
    display: block;
    padding: 0 18px
  }
  #pricing-container .x-price-card {
    max-width: 360px;
    margin: 0 auto 48px
  }
  #pricing-container .price-card {
    max-width: 360px;
    margin: 0 auto 48px
  }
  #pricing-container .price-card:hover {
    transform: none
  }
  #pricing-container .price-card-full-width {
    display: block
  }
  #pricing-container .price-card-full-width .price-card--features--list {
    columns: 1
  }
  #pricing-container .price-card--price {
    padding: 0 0 0
  }
  #pricing-container .price-card--features {
    margin: 0 0 6px 0;
    padding-bottom: 6px
  }
  #pricing-container ul.price-card--features--list {
    margin: 0 auto
  }
  #pricing-container li.price-card--features--item.features-disabled {
    display: none
  }
  #pricing-container .price-card--mobile-features-toggle {
    display: block
  }
  #pricing-switch {
    margin: 26px 0 52px
  }
  #pricing-switch .switch-label {
    display: inline-block;
    width: auto;
    font-size: 15px
  }
  #pricing-switch .switch-label.active {
    font-size: 16px;
    color: #fff
  }
  #pricing-switch .switch-label .save-money {
    display: none
  }
  #pricing-switch .save-money--mobile {
    display: block
  }
  #elite-pricing-container {
    display: block;
    padding: 0 24px
  }
  #elite-pricing-sales-text {
    padding-right: 0;
    padding-bottom: 32px;
    padding-top: 0;
    width: auto;
    max-width: 360px;
    margin: 0 auto;
    text-align: left;
    font-size: 18px;
    line-height: 1.5
  }
  #elite-pricing-card.price-card .price-card--mobile-features-toggle {
    border-top: none;
    color: #f0c328;
    display: none
  }
  #elite-pricing-card.price-card .price-card--features {
    display: block
  }
}
.green {
  color: darken(var(--secondary),20%)
}
.red {
  color: darken(var(--error),10%)
}
.alert {
  font-weight: 700;
  letter-spacing: 2px
}
.dot,
button {
  cursor: pointer
}
#container-purchasing {
  margin: auto;
  width: 90%;
  height: 500px
}
#success-box {
  width: 100%;
  height: 100%;
  box-shadow: 5px 5px 20px rgba(var(--gray),10%);
  perspective: 40px
}
#error-box {
  width: 35%;
  height: 100%;
  right: 12%;
  background: linear-gradient(to bottom left,var(--error) 40%,var(--orange) 100%);
  border-radius: 20px;
  box-shadow: 5px 5px 20px rgba(var(--gray),10%)
}
.dot {
  width: 8px;
  height: 8px;
  background: var(--white);
  border-radius: 50%;
  position: absolute;
  top: 4%;
  right: 6%
}
.two {
  right: 12%;
  opacity: .5
}
.face {
  position: absolute;
  width: 15%;
  height: 24%;
  background: #90e0ff;
  border-radius: 50%;
  border: 1px solid #fff;
  top: 21%;
  left: 41.5%;
  z-index: 2;
  animation: bounce 1s ease-in infinite
}
.face2 {
  position: absolute;
  width: 22%;
  height: 22%;
  background: var(--white);
  border-radius: 50%;
  border: 1px solid var(--dark);
  top: 21%;
  left: 37.5%;
  z-index: 2;
  animation: roll 3s ease-in-out infinite
}
.eye {
  position: absolute;
  width: 5px;
  height: 5px;
  background: var(--dark);
  border-radius: 50%;
  top: 40%;
  left: 20%
}
.right {
  left: 68%
}
.mouth {
  position: absolute;
  top: 43%;
  left: 41%;
  width: 7px;
  height: 7px;
  border-radius: 50%
}
.happy {
  border: 2px solid;
  border-color: transparent var(--dark) var(--dark) transparent;
  transform: rotate(45deg)
}
.sad {
  top: 49%;
  border: 2px solid;
  border-color: var(--dark) transparent transparent var(--dark);
  transform: rotate(45deg)
}
.scale {
  animation: scale 1s ease-in infinite
}
.move {
  animation: move 3s ease-in-out infinite
}
.message {
  position: absolute;
  width: 100%;
  text-align: center;
  height: 40%;
  top: 47%;
  color: #fff;
  padding: 5px
}
.button-box {
  position: absolute;
  background: var(--white);
  width: 50%;
  height: 15%;
  border-radius: 20px;
  top: 73%;
  left: 25%;
  outline: 0;
  border: none;
  box-shadow: 2px 2px 10px rgba(var(--dark),.5);
  transition: all .5s ease-in-out
}
.button-box:hover {
  background: darken(var(--white),5%);
  transform: scale(1.05);
  transition: all .3s ease-in-out
}
@media only screen and (min-device-width:375px) and (max-device-width:844px) {
  .face {
    width: 40%;
    height: 18%;
    left: 30.5%
  }
}
@media only screen and (min-device-width:428px) and (max-device-width:926px) {
  .face {
    width: 40%;
    height: 20%;
    left: 30.5%
  }
}
@keyframes bounce {
  50% {
    transform: translateY(-30px)
  }
}
@keyframes scale {
  50% {
    transform: scale(.9)
  }
}
@keyframes roll {
  0% {
    transform: rotate(0);
    left: 25%
  }
  50% {
    left: 60%;
    transform: rotate(168deg)
  }
  100% {
    transform: rotate(0);
    left: 25%
  }
}
@keyframes move {
  0% {
    left: 25%
  }
  50% {
    left: 60%
  }
  100% {
    left: 25%
  }
}
.terms {
  list-style: none outside none;
  margin: 0;
  padding-left: 25%;
  padding-right: 25%;
  padding-top: 20px;
  padding-bottom: 20px
}
.before-after-landing-wrapper {
  max-width: 550px;
  height: auto;
  display: block;
  padding-left: auto;
  padding-right: auto;
  background-color: #0000
}
.before-after-wrapper {
  width: 100%;
  display: block;
  padding-left: auto;
  padding-right: auto
}
#before-after-slider {
  max-width: 100%;
  position: relative;
  overflow: hidden;
  border: 1px solid #616161;
  /* border: 3px solid #ffb404; */
  border-radius: 8px
}
.ads-video-slider {
  max-width: 800px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  display: flex;
  justify-content: center
}
.video-slider {
  max-width: 800px;
  position: relative;
  overflow: hidden;
  border-radius: 8px
}
.logo-as-seen-on {
  height: 20px;
  margin-left: 12px;
  filter: invert(1)
}
.tiktok-seen-on {
  height: 25px;
  margin-left: 12px;
  filter: invert(1)
}
.instagram-seen-on {
  height: 25px;
  margin-left: 12px;
  margin-top: 5px;
  filter: invert(1)
}
.facebook-seen-on {
  height: 85px;
  margin-left: 12px
}
.linkedin-seen-on {
  height: 22px;
  margin-left: 12px;
  filter: brightness(10)
}
.reddit-seen-on {
  height: 25px;
  margin-left: 12px;
  filter: invert(1)
}
.x-seen-on {
  height: 22px;
  margin-left: 12px;
  filter: invert(1)
}
#after-image {
  display: block;
  top: 0;
  left: 0
}
#before-image {
  position: absolute;
  height: 100%;
  width: 50%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 2
}
#resizer {
  position: absolute;
  display: flex;
  align-items: center;
  z-index: 5;
  top: 0;
  left: 50%;
  height: 100%;
  width: 1px;
  background: #fff;
  -ms-touch-action: pan-y;
  touch-action: pan-y
}
#resizer .left-right-icon {
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: absolute;
  margin: 0 0 0 -20px;
  width: 40px;
  height: 40px;
  cursor: pointer
}
#resizer .left-right-icon span {
  padding-right: 5px;
  padding-left: 5px
}
.before-after-image {
  max-height: 500px;
  display: block
}
.after-image {
  max-width: 101%;
  max-height: 75vh;
  --checkerboard-black-color: #f8f9f9;
  --checkerboard-white-color: #ffffff70;
  background-image: linear-gradient(45deg,var(--checkerboard-black-color) 25%,var(--checkerboard-white-color) 25%),linear-gradient(-45deg,var(--checkerboard-black-color) 25%,var(--checkerboard-white-color) 25%),linear-gradient(45deg,var(--checkerboard-white-color) 75%,var(--checkerboard-black-color) 75%),linear-gradient(-45deg,var(--checkerboard-white-color) 75%,var(--checkerboard-black-color) 75%);
  background-size: 20px 20px;
  background-position: 0 0,0 10px,10px -10px,-10px 0
}
.before-after-image-wrapper {
  display: block;
  width: 100%
}
.before-after-image-lading {
  max-width: 550px
}
@media (max-width:1024px) {
  .before-after-image {
    max-height: 500px;
    display: block
  }
  .selection-left-render {
    border: 0;
    padding-left: 0;
    padding-right: 0;
    box-shadow: none
  }
  .before-after-image-lading {
    max-width: 400px
  }
  #pricing-landing .price-card {
    max-width: 360px;
    margin: 0 auto 36px
  }
  #pricing-landing .x-price-card {
    max-width: 360px;
    margin: 0 auto 36px
  }
}
.uploaded-image {
  width: 100%;
  border-radius: 5px
}
.photographer-image {
  width: 35%;
  border-radius: 5px
}
.download-button-wrapper {
  display: flex;
  justify-content: center
}
.upgrade-btn-wrapper {
  position: -webkit-sticky;
  position: sticky
}
.upgrade-btn-wrapper:hover{
  cursor: pointer;
}
.getstarted-btn-wrapper {
  position: -webkit-sticky;
  position: sticky
}
.getstarted-btn-wrapper {
  cursor: pointer;
}
.enterprise-button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  color: #fff;
  text-align: center;
  --borderWidth: 2px;
  padding-left: 20px;
  padding-right: 20px;
  background: #181818;
  position: relative;
  border-radius: var(--borderWidth);
  border: 2px solid #4d4d4d;
  font-weight: 500;
  font-size: 14px
}
.upgrade-button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  height: 50px;
  color: #fff;
  text-align: center;
  --borderWidth: 3px;
  position: relative;
  border-radius: var(--borderWidth);
  font-weight: 500;
  font-size: 14px
}
.upgrade-button:hover {
  color: #484849
}
.upgrade-button:after {
  content: '';
  position: absolute;
  top: calc(-1 * var(--borderWidth));
  left: calc(-1 * var(--borderWidth));
  height: calc(100% + var(--borderWidth) * 2);
  width: calc(100% + var(--borderWidth) * 2);
  background: linear-gradient(115deg,#4fcf70,#fad648,#a767e5,#1098ad,#4fcf70);
  border-radius: calc(2 * var(--borderWidth));
  z-index: -1;
  animation: animatedgradient 2.5s ease infinite;
  background-size: 200% 200%
}
.upgrade-button:hover {
  background: #000;
  color: #fff;
}
.x-submit-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  color: #fff;
  text-align: center;
  --borderWidth: 2px;
  background: #000;
  position: relative;
  border-radius: var(--borderWidth);
  font-weight: 500;
  font-size: 14px
}
.x-submit-button:after {
  content: '';
  position: absolute;
  top: calc(-1 * var(--borderWidth));
  left: calc(-1 * var(--borderWidth));
  height: calc(100% + var(--borderWidth) * 2);
  width: calc(100% + var(--borderWidth) * 2);
  background: linear-gradient(60deg,#f79533,#f37055,#ef4e7b,#a166ab,#5073b8,#1098ad,#07b39b,#6fba82);
  border-radius: calc(2 * var(--borderWidth));
  z-index: -1;
  animation: animatedgradient 5s ease infinite;
  background-size: 400% 400%
}
.render-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-right: var(--bs-gutter-x,1.5rem)
}
.particletext {
  text-align: center;
  font-size: 24px;
  position: relative
}
.particletext.hearts > .particle {
  opacity: 0;
  position: absolute;
  background-color: #cc2a5d;
  animation: hearts 3s ease-in infinite
}
.particletext.hearts > .particle:after,
.particletext.hearts > .particle:before {
  position: absolute;
  content: '';
  border-radius: 100px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #cc2a5d
}
.particletext.hearts > .particle:before {
  transform: translateX(-50%)
}
.particletext.hearts > .particle:after {
  transform: translateY(-50%)
}
.particletext.confetti > .particle {
  opacity: 0;
  position: absolute;
  animation: confetti 3s ease-in infinite
}
.particletext.confetti > .particle.c1 {
  background-color: rgba(76,175,80,.5)
}
.particletext.confetti > .particle.c2 {
  background-color: rgba(156,39,176,.5)
}
.thanks-mess {
  text-align: center;
  font-size: 28px;
  position: relative
}
.thanks-mess.hearts > .particle {
  opacity: 0;
  position: absolute;
  background-color: #cc2a5d;
  animation: hearts 3s ease-in infinite
}
.thanks-mess.hearts > .particle:after,
.thanks-mess.hearts > .particle:before {
  position: absolute;
  content: '';
  border-radius: 100px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #cc2a5d
}
.thanks-mess.hearts > .particle:before {
  transform: translateX(-50%)
}
.thanks-mess.hearts > .particle:after {
  transform: translateY(-50%)
}
.thanks-mess.confetti > .particle {
  opacity: 0;
  position: absolute;
  animation: confetti 3s ease-in infinite
}
.thanks-mess.confetti > .particle.c1 {
  background-color: rgba(76,175,80,.5)
}
.thanks-mess.confetti > .particle.c2 {
  background-color: rgba(156,39,176,.5)
}
.as-seen-on-wrapper {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.call-to-action {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width:980px) {
  .as-seen-on-wrapper {
    padding: 0;
  }
  .before-after-wrapper {
    padding: 10px
  }
  .before-after-image {
    max-height: 500px;
    display: block;
    max-width: 100%
  }
  .selection-left-render {
    border: 0;
    padding-left: 0;
    padding-right: 0;
    box-shadow: none
  }
  .before-after-image-lading {
    max-width: 400px
  }
  .getstarted-btn-wrapper {
    width: 80%;
    position: -webkit-sticky;
    position: sticky
  }

  .terms {
    padding-left: 15%;
    padding-right: 15%
  }

  .upgrade-button {
    width: 100%;
    font-size: 16px
  }
  .themes-wrapper {
    height: 395px
  }
  .video-slider {
    max-width: 768px
  }
  .ads-video-slider {
    max-width: 768px
  }
  #pricing-landing .price-card {
    max-width: 360px;
    margin: 0 auto 36px
  }
  #pricing-landing .x-price-card {
    max-width: 360px;
    margin: 0 auto 36px
  }
  .banner-block-media-d128-0-2-400.banner-block-media-d128-0-2-400 div {
    display: flex;
    justify-content: center;
    width: 100%
  }
}
@keyframes bubbles {
  0% {
    opacity: 0
  }
  20% {
    opacity: 1;
    transform: translate(0,-20%)
  }
  100% {
    opacity: 0;
    transform: translate(0,-1000%)
  }
}
@keyframes hearts {
  0% {
    opacity: 0;
    transform: translate(0,0) rotate(45deg)
  }
  20% {
    opacity: .8;
    transform: translate(0,-20%) rotate(45deg)
  }
  100% {
    opacity: 0;
    transform: translate(0,-1000%) rotate(45deg)
  }
}
@keyframes animatedgradient {
  0% {
    background-position: 0 50%
  }
  50% {
    background-position: 100% 50%
  }
  100% {
    background-position: 0 50%
  }
}
@keyframes text {
  18%,
  82% {
    transform: translateY(-100%)
  }
  100% {
    transform: translateY(-200%)
  }
}
@media (max-width:480px) {
  .upgrade-button {
    width: 100%;
    font-size: 14px
  }
  #pricing-container {
    max-width: 100%;
    padding: 10px;
    max-height: 85vh;
    overflow-y: scroll;
    min-height: 100%;
    left: 50%;
    top: 50%
  }
  #pricing-container .x-price-card {
    max-width: 360px;
    margin: 0 auto 36px
  }
  #pricing-container .price-card {
    max-width: 360px;
    margin: 0 auto 36px
  }
  #pricing-landing .price-card {
    max-width: 360px;
    margin: 0 auto 36px
  }
  #pricing-landing .x-price-card {
    max-width: 360px;
    margin: 0 auto 36px
  }
  #pricing-switch {
    margin: 0
  }
  #elite-pricing-card.price-card {
    padding: 30px 20px 10px 20px
  }
  .swiper-wrapper-all-flowers {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px
  }
  .terms {
    padding-left: 10%;
    padding-right: 10%
  }
  .video-slider {
    max-width: 480px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center
  }
  .ads-video-slider {
    max-width: 480px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center
  }
  .facebook-seen-on {
    display: none
  }
  .linkedin-seen-on {
    display: none
  }
  .reddit-seen-on {
    display: none
  }
  .x-seen-on {
    display: none
  }
  .loader-title {
    margin-top: 40px
  }
}
@media (max-width:768px) {
  .display-title-landing {
    font-size: 2.6rem;
    line-height: 2.6rem;
    text-align: center
  }
  .header-coupon {
    position: relative;
    width: 100%;
    z-index: 999;
    height: 35px;
    background: #151515;
  }
}
@media (max-width:400px) {
  .display-title-landing {
    font-size: 2.4rem;
    line-height: 2.4rem;
    text-align: center
  }
}
.form-control {
  display: block;
  font-family: Inter;
  font-weight: 400;
  width: 100%;
  padding: .6125rem 1rem;
  font-size: .875rem;
  line-height: 1.5;
  color: #fff;
  background-color: #131516;
  background-clip: padding-box;
  border: .0625rem solid #2f3235;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 8px;
  transition: border-color .3s ease-in-out,box-shadow .3s ease-in-out
}
.form-control-lg {
  min-height: calc(1.5em + 1.625rem);
  padding: .75rem 1rem;
  font-size: .875rem;
  border-radius: .3125rem
}
.form-control:focus {
  color: #fff;
  background-color: #131516;
  border-color: #2f3235;
  outline: 0;
  box-shadow: 0 0 1rem 0 #1e2236
}
.form-control::placeholder {
  color: #505253
}
.forgot-password {
  text-decoration: none
}
.forgot-password:hover {
  text-decoration: underline
}
.emoji {
  font-size: 90%
}
.swal-modal {
  background: #131516!important
}
.swal-title {
  color: #fff!important;
  margin-bottom: 10px!important
}
.swal-text {
  color: #acadad!important;
  padding: 0 50px!important;
  text-align: center!important
}
.swal-icon--success__hide-corners {
  background-color: #131516!important;
  padding: 3px!important
}
.swal-icon--success:after,
.swal-icon--success:before {
  background: #131516!important
}
.swal-footer {
  margin-top: 5px!important;
  margin-bottom: 10px!important;
  text-align: center!important
}
.swal-icon {
  margin-bottom: 10px!important
}
.modal .invalid-feedback.feedback-general {
  margin-top: -10px
}
.nav-wrap {
  width: 97%
}
label {
  font-weight: inherit
}
.img-section1 form {
  background: #202224;
  border-radius: 16px 0 0 16px;
  min-width: 290px;
  padding: 20px
}
.img-section1 form select {
  width: 100%;
  background: #0c0c0d;
  border-radius: 8px;
  color: #fff;
  padding: 10px 14px;
  border: .0625rem solid #2f3235;
  font-weight: 500;
  font-size: 15px;
  appearance: none;
  transition: all .3s ease
}
.img-section1 form select:hover {
  border-color: #555
}
select:hover {
  cursor: pointer
}
select:active,
select:focus {
  outline: 0
}
.img-section1 form label {
  margin-bottom: 5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .02em
}
.select-wrapper {
  position: relative
}
.select-wrapper::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' enable-background='new 0 0 24 24' viewBox='0 0 24 24'%3E%3Cpath d='m12 16c-.3 0-.5-.1-.7-.3l-6-6c-.4-.4-.4-1 0-1.4s1-.4 1.4 0l5.3 5.3 5.3-5.3c.4-.4 1-.4 1.4 0s.4 1 0 1.4l-6 6c-.2.2-.4.3-.7.3z' fill='%23fff'/%3E%3C/svg%3E");
  width: 20px;
  height: 20px;
  position: absolute;
  fill: #fff;
  color: #fff;
  z-index: 1;
  top: 52%;
  transform: translateY(-50%);
  right: 10px
}
.select-wrapper::before:hover {
  cursor: pointer
}
.generation-area img {
  border-radius: 0 16px 16px 0;
  height: 100%;
  object-fit: cover
}
.img-section1 form button.generate {
  width: 100%;
  margin-top: 22px;
  height: 44px
}
.start-here {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column
}
.start-here .btn {
  margin-right: 0;
  font-weight: 600;
  margin-bottom: 15px;
  padding: 0 30px
}
.start-here span:last-child {
  font-size: 14px
}
.hero-text {
  text-align: center!important
}
.hero-section .container {
  display: flex
}
.hero-section .hero-text {
  width: 75%;
  margin: 0 auto
}
.text-gradient {
  background: linear-gradient(to right,#fff 0,#fff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}
.hero-text .text-gradient {
  text-transform: uppercase;
  letter-spacing: .04em;
  font-weight: 500;
  font-size: 15px
}
.login-btn {
  margin-right: 25px;
  background: 0 0;
  transition: all .3s ease
}
.login-btn:hover {
  color: #fff
}
.outer-nav-btn:hover .inner-nav-btn {
  background-color: #000
}
.left-area {
  height: 100vh;
  width: 250px;
  padding: 0 20px 0 20px;
  position: fixed;
  background: #111;
  display: flex;
  flex-direction: column;
  /* overflow-y: auto; */
  /* transition: left 300s ease; */
}
.right-area {
  width: calc(100% - 250px);
  height: 100%;
  float: right;
  top: 0;
  right: 0;
  position: absolute;
  transition: left .25s ease;
  z-index: 9;
  /* overflow: auto; */
}
.right-area-editor {
  width: calc(100% - 250px);
  min-height: 100vh;
  float: right;
  top: 0;
  right: 0;
  left: 250px;
  position: fixed;
  transition: left .25s ease;
  z-index: 9
}
.smart-editor-area {
  /* overflow: hidden !important; */
}
.x-wrapper {
  display: flex;
  justify-content: center
}
.x-area {
  width: 450px;
  min-height: 100vh;
  top: 0;
  right: 0;
  position: relative
}
.x-url-wrapper {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center
}
.x-url-padding {
  width: 350px;
  padding: 25px;
  position: relative;
  border-radius: 10px;
  border: 1px solid #333
}
.x-url {
  width: 100%;
  position: relative;
  background: #fff;
  border-radius: 5px
}
.new-auth-wrapper {
  width: 450px;
  padding: 25px;
  position: relative;
  border-radius: 10px;
  background: #000;
  border: 1px solid #333
}
.ant-btn-loading-icon {
  margin-top: -3px
}
.logo-header-desk {
  border-bottom: 1px solid rgba(255,255,255,.05);
  text-align: center;
  height: 60px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center
}
.logo-header {
  background: #000;
  border-bottom: 1px solid rgba(255,255,255,.05);
  text-align: center;
  height: 60px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center
}
.content {
  padding: 16px
}
.logo-sticky {
  position: fixed;
  top: 0;
  width: 100%
}
.logo-sticky + .content {
  padding-top: 102px
}
.left-area .sub-area {
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255,255,255,.05);
  padding-bottom: 20px;
  text-align: center
}
.nav-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.left-area .nav-menu {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
  overflow-y: auto;
}
.left-area .nav-menu a {
  border-radius: 6px;
  line-height: 40px;
  padding: 0 15px;
  font-weight: 500;
  font-size: 16px;
  color: #bbb;
  height: 40px;
  display: flex;
  align-items: center;
  position: relative
}
.left-area .nav-menu a.active {
  background: rgba(255,255,255,.1);
  color: #fff
}
.left-area .nav-menu a:not(.active):hover {
  color: #fff;
  background: rgba(0,0,0,.5)
}
.left-area .nav-menu a svg {
  width: 18px;
  margin-right: 12px
}
.left-area .progress-area .btn {
  margin-top: 20px
}
.flex {
  display: flex
}
.space-between {
  justify-content: space-between
}
.items-center {
  align-items: center
}
.w-100p {
  width: 100%
}
.left-area .progress-area {
  font-weight: 500;
  font-size: 14px;
  margin-top: 1rem
}
.left-area .progress-area strong {
  font-weight: 500;
  color: #fff;
  margin-right: 3px
}
.left-area .progress-area .flex {
  margin-bottom: 6px
}
.left-area .progress {
  height: 6px;
  background: rgba(255,255,255,.1)
}
.left-area .progress-bar {
  background: linear-gradient(90.13deg,#9ed4fc .1%,#d081f7 98.06%)
}
.down-action-area {
  position: sticky;
  bottom: 0;
  background: #fff0;
  padding: 1px 20px 10px
}
.left-down-menu {
  /* position: absolute; */
  left: 0;
  /* margin: 20px 20px 0 20px; */
  bottom: 0;
  background: #111;
  box-sizing: border-box;
  border-top: 1px solid rgba(255,255,255,.05)
}
.left-down-menu > a svg {
  width: 25px
}
.left-down-menu > a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  color: #bbb
}
.left-down-menu > a:hover {
  color: #fff
}
.left-area .nav-menu a .badge {
  background: linear-gradient(90.13deg,#9ed4fc .1%,#d081f7 98.06%);
  font-weight: 600;
  position: absolute;
  right: 15px;
  font-size: 9px;
  color: #000;
  padding-top: 4px;
  padding-bottom: 3px
}
.left-down-menu button {
  width: 100%;
  background: 0 0;
  font-weight: 500;
  font-size: 16px;
  transition: all .3s ease
}
.left-down-menu button:after {
  display: none
}
.left-down-menu button:hover {
  color: #fff
}
.left-down-menu button svg {
  width: 26px
}
.left-down-menu .dropdown-menu {
  left: -2px!important;
  background: #1e1e1e
}
.left-down-menu .dropdown-menu svg {
  width: 17px;
  margin-right: 10px;
  opacity: .5
}
.left-down-menu .dropdown-menu a {
  display: flex;
  align-items: center;
  font-weight: 500;
  width: 100%;
  border-radius: 6px;
  color: #bbb;
  transition: all .3s ease
}
.left-down-menu .dropdown-menu a:hover {
  background: #111;
  color: #fff
}
.left-down-menu .dropdown-menu div {
  display: flex;
  align-items: center;
  font-weight: 500;
  width: 100%;
  border-radius: 6px;
  color: #bbb;
  transition: all .3s ease
}
.left-down-menu .dropdown-menu div:hover {
  background: #111;
  color: #fff
}
.btn-primary:hover,
.swal-button.swal-button--confirm:hover {
  color: #000;
  background: linear-gradient(90.13deg,#a8daff .1%,#dd97ff 98.06%)
}
.spinner {
  width: 18px;
  height: 18px;
  animation: rotate 1s linear infinite;
  display: block
}
@keyframes rotate {
  0% {
    transform: rotate(0)
  }
  100% {
    transform: rotate(360deg)
  }
}
.editor-area {
  height: 100vh;
  display: flex;
  width: 100%;
  position: relative
}
.nav-menu-mobile {
  display: none;
  opacity: 0;
  animation: fade-in .5s ease forwards
}
.nav-menu-mobile.active {
  display: block;
  padding-bottom: 5px
}
@keyframes fade-in {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
.form-area {
  height: 100%;
  width: 30%;
  background: #fff;
  border-right: 2px solid #eee;
  overflow-y: auto
}
.x-form-area {
  height: 100%;
  width: 100%;
  background: #fff;
  border-right: 2px solid #eee;
  overflow-y: auto
}
.my-design {
  background: #f9fafb;
  width: 100%;
  padding: 10px 20px 30px;
  min-height: 110vh
}
.my-design h3 {
  font-size: 19px;
  font-weight: 600;
  letter-spacing: -.01em
}
.my-reward {
  width: 100%;
  padding: 10px 20px 30px;
  height: 100vh
}
.my-reward h3 {
  font-size: 19px;
  font-weight: 600;
  letter-spacing: -.01em
}
.results-area {
  background: #f9fafb;
  width: 70%;
  height: 100%;
  overflow-y: scroll
}
.form-area h3,
.results-area h3 {
  font-size: 19px;
  font-weight: 600;
  letter-spacing: -.01em
}
.mt-10 {
  margin-top: 15px
}
.mt-15 {
  margin-top: 15px
}
.mt-20 {
  margin-top: 20px
}
.mt-30 {
  margin-top: 30px
}
.w-100p {
  width: 100%
}
.render-idea {
  color: #000!important;
  width: 100%
}
button[disabled],
html input[disabled] {
  opacity: .8!important
}
.form-area label svg {
  fill: #b6b6b6;
  width: 14px;
  margin-left: 5px;
  vertical-align: -3px
}
.form-area label svg:hover {
  cursor: help
}
.form-area label {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600
}
.x-form-area label svg {
  fill: #b6b6b6;
  width: 14px;
  margin-left: 5px;
  vertical-align: -3px
}
.x-form-area label svg:hover {
  cursor: help
}
.x-form-area label {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600
}
.input_file_uploader {
  display: none
}
.input_image {
  display: none;
  border-radius: 8px;
  margin-bottom: 15px;
  box-shadow: 0 0 15px rgb(0 0 0 / 30%)
}
.generate-form {
  padding: 10px 20px 0
}
.section-line {
  color: #b7b7b7
}
.generate-form p strong {
  font-weight: 600
}
.x-generate-form {
  padding: 10px 20px 0
}
.x-generate-form p strong {
  font-weight: 600
}
.results {
  float: left;
  width: 100%
}
.pose-col {
  overflow: hidden;
  border-radius: 8px;
  position: relative;
  width: 100%!important;
  height: 100%!important;
  box-shadow: 0 0 15px rgb(0 0 0 / 30%)
}
.collection-col {
  overflow: hidden;
  border-radius: 3px;
  position: relative;
  width: 100%!important;
  /* min-height: 200px */
}
.designer-col {
  overflow: hidden;
  border-radius: 8px;
  position: relative;
  width: 100%!important;
  height: 100%!important;
  box-shadow: 0 0 15px rgb(0 0 0 / 30%)
}
.result-box {
  overflow: hidden;
  border-radius: 8px;
  width: 300px
}
.new-result {
  overflow: hidden;
  display: block;
  align-items: center;
  border-radius: 8px;
  position: relative;
  width: 100%!important;
  height: 100%!important;
  --checkerboard-black-color: #dadada;
  --checkerboard-white-color: transparent;
  background-size: 20px 20px;
  background-position: 0 0,0 10px,10px -10px,-10px 0
}
.result {
  overflow: hidden;
  display: flex;
  align-items: center;
  border-radius: 8px;
  position: relative;
  width: 100%!important;
  min-height: 300px;
  height: 100%!important;
  --checkerboard-black-color: #dadada;
  --checkerboard-white-color: transparent;
  background-size: 20px 20px;
  background-position: 0 0,0 10px,10px -10px,-10px 0;
  border: 1px solid #4a4a4a;
}
.result-compare {
  overflow: hidden;
  border-radius: 8px;
  position: relative;
  width: 100%!important;
  height: 100%!important;
  box-shadow: 0 0 15px rgb(0 0 0 / 30%);
  --checkerboard-black-color: #dadada;
  --checkerboard-white-color: transparent;
  background-image: linear-gradient(45deg,var(--checkerboard-black-color) 25%,var(--checkerboard-white-color) 25%),linear-gradient(-45deg,var(--checkerboard-black-color) 25%,var(--checkerboard-white-color) 25%),linear-gradient(45deg,var(--checkerboard-white-color) 75%,var(--checkerboard-black-color) 75%),linear-gradient(-45deg,var(--checkerboard-white-color) 75%,var(--checkerboard-black-color) 75%);
  background-size: 20px 20px;
  background-position: 0 0,0 10px,10px -10px,-10px 0
}
.rendering {
  overflow: hidden;
  border-radius: 14px;
  position: relative;
  width: 100%!important;
  height: auto!important;
  box-shadow: 0 0 15px rgb(0 0 0 / 30%)
}
.result.loading img {
  filter: blur(10px);
  opacity: .3
}
.result.loading .loading-generation {
  width: 100%
}
.theme-box {
  overflow: hidden;
  border-radius: 8px;
  position: relative;
  width: 100%!important
}
.theme-box.loading img {
  filter: blur(10px);
  opacity: .3
}
.theme-box.loading .loading-generation {
  width: 100%
}
.loading-generation {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 0;
  width: 100%;
  height: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-weight: 500;
  margin-top: -10px
}
.loading-generation span {
  display: block
}
.loading-generation svg {
  width: 100px
}
.select-js {
  display: none
}
.result:nth-child(2n) {
  margin-left: 4%;
  float: right
}
.result:nth-child(odd) {
  clear: both
}
.overlay_backdrop {
  cursor: pointer;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0,0,0,.75);
  backdrop-filter: blur(12px)
}
.search-image-area {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 20px
}
.search-products-area {
  background: #fff;
  z-index: 200;
  padding: 20px 30px;
  height: 100vh
}
.products_header {
  position: fixed;
  width: 100%
}
.image-modal {
  max-width: 610px;
  max-height: 80vh;
  border-radius: 8px
}
.image_modal {
  border-radius: 12px;
  width: 50%;
  height: auto;
  object-fit: cover;
  background: #161616;
  box-shadow: 0 0 0 1px var(--input-border-color),0 2px 4px 0 rgb(0 0 0 / 7%),0 1px 1.5px 0 rgb(0 0 0 / 5%)
}
.action-1 {
  font-size: 12px;
  position: absolute;
  top: 5px;
  left: 5px;
  display: flex;
  gap: 10px;
  color: #fff;
  font-weight: 500;
  justify-content: center;
  z-index: 20;
  opacity: 0;
  flex-direction: column;
  transition: all .3s ease;
  flex-direction: row;
  align-items: center
}
.action-1-right {
  font-size: 12px;
  position: absolute;
  top: 5px;
  right: 5px;
  display: flex;
  gap: 10px;
  color: #fff;
  font-weight: 500;
  justify-content: center;
  z-index: 20;
  opacity: 0;
  flex-direction: column;
  transition: all .3s ease;
  flex-direction: row;
  align-items: center
}
.action-2 {
  font-size: 12px;
  position: absolute;
  top: 53px;
  left: 5px;
  display: flex;
  gap: 10px;
  color: #fff;
  font-weight: 500;
  justify-content: center;
  z-index: 20;
  opacity: 0;
  flex-direction: column;
  transition: all .3s ease;
  flex-direction: row;
  align-items: center
}
.action-3 {
  font-size: 12px;
  position: absolute;
  top: 101px;
  left: 5px;
  display: flex;
  gap: 10px;
  color: #fff;
  font-weight: 500;
  justify-content: center;
  z-index: 20;
  opacity: 0;
  flex-direction: column;
  transition: all .3s ease;
  flex-direction: row;
  align-items: center
}
.action-4 {
  font-size: 12px;
  position: absolute;
  top: 149px;
  left: 5px;
  display: flex;
  gap: 10px;
  color: #fff;
  font-weight: 500;
  justify-content: center;
  z-index: 20;
  opacity: 0;
  flex-direction: column;
  transition: all .3s ease;
  flex-direction: row;
  align-items: center
}
.action-5 {
  font-size: 12px;
  position: absolute;
  top: 197px;
  left: 5px;
  display: flex;
  gap: 10px;
  color: #fff;
  font-weight: 500;
  justify-content: center;
  z-index: 20;
  opacity: 0;
  flex-direction: column;
  transition: all .3s ease;
  flex-direction: row;
  align-items: center
}
.action-6 {
  font-size: 12px;
  position: absolute;
  top: 245px;
  left: 5px;
  display: flex;
  gap: 10px;
  color: #fff;
  font-weight: 500;
  justify-content: center;
  z-index: 20;
  opacity: 0;
  flex-direction: column;
  transition: all .3s ease;
  flex-direction: row;
  align-items: center
}
.agency-actions {
  font-size: 12px;
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  gap: 10px;
  color: #fff;
  font-weight: 500;
  justify-content: center;
  z-index: 20;
  opacity: 0;
  flex-direction: column;
  transition: all .3s ease;
  flex-direction: row;
  align-items: center
}
.blur-image {
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  z-index: 8;
  opacity: 0;
  background-color: rgb(4 7 15/var(--tw-bg-opacity));
  --tw-bg-opacity: .8
}
.result:hover {
  cursor: pointer
}
.results-area.inspiration .prompt-label div:first-child {
  font-weight: 600;
  font-size: 16px;
  text-align: center
}
.results-area.inspiration .prompt-label {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  display: flex;
  gap: 0;
  color: #fff;
  font-weight: 500;
  justify-content: center;
  z-index: 20;
  opacity: 0;
  transition: all .3s ease;
  background: 0 0;
  flex-direction: column;
  align-items: center;
  padding: 0 30px;
  text-align: center
}
.image_action {
  width: 45px;
  height: 45px;
  border-radius: 6px;
  background: rgba(0,0,0,.6);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s ease;
  border: none
}
.image_action svg {
  fill: #fff;
  width: 18px
}
.image_action:hover {
  background: #ffc337
}
.result:hover .action-2,
.results-area.inspiration .result:hover .prompt-label {
  opacity: 1
}
.result:hover .action-3 {
  opacity: 1
}
.result:hover .agency-actions {
  opacity: 1
}
.result:hover .action-1 {
  opacity: 1
}
.result:hover .action-1-right {
  opacity: 1
}
.result:hover .action-4 {
  opacity: 1
}
.result:hover .action-5 {
  opacity: 1
}
.result:hover .action-6 {
  opacity: 1
}
.result:hover .blur-image {
  opacity: 1
}
.results-area.inspiration .prompt-label .details {
  line-height: 15px;
  margin-top: 5px;
  opacity: .8;
  text-align: center
}
.flex-h {
  flex-direction: column
}
.period-switcher > div {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding: 7px 22px;
  border-radius: 50px;
  transition: all .3s ease;
  display: flex;
  flex-direction: column;
  justify-content: center
}
.period-switcher > div:not(.active):hover {
  color: #fff;
  cursor: pointer;
  background: rgba(255,255,255,.05)
}
.period-switcher > div.active {
  color: #fff
}
.upgrade-area {
  text-align: center;
  margin-top: 40px
}
.upgrade-area h1 {
  font-size: 47px
}
.pintro {
  font-size: 18px;
  margin-top: 15px;
  margin-bottom: 35px
}
.period-switcher {
  display: inline-flex;
  background: #151515;
  padding: 8px 10px;
  border-radius: 50px;
  gap: 5px;
  position: relative;
  margin-top: 10px
}
.period-switcher .active {
  color: #fff;
  background: rgba(255,255,255,.1)
}
.period-switcher span {
  font-size: 13px;
  font-weight: 500;
  display: block;
  line-height: 1;
  margin-top: 1px
}
.period-switcher svg {
  position: absolute;
  right: -53px;
  top: -25px
}
.pricing-table {
  display: flex;
  margin: 50px auto;
  justify-content: center
}
.pricing-table-item {
  margin: 0 20px;
  background: 0 0;
  padding: 3px;
  border-radius: 10px;
  min-width: 320px
}
.pricing-table-item.highlight {
  background: linear-gradient(72deg,#9ed4fc 0,#d081f7 100%)
}
.pricing-table-item-footer {
  margin: 20px auto
}
.pricing-table-item-footer button {
  width: 100%
}
.pricing-table-item-footer button[disabled] {
  opacity: .6!important;
  color: #000
}
.pricing-table-item-body-features ul {
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0;
  font-size: 16px
}
.pricing-table-item-header h2 {
  margin: 0;
  font-size: 21px;
  font-weight: 500;
  color: #acadad
}
.pricing-table-item-body-price {
  color: #fff;
  font-weight: 600;
  font-size: 43px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 16px 0 30px!important
}
.pricing-table-body {
  background: #151515;
  border-radius: 8px;
  padding: 18px 20px 25px
}
.pricing-table-item-body-price .period {
  font-size: 17px;
  color: #acadad;
  font-weight: 500
}
.pricing-table-item-body-features ul li {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  color: #fff
}
.pricing-table-item-body-features ul li:last-child {
  margin-bottom: 0
}
.pricing-table-item-body-features ul li svg {
  width: 16px;
  margin-right: 15px;
  color: #339557;
  margin-left: 15px
}
.billed-yearly {
  margin-top: -15px;
  font-style: italic
}
.footer-logo {
  margin-bottom: 30px
}
.v-align.success-page {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
  width: 100%
}
.success-page p {
  font-size: 16px;
  margin: 30px
}
.tag-label {
  bottom: 0;
  left: 0;
  z-index: 100;
  background: rgba(0,0,0,.4);
  color: #fff;
  padding: 2px 8px 2px 10px;
  font-size: 11px;
  font-weight: 500
}
.prompt-label {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgb(0 0 0 / 10%);
  color: #fff;
  padding: 2px 8px 2px 10px;
  border-radius: 0 0 0 8px;
  font-size: 11px;
  font-weight: 500;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}
.box-label {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  background: rgba(0,0,0,.4);
  color: #fff;
  padding: 2px 8px 2px 10px;
  border-radius: 0 0 4px 4px;
  font-size: 11px;
  font-weight: 500
}
.collection-item-label {
  position: absolute;
  background: #0000007d;
  color: #fff;
  bottom: 0;
  left: 0;
  right: 0;
  /* border-radius: 0 0 0 8px; */
  font-size: 14px;
  font-weight: 500;
  text-align: center
}
.item-label {
  position: absolute;
  background: #0000002b;
  color: #fff;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 0 0 0 8px;
  font-size: 14px;
  font-weight: 500;
  text-align: center
}
.before-after {
  clear: both;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px
}
.before-after > div {
  text-align: center;
  margin: 0 20px
}
.before-after > div img {
  border-radius: 15px
}
.tippy-box[data-theme~=archi] {
  font-weight: 500
}
body.banner-open {
  padding-top: 40px
}
.buy-plan svg {
  margin-left: 5px;
  width: 14px;
  transition: all .3s ease
}
.buy-plan:hover svg {
  margin-left: 8px
}
.pricing-table-item-body-price .period .previous-price {
  display: block;
  text-decoration: line-through;
  line-height: 1
}
.pricing-table-item-body-price .period.discount {
  line-height: 1;
  margin-left: 6px
}
.pricing-table-item-body {
  margin: 30px 0 10px!important
}
.results-area.inspiration .result {
  min-height: 300px
}
.editor-area.my-designs .results-area {
  width: 100%
}
.editor-area.my-designs .results-area .results {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px
}
.editor-area.my-designs .result:nth-child(odd) {
  clear: inherit;
  margin: 0!important
}
.editor-area.my-designs .results-area .result {
  width: 100%!important;
  margin: 0!important;
  max-height: 360px
}
.editor-area.my-designs .results-area .result img.output_image {
  object-fit: cover;
  width: 100%;
  height: 100%
}
.shop_image_area {
  border-radius: 12px;
  box-shadow: 0 0 0 1px var(--input-border-color),0 2px 4px 0 rgb(0 0 0 / 7%),0 1px 1.5px 0 rgb(0 0 0 / 5%)
}
.shop_image_area img {
  position: relative;
  height: 100%;
  width: 100%;
  transform: none!important;
  box-shadow: none!important;
  left: 0;
  top: 0;
  transition: all .3s ease
}
.shop_image_area .loading-generation {
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,.8);
  box-shadow: none!important;
  z-index: 200;
  margin: 0;
  border-radius: 11px
}
.shop_modal {
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 200
}
.shop_image_area .loading-generation p {
  opacity: .7;
  font-size: 14px;
  padding: 0 20px;
  text-align: center
}
.shop_image_area .loading-generation span {
  margin-top: 10px
}
.shop_image_area:not(.is_loading) {
  left: 5%;
  transform: translateX(0) translateY(-50%)!important;
  position: absolute;
  top: 50%;
  overflow: hidden;
  max-width: 45%
}
.shop_image_area .object {
  display: block;
  position: absolute;
  top: 0;
  border-radius: 8px;
  z-index: 210;
  transition: all .3s ease
}
.shop_image_area .object.closed:before {
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  content: '';
  z-index: 220;
  background: #fff;
  border-radius: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%)
}
.cursor {
  display: block;
  background: #fff;
  width: 15px;
  height: 15px;
  position: absolute;
  z-index: 210;
  border-radius: 100%;
  transition: all .3s ease;
  transform: translate(-7.5px,-7.5px)
}
.cursor:hover {
  transform: translate(-7.5px,-7.5px) scale(1.2);
  cursor: pointer
}
.bottom-border,
.top-border {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: calc(100% + 10px);
  height: 20%;
  left: 0
}
.top-border {
  top: -5px;
  left: -5px
}
.bottom-border {
  bottom: -5px;
  left: -5px
}
.bottom-border:after,
.bottom-border:before,
.top-border:after,
.top-border:before {
  content: '';
  width: 20px;
  height: 100%
}
.top-border:before {
  border-top-left-radius: 12px
}
.top-border:after {
  border-top-right-radius: 12px
}
.bottom-border:before {
  border-bottom-left-radius: 12px
}
.bottom-border:after {
  border-bottom-right-radius: 12px
}
.top-border:after,
.top-border:before {
  border-top: 3px solid #fff
}
.bottom-border:after,
.bottom-border:before {
  border-bottom: 3px solid #fff
}
.bottom-border:before,
.top-border:before {
  border-left: 3px solid #fff
}
.bottom-border:after,
.top-border:after {
  border-right: 3px solid #fff
}
.object_frame {
  display: block;
  position: absolute;
  z-index: 110;
  box-shadow: 0 0 0 9999px rgba(0,0,0,.6);
  border-radius: 8px;
  transition: all .3s ease
}
.cursor.active {
  opacity: 0
}
.shop_products_area {
  height: 100%;
  right: 0;
  position: absolute;
  width: 45%;
  background: #fff;
  z-index: 200;
  padding: 20px 30px;
  overflow: scroll
}
.search-products-area h1 {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0;
  padding: 0;
  line-height: 1;
  color: #111
}
.agency-container {
  display: grid;
  width: 100%;
  height: 100%;
  margin-top: 20px;
  gap: 20px;
  grid-template-columns: 1fr;
  grid-row: 20px;
  position: relative;
  padding-bottom: 70px;
  overflow: scroll!important
}
.products-search-list {
  display: grid;
  width: 100%;
  height: 100%;
  margin-top: 20px;
  gap: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-row: 20px;
  position: relative;
  padding-bottom: 70px;
  overflow: scroll
}
.products-search-list .loading-generation,
.products-search-list .no-products-found {
  width: 50%;
  top: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%,-50%);
  border-radius: 10px;
  color: #666;
  text-align: center
}
.no-products-found h2 {
  color: #111;
  font-size: 25px;
  line-height: 1;
  margin-bottom: 5px;
  margin-top: 0
}
.products-search-list .no-products-found .emoji-big {
  margin: 0 auto 20px;
  font-size: 33px
}
.products-search-list .loading-generation p,
.products-search-list .no-products-found {
  opacity: .7
}
.products-search-list .loading-generation svg {
  fill: #111
}
.your-product {
  display: flex;
  flex-direction: column;
  font-size: 14px
}
.your-product .vendor {
  white-space: nowrap;
  font-size: 14px;
  color: #5f6368;
  text-overflow: ellipsis;
  overflow: hidden;
  display: flex;
  align-items: center
}
.your-product .vendor img {
  width: 18px;
  height: 18px;
  border-radius: 4px;
  margin-right: 8px;
  background: #f5f5f5
}
.your-product .vendor span {
  font-size: 14px;
  color: #5f6368
}
.your-product .thumbnail {
  margin-bottom: 10px;
  max-height: 200px;
  object-fit: cover;
  overflow: hidden;
  border-radius: 12px;
  position: relative;
  transition: all .3s ease;
  display: flex
}
.your-product .thumbnail:before {
  content: '';
  background: #111;
  background: -moz-linear-gradient(0deg,#111 0,rgba(149,46,221,0) 100%);
  background: -webkit-linear-gradient(0deg,#111 0,rgba(149,46,221,0) 100%);
  background: linear-gradient(0deg,#111 0,rgba(149,46,221,0) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  transition: all .3s ease
}
.your-product .thumbnail span {
  position: absolute;
  bottom: 7px;
  left: 9px;
  font-weight: 500;
  z-index: 100;
  opacity: 0;
  color: #fff;
  display: flex;
  align-items: center
}
.your-product .thumbnail span svg {
  width: 20px;
  fill: #fff;
  margin-top: 1px;
  margin-right: 2px
}
.your-product a:hover .thumbnail span {
  opacity: 1
}
.your-product a:hover .thumbnail:before {
  opacity: .8
}
.your-product .thumbnail img {
  border-radius: 12px;
  width: 100%
}
.your-product .name,
.your-product .price {
  color: #111;
  font-weight: 500
}
.your-product .name {
  line-height: 16px;
  margin: 3px 0
}
.your-product a:hover {
  cursor: zoom-in
}
.search-products-area .close-modal-shop-btn {
  float: right;
  width: 25px;
  background: 0 0;
  right: 0;
  transition: all .3s ease;
  opacity: .7
}
.search-products-area .close-modal-shop-btn:hover {
  opacity: 1
}
.idea-alert strong {
  font-weight: 600;
  margin-right: 6px
}
.idea-alert {
  font-size: 14px;
  margin-top: 20px;
  border-radius: 4px;
  border: 1px dashed rgba(255,255,255,.24);
  padding: 1px
}
.idea-alert-pricing {
  font-size: 14px;
  margin-top: 10px;
  border-radius: 4px;
  border: 1px dashed rgba(255,255,255,.24);
  padding: 1px;
  width: 310px
}
.idea-alert div:last-child strong {
  font-weight: 500;
  margin: 0
}
.idea-alert .idea-inner div:first-child strong {
  font-size: 16px;
  font-weight: 600
}
.idea-inner {
  background: #111;
  border-radius: 8px;
  padding: 12px 16px;
  color: #8c8c8c;
  cursor: pointer
}
.idea-inner-interior {
  padding: 12px 16px;
  color: #8c8c8c;
  cursor: pointer;
  border-radius: 4px;
  border: 1px dashed rgba(0,0,0,.24);
  margin-left: 20px;
  margin-right: 20px
}
.idea-inner-interior svg {
  fill: #ff4949;
  width: 20px;
  margin-right: 6px;
  margin-bottom: 3px
}
.ref-title-interior {
  color: #1c1c1c;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500
}
.ref-title-interior-pricing {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center
}
.idea-inner-interior-pricing {
  padding: 12px 16px;
  color: #8c8c8c;
  cursor: pointer;
  border-radius: 4px
}
.ref-title {
  color: #fff;
  text-align: center;
  margin-bottom: 4px
}
.ref-wrapper {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 14px;
  margin-left: 3px
}
.ref-des {
  color: #bbb;
  font-size: 12px;
  font-weight: 300;
  text-align: center
}
.ref-des-interior {
  color: #8c8c8c;
  font-size: 13px;
  font-weight: 300
}
.idea-inner svg {
  fill: #ff4949;
  width: 20px;
  margin-right: 6px;
  margin-bottom: 3px
}
.hamburger-menu {
  position: absolute;
  left: 24px;
  top: 15px;
  display: none
}
.menu-active {
  display: block
}
@media only screen and (max-width:980px) {
  .modal h2 {
    font-size: 32px;
    line-height: 30px
  }
  .image-modal {
    max-height: 300px
  }
  .hamburger-menu {
    display: block
  }
  .ref-des {
    font-size: 14px
  }
  .ref-title {
    font-size: 16px
  }
  .idea-alert-pricing {
    width: 100%
  }
}
/* body {
  max-width: 100vw;
  overflow-x: hidden
} */
#root {
  /* overflow-x: clip; */
}
.main-label,
.nav-btn-text {
  background: linear-gradient(to right,#9ed4fc 0,#d081f7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}
.wrap-tab-menu::-webkit-scrollbar {
  display: none
}
.tab-menu.w--current {
  border-image-slice: 1;
  border-width: 2px;
  border-image-source: linear-gradient(to right,#9ed4fc 0%,#d081f7 100%)
}
.tab-menu.w--current .tab-menu-text {
  background: linear-gradient(to right,#9ed4fc 0,#d081f7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}
.hide-desktop {
  display: none
}
.mega-modal {
  position: fixed;
  width: 850px;
  height: 700px;
  left: 50%;
  top: 50%;
  background: #222;
  z-index: 120;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.1);
  padding: 30px 0 30px 30px;
  transform: translate(-50%,-50%)
}
.original-pic-area {
  width: 27%;
  border-right: 1px solid rgba(255,255,255,.15);
  height: 100%;
  padding-right: 30px;
  margin-right: 30px
}
.original-pic-area img {
  border-radius: 6px
}
.mega-modal-content {
  height: 100%;
  overflow-y: scroll
}
.mega-results-area h2 {
  font-size: 28px;
  margin-top: 0;
  text-align: center;
  line-height: 1;
  padding-bottom: 12px
}
.mega-results-area {
  width: 100%;
  padding-right: 30px
}
.mega-results .result:hover,
.results.steps .result:hover {
  box-shadow: 0 -3px 1rem 0 rgb(13 174 253 / 25%),0 3px 10px rgba(208,129,247,.25);
  border: 1px solid rgba(255,255,255,.6);
  transform: scale(1.02)
}
.mega-results .result,
.results.steps .result {
  transition: all .3s ease
}
.select-result {
  position: absolute;
  bottom: 20px;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  background: 0 0;
  color: #fff;
  font-weight: 600;
  opacity: 0;
  transition: all .3s ease
}
.results.steps {
  position: relative;
  height: 100vh
}
.results.steps .loading-generation {
  margin: 0;
  top: 50%;
  height: 185px
}
.mega-results .result:hover .select-result,
.results.steps .result:hover .select-result {
  opacity: 1
}
.mega-results {
  position: relative;
  height: 100%
}
.mega-results .loading-generation span,
.results.steps .loading-generation span {
  margin-top: 12px;
  font-size: 21px
}
.mega-results .loading-generation p,
.results.steps .loading-generation p {
  opacity: .7;
  margin-top: 6px;
  font-size: 15px
}
.wrapper-radio {
  display: inline-flex;
  align-items: center;
  justify-content: space-evenly;
  border-radius: 5px;
  padding: 5px 0 0
}
.wrapper-radio .option {
  background: #151515;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin: 0 20px 0 0;
  border-radius: 5px;
  cursor: pointer;
  padding: 10px 15px 10px 10px;
  border: 1px solid rgba(255,255,255,.2);
  transition: all .3s ease
}
.wrapper-radio .option:not(:checked):hover {
  box-shadow: 0 -3px 1rem 0 rgb(13 174 253 / 25%),0 3px 10px rgba(208,129,247,.25)
}
.wrapper-radio .option .dot {
  height: 16px;
  width: 16px;
  background: #555;
  border-radius: 50%;
  position: relative
}
.wrapper-radio .option .dot::before {
  position: absolute;
  content: '';
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  background: rgba(255,255,255,.6);
  border-radius: 50%;
  opacity: 0;
  transform: scale(1.5);
  transition: all .3s ease
}
.wrapper-radio input[type=radio] {
  display: none
}
.wrapper-radio #option-1:checked:checked ~ .option-1,
.wrapper-radio #option-2:checked:checked ~ .option-2 {
  background: #222
}
.wrapper-radio #option-1:checked:checked ~ .option-1 .dot::before,
.wrapper-radio #option-2:checked:checked ~ .option-2 .dot::before {
  opacity: 1;
  transform: scale(1)
}
.wrapper-radio .option span {
  font-size: 16px;
  color: grey;
  margin-left: 10px;
  font-weight: 500;
  text-transform: capitalize
}
.wrapper-radio #option-1:checked:checked ~ .option-1 span,
.wrapper-radio #option-2:checked:checked ~ .option-2 span {
  color: #fff
}
.main-nav {
  opacity: 1;
  background: #111
}
.nav-header {
  width: 100%;
  top: 0;
  opacity: 0;
  display: none
}
.main-nav-scrolled {
  width: 100%;
  top: 0;
  opacity: 1
}
@media only screen and (min-width:1224px) {
  body {
    font-size: 16px!important
  }
}
@media screen and (max-width:980px) {
  .logo-header {
    height: 44px
  }
  .main-nav {
    z-index: 9;
    --tw-backdrop-blur: blur(12px);
    --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:  ;
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)
  }
  .nav-header {
    padding-bottom: 0;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 88;
    display: block
  }
  .main-nav-scrolled {
    position: fixed;
    width: 100%;
    top: 0;
    background: #111 !important;
    backdrop-filter: blur(12px) !important;
    z-index: 21;
  }
  .shop_image_area.is_loading {
    width: 90%
  }
  .cursor {
    width: 20px;
    height: 20px;
    transform: translate(-10px,-10px)
  }
  .cursor:hover {
    transform: translate(-10px,-10px) scale(1.2)
  }
  .shop_products_area .close-modal-shop-btn {
    right: 17px;
    fill: #111;
    top: 16px;
    left: inherit;
    width: 19px
  }
  .shop_modal {
    position: fixed;
    top: 0;
    z-index: 200;
    display: flex;
    flex-direction: column
  }
  .shop_image_area:not(.is_loading) {
    position: relative;
    width: 90%;
    transform: none!important;
    left: 5%;
    top: 0;
    margin-top: 20px;
    max-width: 100%;
    overflow: inherit;
    z-index: 200
  }
  .product .thumbnail {
    max-height: 150px
  }
  .shop_products_area {
    right: inherit;
    position: relative;
    width: 100%;
    background: #fff;
    z-index: 200;
    padding: 15px 20px;
    margin-top: 20px
  }
  .agency-container {
    padding-bottom: 350px
  }
  .products-search-list {
    grid-template-columns: calc(50% - 10px) calc(50% - 10px);
    padding-bottom: 350px
  }
  .search-products-area {
    padding-bottom: 80px
  }
  .search-products-area h1 {
    font-size: 1.125rem
  }
  .editor-area.my-designs .results-area .results {
    grid-template-columns: 1fr
  }
  .form-area {
    border-left: 0
  }
  .upgrade-area .section .container.w-container {
    width: 100%;
    padding: 0
  }
  .upgrade-area {
    margin-top: 30px;
    padding: 0 20px
  }
  .upgrade-area h1 {
    font-size: 35px;
    line-height: 33px
  }
  .pintro {
    margin-bottom: 20px
  }
  .pricing-table {
    flex-direction: column;
    margin: 50px auto 0
  }
  .pricing-table-item {
    margin: 0 0 20px
  }
  .navbar .container {
    top: 0;
    position: absolute;
    width: 100%;
    padding: 30px 50px
  }
  .navbar .nav-wrap {
    margin-top: 90px;
    width: 100%;
    padding: 0 10%
  }
  .navbar .nav-wrap .wrap-nav-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center
  }
  .navbar .nav-wrap .wrap-nav-btn button.login-btn {
    margin: 0;
    font-size: 24px;
    margin-bottom: 30px
  }
  .navbar .hamburger {
    left: 39px
  }
  .hide-desktop {
    display: inherit
  }
  .nav-logo-md {
    width: 110px
  }
  .navbar {
    padding-bottom: 0;
    padding-top: 0;
    background-color: transparent
  }
  .hero-section .hero-text {
    width: 100%
  }
  .before-after {
    flex-direction: column
  }
  .before-after > div:first-child {
    margin-bottom: 30px
  }
  .hamburger {
    position: absolute;
    left: 20px
  }
  .form-area,
  .results-area,
  .right-area {
    width: 100%;
    position: inherit;
    left: 0;
    transition: none;
    overflow: visible;
  }
  .right-area-editor {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }
  .editor-area {
    flex-direction: column
  }
  .form-area,
  .results-area {
    height: max-content;
    overflow-y: visible;
    padding-bottom: 5px;
  }
  .my-design {
    margin-top: 0
  }
  .my-reward {
    margin-top: 10px
  }
  .result {
    width: 100%!important
  }
  .nav-area-mb {
    width: 100%;
    padding: 0;
    position: fixed;
    background: #111;
    overflow-y: auto;
    z-index: 9999;
    transform: translateX(0);
    transition: transform .3s ease-in-out;
    outline: 0;
    transition-duration: .3s
  }
  .nav-area-mb .sub-area {
    margin: 0;
    padding-bottom: 5px;
    text-align: center;
    position: sticky;
    border-bottom: 0
  }
  .left-area-wrap {
    width: 100%;
    height: 100%;
    position: fixed
  }
  .left-area {
    height: 100vh;
    width: 300px;
    padding: 0;
    position: fixed;
    background: #111;
    overflow-y: auto;
    z-index: 9999;
    transition: left .15s ease;
    transform: translateX(0);
    left: -350px
  }
  .left-area .nav-menu {
    padding: 0 25px 0;
    width: 100%;
    bottom: 50px
  }
  .left-down-menu {
    bottom: 120px;
    margin: 20px 20px 0 20px;
    position: relative;
  }
  .left-area.open .left-down-menu {
    display: block
  }
  .left-area .progress-area {
    margin-bottom: 0;
    padding-bottom: 5px;
    font-size: 16px
  }
  .left-area .logo {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    position: sticky;
    width: 100%;
    top: 0;
    z-index: 98;
    background: #111111e0
  }
  .left-area .sub-area {
    margin: 0;
    padding-bottom: 5px;
    text-align: center;
    position: sticky;
    border-bottom: 0
  }
  .left-area .hamburger {
    position: absolute;
    left: 30px;
    top: 21px
  }
  .left-area .progress-area,
  .left-area.open .nav-menu {
    display: block;
    padding: 20px 25px;
    margin-top: 0
  }
  .left-area.open {
    border-bottom: 1px solid rgba(255,255,255,.05)
  }
  .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    margin: 0
  }
}
.rnftg-item {
  width: auto
}
.rnftg-item__img-wrapper {
  width: auto;
  height: 100%
}
.rnftg-item__img-wrapper_landing {
  width: auto
}
.rnftg--inline .rnftg-item {
  width: 12rem
}
.rnftg--inline .rnftg-item__img-wrapper {
  width: 12rem;
  height: 12rem
}
@media (min-width:768px) {
  .rnftg--inline .rnftg-item {
    width: 16rem
  }
  .rnftg--inline .rnftg-item__img-wrapper {
    width: 16rem;
    height: 16rem
  }
}
@media (min-width:1024px) {
  .rnftg--inline .rnftg-item {
    width: 20rem
  }
  .rnftg--inline .rnftg-item__img-wrapper {
    width: 20rem;
    height: 20rem
  }
}
.rnftg-fixed {
  position: fixed
}
.rnftg-bottom-0 {
  bottom: 0
}
.rnftg-left-0 {
  left: 0
}
.rnftg-mx-2 {
  margin-left: .5rem;
  margin-right: .5rem
}
.rnftg-my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem
}
.rnftg-mr-2 {
  margin-right: .5rem
}
.rnftg-box-border {
  box-sizing: border-box
}
.rnftg-flex {
  display: flex
}
.rnftg-grid {
  display: grid
}
.rnftg-h-4 {
  height: 1rem
}
.rnftg-h-8 {
  height: 2rem
}
.rnftg-h-full {
  height: 100%
}
.pd-2 {
  padding-bottom: 20px
}
.rnftg-w-8 {
  width: 2rem
}
.rnftg-w-1\/2 {
  width: 50%
}
.rnftg-w-1\/3 {
  width: 33.333333%
}
.rnftg-w-full {
  width: 100%
}
@-webkit-keyframes rnftg-spin {
  to {
    transform: rotate(360deg)
  }
}
@keyframes rnftg-spin {
  to {
    transform: rotate(360deg)
  }
}
@-webkit-keyframes rnftg-ping {
  100%,
  75% {
    transform: scale(2);
    opacity: 0
  }
}
@keyframes rnftg-ping {
  100%,
  75% {
    transform: scale(2);
    opacity: 0
  }
}
@-webkit-keyframes rnftg-pulse {
  50% {
    opacity: .5
  }
}
@keyframes rnftg-pulse {
  50% {
    opacity: .5
  }
}
@-webkit-keyframes rnftg-bounce {
  0%,
  100% {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
    animation-timing-function: cubic-bezier(0.8,0,1,1)
  }
  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
    animation-timing-function: cubic-bezier(0,0,0.2,1)
  }
}
@keyframes rnftg-bounce {
  0%,
  100% {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
    animation-timing-function: cubic-bezier(0.8,0,1,1)
  }
  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
    animation-timing-function: cubic-bezier(0,0,0.2,1)
  }
}
.rnftg-animate-pulse {
  -webkit-animation: rnftg-pulse 2s cubic-bezier(.4,0,.6,1) infinite;
  animation: rnftg-pulse 2s cubic-bezier(.4,0,.6,1) infinite
}
.rnftg-cursor-pointer {
  cursor: pointer
}
.rnftg-grid-flow-row {
  grid-auto-flow: row
}
.rnftg-grid-flow-col {
  grid-auto-flow: column
}
.rnftg-grid-cols-1 {
  grid-template-columns: repeat(1,minmax(0,1fr))
}
.rnftg-grid-cols-2 {
  grid-template-columns: repeat(2,minmax(0,1fr))
}
.rnftg-grid-cols-3 {
  grid-template-columns: repeat(3,minmax(0,1fr))
}
.rnftg-grid-cols-4 {
  grid-template-columns: repeat(4,minmax(0,1fr))
}
.rnftg-grid-cols-5 {
  grid-template-columns: repeat(5,minmax(0,1fr))
}
.rnftg-flex-row {
  flex-direction: row
}
.rnftg-flex-col {
  flex-direction: column
}
.rnftg-items-center {
  align-items: center
}
.rnftg-justify-center {
  justify-content: center
}
.rnftg-gap-6 {
  gap: 1.2rem
}
.rnftg-gap-4 {
  gap: 1rem
}
.rnftg-gap-custom {
  gap: .5rem
}
.rnftg-overflow-auto {
  overflow: auto
}
.rnftg-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
.rnftg-break-words {
  overflow-wrap: break-word
}
.rnftg-rounded-2xl {
  border-radius: .5rem
}
.rnftg-rounded-full {
  border-radius: 9999px
}
.rnftg-rounded-t-2xl {
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem
}
.rnftg-border {
  border-width: 1px
}
.rnftg-border-solid {
  border-style: solid
}
.rnftg-border-black {
  --tw-border-opacity: 1;
  border-color: rgba(0,0,0,var(--tw-border-opacity))
}
.rnftg-border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgba(243,244,246,var(--tw-border-opacity))
}
.rnftg-dark .dark\:rnftg-border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgba(229,231,235,var(--tw-border-opacity))
}
.rnftg-dark .dark\:rnftg-border-gray-900 {
  --tw-border-opacity: 1;
  border-color: rgba(17,24,39,var(--tw-border-opacity))
}
.rnftg-bg-transparent {
  background-color: transparent
}
.rnftg-bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255,255,255,var(--tw-bg-opacity))
}
.rnftg-bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(249,250,251,var(--tw-bg-opacity))
}
.rnftg-bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(209,213,219,var(--tw-bg-opacity))
}
.rnftg-bg-red-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(248,113,113,var(--tw-bg-opacity))
}
.rnftg-dark .dark\:rnftg-bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(75,85,99,var(--tw-bg-opacity))
}
.rnftg-dark .dark\:rnftg-bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(31,41,55,var(--tw-bg-opacity))
}
.rnftg-dark .dark\:rnftg-bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(17,24,39,var(--tw-bg-opacity))
}
.rnftg-object-cover {
  -o-object-fit: cover;
  object-fit: cover
}
.rnftg-object-contain {
  -o-object-fit: contain;
  object-fit: contain
}
.rnftg-p-4 {
  padding: .25rem
}
.rnftg-p-6 {
  padding: 1.5rem
}
.rnftg-px-4 {
  padding-left: 1rem;
  padding-right: 1rem
}
.rnftg-py-2 {
  padding-top: .5rem;
  padding-bottom: .5rem
}
.rnftg-text-sm {
  font-size: 12px;
  line-height: 1.25rem
}
.rnftg-text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem
}
.rnftg-font-semibold {
  font-weight: 600
}
.rnftg-text-black {
  --tw-text-opacity: 1;
  color: rgba(0,0,0,var(--tw-text-opacity))
}
.rnftg-text-gray-200 {
  --tw-text-opacity: 1;
  color: rgba(229,231,235,var(--tw-text-opacity))
}
.rnftg-dark .dark\:rnftg-text-gray-200 {
  --tw-text-opacity: 1;
  color: rgba(229,231,235,var(--tw-text-opacity))
}
.rnftg-no-underline {
  text-decoration: none
}
*,
::after,
::before {
  --tw-shadow: 0 0 #0000
}
.rnftg-shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),0 4px 6px -2px rgba(0, 0, 0, 0.05)
}
.rnftg-shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}
.hover\:rnftg-shadow-xl:hover {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}
*,
::after,
::before {
  --tw-ring-inset: var(--tw-empty,
      /*!*/
      /*!*/
    );
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000
}
.rnftg-transition {
  transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;
  transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;
  transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4,0,0.2,1);
  transition-duration: 150ms
}
.rnftg-duration-300 {
  transition-duration: .3s
}
@media (min-width:768px) {
  .md\:rnftg-grid-cols-2 {
    grid-template-columns: repeat(2,minmax(0,1fr))
  }
  .md\:rnftg-grid-cols-3 {
    grid-template-columns: repeat(3,minmax(0,1fr))
  }
  .md\:rnftg-grid-cols-4 {
    grid-template-columns: repeat(4,minmax(0,1fr))
  }
  .md\:rnftg-grid-cols-5 {
    grid-template-columns: repeat(5,minmax(0,1fr))
  }
}
@media (min-width:1024px) {
  .lg\:rnftg-grid-cols-3 {
    grid-template-columns: repeat(3,minmax(0,1fr))
  }
  .lg\:rnftg-grid-cols-4 {
    grid-template-columns: repeat(4,minmax(0,1fr))
  }
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4,minmax(0,1fr))
  }
}
@media (min-width:1280px) {
  .xl\:rnftg-grid-cols-4 {
    grid-template-columns: repeat(4,minmax(0,1fr))
  }
  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4,minmax(0,1fr))
  }
  .xl\:rnftg-grid-cols-5 {
    grid-template-columns: repeat(5,minmax(0,1fr))
  }
  .xl\:rnftg-grid-cols-6 {
    grid-template-columns: repeat(6,minmax(0,1fr))
  }
  .xl\:rnftg-grid-cols-3 {
    grid-template-columns: repeat(3,minmax(0,1fr))
  }
}
.line-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9;
  color: #ffffffa3
}
.rendering-mask {
  object-fit: cover;
  background-size: cover;
  overflow: hidden;
  -webkit-filter: blur(15px);
  -moz-filter: blur(15px);
  -o-filter: blur(15px);
  -ms-filter: blur(15px);
  filter: blur(15px);
  -webkit-transform: scale(1.2,1.2);
  -moz-transform: scale(1.2,1.2);
  -o-transform: scale(1.2,1.2);
  -ms-transform: scale(1.2,1.2);
  transform: scale(1.2,1.2)
}
.circular-progress {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%)
}
.logo-loader-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%)
}
.loader-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 30px;
  height: 30px
}
.new-loader-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 30px;
  height: 30px
}
.searching-title {
  margin-top: 30px;
  height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  color: #fff;
  align-items: center
}
.loader-wrapper p {
  border: 0;
  margin: 0;
  width: 30%;
  height: 30%;
  position: absolute;
  border-radius: 50%;
  animation: spin 2s ease infinite
}
.loader-wrapper span {
  border: 0;
  margin: 0;
  width: 30%;
  height: 30%;
  position: absolute;
  border-radius: 50%;
  animation: spin 2s ease infinite;
  color: #fff
}
.loader-wrapper :first-child {
  background: #19a68c;
  animation-delay: -1.5s
}
.loader-wrapper :nth-child(2) {
  background: #f63d3a;
  animation-delay: -1s
}
.loader-wrapper :nth-child(3) {
  background: #fda543;
  animation-delay: -.5s
}
.loader-wrapper :last-child {
  background: #193b48
}
@keyframes spin {
  0%,
  100% {
    transform: translate(0)
  }
  25% {
    transform: translate(160%)
  }
  50% {
    transform: translate(160%,160%)
  }
  75% {
    transform: translate(0,160%)
  }
}
.chat-box {
  background-color: var(--chat-bg-color);
  width: 100%;
  max-height: calc(100% - 40px);
  display: flex;
  flex-direction: column;
  border-radius: var(--standard-radius);
  box-shadow: 0 5px 8px rgba(0,0,0,.3)
}
.chat-box-footer {
  width: 100%;
  padding: 5px;
  box-sizing: border-box;
  display: flex
}
#chat_input {
  color: var(--font-color);
  font-family: Raleway,sans-serif;
  font-size: 14px;
  background-color: #ececec;
  width: 100%;
  height: 50px;
  min-height: 50px;
  border: none;
  padding: 10px 15px;
  resize: none;
  box-sizing: border-box;
  border-radius: var(--standard-radius);
  transition: .3s background-color
}
#chat_input:focus {
  background-color: #efefef
}
#send {
  background: 0 0;
  border: none;
  margin-left: 10px;
  padding: 5px;
  cursor: pointer;
  border-radius: 50%
}
.canvas-container {
  overflow: hidden;
  border-radius: 8px;
  position: relative;
  width: 100%!important;
  max-height: 100vh!important;
  height: auto!important;
  box-shadow: 0 0 15px rgb(0 0 0 / 30%)
}
#menuToggle {
  display: block;
  position: relative;
  right: 0;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none
}
#menuToggle input {
  width: 20px;
  display: block;
  position: absolute;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none
}
#menuToggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;
  background: #fff;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform .2s cubic-bezier(.77, .2, .05, 1),background .2s cubic-bezier(.77, .2, .05, 1),opacity .2s ease
}
#menuToggle span:first-child {
  transform-origin: 0% 0%
}
#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%
}
#menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(1px,3px);
  background: #fff
}
#menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0) scale(.2,.2)
}
#menuToggle input:checked ~ span:nth-last-child(2) {
  transform: rotate(-45deg) translate(0,-1px)
}
#menuToggle input:checked ~ ul {
  transform: none
}
.nav-menu-mobile:not(.active) + #menuToggle > span {
  transform: none!important;
  opacity: 1!important;
  background: #fff!important
}
.result-wrapper {
  opacity: 0;
  max-width: fit-content !important;
}
.new-image-wrapper {
  width: 100%;
  height: 100%;
  object-fit: contain;
  overflow: hidden;
  display: block;
  opacity: 0
}
.loaded-image {
  opacity: 1
}
.banner-video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  overflow: hidden;
  display: block
}
.ads-video-landing {
  width: 80%;
  height: 100%;
  object-fit: contain;
  overflow: hidden;
  display: block
}
.banner-video-landing {
  width: 100%;
  height: 100%;
  object-fit: contain;
  overflow: hidden;
  display: block;
  border-radius: 8px
}
.photographer-guide label {
  color: #212529;
  text-transform: none;
  font-size: 14px
}
@media screen and (max-width:980px) {
  .new-image-wrapper {
    object-fit: contain
  }
  .banner-video {
    object-fit: contain
  }
  .banner-video-landing {
    object-fit: contain
  }
  .ads-video-landing {
    object-fit: contain
  }
}
.cl-red {
  margin-left: 5px;
  color: red
}
.banks-container {
  margin: 0 auto;
  max-width: 600px
}
.faqs-container {
  margin: 0 auto;
  max-width: 600px
}
.faq {
  background-color: transparent;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 10px;
  padding: 30px;
  position: relative;
  overflow: hidden;
  margin: 20px 0;
  transition: .3s ease;
  color: #fff;
  background-color: #0f1011
}
.faq.active {
  background-color: #0f1011;
  box-shadow: 0 3px 6px rgba(0,0,0,.1),0 3px 6px rgba(0,0,0,.1)
}
.faq-title {
  margin: 0 35px 0 0
}
.faq-text {
  display: none;
  margin: 30px 0 0;
  line-height: 1.75rem
}
.faq.active .faq-text {
  display: block
}
.faq-toggle {
  background-color: transparent;
  border: none;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  padding: 0;
  position: absolute;
  top: 30px;
  right: 30px;
  height: 30px;
  width: 30px
}
.faq-toggle:focus {
  outline: 0
}
.faq.active .faq-toggle {
  background-color: #9fa4a8
}
.faq-toggle .fa-times {
  display: none
}
.faq.active .faq-toggle .fa-times {
  display: block
}
.faq-toggle .fa-chevron-down {
  color: #83888e
}
.faq.active .faq-toggle .fa-chevron-down {
  display: none
}
.modal-body {
  position: relative;
  padding: 15px
}
.panel-group {
  margin-bottom: 20px
}
.panel-group .panel {
  border: 1px solid #1f1f22;
  border-radius: 5px;
  background-color: #1f1f22
}
.panel-default .panel-heading {
  color: #fff;
  background-color: #1f1f22;
  border-radius: 5px;
  border-color: #ddd;
  padding: 10px 15px
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0
}
.panel-heading a {
  padding: 10px 0;
  display: block;
  width: 100%
}
.option-icon {
  width: 30px;
  height: 30px;
  float: left;
  overflow: hidden
}
.img-rounded {
  border-radius: 6px
}
.panel-group .panel + .panel {
  margin-top: 5px
}
.option-title {
  margin-left: 15px
}
.option-title p:first-child {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px
}
.option-title p:last-child {
  font-weight: 400;
  font-size: 12px
}
.panel-title p {
  margin: 0
}
.collapse.in {
  display: block
}
.option-content {
  padding: 15px;
  color: #d9d9d9
}
.option-content p {
  font-size: 13px;
  margin-bottom: 10px
}
.high-light-color {
  color: #4ef5a5
}
.bank-option {
  display: flex;
  justify-content: flex-start;
  align-items: center
}
.agency-received {
  font-size: 1.09375rem;
  margin-top: 10px
}
.back-btn {
  display: block;
  margin: 30px auto;
  padding: 10px;
  border: 2px solid #333;
  text-transform: uppercase;
  font-weight: 700;
  background: #000;
  color: #fff;
  width: 60%
}
.back-btn:hover {
  background: 0 0;
  color: #000
}
#timer {
  font-size: 16px;
  font-size: 1rem
}
.animated {
  animation-duration: 1.2s;
  transform: translate3d(0,0,0);
  backface-visibility: hidden
}
.animated.fast {
  animation-duration: .8s
}
.animated.slow {
  animation-duration: 1.4s
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px)
  }
  100% {
    opacity: 1;
    transform: translateY(0)
  }
}
.fadeInUp {
  animation-name: fadeInUp
}
#logo-box {
  text-align: center;
  padding: 30px
}
@media (min-width:481px) {
  #logo-box {
    position: absolute;
    text-align: center;
    left: 50%;
    top: 48%;
    width: 400px;
    margin-left: -230px;
    height: 440px;
    margin-top: -250px;
    font-size: 20px;
    border: 3px solid #999;
    box-shadow: 6px 6px 0 #333
  }
}
.email-agency-icon {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4NDEuOSAxMTkwLjYiPjxwYXRoIGQ9Ik01NzMuMiAzNzMuNmwtMTguOS0xOC45TDM5Ni41IDUxNGwtODItODJMMjk3LjIgNDUxbDk5LjQgOTkuM0w1NzMuMiAzNzMuNnpNNzA1LjcgNDU1LjdWMTgyLjdIMTM3Ljh2MjcyLjlMOC40IDUwOS4zdjQ5OC41aDgyNS4xVjUwOS4zTDcwNS43IDQ1NS43ek03OTQuMSA1MjAuM2wtODguMyA1NS4ydi05MS41TDc5NC4xIDUyMC4zek02ODAuNCAyMDkuNnYzODMuM0w0MjEuNyA3NTMuOCAxNjMgNTkyLjlWMjA5LjZINjgwLjR6TTEzNy44IDU3NS42bC04OC40LTU1LjIgODguMy0zNi4zTDEzNy44IDU3NS42IDEzNy44IDU3NS42ek0zNS4zIDk4Mi41VjU0MC45bDM4Ni41IDI0NC41IDM4Ni40LTI0M3Y0NDEuN0gzNS4zVjk4Mi41ek0xMy40IDk5OC42bDQwOC40LTIxMi4yTTQyMi42IDc4Ni41TDgzMSA5OTguNyIgc3R5bGU9InN0cm9rZS13aWR0aDoyMDtzdHJva2U6IzAwMCIvPjwvc3ZnPg==") no-repeat center center;
  height: 128px;
  margin: auto;
  width: 90px
}
.input-phone {
  display: block;
  padding: .5em .25em;
  border: none;
  border-radius: .2em;
  font-size: 14px;
  text-align: center;
  box-shadow: 0 0 1em .25em rgba(0,0,0,.2)
}
.cards {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-top: 0;
  padding: 0;
  justify-content: center
}
.cards_item {
  display: flex;
  padding: 1rem
}
.card {
  border-radius: .25rem;
  display: flex;
  flex-direction: column;
  overflow: hidden
}
.card_content {
  padding-left: 1rem;
  padding-right: 1rem
}
.card_title {
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0;
  color: #fff
}
.card_text {
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.25rem;
  font-weight: 400
}
.card_btn {
  display: flex
}
.credit-render {
  color: #8c8c8c
}
.sample-image-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center
}
.sample-image-wrapper span {
  color: #ffc338;
  font-size: 14px;
  font-weight: 500;
  margin-left: 2px;
}
.sample-image-wrapper p {
  color: #8c8c8c;
  font-size: 14px;
  margin-top: 2px;
  width: 90px;
  text-align: center;
  margin: 0;
  padding: 0
}
.credit-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 10px
}
.credit-wrapper span {
  color: #ff00a5;
  font-size: 14px
}
.credit-wrapper p {
  color: #8c8c8c;
  font-size: 14px;
  margin-top: 2px;
  width: 100px;
  text-align: center
}
.sample-selfie-wrapper {
  display: flex;
  justify-content: center
}
.good-sample-selfie-wrapper div {
  color: #40b250;
  font-size: 14px;
  margin-top: 2px;
  width: 100%;
  text-align: center
}
.good-sample-selfie-wrapper {
  text-align: center
}
.bad-sample-selfie-wrapper {
  text-align: center
}
.bad-sample-selfie-wrapper div {
  color: #ff4949;
  font-size: 14px;
  margin-top: 2px;
  width: 100%;
  text-align: center
}
.sample-image {
  width: 60px;
  margin-right: 4px;
  border: 3px solid #bcbcbc;
  border-radius: .5rem;
  cursor: pointer
}
.lang-icon {
  color: #fff
}
.lv-modal {
  background-color: #2f3036;
  border: 0 solid #484849;
  border-radius: 12px;
  box-shadow: none;
  box-sizing: border-box;
  line-height: 1.5715;
  margin: 0 auto;
  position: absolute;
  text-align: left;
  top: 100px;
  white-space: normal;
  width: 350px
}
.lv-modal-wrapper.lv-modal-wrapper-align-center {
  text-align: center;
  white-space: nowrap
}
.lv-modal-wrapper.lv-modal-wrapper-align-center .lv-modal {
  display: inline-block;
  top: 0;
  vertical-align: middle
}
.lv-modal-header {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  padding: 32px 32px 16px;
  width: 100%
}
.lv-modal-content {
  color: rgb(246 247 255 / 70%);
  font-size: 13px;
  line-height: 20px;
  padding: 0 32px;
  position: relative
}
.lv-modal-footer {
  box-sizing: border-box;
  padding: 16px 32px 32px;
  text-align: right;
  width: 100%
}
.lv-icon {
  stroke: currentColor;
  color: inherit;
  display: inline-block;
  font-style: normal;
  height: 1em;
  vertical-align: -2px;
  width: 1em
}
.lv-modal .lv-modal-close-icon {
  strokeWidth: 0;
  color: #fafbff;
  cursor: pointer;
  font-size: 16px;
  position: absolute;
  right: 36px;
  top: 36px
}
.lv-modal-closable .lv-modal-title {
  padding-right: 32px
}
.lv-modal-header .lv-modal-title {
  flex: 1 1;
  text-align: left
}
.lv-modal-title {
  color: #fafbff;
  font-size: 16px;
  font-weight: 800;
  line-height: 24px
}
.list-reset {
  margin-top: 5px;
  margin-bottom: 5px;
  list-style: none
}
.list-reset li a {
  color: #fff
}
.lang-btn {
  width: 155px
}
.lang-drop-down {
  display: none
}
.lang-drop-down.show {
  display: block;
  opacity: 1;
  border: 1px solid #fff;
}
.left-1\/2 {
  left: 50%
}
.border-orange-vibrant\/20 {
  --cl-orange-vibrant: 255 121 64;
  border-color: rgb(var(--cl-orange-vibrant)/.2)
}
.slider-in {
  opacity: 0;
  transform: scale(.98);
  animation-timing-function: ease;
  animation-duration: .6s;
  will-change: opacity,transform;
  animation-fill-mode: forwards;
  height: 100%
}
.slider-in:not(.observer) {
  animation-name: slider-in
}
.blur-blob {
  transform: translateZ(0);
  position: absolute;
  filter: blur(100px);
  border-radius: 40%
}
.slider-in-motions {
  --duration: 22s
}
.slider-in-motions .slider-in-motion-cutout {
  background-image: url(/images/features/film-cutout.png);
  background-size: 22px 18px;
  background-repeat: repeat-x;
  height: 22px;
  background-color: #fff;
  background-position: 50% 50%;
  animation: slider-in-scroll-background 58.7s linear infinite
}
@keyframes slider-in-scroll-background {
  0% {
    background-position: 0 0
  }
  to {
    background-position: 100% 0
  }
}
.slider-in-motion {
  --bottom-offset: -220px;
  min-width: 4000px;
  display: flex;
  flex-wrap: nowrap;
  animation: slider-running-animation 16s linear infinite;
  position: absolute;
  left: 0;
  top: 0;
  height: 50%;
  will-change: transform;
  flex-grow: 1
}
.slider-in-motion > * {
  padding-right: 6px;
  flex: 1;
  flex-grow: 1;
  padding-left: 6px
}
.slider-in-motion:last-child {
  top: unset;
  bottom: 0;
  margin-left: var(--bottom-offset)
}
@media (min-width:812px) {
  .slider-in-motion:last-child {
    display: none
  }
  .slider-in-motion {
    height: 100%
  }
}
.slider-in-motion.slider-in-right {
  margin-left: calc(max(-50vw,-1100px) + 8px)
}
.slider-in-motion.slider-in-right:last-child {
  margin-left: calc(max(-50vw,-1100px) + var(--bottom-offset) + 8px)
}
.col-span-1 {
  grid-column: span 1/span 1
}
.infinite-scroll-16 {
  animation-name: slideIn60;
  animation-duration: 26s;
  animation-timing-function: linear;
  animation-iteration-count: infinite
}
.slider-running-wrapper {
  --bottom-offset: -220px;
  min-width: 2010px;
  display: flex;
  flex-wrap: nowrap;
  left: 0;
  top: 0;
  height: 100%;
  will-change: transform;
  flex-grow: 1
}
.slider-running-wrapper > * {
  padding-right: 6px;
  flex: 1;
  flex-grow: 1;
  padding-left: 6px
}
.slider-running-wrapper-right {
  --bottom-offset: -220px;
  min-width: 2010px;
  display: flex;
  flex-wrap: nowrap;
  left: 0;
  top: 0;
  height: 100%;
  will-change: transform;
  flex-grow: 1
}
.slider-running-wrapper-right > * {
  padding-right: 6px;
  flex: 1;
  flex-grow: 1;
  padding-left: 6px
}
.slider-in-right {
  margin-left: calc(max(-50vw,-1100px) + 4px)
}
.slider-running {
  --bottom-offset: -220px;
  min-width: 2010px;
  display: flex;
  flex-wrap: nowrap;
  animation: slider-running-animation 16s linear infinite;
  left: 0;
  top: 0;
  height: 100%;
  will-change: transform;
  flex-grow: 1
}
.slider-running > * {
  padding-right: 6px;
  flex: 1;
  flex-grow: 1;
  padding-left: 6px
}
.slider-running:last-child {
  top: unset;
  bottom: 0;
  margin-left: var(--bottom-offset);
  display: none
}
.lang-btn-wrapper {
  align-items: center;
  display: inline-flex;
  gap: .5rem;
  position: relative;
  justify-content: center;
  overflow: hidden;
  font-weight: 400;
  line-height: 2;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: rgba(0,0,0,0);
  color: #f8f9fa;
  border: 1px solid #f8f9fa;
  min-height: 2.5rem;
  min-width: 3.125rem;
  font-size: .875rem;
  border-radius: .5rem
}
@media (min-width:812px) {
  .slider-running {
    height: 100%
  }
}
.slider-running.slider-in-right {
  margin-left: calc(max(-50vw,-1100px) + 8px)
}
.slider-running.slider-in-right:last-child {
  margin-left: calc(max(-50vw,-1100px) + var(--bottom-offset) + 8px)
}
@keyframes slider-running-animation {
  0% {
    transform: translate3d(calc(-70% + min(50vw,1100px)),0,0)
  }
  to {
    transform: translate3d(calc(0 + min(50vw,1100px)),0,0)
  }
}
@keyframes slider-in {
  0% {
    opacity: 0;
    transform: scale(.98)
  }
  to {
    opacity: 1;
    transform: scale(1)
  }
}
@media (max-width:480px) {
  .new-image-wrapper {
    width: 100%
  }
  .banner-video {
    width: 100%
  }
  .banner-video-landing {
    width: 82%;
    border-radius: 8px;
    display: none
  }
  .ads-video-landing {
    width: 82%
  }
  .x-generate-form {
    padding: 20px 30px 0
  }
}
.navbar-brand .halloween .halloween-animation {
  z-index: 3;
  -webkit-animation: halloween-animation 8s 4s ease;
  animation: halloween-animation 8s 4s ease;
  opacity: 0
}
.halloween {
  position: absolute;
  height: 55px
}
.halloween-animation {
  position: relative;
  height: 55px
}
.christmas {
  position: absolute;
  height: 25px;
  -webkit-transform: rotate(-20deg) translate(-14%,-75%);
  -moz-transform: rotate(-20deg) translate(-14%,-75%);
  -ms-transform: rotate(-20deg) translate(-14%,-75%);
  transform: rotate(-20deg) translate(-14%,-75%);
  z-index: 3
}
@keyframes halloween-animation {
  0% {
    top: 5px;
    left: 40%;
    opacity: 0;
    -webkit-transform: scale(.5) rotate(0);
    -moz-transform: scale(.5) rotate(0);
    -ms-transform: scale(.5) rotate(0);
    transform: scale(.5) rotate(0)
  }
  15% {
    top: 20px;
    left: 85%;
    opacity: 1;
    -webkit-transform: scale(1) rotate(2deg);
    -moz-transform: scale(1) rotate(2deg);
    -ms-transform: scale(1) rotate(2deg);
    transform: scale(1) rotate(2deg)
  }
  30% {
    top: 20px;
    left: 200%;
    opacity: .8;
    -webkit-transform: scale(1) rotate(15deg);
    -moz-transform: scale(1) rotate(15deg);
    -ms-transform: scale(1) rotate(15deg);
    transform: scale(1) rotate(15deg)
  }
  100%,
  40% {
    top: -5px;
    left: 200%;
    opacity: 0;
    -webkit-transform: scale(.5) rotate(-10deg);
    -moz-transform: scale(.5) rotate(-10deg);
    -ms-transform: scale(.5) rotate(-10deg);
    transform: scale(.5) rotate(-10deg)
  }
}
.gradient-landing-text {
  background: -webkit-linear-gradient(to top,#fff 0,#000 100%);
  background: linear-gradient(to top,#fff 40%,#000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}
.t-120 {
  font-size: 2.9375rem;
  line-height: .9
}
@media (min-width:30rem) {
  .t-120 {
    font-size: calc(.0147058824rem + 9.7426470588vw)
  }
}
@media (min-width:64rem) {
  .t-120 {
    font-size: 6.25rem
  }
}
.t-80 {
  font-size: 5rem;
  line-height: 1
}
@media (min-width:30rem) {
  .t-80 {
    font-size: calc(5rem + 0vw)
  }
}
@media (min-width:64rem) {
  .t-80 {
    font-size: 5rem
  }
}
.t-72 {
  font-size: 2rem;
  line-height: 1
}
@media (min-width:30rem) {
  .t-72 {
    font-size: calc(-.2058823529rem + 7.3529411765vw)
  }
}
@media (min-width:64rem) {
  .t-72 {
    font-size: 4.5rem
  }
}
.t-64-cta {
  font-size: 2rem;
  line-height: 1.1
}
@media (min-width:30rem) {
  .t-64-cta {
    font-size: calc(.2352941176rem + 5.8823529412vw)
  }
}
@media (min-width:64rem) {
  .t-64-cta {
    font-size: 4rem
  }
}
.t-64-flow {
  font-size: 1.5rem;
  line-height: 1.1
}
@media (min-width:30rem) {
  .t-64-flow {
    font-size: calc(-.7058823529rem + 7.3529411765vw)
  }
}
@media (min-width:64rem) {
  .t-64-flow {
    font-size: 4rem
  }
}
.t-64 {
  font-size: 2rem;
  line-height: 1.1
}
@media (min-width:30rem) {
  .t-64 {
    font-size: calc(.2352941176rem + 5.8823529412vw)
  }
}
@media (min-width:64rem) {
  .t-64 {
    font-size: 4rem
  }
}
.t-52 {
  font-size: 1.75rem;
  line-height: 1.1
}
@media (min-width:30rem) {
  .t-52 {
    font-size: calc(.4264705882rem + 4.4117647059vw)
  }
}
@media (min-width:64rem) {
  .t-52 {
    font-size: 3.25rem
  }
}
.t-50 {
  font-size: 1.75rem;
  line-height: 1.15
}
@media (min-width:30rem) {
  .t-50 {
    font-size: calc(.5367647059rem + 4.0441176471vw)
  }
}
@media (min-width:64rem) {
  .t-50 {
    font-size: 3.125rem
  }
}
.t-48 {
  font-size: 1.75rem;
  line-height: 1.05
}
@media (min-width:30rem) {
  .t-48 {
    font-size: calc(.6470588235rem + 3.6764705882vw)
  }
}
@media (min-width:64rem) {
  .t-48 {
    font-size: 3rem
  }
}
.post-article h2,
.t-40 {
  font-size: 1.75rem;
  line-height: 1.1
}
@media (min-width:30rem) {
  .post-article h2,
  .t-40 {
    font-size: calc(1.0882352941rem + 2.2058823529vw)
  }
}
@media (min-width:64rem) {
  .post-article h2,
  .t-40 {
    font-size: 2.5rem
  }
}
.t-36 {
  font-size: 1.5rem;
  line-height: 1.2;
  letter-spacing: .01em
}
@media (min-width:30rem) {
  .t-36 {
    font-size: calc(.8382352941rem + 2.2058823529vw)
  }
}
@media (min-width:64rem) {
  .t-36 {
    font-size: 2.25rem
  }
}
.t-32-l {
  font-size: 1.5rem;
  line-height: 1.3;
  letter-spacing: .01em
}
@media (min-width:30rem) {
  .t-32-l {
    font-size: calc(1.0588235294rem + 1.4705882353vw)
  }
}
@media (min-width:64rem) {
  .t-32-l {
    font-size: 2rem
  }
}
.t-32 {
  font-size: 1.5rem;
  line-height: 1.1;
  letter-spacing: .01em
}
@media (min-width:30rem) {
  .t-32 {
    font-size: calc(1.0588235294rem + 1.4705882353vw)
  }
}
@media (min-width:64rem) {
  .t-32 {
    font-size: 2rem
  }
}
.t-30 {
  font-size: 1.5rem;
  line-height: 1.1
}
@media (min-width:30rem) {
  .t-30 {
    font-size: calc(1.1691176471rem + 1.1029411765vw)
  }
}
@media (min-width:64rem) {
  .t-30 {
    font-size: 1.875rem
  }
}
.t-28 {
  font-size: 1.4375rem;
  line-height: 1.1;
  letter-spacing: .01em
}
@media (min-width:30rem) {
  .t-28 {
    font-size: calc(1.1617647059rem + .9191176471vw)
  }
}
@media (min-width:64rem) {
  .t-28 {
    font-size: 1.75rem
  }
}
.post-article h3 {
  font-size: 1.625rem;
  line-height: 1.2
}
@media (min-width:30rem) {
  .post-article h3 {
    font-size: calc(1.625rem + 0vw)
  }
}
@media (min-width:64rem) {
  .post-article h3 {
    font-size: 1.625rem
  }
}
.t-26 {
  font-size: 1.25rem;
  line-height: 1.3;
  letter-spacing: .01em
}
@media (min-width:30rem) {
  .t-26 {
    font-size: calc(.9191176471rem + 1.1029411765vw)
  }
}
@media (min-width:64rem) {
  .t-26 {
    font-size: 1.625rem
  }
}
.t-24 {
  font-size: 1.125rem;
  line-height: 1.5
}
@media (min-width:30rem) {
  .t-24 {
    font-size: calc(.7941176471rem + 1.1029411765vw)
  }
}
@media (min-width:64rem) {
  .t-24 {
    font-size: 1.5rem
  }
}
.t-24-l {
  font-size: 1.25rem;
  line-height: 1.35
}
@media (min-width:30rem) {
  .t-24-l {
    font-size: calc(1.0294117647rem + .7352941176vw)
  }
}
@media (min-width:64rem) {
  .t-24-l {
    font-size: 1.5rem
  }
}
.t-22 {
  font-size: 1.125rem;
  line-height: 1.55
}
@media (min-width:30rem) {
  .t-22 {
    font-size: calc(.9044117647rem + .7352941176vw)
  }
}
@media (min-width:64rem) {
  .t-22 {
    font-size: 1.375rem
  }
}
.t-22-s {
  font-size: 1rem;
  line-height: 1.55
}
@media (min-width:30rem) {
  .t-22-s {
    font-size: calc(.6691176471rem + 1.1029411765vw)
  }
}
@media (min-width:64rem) {
  .t-22-s {
    font-size: 1.375rem
  }
}
.t-20 {
  font-size: 1.125rem;
  line-height: 1
}
@media (min-width:30rem) {
  .t-20 {
    font-size: calc(1.0147058824rem + .3676470588vw)
  }
}
@media (min-width:64rem) {
  .t-20 {
    font-size: 1.25rem
  }
}
.post-article h4,
.t-20-l {
  font-size: 1.0625rem;
  line-height: 1.55
}
@media (min-width:30rem) {
  .post-article h4,
  .t-20-l {
    font-size: calc(.8970588235rem + .5514705882vw)
  }
}
@media (min-width:64rem) {
  .post-article h4,
  .t-20-l {
    font-size: 1.25rem
  }
}
.t-20-c,
.t-20-c.content p {
  font-size: 1rem;
  line-height: 1.55
}
@media (min-width:19.9375rem) {
  .t-20-c,
  .t-20-c.content p {
    font-size: calc(.8868794326rem + .5673758865vw)
  }
}
@media (min-width:64rem) {
  .t-20-c,
  .t-20-c.content p {
    font-size: 1.25rem
  }
}
.post-article h5,
.t-18 {
  font-size: 1rem;
  line-height: 1.5
}
@media (min-width:30rem) {
  .post-article h5,
  .t-18 {
    font-size: calc(.8897058824rem + .3676470588vw)
  }
}
@media (min-width:64rem) {
  .post-article h5,
  .t-18 {
    font-size: 1.125rem
  }
}
.t-18-l {
  font-size: 1.125rem;
  line-height: 1.55
}
@media (min-width:30rem) {
  .t-18-l {
    font-size: calc(1.125rem + 0vw)
  }
}
@media (min-width:64rem) {
  .t-18-l {
    font-size: 1.125rem
  }
}
.t-17 {
  font-size: 1rem;
  line-height: 1
}
@media (min-width:30rem) {
  .t-17 {
    font-size: calc(.9448529412rem + .1838235294vw)
  }
}
@media (min-width:64rem) {
  .t-17 {
    font-size: 1.0625rem
  }
}
.post-article h6,
.t-16 {
  font-size: 1rem;
  line-height: 1.5
}
@media (min-width:30rem) {
  .post-article h6,
  .t-16 {
    font-size: calc(1rem + 0vw)
  }
}
@media (min-width:64rem) {
  .post-article h6,
  .t-16 {
    font-size: 1rem
  }
}
.t-16-footer {
  font-size: .875rem;
  line-height: 1
}
@media (min-width:30rem) {
  .t-16-footer {
    font-size: calc(.7647058824rem + .3676470588vw)
  }
}
@media (min-width:64rem) {
  .t-16-footer {
    font-size: 1rem
  }
}
.t-15 {
  font-size: .9375rem;
  line-height: 1.5
}
@media (min-width:30rem) {
  .t-15 {
    font-size: calc(.9375rem + 0vw)
  }
}
@media (min-width:64rem) {
  .t-15 {
    font-size: .9375rem
  }
}
.t-15-started {
  font-size: .8125rem;
  line-height: 1.5
}
@media (min-width:30rem) {
  .t-15-started {
    font-size: calc(.7022058824rem + .3676470588vw)
  }
}
@media (min-width:64rem) {
  .t-15-started {
    font-size: .9375rem
  }
}
.t-14 {
  font-size: .875rem;
  line-height: 1.45
}
@media (min-width:30rem) {
  .t-14 {
    font-size: calc(.875rem + 0vw)
  }
}
@media (min-width:64rem) {
  .t-14 {
    font-size: .875rem
  }
}
.t-14-legal {
  font-size: .6875rem;
  line-height: 1.5
}
@media (min-width:30rem) {
  .t-14-legal {
    font-size: calc(.5220588235rem + .5514705882vw)
  }
}
@media (min-width:64rem) {
  .t-14-legal {
    font-size: .875rem
  }
}
@media (min-width:320px) {
  .container {
    max-width: 320px
  }
}
@media (min-width:400px) {
  .container {
    max-width: 400px
  }
}
@media (min-width:480px) {
  .container {
    max-width: 480px
  }
}
@media (min-width:640px) {
  .container {
    max-width: 640px
  }
}
@media (min-width:768px) {
  .container {
    max-width: 768px
  }
}
@media (min-width:890px) {
  .container {
    max-width: 890px
  }
  .md\:h-\[300px\] {
    height: 300px
  }
}
@media (min-width:1024px) {
  .container {
    max-width: 1024px
  }
}
@media (min-width:1200px) {
  .container {
    max-width: 1200px
  }
}
@media (min-width:1280px) {
  .container {
    max-width: 1280px
  }
}
@media (min-width:1320px) {
  .container {
    max-width: 1320px
  }
}
@media (min-width:1440px) {
  .container {
    max-width: 1440px
  }
}
@media (min-width:1500px) {
  .container {
    max-width: 1500px
  }
}
@media (min-width:1920px) {
  .container {
    max-width: 1920px
  }
}
@media (min-width:2560px) {
  .container {
    max-width: 2560px
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border-width: 0
}
.pointer-events-none {
  pointer-events: none
}
.pointer-events-auto {
  pointer-events: auto
}
.fixed {
  position: fixed
}
.absolute {
  position: absolute
}
.relative {
  position: relative
}
.sticky {
  position: sticky
}
.inset-0 {
  right: 0;
  left: 0
}
.inset-0,
.inset-y-0 {
  top: 0;
  bottom: 0
}
.inset-x-0 {
  left: 0;
  right: 0
}
.right-\[-3\%\] {
  right: -3%
}
.top-\[30\%\] {
  top: 30%
}
.right-5 {
  right: 1.25rem
}
.-top-10 {
  top: -2.5rem
}
.left-0 {
  left: 0
}
.top-\[-9\%\] {
  top: -9%
}
.bottom-8 {
  bottom: 2rem
}
.left-8 {
  left: 2rem
}
.right-0 {
  right: 0
}
.bottom-0 {
  bottom: 0
}
.top-\[-10\%\] {
  top: -10%
}
.left-\[-18\%\] {
  left: -18%
}
.top-\[-20px\] {
  top: -20px
}
.left-6 {
  left: 1.5rem
}
.right-\[-37\%\] {
  right: -37%
}
.top-\[5\%\] {
  top: 5%
}
.top-\[-40\%\] {
  top: -40%
}
.left-\[-30\%\] {
  left: -30%
}
.left-\[-80\%\] {
  left: -80%
}
.top-\[20\%\] {
  top: 20%
}
.top-\[3\%\] {
  top: 3%
}
.right-\[23\.5\%\] {
  right: 23.5%
}
.top-\[39\%\] {
  top: 39%
}
.right-\[17\%\] {
  right: 17%
}
.top-\[13\%\] {
  top: 13%
}
.right-\[12\%\] {
  right: 12%
}
.top-\[80\%\] {
  top: 80%
}
.right-\[7\%\] {
  right: 7%
}
.top-\[17\%\] {
  top: 17%
}
.left-\[6\.5\%\] {
  left: 6.5%
}
.top-\[83\%\] {
  top: 83%
}
.left-\[12\%\] {
  left: 12%
}
.top-\[6\%\] {
  top: 6%
}
.left-\[20\%\] {
  left: 20%
}
.left-\[18\%\] {
  left: 18%
}
.top-\[33\%\] {
  top: 33%
}
.left-\[4\%\] {
  left: 4%
}
.bottom-4 {
  bottom: 1rem
}
.right-4 {
  right: 1rem
}
.top-1\.5 {
  top: .375rem
}
.right-1\.5 {
  right: .375rem
}
.top-1 {
  top: .25rem
}
.right-1 {
  right: .25rem
}
.top-6 {
  top: 1.5rem
}
.right-6 {
  right: 1.5rem
}
.top-\[35px\] {
  top: 35px
}
.right-10 {
  right: 2.5rem
}
.top-8 {
  top: 2rem
}
.right-\[52px\] {
  right: 52px
}
.right-\[-20\%\] {
  right: -20%
}
.top-0 {
  top: 0
}
.top-\[60\%\] {
  top: 60%
}
.bottom-\[10px\] {
  bottom: 10px
}
.left-\[10\%\] {
  left: 10%
}
.right-\[-25\%\] {
  right: -25%
}
.left-\[-25\%\] {
  left: -25%
}
.left-\[0\] {
  left: 0
}
.bottom-\[0\] {
  bottom: 0
}
.z-10 {
  z-index: 10
}
.z-20 {
  z-index: 20
}
.z-30 {
  z-index: 30
}
.z-50 {
  z-index: 50
}
.z-40 {
  z-index: 40
}
.z-\[10\] {
  z-index: 10
}
.-z-10 {
  z-index: -10
}
.z-\[-1\] {
  z-index: -1
}
.order-first {
  order: -9999
}
.col-span-2 {
  grid-column: span 2/span 2
}
.col-span-5 {
  grid-column: span 5/span 5
}
.col-span-7 {
  grid-column: span 7/span 7
}
.m-auto {
  margin: auto
}
.mx-auto {
  margin-left: auto;
  margin-right: auto
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem
}
.mx-2 {
  margin-left: .5rem;
  margin-right: .5rem
}
.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem
}
.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem
}
.-my-2 {
  margin-top: -.5rem;
  margin-bottom: -.5rem
}
.mb-5 {
  margin-bottom: 1.25rem
}
.mb-3 {
  margin-bottom: .75rem
}
.mt-\[12px\] {
  margin-top: 12px
}
.-ml-1 {
  margin-left: -.25rem
}
.mr-3 {
  margin-right: .75rem
}
.ml-\[2px\] {
  margin-left: 2px
}
.ml-3 {
  margin-left: .75rem
}
.mt-\[-4px\] {
  margin-top: -4px
}
.ml-auto {
  margin-left: auto
}
.mb-7 {
  margin-bottom: 1.75rem
}
.mt-4 {
  margin-top: 1rem
}
.mt-12 {
  margin-top: 3rem
}
.mt-10 {
  margin-top: 2.5rem
}
.mt-8 {
  margin-top: 2rem
}
.mt-2 {
  margin-top: .5rem
}
.mt-2\.5 {
  margin-top: .625rem
}
.mb-6 {
  margin-bottom: 1.5rem
}
.mb-4 {
  margin-bottom: 1rem
}
.mt-6 {
  margin-top: 1.5rem
}
.mt-\[50px\] {
  margin-top: 50px
}
.mr-\[-4\%\] {
  margin-right: -4%
}
.mt-1 {
  margin-top: .25rem
}
.mr-\[-10vw\] {
  margin-right: -10vw
}
.mt-14 {
  margin-top: 3.5rem
}
.mt-\[111px\] {
  margin-top: 111px
}
.mt-\[-111px\] {
  margin-top: -111px
}
.mt-\[12\%\] {
  margin-top: 12%
}
.mb-10 {
  margin-bottom: 2.5rem
}
.mb-1 {
  margin-bottom: .25rem
}
.mb-8 {
  margin-bottom: 2rem
}
.mt-\[28px\] {
  margin-top: 28px
}
.mt-9 {
  margin-top: 2.25rem
}
.mb-\[22px\] {
  margin-bottom: 22px
}
.mb-\[18px\] {
  margin-bottom: 18px
}
.mt-0\.5 {
  margin-top: .125rem
}
.mt-0 {
  margin-top: 0
}
.ml-\[10px\] {
  margin-left: 10px
}
.mt-3 {
  margin-top: .75rem
}
.mt-\[7px\] {
  margin-top: 7px
}
.mt-16 {
  margin-top: 4rem
}
.mt-\[74px\] {
  margin-top: 74px
}
.mt-\[116px\] {
  margin-top: 116px
}
.mb-\[30px\] {
  margin-bottom: 30px
}
.mb-12 {
  margin-bottom: 3rem
}
.mb-20 {
  margin-bottom: 5rem
}
.mt-5 {
  margin-top: 1.25rem
}
.mb-\[56px\] {
  margin-bottom: 56px
}
.-mb-4 {
  margin-bottom: -1rem
}
.block {
  display: block
}
.inline-block {
  display: inline-block
}
.flex {
  display: flex
}
.inline-flex {
  display: inline-flex
}
.table {
  display: table
}
.flow-root {
  display: flow-root
}
.grid {
  display: grid
}
.contents {
  display: contents
}
.hidden {
  display: none
}
.\!hidden {
  display: none!important
}
.md\:w-3\.5 {
  width: .875rem
}
.border-2 {
  border-width: 2px
}
.rounded-sd {
  border-radius: var(--border-radius)
}
.h-\[190px\] {
  height: 190px
}
.aspect-\[57\/52\] {
  aspect-ratio: 57/52
}
.aspect-\[173\/339\] {
  aspect-ratio: 173/339
}
.aspect-\[806\/582\] {
  aspect-ratio: 806/582
}
.aspect-\[489\/582\] {
  aspect-ratio: 489/582
}
.aspect-\[447\/281\] {
  aspect-ratio: 447/281
}
.aspect-\[223\/223\] {
  aspect-ratio: 223/223
}
.aspect-\[1\/1\] {
  aspect-ratio: 1/1
}
.aspect-\[580\/580\] {
  aspect-ratio: 580/580
}
.aspect-\[580\/500\] {
  aspect-ratio: 580/500
}
.aspect-\[603\/692\] {
  aspect-ratio: 603/692
}
.aspect-\[597\/399\] {
  aspect-ratio: 597/399
}
.aspect-\[707\/645\] {
  aspect-ratio: 707/645
}
.aspect-\[580\/290\] {
  aspect-ratio: 580/290
}
.aspect-\[478\/320\] {
  aspect-ratio: 478/320
}
.aspect-\[180\/284\] {
  aspect-ratio: 180/284
}
.aspect-\[1440\/431\] {
  aspect-ratio: 1440/431
}
.aspect-\[509\/337\] {
  aspect-ratio: 509/337
}
.aspect-\[363\/500\] {
  aspect-ratio: 363/500
}
.aspect-\[2\/1\] {
  aspect-ratio: 2/1
}
.aspect-\[379\/192\] {
  aspect-ratio: 379/192
}
.aspect-\[376\/300\] {
  aspect-ratio: 376/300
}
.aspect-\[200\/296\] {
  aspect-ratio: 200/296
}
.aspect-\[725\/393\] {
  aspect-ratio: 725/393
}
.aspect-\[70\/70\] {
  aspect-ratio: 70/70
}
.aspect-\[148\/148\] {
  aspect-ratio: 148/148
}
.aspect-\[193\/155\] {
  aspect-ratio: 193/155
}
.aspect-\[160\/160\] {
  aspect-ratio: 160/160
}
.aspect-\[593\/232\] {
  aspect-ratio: 593/232
}
.aspect-\[379\/527\] {
  aspect-ratio: 379/527
}
.aspect-\[687\/720\] {
  aspect-ratio: 687/720
}
.aspect-\[656\/308\] {
  aspect-ratio: 656/308
}
.aspect-\[397\/257\] {
  aspect-ratio: 397/257
}
.aspect-\[588\/294\] {
  aspect-ratio: 588/294
}
.aspect-\[507\/480\] {
  aspect-ratio: 507/480
}
.aspect-\[470\/516\] {
  aspect-ratio: 470/516
}
.aspect-\[584\/584\] {
  aspect-ratio: 584/584
}
.aspect-\[63\/109\] {
  aspect-ratio: 63/109
}
.aspect-\[86\/150\] {
  aspect-ratio: 86/150
}
.aspect-\[276\/189\] {
  aspect-ratio: 276/189
}
.aspect-\[781\/536\] {
  aspect-ratio: 781/536
}
.aspect-\[527\/363\] {
  aspect-ratio: 527/363
}
.aspect-\[580\/399\] {
  aspect-ratio: 580/399
}
.aspect-\[700\/500\] {
  aspect-ratio: 700/500
}
.aspect-\[994\/502\] {
  aspect-ratio: 994/502
}
.aspect-\[687\/346\] {
  aspect-ratio: 687/346
}
.aspect-\[789\/396\] {
  aspect-ratio: 789/396
}
.aspect-\[9\.6\/12\] {
  aspect-ratio: 9.6/12
}
.h-\[52px\] {
  height: 52px
}
.h-3 {
  height: .75rem
}
.h-5 {
  height: 1.25rem
}
.h-\[18px\] {
  height: 18px
}
.h-full {
  height: 100%
}
.h-\[17px\] {
  height: 17px
}
.h-\[31px\] {
  height: 31px
}
.h-\[29px\] {
  height: 29px
}
.h-\[16px\] {
  height: 16px
}
.h-\[30px\] {
  height: 30px
}
.h-8 {
  height: 2rem
}
.h-\[21px\] {
  height: 21px
}
.h-px {
  height: 1px
}
.h-9 {
  height: 2.25rem
}
.h-1\.5 {
  height: .375rem
}
.h-1 {
  height: .25rem
}
.h-\[62px\] {
  height: 62px
}
.h-\[5px\] {
  height: 5px
}
.h-\[300px\] {
  height: 300px
}
.\!h-auto {
  height: auto!important
}
.h-\[90\%\] {
  height: 90%
}
.max-h-\[26px\] {
  max-height: 26px
}
.max-h-\[582px\] {
  max-height: 582px
}
.max-h-\[650px\] {
  max-height: 650px
}
.max-h-\[645px\] {
  max-height: 645px
}
.max-h-\[32px\] {
  max-height: 32px
}
.max-h-\[25px\] {
  max-height: 25px
}
.min-h-\[69px\] {
  min-height: 69px
}
.min-h-\[400px\] {
  min-height: 400px
}
.min-h-screen {
  min-height: 100vh
}
.w-\[8\%\] {
  width: 8%
}
.w-full {
  width: 100%
}
.w-\[19px\] {
  width: 19px
}
.w-5 {
  width: 1.25rem
}
.w-\[18px\] {
  width: 18px
}
.w-\[30px\] {
  width: 30px
}
.w-8 {
  width: 2rem
}
.w-\[80\%\] {
  width: 80%
}
.w-\[70\%\] {
  width: 70%
}
.w-\[60\%\] {
  width: 60%
}
.w-\[40\%\] {
  width: 40%
}
.w-auto {
  width: auto
}
.w-\[30\%\] {
  width: 30%
}
.w-\[210\%\] {
  width: 210%
}
.w-\[9\%\] {
  width: 9%
}
.w-\[20\%\] {
  width: 20%
}
.w-2 {
  width: .5rem
}
.w-\[98px\] {
  width: 98px
}
.w-\[65\%\] {
  width: 65%
}
.w-10 {
  width: 2.5rem
}
.w-\[60px\] {
  width: 60px
}
.min-w-full {
  min-width: 100%
}
.max-w-\[515px\] {
  max-width: 515px
}
.max-w-\[380px\] {
  max-width: 380px
}
.max-w-\[511px\] {
  max-width: 511px
}
.max-w-\[91\%\] {
  max-width: 91%
}
.max-w-\[638px\] {
  max-width: 638px
}
.max-w-\[70px\] {
  max-width: 70px
}
.max-w-\[372px\] {
  max-width: 372px
}
.max-w-\[489px\] {
  max-width: 489px
}
.max-w-\[447px\] {
  max-width: 447px
}
.max-w-\[50\%\] {
  max-width: 50%
}
.max-w-\[177px\] {
  max-width: 177px
}
.max-w-\[100\%\] {
  max-width: 100%
}
.max-w-\[37\%\] {
  max-width: 37%
}
.max-w-\[412px\] {
  max-width: 412px
}
.max-w-\[120px\] {
  max-width: 120px
}
.max-w-0 {
  max-width: 0
}
.max-w-\[610px\] {
  max-width: 610px
}
.max-w-\[597px\] {
  max-width: 597px
}
.max-w-\[1058px\] {
  max-width: 1058px
}
.max-w-\[133px\] {
  max-width: 133px
}
.max-w-\[1042px\] {
  max-width: 1042px
}
.max-w-\[1440px\] {
  max-width: 1440px
}
.max-w-\[280px\] {
  max-width: 280px
}
.max-w-\[180px\] {
  max-width: 180px
}
.max-w-\[80\%\] {
  max-width: 80%
}
.max-w-\[40px\] {
  max-width: 40px
}
.\!max-w-\[22\%\] {
  max-width: 22%!important
}
.max-w-\[36px\] {
  max-width: 36px
}
.max-w-\[481px\] {
  max-width: 481px
}
.max-w-\[80px\] {
  max-width: 80px
}
.max-w-\[96px\] {
  max-width: 96px
}
.max-w-\[200px\] {
  max-width: 200px
}
.max-w-\[555px\] {
  max-width: 555px
}
.max-w-\[790px\] {
  max-width: 790px
}
.max-w-\[90px\] {
  max-width: 90px
}
.max-w-\[593px\] {
  max-width: 593px
}
.max-w-\[75\%\] {
  max-width: 75%
}
.max-w-\[90\%\] {
  max-width: 90%
}
.max-w-\[58px\] {
  max-width: 58px
}
.max-w-\[379px\] {
  max-width: 379px
}
.max-w-\[70\%\] {
  max-width: 70%
}
.max-w-\[656px\] {
  max-width: 656px
}
.max-w-\[800px\] {
  max-width: 800px
}
.max-w-\[1320px\] {
  max-width: 1320px
}
.max-w-\[290px\] {
  max-width: 290px
}
.max-w-\[1390px\] {
  max-width: 1390px
}
.max-w-\[39px\] {
  max-width: 39px
}
.max-w-\[397px\] {
  max-width: 397px
}
.max-w-\[50px\] {
  max-width: 50px
}
.max-w-\[970px\] {
  max-width: 970px
}
.max-w-\[140px\] {
  max-width: 140px
}
.max-w-\[579px\] {
  max-width: 579px
}
.max-w-\[56px\] {
  max-width: 56px
}
.max-w-\[752px\] {
  max-width: 752px
}
.max-w-\[440px\] {
  max-width: 440px
}
.max-w-\[507px\] {
  max-width: 507px
}
.max-w-\[88px\] {
  max-width: 88px
}
.max-w-\[72px\] {
  max-width: 72px
}
.max-w-\[232px\] {
  max-width: 232px
}
.max-w-\[1200px\] {
  max-width: 1200px
}
.max-w-\[513px\] {
  max-width: 513px
}
.max-w-\[584px\] {
  max-width: 584px
}
.max-w-\[821px\] {
  max-width: 821px
}
.max-w-\[490px\] {
  max-width: 490px
}
.max-w-\[942px\] {
  max-width: 942px
}
.max-w-\[63px\] {
  max-width: 63px
}
.max-w-\[299px\] {
  max-width: 299px
}
.max-w-\[86px\] {
  max-width: 86px
}
.max-w-\[744px\] {
  max-width: 744px
}
.max-w-\[854px\] {
  max-width: 854px
}
.max-w-\[690px\] {
  max-width: 690px
}
.max-w-\[428px\] {
  max-width: 428px
}
.max-w-\[700px\] {
  max-width: 700px
}
.max-w-\[1024px\] {
  max-width: 1024px
}
.max-w-\[686px\] {
  max-width: 686px
}
.max-w-\[817px\] {
  max-width: 817px
}
.max-w-\[219px\] {
  max-width: 219px
}
.max-w-\[1034px\] {
  max-width: 1034px
}
.max-w-\[994px\] {
  max-width: 994px
}
.max-w-\[791px\] {
  max-width: 791px
}
.max-w-\[687px\] {
  max-width: 687px
}
.max-w-\[560px\] {
  max-width: 560px
}
.max-w-\[719px\] {
  max-width: 719px
}
.max-w-\[521px\] {
  max-width: 521px
}
.flex-1 {
  flex: 1 1 0%
}
.shrink-0 {
  flex-shrink: 0
}
.origin-center {
  transform-origin: center
}
.cursor-pointer-dark {
  cursor: pointer
}
.cursor-pointer-dark svg:hover {
  color: #fff;
}
.cursor-pointer-light {
  cursor: pointer
}
.cursor-pointer-light svg:hover {
  color: #000;
}
.cursor-default {
  cursor: default
}
.select-none {
  user-select: none
}
.resize {
  resize: both
}
.appearance-none {
  appearance: none
}
.grid-cols-1 {
  grid-template-columns: repeat(1,minmax(0,1fr))
}
.grid-cols-2 {
  grid-template-columns: repeat(2,minmax(0,1fr))
}
.grid-cols-12 {
  grid-template-columns: repeat(12,minmax(0,1fr))
}
.flex-row {
  flex-direction: row
}
.flex-col {
  flex-direction: column
}
.\!flex-col {
  flex-direction: column!important
}
.flex-col-reverse {
  flex-direction: column-reverse
}
.flex-wrap {
  flex-wrap: wrap
}
.items-start {
  align-items: flex-start
}
.items-end {
  align-items: flex-end
}
.items-center {
  align-items: center
}
.justify-start {
  justify-content: flex-start
}
.justify-end {
  justify-content: flex-end
}
.justify-center {
  justify-content: center
}
.justify-between {
  justify-content: space-between
}
.gap-6 {
  gap: 1.5rem
}
.gap-3 {
  gap: .75rem
}
.gap-8 {
  gap: 2rem
}
.gap-4 {
  gap: 1rem
}
.gap-10 {
  gap: 2.5rem
}
.gap-\[29px\] {
  gap: 29px
}
.gap-2 {
  gap: .5rem
}
.gap-12 {
  gap: 3rem
}
.gap-5 {
  gap: 1.25rem
}
.gap-20 {
  gap: 5rem
}
.gap-\[14px\] {
  gap: 14px
}
.gap-\[23px\] {
  gap: 23px
}
.gap-\[33px\] {
  gap: 33px
}
.gap-7 {
  gap: 1.75rem
}
.gap-x-8 {
  column-gap: 2rem
}
.gap-y-6 {
  row-gap: 1.5rem
}
.gap-x-20 {
  column-gap: 5rem
}
.gap-y-8 {
  row-gap: 2rem
}
.gap-y-4 {
  row-gap: 1rem
}
.gap-x-6 {
  column-gap: 1.5rem
}
.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse))
}
.space-y-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse))
}
.space-y-14 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3.5rem * var(--tw-space-y-reverse))
}
.space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(.875rem * var(--tw-space-x-reverse));
  margin-left: calc(.875rem * calc(1 - var(--tw-space-x-reverse)))
}
.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(.75rem * var(--tw-space-x-reverse));
  margin-left: calc(.75rem * calc(1 - var(--tw-space-x-reverse)))
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(.75rem * var(--tw-space-y-reverse))
}
.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))
}
.space-y-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4rem * var(--tw-space-y-reverse))
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(.5rem * var(--tw-space-y-reverse))
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse))
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse))
}
.divide-neutral-dark-grey > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(44 40 47 / var(--tw-divide-opacity))
}
.divide-\[\#000\]\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(0,0,0,.1)
}
.divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.1
}
.self-start {
  align-self: flex-start
}
.self-end {
  align-self: flex-end
}
.self-center {
  align-self: center
}
.overflow-hidden {
  overflow: hidden
}
.\!overflow-visible {
  overflow: visible!important
}
.overflow-visible {
  overflow: visible
}
.overflow-scroll {
  overflow: scroll
}
.overflow-x-auto {
  overflow-x: auto
}
.rounded-sm {
  border-radius: .2rem
}
.rounded {
  border-radius: .25rem
}
.rounded-lg {
  border-radius: .5rem
}
.rounded-\[14px\] {
  border-radius: 14px
}
.rounded-md {
  border-radius: .375rem
}
.rounded-xl {
  border-radius: .75rem
}
.rounded-2xl {
  border-radius: 1rem
}
.rounded-full {
  border-radius: 9999px
}
.rounded-\[10px\] {
  border-radius: 10px
}
.rounded-\[90px_90px_10px_10px\] {
  border-radius: 90px 90px 10px 10px
}
.rounded-\[10px_10px_90px_90px\] {
  border-radius: 10px 10px 90px 90px
}
.rounded-3xl {
  border-radius: 1.5rem
}
.rounded-\[32px\] {
  border-radius: 32px
}
.rounded-\[1000px\] {
  border-radius: 1000px
}
.rounded-b-lg {
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem
}
.rounded-br-\[500px\] {
  border-bottom-right-radius: 500px
}
.rounded-tr-\[500px\] {
  border-top-right-radius: 500px
}
.border {
  border-width: 1px
}
.border-\[3px\] {
  border-width: 3px
}
.border-\[1px\] {
  border-width: 1px
}
.border-0 {
  border-width: 0
}
.border-b {
  border-bottom-width: 1px
}
.border-t {
  border-top-width: 1px
}
.border-none {
  border-style: none
}
.border-neutral-dark-grey {
  --tw-border-opacity: 1;
  border-color: rgb(44 40 47 / var(--tw-border-opacity))
}
.border-\[\#F4F4F5\] {
  --tw-border-opacity: 1;
  border-color: rgb(244 244 245 / var(--tw-border-opacity))
}
.border-\[\#434853\] {
  --tw-border-opacity: 1;
  border-color: rgb(67 72 83 / var(--tw-border-opacity))
}
.border-neutral-dark-grey\/50 {
  border-color: rgba(44,40,47,.5)
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity))
}
.border-neutral-black {
  --tw-border-opacity: 1;
  border-color: rgb(28 26 31 / var(--tw-border-opacity))
}
.border-\[\#F7F7F8\]\/50 {
  border-color: hsla(240,7%,97%,.5)
}
.border-\[\#F7F7F8\] {
  --tw-border-opacity: 1;
  border-color: rgb(247 247 248 / var(--tw-border-opacity))
}
.border-neutral-dark-grey\/70 {
  border-color: rgba(44,40,47,.7)
}
.border-\[\#28242B\]\/50 {
  border-color: rgba(40,36,43,.5)
}
.border-\[\#28242B\]\/10 {
  border-color: rgba(40,36,43,.1)
}
.border-\[\#1D191F\]\/10,
.border-\[\#1d191f\]\/10 {
  border-color: rgba(29,25,31,.1)
}
.border-\[\#f8f6f2\]\/10 {
  border-color: hsla(40,30%,96%,.1)
}
.border-neutral-dark-grey\/10 {
  border-color: rgba(44,40,47,.1)
}
.border-\[\#000\]\/\[0\.03\] {
  border-color: rgba(0,0,0,.03)
}
.border-\[\#000\]\/10 {
  border-color: rgba(0,0,0,.1)
}
.border-\[\#000\]\/5 {
  border-color: rgba(0,0,0,.05)
}
.border-high-yellow {
  --tw-border-opacity: 1;
  border-color: rgb(255 248 109 / var(--tw-border-opacity))
}
.border-neutral-black\/20 {
  border-color: rgba(28,26,31,.2)
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity))
}
.bg-neutral-black {
  --tw-bg-opacity: 1;
  background-color: #000
}
.bg-neutral-dark-grey {
  --tw-bg-opacity: 1;
  background-color: #000
}
.bg-neutral-dark-grey\/80 {
  background-color: rgba(44,40,47,.8)
}
.bg-high-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(255 248 109 / var(--tw-bg-opacity))
}
.bg-high-green {
  --tw-bg-opacity: 1;
  background-color: rgb(45 210 155 / var(--tw-bg-opacity))
}
.bg-neutral-light-grey {
  --tw-bg-opacity: 1;
  background-color: rgb(246 245 244 / var(--tw-bg-opacity))
}
.bg-light-beige {
  --tw-bg-opacity: 1;
  background-color: rgb(248 246 242 / var(--tw-bg-opacity))
}
.bg-light-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(225 231 249 / var(--tw-bg-opacity))
}
.bg-light-green {
  --tw-bg-opacity: 1;
  background-color: rgb(227 247 234 / var(--tw-bg-opacity))
}
.bg-light-purple {
  --tw-bg-opacity: 1;
  background-color: rgb(241 230 254 / var(--tw-bg-opacity))
}
.bg-light-aliceblue {
  --tw-bg-opacity: 1;
  background-color: rgb(240 248 255 / var(--tw-bg-opacity))
}
.bg-light-pink {
  --tw-bg-opacity: 1;
  background-color: rgb(255 230 230 / var(--tw-bg-opacity))
}
.bg-\[\#F4F4F5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity))
}
.bg-\[\#212E45\] {
  --tw-bg-opacity: 1;
  background-color: rgb(33 46 69 / var(--tw-bg-opacity))
}
.bg-\[\#DEDEE0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(222 222 224 / var(--tw-bg-opacity))
}
.bg-light-beige\/10 {
  background-color: hsla(40,30%,96%,.1)
}
.bg-\[\#000\]\/10 {
  background-color: rgba(0,0,0,.1)
}
.bg-\[\#d7eae4\]\/10 {
  background-color: rgba(215,234,228,.1)
}
.bg-dark-green {
  --tw-bg-opacity: 1;
  background-color: rgb(14 62 58 / var(--tw-bg-opacity))
}
.bg-dark-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(28 38 67 / var(--tw-bg-opacity))
}
.bg-dark-purple {
  --tw-bg-opacity: 1;
  background-color: rgb(53 33 69 / var(--tw-bg-opacity))
}
.bg-high-purple {
  --tw-bg-opacity: 1;
  background-color: rgb(213 182 251 / var(--tw-bg-opacity))
}
.bg-high-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(26 114 230 / var(--tw-bg-opacity))
}
.bg-\[\#F7F7F8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 248 / var(--tw-bg-opacity))
}
.bg-white\/\[0\.75\] {
  background-color: hsla(0,0%,100%,.75)
}
.bg-\[\#F5F4F0\]\/50 {
  background-color: hsla(48,20%,95%,.5)
}
.bg-none {
  background-image: none
}
.fill-white {
  fill: #fff
}
.fill-high-yellow {
  fill: #fff86d
}
.fill-neutral-black {
  fill: #1c1a1f
}
.fill-\[\#FFD4CC\] {
  fill: #ffd4cc
}
.fill-\[\#EAF1FB\] {
  fill: #eaf1fb
}
.fill-\[\#E3F7EA\] {
  fill: #e3f7ea
}
.stroke-white {
  stroke: #fff
}
.stroke-neutral-black {
  stroke: #1c1a1f
}
.object-cover {
  object-fit: cover
}
.object-top {
  object-position: top
}
.object-center {
  object-position: center
}
.p-8 {
  padding: 2rem
}
.p-10 {
  padding: 2.5rem
}
.p-6 {
  padding: 1.5rem
}
.p-5 {
  padding: 1.25rem
}
.p-4 {
  padding: 1rem
}
.p-3 {
  padding: .75rem
}
.p-1\.5 {
  padding: .375rem
}
.p-1 {
  padding: .25rem
}
.p-2 {
  padding: .5rem
}
.p-9 {
  padding: 2.25rem
}
.p-12 {
  padding: 3rem
}
.py-3 {
  padding-top: .75rem;
  padding-bottom: .75rem
}
.py-\[19px\] {
  padding-top: 19px;
  padding-bottom: 19px
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem
}
.px-0 {
  padding-left: 0;
  padding-right: 0
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem
}
.px-3 {
  padding-left: .75rem;
  padding-right: .75rem
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem
}
.py-2\.5 {
  padding-top: .625rem;
  padding-bottom: .625rem
}
.py-2 {
  padding-top: .5rem;
  padding-bottom: .5rem
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem
}
.px-3\.5 {
  padding-left: .875rem;
  padding-right: .875rem
}
.py-\[120px\] {
  padding-top: 120px;
  padding-bottom: 120px
}
.px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px
}
.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px
}
.py-\[18px\] {
  padding-top: 18px;
  padding-bottom: 18px
}
.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem
}
.px-1\.5 {
  padding-left: .375rem;
  padding-right: .375rem
}
.py-1 {
  padding-top: .25rem;
  padding-bottom: .25rem
}
.px-1 {
  padding-left: .25rem;
  padding-right: .25rem
}
.py-\[30px\] {
  padding-top: 30px;
  padding-bottom: 30px
}
.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem
}
.py-3\.5 {
  padding-top: .875rem;
  padding-bottom: .875rem
}
.py-\[15px\] {
  padding-top: 15px;
  padding-bottom: 15px
}
.py-1\.5 {
  padding-top: .375rem;
  padding-bottom: .375rem
}
.px-2 {
  padding-left: .5rem;
  padding-right: .5rem
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem
}
.py-\[12px\] {
  padding-top: 12px;
  padding-bottom: 12px
}
.pl-5 {
  padding-left: 1.25rem
}
.pl-2 {
  padding-left: .5rem
}
.pt-\[10px\] {
  padding-top: 10px
}
.pt-5 {
  padding-top: 1.25rem
}
.pt-\[5px\] {
  padding-top: 5px
}
.pr-2 {
  padding-right: .5rem
}
.pt-8 {
  padding-top: 2rem
}
.pb-\[50px\] {
  padding-bottom: 50px
}
.pb-6 {
  padding-bottom: 1.5rem
}
.pt-10 {
  padding-top: 2.5rem
}
.pr-\[50px\] {
  padding-right: 50px
}
.pl-4 {
  padding-left: 1rem
}
.pb-\[1px\] {
  padding-bottom: 1px
}
.pt-\[100px\] {
  padding-top: 100px
}
.pb-10 {
  padding-bottom: 2.5rem
}
.\!pb-0 {
  padding-bottom: 0!important
}
.pr-5 {
  padding-right: 1.25rem
}
.pt-7 {
  padding-top: 1.75rem
}
.pb-2 {
  padding-bottom: .5rem
}
.pl-8 {
  padding-left: 2rem
}
.pt-9 {
  padding-top: 2.25rem
}
.pt-0 {
  padding-top: 0
}
.pr-\[15px\] {
  padding-right: 15px
}
.pt-1\.5 {
  padding-top: .375rem
}
.pt-1 {
  padding-top: .25rem
}
.pt-\[15px\] {
  padding-top: 15px
}
.pb-\[17px\] {
  padding-bottom: 17px
}
.pr-14 {
  padding-right: 3.5rem
}
.pl-\[18px\] {
  padding-left: 18px
}
.pb-\[13\%\] {
  padding-bottom: 13%
}
.pb-20 {
  padding-bottom: 5rem
}
.pb-4 {
  padding-bottom: 1rem
}
.text-left {
  text-align: left
}
.\!text-left {
  text-align: left!important
}
.text-center {
  text-align: center
}
.text-right {
  text-align: right
}
.align-middle {
  vertical-align: middle
}
.align-text-top {
  vertical-align: text-top
}
.font-body {
  font-family: Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji
}
.font-medium {
  font-family: agrandirmedium,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji
}
.\!font-body {
  font-family: Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji!important
}
.text-\[20px\] {
  font-size: 20px
}
.text-\[12px\] {
  font-size: 12px
}
.text-\[15px\] {
  font-size: 15px
}
.text-\[16px\] {
  font-size: 16px
}
.text-\[14px\] {
  font-size: 14px
}
.text-\[40px\] {
  font-size: 40px
}
.text-\[10px\] {
  font-size: 10px
}
.font-medium {
  font-weight: 500
}
.font-bold {
  font-weight: 700
}
.font-normal {
  font-weight: 400
}
.font-semibold {
  font-weight: 600
}
.uppercase {
  text-transform: uppercase
}
.capitalize {
  text-transform: capitalize
}
.\!leading-none {
  line-height: 1!important
}
.leading-\[1\.4\] {
  line-height: 1.4
}
.\!leading-\[1\.2\] {
  line-height: 1.2!important
}
.\!leading-normal {
  line-height: 1.5!important
}
.\!leading-\[1\.55\] {
  line-height: 1.55!important
}
.\!leading-\[1\.75\] {
  line-height: 1.75!important
}
.\!leading-\[1\.25\] {
  line-height: 1.25!important
}
.leading-\[1\.1\] {
  line-height: 1.1
}
.leading-\[1\.2\] {
  line-height: 1.2
}
.\!leading-\[1\.1\] {
  line-height: 1.1!important
}
.leading-\[2\] {
  line-height: 2
}
.\!leading-\[1\.3\] {
  line-height: 1.3!important
}
.\!leading-\[1\.15\] {
  line-height: 1.15!important
}
.\!leading-\[1\.4\] {
  line-height: 1.4!important
}
.leading-none {
  line-height: 1
}
.\!leading-\[1\.5\] {
  line-height: 1.5!important
}
.\!leading-\[1\.345\] {
  line-height: 1.345!important
}
.leading-tight {
  line-height: 1.25
}
.\!tracking-\[0\.01em\] {
  letter-spacing: .01em!important
}
.tracking-\[0\.01em\] {
  letter-spacing: .01em
}
.\!tracking-normal {
  letter-spacing: 0!important
}
.tracking-\[0\.02em\] {
  letter-spacing: .02em
}
.tracking-\[-0\.01em\] {
  letter-spacing: -.01em
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity))
}
.text-neutral-black {
  --tw-text-opacity: 1;
  color: rgb(28 26 31 / var(--tw-text-opacity))
}
.text-neutral-dark-grey {
  --tw-text-opacity: 1;
  color: rgb(44 40 47 / var(--tw-text-opacity))
}
.text-neutral-dark-grey\/80 {
  color: rgba(44,40,47,.8)
}
.text-neutral-light-grey\/80 {
  color: hsla(30,10%,96%,.8)
}
.text-high-yellow {
  --tw-text-opacity: 1;
  color: rgb(255 248 109 / var(--tw-text-opacity))
}
.text-neutral-light-grey {
  --tw-text-opacity: 1;
  color: rgb(246 245 244 / var(--tw-text-opacity))
}
.text-light-beige {
  --tw-text-opacity: 1;
  color: rgb(248 246 242 / var(--tw-text-opacity))
}
.text-light-blue {
  --tw-text-opacity: 1;
  color: rgb(225 231 249 / var(--tw-text-opacity))
}
.text-light-green {
  --tw-text-opacity: 1;
  color: rgb(227 247 234 / var(--tw-text-opacity))
}
.text-neutral-light-grey\/\[0\.75\] {
  color: hsla(30,10%,96%,.75)
}
.text-neutral-dark-grey\/\[0\.75\] {
  color: rgba(44,40,47,.75)
}
.text-white\/70 {
  color: hsla(0,0%,100%,.7)
}
.text-\[\#71717A\] {
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity))
}
.text-neutral-dark-grey\/50 {
  color: rgba(44,40,47,.5)
}
.text-high-green {
  --tw-text-opacity: 1;
  color: rgb(45 210 155 / var(--tw-text-opacity))
}
.text-dark-purple {
  --tw-text-opacity: 1;
  color: rgb(53 33 69 / var(--tw-text-opacity))
}
.text-white\/80 {
  color: hsla(0,0%,100%,.8)
}
.text-neutral-dark-grey\/60 {
  color: rgba(44,40,47,.6)
}
.text-neutral-black\/70 {
  color: rgba(28,26,31,.7)
}
.text-neutral-black\/80 {
  color: rgba(28,26,31,.8)
}
.text-dark-blue {
  --tw-text-opacity: 1;
  color: rgb(28 38 67 / var(--tw-text-opacity))
}
.text-neutral-dark-grey\/70 {
  color: rgba(44,40,47,.7)
}
.text-white\/40 {
  color: hsla(0,0%,100%,.4)
}
.text-\[\#939190\] {
  --tw-text-opacity: 1;
  color: rgb(147 145 144 / var(--tw-text-opacity))
}
.text-neutral-black\/60 {
  color: rgba(28,26,31,.6)
}
.text-high-blue {
  --tw-text-opacity: 1;
  color: rgb(26 114 230 / var(--tw-text-opacity))
}
.text-\[\#7A7879\] {
  --tw-text-opacity: 1;
  color: rgb(122 120 121 / var(--tw-text-opacity))
}
.text-\[\#7A7879\]\/80 {
  color: hsla(330,1%,47%,.8)
}
.text-\[\#535154\] {
  --tw-text-opacity: 1;
  color: rgb(83 81 84 / var(--tw-text-opacity))
}
.text-neutral-dark-grey\/\[0\.65\] {
  color: rgba(44,40,47,.65)
}
.text-light-beige\/80 {
  color: hsla(40,30%,96%,.8)
}
.text-dark-green {
  --tw-text-opacity: 1;
  color: rgb(14 62 58 / var(--tw-text-opacity))
}
.underline {
  text-decoration-line: underline
}
.underline-offset-2 {
  text-underline-offset: 2px
}
.opacity-100 {
  opacity: 1
}
.opacity-0 {
  opacity: 0
}
.opacity-25 {
  opacity: .25
}
.opacity-75 {
  opacity: .75
}
.opacity-60 {
  opacity: .6
}
.opacity-50 {
  opacity: .5
}
.mix-blend-multiply {
  mix-blend-mode: multiply
}
.mix-blend-screen {
  mix-blend-mode: screen
}
.shadow-\[0px_10px_30px_5px_rgba\(0\2c 0\2c 0\2c 0\.05\)\] {
  --tw-shadow: 0px 10px 30px 5px rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: 0px 10px 30px 5px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}
.\!outline-none {
  outline: 2px solid transparent!important;
  outline-offset: 2px!important
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px
}
.outline {
  outline-style: solid
}
.drop-shadow-\[0_10px_30px_rgba\(0\2c 0\2c 0\2c 0\.05\)\] {
  --tw-drop-shadow: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.05))
}
.drop-shadow-\[0_10px_30px_rgba\(0\2c 0\2c 0\2c 0\.05\)\],
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}
.transition {
  transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;
  transition-timing-function: cubic-bezier(0.4,0,0.2,1);
  transition-duration: .15s
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4,0,0.2,1);
  transition-duration: .15s
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4,0,0.2,1);
  transition-duration: .15s
}
.transition-colors {
  transition-property: color,background-color,border-color,text-decoration-color,fill,stroke;
  transition-timing-function: cubic-bezier(0.4,0,0.2,1);
  transition-duration: .15s
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4,0,0.2,1);
  transition-duration: .15s
}
.transition-none {
  transition-property: none
}
.delay-\[350ms\] {
  transition-delay: 0.35s
}
.delay-\[600ms\] {
  transition-delay: 0.6s
}
.delay-\[450ms\] {
  transition-delay: 0.45s
}
.delay-\[200ms\] {
  transition-delay: 0.2s
}
.delay-\[400ms\] {
  transition-delay: 0.4s
}
.delay-\[460ms\] {
  transition-delay: 0.46s
}
.delay-\[330ms\] {
  transition-delay: 0.33s
}
.duration-500 {
  transition-duration: .5s
}
.duration-\[400ms\] {
  transition-duration: .4s
}
.will-change-transform {
  will-change: transform
}
.hs-form-newsletter .hs_error_rollup {
  display: none
}
.hs-form-newsletter .hs-error-msg {
  font-size: .875rem;
  line-height: 1.45
}
@media (min-width:30rem) {
  .hs-form-newsletter .hs-error-msg {
    font-size: calc(.875rem + 0vw)
  }
}
@media (min-width:64rem) {
  .hs-form-newsletter .hs-error-msg {
    font-size: .875rem
  }
}
.hs-form-newsletter .hs-error-msg {
  margin-top: .25rem;
  font-family: Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
  color: rgb(44 40 47 / var(--tw-text-opacity));
  --tw-text-opacity: 0.7
}
.hs-form-newsletter .hubspot-form {
  width: 100%
}
.hs-form-newsletter form {
  display: flex;
  flex-direction: column;
  align-items: center
}
@media (min-width:480px) {
  .hs-form-newsletter form {
    flex-direction: row;
    justify-content: space-between
  }
}
.hs-form-newsletter .field,
.hs-form-newsletter .hs-submit {
  width: 100%
}
@media (min-width:480px) {
  .hs-form-newsletter .field,
  .hs-form-newsletter .hs-submit {
    width: auto
  }
}
.hs-form-newsletter label {
  display: none
}
.hs-form-newsletter input {
  font-size: 1rem;
  line-height: 1.5
}
@media (min-width:30rem) {
  .hs-form-newsletter input {
    font-size: calc(.8897058824rem + .3676470588vw)
  }
}
@media (min-width:64rem) {
  .hs-form-newsletter input {
    font-size: 1.125rem
  }
}
.hs-form-newsletter input {
  margin-bottom: .5rem;
  display: block;
  width: 100%;
  border-radius: .5rem;
  padding: 1rem .5rem;
  text-align: center;
  font-family: Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
  --tw-text-opacity: 1;
  color: rgb(28 26 31 / var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}
.hs-form-newsletter input,
.hs-form-newsletter input:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)
}
.hs-form-newsletter input:focus {
  border-width: 0;
  outline-width: 0
}
@media (min-width:480px) {
  .hs-form-newsletter input {
    margin-bottom: 0;
    padding: 0 1.5rem;
    text-align: left
  }
}
.hs-form-newsletter .hs-button {
  font-size: 1rem;
  line-height: 1
}
@media (min-width:30rem) {
  .hs-form-newsletter .hs-button {
    font-size: calc(.9448529412rem + .1838235294vw)
  }
}
@media (min-width:64rem) {
  .hs-form-newsletter .hs-button {
    font-size: 1.0625rem
  }
}
.hs-form-newsletter .hs-button {
  display: flex;
  width: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: .5rem;
  padding: 19px 1rem;
  font-family: agrandirmedium,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
  font-weight: 500;
  letter-spacing: .01em;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4,0,0.2,1);
  transition-duration: .15s
}
@media (min-width:480px) {
  .hs-form-newsletter .hs-button {
    padding-left: 36px;
    padding-right: 36px
  }
}
.hs-white input {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(28 26 31 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity))
}
@media (min-width:480px) {
  .hs-white input {
    border-width: 0
  }
}
.hs-white .hs-button {
  --tw-bg-opacity: 1;
  background-color: rgb(28 26 31 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity))
}
.hs-white .hs-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 248 109 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(28 26 31 / var(--tw-text-opacity))
}
.hs-beige input {
  border-width: 0;
  --tw-bg-opacity: 1;
  background-color: rgb(248 246 242 / var(--tw-bg-opacity))
}
@media (min-width:480px) {
  .hs-beige input {
    background-color: hsla(0,0%,100%,.1)
  }
}
.hs-beige .hs-button {
  --tw-bg-opacity: 1;
  background-color: rgb(255 248 109 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(28 26 31 / var(--tw-text-opacity))
}
.hs-beige .hs-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(28 26 31 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity))
}
.customer-article h2,
.customer-article h3,
.customer-article h4,
.customer-article h5,
.customer-article h6 {
  --tw-text-opacity: 1;
  color: rgb(28 26 31 / var(--tw-text-opacity))
}
.post-article h2 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  font-family: agrandirbold,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
  font-weight: 700
}
.post-article h3,
.post-article h4,
.post-article h5,
.post-article h6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-family: agrandirmedium,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
  font-weight: 500
}
.post-article p {
  font-family: Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
  line-height: 1.55;
  font-size: 1.125rem
}
@media (min-width:30rem) {
  .post-article p {
    font-size: calc(1.125rem + 0vw)
  }
}
@media (min-width:64rem) {
  .post-article p {
    font-size: 1.125rem
  }
}
.post-article p + ol,
.post-article p + p,
.post-article p + ul {
  margin-top: 1.5rem
}
.post-article ol,
.post-article ul {
  list-style-position: inside;
  font-family: Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji
}
.post-article ul {
  margin-bottom: 1.5rem;
  list-style-type: disc
}
.post-article ol {
  list-style-type: decimal
}
.post-article li + li {
  margin-top: .5rem
}
.content-links a,
.content-links-underline a {
  font-family: Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
  color: rgba(28,26,31,.8);
  font-weight: 500
}
.content-links-underline a {
  text-decoration-line: underline
}
.legal-article p {
  font-size: 1.125rem;
  line-height: 1.55
}
@media (min-width:30rem) {
  .legal-article p {
    font-size: calc(1.125rem + 0vw)
  }
}
@media (min-width:64rem) {
  .legal-article p {
    font-size: 1.125rem
  }
}
.legal-nav {
  text-decoration: underline;
  color: #1c1a1f!important
}
.heading,
.line {
  position: relative
}
.heading {
  z-index: 10
}
.heading:before {
  position: absolute;
  left: 0;
  width: 100%;
  background-repeat: no-repeat;
  content: "";
  z-index: -1
}
.first-section-article > :first-child {
  margin-top: 0
}
.container {
  max-width: 1230px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px
}
.container .container,
.container .container-small {
  padding-left: 0;
  padding-right: 0
}
.section-top-64 {
  padding-top: 3.2rem
}
@media (min-width:30rem) {
  .section-top-64 {
    padding-top: calc(2.72rem + 1.6vw)
  }
}
.section-top-72 {
  padding-top: 1.8rem
}
@media (min-width:30rem) {
  .section-top-72 {
    padding-top: calc(.18rem + 5.4vw)
  }
}
@media (min-width:80rem) {
  .section-top-72 {
    padding-top: 4.5rem
  }
}
.section-top-80 {
  padding-top: 2rem
}
@media (min-width:30rem) {
  .section-top-80 {
    padding-top: calc(.2rem + 6vw)
  }
}
@media (min-width:80rem) {
  .section-top-80 {
    padding-top: 5rem
  }
}
.section-top-85 {
  padding-top: 3.1875rem
}
@media (min-width:30rem) {
  .section-top-85 {
    padding-top: calc(1.9125rem + 4.25vw)
  }
}
@media (min-width:80rem) {
  .section-top-85 {
    padding-top: 5.3125rem
  }
}
.section-top-90 {
  padding-top: 2.25rem
}
@media (min-width:30rem) {
  .section-top-90 {
    padding-top: calc(.225rem + 6.75vw)
  }
}
@media (min-width:80rem) {
  .section-top-90 {
    padding-top: 5.625rem
  }
}
.section-top-64 {
  padding-top: 1.6rem
}
@media (min-width:30rem) {
  .section-top-64 {
    padding-top: calc(.16rem + 4.8vw)
  }
}
@media (min-width:80rem) {
  .section-top-64 {
    padding-top: 4rem
  }
}
.section-top-100 {
  padding-top: 2.5rem
}
@media (min-width:30rem) {
  .section-top-100 {
    padding-top: calc(.25rem + 7.5vw)
  }
}
@media (min-width:80rem) {
  .section-top-100 {
    padding-top: 6.25rem
  }
}
.section-top-109 {
  padding-top: 2.725rem
}
@media (min-width:30rem) {
  .section-top-109 {
    padding-top: calc(.2725rem + 8.175vw)
  }
}
@media (min-width:80rem) {
  .section-top-109 {
    padding-top: 6.8125rem
  }
}
.section-top-117 {
  padding-top: 2.925rem
}
@media (min-width:30rem) {
  .section-top-117 {
    padding-top: calc(.2925rem + 8.775vw)
  }
}
@media (min-width:80rem) {
  .section-top-117 {
    padding-top: 7.3125rem
  }
}
.section-top-120 {
  padding-top: 3rem
}
@media (min-width:30rem) {
  .section-top-120 {
    padding-top: calc(.3rem + 9vw)
  }
}
@media (min-width:80rem) {
  .section-top-120 {
    padding-top: 7.5rem
  }
}
.section-top-134 {
  padding-top: 2.5125rem
}
@media (min-width:30rem) {
  .section-top-134 {
    padding-top: calc(-1.005rem + 11.725vw)
  }
}
@media (min-width:80rem) {
  .section-top-134 {
    padding-top: 8.375rem
  }
}
.section-top-140 {
  padding-top: 3.5rem
}
@media (min-width:30rem) {
  .section-top-140 {
    padding-top: calc(.35rem + 10.5vw)
  }
}
@media (min-width:80rem) {
  .section-top-140 {
    padding-top: 8.75rem
  }
}
.section-top-160 {
  padding-top: 4rem
}
@media (min-width:30rem) {
  .section-top-160 {
    padding-top: calc(.4rem + 12vw)
  }
}
@media (min-width:80rem) {
  .section-top-160 {
    padding-top: 10rem
  }
}
.section-top-180 {
  padding-top: 4.5rem
}
@media (min-width:30rem) {
  .section-top-180 {
    padding-top: calc(.45rem + 13.5vw)
  }
}
@media (min-width:80rem) {
  .section-top-180 {
    padding-top: 11.25rem
  }
}
.section-top-200 {
  padding-top: 5rem
}
@media (min-width:30rem) {
  .section-top-200 {
    padding-top: calc(.5rem + 15vw)
  }
}
@media (min-width:80rem) {
  .section-top-200 {
    padding-top: 12.5rem
  }
}
.section-top-382 {
  padding-top: 4.775rem
}
@media (min-width:30rem) {
  .section-top-382 {
    padding-top: calc(-6.685rem + 38.2vw)
  }
}
@media (min-width:80rem) {
  .section-top-382 {
    padding-top: 23.875rem
  }
}
.section-bottom-60 {
  padding-bottom: 1.5rem
}
@media (min-width:30rem) {
  .section-bottom-60 {
    padding-bottom: calc(.15rem + 4.5vw)
  }
}
@media (min-width:80rem) {
  .section-bottom-60 {
    padding-bottom: 3.75rem
  }
}
.section-bottom-64 {
  padding-bottom: 1.6rem
}
@media (min-width:30rem) {
  .section-bottom-64 {
    padding-bottom: calc(.16rem + 4.8vw)
  }
}
@media (min-width:80rem) {
  .section-bottom-64 {
    padding-bottom: 4rem
  }
}
.section-bottom-85 {
  padding-bottom: 2.125rem
}
@media (min-width:30rem) {
  .section-bottom-85 {
    padding-bottom: calc(.2125rem + 6.375vw)
  }
}
@media (min-width:80rem) {
  .section-bottom-85 {
    padding-bottom: 5.3125rem
  }
}
.section-bottom-90 {
  padding-bottom: 2.25rem
}
@media (min-width:30rem) {
  .section-bottom-90 {
    padding-bottom: calc(.225rem + 6.75vw)
  }
}
@media (min-width:80rem) {
  .section-bottom-90 {
    padding-bottom: 5.625rem
  }
}
.section-bottom-100 {
  padding-bottom: 2.5rem
}
@media (min-width:30rem) {
  .section-bottom-100 {
    padding-bottom: calc(.25rem + 7.5vw)
  }
}
@media (min-width:80rem) {
  .section-bottom-100 {
    padding-bottom: 6.25rem
  }
}
.section-bottom-105 {
  padding-bottom: 2.625rem
}
@media (min-width:30rem) {
  .section-bottom-105 {
    padding-bottom: calc(.2625rem + 7.875vw)
  }
}
@media (min-width:80rem) {
  .section-bottom-105 {
    padding-bottom: 6.5625rem
  }
}
.section-bottom-109 {
  padding-bottom: 2.725rem
}
@media (min-width:30rem) {
  .section-bottom-109 {
    padding-bottom: calc(.2725rem + 8.175vw)
  }
}
@media (min-width:80rem) {
  .section-bottom-109 {
    padding-bottom: 6.8125rem
  }
}
.section-bottom-120 {
  padding-bottom: 3rem
}
@media (min-width:30rem) {
  .section-bottom-120 {
    padding-bottom: calc(.3rem + 9vw)
  }
}
@media (min-width:80rem) {
  .section-bottom-120 {
    padding-bottom: 7.5rem
  }
}
.section-bottom-125 {
  padding-bottom: 3.125rem
}
@media (min-width:30rem) {
  .section-bottom-125 {
    padding-bottom: calc(.3125rem + 9.375vw)
  }
}
@media (min-width:80rem) {
  .section-bottom-125 {
    padding-bottom: 7.8125rem
  }
}
.section-bottom-134 {
  padding-bottom: 3.35rem
}
@media (min-width:30rem) {
  .section-bottom-134 {
    padding-bottom: calc(.335rem + 10.05vw)
  }
}
@media (min-width:80rem) {
  .section-bottom-134 {
    padding-bottom: 8.375rem
  }
}
.section-bottom-160 {
  padding-bottom: 4rem
}
@media (min-width:30rem) {
  .section-bottom-160 {
    padding-bottom: calc(.4rem + 12vw)
  }
}
@media (min-width:80rem) {
  .section-bottom-160 {
    padding-bottom: 10rem
  }
}
.section-bottom-180 {
  padding-bottom: 4.5rem
}
@media (min-width:30rem) {
  .section-bottom-180 {
    padding-bottom: calc(.45rem + 13.5vw)
  }
}
@media (min-width:80rem) {
  .section-bottom-180 {
    padding-bottom: 11.25rem
  }
}
.section-bottom-200 {
  padding-bottom: 5rem
}
@media (min-width:30rem) {
  .section-bottom-200 {
    padding-bottom: calc(.5rem + 15vw)
  }
}
@media (min-width:80rem) {
  .section-bottom-200 {
    padding-bottom: 12.5rem
  }
}
.section-bottom-208 {
  padding-bottom: 5.2rem
}
@media (min-width:30rem) {
  .section-bottom-208 {
    padding-bottom: calc(.52rem + 15.6vw)
  }
}
@media (min-width:80rem) {
  .section-bottom-208 {
    padding-bottom: 13rem
  }
}
.hs-form-ebook .hs-main-font-element {
  font-size: 1.5rem;
  line-height: 1.1
}
@media (min-width:30rem) {
  .hs-form-ebook .hs-main-font-element {
    font-size: calc(1.1691176471rem + 1.1029411765vw)
  }
}
@media (min-width:64rem) {
  .hs-form-ebook .hs-main-font-element {
    font-size: 1.875rem
  }
}
.hs-form-ebook .hs-main-font-element {
  margin-bottom: 1.75rem;
  font-family: agrandirbold,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(28 26 31 / var(--tw-text-opacity))
}
@media (min-width:768px) {
  .hs-form-ebook .hs-main-font-element {
    margin-bottom: 57px
  }
}
.hs-form-ebook .hs-form-field {
  margin-bottom: 1.5rem
}
.hs-form-ebook label {
  font-size: 1rem;
  line-height: 1.5
}
@media (min-width:30rem) {
  .hs-form-ebook label {
    font-size: calc(1rem + 0vw)
  }
}
@media (min-width:64rem) {
  .hs-form-ebook label {
    font-size: 1rem
  }
}
.hs-form-ebook label {
  font-family: Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
  color: rgb(44 40 47 / var(--tw-text-opacity));
  --tw-text-opacity: 0.75
}
.hs-form-ebook input {
  font-size: 1rem;
  line-height: 1.5
}
@media (min-width:30rem) {
  .hs-form-ebook input {
    font-size: calc(1rem + 0vw)
  }
}
@media (min-width:64rem) {
  .hs-form-ebook input {
    font-size: 1rem
  }
}
.hs-form-ebook input {
  margin-top: .75rem;
  display: block;
  width: 100%;
  border-radius: .25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(44 40 47 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(44 40 47 / var(--tw-bg-opacity));
  padding-top: .75rem;
  padding-bottom: .75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4,0,0.2,1);
  transition-duration: .15s
}
.hs-form-ebook input::placeholder {
  color: hsla(30,10%,96%,.4)
}
.hs-form-ebook input:focus {
  --tw-border-opacity: 1;
  border-color: rgb(255 248 109 / var(--tw-border-opacity));
  outline-width: 0;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)
}
.hs-form-ebook .hs-button {
  margin-top: 3.5rem;
  border-color: rgb(255 248 109 / var(--tw-border-opacity));
  background-color: rgb(255 248 109 / var(--tw-bg-opacity));
  color: rgb(28 26 31 / var(--tw-text-opacity))
}
.hs-form-ebook .hs-button,
.hs-form-ebook .hs-button:hover {
  --tw-border-opacity: 1;
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1
}
.hs-form-ebook .hs-button:hover {
  border-color: rgb(28 26 31 / var(--tw-border-opacity));
  background-color: rgb(28 26 31 / var(--tw-bg-opacity));
  color: rgb(255 255 255 / var(--tw-text-opacity))
}
.hs-form-ebook .hs_error_rollup {
  display: none
}
.hs-form-ebook .hs-error-msg {
  font-size: .875rem;
  line-height: 1.45
}
@media (min-width:30rem) {
  .hs-form-ebook .hs-error-msg {
    font-size: calc(.875rem + 0vw)
  }
}
@media (min-width:64rem) {
  .hs-form-ebook .hs-error-msg {
    font-size: .875rem
  }
}
.hs-form-ebook .hs-error-msg {
  margin-top: .25rem;
  font-family: Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
  color: rgb(44 40 47 / var(--tw-text-opacity));
  --tw-text-opacity: 0.7
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}
/* body {
  height: 100%;
} */
.lottie-wrapper svg {
  transform: unset!important
}
.placeholder\:text-neutral-light-grey\/40::placeholder {
  color: hsla(30,10%,96%,.4)
}
.hover\:cursor-pointer:hover {
  cursor: pointer
}
.hover\:border-\[\#5d57f5\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(93 87 245 / var(--tw-border-opacity))
}
.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity))
}
.hover\:bg-neutral-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(28 26 31 / var(--tw-bg-opacity))
}
.hover\:bg-neutral-dark-grey:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(44 40 47 / var(--tw-bg-opacity))
}
.hover\:bg-high-yellow:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 248 109 / var(--tw-bg-opacity))
}
.hover\:bg-dark-purple:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(53 33 69 / var(--tw-bg-opacity))
}
.hover\:bg-dark-blue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(28 38 67 / var(--tw-bg-opacity))
}
.hover\:bg-dark-green:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(14 62 58 / var(--tw-bg-opacity))
}
.hover\:fill-\[\#FFD4CC\]:hover {
  fill: #ffd4cc
}
.hover\:fill-\[\#EAF1FB\]:hover {
  fill: #eaf1fb
}
.hover\:fill-\[\#E3F7EA\]:hover {
  fill: #e3f7ea
}
.hover\:text-neutral-black:hover {
  --tw-text-opacity: 1;
  color: rgb(28 26 31 / var(--tw-text-opacity))
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity))
}
.hover\:text-opacity-60:hover {
  --tw-text-opacity: 0.6
}
.hover\:underline:hover {
  text-decoration-line: underline
}
.hover\:no-underline:hover {
  text-decoration-line: none
}
.hover\:opacity-90:hover {
  opacity: .9
}
.hover\:opacity-100:hover {
  opacity: 1
}
.focus\:border-0:focus {
  border-width: 0
}
.focus\:\!border-none:focus {
  border-style: none!important
}
.focus\:border-high-yellow:focus {
  --tw-border-opacity: 1;
  border-color: rgb(255 248 109 / var(--tw-border-opacity))
}
.focus\:border-neutral-dark-grey\/50:focus {
  border-color: rgba(44,40,47,.5)
}
.focus\:border-neutral-black:focus {
  --tw-border-opacity: 1;
  border-color: rgb(28 26 31 / var(--tw-border-opacity))
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px
}
.focus\:\!outline-none:focus {
  outline: 2px solid transparent!important;
  outline-offset: 2px!important
}
.focus\:outline-0:focus {
  outline-width: 0
}
.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)
}
.group:hover .group-hover\:translate-x-0 {
  --tw-translate-x: 0px
}
.group:hover .group-hover\:translate-x-0,
.group:hover .group-hover\:translate-y-0 {
  transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.group:hover .group-hover\:translate-y-0 {
  --tw-translate-y: 0px
}
.group:hover .group-hover\:scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.group:hover .group-hover\:border-neutral-light-grey {
  --tw-border-opacity: 1;
  border-color: rgb(246 245 244 / var(--tw-border-opacity))
}
.group:hover .group-hover\:text-neutral-dark-grey\/80 {
  color: rgba(44,40,47,.8)
}
.group:hover .group-hover\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity))
}
.group:hover .group-hover\:text-neutral-light-grey {
  --tw-text-opacity: 1;
  color: rgb(246 245 244 / var(--tw-text-opacity))
}
.group:hover .group-hover\:text-neutral-light-grey\/80 {
  color: hsla(30,10%,96%,.8)
}
.group:hover .group-hover\:text-neutral-black {
  --tw-text-opacity: 1;
  color: rgb(28 26 31 / var(--tw-text-opacity))
}
.group:hover .group-hover\:text-high-yellow {
  --tw-text-opacity: 1;
  color: rgb(255 248 109 / var(--tw-text-opacity))
}
.group:hover .group-hover\:opacity-100 {
  opacity: 1
}
.group:hover .group-hover\:delay-\[400ms\] {
  transition-delay: 0.4s
}
@media (min-width:480px) {
  .xs\:top-0 {
    top: 0
  }
  .xs\:right-\[-20\%\] {
    right: -20%
  }
  .xs\:top-\[-60\%\] {
    top: -60%
  }
  .xs\:mx-0 {
    margin-left: 0;
    margin-right: 0
  }
  .xs\:flex {
    display: flex
  }
  .xs\:w-\[50\%\] {
    width: 50%
  }
  .xs\:max-w-\[200px\] {
    max-width: 200px
  }
  .xs\:grid-cols-2 {
    grid-template-columns: repeat(2,minmax(0,1fr))
  }
  .xs\:flex-row {
    flex-direction: row
  }
  .xs\:items-end {
    align-items: flex-end
  }
  .xs\:border {
    border-width: 1px
  }
  .xs\:border-light-beige {
    --tw-border-opacity: 1;
    border-color: rgb(248 246 242 / var(--tw-border-opacity))
  }
  .xs\:bg-light-beige {
    --tw-bg-opacity: 1;
    background-color: rgb(248 246 242 / var(--tw-bg-opacity))
  }
  .xs\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity))
  }
  .xs\:p-1\.5 {
    padding: .375rem
  }
  .xs\:p-1 {
    padding: .25rem
  }
  .xs\:p-10 {
    padding: 2.5rem
  }
  .xs\:pt-0 {
    padding-top: 0
  }
  .xs\:text-left {
    text-align: left
  }
  .xs\:text-\[40px\] {
    font-size: 40px
  }
}
@media (min-width:640px) {
  .sm\:absolute {
    position: absolute
  }
  .sm\:top-\[35px\] {
    top: 35px
  }
  .sm\:top-6 {
    top: 1.5rem
  }
  .sm\:right-6 {
    right: 1.5rem
  }
  .sm\:right-10 {
    right: 2.5rem
  }
  .sm\:top-8 {
    top: 2rem
  }
  .sm\:right-\[52px\] {
    right: 52px
  }
  .sm\:right-0 {
    right: 0
  }
  .sm\:top-\[4\%\] {
    top: 4%
  }
  .sm\:top-\[10\%\] {
    top: 10%
  }
  .sm\:col-span-2 {
    grid-column: span 2/span 2
  }
  .sm\:mx-0 {
    margin-left: 0;
    margin-right: 0
  }
  .sm\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem
  }
  .sm\:mb-16 {
    margin-bottom: 4rem
  }
  .sm\:block {
    display: block
  }
  .sm\:grid {
    display: grid
  }
  .sm\:aspect-1 {
    aspect-ratio: 1
  }
  .sm\:aspect-\[584\/222\] {
    aspect-ratio: 584/222
  }
  .sm\:aspect-\[1200\/482\] {
    aspect-ratio: 1200/482
  }
  .sm\:h-\[calc\(100\%-150px\)\] {
    height: calc(100% - 150px)
  }
  .sm\:w-auto {
    width: auto
  }
  .sm\:w-\[50\%\] {
    width: 50%
  }
  .sm\:max-w-none {
    max-width: none
  }
  .sm\:max-w-\[50\%\] {
    max-width: 50%
  }
  .sm\:max-w-\[48px\] {
    max-width: 48px
  }
  .sm\:flex-1 {
    flex: 1 1 0%
  }
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2,minmax(0,1fr))
  }
  .sm\:flex-row {
    flex-direction: row
  }
  .sm\:flex-col {
    flex-direction: column
  }
  .sm\:items-center {
    align-items: center
  }
  .sm\:justify-end {
    justify-content: flex-end
  }
  .sm\:gap-4 {
    gap: 1rem
  }
  .sm\:gap-0 {
    gap: 0
  }
  .sm\:p-6 {
    padding: 1.5rem
  }
  .sm\:px-0 {
    padding-left: 0;
    padding-right: 0
  }
  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
  }
  .sm\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem
  }
  .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem
  }
  .sm\:pb-9 {
    padding-bottom: 2.25rem
  }
  .sm\:text-left {
    text-align: left
  }
  .sm\:text-center {
    text-align: center
  }
  .sm\:text-right {
    text-align: right
  }
}
@media (min-width:768px) {
  .md\:absolute {
    position: absolute
  }
  .md\:sticky {
    position: sticky
  }
  .md\:inset-x-0 {
    left: 0;
    right: 0
  }
  .md\:top-0 {
    top: 0
  }
  .md\:top-\[-18\%\] {
    top: -18%
  }
  .md\:left-\[50\%\] {
    left: 50%
  }
  .md\:top-24 {
    top: 6rem
  }
  .md\:left-10 {
    left: 2.5rem
  }
  .md\:right-\[-7\%\] {
    right: -7%
  }
  .md\:top-\[-265px\] {
    top: -265px
  }
  .md\:left-\[-240px\] {
    left: -240px
  }
  .md\:bottom-\[50px\] {
    bottom: 50px
  }
  .md\:top-auto {
    top: auto
  }
  .md\:left-0 {
    left: 0
  }
  .md\:top-\[7\%\] {
    top: 7%
  }
  .md\:top-\[19\%\] {
    top: 19%
  }
  .md\:top-\[65\%\] {
    top: 65%
  }
  .md\:top-\[43\%\] {
    top: 43%
  }
  .md\:top-\[11\%\] {
    top: 11%
  }
  .md\:top-\[83\%\] {
    top: 83%
  }
  .md\:top-\[47\%\] {
    top: 47%
  }
  .md\:left-\[24\%\] {
    left: 24%
  }
  .md\:bottom-6 {
    bottom: 1.5rem
  }
  .md\:right-6 {
    right: 1.5rem
  }
  .md\:right-\[30px\] {
    right: 30px
  }
  .md\:left-auto {
    left: auto
  }
  .md\:top-\[35px\] {
    top: 35px
  }
  .md\:top-4 {
    top: 1rem
  }
  .md\:top-32 {
    top: 8rem
  }
  .md\:top-10 {
    top: 2.5rem
  }
  .md\:order-first {
    order: -9999
  }
  .md\:order-last {
    order: 9999
  }
  .md\:col-span-2 {
    grid-column: span 2/span 2
  }
  .md\:col-span-4 {
    grid-column: span 4/span 4
  }
  .md\:col-span-7 {
    grid-column: span 7/span 7
  }
  .md\:col-span-5 {
    grid-column: span 5/span 5
  }
  .md\:col-span-8 {
    grid-column: span 8/span 8
  }
  .md\:col-span-3 {
    grid-column: span 3/span 3
  }
  .md\:mx-0 {
    margin-left: 0;
    margin-right: 0
  }
  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto
  }
  .md\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem
  }
  .md\:mb-16 {
    margin-bottom: 4rem
  }
  .md\:mb-12 {
    margin-bottom: 3rem
  }
  .md\:mb-\[42px\] {
    margin-bottom: 42px
  }
  .md\:mb-8 {
    margin-bottom: 2rem
  }
  .md\:mb-6 {
    margin-bottom: 1.5rem
  }
  .md\:mb-5 {
    margin-bottom: 1.25rem
  }
  .md\:mb-4 {
    margin-bottom: 1rem
  }
  .md\:mt-\[77px\] {
    margin-top: 77px
  }
  .md\:mt-10 {
    margin-top: 2.5rem
  }
  .md\:mt-20 {
    margin-top: 5rem
  }
  .md\:mt-0 {
    margin-top: 0
  }
  .md\:mt-12 {
    margin-top: 3rem
  }
  .md\:mr-\[-14\%\] {
    margin-right: -14%
  }
  .md\:mb-10 {
    margin-bottom: 2.5rem
  }
  .md\:mr-\[-15px\] {
    margin-right: -15px
  }
  .md\:mb-\[47px\] {
    margin-bottom: 47px
  }
  .md\:ml-\[-15px\] {
    margin-left: -15px
  }
  .md\:mt-\[15px\] {
    margin-top: 15px
  }
  .md\:ml-\[-20\%\] {
    margin-left: -20%
  }
  .md\:mt-\[-72px\] {
    margin-top: -72px
  }
  .md\:ml-\[5\%\] {
    margin-left: 5%
  }
  .md\:mt-28 {
    margin-top: 7rem
  }
  .md\:mr-3 {
    margin-right: .75rem
  }
  .md\:mb-\[10px\] {
    margin-bottom: 10px
  }
  .md\:mt-\[83px\] {
    margin-top: 83px
  }
  .md\:mb-\[88px\] {
    margin-bottom: 88px
  }
  .md\:mb-1 {
    margin-bottom: .25rem
  }
  .md\:mb-0 {
    margin-bottom: 0
  }
  .md\:mt-4 {
    margin-top: 1rem
  }
  .md\:mt-\[120px\] {
    margin-top: 120px
  }
  .md\:mt-6 {
    margin-top: 1.5rem
  }
  .md\:mt-\[30px\] {
    margin-top: 30px
  }
  .md\:mt-16 {
    margin-top: 4rem
  }
  .md\:mt-8 {
    margin-top: 2rem
  }
  .md\:mt-\[-30px\] {
    margin-top: -30px
  }
  .md\:mt-\[19px\] {
    margin-top: 19px
  }
  .md\:mb-\[120px\] {
    margin-bottom: 120px
  }
  .md\:mt-11 {
    margin-top: 2.75rem
  }
  .md\:mr-0 {
    margin-right: 0
  }
  .md\:mt-5 {
    margin-top: 1.25rem
  }
  .md\:mt-\[65px\] {
    margin-top: 65px
  }
  .md\:mt-\[55px\] {
    margin-top: 55px
  }
  .md\:mt-\[72px\] {
    margin-top: 72px
  }
  .md\:mt-24 {
    margin-top: 6rem
  }
  .md\:mb-\[100px\] {
    margin-bottom: 100px
  }
  .md\:mt-\[108px\] {
    margin-top: 108px
  }
  .md\:ml-auto {
    margin-left: auto
  }
  .md\:mb-\[96px\] {
    margin-bottom: 96px
  }
  .md\:block {
    display: block
  }
  .md\:flex {
    display: flex
  }
  .md\:inline-flex {
    display: inline-flex
  }
  .md\:table-cell {
    display: table-cell
  }
  .md\:hidden {
    display: none
  }
  .md\:\!hidden {
    display: none!important
  }
  .md\:aspect-\[511\/300\] {
    aspect-ratio: 511/300
  }
  .md\:aspect-\[580\/500\] {
    aspect-ratio: 580/500
  }
  .md\:aspect-\[584\/380\] {
    aspect-ratio: 584/380
  }
  .md\:aspect-\[379\/268\] {
    aspect-ratio: 379/268
  }
  .md\:aspect-\[425\/666\] {
    aspect-ratio: 425/666
  }
  .md\:h-\[440px\] {
    height: 440px
  }
  .md\:h-\[508px\] {
    height: 508px
  }
  .md\:h-\[426px\] {
    height: 426px
  }
  .md\:h-\[276px\] {
    height: 276px
  }
  .md\:h-auto {
    height: auto
  }
  .md\:max-h-\[580px\] {
    max-height: 580px
  }
  .md\:max-h-\[500px\] {
    max-height: 500px
  }
  .md\:w-full {
    width: 100%
  }
  .md\:w-\[51vw\] {
    width: 51vw
  }
  .md\:w-\[106\%\] {
    width: 106%
  }
  .md\:w-\[50\%\] {
    width: 50%
  }
  .md\:w-\[80\%\] {
    width: 80%
  }
  .md\:w-auto {
    width: auto
  }
  .md\:max-w-\[629px\] {
    max-width: 629px
  }
  .md\:max-w-\[425px\] {
    max-width: 425px
  }
  .md\:max-w-\[511px\] {
    max-width: 511px
  }
  .md\:max-w-\[50\%\] {
    max-width: 50%
  }
  .md\:max-w-\[173px\] {
    max-width: 173px
  }
  .md\:max-w-\[70\%\] {
    max-width: 70%
  }
  .md\:max-w-\[80\%\] {
    max-width: 80%
  }
  .md\:max-w-\[580px\] {
    max-width: 580px
  }
  .md\:max-w-\[40\%\] {
    max-width: 40%
  }
  .md\:max-w-\[689px\] {
    max-width: 689px
  }
  .md\:max-w-\[478px\] {
    max-width: 478px
  }
  .md\:max-w-\[60px\] {
    max-width: 60px
  }
  .md\:max-w-\[73px\] {
    max-width: 73px
  }
  .md\:max-w-\[46\%\] {
    max-width: 46%
  }
  .md\:max-w-\[65\%\] {
    max-width: 65%
  }
  .md\:max-w-\[90px\] {
    max-width: 90px
  }
  .md\:max-w-\[430px\] {
    max-width: 430px
  }
  .md\:max-w-\[390px\] {
    max-width: 390px
  }
  .md\:max-w-\[60\%\] {
    max-width: 60%
  }
  .md\:max-w-\[250px\] {
    max-width: 250px
  }
  .md\:max-w-\[411px\] {
    max-width: 411px
  }
  .md\:max-w-\[280px\] {
    max-width: 280px
  }
  .md\:max-w-none {
    max-width: none
  }
  .md\:max-w-\[341px\] {
    max-width: 341px
  }
  .md\:flex-1 {
    flex: 1 1 0%
  }
  .md\:shrink-0 {
    flex-shrink: 0
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2,minmax(0,1fr))
  }
  .md\:grid-cols-12 {
    grid-template-columns: repeat(12,minmax(0,1fr))
  }
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3,minmax(0,1fr))
  }
  .md\:grid-cols-4 {
    grid-template-columns: repeat(4,minmax(0,1fr))
  }
  .md\:flex-row {
    flex-direction: row
  }
  .md\:flex-row-reverse {
    flex-direction: row-reverse
  }
  .md\:flex-col {
    flex-direction: column
  }
  .md\:items-start {
    align-items: flex-start
  }
  .md\:items-center {
    align-items: center
  }
  .md\:justify-start {
    justify-content: flex-start
  }
  .md\:justify-end {
    justify-content: flex-end
  }
  .md\:justify-center {
    justify-content: center
  }
  .md\:justify-between {
    justify-content: space-between
  }
  .md\:gap-\[100px\] {
    gap: 100px
  }
  .md\:gap-\[105px\] {
    gap: 105px
  }
  .md\:gap-\[108px\] {
    gap: 108px
  }
  .md\:gap-6 {
    gap: 1.5rem
  }
  .md\:gap-5 {
    gap: 1.25rem
  }
  .md\:gap-0 {
    gap: 0
  }
  .md\:gap-8 {
    gap: 2rem
  }
  .md\:gap-16 {
    gap: 4rem
  }
  .md\:gap-\[29px\] {
    gap: 29px
  }
  .md\:gap-\[39px\] {
    gap: 39px
  }
  .md\:gap-10 {
    gap: 2.5rem
  }
  .md\:gap-14 {
    gap: 3.5rem
  }
  .md\:gap-4 {
    gap: 1rem
  }
  .md\:gap-\[30px\] {
    gap: 30px
  }
  .md\:gap-12 {
    gap: 3rem
  }
  .md\:gap-\[88px\] {
    gap: 88px
  }
  .md\:gap-\[71px\] {
    gap: 71px
  }
  .md\:gap-2 {
    gap: .5rem
  }
  .md\:gap-x-8 {
    column-gap: 2rem
  }
  .md\:gap-y-\[100px\] {
    row-gap: 100px
  }
  .md\:gap-x-10 {
    column-gap: 2.5rem
  }
  .md\:gap-x-9 {
    column-gap: 2.25rem
  }
  .md\:gap-y-12 {
    row-gap: 3rem
  }
  .md\:gap-y-20 {
    row-gap: 5rem
  }
  .md\:space-y-\[85px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(85px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(85px * var(--tw-space-y-reverse))
  }
  .md\:space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem * var(--tw-space-y-reverse))
  }
  .md\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)))
  }
  .md\: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))
  }
  .md\: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))
  }
  .md\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse))
  }
  .md\:space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6rem * var(--tw-space-y-reverse))
  }
  .md\:self-start {
    align-self: flex-start
  }
  .md\:rounded-\[10px_10px_90px_90px\] {
    border-radius: 10px 10px 90px 90px
  }
  .md\:rounded-\[90px_90px_10px_10px\] {
    border-radius: 90px 90px 10px 10px
  }
  .md\:rounded-br-none {
    border-bottom-right-radius: 0
  }
  .md\:rounded-tl-\[500px\] {
    border-top-left-radius: 500px
  }
  .md\:p-10 {
    padding: 2.5rem
  }
  .md\:p-8 {
    padding: 2rem
  }
  .md\:p-6 {
    padding: 1.5rem
  }
  .md\:p-9 {
    padding: 2.25rem
  }
  .md\:p-12 {
    padding: 3rem
  }
  .md\:p-3 {
    padding: .75rem
  }
  .md\:p-0 {
    padding: 0
  }
  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
  }
  .md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem
  }
  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem
  }
  .md\:py-0 {
    padding-top: 0;
    padding-bottom: 0
  }
  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem
  }
  .md\:py-\[180px\] {
    padding-top: 180px;
    padding-bottom: 180px
  }
  .md\:px-0 {
    padding-left: 0;
    padding-right: 0
  }
  .md\:py-\[22px\] {
    padding-top: 22px;
    padding-bottom: 22px
  }
  .md\:\!py-0 {
    padding-top: 0!important;
    padding-bottom: 0!important
  }
  .md\:py-\[35px\] {
    padding-top: 35px;
    padding-bottom: 35px
  }
  .md\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem
  }
  .md\:px-3\.5 {
    padding-left: .875rem;
    padding-right: .875rem
  }
  .md\:py-2\.5 {
    padding-top: .625rem;
    padding-bottom: .625rem
  }
  .md\:px-3 {
    padding-left: .75rem;
    padding-right: .75rem
  }
  .md\:py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem
  }
  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
  }
  .md\:pt-7 {
    padding-top: 1.75rem
  }
  .md\:pb-8 {
    padding-bottom: 2rem
  }
  .md\:pb-0 {
    padding-bottom: 0
  }
  .md\:pr-10 {
    padding-right: 2.5rem
  }
  .md\:pt-14 {
    padding-top: 3.5rem
  }
  .md\:pb-10 {
    padding-bottom: 2.5rem
  }
  .md\:pb-\[195px\] {
    padding-bottom: 195px
  }
  .md\:pt-\[221px\] {
    padding-top: 221px
  }
  .md\:pl-\[71px\] {
    padding-left: 71px
  }
  .md\:\!pb-0 {
    padding-bottom: 0!important
  }
  .md\:pl-\[15px\] {
    padding-left: 15px
  }
  .md\:pt-10 {
    padding-top: 2.5rem
  }
  .md\:text-left {
    text-align: left
  }
  .md\:text-center {
    text-align: center
  }
  .md\:text-right {
    text-align: right
  }
  .md\:text-\[30px\] {
    font-size: 30px
  }
  .md\:hover\:bg-neutral-black:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(28 26 31 / var(--tw-bg-opacity))
  }
  .group:hover .md\:group-hover\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
  }
  .group:hover .md\:group-hover\:text-high-yellow {
    --tw-text-opacity: 1;
    color: rgb(255 248 109 / var(--tw-text-opacity))
  }
}
@media (min-width:890px) {
  .md-large\:flex {
    display: flex
  }
  .md-large\:hidden {
    display: none
  }
  .md-large\:aspect-\[806\/342\] {
    aspect-ratio: 806/342
  }
  .md-large\:w-\[62px\] {
    width: 62px
  }
  .md-large\:w-full {
    width: 100%
  }
  .md-large\:max-w-\[60\%\] {
    max-width: 60%
  }
  .md-large\:flex-row {
    flex-direction: row
  }
  .md-large\:items-start {
    align-items: flex-start
  }
  .md-large\:justify-start {
    justify-content: flex-start
  }
  .md-large\:justify-between {
    justify-content: space-between
  }
  .md-large\:gap-\[29px\] {
    gap: 29px
  }
  .md-large\:text-left {
    text-align: left
  }
}
@media (min-width:1024px) {
  .lg\:bottom-12 {
    bottom: 3rem
  }
  .lg\:left-12 {
    left: 3rem
  }
  .lg\:top-\[19\%\] {
    top: 19%
  }
  .lg\:top-\[28\%\] {
    top: 28%
  }
  .lg\:top-\[70\%\] {
    top: 70%
  }
  .lg\:bottom-\[10\%\] {
    bottom: 10%
  }
  .lg\:top-\[20\%\] {
    top: 20%
  }
  .lg\:top-\[calc\(50\%-400px\)\] {
    top: calc(50% - 400px)
  }
  .lg\:right-\[-10\%\] {
    right: -10%
  }
  .lg\:order-last {
    order: 9999
  }
  .lg\:col-span-2 {
    grid-column: span 2/span 2
  }
  .lg\:col-span-5 {
    grid-column: span 5/span 5
  }
  .lg\:col-span-6 {
    grid-column: span 6/span 6
  }
  .lg\:col-span-7 {
    grid-column: span 7/span 7
  }
  .lg\:col-span-12 {
    grid-column: span 12/span 12
  }
  .lg\:col-span-3 {
    grid-column: span 3/span 3
  }
  .lg\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem
  }
  .lg\:mt-0 {
    margin-top: 0
  }
  .lg\:mt-\[100px\] {
    margin-top: 100px
  }
  .lg\:mt-\[78px\] {
    margin-top: 78px
  }
  .lg\:mt-\[148px\] {
    margin-top: 148px
  }
  .lg\:mb-\[120px\] {
    margin-bottom: 120px
  }
  .lg\:ml-\[60px\] {
    margin-left: 60px
  }
  .lg\:mt-\[120px\] {
    margin-top: 120px
  }
  .lg\:mb-\[128px\] {
    margin-bottom: 128px
  }
  .lg\:mt-12 {
    margin-top: 3rem
  }
  .lg\:mb-\[160px\] {
    margin-bottom: 160px
  }
  .lg\:mt-\[88px\] {
    margin-top: 88px
  }
  .lg\:\!block {
    display: block!important
  }
  .lg\:flex {
    display: flex
  }
  .lg\:hidden {
    display: none
  }
  .lg\:aspect-\[785\/371\] {
    aspect-ratio: 785/371
  }
  .lg\:aspect-\[580\/740\] {
    aspect-ratio: 580/740
  }
  .lg\:aspect-\[486\/340\] {
    aspect-ratio: 486/340
  }
  .lg\:aspect-\[682\/334\] {
    aspect-ratio: 682/334
  }
  .lg\:aspect-\[1200\/302\] {
    aspect-ratio: 1200/302
  }
  .lg\:h-\[84vh\] {
    height: 84vh
  }
  .lg\:w-full {
    width: 100%
  }
  .lg\:w-\[40\%\] {
    width: 40%
  }
  .lg\:max-w-\[223px\] {
    max-width: 223px
  }
  .lg\:max-w-\[284px\] {
    max-width: 284px
  }
  .lg\:max-w-\[280px\] {
    max-width: 280px
  }
  .lg\:max-w-\[500px\] {
    max-width: 500px
  }
  .lg\:max-w-\[389px\] {
    max-width: 389px
  }
  .lg\:max-w-\[513px\] {
    max-width: 513px
  }
  .lg\:max-w-\[65\%\] {
    max-width: 65%
  }
  .lg\:max-w-\[418px\] {
    max-width: 418px
  }
  .lg\:max-w-\[509px\] {
    max-width: 509px
  }
  .lg\:max-w-\[80px\] {
    max-width: 80px
  }
  .lg\:max-w-\[379px\] {
    max-width: 379px
  }
  .lg\:max-w-\[144px\] {
    max-width: 144px
  }
  .lg\:max-w-\[148px\] {
    max-width: 148px
  }
  .lg\:max-w-\[193px\] {
    max-width: 193px
  }
  .lg\:max-w-\[160px\] {
    max-width: 160px
  }
  .lg\:max-w-none {
    max-width: none
  }
  .lg\:max-w-\[341px\] {
    max-width: 341px
  }
  .lg\:max-w-\[75\%\] {
    max-width: 75%
  }
  .lg\:max-w-\[584px\] {
    max-width: 584px
  }
  .lg\:max-w-\[95\%\] {
    max-width: 95%
  }
  .lg\:max-w-\[620px\] {
    max-width: 620px
  }
  .lg\:max-w-\[616px\] {
    max-width: 616px
  }
  .lg\:max-w-\[687px\] {
    max-width: 687px
  }
  .lg\:max-w-\[507px\] {
    max-width: 507px
  }
  .lg\:max-w-\[470px\] {
    max-width: 470px
  }
  .lg\:max-w-\[97\%\] {
    max-width: 97%
  }
  .lg\:max-w-\[400px\] {
    max-width: 400px
  }
  .lg\:max-w-\[92\%\] {
    max-width: 92%
  }
  .lg\:max-w-\[536px\] {
    max-width: 536px
  }
  .lg\:max-w-\[276px\] {
    max-width: 276px
  }
  .lg\:max-w-\[527px\] {
    max-width: 527px
  }
  .lg\:max-w-\[686px\] {
    max-width: 686px
  }
  .lg\:max-w-\[425px\] {
    max-width: 425px
  }
  .lg\:max-w-\[821px\] {
    max-width: 821px
  }
  .lg\:shrink-0 {
    flex-shrink: 0
  }
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3,minmax(0,1fr))
  }
  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12,minmax(0,1fr))
  }
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4,minmax(0,1fr))
  }
  .lg\:flex-row {
    flex-direction: row
  }
  .lg\:flex-col {
    flex-direction: column
  }
  .lg\:items-center {
    align-items: center
  }
  .lg\:justify-start {
    justify-content: flex-start
  }
  .lg\:justify-end {
    justify-content: flex-end
  }
  .lg\:justify-between {
    justify-content: space-between
  }
  .lg\:gap-8 {
    gap: 2rem
  }
  .lg\:gap-0 {
    gap: 0
  }
  .lg\:gap-10 {
    gap: 2.5rem
  }
  .lg\:gap-\[35px\] {
    gap: 35px
  }
  .lg\:gap-\[109px\] {
    gap: 109px
  }
  .lg\:gap-\[90px\] {
    gap: 90px
  }
  .lg\:gap-\[103px\] {
    gap: 103px
  }
  .lg\:gap-\[95px\] {
    gap: 95px
  }
  .lg\:gap-6 {
    gap: 1.5rem
  }
  .lg\:gap-\[33px\] {
    gap: 33px
  }
  .lg\:gap-\[117px\] {
    gap: 117px
  }
  .lg\:gap-4 {
    gap: 1rem
  }
  .lg\:space-y-\[120px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(120px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(120px * var(--tw-space-y-reverse))
  }
  .lg\:space-y-\[128px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(128px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(128px * var(--tw-space-y-reverse))
  }
  .lg\:space-y-\[140px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(140px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(140px * var(--tw-space-y-reverse))
  }
  .lg\:space-y-\[200px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(200px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(200px * var(--tw-space-y-reverse))
  }
  .lg\:space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)))
  }
  .lg\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)))
  }
  .lg\:space-y-\[96px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(96px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(96px * var(--tw-space-y-reverse))
  }
  .lg\:rounded-\[20px\] {
    border-radius: 20px
  }
  .lg\:p-\[50px\] {
    padding: 50px
  }
  .lg\:p-10 {
    padding: 2.5rem
  }
  .lg\:p-\[30px\] {
    padding: 30px
  }
  .lg\:p-6 {
    padding: 1.5rem
  }
  .lg\:p-\[60px\] {
    padding: 60px
  }
  .lg\:p-20 {
    padding: 5rem
  }
  .lg\:p-9 {
    padding: 2.25rem
  }
  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem
  }
  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem
  }
  .lg\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem
  }
  .lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
  }
  .lg\:px-\[95px\] {
    padding-left: 95px;
    padding-right: 95px
  }
  .lg\:py-0 {
    padding-top: 0;
    padding-bottom: 0
  }
  .lg\:py-\[53px\] {
    padding-top: 53px;
    padding-bottom: 53px
  }
  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem
  }
  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem
  }
  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem
  }
  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem
  }
  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem
  }
  .lg\:px-\[62px\] {
    padding-left: 62px;
    padding-right: 62px
  }
  .lg\:pt-12 {
    padding-top: 3rem
  }
  .lg\:pl-\[103px\] {
    padding-left: 103px
  }
  .lg\:pr-\[92px\] {
    padding-right: 92px
  }
  .lg\:pt-\[125px\] {
    padding-top: 125px
  }
  .lg\:pb-\[60px\] {
    padding-bottom: 60px
  }
  .lg\:pt-\[59px\] {
    padding-top: 59px
  }
  .lg\:pb-8 {
    padding-bottom: 2rem
  }
  .lg\:pt-20 {
    padding-top: 5rem
  }
  .lg\:pt-\[27px\] {
    padding-top: 27px
  }
  .lg\:pt-16 {
    padding-top: 4rem
  }
  .lg\:pb-\[260px\] {
    padding-bottom: 260px
  }
  .lg\:text-\[77px\] {
    font-size: 77px
  }
  .lg\:text-\[21px\] {
    font-size: 21px
  }
  .lg\:text-\[60px\] {
    font-size: 60px
  }
}
@media (min-width:1280px) {
  .xl\:right-\[2\%\] {
    right: 2%
  }
  .xl\:left-\[-20\%\] {
    left: -20%
  }
  .xl\:right-0 {
    right: 0
  }
  .xl\:mx-auto {
    margin-left: auto;
    margin-right: auto
  }
  .xl\:mt-\[83px\] {
    margin-top: 83px
  }
  .xl\:aspect-\[620\/760\] {
    aspect-ratio: 620/760
  }
  .xl\:aspect-\[584\/760\] {
    aspect-ratio: 584/760
  }
  .xl\:aspect-\[584\/615\] {
    aspect-ratio: 584/615
  }
  .xl\:aspect-\[347\/489\] {
    aspect-ratio: 347/489
  }
  .xl\:max-h-\[489px\] {
    max-height: 489px
  }
  .xl\:w-full {
    width: 100%
  }
  .xl\:max-w-\[620px\] {
    max-width: 620px
  }
  .xl\:max-w-\[584px\] {
    max-width: 584px
  }
  .xl\:max-w-\[660px\] {
    max-width: 660px
  }
  .xl\:max-w-\[513px\] {
    max-width: 513px
  }
  .xl\:max-w-\[419px\] {
    max-width: 419px
  }
  .xl\:max-w-\[805px\] {
    max-width: 805px
  }
  .xl\:max-w-\[441px\] {
    max-width: 441px
  }
  .xl\:max-w-\[316px\] {
    max-width: 316px
  }
  .xl\:max-w-\[749px\] {
    max-width: 749px
  }
  .xl\:max-w-\[687px\] {
    max-width: 687px
  }
  .xl\:max-w-\[806px\] {
    max-width: 806px
  }
  .xl\:max-w-\[821px\] {
    max-width: 821px
  }
  .xl\:max-w-\[686px\] {
    max-width: 686px
  }
  .xl\:shrink-0 {
    flex-shrink: 0
  }
  .xl\:gap-\[57px\] {
    gap: 57px
  }
  .xl\:gap-\[103px\] {
    gap: 103px
  }
  .xl\:gap-x-\[102px\] {
    column-gap: 102px
  }
  .xl\:pt-24 {
    padding-top: 6rem
  }
}
@media (min-width:1500px) {
  .\32xl-large\:bottom-0 {
    bottom: 0
  }
  .\32xl-large\:overflow-visible {
    overflow: visible
  }
}
@media (min-width:1920px) {
  .\33xl\:pt-\[212px\] {
    padding-top: 212px
  }
}
@media (min-width:1024px) and (max-height:835px) {
  .laptop\:top-8 {
    top: 2rem
  }
  .laptop\:h-\[70vh\] {
    height: 70vh
  }
  .laptop\:w-\[51vw\] {
    width: 51vw
  }
  .laptop\:py-0 {
    padding-top: 0;
    padding-bottom: 0
  }
  .laptop\:pt-24 {
    padding-top: 6rem
  }
}
@media (max-width:768px) {
  .min-md\:order-first {
    order: -9999
  }
}
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal
}
.h-0 {
  height: 0
}
.h-0\.5 {
  height: .125rem
}
.h-1 {
  height: .25rem
}
.h-1\/3 {
  height: 33.333333%
}
.h-10 {
  height: 2.5rem
}
.h-12 {
  height: 3rem
}
.h-16 {
  height: 4rem
}
.h-20 {
  height: 5rem
}
.h-24 {
  height: 6rem
}
.h-32 {
  height: 8rem
}
.h-4 {
  height: 1rem
}
.h-40 {
  height: 10rem
}
.h-48 {
  height: 12rem
}
.h-5 {
  height: 1.25rem
}
.h-6 {
  height: 1.5rem
}
.h-64 {
  height: 16rem
}
.h-8 {
  height: 2rem
}
.h-full {
  height: 100%
}
.w-0 {
  width: 0
}
.w-0\.5 {
  width: .125rem
}
.w-10 {
  width: 2.5rem
}
.w-12 {
  width: 3rem
}
.w-20 {
  width: 5rem
}
.w-24 {
  width: 6rem
}
.w-32 {
  width: 8rem
}
.w-4 {
  width: 1rem
}
.w-40 {
  width: 10rem
}
.w-48 {
  width: 12rem
}
.w-5 {
  width: 1.25rem
}
.w-6 {
  width: 1.5rem
}
.w-64 {
  width: 16rem
}
.w-8 {
  width: 2rem
}
.w-auto {
  width: auto
}
.w-full {
  width: 100%
}
.items-center {
  align-items: center
}
.justify-start {
  justify-content: flex-start
}
.justify-center {
  justify-content: center
}
.gap-6 {
  gap: 1.5rem
}
.overflow-hidden {
  overflow: hidden
}
.rounded {
  border-radius: .25rem
}
.rounded-2xl {
  border-radius: 1rem
}
.rounded-full {
  border-radius: 9999px
}
.rounded-lg {
  border-radius: .5rem
}
.rounded-md {
  border-radius: .375rem
}
.rounded-xl {
  border-radius: .75rem
}
.border {
  border-width: 1px
}
.border-0 {
  border-width: 0
}
.border-2 {
  border-width: 2px
}
.border-4 {
  border-width: 4px
}
.border-b-2 {
  border-bottom-width: 2px
}
.border-b-4 {
  border-bottom-width: 4px
}
.border-l-2 {
  border-left-width: 2px
}
.border-t-2 {
  border-top-width: 2px
}
.border-solid {
  border-style: solid
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity))
}
.border-blue-700 {
  --tw-border-opacity: 1;
  border-color: rgb(29 78 216 / var(--tw-border-opacity))
}
.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity))
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity))
}
.border-gray-600 {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity))
}
.border-gray-900 {
  --tw-border-opacity: 1;
  border-color: rgb(17 24 39 / var(--tw-border-opacity))
}
.border-indigo-500 {
  --tw-border-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-border-opacity))
}
.border-indigo-600 {
  --tw-border-opacity: 1;
  border-color: rgb(79 70 229 / var(--tw-border-opacity))
}
.border-purple-500 {
  --tw-border-opacity: 1;
  border-color: rgb(168 85 247 / var(--tw-border-opacity))
}
.border-purple-700 {
  --tw-border-opacity: 1;
  border-color: rgb(126 34 206 / var(--tw-border-opacity))
}
.border-transparent {
  border-color: transparent
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity))
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity))
}
.bg-blue-100\/60 {
  background-color: rgb(219 234 254 / .6)
}
.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity))
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity))
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity))
}
.bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity))
}
.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity))
}
.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity))
}
.bg-green-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity))
}
.bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: #ffc337
}
.bg-black-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity))
}
.bg-indigo-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity))
}
.bg-pink-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 72 153 / var(--tw-bg-opacity))
}
.bg-pink-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(157 23 77 / var(--tw-bg-opacity))
}
.bg-purple-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(192 132 252 / var(--tw-bg-opacity))
}
.bg-purple-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(168 85 247 / var(--tw-bg-opacity))
}
.bg-purple-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity))
}
.bg-purple-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(126 34 206 / var(--tw-bg-opacity))
}
.bg-purple-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 33 168 / var(--tw-bg-opacity))
}
.bg-red-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity))
}
.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity))
}
.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity))
}
.bg-red-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity))
}
.bg-sky-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity))
}
.bg-yellow-500 {
  --tw-bg-opacity: 1;
  background: #ffc337
}
.bg-transparent {
  background-color: transparent
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity))
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom,var(--tw-gradient-stops))
}
.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right,var(--tw-gradient-stops))
}
.bg-gradient-to-l {
  background-image: linear-gradient(to left,var(--tw-gradient-stops))
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right,var(--tw-gradient-stops))
}
.bg-gradient-to-t {
  background-image: linear-gradient(to top,var(--tw-gradient-stops))
}
.bg-gradient-to-tr {
  background-image: linear-gradient(to top right,var(--tw-gradient-stops))
}
.from-\[\#ff8a05\] {
  --tw-gradient-from: #ff8a05 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 138 5 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}
.from-blue-500 {
  --tw-gradient-from: #3b82f6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}
.from-blue-600 {
  --tw-gradient-from: #2563eb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}
.from-pink-400 {
  --tw-gradient-from: #f472b6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 114 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}
.from-pink-600 {
  --tw-gradient-from: #db2777 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 39 119 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}
.from-purple-500 {
  --tw-gradient-from: #a855f7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}
.from-purple-600 {
  --tw-gradient-from: #9333ea var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}
.from-transparent {
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}
.from-white {
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to)
}
.via-\[\#ff5478\] {
  --tw-gradient-to: rgb(255 84 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),#ff5478 var(--tw-gradient-via-position),var(--tw-gradient-to)
}
.via-indigo-500 {
  --tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),#6366f1 var(--tw-gradient-via-position),var(--tw-gradient-to)
}
.via-purple-600 {
  --tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),#9333ea var(--tw-gradient-via-position),var(--tw-gradient-to)
}
.via-purple-700 {
  --tw-gradient-to: rgb(126 34 206 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),#7e22ce var(--tw-gradient-via-position),var(--tw-gradient-to)
}
.via-transparent {
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from),transparent var(--tw-gradient-via-position),var(--tw-gradient-to)
}
.to-\[\#ff00c6\] {
  --tw-gradient-to: #ff00c6 var(--tw-gradient-to-position)
}
.to-blue-400 {
  --tw-gradient-to: #60a5fa var(--tw-gradient-to-position)
}
.to-blue-500 {
  --tw-gradient-to: #3b82f6 var(--tw-gradient-to-position)
}
.to-blue-600 {
  --tw-gradient-to: #2563eb var(--tw-gradient-to-position)
}
.to-gray-50 {
  --tw-gradient-to: #f9fafb var(--tw-gradient-to-position)
}
.to-gray-700 {
  --tw-gradient-to: #374151 var(--tw-gradient-to-position)
}
.to-indigo-500 {
  --tw-gradient-to: #6366f1 var(--tw-gradient-to-position)
}
.to-pink-500 {
  --tw-gradient-to: #ec4899 var(--tw-gradient-to-position)
}
.to-pink-700 {
  --tw-gradient-to: #be185d var(--tw-gradient-to-position)
}
.to-purple-500 {
  --tw-gradient-to: #a855f7 var(--tw-gradient-to-position)
}
.to-purple-600 {
  --tw-gradient-to: #9333ea var(--tw-gradient-to-position)
}
.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position)
}
.blur-md {
  --tw-blur: blur(12px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}
.blur-sm {
  --tw-blur: blur(4px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}
.testimonial-wrapper {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  min-width: 1800px;
  max-width: 2100px;
  width: 100%;
  margin: 0 auto;
  grid-template-columns: repeat(6,minmax(0,1fr))
}
.testimonial-col > div {
  display: flex;
  flex-direction: column;
  padding-right: 20px;
  gap: 20px
}
.infinite-scroll-60 {
  animation-name: slideIn60;
  animation-duration: 60s;
  animation-timing-function: linear;
  animation-iteration-count: infinite
}
@keyframes slideIn60 {
  0% {
    transform: translate3d(-50%,0,0)
  }
  to {
    transform: translateZ(0)
  }
}
@media (min-width:1080px) {
  .lg\:min-w-\[4100px\] {
    min-width: 4100px
  }
  .lg\:min-w-\[6900px\] {
    min-width: 6900px
  }
}
@media (max-width:1080px) {
  .min-w-\[6900px\] {
    min-width: 6900px
  }
  .min-w-\[3400px\] {
    min-width: 3400px
  }
  .max-h-\[780px\] {
    max-height: 900px
  }
}
.bg-gray {
  background-color: #111111;
}
.light-bg {
  background: #fff
}
.dark-bg {
  background: #09090b
}
.text-light {
  color: #fff
}
.text-dark {
  color: #5d5d5d
}
.light-color {
  color: #fff
}
.red-color {
  color: #f44746
}
.dark-border {
  border: 1px dashed #5d5d5d
}
.light-border {
  border: 1px dashed rgb(0 0 0 / 20%)
}
.screen-mode-btn {
  border: 1px solid #5d5d5d;
  border-radius: 4px;
  background: #1e1e1e;
  padding-left: 4px;
  user-select: none
}
.dark-border-2 {
  border-right: 1px solid #5d5d5d
}
.light-border-2 {
  border-right: 1px solid #e5e5e5
}
.dark-bg-input {
  background: #2a2a2a
}
.light-bg-input {
  background: #f2f2f2
}
::-webkit-scrollbar {
  width: 6px
}
::-webkit-scrollbar-track {
  background: #5e5e5e
}
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 6px
}
::-webkit-scrollbar-thumb:hover {
  background: #555
}
.card-w {
  width: 45%;
  display: flex;
  align-items: center;
  justify-content: center
}
.mobile-image-size {
  margin-top: 0
}
.toast-size {
  margin-top: 0
}
@media screen and (max-width:980px) {
  .editor-area .dark-border-2,
  .light-border-2 {
    border: 0
  }
  .card-w {
    width: 100%
  }
  .mobile-image-size {
    margin-top: 40px;
  }
  .toast-size {
    margin-top: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 2rem);
    max-width: 420px;
  }
}
.landing-background-wrapper {
  animation: move-signin 90s linear infinite;
  left: 0;
  width: 2em;
  z-index: 0
}
@media (max-width:560px) {
  .landing-background-wrapper {
    top: 460px
  }
}
.landing-background-item {
  float: left;
  height: auto;
  margin-right: 16px;
  width: 312px
}
@media (max-width:560px) {
  .landing-background-item {
    margin-right: 10px;
    width: 212.6px;
    margin-bottom: 5px
  }
}
.login-background-wrapper {
  bottom: 5px;
  position: fixed
}
.login-background-item {
  float: left;
  height: auto;
  margin-right: 16px;
  width: 312px
}
@media (max-width:560px) {
  .login-background-item {
    margin-right: 10px;
    width: 212.6px;
    margin-bottom: 5px
  }
}
@keyframes move-signin {
  0% {
    left: 0
  }
  to {
    left: -1em
  }
}
@keyframes lv-carousel-slide-x-in {
  0% {
    transform: translateX(100%)
  }
  to {
    transform: translateX(0)
  }
}
@keyframes lv-carousel-slide-x-out {
  0% {
    transform: translateX(0)
  }
  to {
    transform: translateX(-100%)
  }
}
@keyframes lv-carousel-slide-x-in-reverse {
  0% {
    transform: translateX(-100%)
  }
  to {
    transform: translateX(0)
  }
}
@keyframes lv-carousel-slide-x-out-reverse {
  0% {
    transform: translateX(0)
  }
  to {
    transform: translateX(100%)
  }
}
@keyframes lv-carousel-slide-y-in {
  0% {
    transform: translateY(100%)
  }
  to {
    transform: translateY(0)
  }
}
@keyframes lv-carousel-slide-y-out {
  0% {
    transform: translateY(0)
  }
  to {
    transform: translateY(-100%)
  }
}
@keyframes lv-carousel-slide-y-in-reverse {
  0% {
    transform: translateY(-100%)
  }
  to {
    transform: translateY(0)
  }
}
@keyframes lv-carousel-slide-y-out-reverse {
  0% {
    transform: translateY(0)
  }
  to {
    transform: translateY(100%)
  }
}
@keyframes lv-carousel-card-bottom-to-middle {
  0% {
    opacity: 0;
    transform: translateX(0) translateZ(-400px)
  }
  to {
    opacity: .4;
    transform: translateX(0) translateZ(-200px)
  }
}
@keyframes lv-carousel-card-middle-to-bottom {
  0% {
    opacity: .4;
    transform: translateX(-100%) translateZ(-200px)
  }
  to {
    opacity: 0;
    transform: translateX(-100%) translateZ(-400px)
  }
}
@keyframes lv-carousel-card-top-to-middle {
  0% {
    opacity: 1;
    transform: translateX(-50%) translateZ(0)
  }
  to {
    opacity: .4;
    transform: translateX(-100%) translateZ(-200px)
  }
}
@keyframes lv-carousel-card-middle-to-top {
  0% {
    opacity: .4;
    transform: translateX(0) translateZ(-200px)
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateZ(0)
  }
}
@keyframes lv-carousel-card-bottom-to-middle-reverse {
  0% {
    opacity: 0;
    transform: translateX(-100%) translateZ(-400px)
  }
  to {
    opacity: .4;
    transform: translateX(-100%) translateZ(-200px)
  }
}
@keyframes lv-carousel-card-middle-to-bottom-reverse {
  0% {
    opacity: .4;
    transform: translateX(0) translateZ(-200px)
  }
  to {
    opacity: 0;
    transform: translateX(0) translateZ(-400px)
  }
}
@keyframes lv-carousel-card-top-to-middle-reverse {
  0% {
    opacity: 1;
    transform: translateX(-50%) translateZ(0)
  }
  to {
    opacity: .4;
    transform: translateX(0) translateZ(-200px)
  }
}
@keyframes lv-carousel-card-middle-to-top-reverse {
  0% {
    opacity: .4;
    transform: translateX(-100%) translateZ(-200px)
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateZ(0)
  }
}
.new_sign_in-wrapper {
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  width: 100%
}
.sign_in-wrapper {
  background-color: #010101;
  font-size: 3168px;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  width: 100%
}
.sign_in-wrapper:before {
  background: linear-gradient(270deg,rgba(0,0,0,.2),rgba(0,0,0,.4) 55.21%,rgba(0,0,0,.2));
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1
}
.x-sign_in-wrapper {
  background-color: #010101;
  font-size: 3168px;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  width: 100%
}
.x-sign_in-wrapper:before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1
}
@media (max-width:560px) {
  .x-sign_in-wrapper {
    font-size: 967.8px
  }
}
.sign_in-logo {
  font-size: 0;
  margin-bottom: 20px
}
.sign_in-logo img {
  height: 32px
}
.sign_in-container {
  flex-direction: column;
  font-size: 14px;
  height: 100%;
  position: relative;
  z-index: 2
}
.dark-login-placeholder,
.sign_in-container {
  align-items: center;
  display: flex;
  justify-content: center
}
.dark-login-placeholder {
  background-color: #000;
  border: 1px solid #343434;
  border-radius: 10px;
  width: 410px
}
.login-placeholder,
.sign_in-container {
  align-items: center;
  display: flex;
  justify-content: center
}
.login-placeholder {
  background-color: #fff;
  border-radius: 10px;
  width: 410px
}
.x-login-placeholder {
  background-color: #fff;
  border-radius: 10px;
  height: 380px;
  width: 100%
}
.sign_in-container,
.x-login-placeholder {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: -40px
}
.auth-panel-title {
  color: #1a1b1c;
  font-size: 1.75rem;
  font-weight: 860;
  height: 38px;
  line-height: 38px;
  text-align: center
}
.x-auth-panel-title {
  color: #1a1b1c;
  font-size: 32px;
  font-weight: 860;
  height: 38px;
  line-height: 38px;
  text-align: center
}
input {
  outline: none;
}
input:focus{
  outline: none;
  box-shadow: none;
}
@media (max-width:560px) {
  .login-placeholder {
    width: 80%;
    padding-left: 20px;
    padding-right: 20px
  }
  .dark-login-placeholder {
    width: 100%
  }
  .x-login-placeholder {
    height: 400px;
    width: 343px;
    padding-left: 20px;
    padding-right: 20px
  }
  .login-form-container {
    width: 88%
  }
}

@media (max-width: 768px) {
  input {
    font-size: 16px; /* Prevents iOS from zooming in */
  }

  input:focus {
    font-size: 16px;
    transform: none;
    outline: none;
    box-shadow: none;
  }
}