/* purgecss start ignore */

@font-face {
  font-family: "TWK Everett";

  src: url("/fonts/TWKEverett-Regular-web.woff") format("woff"),
    /* Modern Browsers */ url("/fonts/TWKEverett-Regular-web.woff2") format("woff2"),
    /* Safari, Android, iOS */ url("/fonts/TWKEverett-Regular-web.ttf") format("ttf"); /* Legacy iOS */

  font-weight: normal;
}

@font-face {
  font-family: "TWK Everett";

  src: url("/fonts/TWKEverett-Medium-web.woff") format("woff"),
    /* Modern Browsers */ url("/fonts/TWKEverett-Medium-web.woff2") format("woff2"),
    /* Safari, Android, iOS */ url("/fonts/TWKEverett-Medium-web.ttf") format("ttf"); /* Legacy iOS */

  font-weight: 500;
}

@font-face {
  font-family: "Louize";

  src: url("/fonts/Louize/Louize-Medium.woff") format("woff"), url("/fonts/Louize/Louize-Medium.woff") format("woff2"),
    url("/fonts/Louize/Louize-Medium.ttf") format("ttf");

  font-weight: 500;
}

@font-face {
  font-family: "Louize";

  src: url("/fonts/Louize/Louize-Medium-Italic.woff") format("woff"),
    url("/fonts/Louize/Louize-Medium-Italic.woff") format("woff2"),
    url("/fonts/Louize/Louize-Medium-Italic.ttf") format("ttf");

  font-weight: 500;

  font-style: italic;
}

body {
  -webkit-font-smoothing: antialiased;
}

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

main {
  max-width: 1440px;
  margin: 0 auto;
}

.home main {
  max-width: 1380px;
  /* margin: 0 auto; */
}

.bg-products-cover {
  width: 335px;
  height: 335px;
}

@media (min-width: 335px) {
  .bg-products-cover {
    width: 100%;
  }
}

@media (min-width: 1280px) {
  .bg-products-cover {
    width: 670px;
    height: 670px;
  }
}

.VueCarousel-navigation-next {
  position: absolute !important;
  right: 65px !important;
  top: calc(50% - 23px) !important;
}

.VueCarousel-navigation-prev {
  position: absolute !important;
  left: 65px !important;
  top: calc(50% - 23px) !important;
  /*transform: rotate(180deg) !important;*/
}

/* Change the white to any color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

input:checked + div {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

input:checked + div svg {
  display: block;
}

strong {
  font-weight: 500;
}

.dropdown:hover .dropdown-menu {
  display: flex;
}

.triangle-with-shadow {
  width: 35px;
  height: 12px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 16px 10px -17px rgba(0, 0, 0, 0.5);
}

.triangle-with-shadow:after {
  content: "";
  position: absolute;
  width: 25px;
  height: 21px;
  background: #fff;
  transform: rotate(45deg); /* Prefixes... */
  top: 8px;
  left: 2px;
  box-shadow: -1px -1px 8px -2px rgba(0, 0, 0, 0.3);
}

.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 15px 12px;
  border-color: transparent transparent #fff transparent;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.09);
}

input[type="radio"] {
  outline: none !important;
  box-shadow: none !important;
  /*--tw-ring-color: transparent !important;*/
}

.about-us .VueCarousel-slide,
.carousel-mod .VueCarousel-slide {
  flex-basis: auto;
}

.horizontal .item {
  width: 305px;
  height: 420px;
  margin-right: 10px;
}

@media (min-width: 1024px) {
  .horizontal .item {
    width: 460px;
    height: 600px;
    margin-right: 20px;
  }
}

@media (min-width: 1024px) {
  .horizontal .item-wrapper:last-child .item {
    margin-right: 0;
  }
}

@media (max-width: 1024px) {
  .horizontal .item-wrapper:last-child .item {
    /* margin-right: 20px; */
  }
}

/*.horizontal {*/

/*    width: 100%;*/

/*}*/

.v-hl-svg {
  border-radius: 50% !important;
  width: 42px !important;
  height: 42px !important;
  background: #000 !important;
  color: #fff !important;
  box-shadow: none !important;
}

@media (max-width: 1024px) {
  .v-hl-svg {
    width: 32px !important;
    height: 32px !important;
  }
}

.v-hl-svg:hover {
  background: rgba(0, 0, 0, 0.8) !important;
  box-shadow: none !important;
}

/*RESPONSIVE IMAGES*/

.head-image {
  height: 145px;
}

@media (min-width: 1024px) {
  .head-image {
    height: 260px;
  }

  .v-hl-svg {
    width: 46px !important;
    height: 46px !important;
  }
}

.eye-image {
  width: 46px;
}

@media (min-width: 1024px) {
  .eye-image {
    width: 69px;
  }
}

.horizontal .item-product {
  width: 185px;
  height: 255px;
}

.product-carousel .v-hl-svg {
  position: relative !important;
  bottom: 30px !important;
}

.categories-carousel .v-hl-svg {
  position: relative !important;
  top: -5px !important;
  width: 32px !important;
  height: 32px !important;
}

/* .product-carousel .v-hl-svg {
    display: none !important;
} */

@media (min-width: 1024px) {
  .horizontal .item-product {
    width: 343px;
    height: 470px;
  }

  .horizontal .product-wrapper {
    margin-right: 2px;
  }

  .product-carousel .v-hl-svg {
    display: block !important;
  }
}

.symbol-image {
  height: 40px;
}

@media (min-width: 1024px) {
  .symbol-image {
    height: 50px;
  }
}

.wide-button {
  width: 100%;
}

@media (min-width: 1024px) {
  .wide-button {
    width: 460px;
  }
}

/*@media (min-width: 330px) {*/

/*    header {*/

/*        padding-left: 10px;*/

/*        padding-right: 10px;*/

/*    }*/

/*}*/

.brand-image {
  object-fit: cover;
  width: 100%;
  height: 272px;
}

@media (min-width: 1024px) {
  .brand-image {
    max-width: 228px;
    height: 320px;
  }
}

/* Homepage, header, footer */

.zita-image {
  max-width: 55px;
  margin-top: 2px;
}

@media (min-width: 355px) {
  .zita-image {
    max-width: 87px;
    margin-top: 0px;
  }
}

@media (min-width: 1024px) {
  .zita-image {
    max-width: 110px;
  }
}

.curators-image-2 {
  border-radius: 50%;
  height: 210px;
  width: 160px;
}

@media (min-width: 1024px) {
  .curators-image-2 {
    border-radius: 50%;
    height: 340px;
    width: 260px;
  }
}

.curators-image {
  width: 100%;
  border-radius: 50%;
  max-width: 160px;
}

@media (min-width: 1024px) {
  .curators-image {
    height: 340px;
    width: 260px;
    max-width: none;
  }
}

.heart-image {
  width: 22px;
}

@media (min-width: 1024px) {
  .heart-image {
    width: 32px;
  }
}

.category-image {
  width: 90px;
}

@media (min-width: 1024px) {
  .category-image {
    width: 116px;
  }
}

.v-hl-svg {
  box-shadow: none !important;
}

.v-hl-btn-prev {
  left: 11px !important;
}

.underline {
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
  text-decoration: none;
}

/* Categories all 3 styles */

.dictionary-in-category {
  height: auto;
}

@media (min-width: 1024px) {
  .dictionary-in-category {
    height: 470px;
  }
}

@media (max-width: 1024px) {
  .category-carousel .v-hl-svg {
    width: 32px !important;
    height: 32px !important;
    position: relative;
    bottom: 10px;
  }
}

.category-active {
  border: 2.5px solid #000000;
  border-radius: 4px;
}

.wide-button-450 {
  width: 100%;
}

@media (min-width: 1024px) {
  .wide-button-450 {
    width: 450px;
  }
}

.examination-image-svg {
  width: 126px;
}

@media (min-width: 1024px) {
  .examination-image-svg {
    width: 240px;
  }
}

.examination-image-svg-lg {
  width: 189px;
}

@media (min-width: 1024px) {
  .examination-image-svg-lg {
    width: 300px;
  }
}

.examination-image {
  width: 100%;
  height: auto;
  max-width: 400px;
}

.underline:hover {
  text-decoration: underline;
}

/* .menu-underline a {
  text-decoration: none;
}

.menu-underline a:hover {
  text-decoration: underline;
  text-underline-offset: 12px;
  text-decoration-thickness: 2px;
} */

.shadow-my-zita-menu {
  box-shadow: 0 0px 6px 0px rgba(0, 0, 0, 0.2), 0 0px 0px 0px rgba(0, 0, 0, 0.06);
}

.v--modal-overlay {
  background: rgba(0, 0, 0, 0.5) !important;
}

.v--modal {
  box-shadow: none !important;
}

.footer-section a:hover {
  color: #cccccc;
}

.category-list .page-content {
  max-width: 1380px;
}

@media (max-width: 1024px) {
  .product-carousel .brand-item:first-child {
    padding-left: 20px;
  }
}

/* Why, for gods sake ?  */

/* @media (max-width: 1380px) and (min-width: 1024px) {
  body {
    padding-left: 10px;
  }

  footer {
    margin-left: -10px;
    margin-right: -10px;
  }
} */

/*@media (max-width: 1380px) and (min-width: 640px) {*/

/*    body.category-1 {*/

/*        padding-left: 10px;*/

/*        padding-right: 10px;*/

/*    }*/

/*    footer{*/

/*        margin-left: -10px;*/

/*        margin-right: -10px;*/

/*    }*/

/*}*/

.VueCarousel-pagination {
  position: absolute !important;
  bottom: 10px !important;
}

.VueCarousel-dot {
  background-color: #d1d1d1 !important;
  width: 6px !important;
  height: 6px !important;
  padding: 0 !important;
  margin: 0 3px;
}

.VueCarousel-dot--active {
  width: 20px !important;
  height: 6px !important;
  background-color: rgb(0, 0, 0) !important;
  border-radius: 16px !important;
  padding: 0px !important;
}

.dictionary {
  --tw-bg-opacity: 1;
  background-color: rgba(182, 222, 186, var(--tw-bg-opacity));
}

.dictionary header {
  --tw-bg-opacity: 1;
  background-color: rgba(182, 222, 186, var(--tw-bg-opacity));
}

/*About us*/

.eye-image2 {
  width: 45px;
}

@media (min-width: 1024px) {
  .eye-image2 {
    width: 72px;
  }
}

.my-zita-button {
  width: 100%;
}

@media (min-width: 1024px) {
  .my-zita-button {
    width: 184px;
  }
}

.zita-container {
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (min-width: 1440px) {
  .zita-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.v-hl-container .item-wrapper:last-child {
  /* padding-right: 20px; */
}

.cookie-bar {
  width: 100%;
  height: auto;
  padding-top: 27px;
  padding-left: 21px;
  padding-right: 21px;
  padding-bottom: 24px;
}

@media screen and (min-width: 1024px) {
  .cookie-bar {
    width: 375px;
    height: 204px;
  }
}

.cookie-bar .agree {
  width: 115px;
  height: 42px;
  margin-top: 15px;
}

.cookie-bar p a:hover {
  color: black;
}

.top-bar {
  height: 36px;
}

@media screen and (max-width: 361px) {
  .top-bar p {
    font-size: 10px;
  }
}

@media screen and (min-width: 1024px) {
  .top-bar {
    height: 38px;
  }
}

.lds-grid {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-grid div {
  background: #fff;
}

.lds-grid.grid--orange div {
  background: #ffbc9b;
}

.lds-grid div {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  animation: lds-grid 1.2s linear infinite;
}

.lds-grid div:nth-child(1) {
  top: 8px;
  left: 8px;
  animation-delay: 0s;
}

.lds-grid div:nth-child(2) {
  top: 8px;
  left: 32px;
  animation-delay: -0.4s;
}

.lds-grid div:nth-child(3) {
  top: 8px;
  left: 56px;
  animation-delay: -0.8s;
}

.lds-grid div:nth-child(4) {
  top: 32px;
  left: 8px;
  animation-delay: -0.4s;
}

.lds-grid div:nth-child(5) {
  top: 32px;
  left: 32px;
  animation-delay: -0.8s;
}

.lds-grid div:nth-child(6) {
  top: 32px;
  left: 56px;
  animation-delay: -1.2s;
}

.lds-grid div:nth-child(7) {
  top: 56px;
  left: 8px;
  animation-delay: -0.8s;
}

.lds-grid div:nth-child(8) {
  top: 56px;
  left: 32px;
  animation-delay: -1.2s;
}

.lds-grid div:nth-child(9) {
  top: 56px;
  left: 56px;
  animation-delay: -1.6s;
}

@keyframes lds-grid {
  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 16px;
}

.lds-ellipsis div {
  position: absolute;
  top: 1px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }

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

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }

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

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(24px, 0);
  }
}

/* Enter and leave animations can use different */

/* durations and timing functions.              */

.slide-fade-enter-active {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.slide-fade-leave-active {
  transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
  -webkit-transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
  -moz-transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
  -o-transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
  transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
}

.slide-fade-enter, .slide-fade-leave-to
    /* .slide-fade-leave-active below version 2.1.8 */ {
  transform: translateX(10px);
  opacity: 0;
}

/* purgecss end ignore */

/* purgecss start ignore */

fieldset[disabled] .multiselect{
  pointer-events:none
}

.multiselect__spinner{
  position:absolute;
  right:1px;
  top:1px;
  width:48px;
  height:35px;
  background:#fff;
  display:block
}

.multiselect__spinner:after,.multiselect__spinner:before{
  position:absolute;
  content:"";
  top:50%;
  left:50%;
  margin:-8px 0 0 -8px;
  width:16px;
  height:16px;
  border-radius:100%;
  border:2px solid transparent;
  border-top-color:#41b883;
  box-shadow:0 0 0 1px transparent
}

.multiselect__spinner:before{
  animation:spinning 2.4s cubic-bezier(.41,.26,.2,.62);
  animation-iteration-count:infinite
}

.multiselect__spinner:after{
  animation:spinning 2.4s cubic-bezier(.51,.09,.21,.8);
  animation-iteration-count:infinite
}

.multiselect__loading-enter-active,.multiselect__loading-leave-active{
  transition:opacity .4s ease-in-out;
  opacity:1
}

.multiselect__loading-enter,.multiselect__loading-leave-active{
  opacity:0
}

.multiselect,.multiselect__input,.multiselect__single{
  font-family:inherit;
  font-size:16px;
  -ms-touch-action:manipulation;
  touch-action:manipulation
}

.multiselect{
  box-sizing:content-box;
  display:block;
  position:relative;
  width:100%;
  min-height:40px;
  text-align:left;
  color:#35495e
}

.multiselect *{
  box-sizing:border-box
}

.multiselect:focus{
  outline:none
}

.multiselect--disabled{
  background:#ededed;
  pointer-events:none;
  opacity:.6
}

.multiselect--active{
  z-index:50
}

.multiselect--active:not(.multiselect--above) .multiselect__current,.multiselect--active:not(.multiselect--above) .multiselect__input,.multiselect--active:not(.multiselect--above) .multiselect__tags{
  border-bottom-left-radius:0;
  border-bottom-right-radius:0
}

.multiselect--active .multiselect__select{
  transform:rotate(180deg)
}

.multiselect--above.multiselect--active .multiselect__current,.multiselect--above.multiselect--active .multiselect__input,.multiselect--above.multiselect--active .multiselect__tags{
  border-top-left-radius:0;
  border-top-right-radius:0
}

.multiselect__input,.multiselect__single{
  position:relative;
  display:inline-block;
  min-height:20px;
  line-height:20px;
  border:none;
  border-radius:5px;
  background:#fff;
  padding:0 0 0 5px;
  width:100%;
  transition:border .1s ease;
  box-sizing:border-box;
  margin-bottom:8px;
  vertical-align:top
}

.multiselect__input:-ms-input-placeholder{
  color:#35495e
}

.multiselect__input::placeholder{
  color:#35495e
}

.multiselect__tag~.multiselect__input,.multiselect__tag~.multiselect__single{
  width:auto
}

.multiselect__input:hover,.multiselect__single:hover{
  border-color:#cfcfcf
}

.multiselect__input:focus,.multiselect__single:focus{
  border-color:#a8a8a8;
  outline:none
}

.multiselect__single{
  padding-left:5px;
  margin-bottom:8px
}

.multiselect__tags-wrap{
  display:inline
}

.multiselect__tags{
  min-height:40px;
  display:block;
  padding:8px 40px 0 8px;
  border-radius:5px;
  border:1px solid #e8e8e8;
  background:#fff;
  font-size:14px
}

.multiselect__tag{
  position:relative;
  display:inline-block;
  padding:4px 26px 4px 10px;
  border-radius:5px;
  margin-right:10px;
  color:#fff;
  line-height:1;
  background:#41b883;
  margin-bottom:5px;
  white-space:nowrap;
  overflow:hidden;
  max-width:100%;
  text-overflow:ellipsis
}

.multiselect__tag-icon{
  cursor:pointer;
  margin-left:7px;
  position:absolute;
  right:0;
  top:0;
  bottom:0;
  font-weight:700;
  font-style:normal;
  width:22px;
  text-align:center;
  line-height:22px;
  transition:all .2s ease;
  border-radius:5px
}

.multiselect__tag-icon:after{
  content:"\D7";
  color:#266d4d;
  font-size:14px
}

.multiselect__tag-icon:focus,.multiselect__tag-icon:hover{
  background:#369a6e
}

.multiselect__tag-icon:focus:after,.multiselect__tag-icon:hover:after{
  color:#fff
}

.multiselect__current{
  min-height:40px;
  overflow:hidden;
  padding:8px 30px 0 12px;
  white-space:nowrap;
  border-radius:5px;
  border:1px solid #e8e8e8
}

.multiselect__current,.multiselect__select{
  line-height:16px;
  box-sizing:border-box;
  display:block;
  margin:0;
  text-decoration:none;
  cursor:pointer
}

.multiselect__select{
  position:absolute;
  width:40px;
  height:38px;
  right:1px;
  top:1px;
  padding:4px 8px;
  text-align:center;
  transition:transform .2s ease
}

.multiselect__select:before{
  position:relative;
  right:0;
  top:65%;
  color:#999;
  margin-top:4px;
  border-color:#999 transparent transparent;
  border-style:solid;
  border-width:5px 5px 0;
  content:""
}

.multiselect__placeholder{
  color:#adadad;
  display:inline-block;
  margin-bottom:10px;
  padding-top:2px
}

.multiselect--active .multiselect__placeholder{
  display:none
}

.multiselect__content-wrapper{
  position:absolute;
  display:block;
  background:#fff;
  width:100%;
  max-height:240px;
  overflow:auto;
  border:1px solid #e8e8e8;
  border-top:none;
  border-bottom-left-radius:5px;
  border-bottom-right-radius:5px;
  z-index:50;
  -webkit-overflow-scrolling:touch
}

.multiselect__content{
  list-style:none;
  display:inline-block;
  padding:0;
  margin:0;
  min-width:100%;
  vertical-align:top
}

.multiselect--above .multiselect__content-wrapper{
  bottom:100%;
  border-bottom-left-radius:0;
  border-bottom-right-radius:0;
  border-top-left-radius:5px;
  border-top-right-radius:5px;
  border-bottom:none;
  border-top:1px solid #e8e8e8
}

.multiselect__content::webkit-scrollbar{
  display:none
}

.multiselect__element{
  display:block
}

.multiselect__option{
  display:block;
  padding:12px;
  min-height:40px;
  line-height:16px;
  text-decoration:none;
  text-transform:none;
  vertical-align:middle;
  position:relative;
  cursor:pointer;
  white-space:nowrap
}

.multiselect__option:after{
  top:0;
  right:0;
  position:absolute;
  line-height:40px;
  padding-right:12px;
  padding-left:20px;
  font-size:13px
}

.multiselect__option--highlight{
  background:#41b883;
  outline:none;
  color:#fff
}

.multiselect__option--highlight:after{
  content:attr(data-select);
  background:#41b883;
  color:#fff
}

.multiselect__option--selected{
  background:#f3f3f3;
  color:#35495e;
  font-weight:700
}

.multiselect__option--selected:after{
  content:attr(data-selected);
  color:silver
}

.multiselect__option--selected.multiselect__option--highlight{
  background:#ff6a6a;
  color:#fff
}

.multiselect__option--selected.multiselect__option--highlight:after{
  background:#ff6a6a;
  content:attr(data-deselect);
  color:#fff
}

.multiselect--disabled .multiselect__current,.multiselect--disabled .multiselect__select{
  background:#ededed;
  color:#a6a6a6
}

.multiselect__option--disabled{
  background:#ededed!important;
  color:#a6a6a6!important;
  cursor:text;
  pointer-events:none
}

.multiselect__option--group{
  background:#ededed;
  color:#35495e
}

.multiselect__option--group.multiselect__option--highlight{
  background:#35495e;
  color:#fff
}

.multiselect__option--group.multiselect__option--highlight:after{
  background:#35495e
}

.multiselect__option--disabled.multiselect__option--highlight{
  background:#dedede
}

.multiselect__option--group-selected.multiselect__option--highlight{
  background:#ff6a6a;
  color:#fff
}

.multiselect__option--group-selected.multiselect__option--highlight:after{
  background:#ff6a6a;
  content:attr(data-deselect);
  color:#fff
}

.multiselect-enter-active,.multiselect-leave-active{
  transition:all .15s ease
}

.multiselect-enter,.multiselect-leave-active{
  opacity:0
}

.multiselect__strong{
  margin-bottom:8px;
  line-height:20px;
  display:inline-block;
  vertical-align:top
}

[dir=rtl] .multiselect{
  text-align:right
}

[dir=rtl] .multiselect__select{
  right:auto;
  left:1px
}

[dir=rtl] .multiselect__tags{
  padding:8px 8px 0 40px
}

[dir=rtl] .multiselect__content{
  text-align:right
}

[dir=rtl] .multiselect__option:after{
  right:auto;
  left:0
}

[dir=rtl] .multiselect__clear{
  right:auto;
  left:12px
}

[dir=rtl] .multiselect__spinner{
  right:auto;
  left:1px
}

@keyframes spinning{
  0%{
    transform:rotate(0)
  }

  to{
    transform:rotate(2turn)
  }
}

/* purgecss end ignore */
/* purgecss start ignore */

.bg-primary-after[data-v-e59be3b4]:after,.bg-primary-before[data-v-e59be3b4]:before,.bg-primary[data-v-e59be3b4]{
  background-color:#1e90ff
}

.bg-primary-after-transparency[data-v-e59be3b4]:after,.bg-primary-before-transparency[data-v-e59be3b4]:before,.bg-primary-transparency[data-v-e59be3b4]{
  background-color:rgba(30,144,255,.5)
}

.bg-secondary-after[data-v-e59be3b4]:after,.bg-secondary-before[data-v-e59be3b4]:before,.bg-secondary[data-v-e59be3b4]{
  background-color:#747474
}

.bg-secondary-after-transparency[data-v-e59be3b4]:after,.bg-secondary-before-transparency[data-v-e59be3b4]:before,.bg-secondary-transparency[data-v-e59be3b4]{
  background-color:hsla(0,0%,45.5%,.5)
}

.bg-third-after[data-v-e59be3b4]:after,.bg-third-before[data-v-e59be3b4]:before,.bg-third[data-v-e59be3b4]{
  background-color:#ccc
}

.bg-third-after-transparency[data-v-e59be3b4]:after,.bg-third-before-transparency[data-v-e59be3b4]:before,.bg-third-transparency[data-v-e59be3b4]{
  background-color:hsla(0,0%,80%,.5)
}

.bg-success-after[data-v-e59be3b4]:after,.bg-success-before[data-v-e59be3b4]:before,.bg-success[data-v-e59be3b4]{
  background-color:#9acd32
}

.bg-success-after-transparency[data-v-e59be3b4]:after,.bg-success-before-transparency[data-v-e59be3b4]:before,.bg-success-transparency[data-v-e59be3b4]{
  background-color:rgba(154,205,50,.5)
}

.bg-danger-after[data-v-e59be3b4]:after,.bg-danger-before[data-v-e59be3b4]:before,.bg-danger[data-v-e59be3b4]{
  background-color:#ff4500
}

.bg-danger-after-transparency[data-v-e59be3b4]:after,.bg-danger-before-transparency[data-v-e59be3b4]:before,.bg-danger-transparency[data-v-e59be3b4]{
  background-color:rgba(255,69,0,.5)
}

.bg-grey-after[data-v-e59be3b4]:after,.bg-grey-before[data-v-e59be3b4]:before,.bg-grey[data-v-e59be3b4]{
  background-color:#999
}

.bg-grey-after-transparency[data-v-e59be3b4]:after,.bg-grey-before-transparency[data-v-e59be3b4]:before,.bg-grey-transparency[data-v-e59be3b4]{
  background-color:hsla(0,0%,60%,.5)
}

.bg-info-after[data-v-e59be3b4]:after,.bg-info-before[data-v-e59be3b4]:before,.bg-info[data-v-e59be3b4]{
  background-color:#17a2b8
}

.bg-info-after-transparency[data-v-e59be3b4]:after,.bg-info-before-transparency[data-v-e59be3b4]:before,.bg-info-transparency[data-v-e59be3b4]{
  background-color:rgba(23,162,184,.5)
}

.bg-warning-after[data-v-e59be3b4]:after,.bg-warning-before[data-v-e59be3b4]:before,.bg-warning[data-v-e59be3b4]{
  background-color:#ffa300
}

.bg-warning-after-transparency[data-v-e59be3b4]:after,.bg-warning-before-transparency[data-v-e59be3b4]:before,.bg-warning-transparency[data-v-e59be3b4]{
  background-color:rgba(255,163,0,.5)
}

.bg-light-after[data-v-e59be3b4]:after,.bg-light-before[data-v-e59be3b4]:before,.bg-light[data-v-e59be3b4]{
  background-color:#f5f5f5
}

.bg-light-after-transparency[data-v-e59be3b4]:after,.bg-light-before-transparency[data-v-e59be3b4]:before,.bg-light-transparency[data-v-e59be3b4]{
  background-color:hsla(0,0%,96.1%,.5)
}

.bg-dark-after[data-v-e59be3b4]:after,.bg-dark-before[data-v-e59be3b4]:before,.bg-dark[data-v-e59be3b4]{
  background-color:#24292e
}

.bg-dark-after-transparency[data-v-e59be3b4]:after,.bg-dark-before-transparency[data-v-e59be3b4]:before,.bg-dark-transparency[data-v-e59be3b4]{
  background-color:rgba(36,41,46,.5)
}

.bg-default-after[data-v-e59be3b4]:after,.bg-default-before[data-v-e59be3b4]:before,.bg-default[data-v-e59be3b4]{
  background-color:#ccc
}

.bg-default-after-transparency[data-v-e59be3b4]:after,.bg-default-before-transparency[data-v-e59be3b4]:before,.bg-default-transparency[data-v-e59be3b4]{
  background-color:hsla(0,0%,80%,.5)
}

.bg-white-after[data-v-e59be3b4]:after,.bg-white-before[data-v-e59be3b4]:before,.bg-white[data-v-e59be3b4]{
  background-color:#fff
}

.bg-white-after-transparency[data-v-e59be3b4]:after,.bg-white-before-transparency[data-v-e59be3b4]:before,.bg-white-transparency[data-v-e59be3b4]{
  background-color:hsla(0,0%,100%,.5)
}

.bg-black-after[data-v-e59be3b4]:after,.bg-black-before[data-v-e59be3b4]:before,.bg-black[data-v-e59be3b4]{
  background-color:#000
}

.bg-black-after-transparency[data-v-e59be3b4]:after,.bg-black-before-transparency[data-v-e59be3b4]:before,.bg-black-transparency[data-v-e59be3b4]{
  background-color:rgba(0,0,0,.5)
}

.fill-primary path[data-v-e59be3b4]{
  fill:#1e90ff
}

.fill-secondary path[data-v-e59be3b4]{
  fill:#747474
}

.fill-third path[data-v-e59be3b4]{
  fill:#ccc
}

.fill-success path[data-v-e59be3b4]{
  fill:#9acd32
}

.fill-danger path[data-v-e59be3b4]{
  fill:#ff4500
}

.fill-grey path[data-v-e59be3b4]{
  fill:#999
}

.fill-info path[data-v-e59be3b4]{
  fill:#17a2b8
}

.fill-warning path[data-v-e59be3b4]{
  fill:#ffa300
}

.fill-light path[data-v-e59be3b4]{
  fill:#f5f5f5
}

.fill-dark path[data-v-e59be3b4]{
  fill:#24292e
}

.fill-default path[data-v-e59be3b4]{
  fill:#ccc
}

.fill-white path[data-v-e59be3b4]{
  fill:#fff
}

.fill-black path[data-v-e59be3b4]{
  fill:#000
}

.label[data-v-e59be3b4]{
  border-radius:2px;
  padding:2px 4px;
  color:#fff;
  font-size:.714em
}

.label-primary[data-v-e59be3b4],.label[data-v-e59be3b4]{
  background-color:#1e90ff
}

.label-primary-outline[data-v-e59be3b4]{
  background-color:transparent;
  border:1px solid #1e90ff;
  color:#1e90ff
}

.label-secondary[data-v-e59be3b4]{
  background-color:#747474
}

.label-secondary-outline[data-v-e59be3b4]{
  background-color:transparent;
  border:1px solid #747474;
  color:#747474
}

.label-third[data-v-e59be3b4]{
  background-color:#ccc
}

.label-third-outline[data-v-e59be3b4]{
  background-color:transparent;
  border:1px solid #ccc;
  color:#ccc
}

.label-success[data-v-e59be3b4]{
  background-color:#9acd32
}

.label-success-outline[data-v-e59be3b4]{
  background-color:transparent;
  border:1px solid #9acd32;
  color:#9acd32
}

.label-danger[data-v-e59be3b4]{
  background-color:#ff4500
}

.label-danger-outline[data-v-e59be3b4]{
  background-color:transparent;
  border:1px solid #ff4500;
  color:#ff4500
}

.label-grey[data-v-e59be3b4]{
  background-color:#999
}

.label-grey-outline[data-v-e59be3b4]{
  background-color:transparent;
  border:1px solid #999;
  color:#999
}

.label-info[data-v-e59be3b4]{
  background-color:#17a2b8
}

.label-info-outline[data-v-e59be3b4]{
  background-color:transparent;
  border:1px solid #17a2b8;
  color:#17a2b8
}

.label-warning[data-v-e59be3b4]{
  background-color:#ffa300
}

.label-warning-outline[data-v-e59be3b4]{
  background-color:transparent;
  border:1px solid #ffa300;
  color:#ffa300
}

.label-light[data-v-e59be3b4]{
  background-color:#f5f5f5
}

.label-light-outline[data-v-e59be3b4]{
  background-color:transparent;
  border:1px solid #f5f5f5;
  color:#f5f5f5
}

.label-dark[data-v-e59be3b4]{
  background-color:#24292e
}

.label-dark-outline[data-v-e59be3b4]{
  background-color:transparent;
  border:1px solid #24292e;
  color:#24292e
}

.label-default[data-v-e59be3b4]{
  background-color:#ccc
}

.label-default-outline[data-v-e59be3b4]{
  background-color:transparent;
  border:1px solid #ccc;
  color:#ccc
}

.label-white[data-v-e59be3b4]{
  background-color:#fff
}

.label-white-outline[data-v-e59be3b4]{
  background-color:transparent;
  border:1px solid #fff;
  color:#fff
}

.label-black[data-v-e59be3b4]{
  background-color:#000
}

.label-black-outline[data-v-e59be3b4]{
  background-color:transparent;
  border:1px solid #000;
  color:#000
}

.dot[data-v-e59be3b4]{
  width:6px;
  height:6px;
  border-radius:6px
}

.dot-primary[data-v-e59be3b4],.dot[data-v-e59be3b4]{
  background-color:#1e90ff
}

.dot-primary-outline[data-v-e59be3b4]{
  background-color:transparent;
  border:1px solid #1e90ff;
  color:#1e90ff
}

.dot-secondary[data-v-e59be3b4]{
  background-color:#747474
}

.dot-secondary-outline[data-v-e59be3b4]{
  background-color:transparent;
  border:1px solid #747474;
  color:#747474
}

.dot-third[data-v-e59be3b4]{
  background-color:#ccc
}

.dot-third-outline[data-v-e59be3b4]{
  background-color:transparent;
  border:1px solid #ccc;
  color:#ccc
}

.dot-success[data-v-e59be3b4]{
  background-color:#9acd32
}

.dot-success-outline[data-v-e59be3b4]{
  background-color:transparent;
  border:1px solid #9acd32;
  color:#9acd32
}

.dot-danger[data-v-e59be3b4]{
  background-color:#ff4500
}

.dot-danger-outline[data-v-e59be3b4]{
  background-color:transparent;
  border:1px solid #ff4500;
  color:#ff4500
}

.dot-grey[data-v-e59be3b4]{
  background-color:#999
}

.dot-grey-outline[data-v-e59be3b4]{
  background-color:transparent;
  border:1px solid #999;
  color:#999
}

.dot-info[data-v-e59be3b4]{
  background-color:#17a2b8
}

.dot-info-outline[data-v-e59be3b4]{
  background-color:transparent;
  border:1px solid #17a2b8;
  color:#17a2b8
}

.dot-warning[data-v-e59be3b4]{
  background-color:#ffa300
}

.dot-warning-outline[data-v-e59be3b4]{
  background-color:transparent;
  border:1px solid #ffa300;
  color:#ffa300
}

.dot-light[data-v-e59be3b4]{
  background-color:#f5f5f5
}

.dot-light-outline[data-v-e59be3b4]{
  background-color:transparent;
  border:1px solid #f5f5f5;
  color:#f5f5f5
}

.dot-dark[data-v-e59be3b4]{
  background-color:#24292e
}

.dot-dark-outline[data-v-e59be3b4]{
  background-color:transparent;
  border:1px solid #24292e;
  color:#24292e
}

.dot-default[data-v-e59be3b4]{
  background-color:#ccc
}

.dot-default-outline[data-v-e59be3b4]{
  background-color:transparent;
  border:1px solid #ccc;
  color:#ccc
}

.dot-white[data-v-e59be3b4]{
  background-color:#fff
}

.dot-white-outline[data-v-e59be3b4]{
  background-color:transparent;
  border:1px solid #fff;
  color:#fff
}

.dot-black[data-v-e59be3b4]{
  background-color:#000
}

.dot-black-outline[data-v-e59be3b4]{
  background-color:transparent;
  border:1px solid #000;
  color:#000
}

a[data-v-e59be3b4]{
  color:#1e90ff;
  text-decoration:none
}

a[data-v-e59be3b4]:focus,a[data-v-e59be3b4]:hover{
  text-decoration:underline
}

.btn[data-v-e59be3b4]{
  border:1px solid transparent;
  outline:none;
  cursor:pointer;
  -webkit-transition:all .25s cubic-bezier(.645,.045,.355,1);
  transition:all .25s cubic-bezier(.645,.045,.355,1);
  background-color:#1e90ff;
  color:#fff;
  display:inline-block;
  border-radius:8px;
  line-height:1;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  padding:12px 20px;
  font-size:1em;
  font-weight:inherit;
  margin:0;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
  width:auto;
  overflow:visible;
  -webkit-font-smoothing:inherit;
  text-decoration:none;
  -moz-osx-font-smoothing:inherit
}

.btn[data-v-e59be3b4]:focus,.btn[data-v-e59be3b4]:hover{
  background-color:#0077ea
}

.btn.active[data-v-e59be3b4]{
  background-color:#1e90ff
}

.btn.active[data-v-e59be3b4],.btn[data-v-e59be3b4]:focus{
  -webkit-box-shadow:0 0 0 .143rem rgba(30,144,255,.5);
  box-shadow:0 0 0 .143rem rgba(30,144,255,.5)
}

.btn.active[data-v-e59be3b4],.btn[data-v-e59be3b4]:focus,.btn[data-v-e59be3b4]:hover{
  text-decoration:none
}

.btn--rounded[data-v-e59be3b4]{
  border-radius:50px
}

.btn--block[data-v-e59be3b4]{
  width:100%
}

.btn--lg[data-v-e59be3b4]{
  padding:16px 22px;
  font-size:1.143em
}

.btn--md[data-v-e59be3b4]{
  padding:10px 20px;
  font-size:1em
}

.btn--sm[data-v-e59be3b4]{
  padding:9px 15px;
  font-size:.857em
}

.btn--mini[data-v-e59be3b4]{
  padding:7px 15px;
  font-size:.857em
}

.btn--fab[data-v-e59be3b4]{
  border-radius:50%;
  padding:0;
  height:40px;
  width:40px
}

.btn--fab.btn--lg[data-v-e59be3b4]{
  height:50px;
  width:50px
}

.btn--fab.btn--md[data-v-e59be3b4]{
  height:36px;
  width:36px
}

.btn--fab.btn--sm[data-v-e59be3b4]{
  height:32px;
  width:32px
}

.btn--fab.btn--mini[data-v-e59be3b4]{
  height:28px;
  width:28px
}

.btn--light[data-v-e59be3b4],.btn--white[data-v-e59be3b4]{
  color:#747474
}

.btn--primary[data-v-e59be3b4]{
  background-color:#1e90ff
}

.btn--primary[data-v-e59be3b4]:focus,.btn--primary[data-v-e59be3b4]:hover{
  background-color:#0077ea
}

.btn--primary.active[data-v-e59be3b4]{
  background-color:#1e90ff
}

.btn--primary.active[data-v-e59be3b4],.btn--primary[data-v-e59be3b4]:focus{
  -webkit-box-shadow:0 0 0 .143rem rgba(30,144,255,.5);
  box-shadow:0 0 0 .143rem rgba(30,144,255,.5)
}

.btn--primary--outline[data-v-e59be3b4]{
  background-color:rgba(30,144,255,.05);
  border:1px solid #1e90ff;
  color:#1e90ff
}

.btn--primary--outline.active[data-v-e59be3b4],.btn--primary--outline[data-v-e59be3b4]:focus,.btn--primary--outline[data-v-e59be3b4]:hover{
  background-color:#1e90ff;
  color:#fff
}

.btn--primary--outline.active[data-v-e59be3b4],.btn--primary--outline[data-v-e59be3b4]:focus{
  -webkit-box-shadow:0 0 0 .143rem rgba(30,144,255,.5);
  box-shadow:0 0 0 .143rem rgba(30,144,255,.5)
}

.btn--secondary[data-v-e59be3b4]{
  background-color:#747474
}

.btn--secondary[data-v-e59be3b4]:focus,.btn--secondary[data-v-e59be3b4]:hover{
  background-color:#5b5b5b
}

.btn--secondary.active[data-v-e59be3b4]{
  background-color:#747474
}

.btn--secondary.active[data-v-e59be3b4],.btn--secondary[data-v-e59be3b4]:focus{
  -webkit-box-shadow:0 0 0 .143rem hsla(0,0%,45.5%,.5);
  box-shadow:0 0 0 .143rem hsla(0,0%,45.5%,.5)
}

.btn--secondary--outline[data-v-e59be3b4]{
  background-color:hsla(0,0%,45.5%,.05);
  border:1px solid #747474;
  color:#747474
}

.btn--secondary--outline.active[data-v-e59be3b4],.btn--secondary--outline[data-v-e59be3b4]:focus,.btn--secondary--outline[data-v-e59be3b4]:hover{
  background-color:#747474;
  color:#fff
}

.btn--secondary--outline.active[data-v-e59be3b4],.btn--secondary--outline[data-v-e59be3b4]:focus{
  -webkit-box-shadow:0 0 0 .143rem hsla(0,0%,45.5%,.5);
  box-shadow:0 0 0 .143rem hsla(0,0%,45.5%,.5)
}

.btn--third[data-v-e59be3b4]{
  background-color:#ccc
}

.btn--third[data-v-e59be3b4]:focus,.btn--third[data-v-e59be3b4]:hover{
  background-color:#b3b3b3
}

.btn--third.active[data-v-e59be3b4]{
  background-color:#ccc
}

.btn--third.active[data-v-e59be3b4],.btn--third[data-v-e59be3b4]:focus{
  -webkit-box-shadow:0 0 0 .143rem hsla(0,0%,80%,.5);
  box-shadow:0 0 0 .143rem hsla(0,0%,80%,.5)
}

.btn--third--outline[data-v-e59be3b4]{
  background-color:hsla(0,0%,80%,.05);
  border:1px solid #ccc;
  color:#ccc
}

.btn--third--outline.active[data-v-e59be3b4],.btn--third--outline[data-v-e59be3b4]:focus,.btn--third--outline[data-v-e59be3b4]:hover{
  background-color:#ccc;
  color:#fff
}

.btn--third--outline.active[data-v-e59be3b4],.btn--third--outline[data-v-e59be3b4]:focus{
  -webkit-box-shadow:0 0 0 .143rem hsla(0,0%,80%,.5);
  box-shadow:0 0 0 .143rem hsla(0,0%,80%,.5)
}

.btn--success[data-v-e59be3b4]{
  background-color:#9acd32
}

.btn--success[data-v-e59be3b4]:focus,.btn--success[data-v-e59be3b4]:hover{
  background-color:#7ba428
}

.btn--success.active[data-v-e59be3b4]{
  background-color:#9acd32
}

.btn--success.active[data-v-e59be3b4],.btn--success[data-v-e59be3b4]:focus{
  -webkit-box-shadow:0 0 0 .143rem rgba(154,205,50,.5);
  box-shadow:0 0 0 .143rem rgba(154,205,50,.5)
}

.btn--success--outline[data-v-e59be3b4]{
  background-color:rgba(154,205,50,.05);
  border:1px solid #9acd32;
  color:#9acd32
}

.btn--success--outline.active[data-v-e59be3b4],.btn--success--outline[data-v-e59be3b4]:focus,.btn--success--outline[data-v-e59be3b4]:hover{
  background-color:#9acd32;
  color:#fff
}

.btn--success--outline.active[data-v-e59be3b4],.btn--success--outline[data-v-e59be3b4]:focus{
  -webkit-box-shadow:0 0 0 .143rem rgba(154,205,50,.5);
  box-shadow:0 0 0 .143rem rgba(154,205,50,.5)
}

.btn--danger[data-v-e59be3b4]{
  background-color:#ff4500
}

.btn--danger[data-v-e59be3b4]:focus,.btn--danger[data-v-e59be3b4]:hover{
  background-color:#cc3700
}

.btn--danger.active[data-v-e59be3b4]{
  background-color:#ff4500
}

.btn--danger.active[data-v-e59be3b4],.btn--danger[data-v-e59be3b4]:focus{
  -webkit-box-shadow:0 0 0 .143rem rgba(255,69,0,.5);
  box-shadow:0 0 0 .143rem rgba(255,69,0,.5)
}

.btn--danger--outline[data-v-e59be3b4]{
  background-color:rgba(255,69,0,.05);
  border:1px solid #ff4500;
  color:#ff4500
}

.btn--danger--outline.active[data-v-e59be3b4],.btn--danger--outline[data-v-e59be3b4]:focus,.btn--danger--outline[data-v-e59be3b4]:hover{
  background-color:#ff4500;
  color:#fff
}

.btn--danger--outline.active[data-v-e59be3b4],.btn--danger--outline[data-v-e59be3b4]:focus{
  -webkit-box-shadow:0 0 0 .143rem rgba(255,69,0,.5);
  box-shadow:0 0 0 .143rem rgba(255,69,0,.5)
}

.btn--grey[data-v-e59be3b4]{
  background-color:#999
}

.btn--grey[data-v-e59be3b4]:focus,.btn--grey[data-v-e59be3b4]:hover{
  background-color:grey
}

.btn--grey.active[data-v-e59be3b4]{
  background-color:#999
}

.btn--grey.active[data-v-e59be3b4],.btn--grey[data-v-e59be3b4]:focus{
  -webkit-box-shadow:0 0 0 .143rem hsla(0,0%,60%,.5);
  box-shadow:0 0 0 .143rem hsla(0,0%,60%,.5)
}

.btn--grey--outline[data-v-e59be3b4]{
  background-color:hsla(0,0%,60%,.05);
  border:1px solid #999;
  color:#999
}

.btn--grey--outline.active[data-v-e59be3b4],.btn--grey--outline[data-v-e59be3b4]:focus,.btn--grey--outline[data-v-e59be3b4]:hover{
  background-color:#999;
  color:#fff
}

.btn--grey--outline.active[data-v-e59be3b4],.btn--grey--outline[data-v-e59be3b4]:focus{
  -webkit-box-shadow:0 0 0 .143rem hsla(0,0%,60%,.5);
  box-shadow:0 0 0 .143rem hsla(0,0%,60%,.5)
}

.btn--info[data-v-e59be3b4]{
  background-color:#17a2b8
}

.btn--info[data-v-e59be3b4]:focus,.btn--info[data-v-e59be3b4]:hover{
  background-color:#117a8b
}

.btn--info.active[data-v-e59be3b4]{
  background-color:#17a2b8
}

.btn--info.active[data-v-e59be3b4],.btn--info[data-v-e59be3b4]:focus{
  -webkit-box-shadow:0 0 0 .143rem rgba(23,162,184,.5);
  box-shadow:0 0 0 .143rem rgba(23,162,184,.5)
}

.btn--info--outline[data-v-e59be3b4]{
  background-color:rgba(23,162,184,.05);
  border:1px solid #17a2b8;
  color:#17a2b8
}

.btn--info--outline.active[data-v-e59be3b4],.btn--info--outline[data-v-e59be3b4]:focus,.btn--info--outline[data-v-e59be3b4]:hover{
  background-color:#17a2b8;
  color:#fff
}

.btn--info--outline.active[data-v-e59be3b4],.btn--info--outline[data-v-e59be3b4]:focus{
  -webkit-box-shadow:0 0 0 .143rem rgba(23,162,184,.5);
  box-shadow:0 0 0 .143rem rgba(23,162,184,.5)
}

.btn--warning[data-v-e59be3b4]{
  background-color:#ffa300
}

.btn--warning[data-v-e59be3b4]:focus,.btn--warning[data-v-e59be3b4]:hover{
  background-color:#cc8200
}

.btn--warning.active[data-v-e59be3b4]{
  background-color:#ffa300
}

.btn--warning.active[data-v-e59be3b4],.btn--warning[data-v-e59be3b4]:focus{
  -webkit-box-shadow:0 0 0 .143rem rgba(255,163,0,.5);
  box-shadow:0 0 0 .143rem rgba(255,163,0,.5)
}

.btn--warning--outline[data-v-e59be3b4]{
  background-color:rgba(255,163,0,.05);
  border:1px solid #ffa300;
  color:#ffa300
}

.btn--warning--outline.active[data-v-e59be3b4],.btn--warning--outline[data-v-e59be3b4]:focus,.btn--warning--outline[data-v-e59be3b4]:hover{
  background-color:#ffa300;
  color:#fff
}

.btn--warning--outline.active[data-v-e59be3b4],.btn--warning--outline[data-v-e59be3b4]:focus{
  -webkit-box-shadow:0 0 0 .143rem rgba(255,163,0,.5);
  box-shadow:0 0 0 .143rem rgba(255,163,0,.5)
}

.btn--light[data-v-e59be3b4]{
  background-color:#f5f5f5
}

.btn--light[data-v-e59be3b4]:focus,.btn--light[data-v-e59be3b4]:hover{
  background-color:#dcdcdc
}

.btn--light.active[data-v-e59be3b4]{
  background-color:#f5f5f5
}

.btn--light.active[data-v-e59be3b4],.btn--light[data-v-e59be3b4]:focus{
  -webkit-box-shadow:0 0 0 .143rem hsla(0,0%,96.1%,.5);
  box-shadow:0 0 0 .143rem hsla(0,0%,96.1%,.5)
}

.btn--light--outline[data-v-e59be3b4]{
  background-color:hsla(0,0%,96.1%,.05);
  border:1px solid #f5f5f5;
  color:#f5f5f5
}

.btn--light--outline.active[data-v-e59be3b4],.btn--light--outline[data-v-e59be3b4]:focus,.btn--light--outline[data-v-e59be3b4]:hover{
  background-color:#f5f5f5;
  color:#fff
}

.btn--light--outline.active[data-v-e59be3b4],.btn--light--outline[data-v-e59be3b4]:focus{
  -webkit-box-shadow:0 0 0 .143rem hsla(0,0%,96.1%,.5);
  box-shadow:0 0 0 .143rem hsla(0,0%,96.1%,.5)
}

.btn--dark[data-v-e59be3b4]{
  background-color:#24292e
}

.btn--dark[data-v-e59be3b4]:focus,.btn--dark[data-v-e59be3b4]:hover{
  background-color:#0e1011
}

.btn--dark.active[data-v-e59be3b4]{
  background-color:#24292e
}

.btn--dark.active[data-v-e59be3b4],.btn--dark[data-v-e59be3b4]:focus{
  -webkit-box-shadow:0 0 0 .143rem rgba(36,41,46,.5);
  box-shadow:0 0 0 .143rem rgba(36,41,46,.5)
}

.btn--dark--outline[data-v-e59be3b4]{
  background-color:rgba(36,41,46,.05);
  border:1px solid #24292e;
  color:#24292e
}

.btn--dark--outline.active[data-v-e59be3b4],.btn--dark--outline[data-v-e59be3b4]:focus,.btn--dark--outline[data-v-e59be3b4]:hover{
  background-color:#24292e;
  color:#fff
}

.btn--dark--outline.active[data-v-e59be3b4],.btn--dark--outline[data-v-e59be3b4]:focus{
  -webkit-box-shadow:0 0 0 .143rem rgba(36,41,46,.5);
  box-shadow:0 0 0 .143rem rgba(36,41,46,.5)
}

.btn--default[data-v-e59be3b4]{
  background-color:#ccc
}

.btn--default[data-v-e59be3b4]:focus,.btn--default[data-v-e59be3b4]:hover{
  background-color:#b3b3b3
}

.btn--default.active[data-v-e59be3b4]{
  background-color:#ccc
}

.btn--default.active[data-v-e59be3b4],.btn--default[data-v-e59be3b4]:focus{
  -webkit-box-shadow:0 0 0 .143rem hsla(0,0%,80%,.5);
  box-shadow:0 0 0 .143rem hsla(0,0%,80%,.5)
}

.btn--default--outline[data-v-e59be3b4]{
  background-color:hsla(0,0%,80%,.05);
  border:1px solid #ccc;
  color:#ccc
}

.btn--default--outline.active[data-v-e59be3b4],.btn--default--outline[data-v-e59be3b4]:focus,.btn--default--outline[data-v-e59be3b4]:hover{
  background-color:#ccc;
  color:#fff
}

.btn--default--outline.active[data-v-e59be3b4],.btn--default--outline[data-v-e59be3b4]:focus{
  -webkit-box-shadow:0 0 0 .143rem hsla(0,0%,80%,.5);
  box-shadow:0 0 0 .143rem hsla(0,0%,80%,.5)
}

.btn--white[data-v-e59be3b4]{
  background-color:#fff
}

.btn--white[data-v-e59be3b4]:focus,.btn--white[data-v-e59be3b4]:hover{
  background-color:#e6e6e6
}

.btn--white.active[data-v-e59be3b4]{
  background-color:#fff
}

.btn--white.active[data-v-e59be3b4],.btn--white[data-v-e59be3b4]:focus{
  -webkit-box-shadow:0 0 0 .143rem hsla(0,0%,100%,.5);
  box-shadow:0 0 0 .143rem hsla(0,0%,100%,.5)
}

.btn--white--outline[data-v-e59be3b4]{
  background-color:hsla(0,0%,100%,.05);
  border:1px solid #fff;
  color:#fff
}

.btn--white--outline.active[data-v-e59be3b4],.btn--white--outline[data-v-e59be3b4]:focus,.btn--white--outline[data-v-e59be3b4]:hover{
  background-color:#fff;
  color:#fff
}

.btn--white--outline.active[data-v-e59be3b4],.btn--white--outline[data-v-e59be3b4]:focus{
  -webkit-box-shadow:0 0 0 .143rem hsla(0,0%,100%,.5);
  box-shadow:0 0 0 .143rem hsla(0,0%,100%,.5)
}

.btn--black.active[data-v-e59be3b4],.btn--black[data-v-e59be3b4],.btn--black[data-v-e59be3b4]:focus,.btn--black[data-v-e59be3b4]:hover{
  background-color:#000
}

.btn--black.active[data-v-e59be3b4],.btn--black[data-v-e59be3b4]:focus{
  -webkit-box-shadow:0 0 0 .143rem rgba(0,0,0,.5);
  box-shadow:0 0 0 .143rem rgba(0,0,0,.5)
}

.btn--black--outline[data-v-e59be3b4]{
  background-color:rgba(0,0,0,.05);
  border:1px solid #000;
  color:#000
}

.btn--black--outline.active[data-v-e59be3b4],.btn--black--outline[data-v-e59be3b4]:focus,.btn--black--outline[data-v-e59be3b4]:hover{
  background-color:#000;
  color:#fff
}

.btn--black--outline.active[data-v-e59be3b4],.btn--black--outline[data-v-e59be3b4]:focus{
  -webkit-box-shadow:0 0 0 .143rem rgba(0,0,0,.5);
  box-shadow:0 0 0 .143rem rgba(0,0,0,.5)
}

.btn--default--outline[data-v-e59be3b4]{
  color:#747474
}

.btn--disabled[data-v-e59be3b4]:disabled{
  -webkit-box-shadow:none;
  box-shadow:none;
  background-color:#ccc;
  border:1px solid #ccc;
  color:#fff;
  cursor:not-allowed
}

.badge[data-v-e59be3b4]{
  background:#999;
  height:22px;
  line-height:22px;
  border-radius:22px;
  padding:0 5px;
  font-size:.857em;
  color:#888;
  font-weight:500
}

.badge-primary[data-v-e59be3b4]{
  background-color:#1e90ff;
  color:#fff
}

.badge-secondary[data-v-e59be3b4]{
  background-color:#747474;
  color:#fff
}

.badge-third[data-v-e59be3b4]{
  background-color:#ccc;
  color:#fff
}

.badge-success[data-v-e59be3b4]{
  background-color:#9acd32;
  color:#fff
}

.badge-danger[data-v-e59be3b4]{
  background-color:#ff4500;
  color:#fff
}

.badge-grey[data-v-e59be3b4]{
  background-color:#999;
  color:#fff
}

.badge-info[data-v-e59be3b4]{
  background-color:#17a2b8;
  color:#fff
}

.badge-warning[data-v-e59be3b4]{
  background-color:#ffa300;
  color:#fff
}

.badge-light[data-v-e59be3b4]{
  background-color:#f5f5f5;
  color:#fff
}

.badge-dark[data-v-e59be3b4]{
  background-color:#24292e;
  color:#fff
}

.badge-default[data-v-e59be3b4]{
  background-color:#ccc;
  color:#fff
}

.badge-white[data-v-e59be3b4]{
  background-color:#fff;
  color:#fff
}

.badge-black[data-v-e59be3b4]{
  background-color:#000;
  color:#fff
}

table.md[data-v-e59be3b4]{
  border-spacing:0;
  border-radius:8px;
  border-collapse:collapse;
  width:100%;
  table-layout:fixed;
  overflow-wrap:break-word;
  overflow:hidden;
  word-break:break-all;
  margin-top:0;
  margin-bottom:16px;
  font-size:1em;
  -webkit-box-shadow:0 0 8px rgba(0,0,0,.2);
  box-shadow:0 0 8px rgba(0,0,0,.2)
}

table.md tr[data-v-e59be3b4]{
  background-color:#fff;
  width:100%
}

table.md tr td[data-v-e59be3b4],table.md tr th[data-v-e59be3b4]{
  padding:6px 13px;
  text-align:left
}

table.md tr[data-v-e59be3b4]:nth-child(2n){
  background-color:#f2f2f2
}

.is-dark table.md[data-v-e59be3b4]{
  color:#f2f2f2
}

.is-dark table.md tr[data-v-e59be3b4]{
  background-color:#21222e
}

.is-dark table.md tr[data-v-e59be3b4]:nth-child(2n){
  background-color:#2e2f40
}

.is-dark table.md tr td.text-muted[data-v-e59be3b4]{
  color:hsla(0,0%,100%,.3)
}

.slide-enter-active[data-v-e59be3b4],.slide-leave-active[data-v-e59be3b4]{
  opacity:1;
  z-index:998;
  -webkit-transition:all .3s;
  transition:all .3s;
  -webkit-transform:translateY(0);
  transform:translateY(0)
}

.slide-enter[data-v-e59be3b4],.slide-leave-to[data-v-e59be3b4]{
  opacity:0;
  z-index:998;
  -webkit-transform:translateY(-20px);
  transform:translateY(-20px)
}

.tags-enter-active[data-v-e59be3b4],.tags-leave-active[data-v-e59be3b4]{
  opacity:1;
  -webkit-transition:all .3s;
  transition:all .3s;
  position:absolute;
  -webkit-transform:translateY(0);
  transform:translateY(0)
}

.tags-enter[data-v-e59be3b4],.tags-leave-to[data-v-e59be3b4]{
  opacity:0;
  -webkit-transform:translateX(-100%);
  transform:translateX(-100%)
}

.slideinvert-enter-active[data-v-e59be3b4],.slideinvert-leave-active[data-v-e59be3b4]{
  opacity:1;
  z-index:998;
  -webkit-transition:all .3s;
  transition:all .3s;
  -webkit-transform:translateY(0);
  transform:translateY(0)
}

.slideinvert-enter[data-v-e59be3b4],.slideinvert-leave-to[data-v-e59be3b4]{
  opacity:0;
  z-index:998;
  -webkit-transform:translateY(40px);
  transform:translateY(40px)
}

.slidenext-enter-active[data-v-e59be3b4],.slidenext-leave-active[data-v-e59be3b4],.slideprev-enter-active[data-v-e59be3b4],.slideprev-leave-active[data-v-e59be3b4]{
  position:absolute;
  -webkit-transition:all .3s;
  transition:all .3s
}

.slidenext-enter[data-v-e59be3b4],.slideprev-leave-to[data-v-e59be3b4]{
  -webkit-transform:translateX(100%);
  transform:translateX(100%)
}

.slidenext-leave-to[data-v-e59be3b4],.slideprev-enter[data-v-e59be3b4]{
  -webkit-transform:translateX(-100%);
  transform:translateX(-100%)
}

.slidevnext-enter-active[data-v-e59be3b4],.slidevnext-leave-active[data-v-e59be3b4],.slidevprev-enter-active[data-v-e59be3b4],.slidevprev-leave-active[data-v-e59be3b4]{
  position:absolute;
  -webkit-transition:all .3s;
  transition:all .3s
}

.slidevnext-enter[data-v-e59be3b4],.slidevprev-leave-to[data-v-e59be3b4]{
  -webkit-transform:translateY(100%);
  transform:translateY(100%);
  opacity:0
}

.slidevnext-leave-to[data-v-e59be3b4],.slidevprev-enter[data-v-e59be3b4]{
  -webkit-transform:translateY(-100%);
  transform:translateY(-100%);
  opacity:0
}

@media screen and (max-width:415px){
  .slide-enter-active[data-v-e59be3b4],.slide-leave-active[data-v-e59be3b4],.slideinvert-enter-active[data-v-e59be3b4],.slideinvert-leave-active[data-v-e59be3b4]{
    -webkit-transition:all 0s;
    transition:all 0s
  }
}

.spinner-anim[data-v-e59be3b4]{
  -webkit-animation:spin-data-v-e59be3b4 .6s linear infinite;
  animation:spin-data-v-e59be3b4 .6s linear infinite
}

@-webkit-keyframes spin-data-v-e59be3b4{
  0%{
    -webkit-transform:rotate(0deg);
    transform:rotate(0deg)
  }

  to{
    -webkit-transform:rotate(1turn);
    transform:rotate(1turn)
  }
}

@keyframes spin-data-v-e59be3b4{
  0%{
    -webkit-transform:rotate(0deg);
    transform:rotate(0deg)
  }

  to{
    -webkit-transform:rotate(1turn);
    transform:rotate(1turn)
  }
}

.dialog-fade-enter-active .dialog-animation[data-v-e59be3b4]{
  -webkit-animation:dialog-fade-in-data-v-e59be3b4 .4s;
  animation:dialog-fade-in-data-v-e59be3b4 .4s
}

.dialog-fade-leave-active .dialog-animation[data-v-e59be3b4]{
  -webkit-animation:dialog-fade-out-data-v-e59be3b4 .4s;
  animation:dialog-fade-out-data-v-e59be3b4 .4s
}

@-webkit-keyframes dialog-fade-in-data-v-e59be3b4{
  0%{
    -webkit-transform:translate3d(0,-30px,0);
    transform:translate3d(0,-30px,0);
    opacity:0
  }

  to{
    -webkit-transform:translateZ(0);
    transform:translateZ(0);
    opacity:1
  }
}

@keyframes dialog-fade-in-data-v-e59be3b4{
  0%{
    -webkit-transform:translate3d(0,-30px,0);
    transform:translate3d(0,-30px,0);
    opacity:0
  }

  to{
    -webkit-transform:translateZ(0);
    transform:translateZ(0);
    opacity:1
  }
}

@-webkit-keyframes dialog-fade-out-data-v-e59be3b4{
  0%{
    -webkit-transform:translateZ(0);
    transform:translateZ(0);
    opacity:1
  }

  to{
    -webkit-transform:translate3d(0,-30px,0);
    transform:translate3d(0,-30px,0);
    opacity:0
  }
}

@keyframes dialog-fade-out-data-v-e59be3b4{
  0%{
    -webkit-transform:translateZ(0);
    transform:translateZ(0);
    opacity:1
  }

  to{
    -webkit-transform:translate3d(0,-30px,0);
    transform:translate3d(0,-30px,0);
    opacity:0
  }
}

.expand-enter-active[data-v-e59be3b4],.expand-leave-active[data-v-e59be3b4]{
  -webkit-transition:.3s ease-in-out;
  transition:.3s ease-in-out;
  -webkit-transition-property:opacity,height;
  transition-property:opacity,height;
  overflow:hidden
}

.expand-enter[data-v-e59be3b4],.expand-leave-to[data-v-e59be3b4]{
  height:0;
  opacity:0
}

.scale-enter-active[data-v-e59be3b4],.scale-leave-active[data-v-e59be3b4]{
  opacity:1;
  z-index:1;
  -webkit-transition:all .3s cubic-bezier(.4,.52,.26,.9);
  transition:all .3s cubic-bezier(.4,.52,.26,.9)
}

.scale-enter[data-v-e59be3b4],.scale-leave-to[data-v-e59be3b4]{
  opacity:.4;
  z-index:1;
  -webkit-transform:scale(0);
  transform:scale(0)
}

@-webkit-keyframes loading-data-v-e59be3b4{
  0%{
    left:-200px;
    width:30%
  }

  50%{
    width:30%
  }

  70%{
    width:70%
  }

  80%{
    left:50%
  }

  95%{
    left:120%
  }

  to{
    left:100%
  }
}

.flip-list-move[data-v-e59be3b4]{
  -webkit-transition:-webkit-transform .6s;
  transition:-webkit-transform .6s;
  transition:transform .6s;
  transition:transform .6s, -webkit-transform .6s;
  transition:transform .6s,-webkit-transform .6s
}

.over-hid[data-v-e59be3b4]{
  overflow:hidden
}

.pos-r[data-v-e59be3b4]{
  position:relative
}

.pos-a[data-v-e59be3b4]{
  position:absolute
}

.flex[data-v-e59be3b4]{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex
}

.flex.fluid[data-v-e59be3b4]{
  width:100%
}

.flex.direction-column[data-v-e59be3b4]{
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column
}

.flex.direction-column-reverse[data-v-e59be3b4]{
  -webkit-box-orient:vertical;
  -webkit-box-direction:reverse;
  -ms-flex-direction:column-reverse;
  flex-direction:column-reverse
}

.flex.direction-row[data-v-e59be3b4]{
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
  -ms-flex-direction:row;
  flex-direction:row
}

.flex.direction-row-reverse[data-v-e59be3b4]{
  -webkit-box-orient:horizontal;
  -webkit-box-direction:reverse;
  -ms-flex-direction:row-reverse;
  flex-direction:row-reverse
}

.flex.align-center[data-v-e59be3b4]{
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center
}

.flex.align-start[data-v-e59be3b4]{
  -webkit-box-align:start;
  -ms-flex-align:start;
  align-items:flex-start
}

.flex.align-end[data-v-e59be3b4]{
  -webkit-box-align:end;
  -ms-flex-align:end;
  align-items:flex-end
}

.flex.justify-start[data-v-e59be3b4]{
  -webkit-box-pack:start;
  -ms-flex-pack:start;
  justify-content:flex-start
}

.flex.justify-end[data-v-e59be3b4]{
  -webkit-box-pack:end;
  -ms-flex-pack:end;
  justify-content:flex-end
}

.flex.justify-center[data-v-e59be3b4]{
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center
}

.flex.space-between[data-v-e59be3b4]{
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between
}

.flex.space-around[data-v-e59be3b4]{
  -ms-flex-pack:distribute;
  justify-content:space-around
}

.flex.flex-center[data-v-e59be3b4]{
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center
}

.flex.flex--wrap[data-v-e59be3b4]{
  -ms-flex-wrap:wrap;
  flex-wrap:wrap
}

.flex.flex--grow[data-v-e59be3b4]{
  -webkit-box-flex:1;
  -ms-flex-positive:1;
  flex-grow:1
}

.flex-fill[data-v-e59be3b4]{
  -webkit-box-flex:0;
  -ms-flex:0 1 auto;
  flex:0 1 auto
}

.flex-fixed[data-v-e59be3b4]{
  -webkit-box-flex:0;
  -ms-flex:0 0 auto;
  flex:0 0 auto
}

.flex-1[data-v-e59be3b4]{
  -webkit-box-flex:1;
  -ms-flex:1;
  flex:1
}

.flex-100[data-v-e59be3b4]{
  -webkit-box-flex:0;
  -ms-flex:0 1 100%;
  flex:0 1 100%
}

.flex-75[data-v-e59be3b4]{
  -webkit-box-flex:0;
  -ms-flex:0 1 75%;
  flex:0 1 75%
}

.flex-50[data-v-e59be3b4]{
  -webkit-box-flex:0;
  -ms-flex:0 1 50%;
  flex:0 1 50%
}

.flex-33[data-v-e59be3b4]{
  -webkit-box-flex:0;
  -ms-flex:0 1 33.33%;
  flex:0 1 33.33%
}

.flex-25[data-v-e59be3b4]{
  -webkit-box-flex:0;
  -ms-flex:0 1 25%;
  flex:0 1 25%
}

.flex-20[data-v-e59be3b4]{
  -webkit-box-flex:0;
  -ms-flex:0 1 20%;
  flex:0 1 20%
}

.flex-16[data-v-e59be3b4]{
  -webkit-box-flex:0;
  -ms-flex:0 1 16.66%;
  flex:0 1 16.66%
}

.text-muted-white[data-v-e59be3b4]{
  color:hsla(0,0%,100%,.54)
}

.text-muted[data-v-e59be3b4]{
  color:rgba(0,0,0,.54)
}

.is-dark .text-muted[data-v-e59be3b4]{
  color:hsla(0,0%,100%,.54)
}

.text-strong[data-v-e59be3b4]{
  font-weight:500
}

.text-center[data-v-e59be3b4]{
  text-align:center
}

.text-left[data-v-e59be3b4]{
  text-align:left
}

.text-right[data-v-e59be3b4]{
  text-align:right
}

.text-primary[data-v-e59be3b4]{
  color:#1e90ff
}

.text-secondary[data-v-e59be3b4]{
  color:#747474
}

.text-third[data-v-e59be3b4]{
  color:#ccc
}

.text-success[data-v-e59be3b4]{
  color:#9acd32
}

.text-danger[data-v-e59be3b4]{
  color:#ff4500
}

.text-grey[data-v-e59be3b4]{
  color:#999
}

.text-info[data-v-e59be3b4]{
  color:#17a2b8
}

.text-warning[data-v-e59be3b4]{
  color:#ffa300
}

.text-light[data-v-e59be3b4]{
  color:#f5f5f5
}

.text-dark[data-v-e59be3b4]{
  color:#24292e
}

.text-default[data-v-e59be3b4]{
  color:#ccc
}

.text-white[data-v-e59be3b4]{
  color:#fff
}

.text-black[data-v-e59be3b4]{
  color:#000
}

.dots-text[data-v-e59be3b4]{
  text-overflow:ellipsis;
  white-space:nowrap;
  overflow:hidden
}

.dots-text-3[data-v-e59be3b4]{
  overflow:hidden;
  position:relative;
  line-height:1.3em;
  max-height:3.9em;
  text-align:justify;
  margin-right:-1em;
  padding-right:1em
}

.dots-text-3[data-v-e59be3b4]:before{
  content:"...";
  position:absolute;
  right:3px;
  bottom:2px
}

.dots-text-3[data-v-e59be3b4]:after{
  content:"";
  position:absolute;
  right:0;
  width:1em;
  height:1em;
  margin-top:.2em;
  background:#fff
}

.dots-text-2[data-v-e59be3b4]{
  overflow:hidden;
  position:relative;
  line-height:1.3em;
  max-height:2.6em;
  text-align:justify;
  margin-right:-1em;
  padding-right:1em
}

.dots-text-2[data-v-e59be3b4]:before{
  content:"...";
  position:absolute;
  right:3px;
  bottom:2px
}

.dots-text-2[data-v-e59be3b4]:after{
  content:"";
  position:absolute;
  right:0;
  width:1em;
  height:1em;
  margin-top:.2em;
  background:#fff
}

.container[data-v-e59be3b4]{
  width:100%;
  padding-right:15px;
  padding-left:15px;
  margin-right:auto;
  margin-left:auto
}

@media(max-width:768px){
  .container[data-v-e59be3b4]{
    max-width:100%
  }
}

@media(min-width:768px){
  .container[data-v-e59be3b4]{
    max-width:768px
  }
}

@media(min-width:1024px){
  .container[data-v-e59be3b4]{
    max-width:1024px
  }
}

@media(min-width:1440px){
  .container[data-v-e59be3b4]{
    max-width:1440px
  }
}

@media(min-width:2560px){
  .container[data-v-e59be3b4]{
    max-width:2560px
  }
}

.pr-0[data-v-e59be3b4]{
  padding-right:0
}

.pt-0[data-v-e59be3b4]{
  padding-top:0
}

.pb-0[data-v-e59be3b4]{
  padding-bottom:0
}

.pl-0[data-v-e59be3b4]{
  padding-left:0
}

.px-0[data-v-e59be3b4]{
  padding-left:0;
  padding-right:0
}

.py-0[data-v-e59be3b4]{
  padding-top:0;
  padding-bottom:0
}

.p-0[data-v-e59be3b4]{
  padding:0
}

.pr-1[data-v-e59be3b4]{
  padding-right:.25rem
}

.pt-1[data-v-e59be3b4]{
  padding-top:.25rem
}

.pb-1[data-v-e59be3b4]{
  padding-bottom:.25rem
}

.pl-1[data-v-e59be3b4]{
  padding-left:.25rem
}

.px-1[data-v-e59be3b4]{
  padding-left:.25rem;
  padding-right:.25rem
}

.py-1[data-v-e59be3b4]{
  padding-top:.25rem;
  padding-bottom:.25rem
}

.p-1[data-v-e59be3b4]{
  padding:.25rem
}

.pr-2[data-v-e59be3b4]{
  padding-right:.5rem
}

.pt-2[data-v-e59be3b4]{
  padding-top:.5rem
}

.pb-2[data-v-e59be3b4]{
  padding-bottom:.5rem
}

.pl-2[data-v-e59be3b4]{
  padding-left:.5rem
}

.px-2[data-v-e59be3b4]{
  padding-left:.5rem;
  padding-right:.5rem
}

.py-2[data-v-e59be3b4]{
  padding-top:.5rem;
  padding-bottom:.5rem
}

.p-2[data-v-e59be3b4]{
  padding:.5rem
}

.pr-3[data-v-e59be3b4]{
  padding-right:1rem
}

.pt-3[data-v-e59be3b4]{
  padding-top:1rem
}

.pb-3[data-v-e59be3b4]{
  padding-bottom:1rem
}

.pl-3[data-v-e59be3b4]{
  padding-left:1rem
}

.px-3[data-v-e59be3b4]{
  padding-left:1rem;
  padding-right:1rem
}

.py-3[data-v-e59be3b4]{
  padding-top:1rem;
  padding-bottom:1rem
}

.p-3[data-v-e59be3b4]{
  padding:1rem
}

.pr-4[data-v-e59be3b4]{
  padding-right:1.5rem
}

.pt-4[data-v-e59be3b4]{
  padding-top:1.5rem
}

.pb-4[data-v-e59be3b4]{
  padding-bottom:1.5rem
}

.pl-4[data-v-e59be3b4]{
  padding-left:1.5rem
}

.px-4[data-v-e59be3b4]{
  padding-left:1.5rem;
  padding-right:1.5rem
}

.py-4[data-v-e59be3b4]{
  padding-top:1.5rem;
  padding-bottom:1.5rem
}

.p-4[data-v-e59be3b4]{
  padding:1.5rem
}

.pr-5[data-v-e59be3b4]{
  padding-right:3rem
}

.pt-5[data-v-e59be3b4]{
  padding-top:3rem
}

.pb-5[data-v-e59be3b4]{
  padding-bottom:3rem
}

.pl-5[data-v-e59be3b4]{
  padding-left:3rem
}

.px-5[data-v-e59be3b4]{
  padding-left:3rem;
  padding-right:3rem
}

.py-5[data-v-e59be3b4]{
  padding-top:3rem;
  padding-bottom:3rem
}

.p-5[data-v-e59be3b4]{
  padding:3rem
}

.mr-0[data-v-e59be3b4]{
  margin-right:0
}

.mt-0[data-v-e59be3b4]{
  margin-top:0
}

.mb-0[data-v-e59be3b4]{
  margin-bottom:0
}

.ml-0[data-v-e59be3b4]{
  margin-left:0
}

.mx-0[data-v-e59be3b4]{
  margin-left:0;
  margin-right:0
}

.my-0[data-v-e59be3b4]{
  margin-top:0;
  margin-bottom:0
}

.m-0[data-v-e59be3b4]{
  margin:0
}

.mr-1[data-v-e59be3b4]{
  margin-right:.25rem
}

.mt-1[data-v-e59be3b4]{
  margin-top:.25rem
}

.mb-1[data-v-e59be3b4]{
  margin-bottom:.25rem
}

.ml-1[data-v-e59be3b4]{
  margin-left:.25rem
}

.mx-1[data-v-e59be3b4]{
  margin-left:.25rem;
  margin-right:.25rem
}

.my-1[data-v-e59be3b4]{
  margin-top:.25rem;
  margin-bottom:.25rem
}

.m-1[data-v-e59be3b4]{
  margin:.25rem
}

.mr-2[data-v-e59be3b4]{
  margin-right:.5rem
}

.mt-2[data-v-e59be3b4]{
  margin-top:.5rem
}

.mb-2[data-v-e59be3b4]{
  margin-bottom:.5rem
}

.ml-2[data-v-e59be3b4]{
  margin-left:.5rem
}

.mx-2[data-v-e59be3b4]{
  margin-left:.5rem;
  margin-right:.5rem
}

.my-2[data-v-e59be3b4]{
  margin-top:.5rem;
  margin-bottom:.5rem
}

.m-2[data-v-e59be3b4]{
  margin:.5rem
}

.mr-3[data-v-e59be3b4]{
  margin-right:1rem
}

.mt-3[data-v-e59be3b4]{
  margin-top:1rem
}

.mb-3[data-v-e59be3b4]{
  margin-bottom:1rem
}

.ml-3[data-v-e59be3b4]{
  margin-left:1rem
}

.mx-3[data-v-e59be3b4]{
  margin-left:1rem;
  margin-right:1rem
}

.my-3[data-v-e59be3b4]{
  margin-top:1rem;
  margin-bottom:1rem
}

.m-3[data-v-e59be3b4]{
  margin:1rem
}

.mr-4[data-v-e59be3b4]{
  margin-right:1.5rem
}

.mt-4[data-v-e59be3b4]{
  margin-top:1.5rem
}

.mb-4[data-v-e59be3b4]{
  margin-bottom:1.5rem
}

.ml-4[data-v-e59be3b4]{
  margin-left:1.5rem
}

.mx-4[data-v-e59be3b4]{
  margin-left:1.5rem;
  margin-right:1.5rem
}

.my-4[data-v-e59be3b4]{
  margin-top:1.5rem;
  margin-bottom:1.5rem
}

.m-4[data-v-e59be3b4]{
  margin:1.5rem
}

.mr-5[data-v-e59be3b4]{
  margin-right:3rem
}

.mt-5[data-v-e59be3b4]{
  margin-top:3rem
}

.mb-5[data-v-e59be3b4]{
  margin-bottom:3rem
}

.ml-5[data-v-e59be3b4]{
  margin-left:3rem
}

.mx-5[data-v-e59be3b4]{
  margin-left:3rem;
  margin-right:3rem
}

.my-5[data-v-e59be3b4]{
  margin-top:3rem;
  margin-bottom:3rem
}

.m-5[data-v-e59be3b4]{
  margin:3rem
}

.h-100[data-v-e59be3b4]{
  height:100%
}

.mh-100[data-v-e59be3b4]{
  max-height:100%
}

.w-100[data-v-e59be3b4]{
  width:100%
}

.mw-100[data-v-e59be3b4]{
  max-width:100%
}

.m-h-0[data-v-e59be3b4]{
  min-height:0
}

.m-h-100[data-v-e59be3b4]{
  min-height:100%
}

.m-w-0[data-v-e59be3b4]{
  min-width:0
}

.m-w-100[data-v-e59be3b4]{
  min-width:100%
}

.br-0[data-v-e59be3b4]{
  border-radius:0
}

.brt-0[data-v-e59be3b4]{
  border-top-left-radius:0;
  border-top-right-radius:0
}

.brb-0[data-v-e59be3b4]{
  border-bottom-right-radius:0;
  border-bottom-left-radius:0
}

.br-2[data-v-e59be3b4]{
  border-radius:2px
}

.brt-2[data-v-e59be3b4]{
  border-top-left-radius:2px;
  border-top-right-radius:2px
}

.brb-2[data-v-e59be3b4]{
  border-bottom-right-radius:2px;
  border-bottom-left-radius:2px
}

.br-4[data-v-e59be3b4]{
  border-radius:4px
}

.brt-4[data-v-e59be3b4]{
  border-top-left-radius:4px;
  border-top-right-radius:4px
}

.brb-4[data-v-e59be3b4]{
  border-bottom-right-radius:4px;
  border-bottom-left-radius:4px
}

.br-8[data-v-e59be3b4]{
  border-radius:8px
}

.brt-8[data-v-e59be3b4]{
  border-top-left-radius:8px;
  border-top-right-radius:8px
}

.brb-8[data-v-e59be3b4]{
  border-bottom-right-radius:8px;
  border-bottom-left-radius:8px
}

.fs-12[data-v-e59be3b4]{
  font-size:12px
}

.fs-14[data-v-e59be3b4]{
  font-size:14px
}

.fs-16[data-v-e59be3b4]{
  font-size:16px
}

.fs-18[data-v-e59be3b4]{
  font-size:18px
}

.fs-20[data-v-e59be3b4]{
  font-size:20px
}

.fs-22[data-v-e59be3b4]{
  font-size:22px
}

.fs-26[data-v-e59be3b4]{
  font-size:26px
}

.fw-300[data-v-e59be3b4]{
  font-weight:300
}

.fw-400[data-v-e59be3b4]{
  font-weight:400
}

.fw-500[data-v-e59be3b4]{
  font-weight:500
}

@media only screen and (max-width:2560px){
  .hidden-4k[data-v-e59be3b4]{
    display:none
  }
}

@media only screen and (max-width:1440px){
  .hidden-laptop[data-v-e59be3b4]{
    display:none
  }
}

@media only screen and (max-width:1024px){
  .hidden-laptop-s[data-v-e59be3b4]{
    display:none
  }
}

@media only screen and (max-width:768px){
  .hidden-tablet[data-v-e59be3b4]{
    display:none
  }
}

@media only screen and (max-width:425px){
  .hidden-mobile[data-v-e59be3b4]{
    display:none
  }
}

@media only screen and (max-width:375px){
  .hidden-mobile-m[data-v-e59be3b4]{
    display:none
  }
}

@media only screen and (max-width:320px){
  .hidden-mobile-s[data-v-e59be3b4]{
    display:none
  }
}

.show-4k[data-v-e59be3b4]{
  display:none
}

@media only screen and (max-width:2560px){
  .show-4k[data-v-e59be3b4]{
    display:inherit
  }
}

.show-laptop[data-v-e59be3b4]{
  display:none
}

@media only screen and (max-width:1440px){
  .show-laptop[data-v-e59be3b4]{
    display:inherit
  }
}

.show-laptop-s[data-v-e59be3b4]{
  display:none
}

@media only screen and (max-width:1024px){
  .show-laptop-s[data-v-e59be3b4]{
    display:inherit
  }
}

.show-tablet[data-v-e59be3b4]{
  display:none
}

@media only screen and (max-width:768px){
  .show-tablet[data-v-e59be3b4]{
    display:inherit
  }
}

.show-mobile[data-v-e59be3b4]{
  display:none
}

@media only screen and (max-width:425px){
  .show-mobile[data-v-e59be3b4]{
    display:inherit
  }
}

.show-mobile-m[data-v-e59be3b4]{
  display:none
}

@media only screen and (max-width:375px){
  .show-mobile-m[data-v-e59be3b4]{
    display:inherit
  }
}

.show-mobile-s[data-v-e59be3b4]{
  display:none
}

@media only screen and (max-width:320px){
  .show-mobile-s[data-v-e59be3b4]{
    display:inherit
  }
}

[data-v-e59be3b4],[data-v-e59be3b4]:after,[data-v-e59be3b4]:before{
  -webkit-box-sizing:border-box;
  box-sizing:border-box
}

blockquote[data-v-e59be3b4],body[data-v-e59be3b4],dd[data-v-e59be3b4],dl[data-v-e59be3b4],figure[data-v-e59be3b4],h1[data-v-e59be3b4],h2[data-v-e59be3b4],h3[data-v-e59be3b4],h4[data-v-e59be3b4],h5[data-v-e59be3b4],h6[data-v-e59be3b4],hr[data-v-e59be3b4],ol[data-v-e59be3b4],p[data-v-e59be3b4],pre[data-v-e59be3b4],ul[data-v-e59be3b4]{
  margin:0;
  padding:0
}

#app[data-v-e59be3b4],body[data-v-e59be3b4],button[data-v-e59be3b4],html[data-v-e59be3b4],input[data-v-e59be3b4]{
  font:400 14px -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
  line-height:1.5;
  -webkit-font-kerning:normal;
  font-kerning:normal
}

.input-tel[data-v-e59be3b4]{
  position:relative;
  font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
  height:40px;
  min-height:40px
}

.input-tel__label[data-v-e59be3b4]{
  position:absolute;
  top:4px;
  cursor:pointer;
  left:13px;
  -webkit-transform:translateY(25%);
  transform:translateY(25%);
  opacity:0;
  -webkit-transition:all .25s cubic-bezier(.645,.045,.355,1);
  transition:all .25s cubic-bezier(.645,.045,.355,1);
  font-size:11px;
  color:#747474
}

.input-tel__input[data-v-e59be3b4]{
  cursor:pointer;
  background-color:#fff;
  -webkit-transition-duration:.3s;
  transition-duration:.3s;
  position:relative;
  width:100%;
  padding:0 12px;
  font-weight:400;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  outline:none;
  border:1px solid #ccc;
  font-size:14px;
  z-index:0;
  margin-left:-1px;
  height:40px;
  min-height:40px
}

.input-tel__input[data-v-e59be3b4]:hover{
  border-color:#1e90ff
}

.input-tel__input[data-v-e59be3b4]:not(.no-country-selector){
  border-top-left-radius:0!important;
  border-bottom-left-radius:0!important
}

.input-tel__input[data-v-e59be3b4]::-webkit-input-placeholder{
  color:#747474
}

.input-tel__input[data-v-e59be3b4]::-moz-placeholder{
  color:#747474
}

.input-tel__input[data-v-e59be3b4]:-ms-input-placeholder{
  color:#747474
}

.input-tel__input[data-v-e59be3b4]::-ms-input-placeholder{
  color:#747474
}

.input-tel__input[data-v-e59be3b4]::placeholder{
  color:#747474
}

.input-tel__input__input[data-v-e59be3b4]:-webkit-autofill,.input-tel__input__input[data-v-e59be3b4]:-webkit-autofill:active,.input-tel__input__input[data-v-e59be3b4]:-webkit-autofill:focus,.input-tel__input__input[data-v-e59be3b4]:-webkit-autofill:hover{
  -webkit-box-shadow:0 0 0 1000px #fff inset!important;
  box-shadow:inset 0 0 0 1000px #fff!important;
  -webkit-text-fill-color:#747474!important
}

.input-tel__clear[data-v-e59be3b4]{
  position:absolute;
  top:0;
  bottom:0;
  right:8px;
  margin:auto 0;
  width:24px;
  height:24px;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  border:none;
  background:transparent;
  color:#747474;
  border-radius:24px;
  cursor:pointer;
  font-size:12px
}

.input-tel__clear[data-v-e59be3b4]:focus{
  outline:none
}

.input-tel__clear>span[data-v-e59be3b4]:not(.input-tel__clear__effect){
  position:relative;
  top:1px
}

.input-tel__clear__effect[data-v-e59be3b4]{
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  width:24px;
  height:24px;
  background-color:#747474;
  border-radius:24px;
  -webkit-transform:scale(0);
  transform:scale(0);
  -webkit-transition:-webkit-transform .2s;
  transition:-webkit-transform .2s;
  transition:transform .2s;
  transition:transform .2s, -webkit-transform .2s;
  transition:transform .2s,-webkit-transform .2s
}

.input-tel__clear[data-v-e59be3b4]:hover{
  color:#fff
}

.input-tel__clear:hover .input-tel__clear__effect[data-v-e59be3b4]{
  -webkit-transform:scale(1);
  transform:scale(1);
  opacity:.6
}

.input-tel.is-dark .input-tel__input[data-v-e59be3b4]::-webkit-input-placeholder{
  color:hsla(0,0%,100%,.7)
}

.input-tel.is-dark .input-tel__input[data-v-e59be3b4]::-moz-placeholder{
  color:hsla(0,0%,100%,.7)
}

.input-tel.is-dark .input-tel__input[data-v-e59be3b4]:-ms-input-placeholder{
  color:hsla(0,0%,100%,.7)
}

.input-tel.is-dark .input-tel__input[data-v-e59be3b4]::-ms-input-placeholder{
  color:hsla(0,0%,100%,.7)
}

.input-tel.is-dark .input-tel__input[data-v-e59be3b4]::placeholder{
  color:hsla(0,0%,100%,.7)
}

.input-tel.is-dark .input-tel__input__input[data-v-e59be3b4]:-webkit-autofill,.input-tel.is-dark .input-tel__input__input[data-v-e59be3b4]:-webkit-autofill:active,.input-tel.is-dark .input-tel__input__input[data-v-e59be3b4]:-webkit-autofill:focus,.input-tel.is-dark .input-tel__input__input[data-v-e59be3b4]:-webkit-autofill:hover{
  -webkit-box-shadow:0 0 0 1000px #21222e inset!important;
  box-shadow:inset 0 0 0 1000px #21222e!important;
  -webkit-text-fill-color:hsla(0,0%,100%,.7)!important
}

.input-tel.is-dark .input-tel__clear[data-v-e59be3b4]{
  color:hsla(0,0%,100%,.7)
}

.input-tel.is-dark .input-tel__clear__effect[data-v-e59be3b4]{
  background-color:hsla(0,0%,100%,.3)
}

.input-tel.is-dark .input-tel__clear[data-v-e59be3b4]:hover{
  color:#fff
}

.input-tel.is-focused[data-v-e59be3b4]{
  z-index:1
}

.input-tel.is-focused .input-tel__input[data-v-e59be3b4]{
  border-color:#1e90ff;
  -webkit-box-shadow:0 0 0 .125rem rgba(30,144,255,.7);
  box-shadow:0 0 0 .125rem rgba(30,144,255,.7)
}

.input-tel.is-focused .input-tel__label[data-v-e59be3b4]{
  color:#1e90ff
}

.input-tel.is-focused.has-error .input-tel__input[data-v-e59be3b4]{
  -webkit-box-shadow:0 0 0 .125rem rgba(255,69,0,.7);
  box-shadow:0 0 0 .125rem rgba(255,69,0,.7)
}

.input-tel.is-focused.is-valid .input-tel__input[data-v-e59be3b4]{
  border-color:#9acd32;
  -webkit-box-shadow:0 0 0 .125rem rgba(154,205,50,.7);
  box-shadow:0 0 0 .125rem rgba(154,205,50,.7)
}

.input-tel.has-value .input-tel__label[data-v-e59be3b4]{
  opacity:1;
  -webkit-transform:translateY(0);
  transform:translateY(0);
  font-size:11px
}

.input-tel.has-value .input-tel__input[data-v-e59be3b4]{
  padding-top:14px
}

.input-tel.has-hint .input-tel__label[data-v-e59be3b4],.input-tel.has-value .input-tel__label[data-v-e59be3b4]{
  opacity:1;
  -webkit-transform:translateY(0);
  transform:translateY(0);
  font-size:11px
}

.input-tel.has-hint .input-tel__input[data-v-e59be3b4],.input-tel.has-value .input-tel__input[data-v-e59be3b4]{
  padding-top:14px
}

.input-tel.is-valid .input-tel__input[data-v-e59be3b4],.input-tel.is-valid .input-tel__input[data-v-e59be3b4]:hover{
  border-color:#9acd32
}

.input-tel.is-valid .input-tel__label[data-v-e59be3b4]{
  color:#9acd32
}

.input-tel.has-error:not(.is-valid) .input-tel__input[data-v-e59be3b4]{
  border-color:#ff4500
}

.input-tel.has-error:not(.is-valid) .input-tel__label[data-v-e59be3b4]{
  color:#ff4500
}

.input-tel.is-disabled[data-v-e59be3b4]{
  cursor:not-allowed
}

.input-tel.is-disabled .input-tel__input[data-v-e59be3b4]{
  border-color:#ccc;
  background-color:#f2f2f2;
  color:#ccc
}

.input-tel.is-disabled .input-tel__input[data-v-e59be3b4]::-webkit-input-placeholder{
  color:#ccc
}

.input-tel.is-disabled .input-tel__input[data-v-e59be3b4]::-moz-placeholder{
  color:#ccc
}

.input-tel.is-disabled .input-tel__input[data-v-e59be3b4]:-ms-input-placeholder{
  color:#ccc
}

.input-tel.is-disabled .input-tel__input[data-v-e59be3b4]::-ms-input-placeholder{
  color:#ccc
}

.input-tel.is-disabled .input-tel__input[data-v-e59be3b4]::placeholder{
  color:#ccc
}

.input-tel.is-disabled .input-tel__input[data-v-e59be3b4],.input-tel.is-disabled .input-tel__label[data-v-e59be3b4],.input-tel.is-disabled .input-tel__toggle__arrow[data-v-e59be3b4]{
  cursor:not-allowed;
  color:#ccc
}

.input-tel.sm[data-v-e59be3b4]{
  height:36px;
  min-height:36px
}

.input-tel.sm .input-tel__input[data-v-e59be3b4]{
  font-size:12px;
  height:36px;
  min-height:36px
}

.input-tel.sm .input-tel__label[data-v-e59be3b4]{
  font-size:10px
}

.input-tel.sm.has-value .input-tel__input[data-v-e59be3b4]{
  padding-top:12px
}

.input-tel.lg[data-v-e59be3b4]{
  height:48px;
  min-height:48px
}

.input-tel.lg .input-tel__input[data-v-e59be3b4]{
  font-size:14px;
  height:48px;
  min-height:48px
}

.input-tel.lg .input-tel__label[data-v-e59be3b4]{
  font-size:14px
}

.input-tel.lg.has-value .input-tel__input[data-v-e59be3b4]{
  padding-top:16px
}

.input-tel__loader[data-v-e59be3b4]{
  bottom:0;
  height:2px;
  left:0;
  width:calc(100% - 8px);
  position:absolute;
  overflow:hidden;
  border-radius:8px
}

.input-tel__loader__progress-bar[data-v-e59be3b4]{
  background-color:#1e90ff;
  display:block;
  position:absolute;
  content:"";
  left:-200px;
  width:200px;
  height:2px;
  -webkit-animation:loading-data-v-e59be3b4 2s linear infinite;
  animation:loading-data-v-e59be3b4 2s linear infinite
}

@keyframes loading-data-v-e59be3b4{
  0%{
    left:-200px;
    width:30%
  }

  50%{
    width:30%
  }

  70%{
    width:70%
  }

  80%{
    left:50%
  }

  95%{
    left:120%
  }

  to{
    left:100%
  }
}

.iti-flag.be{
  width:18px
}

.iti-flag.ch{
  width:15px
}

.iti-flag.mc{
  width:19px
}

.iti-flag.ne{
  width:18px
}

.iti-flag.np{
  width:13px
}

.iti-flag.va{
  width:15px
}

@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:2dppx),only screen and (min-resolution:192dpi){
  .iti-flag{
    background-size:5630px 15px
  }
}

.iti-flag.ac{
  height:10px;
  background-position:0 0
}

.iti-flag.ad{
  height:14px;
  background-position:-22px 0
}

.iti-flag.ae{
  height:10px;
  background-position:-44px 0
}

.iti-flag.af{
  height:14px;
  background-position:-66px 0
}

.iti-flag.ag{
  height:14px;
  background-position:-88px 0
}

.iti-flag.ai{
  height:10px;
  background-position:-110px 0
}

.iti-flag.al{
  height:15px;
  background-position:-132px 0
}

.iti-flag.am{
  height:10px;
  background-position:-154px 0
}

.iti-flag.ao{
  height:14px;
  background-position:-176px 0
}

.iti-flag.aq{
  height:14px;
  background-position:-198px 0
}

.iti-flag.ar{
  height:13px;
  background-position:-220px 0
}

.iti-flag.as{
  height:10px;
  background-position:-242px 0
}

.iti-flag.at{
  height:14px;
  background-position:-264px 0
}

.iti-flag.au{
  height:10px;
  background-position:-286px 0
}

.iti-flag.aw{
  height:14px;
  background-position:-308px 0
}

.iti-flag.ax{
  height:13px;
  background-position:-330px 0
}

.iti-flag.az{
  height:10px;
  background-position:-352px 0
}

.iti-flag.ba{
  height:10px;
  background-position:-374px 0
}

.iti-flag.bb{
  height:14px;
  background-position:-396px 0
}

.iti-flag.bd{
  height:12px;
  background-position:-418px 0
}

.iti-flag.be{
  height:15px;
  background-position:-440px 0
}

.iti-flag.bf{
  height:14px;
  background-position:-460px 0
}

.iti-flag.bg{
  height:12px;
  background-position:-482px 0
}

.iti-flag.bh{
  height:12px;
  background-position:-504px 0
}

.iti-flag.bi{
  height:12px;
  background-position:-526px 0
}

.iti-flag.bj{
  height:14px;
  background-position:-548px 0
}

.iti-flag.bl{
  height:14px;
  background-position:-570px 0
}

.iti-flag.bm{
  height:10px;
  background-position:-592px 0
}

.iti-flag.bn{
  height:10px;
  background-position:-614px 0
}

.iti-flag.bo{
  height:14px;
  background-position:-636px 0
}

.iti-flag.bq{
  height:14px;
  background-position:-658px 0
}

.iti-flag.br{
  height:14px;
  background-position:-680px 0
}

.iti-flag.bs{
  height:10px;
  background-position:-702px 0
}

.iti-flag.bt{
  height:14px;
  background-position:-724px 0
}

.iti-flag.bv{
  height:15px;
  background-position:-746px 0
}

.iti-flag.bw{
  height:14px;
  background-position:-768px 0
}

.iti-flag.by{
  height:10px;
  background-position:-790px 0
}

.iti-flag.bz{
  height:14px;
  background-position:-812px 0
}

.iti-flag.ca{
  height:10px;
  background-position:-834px 0
}

.iti-flag.cc{
  height:10px;
  background-position:-856px 0
}

.iti-flag.cd{
  height:15px;
  background-position:-878px 0
}

.iti-flag.cf{
  height:14px;
  background-position:-900px 0
}

.iti-flag.cg{
  height:14px;
  background-position:-922px 0
}

.iti-flag.ch{
  height:15px;
  background-position:-944px 0
}

.iti-flag.ci{
  height:14px;
  background-position:-961px 0
}

.iti-flag.ck{
  height:10px;
  background-position:-983px 0
}

.iti-flag.cl{
  height:14px;
  background-position:-1005px 0
}

.iti-flag.cm{
  height:14px;
  background-position:-1027px 0
}

.iti-flag.cn{
  height:14px;
  background-position:-1049px 0
}

.iti-flag.co{
  height:14px;
  background-position:-1071px 0
}

.iti-flag.cp{
  height:14px;
  background-position:-1093px 0
}

.iti-flag.cr{
  height:12px;
  background-position:-1115px 0
}

.iti-flag.cu{
  height:10px;
  background-position:-1137px 0
}

.iti-flag.cv{
  height:12px;
  background-position:-1159px 0
}

.iti-flag.cw{
  height:14px;
  background-position:-1181px 0
}

.iti-flag.cx{
  height:10px;
  background-position:-1203px 0
}

.iti-flag.cy{
  height:14px;
  background-position:-1225px 0
}

.iti-flag.cz{
  height:14px;
  background-position:-1247px 0
}

.iti-flag.de{
  height:12px;
  background-position:-1269px 0
}

.iti-flag.dg{
  height:10px;
  background-position:-1291px 0
}

.iti-flag.dj{
  height:14px;
  background-position:-1313px 0
}

.iti-flag.dk{
  height:15px;
  background-position:-1335px 0
}

.iti-flag.dm{
  height:10px;
  background-position:-1357px 0
}

.iti-flag.do{
  height:13px;
  background-position:-1379px 0
}

.iti-flag.dz{
  height:14px;
  background-position:-1401px 0
}

.iti-flag.ea{
  height:14px;
  background-position:-1423px 0
}

.iti-flag.ec{
  height:14px;
  background-position:-1445px 0
}

.iti-flag.ee{
  height:13px;
  background-position:-1467px 0
}

.iti-flag.eg{
  height:14px;
  background-position:-1489px 0
}

.iti-flag.eh{
  height:10px;
  background-position:-1511px 0
}

.iti-flag.er{
  height:10px;
  background-position:-1533px 0
}

.iti-flag.es{
  height:14px;
  background-position:-1555px 0
}

.iti-flag.et{
  height:10px;
  background-position:-1577px 0
}

.iti-flag.eu{
  height:14px;
  background-position:-1599px 0
}

.iti-flag.fi{
  height:12px;
  background-position:-1621px 0
}

.iti-flag.fj{
  height:10px;
  background-position:-1643px 0
}

.iti-flag.fk{
  height:10px;
  background-position:-1665px 0
}

.iti-flag.fm{
  height:11px;
  background-position:-1687px 0
}

.iti-flag.fo{
  height:15px;
  background-position:-1709px 0
}

.iti-flag.fr{
  height:14px;
  background-position:-1731px 0
}

.iti-flag.ga{
  height:15px;
  background-position:-1753px 0
}

.iti-flag.gb{
  height:10px;
  background-position:-1775px 0
}

.iti-flag.gd{
  height:12px;
  background-position:-1797px 0
}

.iti-flag.ge{
  height:14px;
  background-position:-1819px 0
}

.iti-flag.gf{
  height:14px;
  background-position:-1841px 0
}

.iti-flag.gg{
  height:14px;
  background-position:-1863px 0
}

.iti-flag.gh{
  height:14px;
  background-position:-1885px 0
}

.iti-flag.gi{
  height:10px;
  background-position:-1907px 0
}

.iti-flag.gl{
  height:14px;
  background-position:-1929px 0
}

.iti-flag.gm{
  height:14px;
  background-position:-1951px 0
}

.iti-flag.gn{
  height:14px;
  background-position:-1973px 0
}

.iti-flag.gp{
  height:14px;
  background-position:-1995px 0
}

.iti-flag.gq{
  height:14px;
  background-position:-2017px 0
}

.iti-flag.gr{
  height:14px;
  background-position:-2039px 0
}

.iti-flag.gs{
  height:10px;
  background-position:-2061px 0
}

.iti-flag.gt{
  height:13px;
  background-position:-2083px 0
}

.iti-flag.gu{
  height:11px;
  background-position:-2105px 0
}

.iti-flag.gw{
  height:10px;
  background-position:-2127px 0
}

.iti-flag.gy{
  height:12px;
  background-position:-2149px 0
}

.iti-flag.hk{
  height:14px;
  background-position:-2171px 0
}

.iti-flag.hm{
  height:10px;
  background-position:-2193px 0
}

.iti-flag.hn{
  height:10px;
  background-position:-2215px 0
}

.iti-flag.hr{
  height:10px;
  background-position:-2237px 0
}

.iti-flag.ht{
  height:12px;
  background-position:-2259px 0
}

.iti-flag.hu{
  height:10px;
  background-position:-2281px 0
}

.iti-flag.ic{
  height:14px;
  background-position:-2303px 0
}

.iti-flag.id{
  height:14px;
  background-position:-2325px 0
}

.iti-flag.ie{
  height:10px;
  background-position:-2347px 0
}

.iti-flag.il{
  height:15px;
  background-position:-2369px 0
}

.iti-flag.im{
  height:10px;
  background-position:-2391px 0
}

.iti-flag.in{
  height:14px;
  background-position:-2413px 0
}

.iti-flag.io{
  height:10px;
  background-position:-2435px 0
}

.iti-flag.iq{
  height:14px;
  background-position:-2457px 0
}

.iti-flag.ir{
  height:12px;
  background-position:-2479px 0
}

.iti-flag.is{
  height:15px;
  background-position:-2501px 0
}

.iti-flag.it{
  height:14px;
  background-position:-2523px 0
}

.iti-flag.je{
  height:12px;
  background-position:-2545px 0
}

.iti-flag.jm{
  height:10px;
  background-position:-2567px 0
}

.iti-flag.jo{
  height:10px;
  background-position:-2589px 0
}

.iti-flag.jp{
  height:14px;
  background-position:-2611px 0
}

.iti-flag.ke{
  height:14px;
  background-position:-2633px 0
}

.iti-flag.kg{
  height:12px;
  background-position:-2655px 0
}

.iti-flag.kh{
  height:13px;
  background-position:-2677px 0
}

.iti-flag.ki{
  height:10px;
  background-position:-2699px 0
}

.iti-flag.km{
  height:12px;
  background-position:-2721px 0
}

.iti-flag.kn{
  height:14px;
  background-position:-2743px 0
}

.iti-flag.kp{
  height:10px;
  background-position:-2765px 0
}

.iti-flag.kr{
  height:14px;
  background-position:-2787px 0
}

.iti-flag.kw{
  height:10px;
  background-position:-2809px 0
}

.iti-flag.ky{
  height:10px;
  background-position:-2831px 0
}

.iti-flag.kz{
  height:10px;
  background-position:-2853px 0
}

.iti-flag.la{
  height:14px;
  background-position:-2875px 0
}

.iti-flag.lb{
  height:14px;
  background-position:-2897px 0
}

.iti-flag.lc{
  height:10px;
  background-position:-2919px 0
}

.iti-flag.li{
  height:12px;
  background-position:-2941px 0
}

.iti-flag.lk{
  height:10px;
  background-position:-2963px 0
}

.iti-flag.lr{
  height:11px;
  background-position:-2985px 0
}

.iti-flag.ls{
  height:14px;
  background-position:-3007px 0
}

.iti-flag.lt{
  height:12px;
  background-position:-3029px 0
}

.iti-flag.lu{
  height:12px;
  background-position:-3051px 0
}

.iti-flag.lv{
  height:10px;
  background-position:-3073px 0
}

.iti-flag.ly{
  height:10px;
  background-position:-3095px 0
}

.iti-flag.ma{
  height:14px;
  background-position:-3117px 0
}

.iti-flag.mc{
  height:15px;
  background-position:-3139px 0
}

.iti-flag.md{
  height:10px;
  background-position:-3160px 0
}

.iti-flag.me{
  height:10px;
  background-position:-3182px 0
}

.iti-flag.mf{
  height:14px;
  background-position:-3204px 0
}

.iti-flag.mg{
  height:14px;
  background-position:-3226px 0
}

.iti-flag.mh{
  height:11px;
  background-position:-3248px 0
}

.iti-flag.mk{
  height:10px;
  background-position:-3270px 0
}

.iti-flag.ml{
  height:14px;
  background-position:-3292px 0
}

.iti-flag.mm{
  height:14px;
  background-position:-3314px 0
}

.iti-flag.mn{
  height:10px;
  background-position:-3336px 0
}

.iti-flag.mo{
  height:14px;
  background-position:-3358px 0
}

.iti-flag.mp{
  height:10px;
  background-position:-3380px 0
}

.iti-flag.mq{
  height:14px;
  background-position:-3402px 0
}

.iti-flag.mr{
  height:14px;
  background-position:-3424px 0
}

.iti-flag.ms{
  height:10px;
  background-position:-3446px 0
}

.iti-flag.mt{
  height:14px;
  background-position:-3468px 0
}

.iti-flag.mu{
  height:14px;
  background-position:-3490px 0
}

.iti-flag.mv{
  height:14px;
  background-position:-3512px 0
}

.iti-flag.mw{
  height:14px;
  background-position:-3534px 0
}

.iti-flag.mx{
  height:12px;
  background-position:-3556px 0
}

.iti-flag.my{
  height:10px;
  background-position:-3578px 0
}

.iti-flag.mz{
  height:14px;
  background-position:-3600px 0
}

.iti-flag.na{
  height:14px;
  background-position:-3622px 0
}

.iti-flag.nc{
  height:10px;
  background-position:-3644px 0
}

.iti-flag.ne{
  height:15px;
  background-position:-3666px 0
}

.iti-flag.nf{
  height:10px;
  background-position:-3686px 0
}

.iti-flag.ng{
  height:10px;
  background-position:-3708px 0
}

.iti-flag.ni{
  height:12px;
  background-position:-3730px 0
}

.iti-flag.nl{
  height:14px;
  background-position:-3752px 0
}

.iti-flag.no{
  height:15px;
  background-position:-3774px 0
}

.iti-flag.np{
  height:15px;
  background-position:-3796px 0
}

.iti-flag.nr{
  height:10px;
  background-position:-3811px 0
}

.iti-flag.nu{
  height:10px;
  background-position:-3833px 0
}

.iti-flag.nz{
  height:10px;
  background-position:-3855px 0
}

.iti-flag.om{
  height:10px;
  background-position:-3877px 0
}

.iti-flag.pa{
  height:14px;
  background-position:-3899px 0
}

.iti-flag.pe{
  height:14px;
  background-position:-3921px 0
}

.iti-flag.pf{
  height:14px;
  background-position:-3943px 0
}

.iti-flag.pg{
  height:15px;
  background-position:-3965px 0
}

.iti-flag.ph{
  height:10px;
  background-position:-3987px 0
}

.iti-flag.pk{
  height:14px;
  background-position:-4009px 0
}

.iti-flag.pl{
  height:13px;
  background-position:-4031px 0
}

.iti-flag.pm{
  height:14px;
  background-position:-4053px 0
}

.iti-flag.pn{
  height:10px;
  background-position:-4075px 0
}

.iti-flag.pr{
  height:14px;
  background-position:-4097px 0
}

.iti-flag.ps{
  height:10px;
  background-position:-4119px 0
}

.iti-flag.pt{
  height:14px;
  background-position:-4141px 0
}

.iti-flag.pw{
  height:13px;
  background-position:-4163px 0
}

.iti-flag.py{
  height:11px;
  background-position:-4185px 0
}

.iti-flag.qa{
  height:8px;
  background-position:-4207px 0
}

.iti-flag.re{
  height:14px;
  background-position:-4229px 0
}

.iti-flag.ro{
  height:14px;
  background-position:-4251px 0
}

.iti-flag.rs{
  height:14px;
  background-position:-4273px 0
}

.iti-flag.ru{
  height:14px;
  background-position:-4295px 0
}

.iti-flag.rw{
  height:14px;
  background-position:-4317px 0
}

.iti-flag.sa{
  height:14px;
  background-position:-4339px 0
}

.iti-flag.sb{
  height:10px;
  background-position:-4361px 0
}

.iti-flag.sc{
  height:10px;
  background-position:-4383px 0
}

.iti-flag.sd{
  height:10px;
  background-position:-4405px 0
}

.iti-flag.se{
  height:13px;
  background-position:-4427px 0
}

.iti-flag.sg{
  height:14px;
  background-position:-4449px 0
}

.iti-flag.sh{
  height:10px;
  background-position:-4471px 0
}

.iti-flag.si{
  height:10px;
  background-position:-4493px 0
}

.iti-flag.sj{
  height:15px;
  background-position:-4515px 0
}

.iti-flag.sk{
  height:14px;
  background-position:-4537px 0
}

.iti-flag.sl{
  height:14px;
  background-position:-4559px 0
}

.iti-flag.sm{
  height:15px;
  background-position:-4581px 0
}

.iti-flag.sn{
  height:14px;
  background-position:-4603px 0
}

.iti-flag.so{
  height:14px;
  background-position:-4625px 0
}

.iti-flag.sr{
  height:14px;
  background-position:-4647px 0
}

.iti-flag.ss{
  height:10px;
  background-position:-4669px 0
}

.iti-flag.st{
  height:10px;
  background-position:-4691px 0
}

.iti-flag.sv{
  height:12px;
  background-position:-4713px 0
}

.iti-flag.sx{
  height:14px;
  background-position:-4735px 0
}

.iti-flag.sy{
  height:14px;
  background-position:-4757px 0
}

.iti-flag.sz{
  height:14px;
  background-position:-4779px 0
}

.iti-flag.ta{
  height:10px;
  background-position:-4801px 0
}

.iti-flag.tc{
  height:10px;
  background-position:-4823px 0
}

.iti-flag.td{
  height:14px;
  background-position:-4845px 0
}

.iti-flag.tf{
  height:14px;
  background-position:-4867px 0
}

.iti-flag.tg{
  height:13px;
  background-position:-4889px 0
}

.iti-flag.th{
  height:14px;
  background-position:-4911px 0
}

.iti-flag.tj{
  height:10px;
  background-position:-4933px 0
}

.iti-flag.tk{
  height:10px;
  background-position:-4955px 0
}

.iti-flag.tl{
  height:10px;
  background-position:-4977px 0
}

.iti-flag.tm{
  height:14px;
  background-position:-4999px 0
}

.iti-flag.tn{
  height:14px;
  background-position:-5021px 0
}

.iti-flag.to{
  height:10px;
  background-position:-5043px 0
}

.iti-flag.tr{
  height:14px;
  background-position:-5065px 0
}

.iti-flag.tt{
  height:12px;
  background-position:-5087px 0
}

.iti-flag.tv{
  height:10px;
  background-position:-5109px 0
}

.iti-flag.tw{
  height:14px;
  background-position:-5131px 0
}

.iti-flag.tz{
  height:14px;
  background-position:-5153px 0
}

.iti-flag.ua{
  height:14px;
  background-position:-5175px 0
}

.iti-flag.ug{
  height:14px;
  background-position:-5197px 0
}

.iti-flag.um{
  height:11px;
  background-position:-5219px 0
}

.iti-flag.us{
  height:11px;
  background-position:-5241px 0
}

.iti-flag.uy{
  height:14px;
  background-position:-5263px 0
}

.iti-flag.uz{
  height:10px;
  background-position:-5285px 0
}

.iti-flag.va{
  height:15px;
  background-position:-5307px 0
}

.iti-flag.vc{
  height:14px;
  background-position:-5324px 0
}

.iti-flag.ve{
  height:14px;
  background-position:-5346px 0
}

.iti-flag.vg{
  height:10px;
  background-position:-5368px 0
}

.iti-flag.vi{
  height:14px;
  background-position:-5390px 0
}

.iti-flag.vn{
  height:14px;
  background-position:-5412px 0
}

.iti-flag.vu{
  height:12px;
  background-position:-5434px 0
}

.iti-flag.wf{
  height:14px;
  background-position:-5456px 0
}

.iti-flag.ws{
  height:10px;
  background-position:-5478px 0
}

.iti-flag.xk{
  height:15px;
  background-position:-5500px 0
}

.iti-flag.ye{
  height:14px;
  background-position:-5522px 0
}

.iti-flag.yt{
  height:14px;
  background-position:-5544px 0
}

.iti-flag.za{
  height:14px;
  background-position:-5566px 0
}

.iti-flag.zm{
  height:14px;
  background-position:-5588px 0
}

.iti-flag.zw{
  height:10px;
  background-position:-5610px 0
}

.iti-flag{
  width:20px;
  height:15px;
  background-image:url(img/flags.9c96e0ed.png);
  background-repeat:no-repeat;
  background-color:#dbdbdb;
  background-position:20px 0
}

@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:2dppx),only screen and (min-resolution:192dpi){
  .iti-flag{
    background-image:url(img/flags.9c96e0ed.png)
  }
}

.iti-flag.np{
  background-color:transparent
}

.bg-primary-after[data-v-46e105de]:after,.bg-primary-before[data-v-46e105de]:before,.bg-primary[data-v-46e105de]{
  background-color:#1e90ff
}

.bg-primary-after-transparency[data-v-46e105de]:after,.bg-primary-before-transparency[data-v-46e105de]:before,.bg-primary-transparency[data-v-46e105de]{
  background-color:rgba(30,144,255,.5)
}

.bg-secondary-after[data-v-46e105de]:after,.bg-secondary-before[data-v-46e105de]:before,.bg-secondary[data-v-46e105de]{
  background-color:#747474
}

.bg-secondary-after-transparency[data-v-46e105de]:after,.bg-secondary-before-transparency[data-v-46e105de]:before,.bg-secondary-transparency[data-v-46e105de]{
  background-color:hsla(0,0%,45.5%,.5)
}

.bg-third-after[data-v-46e105de]:after,.bg-third-before[data-v-46e105de]:before,.bg-third[data-v-46e105de]{
  background-color:#ccc
}

.bg-third-after-transparency[data-v-46e105de]:after,.bg-third-before-transparency[data-v-46e105de]:before,.bg-third-transparency[data-v-46e105de]{
  background-color:hsla(0,0%,80%,.5)
}

.bg-success-after[data-v-46e105de]:after,.bg-success-before[data-v-46e105de]:before,.bg-success[data-v-46e105de]{
  background-color:#9acd32
}

.bg-success-after-transparency[data-v-46e105de]:after,.bg-success-before-transparency[data-v-46e105de]:before,.bg-success-transparency[data-v-46e105de]{
  background-color:rgba(154,205,50,.5)
}

.bg-danger-after[data-v-46e105de]:after,.bg-danger-before[data-v-46e105de]:before,.bg-danger[data-v-46e105de]{
  background-color:#ff4500
}

.bg-danger-after-transparency[data-v-46e105de]:after,.bg-danger-before-transparency[data-v-46e105de]:before,.bg-danger-transparency[data-v-46e105de]{
  background-color:rgba(255,69,0,.5)
}

.bg-grey-after[data-v-46e105de]:after,.bg-grey-before[data-v-46e105de]:before,.bg-grey[data-v-46e105de]{
  background-color:#999
}

.bg-grey-after-transparency[data-v-46e105de]:after,.bg-grey-before-transparency[data-v-46e105de]:before,.bg-grey-transparency[data-v-46e105de]{
  background-color:hsla(0,0%,60%,.5)
}

.bg-info-after[data-v-46e105de]:after,.bg-info-before[data-v-46e105de]:before,.bg-info[data-v-46e105de]{
  background-color:#17a2b8
}

.bg-info-after-transparency[data-v-46e105de]:after,.bg-info-before-transparency[data-v-46e105de]:before,.bg-info-transparency[data-v-46e105de]{
  background-color:rgba(23,162,184,.5)
}

.bg-warning-after[data-v-46e105de]:after,.bg-warning-before[data-v-46e105de]:before,.bg-warning[data-v-46e105de]{
  background-color:#ffa300
}

.bg-warning-after-transparency[data-v-46e105de]:after,.bg-warning-before-transparency[data-v-46e105de]:before,.bg-warning-transparency[data-v-46e105de]{
  background-color:rgba(255,163,0,.5)
}

.bg-light-after[data-v-46e105de]:after,.bg-light-before[data-v-46e105de]:before,.bg-light[data-v-46e105de]{
  background-color:#f5f5f5
}

.bg-light-after-transparency[data-v-46e105de]:after,.bg-light-before-transparency[data-v-46e105de]:before,.bg-light-transparency[data-v-46e105de]{
  background-color:hsla(0,0%,96.1%,.5)
}

.bg-dark-after[data-v-46e105de]:after,.bg-dark-before[data-v-46e105de]:before,.bg-dark[data-v-46e105de]{
  background-color:#24292e
}

.bg-dark-after-transparency[data-v-46e105de]:after,.bg-dark-before-transparency[data-v-46e105de]:before,.bg-dark-transparency[data-v-46e105de]{
  background-color:rgba(36,41,46,.5)
}

.bg-default-after[data-v-46e105de]:after,.bg-default-before[data-v-46e105de]:before,.bg-default[data-v-46e105de]{
  background-color:#ccc
}

.bg-default-after-transparency[data-v-46e105de]:after,.bg-default-before-transparency[data-v-46e105de]:before,.bg-default-transparency[data-v-46e105de]{
  background-color:hsla(0,0%,80%,.5)
}

.bg-white-after[data-v-46e105de]:after,.bg-white-before[data-v-46e105de]:before,.bg-white[data-v-46e105de]{
  background-color:#fff
}

.bg-white-after-transparency[data-v-46e105de]:after,.bg-white-before-transparency[data-v-46e105de]:before,.bg-white-transparency[data-v-46e105de]{
  background-color:hsla(0,0%,100%,.5)
}

.bg-black-after[data-v-46e105de]:after,.bg-black-before[data-v-46e105de]:before,.bg-black[data-v-46e105de]{
  background-color:#000
}

.bg-black-after-transparency[data-v-46e105de]:after,.bg-black-before-transparency[data-v-46e105de]:before,.bg-black-transparency[data-v-46e105de]{
  background-color:rgba(0,0,0,.5)
}

.fill-primary path[data-v-46e105de]{
  fill:#1e90ff
}

.fill-secondary path[data-v-46e105de]{
  fill:#747474
}

.fill-third path[data-v-46e105de]{
  fill:#ccc
}

.fill-success path[data-v-46e105de]{
  fill:#9acd32
}

.fill-danger path[data-v-46e105de]{
  fill:#ff4500
}

.fill-grey path[data-v-46e105de]{
  fill:#999
}

.fill-info path[data-v-46e105de]{
  fill:#17a2b8
}

.fill-warning path[data-v-46e105de]{
  fill:#ffa300
}

.fill-light path[data-v-46e105de]{
  fill:#f5f5f5
}

.fill-dark path[data-v-46e105de]{
  fill:#24292e
}

.fill-default path[data-v-46e105de]{
  fill:#ccc
}

.fill-white path[data-v-46e105de]{
  fill:#fff
}

.fill-black path[data-v-46e105de]{
  fill:#000
}

.label[data-v-46e105de]{
  border-radius:2px;
  padding:2px 4px;
  color:#fff;
  font-size:.714em
}

.label-primary[data-v-46e105de],.label[data-v-46e105de]{
  background-color:#1e90ff
}

.label-primary-outline[data-v-46e105de]{
  background-color:transparent;
  border:1px solid #1e90ff;
  color:#1e90ff
}

.label-secondary[data-v-46e105de]{
  background-color:#747474
}

.label-secondary-outline[data-v-46e105de]{
  background-color:transparent;
  border:1px solid #747474;
  color:#747474
}

.label-third[data-v-46e105de]{
  background-color:#ccc
}

.label-third-outline[data-v-46e105de]{
  background-color:transparent;
  border:1px solid #ccc;
  color:#ccc
}

.label-success[data-v-46e105de]{
  background-color:#9acd32
}

.label-success-outline[data-v-46e105de]{
  background-color:transparent;
  border:1px solid #9acd32;
  color:#9acd32
}

.label-danger[data-v-46e105de]{
  background-color:#ff4500
}

.label-danger-outline[data-v-46e105de]{
  background-color:transparent;
  border:1px solid #ff4500;
  color:#ff4500
}

.label-grey[data-v-46e105de]{
  background-color:#999
}

.label-grey-outline[data-v-46e105de]{
  background-color:transparent;
  border:1px solid #999;
  color:#999
}

.label-info[data-v-46e105de]{
  background-color:#17a2b8
}

.label-info-outline[data-v-46e105de]{
  background-color:transparent;
  border:1px solid #17a2b8;
  color:#17a2b8
}

.label-warning[data-v-46e105de]{
  background-color:#ffa300
}

.label-warning-outline[data-v-46e105de]{
  background-color:transparent;
  border:1px solid #ffa300;
  color:#ffa300
}

.label-light[data-v-46e105de]{
  background-color:#f5f5f5
}

.label-light-outline[data-v-46e105de]{
  background-color:transparent;
  border:1px solid #f5f5f5;
  color:#f5f5f5
}

.label-dark[data-v-46e105de]{
  background-color:#24292e
}

.label-dark-outline[data-v-46e105de]{
  background-color:transparent;
  border:1px solid #24292e;
  color:#24292e
}

.label-default[data-v-46e105de]{
  background-color:#ccc
}

.label-default-outline[data-v-46e105de]{
  background-color:transparent;
  border:1px solid #ccc;
  color:#ccc
}

.label-white[data-v-46e105de]{
  background-color:#fff
}

.label-white-outline[data-v-46e105de]{
  background-color:transparent;
  border:1px solid #fff;
  color:#fff
}

.label-black[data-v-46e105de]{
  background-color:#000
}

.label-black-outline[data-v-46e105de]{
  background-color:transparent;
  border:1px solid #000;
  color:#000
}

.dot[data-v-46e105de]{
  width:6px;
  height:6px;
  border-radius:6px
}

.dot-primary[data-v-46e105de],.dot[data-v-46e105de]{
  background-color:#1e90ff
}

.dot-primary-outline[data-v-46e105de]{
  background-color:transparent;
  border:1px solid #1e90ff;
  color:#1e90ff
}

.dot-secondary[data-v-46e105de]{
  background-color:#747474
}

.dot-secondary-outline[data-v-46e105de]{
  background-color:transparent;
  border:1px solid #747474;
  color:#747474
}

.dot-third[data-v-46e105de]{
  background-color:#ccc
}

.dot-third-outline[data-v-46e105de]{
  background-color:transparent;
  border:1px solid #ccc;
  color:#ccc
}

.dot-success[data-v-46e105de]{
  background-color:#9acd32
}

.dot-success-outline[data-v-46e105de]{
  background-color:transparent;
  border:1px solid #9acd32;
  color:#9acd32
}

.dot-danger[data-v-46e105de]{
  background-color:#ff4500
}

.dot-danger-outline[data-v-46e105de]{
  background-color:transparent;
  border:1px solid #ff4500;
  color:#ff4500
}

.dot-grey[data-v-46e105de]{
  background-color:#999
}

.dot-grey-outline[data-v-46e105de]{
  background-color:transparent;
  border:1px solid #999;
  color:#999
}

.dot-info[data-v-46e105de]{
  background-color:#17a2b8
}

.dot-info-outline[data-v-46e105de]{
  background-color:transparent;
  border:1px solid #17a2b8;
  color:#17a2b8
}

.dot-warning[data-v-46e105de]{
  background-color:#ffa300
}

.dot-warning-outline[data-v-46e105de]{
  background-color:transparent;
  border:1px solid #ffa300;
  color:#ffa300
}

.dot-light[data-v-46e105de]{
  background-color:#f5f5f5
}

.dot-light-outline[data-v-46e105de]{
  background-color:transparent;
  border:1px solid #f5f5f5;
  color:#f5f5f5
}

.dot-dark[data-v-46e105de]{
  background-color:#24292e
}

.dot-dark-outline[data-v-46e105de]{
  background-color:transparent;
  border:1px solid #24292e;
  color:#24292e
}

.dot-default[data-v-46e105de]{
  background-color:#ccc
}

.dot-default-outline[data-v-46e105de]{
  background-color:transparent;
  border:1px solid #ccc;
  color:#ccc
}

.dot-white[data-v-46e105de]{
  background-color:#fff
}

.dot-white-outline[data-v-46e105de]{
  background-color:transparent;
  border:1px solid #fff;
  color:#fff
}

.dot-black[data-v-46e105de]{
  background-color:#000
}

.dot-black-outline[data-v-46e105de]{
  background-color:transparent;
  border:1px solid #000;
  color:#000
}

a[data-v-46e105de]{
  color:#1e90ff;
  text-decoration:none
}

a[data-v-46e105de]:focus,a[data-v-46e105de]:hover{
  text-decoration:underline
}

.btn[data-v-46e105de]{
  border:1px solid transparent;
  outline:none;
  cursor:pointer;
  -webkit-transition:all .25s cubic-bezier(.645,.045,.355,1);
  transition:all .25s cubic-bezier(.645,.045,.355,1);
  background-color:#1e90ff;
  color:#fff;
  display:inline-block;
  border-radius:8px;
  line-height:1;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  padding:12px 20px;
  font-size:1em;
  font-weight:inherit;
  margin:0;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
  width:auto;
  overflow:visible;
  -webkit-font-smoothing:inherit;
  text-decoration:none;
  -moz-osx-font-smoothing:inherit
}

.btn[data-v-46e105de]:focus,.btn[data-v-46e105de]:hover{
  background-color:#0077ea
}

.btn.active[data-v-46e105de]{
  background-color:#1e90ff
}

.btn.active[data-v-46e105de],.btn[data-v-46e105de]:focus{
  -webkit-box-shadow:0 0 0 .143rem rgba(30,144,255,.5);
  box-shadow:0 0 0 .143rem rgba(30,144,255,.5)
}

.btn.active[data-v-46e105de],.btn[data-v-46e105de]:focus,.btn[data-v-46e105de]:hover{
  text-decoration:none
}

.btn--rounded[data-v-46e105de]{
  border-radius:50px
}

.btn--block[data-v-46e105de]{
  width:100%
}

.btn--lg[data-v-46e105de]{
  padding:16px 22px;
  font-size:1.143em
}

.btn--md[data-v-46e105de]{
  padding:10px 20px;
  font-size:1em
}

.btn--sm[data-v-46e105de]{
  padding:9px 15px;
  font-size:.857em
}

.btn--mini[data-v-46e105de]{
  padding:7px 15px;
  font-size:.857em
}

.btn--fab[data-v-46e105de]{
  border-radius:50%;
  padding:0;
  height:40px;
  width:40px
}

.btn--fab.btn--lg[data-v-46e105de]{
  height:50px;
  width:50px
}

.btn--fab.btn--md[data-v-46e105de]{
  height:36px;
  width:36px
}

.btn--fab.btn--sm[data-v-46e105de]{
  height:32px;
  width:32px
}

.btn--fab.btn--mini[data-v-46e105de]{
  height:28px;
  width:28px
}

.btn--light[data-v-46e105de],.btn--white[data-v-46e105de]{
  color:#747474
}

.btn--primary[data-v-46e105de]{
  background-color:#1e90ff
}

.btn--primary[data-v-46e105de]:focus,.btn--primary[data-v-46e105de]:hover{
  background-color:#0077ea
}

.btn--primary.active[data-v-46e105de]{
  background-color:#1e90ff
}

.btn--primary.active[data-v-46e105de],.btn--primary[data-v-46e105de]:focus{
  -webkit-box-shadow:0 0 0 .143rem rgba(30,144,255,.5);
  box-shadow:0 0 0 .143rem rgba(30,144,255,.5)
}

.btn--primary--outline[data-v-46e105de]{
  background-color:rgba(30,144,255,.05);
  border:1px solid #1e90ff;
  color:#1e90ff
}

.btn--primary--outline.active[data-v-46e105de],.btn--primary--outline[data-v-46e105de]:focus,.btn--primary--outline[data-v-46e105de]:hover{
  background-color:#1e90ff;
  color:#fff
}

.btn--primary--outline.active[data-v-46e105de],.btn--primary--outline[data-v-46e105de]:focus{
  -webkit-box-shadow:0 0 0 .143rem rgba(30,144,255,.5);
  box-shadow:0 0 0 .143rem rgba(30,144,255,.5)
}

.btn--secondary[data-v-46e105de]{
  background-color:#747474
}

.btn--secondary[data-v-46e105de]:focus,.btn--secondary[data-v-46e105de]:hover{
  background-color:#5b5b5b
}

.btn--secondary.active[data-v-46e105de]{
  background-color:#747474
}

.btn--secondary.active[data-v-46e105de],.btn--secondary[data-v-46e105de]:focus{
  -webkit-box-shadow:0 0 0 .143rem hsla(0,0%,45.5%,.5);
  box-shadow:0 0 0 .143rem hsla(0,0%,45.5%,.5)
}

.btn--secondary--outline[data-v-46e105de]{
  background-color:hsla(0,0%,45.5%,.05);
  border:1px solid #747474;
  color:#747474
}

.btn--secondary--outline.active[data-v-46e105de],.btn--secondary--outline[data-v-46e105de]:focus,.btn--secondary--outline[data-v-46e105de]:hover{
  background-color:#747474;
  color:#fff
}

.btn--secondary--outline.active[data-v-46e105de],.btn--secondary--outline[data-v-46e105de]:focus{
  -webkit-box-shadow:0 0 0 .143rem hsla(0,0%,45.5%,.5);
  box-shadow:0 0 0 .143rem hsla(0,0%,45.5%,.5)
}

.btn--third[data-v-46e105de]{
  background-color:#ccc
}

.btn--third[data-v-46e105de]:focus,.btn--third[data-v-46e105de]:hover{
  background-color:#b3b3b3
}

.btn--third.active[data-v-46e105de]{
  background-color:#ccc
}

.btn--third.active[data-v-46e105de],.btn--third[data-v-46e105de]:focus{
  -webkit-box-shadow:0 0 0 .143rem hsla(0,0%,80%,.5);
  box-shadow:0 0 0 .143rem hsla(0,0%,80%,.5)
}

.btn--third--outline[data-v-46e105de]{
  background-color:hsla(0,0%,80%,.05);
  border:1px solid #ccc;
  color:#ccc
}

.btn--third--outline.active[data-v-46e105de],.btn--third--outline[data-v-46e105de]:focus,.btn--third--outline[data-v-46e105de]:hover{
  background-color:#ccc;
  color:#fff
}

.btn--third--outline.active[data-v-46e105de],.btn--third--outline[data-v-46e105de]:focus{
  -webkit-box-shadow:0 0 0 .143rem hsla(0,0%,80%,.5);
  box-shadow:0 0 0 .143rem hsla(0,0%,80%,.5)
}

.btn--success[data-v-46e105de]{
  background-color:#9acd32
}

.btn--success[data-v-46e105de]:focus,.btn--success[data-v-46e105de]:hover{
  background-color:#7ba428
}

.btn--success.active[data-v-46e105de]{
  background-color:#9acd32
}

.btn--success.active[data-v-46e105de],.btn--success[data-v-46e105de]:focus{
  -webkit-box-shadow:0 0 0 .143rem rgba(154,205,50,.5);
  box-shadow:0 0 0 .143rem rgba(154,205,50,.5)
}

.btn--success--outline[data-v-46e105de]{
  background-color:rgba(154,205,50,.05);
  border:1px solid #9acd32;
  color:#9acd32
}

.btn--success--outline.active[data-v-46e105de],.btn--success--outline[data-v-46e105de]:focus,.btn--success--outline[data-v-46e105de]:hover{
  background-color:#9acd32;
  color:#fff
}

.btn--success--outline.active[data-v-46e105de],.btn--success--outline[data-v-46e105de]:focus{
  -webkit-box-shadow:0 0 0 .143rem rgba(154,205,50,.5);
  box-shadow:0 0 0 .143rem rgba(154,205,50,.5)
}

.btn--danger[data-v-46e105de]{
  background-color:#ff4500
}

.btn--danger[data-v-46e105de]:focus,.btn--danger[data-v-46e105de]:hover{
  background-color:#cc3700
}

.btn--danger.active[data-v-46e105de]{
  background-color:#ff4500
}

.btn--danger.active[data-v-46e105de],.btn--danger[data-v-46e105de]:focus{
  -webkit-box-shadow:0 0 0 .143rem rgba(255,69,0,.5);
  box-shadow:0 0 0 .143rem rgba(255,69,0,.5)
}

.btn--danger--outline[data-v-46e105de]{
  background-color:rgba(255,69,0,.05);
  border:1px solid #ff4500;
  color:#ff4500
}

.btn--danger--outline.active[data-v-46e105de],.btn--danger--outline[data-v-46e105de]:focus,.btn--danger--outline[data-v-46e105de]:hover{
  background-color:#ff4500;
  color:#fff
}

.btn--danger--outline.active[data-v-46e105de],.btn--danger--outline[data-v-46e105de]:focus{
  -webkit-box-shadow:0 0 0 .143rem rgba(255,69,0,.5);
  box-shadow:0 0 0 .143rem rgba(255,69,0,.5)
}

.btn--grey[data-v-46e105de]{
  background-color:#999
}

.btn--grey[data-v-46e105de]:focus,.btn--grey[data-v-46e105de]:hover{
  background-color:grey
}

.btn--grey.active[data-v-46e105de]{
  background-color:#999
}

.btn--grey.active[data-v-46e105de],.btn--grey[data-v-46e105de]:focus{
  -webkit-box-shadow:0 0 0 .143rem hsla(0,0%,60%,.5);
  box-shadow:0 0 0 .143rem hsla(0,0%,60%,.5)
}

.btn--grey--outline[data-v-46e105de]{
  background-color:hsla(0,0%,60%,.05);
  border:1px solid #999;
  color:#999
}

.btn--grey--outline.active[data-v-46e105de],.btn--grey--outline[data-v-46e105de]:focus,.btn--grey--outline[data-v-46e105de]:hover{
  background-color:#999;
  color:#fff
}

.btn--grey--outline.active[data-v-46e105de],.btn--grey--outline[data-v-46e105de]:focus{
  -webkit-box-shadow:0 0 0 .143rem hsla(0,0%,60%,.5);
  box-shadow:0 0 0 .143rem hsla(0,0%,60%,.5)
}

.btn--info[data-v-46e105de]{
  background-color:#17a2b8
}

.btn--info[data-v-46e105de]:focus,.btn--info[data-v-46e105de]:hover{
  background-color:#117a8b
}

.btn--info.active[data-v-46e105de]{
  background-color:#17a2b8
}

.btn--info.active[data-v-46e105de],.btn--info[data-v-46e105de]:focus{
  -webkit-box-shadow:0 0 0 .143rem rgba(23,162,184,.5);
  box-shadow:0 0 0 .143rem rgba(23,162,184,.5)
}

.btn--info--outline[data-v-46e105de]{
  background-color:rgba(23,162,184,.05);
  border:1px solid #17a2b8;
  color:#17a2b8
}

.btn--info--outline.active[data-v-46e105de],.btn--info--outline[data-v-46e105de]:focus,.btn--info--outline[data-v-46e105de]:hover{
  background-color:#17a2b8;
  color:#fff
}

.btn--info--outline.active[data-v-46e105de],.btn--info--outline[data-v-46e105de]:focus{
  -webkit-box-shadow:0 0 0 .143rem rgba(23,162,184,.5);
  box-shadow:0 0 0 .143rem rgba(23,162,184,.5)
}

.btn--warning[data-v-46e105de]{
  background-color:#ffa300
}

.btn--warning[data-v-46e105de]:focus,.btn--warning[data-v-46e105de]:hover{
  background-color:#cc8200
}

.btn--warning.active[data-v-46e105de]{
  background-color:#ffa300
}

.btn--warning.active[data-v-46e105de],.btn--warning[data-v-46e105de]:focus{
  -webkit-box-shadow:0 0 0 .143rem rgba(255,163,0,.5);
  box-shadow:0 0 0 .143rem rgba(255,163,0,.5)
}

.btn--warning--outline[data-v-46e105de]{
  background-color:rgba(255,163,0,.05);
  border:1px solid #ffa300;
  color:#ffa300
}

.btn--warning--outline.active[data-v-46e105de],.btn--warning--outline[data-v-46e105de]:focus,.btn--warning--outline[data-v-46e105de]:hover{
  background-color:#ffa300;
  color:#fff
}

.btn--warning--outline.active[data-v-46e105de],.btn--warning--outline[data-v-46e105de]:focus{
  -webkit-box-shadow:0 0 0 .143rem rgba(255,163,0,.5);
  box-shadow:0 0 0 .143rem rgba(255,163,0,.5)
}

.btn--light[data-v-46e105de]{
  background-color:#f5f5f5
}

.btn--light[data-v-46e105de]:focus,.btn--light[data-v-46e105de]:hover{
  background-color:#dcdcdc
}

.btn--light.active[data-v-46e105de]{
  background-color:#f5f5f5
}

.btn--light.active[data-v-46e105de],.btn--light[data-v-46e105de]:focus{
  -webkit-box-shadow:0 0 0 .143rem hsla(0,0%,96.1%,.5);
  box-shadow:0 0 0 .143rem hsla(0,0%,96.1%,.5)
}

.btn--light--outline[data-v-46e105de]{
  background-color:hsla(0,0%,96.1%,.05);
  border:1px solid #f5f5f5;
  color:#f5f5f5
}

.btn--light--outline.active[data-v-46e105de],.btn--light--outline[data-v-46e105de]:focus,.btn--light--outline[data-v-46e105de]:hover{
  background-color:#f5f5f5;
  color:#fff
}

.btn--light--outline.active[data-v-46e105de],.btn--light--outline[data-v-46e105de]:focus{
  -webkit-box-shadow:0 0 0 .143rem hsla(0,0%,96.1%,.5);
  box-shadow:0 0 0 .143rem hsla(0,0%,96.1%,.5)
}

.btn--dark[data-v-46e105de]{
  background-color:#24292e
}

.btn--dark[data-v-46e105de]:focus,.btn--dark[data-v-46e105de]:hover{
  background-color:#0e1011
}

.btn--dark.active[data-v-46e105de]{
  background-color:#24292e
}

.btn--dark.active[data-v-46e105de],.btn--dark[data-v-46e105de]:focus{
  -webkit-box-shadow:0 0 0 .143rem rgba(36,41,46,.5);
  box-shadow:0 0 0 .143rem rgba(36,41,46,.5)
}

.btn--dark--outline[data-v-46e105de]{
  background-color:rgba(36,41,46,.05);
  border:1px solid #24292e;
  color:#24292e
}

.btn--dark--outline.active[data-v-46e105de],.btn--dark--outline[data-v-46e105de]:focus,.btn--dark--outline[data-v-46e105de]:hover{
  background-color:#24292e;
  color:#fff
}

.btn--dark--outline.active[data-v-46e105de],.btn--dark--outline[data-v-46e105de]:focus{
  -webkit-box-shadow:0 0 0 .143rem rgba(36,41,46,.5);
  box-shadow:0 0 0 .143rem rgba(36,41,46,.5)
}

.btn--default[data-v-46e105de]{
  background-color:#ccc
}

.btn--default[data-v-46e105de]:focus,.btn--default[data-v-46e105de]:hover{
  background-color:#b3b3b3
}

.btn--default.active[data-v-46e105de]{
  background-color:#ccc
}

.btn--default.active[data-v-46e105de],.btn--default[data-v-46e105de]:focus{
  -webkit-box-shadow:0 0 0 .143rem hsla(0,0%,80%,.5);
  box-shadow:0 0 0 .143rem hsla(0,0%,80%,.5)
}

.btn--default--outline[data-v-46e105de]{
  background-color:hsla(0,0%,80%,.05);
  border:1px solid #ccc;
  color:#ccc
}

.btn--default--outline.active[data-v-46e105de],.btn--default--outline[data-v-46e105de]:focus,.btn--default--outline[data-v-46e105de]:hover{
  background-color:#ccc;
  color:#fff
}

.btn--default--outline.active[data-v-46e105de],.btn--default--outline[data-v-46e105de]:focus{
  -webkit-box-shadow:0 0 0 .143rem hsla(0,0%,80%,.5);
  box-shadow:0 0 0 .143rem hsla(0,0%,80%,.5)
}

.btn--white[data-v-46e105de]{
  background-color:#fff
}

.btn--white[data-v-46e105de]:focus,.btn--white[data-v-46e105de]:hover{
  background-color:#e6e6e6
}

.btn--white.active[data-v-46e105de]{
  background-color:#fff
}

.btn--white.active[data-v-46e105de],.btn--white[data-v-46e105de]:focus{
  -webkit-box-shadow:0 0 0 .143rem hsla(0,0%,100%,.5);
  box-shadow:0 0 0 .143rem hsla(0,0%,100%,.5)
}

.btn--white--outline[data-v-46e105de]{
  background-color:hsla(0,0%,100%,.05);
  border:1px solid #fff;
  color:#fff
}

.btn--white--outline.active[data-v-46e105de],.btn--white--outline[data-v-46e105de]:focus,.btn--white--outline[data-v-46e105de]:hover{
  background-color:#fff;
  color:#fff
}

.btn--white--outline.active[data-v-46e105de],.btn--white--outline[data-v-46e105de]:focus{
  -webkit-box-shadow:0 0 0 .143rem hsla(0,0%,100%,.5);
  box-shadow:0 0 0 .143rem hsla(0,0%,100%,.5)
}

.btn--black.active[data-v-46e105de],.btn--black[data-v-46e105de],.btn--black[data-v-46e105de]:focus,.btn--black[data-v-46e105de]:hover{
  background-color:#000
}

.btn--black.active[data-v-46e105de],.btn--black[data-v-46e105de]:focus{
  -webkit-box-shadow:0 0 0 .143rem rgba(0,0,0,.5);
  box-shadow:0 0 0 .143rem rgba(0,0,0,.5)
}

.btn--black--outline[data-v-46e105de]{
  background-color:rgba(0,0,0,.05);
  border:1px solid #000;
  color:#000
}

.btn--black--outline.active[data-v-46e105de],.btn--black--outline[data-v-46e105de]:focus,.btn--black--outline[data-v-46e105de]:hover{
  background-color:#000;
  color:#fff
}

.btn--black--outline.active[data-v-46e105de],.btn--black--outline[data-v-46e105de]:focus{
  -webkit-box-shadow:0 0 0 .143rem rgba(0,0,0,.5);
  box-shadow:0 0 0 .143rem rgba(0,0,0,.5)
}

.btn--default--outline[data-v-46e105de]{
  color:#747474
}

.btn--disabled[data-v-46e105de]:disabled{
  -webkit-box-shadow:none;
  box-shadow:none;
  background-color:#ccc;
  border:1px solid #ccc;
  color:#fff;
  cursor:not-allowed
}

.badge[data-v-46e105de]{
  background:#999;
  height:22px;
  line-height:22px;
  border-radius:22px;
  padding:0 5px;
  font-size:.857em;
  color:#888;
  font-weight:500
}

.badge-primary[data-v-46e105de]{
  background-color:#1e90ff;
  color:#fff
}

.badge-secondary[data-v-46e105de]{
  background-color:#747474;
  color:#fff
}

.badge-third[data-v-46e105de]{
  background-color:#ccc;
  color:#fff
}

.badge-success[data-v-46e105de]{
  background-color:#9acd32;
  color:#fff
}

.badge-danger[data-v-46e105de]{
  background-color:#ff4500;
  color:#fff
}

.badge-grey[data-v-46e105de]{
  background-color:#999;
  color:#fff
}

.badge-info[data-v-46e105de]{
  background-color:#17a2b8;
  color:#fff
}

.badge-warning[data-v-46e105de]{
  background-color:#ffa300;
  color:#fff
}

.badge-light[data-v-46e105de]{
  background-color:#f5f5f5;
  color:#fff
}

.badge-dark[data-v-46e105de]{
  background-color:#24292e;
  color:#fff
}

.badge-default[data-v-46e105de]{
  background-color:#ccc;
  color:#fff
}

.badge-white[data-v-46e105de]{
  background-color:#fff;
  color:#fff
}

.badge-black[data-v-46e105de]{
  background-color:#000;
  color:#fff
}

table.md[data-v-46e105de]{
  border-spacing:0;
  border-radius:8px;
  border-collapse:collapse;
  width:100%;
  table-layout:fixed;
  overflow-wrap:break-word;
  overflow:hidden;
  word-break:break-all;
  margin-top:0;
  margin-bottom:16px;
  font-size:1em;
  -webkit-box-shadow:0 0 8px rgba(0,0,0,.2);
  box-shadow:0 0 8px rgba(0,0,0,.2)
}

table.md tr[data-v-46e105de]{
  background-color:#fff;
  width:100%
}

table.md tr td[data-v-46e105de],table.md tr th[data-v-46e105de]{
  padding:6px 13px;
  text-align:left
}

table.md tr[data-v-46e105de]:nth-child(2n){
  background-color:#f2f2f2
}

.is-dark table.md[data-v-46e105de]{
  color:#f2f2f2
}

.is-dark table.md tr[data-v-46e105de]{
  background-color:#21222e
}

.is-dark table.md tr[data-v-46e105de]:nth-child(2n){
  background-color:#2e2f40
}

.is-dark table.md tr td.text-muted[data-v-46e105de]{
  color:hsla(0,0%,100%,.3)
}

.slide-enter-active[data-v-46e105de],.slide-leave-active[data-v-46e105de]{
  opacity:1;
  z-index:998;
  -webkit-transition:all .3s;
  transition:all .3s;
  -webkit-transform:translateY(0);
  transform:translateY(0)
}

.slide-enter[data-v-46e105de],.slide-leave-to[data-v-46e105de]{
  opacity:0;
  z-index:998;
  -webkit-transform:translateY(-20px);
  transform:translateY(-20px)
}

.tags-enter-active[data-v-46e105de],.tags-leave-active[data-v-46e105de]{
  opacity:1;
  -webkit-transition:all .3s;
  transition:all .3s;
  position:absolute;
  -webkit-transform:translateY(0);
  transform:translateY(0)
}

.tags-enter[data-v-46e105de],.tags-leave-to[data-v-46e105de]{
  opacity:0;
  -webkit-transform:translateX(-100%);
  transform:translateX(-100%)
}

.slideinvert-enter-active[data-v-46e105de],.slideinvert-leave-active[data-v-46e105de]{
  opacity:1;
  z-index:998;
  -webkit-transition:all .3s;
  transition:all .3s;
  -webkit-transform:translateY(0);
  transform:translateY(0)
}

.slideinvert-enter[data-v-46e105de],.slideinvert-leave-to[data-v-46e105de]{
  opacity:0;
  z-index:998;
  -webkit-transform:translateY(40px);
  transform:translateY(40px)
}

.slidenext-enter-active[data-v-46e105de],.slidenext-leave-active[data-v-46e105de],.slideprev-enter-active[data-v-46e105de],.slideprev-leave-active[data-v-46e105de]{
  position:absolute;
  -webkit-transition:all .3s;
  transition:all .3s
}

.slidenext-enter[data-v-46e105de],.slideprev-leave-to[data-v-46e105de]{
  -webkit-transform:translateX(100%);
  transform:translateX(100%)
}

.slidenext-leave-to[data-v-46e105de],.slideprev-enter[data-v-46e105de]{
  -webkit-transform:translateX(-100%);
  transform:translateX(-100%)
}

.slidevnext-enter-active[data-v-46e105de],.slidevnext-leave-active[data-v-46e105de],.slidevprev-enter-active[data-v-46e105de],.slidevprev-leave-active[data-v-46e105de]{
  position:absolute;
  -webkit-transition:all .3s;
  transition:all .3s
}

.slidevnext-enter[data-v-46e105de],.slidevprev-leave-to[data-v-46e105de]{
  -webkit-transform:translateY(100%);
  transform:translateY(100%);
  opacity:0
}

.slidevnext-leave-to[data-v-46e105de],.slidevprev-enter[data-v-46e105de]{
  -webkit-transform:translateY(-100%);
  transform:translateY(-100%);
  opacity:0
}

@media screen and (max-width:415px){
  .slide-enter-active[data-v-46e105de],.slide-leave-active[data-v-46e105de],.slideinvert-enter-active[data-v-46e105de],.slideinvert-leave-active[data-v-46e105de]{
    -webkit-transition:all 0s;
    transition:all 0s
  }
}

.spinner-anim[data-v-46e105de]{
  -webkit-animation:spin-data-v-46e105de .6s linear infinite;
  animation:spin-data-v-46e105de .6s linear infinite
}

@-webkit-keyframes spin-data-v-46e105de{
  0%{
    -webkit-transform:rotate(0deg);
    transform:rotate(0deg)
  }

  to{
    -webkit-transform:rotate(1turn);
    transform:rotate(1turn)
  }
}

@keyframes spin-data-v-46e105de{
  0%{
    -webkit-transform:rotate(0deg);
    transform:rotate(0deg)
  }

  to{
    -webkit-transform:rotate(1turn);
    transform:rotate(1turn)
  }
}

.dialog-fade-enter-active .dialog-animation[data-v-46e105de]{
  -webkit-animation:dialog-fade-in-data-v-46e105de .4s;
  animation:dialog-fade-in-data-v-46e105de .4s
}

.dialog-fade-leave-active .dialog-animation[data-v-46e105de]{
  -webkit-animation:dialog-fade-out-data-v-46e105de .4s;
  animation:dialog-fade-out-data-v-46e105de .4s
}

@-webkit-keyframes dialog-fade-in-data-v-46e105de{
  0%{
    -webkit-transform:translate3d(0,-30px,0);
    transform:translate3d(0,-30px,0);
    opacity:0
  }

  to{
    -webkit-transform:translateZ(0);
    transform:translateZ(0);
    opacity:1
  }
}

@keyframes dialog-fade-in-data-v-46e105de{
  0%{
    -webkit-transform:translate3d(0,-30px,0);
    transform:translate3d(0,-30px,0);
    opacity:0
  }

  to{
    -webkit-transform:translateZ(0);
    transform:translateZ(0);
    opacity:1
  }
}

@-webkit-keyframes dialog-fade-out-data-v-46e105de{
  0%{
    -webkit-transform:translateZ(0);
    transform:translateZ(0);
    opacity:1
  }

  to{
    -webkit-transform:translate3d(0,-30px,0);
    transform:translate3d(0,-30px,0);
    opacity:0
  }
}

@keyframes dialog-fade-out-data-v-46e105de{
  0%{
    -webkit-transform:translateZ(0);
    transform:translateZ(0);
    opacity:1
  }

  to{
    -webkit-transform:translate3d(0,-30px,0);
    transform:translate3d(0,-30px,0);
    opacity:0
  }
}

.expand-enter-active[data-v-46e105de],.expand-leave-active[data-v-46e105de]{
  -webkit-transition:.3s ease-in-out;
  transition:.3s ease-in-out;
  -webkit-transition-property:opacity,height;
  transition-property:opacity,height;
  overflow:hidden
}

.expand-enter[data-v-46e105de],.expand-leave-to[data-v-46e105de]{
  height:0;
  opacity:0
}

.scale-enter-active[data-v-46e105de],.scale-leave-active[data-v-46e105de]{
  opacity:1;
  z-index:1;
  -webkit-transition:all .3s cubic-bezier(.4,.52,.26,.9);
  transition:all .3s cubic-bezier(.4,.52,.26,.9)
}

.scale-enter[data-v-46e105de],.scale-leave-to[data-v-46e105de]{
  opacity:.4;
  z-index:1;
  -webkit-transform:scale(0);
  transform:scale(0)
}

@-webkit-keyframes loading-data-v-46e105de{
  0%{
    left:-200px;
    width:30%
  }

  50%{
    width:30%
  }

  70%{
    width:70%
  }

  80%{
    left:50%
  }

  95%{
    left:120%
  }

  to{
    left:100%
  }
}

@keyframes loading-data-v-46e105de{
  0%{
    left:-200px;
    width:30%
  }

  50%{
    width:30%
  }

  70%{
    width:70%
  }

  80%{
    left:50%
  }

  95%{
    left:120%
  }

  to{
    left:100%
  }
}

.flip-list-move[data-v-46e105de]{
  -webkit-transition:-webkit-transform .6s;
  transition:-webkit-transform .6s;
  transition:transform .6s;
  transition:transform .6s, -webkit-transform .6s;
  transition:transform .6s,-webkit-transform .6s
}

.over-hid[data-v-46e105de]{
  overflow:hidden
}

.pos-r[data-v-46e105de]{
  position:relative
}

.pos-a[data-v-46e105de]{
  position:absolute
}

.flex[data-v-46e105de]{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex
}

.flex.fluid[data-v-46e105de]{
  width:100%
}

.flex.direction-column[data-v-46e105de]{
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column
}

.flex.direction-column-reverse[data-v-46e105de]{
  -webkit-box-orient:vertical;
  -webkit-box-direction:reverse;
  -ms-flex-direction:column-reverse;
  flex-direction:column-reverse
}

.flex.direction-row[data-v-46e105de]{
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
  -ms-flex-direction:row;
  flex-direction:row
}

.flex.direction-row-reverse[data-v-46e105de]{
  -webkit-box-orient:horizontal;
  -webkit-box-direction:reverse;
  -ms-flex-direction:row-reverse;
  flex-direction:row-reverse
}

.flex.align-center[data-v-46e105de]{
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center
}

.flex.align-start[data-v-46e105de]{
  -webkit-box-align:start;
  -ms-flex-align:start;
  align-items:flex-start
}

.flex.align-end[data-v-46e105de]{
  -webkit-box-align:end;
  -ms-flex-align:end;
  align-items:flex-end
}

.flex.justify-start[data-v-46e105de]{
  -webkit-box-pack:start;
  -ms-flex-pack:start;
  justify-content:flex-start
}

.flex.justify-end[data-v-46e105de]{
  -webkit-box-pack:end;
  -ms-flex-pack:end;
  justify-content:flex-end
}

.flex.justify-center[data-v-46e105de]{
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center
}

.flex.space-between[data-v-46e105de]{
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between
}

.flex.space-around[data-v-46e105de]{
  -ms-flex-pack:distribute;
  justify-content:space-around
}

.flex.flex-center[data-v-46e105de]{
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center
}

.flex.flex--wrap[data-v-46e105de]{
  -ms-flex-wrap:wrap;
  flex-wrap:wrap
}

.flex.flex--grow[data-v-46e105de]{
  -webkit-box-flex:1;
  -ms-flex-positive:1;
  flex-grow:1
}

.flex-fill[data-v-46e105de]{
  -webkit-box-flex:0;
  -ms-flex:0 1 auto;
  flex:0 1 auto
}

.flex-fixed[data-v-46e105de]{
  -webkit-box-flex:0;
  -ms-flex:0 0 auto;
  flex:0 0 auto
}

.flex-1[data-v-46e105de]{
  -webkit-box-flex:1;
  -ms-flex:1;
  flex:1
}

.flex-100[data-v-46e105de]{
  -webkit-box-flex:0;
  -ms-flex:0 1 100%;
  flex:0 1 100%
}

.flex-75[data-v-46e105de]{
  -webkit-box-flex:0;
  -ms-flex:0 1 75%;
  flex:0 1 75%
}

.flex-50[data-v-46e105de]{
  -webkit-box-flex:0;
  -ms-flex:0 1 50%;
  flex:0 1 50%
}

.flex-33[data-v-46e105de]{
  -webkit-box-flex:0;
  -ms-flex:0 1 33.33%;
  flex:0 1 33.33%
}

.flex-25[data-v-46e105de]{
  -webkit-box-flex:0;
  -ms-flex:0 1 25%;
  flex:0 1 25%
}

.flex-20[data-v-46e105de]{
  -webkit-box-flex:0;
  -ms-flex:0 1 20%;
  flex:0 1 20%
}

.flex-16[data-v-46e105de]{
  -webkit-box-flex:0;
  -ms-flex:0 1 16.66%;
  flex:0 1 16.66%
}

.text-muted-white[data-v-46e105de]{
  color:hsla(0,0%,100%,.54)
}

.text-muted[data-v-46e105de]{
  color:rgba(0,0,0,.54)
}

.is-dark .text-muted[data-v-46e105de]{
  color:hsla(0,0%,100%,.54)
}

.text-strong[data-v-46e105de]{
  font-weight:500
}

.text-center[data-v-46e105de]{
  text-align:center
}

.text-left[data-v-46e105de]{
  text-align:left
}

.text-right[data-v-46e105de]{
  text-align:right
}

.text-primary[data-v-46e105de]{
  color:#1e90ff
}

.text-secondary[data-v-46e105de]{
  color:#747474
}

.text-third[data-v-46e105de]{
  color:#ccc
}

.text-success[data-v-46e105de]{
  color:#9acd32
}

.text-danger[data-v-46e105de]{
  color:#ff4500
}

.text-grey[data-v-46e105de]{
  color:#999
}

.text-info[data-v-46e105de]{
  color:#17a2b8
}

.text-warning[data-v-46e105de]{
  color:#ffa300
}

.text-light[data-v-46e105de]{
  color:#f5f5f5
}

.text-dark[data-v-46e105de]{
  color:#24292e
}

.text-default[data-v-46e105de]{
  color:#ccc
}

.text-white[data-v-46e105de]{
  color:#fff
}

.text-black[data-v-46e105de]{
  color:#000
}

.dots-text[data-v-46e105de]{
  text-overflow:ellipsis;
  white-space:nowrap;
  overflow:hidden
}

.dots-text-3[data-v-46e105de]{
  overflow:hidden;
  position:relative;
  line-height:1.3em;
  max-height:3.9em;
  text-align:justify;
  margin-right:-1em;
  padding-right:1em
}

.dots-text-3[data-v-46e105de]:before{
  content:"...";
  position:absolute;
  right:3px;
  bottom:2px
}

.dots-text-3[data-v-46e105de]:after{
  content:"";
  position:absolute;
  right:0;
  width:1em;
  height:1em;
  margin-top:.2em;
  background:#fff
}

.dots-text-2[data-v-46e105de]{
  overflow:hidden;
  position:relative;
  line-height:1.3em;
  max-height:2.6em;
  text-align:justify;
  margin-right:-1em;
  padding-right:1em
}

.dots-text-2[data-v-46e105de]:before{
  content:"...";
  position:absolute;
  right:3px;
  bottom:2px
}

.dots-text-2[data-v-46e105de]:after{
  content:"";
  position:absolute;
  right:0;
  width:1em;
  height:1em;
  margin-top:.2em;
  background:#fff
}

.container[data-v-46e105de]{
  width:100%;
  padding-right:15px;
  padding-left:15px;
  margin-right:auto;
  margin-left:auto
}

@media(max-width:768px){
  .container[data-v-46e105de]{
    max-width:100%
  }
}

@media(min-width:768px){
  .container[data-v-46e105de]{
    max-width:768px
  }
}

@media(min-width:1024px){
  .container[data-v-46e105de]{
    max-width:1024px
  }
}

@media(min-width:1440px){
  .container[data-v-46e105de]{
    max-width:1440px
  }
}

@media(min-width:2560px){
  .container[data-v-46e105de]{
    max-width:2560px
  }
}

.pr-0[data-v-46e105de]{
  padding-right:0
}

.pt-0[data-v-46e105de]{
  padding-top:0
}

.pb-0[data-v-46e105de]{
  padding-bottom:0
}

.pl-0[data-v-46e105de]{
  padding-left:0
}

.px-0[data-v-46e105de]{
  padding-left:0;
  padding-right:0
}

.py-0[data-v-46e105de]{
  padding-top:0;
  padding-bottom:0
}

.p-0[data-v-46e105de]{
  padding:0
}

.pr-1[data-v-46e105de]{
  padding-right:.25rem
}

.pt-1[data-v-46e105de]{
  padding-top:.25rem
}

.pb-1[data-v-46e105de]{
  padding-bottom:.25rem
}

.pl-1[data-v-46e105de]{
  padding-left:.25rem
}

.px-1[data-v-46e105de]{
  padding-left:.25rem;
  padding-right:.25rem
}

.py-1[data-v-46e105de]{
  padding-top:.25rem;
  padding-bottom:.25rem
}

.p-1[data-v-46e105de]{
  padding:.25rem
}

.pr-2[data-v-46e105de]{
  padding-right:.5rem
}

.pt-2[data-v-46e105de]{
  padding-top:.5rem
}

.pb-2[data-v-46e105de]{
  padding-bottom:.5rem
}

.pl-2[data-v-46e105de]{
  padding-left:.5rem
}

.px-2[data-v-46e105de]{
  padding-left:.5rem;
  padding-right:.5rem
}

.py-2[data-v-46e105de]{
  padding-top:.5rem;
  padding-bottom:.5rem
}

.p-2[data-v-46e105de]{
  padding:.5rem
}

.pr-3[data-v-46e105de]{
  padding-right:1rem
}

.pt-3[data-v-46e105de]{
  padding-top:1rem
}

.pb-3[data-v-46e105de]{
  padding-bottom:1rem
}

.pl-3[data-v-46e105de]{
  padding-left:1rem
}

.px-3[data-v-46e105de]{
  padding-left:1rem;
  padding-right:1rem
}

.py-3[data-v-46e105de]{
  padding-top:1rem;
  padding-bottom:1rem
}

.p-3[data-v-46e105de]{
  padding:1rem
}

.pr-4[data-v-46e105de]{
  padding-right:1.5rem
}

.pt-4[data-v-46e105de]{
  padding-top:1.5rem
}

.pb-4[data-v-46e105de]{
  padding-bottom:1.5rem
}

.pl-4[data-v-46e105de]{
  padding-left:1.5rem
}

.px-4[data-v-46e105de]{
  padding-left:1.5rem;
  padding-right:1.5rem
}

.py-4[data-v-46e105de]{
  padding-top:1.5rem;
  padding-bottom:1.5rem
}

.p-4[data-v-46e105de]{
  padding:1.5rem
}

.pr-5[data-v-46e105de]{
  padding-right:3rem
}

.pt-5[data-v-46e105de]{
  padding-top:3rem
}

.pb-5[data-v-46e105de]{
  padding-bottom:3rem
}

.pl-5[data-v-46e105de]{
  padding-left:3rem
}

.px-5[data-v-46e105de]{
  padding-left:3rem;
  padding-right:3rem
}

.py-5[data-v-46e105de]{
  padding-top:3rem;
  padding-bottom:3rem
}

.p-5[data-v-46e105de]{
  padding:3rem
}

.mr-0[data-v-46e105de]{
  margin-right:0
}

.mt-0[data-v-46e105de]{
  margin-top:0
}

.mb-0[data-v-46e105de]{
  margin-bottom:0
}

.ml-0[data-v-46e105de]{
  margin-left:0
}

.mx-0[data-v-46e105de]{
  margin-left:0;
  margin-right:0
}

.my-0[data-v-46e105de]{
  margin-top:0;
  margin-bottom:0
}

.m-0[data-v-46e105de]{
  margin:0
}

.mr-1[data-v-46e105de]{
  margin-right:.25rem
}

.mt-1[data-v-46e105de]{
  margin-top:.25rem
}

.mb-1[data-v-46e105de]{
  margin-bottom:.25rem
}

.ml-1[data-v-46e105de]{
  margin-left:.25rem
}

.mx-1[data-v-46e105de]{
  margin-left:.25rem;
  margin-right:.25rem
}

.my-1[data-v-46e105de]{
  margin-top:.25rem;
  margin-bottom:.25rem
}

.m-1[data-v-46e105de]{
  margin:.25rem
}

.mr-2[data-v-46e105de]{
  margin-right:.5rem
}

.mt-2[data-v-46e105de]{
  margin-top:.5rem
}

.mb-2[data-v-46e105de]{
  margin-bottom:.5rem
}

.ml-2[data-v-46e105de]{
  margin-left:.5rem
}

.mx-2[data-v-46e105de]{
  margin-left:.5rem;
  margin-right:.5rem
}

.my-2[data-v-46e105de]{
  margin-top:.5rem;
  margin-bottom:.5rem
}

.m-2[data-v-46e105de]{
  margin:.5rem
}

.mr-3[data-v-46e105de]{
  margin-right:1rem
}

.mt-3[data-v-46e105de]{
  margin-top:1rem
}

.mb-3[data-v-46e105de]{
  margin-bottom:1rem
}

.ml-3[data-v-46e105de]{
  margin-left:1rem
}

.mx-3[data-v-46e105de]{
  margin-left:1rem;
  margin-right:1rem
}

.my-3[data-v-46e105de]{
  margin-top:1rem;
  margin-bottom:1rem
}

.m-3[data-v-46e105de]{
  margin:1rem
}

.mr-4[data-v-46e105de]{
  margin-right:1.5rem
}

.mt-4[data-v-46e105de]{
  margin-top:1.5rem
}

.mb-4[data-v-46e105de]{
  margin-bottom:1.5rem
}

.ml-4[data-v-46e105de]{
  margin-left:1.5rem
}

.mx-4[data-v-46e105de]{
  margin-left:1.5rem;
  margin-right:1.5rem
}

.my-4[data-v-46e105de]{
  margin-top:1.5rem;
  margin-bottom:1.5rem
}

.m-4[data-v-46e105de]{
  margin:1.5rem
}

.mr-5[data-v-46e105de]{
  margin-right:3rem
}

.mt-5[data-v-46e105de]{
  margin-top:3rem
}

.mb-5[data-v-46e105de]{
  margin-bottom:3rem
}

.ml-5[data-v-46e105de]{
  margin-left:3rem
}

.mx-5[data-v-46e105de]{
  margin-left:3rem;
  margin-right:3rem
}

.my-5[data-v-46e105de]{
  margin-top:3rem;
  margin-bottom:3rem
}

.m-5[data-v-46e105de]{
  margin:3rem
}

.h-100[data-v-46e105de]{
  height:100%
}

.mh-100[data-v-46e105de]{
  max-height:100%
}

.w-100[data-v-46e105de]{
  width:100%
}

.mw-100[data-v-46e105de]{
  max-width:100%
}

.m-h-0[data-v-46e105de]{
  min-height:0
}

.m-h-100[data-v-46e105de]{
  min-height:100%
}

.m-w-0[data-v-46e105de]{
  min-width:0
}

.m-w-100[data-v-46e105de]{
  min-width:100%
}

.br-0[data-v-46e105de]{
  border-radius:0
}

.brt-0[data-v-46e105de]{
  border-top-left-radius:0;
  border-top-right-radius:0
}

.brb-0[data-v-46e105de]{
  border-bottom-right-radius:0;
  border-bottom-left-radius:0
}

.br-2[data-v-46e105de]{
  border-radius:2px
}

.brt-2[data-v-46e105de]{
  border-top-left-radius:2px;
  border-top-right-radius:2px
}

.brb-2[data-v-46e105de]{
  border-bottom-right-radius:2px;
  border-bottom-left-radius:2px
}

.br-4[data-v-46e105de]{
  border-radius:4px
}

.brt-4[data-v-46e105de]{
  border-top-left-radius:4px;
  border-top-right-radius:4px
}

.brb-4[data-v-46e105de]{
  border-bottom-right-radius:4px;
  border-bottom-left-radius:4px
}

.br-8[data-v-46e105de]{
  border-radius:8px
}

.brt-8[data-v-46e105de]{
  border-top-left-radius:8px;
  border-top-right-radius:8px
}

.brb-8[data-v-46e105de]{
  border-bottom-right-radius:8px;
  border-bottom-left-radius:8px
}

.fs-12[data-v-46e105de]{
  font-size:12px
}

.fs-14[data-v-46e105de]{
  font-size:14px
}

.fs-16[data-v-46e105de]{
  font-size:16px
}

.fs-18[data-v-46e105de]{
  font-size:18px
}

.fs-20[data-v-46e105de]{
  font-size:20px
}

.fs-22[data-v-46e105de]{
  font-size:22px
}

.fs-26[data-v-46e105de]{
  font-size:26px
}

.fw-300[data-v-46e105de]{
  font-weight:300
}

.fw-400[data-v-46e105de]{
  font-weight:400
}

.fw-500[data-v-46e105de]{
  font-weight:500
}

@media only screen and (max-width:2560px){
  .hidden-4k[data-v-46e105de]{
    display:none
  }
}

@media only screen and (max-width:1440px){
  .hidden-laptop[data-v-46e105de]{
    display:none
  }
}

@media only screen and (max-width:1024px){
  .hidden-laptop-s[data-v-46e105de]{
    display:none
  }
}

@media only screen and (max-width:768px){
  .hidden-tablet[data-v-46e105de]{
    display:none
  }
}

@media only screen and (max-width:425px){
  .hidden-mobile[data-v-46e105de]{
    display:none
  }
}

@media only screen and (max-width:375px){
  .hidden-mobile-m[data-v-46e105de]{
    display:none
  }
}

@media only screen and (max-width:320px){
  .hidden-mobile-s[data-v-46e105de]{
    display:none
  }
}

.show-4k[data-v-46e105de]{
  display:none
}

@media only screen and (max-width:2560px){
  .show-4k[data-v-46e105de]{
    display:inherit
  }
}

.show-laptop[data-v-46e105de]{
  display:none
}

@media only screen and (max-width:1440px){
  .show-laptop[data-v-46e105de]{
    display:inherit
  }
}

.show-laptop-s[data-v-46e105de]{
  display:none
}

@media only screen and (max-width:1024px){
  .show-laptop-s[data-v-46e105de]{
    display:inherit
  }
}

.show-tablet[data-v-46e105de]{
  display:none
}

@media only screen and (max-width:768px){
  .show-tablet[data-v-46e105de]{
    display:inherit
  }
}

.show-mobile[data-v-46e105de]{
  display:none
}

@media only screen and (max-width:425px){
  .show-mobile[data-v-46e105de]{
    display:inherit
  }
}

.show-mobile-m[data-v-46e105de]{
  display:none
}

@media only screen and (max-width:375px){
  .show-mobile-m[data-v-46e105de]{
    display:inherit
  }
}

.show-mobile-s[data-v-46e105de]{
  display:none
}

@media only screen and (max-width:320px){
  .show-mobile-s[data-v-46e105de]{
    display:inherit
  }
}

[data-v-46e105de],[data-v-46e105de]:after,[data-v-46e105de]:before{
  -webkit-box-sizing:border-box;
  box-sizing:border-box
}

blockquote[data-v-46e105de],body[data-v-46e105de],dd[data-v-46e105de],dl[data-v-46e105de],figure[data-v-46e105de],h1[data-v-46e105de],h2[data-v-46e105de],h3[data-v-46e105de],h4[data-v-46e105de],h5[data-v-46e105de],h6[data-v-46e105de],hr[data-v-46e105de],ol[data-v-46e105de],p[data-v-46e105de],pre[data-v-46e105de],ul[data-v-46e105de]{
  margin:0;
  padding:0
}

#app[data-v-46e105de],body[data-v-46e105de],button[data-v-46e105de],html[data-v-46e105de],input[data-v-46e105de]{
  font:400 14px -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
  line-height:1.5;
  -webkit-font-kerning:normal;
  font-kerning:normal
}

.country-selector[data-v-46e105de]{
  font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
  position:relative;
  height:40px;
  min-height:40px;
  z-index:0;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none
}

.country-selector[data-v-46e105de]:hover{
  z-index:1
}

.country-selector__label[data-v-46e105de]{
  position:absolute;
  top:3px;
  cursor:pointer;
  left:11px;
  -webkit-transform:translateY(25%);
  transform:translateY(25%);
  opacity:0;
  -webkit-transition:all .25s cubic-bezier(.645,.045,.355,1);
  transition:all .25s cubic-bezier(.645,.045,.355,1);
  font-size:11px;
  color:#747474
}

.country-selector__input[data-v-46e105de]{
  cursor:pointer;
  background-color:#fff;
  position:relative;
  width:100%;
  height:40px;
  min-height:40px;
  padding-right:22px;
  font-weight:400;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  outline:none;
  border:1px solid #ccc;
  font-size:13px;
  z-index:0;
  padding-left:8px;
  color:#000
}

.country-selector__toggle[data-v-46e105de]{
  position:absolute;
  right:5px;
  top:calc(50% - 10px);
  -webkit-transition:all .25s cubic-bezier(.645,.045,.355,1);
  transition:all .25s cubic-bezier(.645,.045,.355,1);
  text-align:center;
  display:inline-block;
  cursor:pointer;
  height:24px
}

.country-selector__toggle__arrow[data-v-46e105de]{
  color:#747474
}

.country-selector__toggle__arrow path.arrow[data-v-46e105de]{
  fill:#747474
}

.country-selector__country-flag[data-v-46e105de]{
  margin:auto 0;
  position:absolute;
  top:21px;
  left:11px;
  z-index:1;
  cursor:pointer
}

.country-selector__country-flag img[data-v-46e105de]{
  position:absolute
}

.country-selector__list[data-v-46e105de]{
  max-width:100%;
  top:100%;
  width:100%;
  min-width:230px;
  position:absolute;
  background-color:#fff;
  overflow:hidden;
  -webkit-box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);
  box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);
  z-index:9;
  list-style:none;
  overflow-y:auto;
  overflow-x:hidden;
  padding:0;
  margin:0
}

.country-selector__list.has-calling-code[data-v-46e105de]{
  min-width:270px
}

.country-selector__list__item[data-v-46e105de]{
  padding:0 10px;
  text-overflow:ellipsis;
  white-space:nowrap;
  overflow:hidden;
  font-size:12px;
  cursor:pointer;
  background-color:transparent;
  width:100%;
  border:0;
  outline:none
}

.country-selector__list__item__flag-container[data-v-46e105de]{
  margin-right:10px
}

.country-selector__list__item__calling-code[data-v-46e105de]{
  width:45px;
  color:#747474
}

.country-selector__list__item.hover[data-v-46e105de],.country-selector__list__item.keyboard-selected[data-v-46e105de]{
  background-color:#f2f2f2
}

.country-selector__list__item.selected[data-v-46e105de]{
  color:#fff;
  font-weight:600
}

.country-selector__list__item.selected .country-selector__list__item__calling-code[data-v-46e105de]{
  color:#fff
}

.country-selector.is-dark .country-selector__input[data-v-46e105de]{
  cursor:pointer;
  color:hsla(0,0%,100%,.7)
}

.country-selector.is-dark .country-selector__input[data-v-46e105de]::-webkit-input-placeholder{
  color:hsla(0,0%,100%,.7)
}

.country-selector.is-dark .country-selector__input[data-v-46e105de]::-moz-placeholder{
  color:hsla(0,0%,100%,.7)
}

.country-selector.is-dark .country-selector__input[data-v-46e105de]:-ms-input-placeholder{
  color:hsla(0,0%,100%,.7)
}

.country-selector.is-dark .country-selector__input[data-v-46e105de]::-ms-input-placeholder{
  color:hsla(0,0%,100%,.7)
}

.country-selector.is-dark .country-selector__input[data-v-46e105de]::placeholder{
  color:hsla(0,0%,100%,.7)
}

.country-selector.is-dark .country-selector__toggle__arrow[data-v-46e105de]{
  color:hsla(0,0%,100%,.7)
}

.country-selector.is-dark .country-selector__toggle__arrow path.arrow[data-v-46e105de]{
  fill:hsla(0,0%,100%,.7)
}

.country-selector.is-dark .country-selector__list__item[data-v-46e105de]{
  color:#f2f2f2
}

.country-selector.is-dark .country-selector__list__item.keyboard-selected[data-v-46e105de],.country-selector.is-dark .country-selector__list__item[data-v-46e105de]:hover{
  background-color:#43455e
}

.country-selector.is-dark .country-selector__list__calling-code[data-v-46e105de]{
  color:hsla(0,0%,100%,.3)
}

.country-selector.is-dark .country-selector__input[data-v-46e105de],.country-selector.is-dark .country-selector__list[data-v-46e105de]{
  color:hsla(0,0%,100%,.7)
}

.country-selector.has-list-open[data-v-46e105de]{
  z-index:1
}

.country-selector.has-list-open .country-selector__toggle[data-v-46e105de]{
  -webkit-transform:rotate(180deg);
  transform:rotate(180deg)
}

.country-selector.is-focused[data-v-46e105de]{
  z-index:1
}

.country-selector.has-error .country-selector__input[data-v-46e105de]{
  border-color:#ff4500
}

.country-selector.has-error .country-selector__label[data-v-46e105de]{
  color:#ff4500
}

.country-selector.has-value .country-selector__input[data-v-46e105de]{
  padding-left:40px
}

.country-selector.has-hint .country-selector__label[data-v-46e105de],.country-selector.has-value .country-selector__label[data-v-46e105de]{
  opacity:1;
  -webkit-transform:translateY(0);
  transform:translateY(0);
  font-size:11px
}

.country-selector.has-hint .country-selector__input[data-v-46e105de],.country-selector.has-value .country-selector__input[data-v-46e105de]{
  padding-top:14px
}

.country-selector.is-disabled .country-selector[data-v-46e105de]{
  cursor:not-allowed
}

.country-selector.is-disabled .country-selector__input[data-v-46e105de]{
  border-color:#ccc;
  background-color:#f2f2f2;
  color:#ccc
}

.country-selector.is-disabled .country-selector__input[data-v-46e105de]::-webkit-input-placeholder{
  color:#ccc
}

.country-selector.is-disabled .country-selector__input[data-v-46e105de]::-moz-placeholder{
  color:#ccc
}

.country-selector.is-disabled .country-selector__input[data-v-46e105de]:-ms-input-placeholder{
  color:#ccc
}

.country-selector.is-disabled .country-selector__input[data-v-46e105de]::-ms-input-placeholder{
  color:#ccc
}

.country-selector.is-disabled .country-selector__input[data-v-46e105de]::placeholder{
  color:#ccc
}

.country-selector.is-disabled .country-selector__country-flag>div[data-v-46e105de],.country-selector.is-disabled .country-selector__country-flag[data-v-46e105de],.country-selector.is-disabled .country-selector__input[data-v-46e105de],.country-selector.is-disabled .country-selector__label[data-v-46e105de],.country-selector.is-disabled .country-selector__toggle__arrow[data-v-46e105de]{
  cursor:not-allowed;
  color:#ccc
}

.country-selector.no-flags .country-selector__input[data-v-46e105de]{
  padding-left:10px
}

.country-selector.sm[data-v-46e105de]{
  height:36px;
  min-height:36px
}

.country-selector.sm .country-selector__input[data-v-46e105de]{
  height:36px;
  min-height:36px;
  font-size:12px
}

.country-selector.sm .country-selector__label[data-v-46e105de]{
  font-size:10px
}

.country-selector.sm .country-selector__country-flag[data-v-46e105de]{
  top:16px
}

.country-selector.sm .country-selector__country-flag img[data-v-46e105de]{
  zoom:.3;
  color:red;
  -moz-transform:scale(.3);
  -moz-transform-origin:0 0
}

.country-selector.sm.has-value .country-selector__input[data-v-46e105de]{
  padding-top:12px
}

.country-selector.lg[data-v-46e105de]{
  height:48px;
  min-height:48px
}

.country-selector.lg .country-selector__input[data-v-46e105de]{
  height:48px;
  min-height:48px;
  font-size:14px
}

.country-selector.lg .country-selector__label[data-v-46e105de]{
  font-size:14px
}

.country-selector.lg .country-selector__country-flag[data-v-46e105de]{
  top:25px
}

.country-selector.lg .country-selector__country-flag img[data-v-46e105de]{
  zoom:.45;
  -moz-transform:scale(.45);
  -moz-transform-origin:0 0
}

.country-selector.lg.has-value .country-selector__input[data-v-46e105de]{
  padding-top:18px
}

.country-selector .slide-enter-active[data-v-46e105de],.country-selector .slide-leave-active[data-v-46e105de]{
  opacity:1;
  z-index:998;
  -webkit-transition:all .3s;
  transition:all .3s;
  -webkit-transform:translateY(0);
  transform:translateY(0)
}

.country-selector .slide-enter[data-v-46e105de],.country-selector .slide-leave-to[data-v-46e105de]{
  opacity:0;
  z-index:998;
  -webkit-transform:translateY(-20px);
  transform:translateY(-20px)
}

.bg-primary-after[data-v-19351537]:after,.bg-primary-before[data-v-19351537]:before,.bg-primary[data-v-19351537]{
  background-color:#1e90ff
}

.bg-primary-after-transparency[data-v-19351537]:after,.bg-primary-before-transparency[data-v-19351537]:before,.bg-primary-transparency[data-v-19351537]{
  background-color:rgba(30,144,255,.5)
}

.bg-secondary-after[data-v-19351537]:after,.bg-secondary-before[data-v-19351537]:before,.bg-secondary[data-v-19351537]{
  background-color:#747474
}

.bg-secondary-after-transparency[data-v-19351537]:after,.bg-secondary-before-transparency[data-v-19351537]:before,.bg-secondary-transparency[data-v-19351537]{
  background-color:hsla(0,0%,45.5%,.5)
}

.bg-third-after[data-v-19351537]:after,.bg-third-before[data-v-19351537]:before,.bg-third[data-v-19351537]{
  background-color:#ccc
}

.bg-third-after-transparency[data-v-19351537]:after,.bg-third-before-transparency[data-v-19351537]:before,.bg-third-transparency[data-v-19351537]{
  background-color:hsla(0,0%,80%,.5)
}

.bg-success-after[data-v-19351537]:after,.bg-success-before[data-v-19351537]:before,.bg-success[data-v-19351537]{
  background-color:#9acd32
}

.bg-success-after-transparency[data-v-19351537]:after,.bg-success-before-transparency[data-v-19351537]:before,.bg-success-transparency[data-v-19351537]{
  background-color:rgba(154,205,50,.5)
}

.bg-danger-after[data-v-19351537]:after,.bg-danger-before[data-v-19351537]:before,.bg-danger[data-v-19351537]{
  background-color:#ff4500
}

.bg-danger-after-transparency[data-v-19351537]:after,.bg-danger-before-transparency[data-v-19351537]:before,.bg-danger-transparency[data-v-19351537]{
  background-color:rgba(255,69,0,.5)
}

.bg-grey-after[data-v-19351537]:after,.bg-grey-before[data-v-19351537]:before,.bg-grey[data-v-19351537]{
  background-color:#999
}

.bg-grey-after-transparency[data-v-19351537]:after,.bg-grey-before-transparency[data-v-19351537]:before,.bg-grey-transparency[data-v-19351537]{
  background-color:hsla(0,0%,60%,.5)
}

.bg-info-after[data-v-19351537]:after,.bg-info-before[data-v-19351537]:before,.bg-info[data-v-19351537]{
  background-color:#17a2b8
}

.bg-info-after-transparency[data-v-19351537]:after,.bg-info-before-transparency[data-v-19351537]:before,.bg-info-transparency[data-v-19351537]{
  background-color:rgba(23,162,184,.5)
}

.bg-warning-after[data-v-19351537]:after,.bg-warning-before[data-v-19351537]:before,.bg-warning[data-v-19351537]{
  background-color:#ffa300
}

.bg-warning-after-transparency[data-v-19351537]:after,.bg-warning-before-transparency[data-v-19351537]:before,.bg-warning-transparency[data-v-19351537]{
  background-color:rgba(255,163,0,.5)
}

.bg-light-after[data-v-19351537]:after,.bg-light-before[data-v-19351537]:before,.bg-light[data-v-19351537]{
  background-color:#f5f5f5
}

.bg-light-after-transparency[data-v-19351537]:after,.bg-light-before-transparency[data-v-19351537]:before,.bg-light-transparency[data-v-19351537]{
  background-color:hsla(0,0%,96.1%,.5)
}

.bg-dark-after[data-v-19351537]:after,.bg-dark-before[data-v-19351537]:before,.bg-dark[data-v-19351537]{
  background-color:#24292e
}

.bg-dark-after-transparency[data-v-19351537]:after,.bg-dark-before-transparency[data-v-19351537]:before,.bg-dark-transparency[data-v-19351537]{
  background-color:rgba(36,41,46,.5)
}

.bg-default-after[data-v-19351537]:after,.bg-default-before[data-v-19351537]:before,.bg-default[data-v-19351537]{
  background-color:#ccc
}

.bg-default-after-transparency[data-v-19351537]:after,.bg-default-before-transparency[data-v-19351537]:before,.bg-default-transparency[data-v-19351537]{
  background-color:hsla(0,0%,80%,.5)
}

.bg-white-after[data-v-19351537]:after,.bg-white-before[data-v-19351537]:before,.bg-white[data-v-19351537]{
  background-color:#fff
}

.bg-white-after-transparency[data-v-19351537]:after,.bg-white-before-transparency[data-v-19351537]:before,.bg-white-transparency[data-v-19351537]{
  background-color:hsla(0,0%,100%,.5)
}

.bg-black-after[data-v-19351537]:after,.bg-black-before[data-v-19351537]:before,.bg-black[data-v-19351537]{
  background-color:#000
}

.bg-black-after-transparency[data-v-19351537]:after,.bg-black-before-transparency[data-v-19351537]:before,.bg-black-transparency[data-v-19351537]{
  background-color:rgba(0,0,0,.5)
}

.fill-primary path[data-v-19351537]{
  fill:#1e90ff
}

.fill-secondary path[data-v-19351537]{
  fill:#747474
}

.fill-third path[data-v-19351537]{
  fill:#ccc
}

.fill-success path[data-v-19351537]{
  fill:#9acd32
}

.fill-danger path[data-v-19351537]{
  fill:#ff4500
}

.fill-grey path[data-v-19351537]{
  fill:#999
}

.fill-info path[data-v-19351537]{
  fill:#17a2b8
}

.fill-warning path[data-v-19351537]{
  fill:#ffa300
}

.fill-light path[data-v-19351537]{
  fill:#f5f5f5
}

.fill-dark path[data-v-19351537]{
  fill:#24292e
}

.fill-default path[data-v-19351537]{
  fill:#ccc
}

.fill-white path[data-v-19351537]{
  fill:#fff
}

.fill-black path[data-v-19351537]{
  fill:#000
}

.label[data-v-19351537]{
  border-radius:2px;
  padding:2px 4px;
  color:#fff;
  font-size:.714em
}

.label-primary[data-v-19351537],.label[data-v-19351537]{
  background-color:#1e90ff
}

.label-primary-outline[data-v-19351537]{
  background-color:transparent;
  border:1px solid #1e90ff;
  color:#1e90ff
}

.label-secondary[data-v-19351537]{
  background-color:#747474
}

.label-secondary-outline[data-v-19351537]{
  background-color:transparent;
  border:1px solid #747474;
  color:#747474
}

.label-third[data-v-19351537]{
  background-color:#ccc
}

.label-third-outline[data-v-19351537]{
  background-color:transparent;
  border:1px solid #ccc;
  color:#ccc
}

.label-success[data-v-19351537]{
  background-color:#9acd32
}

.label-success-outline[data-v-19351537]{
  background-color:transparent;
  border:1px solid #9acd32;
  color:#9acd32
}

.label-danger[data-v-19351537]{
  background-color:#ff4500
}

.label-danger-outline[data-v-19351537]{
  background-color:transparent;
  border:1px solid #ff4500;
  color:#ff4500
}

.label-grey[data-v-19351537]{
  background-color:#999
}

.label-grey-outline[data-v-19351537]{
  background-color:transparent;
  border:1px solid #999;
  color:#999
}

.label-info[data-v-19351537]{
  background-color:#17a2b8
}

.label-info-outline[data-v-19351537]{
  background-color:transparent;
  border:1px solid #17a2b8;
  color:#17a2b8
}

.label-warning[data-v-19351537]{
  background-color:#ffa300
}

.label-warning-outline[data-v-19351537]{
  background-color:transparent;
  border:1px solid #ffa300;
  color:#ffa300
}

.label-light[data-v-19351537]{
  background-color:#f5f5f5
}

.label-light-outline[data-v-19351537]{
  background-color:transparent;
  border:1px solid #f5f5f5;
  color:#f5f5f5
}

.label-dark[data-v-19351537]{
  background-color:#24292e
}

.label-dark-outline[data-v-19351537]{
  background-color:transparent;
  border:1px solid #24292e;
  color:#24292e
}

.label-default[data-v-19351537]{
  background-color:#ccc
}

.label-default-outline[data-v-19351537]{
  background-color:transparent;
  border:1px solid #ccc;
  color:#ccc
}

.label-white[data-v-19351537]{
  background-color:#fff
}

.label-white-outline[data-v-19351537]{
  background-color:transparent;
  border:1px solid #fff;
  color:#fff
}

.label-black[data-v-19351537]{
  background-color:#000
}

.label-black-outline[data-v-19351537]{
  background-color:transparent;
  border:1px solid #000;
  color:#000
}

.dot[data-v-19351537]{
  width:6px;
  height:6px;
  border-radius:6px
}

.dot-primary[data-v-19351537],.dot[data-v-19351537]{
  background-color:#1e90ff
}

.dot-primary-outline[data-v-19351537]{
  background-color:transparent;
  border:1px solid #1e90ff;
  color:#1e90ff
}

.dot-secondary[data-v-19351537]{
  background-color:#747474
}

.dot-secondary-outline[data-v-19351537]{
  background-color:transparent;
  border:1px solid #747474;
  color:#747474
}

.dot-third[data-v-19351537]{
  background-color:#ccc
}

.dot-third-outline[data-v-19351537]{
  background-color:transparent;
  border:1px solid #ccc;
  color:#ccc
}

.dot-success[data-v-19351537]{
  background-color:#9acd32
}

.dot-success-outline[data-v-19351537]{
  background-color:transparent;
  border:1px solid #9acd32;
  color:#9acd32
}

.dot-danger[data-v-19351537]{
  background-color:#ff4500
}

.dot-danger-outline[data-v-19351537]{
  background-color:transparent;
  border:1px solid #ff4500;
  color:#ff4500
}

.dot-grey[data-v-19351537]{
  background-color:#999
}

.dot-grey-outline[data-v-19351537]{
  background-color:transparent;
  border:1px solid #999;
  color:#999
}

.dot-info[data-v-19351537]{
  background-color:#17a2b8
}

.dot-info-outline[data-v-19351537]{
  background-color:transparent;
  border:1px solid #17a2b8;
  color:#17a2b8
}

.dot-warning[data-v-19351537]{
  background-color:#ffa300
}

.dot-warning-outline[data-v-19351537]{
  background-color:transparent;
  border:1px solid #ffa300;
  color:#ffa300
}

.dot-light[data-v-19351537]{
  background-color:#f5f5f5
}

.dot-light-outline[data-v-19351537]{
  background-color:transparent;
  border:1px solid #f5f5f5;
  color:#f5f5f5
}

.dot-dark[data-v-19351537]{
  background-color:#24292e
}

.dot-dark-outline[data-v-19351537]{
  background-color:transparent;
  border:1px solid #24292e;
  color:#24292e
}

.dot-default[data-v-19351537]{
  background-color:#ccc
}

.dot-default-outline[data-v-19351537]{
  background-color:transparent;
  border:1px solid #ccc;
  color:#ccc
}

.dot-white[data-v-19351537]{
  background-color:#fff
}

.dot-white-outline[data-v-19351537]{
  background-color:transparent;
  border:1px solid #fff;
  color:#fff
}

.dot-black[data-v-19351537]{
  background-color:#000
}

.dot-black-outline[data-v-19351537]{
  background-color:transparent;
  border:1px solid #000;
  color:#000
}

a[data-v-19351537]{
  color:#1e90ff;
  text-decoration:none
}

a[data-v-19351537]:focus,a[data-v-19351537]:hover{
  text-decoration:underline
}

.btn[data-v-19351537]{
  border:1px solid transparent;
  outline:none;
  cursor:pointer;
  -webkit-transition:all .25s cubic-bezier(.645,.045,.355,1);
  transition:all .25s cubic-bezier(.645,.045,.355,1);
  background-color:#1e90ff;
  color:#fff;
  display:inline-block;
  border-radius:8px;
  line-height:1;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  padding:12px 20px;
  font-size:1em;
  font-weight:inherit;
  margin:0;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
  width:auto;
  overflow:visible;
  -webkit-font-smoothing:inherit;
  text-decoration:none;
  -moz-osx-font-smoothing:inherit
}

.btn[data-v-19351537]:focus,.btn[data-v-19351537]:hover{
  background-color:#0077ea
}

.btn.active[data-v-19351537]{
  background-color:#1e90ff
}

.btn.active[data-v-19351537],.btn[data-v-19351537]:focus{
  -webkit-box-shadow:0 0 0 .143rem rgba(30,144,255,.5);
  box-shadow:0 0 0 .143rem rgba(30,144,255,.5)
}

.btn.active[data-v-19351537],.btn[data-v-19351537]:focus,.btn[data-v-19351537]:hover{
  text-decoration:none
}

.btn--rounded[data-v-19351537]{
  border-radius:50px
}

.btn--block[data-v-19351537]{
  width:100%
}

.btn--lg[data-v-19351537]{
  padding:16px 22px;
  font-size:1.143em
}

.btn--md[data-v-19351537]{
  padding:10px 20px;
  font-size:1em
}

.btn--sm[data-v-19351537]{
  padding:9px 15px;
  font-size:.857em
}

.btn--mini[data-v-19351537]{
  padding:7px 15px;
  font-size:.857em
}

.btn--fab[data-v-19351537]{
  border-radius:50%;
  padding:0;
  height:40px;
  width:40px
}

.btn--fab.btn--lg[data-v-19351537]{
  height:50px;
  width:50px
}

.btn--fab.btn--md[data-v-19351537]{
  height:36px;
  width:36px
}

.btn--fab.btn--sm[data-v-19351537]{
  height:32px;
  width:32px
}

.btn--fab.btn--mini[data-v-19351537]{
  height:28px;
  width:28px
}

.btn--light[data-v-19351537],.btn--white[data-v-19351537]{
  color:#747474
}

.btn--primary[data-v-19351537]{
  background-color:#1e90ff
}

.btn--primary[data-v-19351537]:focus,.btn--primary[data-v-19351537]:hover{
  background-color:#0077ea
}

.btn--primary.active[data-v-19351537]{
  background-color:#1e90ff
}

.btn--primary.active[data-v-19351537],.btn--primary[data-v-19351537]:focus{
  -webkit-box-shadow:0 0 0 .143rem rgba(30,144,255,.5);
  box-shadow:0 0 0 .143rem rgba(30,144,255,.5)
}

.btn--primary--outline[data-v-19351537]{
  background-color:rgba(30,144,255,.05);
  border:1px solid #1e90ff;
  color:#1e90ff
}

.btn--primary--outline.active[data-v-19351537],.btn--primary--outline[data-v-19351537]:focus,.btn--primary--outline[data-v-19351537]:hover{
  background-color:#1e90ff;
  color:#fff
}

.btn--primary--outline.active[data-v-19351537],.btn--primary--outline[data-v-19351537]:focus{
  -webkit-box-shadow:0 0 0 .143rem rgba(30,144,255,.5);
  box-shadow:0 0 0 .143rem rgba(30,144,255,.5)
}

.btn--secondary[data-v-19351537]{
  background-color:#747474
}

.btn--secondary[data-v-19351537]:focus,.btn--secondary[data-v-19351537]:hover{
  background-color:#5b5b5b
}

.btn--secondary.active[data-v-19351537]{
  background-color:#747474
}

.btn--secondary.active[data-v-19351537],.btn--secondary[data-v-19351537]:focus{
  -webkit-box-shadow:0 0 0 .143rem hsla(0,0%,45.5%,.5);
  box-shadow:0 0 0 .143rem hsla(0,0%,45.5%,.5)
}

.btn--secondary--outline[data-v-19351537]{
  background-color:hsla(0,0%,45.5%,.05);
  border:1px solid #747474;
  color:#747474
}

.btn--secondary--outline.active[data-v-19351537],.btn--secondary--outline[data-v-19351537]:focus,.btn--secondary--outline[data-v-19351537]:hover{
  background-color:#747474;
  color:#fff
}

.btn--secondary--outline.active[data-v-19351537],.btn--secondary--outline[data-v-19351537]:focus{
  -webkit-box-shadow:0 0 0 .143rem hsla(0,0%,45.5%,.5);
  box-shadow:0 0 0 .143rem hsla(0,0%,45.5%,.5)
}

.btn--third[data-v-19351537]{
  background-color:#ccc
}

.btn--third[data-v-19351537]:focus,.btn--third[data-v-19351537]:hover{
  background-color:#b3b3b3
}

.btn--third.active[data-v-19351537]{
  background-color:#ccc
}

.btn--third.active[data-v-19351537],.btn--third[data-v-19351537]:focus{
  -webkit-box-shadow:0 0 0 .143rem hsla(0,0%,80%,.5);
  box-shadow:0 0 0 .143rem hsla(0,0%,80%,.5)
}

.btn--third--outline[data-v-19351537]{
  background-color:hsla(0,0%,80%,.05);
  border:1px solid #ccc;
  color:#ccc
}

.btn--third--outline.active[data-v-19351537],.btn--third--outline[data-v-19351537]:focus,.btn--third--outline[data-v-19351537]:hover{
  background-color:#ccc;
  color:#fff
}

.btn--third--outline.active[data-v-19351537],.btn--third--outline[data-v-19351537]:focus{
  -webkit-box-shadow:0 0 0 .143rem hsla(0,0%,80%,.5);
  box-shadow:0 0 0 .143rem hsla(0,0%,80%,.5)
}

.btn--success[data-v-19351537]{
  background-color:#9acd32
}

.btn--success[data-v-19351537]:focus,.btn--success[data-v-19351537]:hover{
  background-color:#7ba428
}

.btn--success.active[data-v-19351537]{
  background-color:#9acd32
}

.btn--success.active[data-v-19351537],.btn--success[data-v-19351537]:focus{
  -webkit-box-shadow:0 0 0 .143rem rgba(154,205,50,.5);
  box-shadow:0 0 0 .143rem rgba(154,205,50,.5)
}

.btn--success--outline[data-v-19351537]{
  background-color:rgba(154,205,50,.05);
  border:1px solid #9acd32;
  color:#9acd32
}

.btn--success--outline.active[data-v-19351537],.btn--success--outline[data-v-19351537]:focus,.btn--success--outline[data-v-19351537]:hover{
  background-color:#9acd32;
  color:#fff
}

.btn--success--outline.active[data-v-19351537],.btn--success--outline[data-v-19351537]:focus{
  -webkit-box-shadow:0 0 0 .143rem rgba(154,205,50,.5);
  box-shadow:0 0 0 .143rem rgba(154,205,50,.5)
}

.btn--danger[data-v-19351537]{
  background-color:#ff4500
}

.btn--danger[data-v-19351537]:focus,.btn--danger[data-v-19351537]:hover{
  background-color:#cc3700
}

.btn--danger.active[data-v-19351537]{
  background-color:#ff4500
}

.btn--danger.active[data-v-19351537],.btn--danger[data-v-19351537]:focus{
  -webkit-box-shadow:0 0 0 .143rem rgba(255,69,0,.5);
  box-shadow:0 0 0 .143rem rgba(255,69,0,.5)
}

.btn--danger--outline[data-v-19351537]{
  background-color:rgba(255,69,0,.05);
  border:1px solid #ff4500;
  color:#ff4500
}

.btn--danger--outline.active[data-v-19351537],.btn--danger--outline[data-v-19351537]:focus,.btn--danger--outline[data-v-19351537]:hover{
  background-color:#ff4500;
  color:#fff
}

.btn--danger--outline.active[data-v-19351537],.btn--danger--outline[data-v-19351537]:focus{
  -webkit-box-shadow:0 0 0 .143rem rgba(255,69,0,.5);
  box-shadow:0 0 0 .143rem rgba(255,69,0,.5)
}

.btn--grey[data-v-19351537]{
  background-color:#999
}

.btn--grey[data-v-19351537]:focus,.btn--grey[data-v-19351537]:hover{
  background-color:grey
}

.btn--grey.active[data-v-19351537]{
  background-color:#999
}

.btn--grey.active[data-v-19351537],.btn--grey[data-v-19351537]:focus{
  -webkit-box-shadow:0 0 0 .143rem hsla(0,0%,60%,.5);
  box-shadow:0 0 0 .143rem hsla(0,0%,60%,.5)
}

.btn--grey--outline[data-v-19351537]{
  background-color:hsla(0,0%,60%,.05);
  border:1px solid #999;
  color:#999
}

.btn--grey--outline.active[data-v-19351537],.btn--grey--outline[data-v-19351537]:focus,.btn--grey--outline[data-v-19351537]:hover{
  background-color:#999;
  color:#fff
}

.btn--grey--outline.active[data-v-19351537],.btn--grey--outline[data-v-19351537]:focus{
  -webkit-box-shadow:0 0 0 .143rem hsla(0,0%,60%,.5);
  box-shadow:0 0 0 .143rem hsla(0,0%,60%,.5)
}

.btn--info[data-v-19351537]{
  background-color:#17a2b8
}

.btn--info[data-v-19351537]:focus,.btn--info[data-v-19351537]:hover{
  background-color:#117a8b
}

.btn--info.active[data-v-19351537]{
  background-color:#17a2b8
}

.btn--info.active[data-v-19351537],.btn--info[data-v-19351537]:focus{
  -webkit-box-shadow:0 0 0 .143rem rgba(23,162,184,.5);
  box-shadow:0 0 0 .143rem rgba(23,162,184,.5)
}

.btn--info--outline[data-v-19351537]{
  background-color:rgba(23,162,184,.05);
  border:1px solid #17a2b8;
  color:#17a2b8
}

.btn--info--outline.active[data-v-19351537],.btn--info--outline[data-v-19351537]:focus,.btn--info--outline[data-v-19351537]:hover{
  background-color:#17a2b8;
  color:#fff
}

.btn--info--outline.active[data-v-19351537],.btn--info--outline[data-v-19351537]:focus{
  -webkit-box-shadow:0 0 0 .143rem rgba(23,162,184,.5);
  box-shadow:0 0 0 .143rem rgba(23,162,184,.5)
}

.btn--warning[data-v-19351537]{
  background-color:#ffa300
}

.btn--warning[data-v-19351537]:focus,.btn--warning[data-v-19351537]:hover{
  background-color:#cc8200
}

.btn--warning.active[data-v-19351537]{
  background-color:#ffa300
}

.btn--warning.active[data-v-19351537],.btn--warning[data-v-19351537]:focus{
  -webkit-box-shadow:0 0 0 .143rem rgba(255,163,0,.5);
  box-shadow:0 0 0 .143rem rgba(255,163,0,.5)
}

.btn--warning--outline[data-v-19351537]{
  background-color:rgba(255,163,0,.05);
  border:1px solid #ffa300;
  color:#ffa300
}

.btn--warning--outline.active[data-v-19351537],.btn--warning--outline[data-v-19351537]:focus,.btn--warning--outline[data-v-19351537]:hover{
  background-color:#ffa300;
  color:#fff
}

.btn--warning--outline.active[data-v-19351537],.btn--warning--outline[data-v-19351537]:focus{
  -webkit-box-shadow:0 0 0 .143rem rgba(255,163,0,.5);
  box-shadow:0 0 0 .143rem rgba(255,163,0,.5)
}

.btn--light[data-v-19351537]{
  background-color:#f5f5f5
}

.btn--light[data-v-19351537]:focus,.btn--light[data-v-19351537]:hover{
  background-color:#dcdcdc
}

.btn--light.active[data-v-19351537]{
  background-color:#f5f5f5
}

.btn--light.active[data-v-19351537],.btn--light[data-v-19351537]:focus{
  -webkit-box-shadow:0 0 0 .143rem hsla(0,0%,96.1%,.5);
  box-shadow:0 0 0 .143rem hsla(0,0%,96.1%,.5)
}

.btn--light--outline[data-v-19351537]{
  background-color:hsla(0,0%,96.1%,.05);
  border:1px solid #f5f5f5;
  color:#f5f5f5
}

.btn--light--outline.active[data-v-19351537],.btn--light--outline[data-v-19351537]:focus,.btn--light--outline[data-v-19351537]:hover{
  background-color:#f5f5f5;
  color:#fff
}

.btn--light--outline.active[data-v-19351537],.btn--light--outline[data-v-19351537]:focus{
  -webkit-box-shadow:0 0 0 .143rem hsla(0,0%,96.1%,.5);
  box-shadow:0 0 0 .143rem hsla(0,0%,96.1%,.5)
}

.btn--dark[data-v-19351537]{
  background-color:#24292e
}

.btn--dark[data-v-19351537]:focus,.btn--dark[data-v-19351537]:hover{
  background-color:#0e1011
}

.btn--dark.active[data-v-19351537]{
  background-color:#24292e
}

.btn--dark.active[data-v-19351537],.btn--dark[data-v-19351537]:focus{
  -webkit-box-shadow:0 0 0 .143rem rgba(36,41,46,.5);
  box-shadow:0 0 0 .143rem rgba(36,41,46,.5)
}

.btn--dark--outline[data-v-19351537]{
  background-color:rgba(36,41,46,.05);
  border:1px solid #24292e;
  color:#24292e
}

.btn--dark--outline.active[data-v-19351537],.btn--dark--outline[data-v-19351537]:focus,.btn--dark--outline[data-v-19351537]:hover{
  background-color:#24292e;
  color:#fff
}

.btn--dark--outline.active[data-v-19351537],.btn--dark--outline[data-v-19351537]:focus{
  -webkit-box-shadow:0 0 0 .143rem rgba(36,41,46,.5);
  box-shadow:0 0 0 .143rem rgba(36,41,46,.5)
}

.btn--default[data-v-19351537]{
  background-color:#ccc
}

.btn--default[data-v-19351537]:focus,.btn--default[data-v-19351537]:hover{
  background-color:#b3b3b3
}

.btn--default.active[data-v-19351537]{
  background-color:#ccc
}

.btn--default.active[data-v-19351537],.btn--default[data-v-19351537]:focus{
  -webkit-box-shadow:0 0 0 .143rem hsla(0,0%,80%,.5);
  box-shadow:0 0 0 .143rem hsla(0,0%,80%,.5)
}

.btn--default--outline[data-v-19351537]{
  background-color:hsla(0,0%,80%,.05);
  border:1px solid #ccc;
  color:#ccc
}

.btn--default--outline.active[data-v-19351537],.btn--default--outline[data-v-19351537]:focus,.btn--default--outline[data-v-19351537]:hover{
  background-color:#ccc;
  color:#fff
}

.btn--default--outline.active[data-v-19351537],.btn--default--outline[data-v-19351537]:focus{
  -webkit-box-shadow:0 0 0 .143rem hsla(0,0%,80%,.5);
  box-shadow:0 0 0 .143rem hsla(0,0%,80%,.5)
}

.btn--white[data-v-19351537]{
  background-color:#fff
}

.btn--white[data-v-19351537]:focus,.btn--white[data-v-19351537]:hover{
  background-color:#e6e6e6
}

.btn--white.active[data-v-19351537]{
  background-color:#fff
}

.btn--white.active[data-v-19351537],.btn--white[data-v-19351537]:focus{
  -webkit-box-shadow:0 0 0 .143rem hsla(0,0%,100%,.5);
  box-shadow:0 0 0 .143rem hsla(0,0%,100%,.5)
}

.btn--white--outline[data-v-19351537]{
  background-color:hsla(0,0%,100%,.05);
  border:1px solid #fff;
  color:#fff
}

.btn--white--outline.active[data-v-19351537],.btn--white--outline[data-v-19351537]:focus,.btn--white--outline[data-v-19351537]:hover{
  background-color:#fff;
  color:#fff
}

.btn--white--outline.active[data-v-19351537],.btn--white--outline[data-v-19351537]:focus{
  -webkit-box-shadow:0 0 0 .143rem hsla(0,0%,100%,.5);
  box-shadow:0 0 0 .143rem hsla(0,0%,100%,.5)
}

.btn--black.active[data-v-19351537],.btn--black[data-v-19351537],.btn--black[data-v-19351537]:focus,.btn--black[data-v-19351537]:hover{
  background-color:#000
}

.btn--black.active[data-v-19351537],.btn--black[data-v-19351537]:focus{
  -webkit-box-shadow:0 0 0 .143rem rgba(0,0,0,.5);
  box-shadow:0 0 0 .143rem rgba(0,0,0,.5)
}

.btn--black--outline[data-v-19351537]{
  background-color:rgba(0,0,0,.05);
  border:1px solid #000;
  color:#000
}

.btn--black--outline.active[data-v-19351537],.btn--black--outline[data-v-19351537]:focus,.btn--black--outline[data-v-19351537]:hover{
  background-color:#000;
  color:#fff
}

.btn--black--outline.active[data-v-19351537],.btn--black--outline[data-v-19351537]:focus{
  -webkit-box-shadow:0 0 0 .143rem rgba(0,0,0,.5);
  box-shadow:0 0 0 .143rem rgba(0,0,0,.5)
}

.btn--default--outline[data-v-19351537]{
  color:#747474
}

.btn--disabled[data-v-19351537]:disabled{
  -webkit-box-shadow:none;
  box-shadow:none;
  background-color:#ccc;
  border:1px solid #ccc;
  color:#fff;
  cursor:not-allowed
}

.badge[data-v-19351537]{
  background:#999;
  height:22px;
  line-height:22px;
  border-radius:22px;
  padding:0 5px;
  font-size:.857em;
  color:#888;
  font-weight:500
}

.badge-primary[data-v-19351537]{
  background-color:#1e90ff;
  color:#fff
}

.badge-secondary[data-v-19351537]{
  background-color:#747474;
  color:#fff
}

.badge-third[data-v-19351537]{
  background-color:#ccc;
  color:#fff
}

.badge-success[data-v-19351537]{
  background-color:#9acd32;
  color:#fff
}

.badge-danger[data-v-19351537]{
  background-color:#ff4500;
  color:#fff
}

.badge-grey[data-v-19351537]{
  background-color:#999;
  color:#fff
}

.badge-info[data-v-19351537]{
  background-color:#17a2b8;
  color:#fff
}

.badge-warning[data-v-19351537]{
  background-color:#ffa300;
  color:#fff
}

.badge-light[data-v-19351537]{
  background-color:#f5f5f5;
  color:#fff
}

.badge-dark[data-v-19351537]{
  background-color:#24292e;
  color:#fff
}

.badge-default[data-v-19351537]{
  background-color:#ccc;
  color:#fff
}

.badge-white[data-v-19351537]{
  background-color:#fff;
  color:#fff
}

.badge-black[data-v-19351537]{
  background-color:#000;
  color:#fff
}

table.md[data-v-19351537]{
  border-spacing:0;
  border-radius:8px;
  border-collapse:collapse;
  width:100%;
  table-layout:fixed;
  overflow-wrap:break-word;
  overflow:hidden;
  word-break:break-all;
  margin-top:0;
  margin-bottom:16px;
  font-size:1em;
  -webkit-box-shadow:0 0 8px rgba(0,0,0,.2);
  box-shadow:0 0 8px rgba(0,0,0,.2)
}

table.md tr[data-v-19351537]{
  background-color:#fff;
  width:100%
}

table.md tr td[data-v-19351537],table.md tr th[data-v-19351537]{
  padding:6px 13px;
  text-align:left
}

table.md tr[data-v-19351537]:nth-child(2n){
  background-color:#f2f2f2
}

.is-dark table.md[data-v-19351537]{
  color:#f2f2f2
}

.is-dark table.md tr[data-v-19351537]{
  background-color:#21222e
}

.is-dark table.md tr[data-v-19351537]:nth-child(2n){
  background-color:#2e2f40
}

.is-dark table.md tr td.text-muted[data-v-19351537]{
  color:hsla(0,0%,100%,.3)
}

.slide-enter-active[data-v-19351537],.slide-leave-active[data-v-19351537]{
  opacity:1;
  z-index:998;
  -webkit-transition:all .3s;
  transition:all .3s;
  -webkit-transform:translateY(0);
  transform:translateY(0)
}

.slide-enter[data-v-19351537],.slide-leave-to[data-v-19351537]{
  opacity:0;
  z-index:998;
  -webkit-transform:translateY(-20px);
  transform:translateY(-20px)
}

.tags-enter-active[data-v-19351537],.tags-leave-active[data-v-19351537]{
  opacity:1;
  -webkit-transition:all .3s;
  transition:all .3s;
  position:absolute;
  -webkit-transform:translateY(0);
  transform:translateY(0)
}

.tags-enter[data-v-19351537],.tags-leave-to[data-v-19351537]{
  opacity:0;
  -webkit-transform:translateX(-100%);
  transform:translateX(-100%)
}

.slideinvert-enter-active[data-v-19351537],.slideinvert-leave-active[data-v-19351537]{
  opacity:1;
  z-index:998;
  -webkit-transition:all .3s;
  transition:all .3s;
  -webkit-transform:translateY(0);
  transform:translateY(0)
}

.slideinvert-enter[data-v-19351537],.slideinvert-leave-to[data-v-19351537]{
  opacity:0;
  z-index:998;
  -webkit-transform:translateY(40px);
  transform:translateY(40px)
}

.slidenext-enter-active[data-v-19351537],.slidenext-leave-active[data-v-19351537],.slideprev-enter-active[data-v-19351537],.slideprev-leave-active[data-v-19351537]{
  position:absolute;
  -webkit-transition:all .3s;
  transition:all .3s
}

.slidenext-enter[data-v-19351537],.slideprev-leave-to[data-v-19351537]{
  -webkit-transform:translateX(100%);
  transform:translateX(100%)
}

.slidenext-leave-to[data-v-19351537],.slideprev-enter[data-v-19351537]{
  -webkit-transform:translateX(-100%);
  transform:translateX(-100%)
}

.slidevnext-enter-active[data-v-19351537],.slidevnext-leave-active[data-v-19351537],.slidevprev-enter-active[data-v-19351537],.slidevprev-leave-active[data-v-19351537]{
  position:absolute;
  -webkit-transition:all .3s;
  transition:all .3s
}

.slidevnext-enter[data-v-19351537],.slidevprev-leave-to[data-v-19351537]{
  -webkit-transform:translateY(100%);
  transform:translateY(100%);
  opacity:0
}

.slidevnext-leave-to[data-v-19351537],.slidevprev-enter[data-v-19351537]{
  -webkit-transform:translateY(-100%);
  transform:translateY(-100%);
  opacity:0
}

@media screen and (max-width:415px){
  .slide-enter-active[data-v-19351537],.slide-leave-active[data-v-19351537],.slideinvert-enter-active[data-v-19351537],.slideinvert-leave-active[data-v-19351537]{
    -webkit-transition:all 0s;
    transition:all 0s
  }
}

.spinner-anim[data-v-19351537]{
  -webkit-animation:spin-data-v-19351537 .6s linear infinite;
  animation:spin-data-v-19351537 .6s linear infinite
}

@-webkit-keyframes spin-data-v-19351537{
  0%{
    -webkit-transform:rotate(0deg);
    transform:rotate(0deg)
  }

  to{
    -webkit-transform:rotate(1turn);
    transform:rotate(1turn)
  }
}

@keyframes spin-data-v-19351537{
  0%{
    -webkit-transform:rotate(0deg);
    transform:rotate(0deg)
  }

  to{
    -webkit-transform:rotate(1turn);
    transform:rotate(1turn)
  }
}

.dialog-fade-enter-active .dialog-animation[data-v-19351537]{
  -webkit-animation:dialog-fade-in-data-v-19351537 .4s;
  animation:dialog-fade-in-data-v-19351537 .4s
}

.dialog-fade-leave-active .dialog-animation[data-v-19351537]{
  -webkit-animation:dialog-fade-out-data-v-19351537 .4s;
  animation:dialog-fade-out-data-v-19351537 .4s
}

@-webkit-keyframes dialog-fade-in-data-v-19351537{
  0%{
    -webkit-transform:translate3d(0,-30px,0);
    transform:translate3d(0,-30px,0);
    opacity:0
  }

  to{
    -webkit-transform:translateZ(0);
    transform:translateZ(0);
    opacity:1
  }
}

@keyframes dialog-fade-in-data-v-19351537{
  0%{
    -webkit-transform:translate3d(0,-30px,0);
    transform:translate3d(0,-30px,0);
    opacity:0
  }

  to{
    -webkit-transform:translateZ(0);
    transform:translateZ(0);
    opacity:1
  }
}

@-webkit-keyframes dialog-fade-out-data-v-19351537{
  0%{
    -webkit-transform:translateZ(0);
    transform:translateZ(0);
    opacity:1
  }

  to{
    -webkit-transform:translate3d(0,-30px,0);
    transform:translate3d(0,-30px,0);
    opacity:0
  }
}

@keyframes dialog-fade-out-data-v-19351537{
  0%{
    -webkit-transform:translateZ(0);
    transform:translateZ(0);
    opacity:1
  }

  to{
    -webkit-transform:translate3d(0,-30px,0);
    transform:translate3d(0,-30px,0);
    opacity:0
  }
}

.expand-enter-active[data-v-19351537],.expand-leave-active[data-v-19351537]{
  -webkit-transition:.3s ease-in-out;
  transition:.3s ease-in-out;
  -webkit-transition-property:opacity,height;
  transition-property:opacity,height;
  overflow:hidden
}

.expand-enter[data-v-19351537],.expand-leave-to[data-v-19351537]{
  height:0;
  opacity:0
}

.scale-enter-active[data-v-19351537],.scale-leave-active[data-v-19351537]{
  opacity:1;
  z-index:1;
  -webkit-transition:all .3s cubic-bezier(.4,.52,.26,.9);
  transition:all .3s cubic-bezier(.4,.52,.26,.9)
}

.scale-enter[data-v-19351537],.scale-leave-to[data-v-19351537]{
  opacity:.4;
  z-index:1;
  -webkit-transform:scale(0);
  transform:scale(0)
}

@-webkit-keyframes loading-data-v-19351537{
  0%{
    left:-200px;
    width:30%
  }

  50%{
    width:30%
  }

  70%{
    width:70%
  }

  80%{
    left:50%
  }

  95%{
    left:120%
  }

  to{
    left:100%
  }
}

@keyframes loading-data-v-19351537{
  0%{
    left:-200px;
    width:30%
  }

  50%{
    width:30%
  }

  70%{
    width:70%
  }

  80%{
    left:50%
  }

  95%{
    left:120%
  }

  to{
    left:100%
  }
}

.flip-list-move[data-v-19351537]{
  -webkit-transition:-webkit-transform .6s;
  transition:-webkit-transform .6s;
  transition:transform .6s;
  transition:transform .6s, -webkit-transform .6s;
  transition:transform .6s,-webkit-transform .6s
}

.over-hid[data-v-19351537]{
  overflow:hidden
}

.pos-r[data-v-19351537]{
  position:relative
}

.pos-a[data-v-19351537]{
  position:absolute
}

.flex[data-v-19351537]{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex
}

.flex.fluid[data-v-19351537]{
  width:100%
}

.flex.direction-column[data-v-19351537]{
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column
}

.flex.direction-column-reverse[data-v-19351537]{
  -webkit-box-orient:vertical;
  -webkit-box-direction:reverse;
  -ms-flex-direction:column-reverse;
  flex-direction:column-reverse
}

.flex.direction-row[data-v-19351537]{
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
  -ms-flex-direction:row;
  flex-direction:row
}

.flex.direction-row-reverse[data-v-19351537]{
  -webkit-box-orient:horizontal;
  -webkit-box-direction:reverse;
  -ms-flex-direction:row-reverse;
  flex-direction:row-reverse
}

.flex.align-center[data-v-19351537]{
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center
}

.flex.align-start[data-v-19351537]{
  -webkit-box-align:start;
  -ms-flex-align:start;
  align-items:flex-start
}

.flex.align-end[data-v-19351537]{
  -webkit-box-align:end;
  -ms-flex-align:end;
  align-items:flex-end
}

.flex.justify-start[data-v-19351537]{
  -webkit-box-pack:start;
  -ms-flex-pack:start;
  justify-content:flex-start
}

.flex.justify-end[data-v-19351537]{
  -webkit-box-pack:end;
  -ms-flex-pack:end;
  justify-content:flex-end
}

.flex.justify-center[data-v-19351537]{
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center
}

.flex.space-between[data-v-19351537]{
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between
}

.flex.space-around[data-v-19351537]{
  -ms-flex-pack:distribute;
  justify-content:space-around
}

.flex.flex-center[data-v-19351537]{
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center
}

.flex.flex--wrap[data-v-19351537]{
  -ms-flex-wrap:wrap;
  flex-wrap:wrap
}

.flex.flex--grow[data-v-19351537]{
  -webkit-box-flex:1;
  -ms-flex-positive:1;
  flex-grow:1
}

.flex-fill[data-v-19351537]{
  -webkit-box-flex:0;
  -ms-flex:0 1 auto;
  flex:0 1 auto
}

.flex-fixed[data-v-19351537]{
  -webkit-box-flex:0;
  -ms-flex:0 0 auto;
  flex:0 0 auto
}

.flex-1[data-v-19351537]{
  -webkit-box-flex:1;
  -ms-flex:1;
  flex:1
}

.flex-100[data-v-19351537]{
  -webkit-box-flex:0;
  -ms-flex:0 1 100%;
  flex:0 1 100%
}

.flex-75[data-v-19351537]{
  -webkit-box-flex:0;
  -ms-flex:0 1 75%;
  flex:0 1 75%
}

.flex-50[data-v-19351537]{
  -webkit-box-flex:0;
  -ms-flex:0 1 50%;
  flex:0 1 50%
}

.flex-33[data-v-19351537]{
  -webkit-box-flex:0;
  -ms-flex:0 1 33.33%;
  flex:0 1 33.33%
}

.flex-25[data-v-19351537]{
  -webkit-box-flex:0;
  -ms-flex:0 1 25%;
  flex:0 1 25%
}

.flex-20[data-v-19351537]{
  -webkit-box-flex:0;
  -ms-flex:0 1 20%;
  flex:0 1 20%
}

.flex-16[data-v-19351537]{
  -webkit-box-flex:0;
  -ms-flex:0 1 16.66%;
  flex:0 1 16.66%
}

.text-muted-white[data-v-19351537]{
  color:hsla(0,0%,100%,.54)
}

.text-muted[data-v-19351537]{
  color:rgba(0,0,0,.54)
}

.is-dark .text-muted[data-v-19351537]{
  color:hsla(0,0%,100%,.54)
}

.text-strong[data-v-19351537]{
  font-weight:500
}

.text-center[data-v-19351537]{
  text-align:center
}

.text-left[data-v-19351537]{
  text-align:left
}

.text-right[data-v-19351537]{
  text-align:right
}

.text-primary[data-v-19351537]{
  color:#1e90ff
}

.text-secondary[data-v-19351537]{
  color:#747474
}

.text-third[data-v-19351537]{
  color:#ccc
}

.text-success[data-v-19351537]{
  color:#9acd32
}

.text-danger[data-v-19351537]{
  color:#ff4500
}

.text-grey[data-v-19351537]{
  color:#999
}

.text-info[data-v-19351537]{
  color:#17a2b8
}

.text-warning[data-v-19351537]{
  color:#ffa300
}

.text-light[data-v-19351537]{
  color:#f5f5f5
}

.text-dark[data-v-19351537]{
  color:#24292e
}

.text-default[data-v-19351537]{
  color:#ccc
}

.text-white[data-v-19351537]{
  color:#fff
}

.text-black[data-v-19351537]{
  color:#000
}

.dots-text[data-v-19351537]{
  text-overflow:ellipsis;
  white-space:nowrap;
  overflow:hidden
}

.dots-text-3[data-v-19351537]{
  overflow:hidden;
  position:relative;
  line-height:1.3em;
  max-height:3.9em;
  text-align:justify;
  margin-right:-1em;
  padding-right:1em
}

.dots-text-3[data-v-19351537]:before{
  content:"...";
  position:absolute;
  right:3px;
  bottom:2px
}

.dots-text-3[data-v-19351537]:after{
  content:"";
  position:absolute;
  right:0;
  width:1em;
  height:1em;
  margin-top:.2em;
  background:#fff
}

.dots-text-2[data-v-19351537]{
  overflow:hidden;
  position:relative;
  line-height:1.3em;
  max-height:2.6em;
  text-align:justify;
  margin-right:-1em;
  padding-right:1em
}

.dots-text-2[data-v-19351537]:before{
  content:"...";
  position:absolute;
  right:3px;
  bottom:2px
}

.dots-text-2[data-v-19351537]:after{
  content:"";
  position:absolute;
  right:0;
  width:1em;
  height:1em;
  margin-top:.2em;
  background:#fff
}

.container[data-v-19351537]{
  width:100%;
  padding-right:15px;
  padding-left:15px;
  margin-right:auto;
  margin-left:auto
}

@media(max-width:768px){
  .container[data-v-19351537]{
    max-width:100%
  }
}

@media(min-width:768px){
  .container[data-v-19351537]{
    max-width:768px
  }
}

@media(min-width:1024px){
  .container[data-v-19351537]{
    max-width:1024px
  }
}

@media(min-width:1440px){
  .container[data-v-19351537]{
    max-width:1440px
  }
}

@media(min-width:2560px){
  .container[data-v-19351537]{
    max-width:2560px
  }
}

.pr-0[data-v-19351537]{
  padding-right:0
}

.pt-0[data-v-19351537]{
  padding-top:0
}

.pb-0[data-v-19351537]{
  padding-bottom:0
}

.pl-0[data-v-19351537]{
  padding-left:0
}

.px-0[data-v-19351537]{
  padding-left:0;
  padding-right:0
}

.py-0[data-v-19351537]{
  padding-top:0;
  padding-bottom:0
}

.p-0[data-v-19351537]{
  padding:0
}

.pr-1[data-v-19351537]{
  padding-right:.25rem
}

.pt-1[data-v-19351537]{
  padding-top:.25rem
}

.pb-1[data-v-19351537]{
  padding-bottom:.25rem
}

.pl-1[data-v-19351537]{
  padding-left:.25rem
}

.px-1[data-v-19351537]{
  padding-left:.25rem;
  padding-right:.25rem
}

.py-1[data-v-19351537]{
  padding-top:.25rem;
  padding-bottom:.25rem
}

.p-1[data-v-19351537]{
  padding:.25rem
}

.pr-2[data-v-19351537]{
  padding-right:.5rem
}

.pt-2[data-v-19351537]{
  padding-top:.5rem
}

.pb-2[data-v-19351537]{
  padding-bottom:.5rem
}

.pl-2[data-v-19351537]{
  padding-left:.5rem
}

.px-2[data-v-19351537]{
  padding-left:.5rem;
  padding-right:.5rem
}

.py-2[data-v-19351537]{
  padding-top:.5rem;
  padding-bottom:.5rem
}

.p-2[data-v-19351537]{
  padding:.5rem
}

.pr-3[data-v-19351537]{
  padding-right:1rem
}

.pt-3[data-v-19351537]{
  padding-top:1rem
}

.pb-3[data-v-19351537]{
  padding-bottom:1rem
}

.pl-3[data-v-19351537]{
  padding-left:1rem
}

.px-3[data-v-19351537]{
  padding-left:1rem;
  padding-right:1rem
}

.py-3[data-v-19351537]{
  padding-top:1rem;
  padding-bottom:1rem
}

.p-3[data-v-19351537]{
  padding:1rem
}

.pr-4[data-v-19351537]{
  padding-right:1.5rem
}

.pt-4[data-v-19351537]{
  padding-top:1.5rem
}

.pb-4[data-v-19351537]{
  padding-bottom:1.5rem
}

.pl-4[data-v-19351537]{
  padding-left:1.5rem
}

.px-4[data-v-19351537]{
  padding-left:1.5rem;
  padding-right:1.5rem
}

.py-4[data-v-19351537]{
  padding-top:1.5rem;
  padding-bottom:1.5rem
}

.p-4[data-v-19351537]{
  padding:1.5rem
}

.pr-5[data-v-19351537]{
  padding-right:3rem
}

.pt-5[data-v-19351537]{
  padding-top:3rem
}

.pb-5[data-v-19351537]{
  padding-bottom:3rem
}

.pl-5[data-v-19351537]{
  padding-left:3rem
}

.px-5[data-v-19351537]{
  padding-left:3rem;
  padding-right:3rem
}

.py-5[data-v-19351537]{
  padding-top:3rem;
  padding-bottom:3rem
}

.p-5[data-v-19351537]{
  padding:3rem
}

.mr-0[data-v-19351537]{
  margin-right:0
}

.mt-0[data-v-19351537]{
  margin-top:0
}

.mb-0[data-v-19351537]{
  margin-bottom:0
}

.ml-0[data-v-19351537]{
  margin-left:0
}

.mx-0[data-v-19351537]{
  margin-left:0;
  margin-right:0
}

.my-0[data-v-19351537]{
  margin-top:0;
  margin-bottom:0
}

.m-0[data-v-19351537]{
  margin:0
}

.mr-1[data-v-19351537]{
  margin-right:.25rem
}

.mt-1[data-v-19351537]{
  margin-top:.25rem
}

.mb-1[data-v-19351537]{
  margin-bottom:.25rem
}

.ml-1[data-v-19351537]{
  margin-left:.25rem
}

.mx-1[data-v-19351537]{
  margin-left:.25rem;
  margin-right:.25rem
}

.my-1[data-v-19351537]{
  margin-top:.25rem;
  margin-bottom:.25rem
}

.m-1[data-v-19351537]{
  margin:.25rem
}

.mr-2[data-v-19351537]{
  margin-right:.5rem
}

.mt-2[data-v-19351537]{
  margin-top:.5rem
}

.mb-2[data-v-19351537]{
  margin-bottom:.5rem
}

.ml-2[data-v-19351537]{
  margin-left:.5rem
}

.mx-2[data-v-19351537]{
  margin-left:.5rem;
  margin-right:.5rem
}

.my-2[data-v-19351537]{
  margin-top:.5rem;
  margin-bottom:.5rem
}

.m-2[data-v-19351537]{
  margin:.5rem
}

.mr-3[data-v-19351537]{
  margin-right:1rem
}

.mt-3[data-v-19351537]{
  margin-top:1rem
}

.mb-3[data-v-19351537]{
  margin-bottom:1rem
}

.ml-3[data-v-19351537]{
  margin-left:1rem
}

.mx-3[data-v-19351537]{
  margin-left:1rem;
  margin-right:1rem
}

.my-3[data-v-19351537]{
  margin-top:1rem;
  margin-bottom:1rem
}

.m-3[data-v-19351537]{
  margin:1rem
}

.mr-4[data-v-19351537]{
  margin-right:1.5rem
}

.mt-4[data-v-19351537]{
  margin-top:1.5rem
}

.mb-4[data-v-19351537]{
  margin-bottom:1.5rem
}

.ml-4[data-v-19351537]{
  margin-left:1.5rem
}

.mx-4[data-v-19351537]{
  margin-left:1.5rem;
  margin-right:1.5rem
}

.my-4[data-v-19351537]{
  margin-top:1.5rem;
  margin-bottom:1.5rem
}

.m-4[data-v-19351537]{
  margin:1.5rem
}

.mr-5[data-v-19351537]{
  margin-right:3rem
}

.mt-5[data-v-19351537]{
  margin-top:3rem
}

.mb-5[data-v-19351537]{
  margin-bottom:3rem
}

.ml-5[data-v-19351537]{
  margin-left:3rem
}

.mx-5[data-v-19351537]{
  margin-left:3rem;
  margin-right:3rem
}

.my-5[data-v-19351537]{
  margin-top:3rem;
  margin-bottom:3rem
}

.m-5[data-v-19351537]{
  margin:3rem
}

.h-100[data-v-19351537]{
  height:100%
}

.mh-100[data-v-19351537]{
  max-height:100%
}

.w-100[data-v-19351537]{
  width:100%
}

.mw-100[data-v-19351537]{
  max-width:100%
}

.m-h-0[data-v-19351537]{
  min-height:0
}

.m-h-100[data-v-19351537]{
  min-height:100%
}

.m-w-0[data-v-19351537]{
  min-width:0
}

.m-w-100[data-v-19351537]{
  min-width:100%
}

.br-0[data-v-19351537]{
  border-radius:0
}

.brt-0[data-v-19351537]{
  border-top-left-radius:0;
  border-top-right-radius:0
}

.brb-0[data-v-19351537]{
  border-bottom-right-radius:0;
  border-bottom-left-radius:0
}

.br-2[data-v-19351537]{
  border-radius:2px
}

.brt-2[data-v-19351537]{
  border-top-left-radius:2px;
  border-top-right-radius:2px
}

.brb-2[data-v-19351537]{
  border-bottom-right-radius:2px;
  border-bottom-left-radius:2px
}

.br-4[data-v-19351537]{
  border-radius:4px
}

.brt-4[data-v-19351537]{
  border-top-left-radius:4px;
  border-top-right-radius:4px
}

.brb-4[data-v-19351537]{
  border-bottom-right-radius:4px;
  border-bottom-left-radius:4px
}

.br-8[data-v-19351537]{
  border-radius:8px
}

.brt-8[data-v-19351537]{
  border-top-left-radius:8px;
  border-top-right-radius:8px
}

.brb-8[data-v-19351537]{
  border-bottom-right-radius:8px;
  border-bottom-left-radius:8px
}

.fs-12[data-v-19351537]{
  font-size:12px
}

.fs-14[data-v-19351537]{
  font-size:14px
}

.fs-16[data-v-19351537]{
  font-size:16px
}

.fs-18[data-v-19351537]{
  font-size:18px
}

.fs-20[data-v-19351537]{
  font-size:20px
}

.fs-22[data-v-19351537]{
  font-size:22px
}

.fs-26[data-v-19351537]{
  font-size:26px
}

.fw-300[data-v-19351537]{
  font-weight:300
}

.fw-400[data-v-19351537]{
  font-weight:400
}

.fw-500[data-v-19351537]{
  font-weight:500
}

@media only screen and (max-width:2560px){
  .hidden-4k[data-v-19351537]{
    display:none
  }
}

@media only screen and (max-width:1440px){
  .hidden-laptop[data-v-19351537]{
    display:none
  }
}

@media only screen and (max-width:1024px){
  .hidden-laptop-s[data-v-19351537]{
    display:none
  }
}

@media only screen and (max-width:768px){
  .hidden-tablet[data-v-19351537]{
    display:none
  }
}

@media only screen and (max-width:425px){
  .hidden-mobile[data-v-19351537]{
    display:none
  }
}

@media only screen and (max-width:375px){
  .hidden-mobile-m[data-v-19351537]{
    display:none
  }
}

@media only screen and (max-width:320px){
  .hidden-mobile-s[data-v-19351537]{
    display:none
  }
}

.show-4k[data-v-19351537]{
  display:none
}

@media only screen and (max-width:2560px){
  .show-4k[data-v-19351537]{
    display:inherit
  }
}

.show-laptop[data-v-19351537]{
  display:none
}

@media only screen and (max-width:1440px){
  .show-laptop[data-v-19351537]{
    display:inherit
  }
}

.show-laptop-s[data-v-19351537]{
  display:none
}

@media only screen and (max-width:1024px){
  .show-laptop-s[data-v-19351537]{
    display:inherit
  }
}

.show-tablet[data-v-19351537]{
  display:none
}

@media only screen and (max-width:768px){
  .show-tablet[data-v-19351537]{
    display:inherit
  }
}

.show-mobile[data-v-19351537]{
  display:none
}

@media only screen and (max-width:425px){
  .show-mobile[data-v-19351537]{
    display:inherit
  }
}

.show-mobile-m[data-v-19351537]{
  display:none
}

@media only screen and (max-width:375px){
  .show-mobile-m[data-v-19351537]{
    display:inherit
  }
}

.show-mobile-s[data-v-19351537]{
  display:none
}

@media only screen and (max-width:320px){
  .show-mobile-s[data-v-19351537]{
    display:inherit
  }
}

[data-v-19351537],[data-v-19351537]:after,[data-v-19351537]:before{
  -webkit-box-sizing:border-box;
  box-sizing:border-box
}

blockquote[data-v-19351537],body[data-v-19351537],dd[data-v-19351537],dl[data-v-19351537],figure[data-v-19351537],h1[data-v-19351537],h2[data-v-19351537],h3[data-v-19351537],h4[data-v-19351537],h5[data-v-19351537],h6[data-v-19351537],hr[data-v-19351537],ol[data-v-19351537],p[data-v-19351537],pre[data-v-19351537],ul[data-v-19351537]{
  margin:0;
  padding:0
}

#app[data-v-19351537],body[data-v-19351537],button[data-v-19351537],html[data-v-19351537],input[data-v-19351537]{
  font:400 14px -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
  line-height:1.5;
  -webkit-font-kerning:normal;
  font-kerning:normal
}

.vue-phone-number-input .select-country-container[data-v-19351537]{
  -webkit-box-flex:0;
  -ms-flex:0 0 120px;
  flex:0 0 120px;
  width:120px;
  min-width:120px;
  max-width:120px
}

.vue-phone-number-input.sm .select-country-container[data-v-19351537]{
  -webkit-box-flex:0;
  -ms-flex:0 0 110px;
  flex:0 0 110px;
  width:110px;
  min-width:110px;
  max-width:110px
}

.vue-phone-number-input.lg .select-country-container[data-v-19351537]{
  -webkit-box-flex:0;
  -ms-flex:0 0 130px;
  flex:0 0 130px;
  width:130px;
  min-width:130px;
  max-width:130px
}

/* purgecss end ignore */
@charset "UTF-8";

/*! tailwindcss v2.2.7 | MIT License | https://tailwindcss.com */

/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

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

/**
Use a more readable tab size (opinionated).
*/

html {
  -moz-tab-size: 4;
  tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
  margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
  font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

/*
Grouping content
================
*/

/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/

/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr[title] {
  text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
Tabular data
============
*/

/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
}

/*
Forms
=====
*/

/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/

button,
select { /* 1 */
  text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

/**
Restore the focus styles unset by the previous rule.
*/

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
  padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

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

/**
Remove the inner padding in Chrome and Safari on macOS.
*/

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/

/*
Interactive
===========
*/

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

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

button {
  background-color: transparent;
  background-image: none;
}

fieldset {
  margin: 0;
  padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

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

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

table {
  border-collapse: collapse;
}

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

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

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

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

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

/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

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

/**
 * Constrain images and videos to the parent width and preserve
 * their intrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

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

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */

[hidden] {
  display: none;
}

*, ::before, ::after{
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='month'],[type='search'],[type='tel'],[type='time'],textarea,select{
  appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, textarea:focus, select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --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(1px + 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);
  border-color: #2563eb;
}

input::placeholder,textarea::placeholder{
  color: #6b7280;
  opacity: 1;
}

select{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  color-adjust: exact;
}

[type='checkbox'],[type='radio']{
  appearance: none;
  padding: 0;
  color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
}

[type='checkbox']{
  border-radius: 0px;
}

[type='radio']{
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --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(2px + 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);
}

[type='checkbox']:checked,[type='radio']:checked{
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

[type='radio']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
  border-color: transparent;
  background-color: currentColor;
}

[type='file']{
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus{
  outline: 1px auto -webkit-focus-ring-color;
}

.visible{
  visibility: visible;
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: sticky;
}

.top-0{
  top: 0px;
}

.top-1{
  top: 0.25rem;
}

.top-2{
  top: 2px;
}

.top-3{
  top: 0.75rem;
}

.top-7{
  top: 1.75rem;
}

.top-8{
  top: 2rem;
}

.top-14{
  top: 3.5rem;
}

.top-2\.5{
  top: 0.625rem;
}

.-top-1{
  top: -0.25rem;
}

.right-0{
  right: 0px;
}

.right-3{
  right: 0.75rem;
}

.right-4{
  right: 1rem;
}

.right-5{
  right: 1.25rem;
}

.right-8{
  right: 2rem;
}

.right-9{
  right: 2.25rem;
}

.right-11{
  right: 2.75rem;
}

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

.bottom-2{
  bottom: 2px;
}

.bottom-3{
  bottom: 0.75rem;
}

.bottom-5{
  bottom: 1.25rem;
}

.bottom-6{
  bottom: 1.5rem;
}

.bottom-8{
  bottom: 2rem;
}

.bottom-16{
  bottom: 4rem;
}

.bottom-20{
  bottom: 5rem;
}

.left-0{
  left: 0px;
}

.left-1{
  left: 0.25rem;
}

.left-2{
  left: 2px;
}

.-left-0{
  left: 0px;
}

.-left-7{
  left: -1.75rem;
}

.-left-8{
  left: -2rem;
}

.-left-9{
  left: -2.25rem;
}

.-left-36{
  left: -9rem;
}

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

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

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

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

.order-1{
  order: 1;
}

.order-2{
  order: 2;
}

.col-auto{
  grid-column: auto;
}

.col-span-2{
  grid-column: span 2 / span 2;
}

.col-span-3{
  grid-column: span 3 / span 3;
}

.col-span-4{
  grid-column: span 4 / span 4;
}

.col-span-6{
  grid-column: span 6 / span 6;
}

.col-span-8{
  grid-column: span 8 / span 8;
}

.col-span-9{
  grid-column: span 9 / span 9;
}

.col-span-12{
  grid-column: span 12 / span 12;
}

.row-span-2{
  grid-row: span 2 / span 2;
}

.m-3{
  margin: 0.75rem;
}

.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-5{
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

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

.mx-2\.5{
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

.mx-10px{
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

.mx-30px{
  margin-left: 1.875rem;
  margin-right: 1.875rem;
}

.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-12{
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.my-40{
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.my-10px{
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.my-30px{
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

.mt-0{
  margin-top: 0px;
}

.mt-1{
  margin-top: 0.25rem;
}

.mt-2{
  margin-top: 0.5rem;
}

.mt-3{
  margin-top: 0.75rem;
}

.mt-4{
  margin-top: 1rem;
}

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

.mt-6{
  margin-top: 1.5rem;
}

.mt-8{
  margin-top: 2rem;
}

.mt-9{
  margin-top: 2.25rem;
}

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

.mt-11{
  margin-top: 2.75rem;
}

.mt-12{
  margin-top: 3rem;
}

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

.mt-16{
  margin-top: 4rem;
}

.mt-20{
  margin-top: 5rem;
}

.mt-24{
  margin-top: 6rem;
}

.mt-36{
  margin-top: 9rem;
}

.mt-40{
  margin-top: 10rem;
}

.mt-64{
  margin-top: 16rem;
}

.mt-0\.5{
  margin-top: 0.125rem;
}

.mt-1\.5{
  margin-top: 0.375rem;
}

.mt-2\.5{
  margin-top: 0.625rem;
}

.mt-3\.5{
  margin-top: 0.875rem;
}

.-mt-1{
  margin-top: -0.25rem;
}

.-mt-2{
  margin-top: -0.5rem;
}

.mt-9px{
  margin-top: 0.563rem;
}

.mt-25px{
  margin-top: 1.563rem;
}

.mt-10px{
  margin-top: 0.625rem;
}

.mt-30px{
  margin-top: 1.875rem;
}

.mt-34px{
  margin-top: 2.125rem;
}

.mt-40px{
  margin-top: 2.5rem;
}

.mt-50px{
  margin-top: 3.125rem;
}

.mt-60px{
  margin-top: 3.75rem;
}

.mt-80px{
  margin-top: 5rem;
}

.mt-100px{
  margin-top: 6.25rem;
}

.mt-135px{
  margin-top: 8.438rem;
}

.mt-141px{
  margin-top: 8.813rem;
}

.mt-160px{
  margin-top: 10rem;
}

.mt-180px{
  margin-top: 11.25rem;
}

.mr-0{
  margin-right: 0px;
}

.mr-2{
  margin-right: 0.5rem;
}

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

.mr-4{
  margin-right: 1rem;
}

.mr-5{
  margin-right: 1.25rem;
}

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

.mr-0\.5{
  margin-right: 0.125rem;
}

.mr-2\.5{
  margin-right: 0.625rem;
}

.mr-9px{
  margin-right: 0.563rem;
}

.mr-18px{
  margin-right: 1.125rem;
}

.mb-0{
  margin-bottom: 0px;
}

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

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

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

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

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

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

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

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

.mb-9{
  margin-bottom: 2.25rem;
}

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

.mb-11{
  margin-bottom: 2.75rem;
}

.mb-12{
  margin-bottom: 3rem;
}

.mb-14{
  margin-bottom: 3.5rem;
}

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

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

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

.mb-32{
  margin-bottom: 8rem;
}

.mb-40{
  margin-bottom: 10rem;
}

.mb-1\.5{
  margin-bottom: 0.375rem;
}

.mb-2\.5{
  margin-bottom: 0.625rem;
}

.mb-3\.5{
  margin-bottom: 0.875rem;
}

.mb-18px{
  margin-bottom: 1.125rem;
}

.mb-25px{
  margin-bottom: 1.563rem;
}

.mb-10px{
  margin-bottom: 0.625rem;
}

.mb-30px{
  margin-bottom: 1.875rem;
}

.mb-36px{
  margin-bottom: 2.25rem;
}

.mb-34px{
  margin-bottom: 2.125rem;
}

.mb-40px{
  margin-bottom: 2.5rem;
}

.mb-67px{
  margin-bottom: 4.188rem;
}

.mb-70px{
  margin-bottom: 4.375rem;
}

.mb-80px{
  margin-bottom: 5rem;
}

.mb-160px{
  margin-bottom: 10rem;
}

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

.ml-2{
  margin-left: 0.5rem;
}

.ml-3{
  margin-left: 0.75rem;
}

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

.ml-5{
  margin-left: 1.25rem;
}

.ml-1\.5{
  margin-left: 0.375rem;
}

.ml-2\.5{
  margin-left: 0.625rem;
}

.block{
  display: block;
}

.inline-block{
  display: inline-block;
}

.inline{
  display: inline;
}

.flex{
  display: flex;
}

.table{
  display: table;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.group:hover .group-hover\:block{
  display: block;
}

.group:hover .group-hover\:hidden{
  display: none;
}

.h-1{
  height: 0.25rem;
}

.h-2{
  height: 0.5rem;
}

.h-3{
  height: 0.75rem;
}

.h-6{
  height: 1.5rem;
}

.h-7{
  height: 1.75rem;
}

.h-8{
  height: 2rem;
}

.h-14{
  height: 3.5rem;
}

.h-44{
  height: 11rem;
}

.h-64{
  height: 16rem;
}

.h-auto{
  height: auto;
}

.h-full{
  height: 100%;
}

.h-screen{
  height: 100vh;
}

.max-h-350{
  max-height: 350px;
}

.min-h-7{
  min-height: 1.875rem;
}

.w-3{
  width: 0.75rem;
}

.w-5{
  width: 1.25rem;
}

.w-6{
  width: 1.5rem;
}

.w-7{
  width: 1.75rem;
}

.w-8{
  width: 2rem;
}

.w-16{
  width: 4rem;
}

.w-24{
  width: 6rem;
}

.w-28{
  width: 7rem;
}

.w-44{
  width: 11rem;
}

.w-96{
  width: 24rem;
}

.w-220{
  width: 13.75rem;
}

.w-auto{
  width: auto;
}

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

.w-1\/4{
  width: 25%;
}

.w-3\/4{
  width: 75%;
}

.w-1\/5{
  width: 20%;
}

.w-4\/5{
  width: 80%;
}

.w-full{
  width: 100%;
}

.w-screen{
  width: 100vw;
}

.max-w-60{
  max-width: 3.75rem;
}

.max-w-180{
  max-width: 11.25rem;
}

.max-w-255{
  max-width: 15.938rem;
}

.max-w-294{
  max-width: 18.375rem;
}

.max-w-295{
  max-width: 18.438rem;
}

.max-w-305{
  max-width: 19.063rem;
}

.max-w-335{
  max-width: 20.938rem;
}

.max-w-435{
  max-width: 27.188rem;
}

.max-w-445{
  max-width: 27.813rem;
}

.max-w-450{
  max-width: 28.125rem;
}

.max-w-458{
  max-width: 28.625rem;
}

.max-w-464{
  max-width: 29rem;
}

.max-w-620{
  max-width: 38.75rem;
}

.max-w-690{
  max-width: 43.125rem;
}

.max-w-800{
  max-width: 50rem;
}

.max-w-1380{
  max-width: 86.25rem;
}

.max-w-sm{
  max-width: 24rem;
}

.max-w-md{
  max-width: 28rem;
}

.max-w-lg{
  max-width: 32rem;
}

.max-w-xl{
  max-width: 36rem;
}

.max-w-2xl{
  max-width: 42rem;
}

.max-w-3xl{
  max-width: 48rem;
}

.max-w-4xl{
  max-width: 56rem;
}

.max-w-6xl{
  max-width: 72rem;
}

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

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

.flex-grow{
  flex-grow: 1;
}

.transform{
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(var(--tw-translate-x)) translateY(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));
}

.rotate-180{
  --tw-rotate: 180deg;
}

.-rotate-90{
  --tw-rotate: -90deg;
}

.scale-75{
  --tw-scale-x: .75;
  --tw-scale-y: .75;
}

@keyframes spin{
  to{
    transform: rotate(360deg);
  }
}

@keyframes ping{
  75%, 100%{
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes pulse{
  50%{
    opacity: .5;
  }
}

@keyframes bounce{
  0%, 100%{
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50%{
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.cursor-pointer{
  cursor: pointer;
}

.select-none{
  user-select: none;
}

.resize{
  resize: both;
}

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

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

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

.grid-cols-6{
  grid-template-columns: repeat(6, 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-wrap{
  flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

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

.gap-0{
  gap: 0px;
}

.gap-1{
  gap: 0.25rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-4{
  gap: 1rem;
}

.gap-5{
  gap: 1.25rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-0\.5{
  gap: 0.125rem;
}

.gap-y-0{
  row-gap: 0px;
}

.gap-y-2{
  row-gap: 0.5rem;
}

.gap-y-20{
  row-gap: 5rem;
}

.gap-y-2\.5{
  row-gap: 0.625rem;
}

.justify-self-end{
  justify-self: end;
}

.overflow-auto{
  overflow: auto;
}

.overflow-scroll{
  overflow: scroll;
}

.overflow-y-auto{
  overflow-y: auto;
}

.overflow-y-scroll{
  overflow-y: scroll;
}

.whitespace-nowrap{
  white-space: nowrap;
}

.rounded-sm{
  border-radius: 0.125rem;
}

.rounded{
  border-radius: 0.25rem;
}

.rounded-md{
  border-radius: 0.375rem;
}

.rounded-2xl{
  border-radius: 1rem;
}

.rounded-3xl{
  border-radius: 1.5rem;
}

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

.rounded-2px{
  border-radius: 2px;
}

.rounded-3px{
  border-radius: 3px;
}

.rounded-xs{
  border-radius: 4px;
}

.rounded-t-md{
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.rounded-b-md{
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

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

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

.border{
  border-width: 1px;
}

.border-2\.5{
  border-width: 2.5px;
}

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

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

.border-b{
  border-bottom-width: 1px;
}

.border-solid{
  border-style: solid;
}

.border-none{
  border-style: none;
}

.border-transparent{
  border-color: transparent;
}

.border-black{
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.border-green-500{
  --tw-border-opacity: 1;
  border-color: rgba(16, 185, 129, var(--tw-border-opacity));
}

.border-corporate-grey{
  --tw-border-opacity: 1;
  border-color: rgba(186, 186, 186, var(--tw-border-opacity));
}

.border-light-gray{
  --tw-border-opacity: 1;
  border-color: rgba(229, 229, 229, var(--tw-border-opacity));
}

.border-red-error{
  --tw-border-opacity: 1;
  border-color: rgba(255, 68, 53, var(--tw-border-opacity));
}

.hover\:border-transparent:hover{
  border-color: transparent;
}

.hover\:border-black:hover{
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.border-opacity-0{
  --tw-border-opacity: 0;
}

.border-opacity-10{
  --tw-border-opacity: 0.1;
}

.border-opacity-30{
  --tw-border-opacity: 0.3;
}

.border-opacity-100{
  --tw-border-opacity: 1;
}

.bg-transparent{
  background-color: transparent;
}

.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.bg-corporate-blue{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 57, 204, var(--tw-bg-opacity));
}

.bg-corporate-peach{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 188, 155, var(--tw-bg-opacity));
}

.bg-corporate-peach-pink{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 218, 203, var(--tw-bg-opacity));
}

.bg-light-yellow{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 223, 185, var(--tw-bg-opacity));
}

.bg-light-blue{
  --tw-bg-opacity: 1;
  background-color: rgba(204, 218, 255, var(--tw-bg-opacity));
}

.bg-light-gray{
  --tw-bg-opacity: 1;
  background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
}

.bg-light-green{
  --tw-bg-opacity: 1;
  background-color: rgba(182, 222, 186, var(--tw-bg-opacity));
}

.bg-red-error{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 68, 53, var(--tw-bg-opacity));
}

.hover\:bg-transparent:hover{
  background-color: transparent;
}

.hover\:bg-smalt:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 43, 153, var(--tw-bg-opacity));
}

.hover\:bg-light-blue:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(204, 218, 255, var(--tw-bg-opacity));
}

.bg-opacity-70{
  --tw-bg-opacity: 0.7;
}

.hover\:bg-opacity-80:hover{
  --tw-bg-opacity: 0.8;
}

.bg-cover{
  background-size: cover;
}

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

.bg-no-repeat{
  background-repeat: no-repeat;
}

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

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

.object-fill{
  object-fit: fill;
}

.p-1{
  padding: 0.25rem;
}

.p-4{
  padding: 1rem;
}

.p-5{
  padding: 1.25rem;
}

.p-6{
  padding: 1.5rem;
}

.p-7{
  padding: 1.875rem;
}

.p-10{
  padding: 2.5rem;
}

.p-30px{
  padding: 1.875rem;
}

.px-0{
  padding-left: 0px;
  padding-right: 0px;
}

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

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

.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

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

.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

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

.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-12{
  padding-left: 3rem;
  padding-right: 3rem;
}

.px-14{
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.px-20{
  padding-left: 5rem;
  padding-right: 5rem;
}

.px-24{
  padding-left: 6rem;
  padding-right: 6rem;
}

.px-1\.5{
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.px-3\.5{
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

.px-15px{
  padding-left: 0.938rem;
  padding-right: 0.938rem;
}

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

.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

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

.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

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

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

.py-14{
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

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

.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-3\.5{
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.py-15px{
  padding-top: 0.938rem;
  padding-bottom: 0.938rem;
}

.py-25px{
  padding-top: 1.563rem;
  padding-bottom: 1.563rem;
}

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

.pt-0{
  padding-top: 0px;
}

.pt-1{
  padding-top: 0.25rem;
}

.pt-2{
  padding-top: 0.5rem;
}

.pt-3{
  padding-top: 0.75rem;
}

.pt-4{
  padding-top: 1rem;
}

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

.pt-6{
  padding-top: 1.5rem;
}

.pt-8{
  padding-top: 2rem;
}

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

.pt-20{
  padding-top: 5rem;
}

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

.pt-3\.5{
  padding-top: 0.875rem;
}

.pr-1{
  padding-right: 0.25rem;
}

.pr-2{
  padding-right: 0.5rem;
}

.pr-3{
  padding-right: 0.75rem;
}

.pr-4{
  padding-right: 1rem;
}

.pr-5{
  padding-right: 1.25rem;
}

.pr-6{
  padding-right: 1.5rem;
}

.pr-8{
  padding-right: 2rem;
}

.pr-12{
  padding-right: 3rem;
}

.pr-20{
  padding-right: 5rem;
}

.pr-2\.5{
  padding-right: 0.625rem;
}

.pb-0{
  padding-bottom: 0px;
}

.pb-1{
  padding-bottom: 0.25rem;
}

.pb-3{
  padding-bottom: 0.75rem;
}

.pb-4{
  padding-bottom: 1rem;
}

.pb-5{
  padding-bottom: 1.25rem;
}

.pb-6{
  padding-bottom: 1.5rem;
}

.pb-8{
  padding-bottom: 2rem;
}

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

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

.pb-14{
  padding-bottom: 3.5rem;
}

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

.pb-32{
  padding-bottom: 8rem;
}

.pb-0\.5{
  padding-bottom: 0.125rem;
}

.pb-40px{
  padding-bottom: 2.5rem;
}

.pl-0{
  padding-left: 0px;
}

.pl-2{
  padding-left: 0.5rem;
}

.pl-3{
  padding-left: 0.75rem;
}

.pl-4{
  padding-left: 1rem;
}

.pl-5{
  padding-left: 1.25rem;
}

.pl-6{
  padding-left: 1.5rem;
}

.first\:pt-0:first-child{
  padding-top: 0px;
}

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

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

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

.align-middle{
  vertical-align: middle;
}

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

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

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

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

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

.font-semibold{
  font-weight: 600;
}

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

.uppercase{
  text-transform: uppercase;
}

.capitalize{
  text-transform: capitalize;
}

.leading-10{
  line-height: 2.5rem;
}

.text-black{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

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

.text-gray-700{
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
}

.text-green-500{
  --tw-text-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-text-opacity));
}

.text-corporate-grey{
  --tw-text-opacity: 1;
  color: rgba(186, 186, 186, var(--tw-text-opacity));
}

.text-dark-grey{
  --tw-text-opacity: 1;
  color: rgba(64, 64, 64, var(--tw-text-opacity));
}

.text-regular-grey{
  --tw-text-opacity: 1;
  color: rgba(141, 141, 141, var(--tw-text-opacity));
}

.text-corporate-dark-grey{
  --tw-text-opacity: 1;
  color: rgba(102, 102, 102, var(--tw-text-opacity));
}

.text-red-error{
  --tw-text-opacity: 1;
  color: rgba(255, 68, 53, var(--tw-text-opacity));
}

.hover\:text-black:hover{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.hover\:text-mine-shaft:hover{
  --tw-text-opacity: 1;
  color: rgba(51, 51, 51, var(--tw-text-opacity));
}

.hover\:text-opacity-70:hover{
  --tw-text-opacity: 0.7;
}

.underline{
  text-decoration: underline;
}

.hover\:underline:hover{
  text-decoration: underline;
}

.placeholder-black::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.opacity-50{
  opacity: 0.5;
}

*, ::before, ::after{
  --tw-shadow: 0 0 #0000;
}

.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

*, ::before, ::after{
  --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;
}

.filter{
  --tw-blur: var(--tw-empty,/*!*/ /*!*/);
  --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
  --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
  --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
  --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
  --tw-invert: var(--tw-empty,/*!*/ /*!*/);
  --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
  --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
  --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
  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{
  --tw-blur: blur(8px);
}

.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition{
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-75{
  transition-duration: 75ms;
}

.duration-100{
  transition-duration: 100ms;
}

.duration-150{
  transition-duration: 150ms;
}

.everett {
  font-family: TWK Everett;
  font-style: normal;
}

.l50-medium {
  font-family: Louize;
  font-style: normal;
  font-weight: 500;
  font-size: 50px;
  line-height: 50px;
}

.l28-medium {
  font-family: Louize;
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 30px;
}

.e80-medium {
  font-family: TWK Everett;
  font-style: normal;
  font-weight: 500;
  font-size: 80px;
  line-height: 84px;
  letter-spacing: -2px;
}

.e60-medium {
  font-family: TWK Everett;
  font-style: normal;
  font-weight: 500;
  font-size: 60px;
  line-height: 65px;
  letter-spacing: -1.4px;
}

.e42-medium {
  font-family: TWK Everett;
  font-style: normal;
  font-weight: 500;
  font-size: 42px;
  line-height: 46px;
  letter-spacing: -0.5px;
}

.e48-medium {
  font-family: TWK Everett;
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  line-height: 50px;
  letter-spacing: -0.75px;
}

.e36-medium {
  font-family: TWK Everett;
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 38px;
}

.e32-medium {
  font-family: TWK Everett;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 37px;
}

.e24-medium {
  font-family: TWK Everett;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
}

.e22-medium {
  font-family: TWK Everett;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
}

.e19-regular {
  font-family: TWK Everett;
  font-style: normal;
  font-weight: normal;
  font-size: 19px;
  line-height: 25px;
  letter-spacing: 0.15px;
}

.e19-medium {
  font-family: TWK Everett;
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  line-height: 25px;
  letter-spacing: 0.15px;
}

.e17-regular {
  font-family: TWK Everett;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 22px;
  letter-spacing: 0.25px;
}

.e17-medium {
  font-family: TWK Everett;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 22px;
  letter-spacing: 0.25px;
}

.e13-regular {
  font-family: TWK Everett;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 0.2375px;
}

.e15-regular {
  font-family: TWK Everett;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: 0.25px;
}

.e15-medium {
  font-family: TWK Everett;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: 0.25px;
}

.e13-medium {
  font-family: TWK Everett;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.25px;
}

.e12-medium {
  font-family: TWK Everett;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.25px;
}

b {
  font-weight: 500;
}

.divider {
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(229, 229, 229, var(--tw-border-opacity));
}

.divider--black {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.z-ordered-list li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 1em;
}

.z-ordered-list li::before {
  content: "";
  min-width: 0.5em;
  height: 0.5em;
  border-radius: 624.9375em;
  margin-right: 0.8125em;
  margin-top: 0.4375em;
  background-color: black;
  display: inline-block;
}

.z-link, .CMSComponentsGlobal a[href] {
  cursor: pointer;
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
}

.z-link.link--hoverable, .CMSComponentsGlobal a.link--hoverable[href] {
  text-decoration: none;
}

.z-link--underline, .CMSComponentsGlobal a[href], .z-link:hover, .z-link.active {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
}

.underline,
.underline:hover {
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
}

.top-bar a, .article-detail a, .job-positions a, .links-active a{
  margin-left: 0.25rem;
  cursor: pointer;
}

.top-bar a,
.article-detail a,
.job-positions a,
.links-active a{
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
}

.top-bar a:hover,
.article-detail a:hover,
.job-positions a:hover,
.links-active a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
}

.carousel-first-item {
  margin-right: 2px;
}

.category-carousel .v-hl-btn {
  height: 0 !important;
  top: auto !important;
  bottom: auto !important;
  top: 66px​ !important;
}

@media screen and (min-width: 1150px) {
  .category-carousel .v-hl-btn {
    top: 87px !important;
    left: auto !important;
    right: calc(100% + 15px) !important;
  }
}

@media screen and (max-width: 1024px) {
  .category-carousel .v-hl-btn-next {
    right: 5vw !important;
  }
}

@media screen and (min-width: 1150px) {
  .category-carousel .v-hl-btn-next {
    right: auto !important;
    left: calc(100% + 15px) !important;
  }
}

.category-item img {
  width: 100%;
  width: 90px;
  height: 135px;
}

@media (min-width: 1024px) {
  .category-item img {
    width: 116px;
    height: 170px;
  }
}

.wiz-h2 {
  font-family: TWK Everett;
  font-size: 36px;
  line-height: 38px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

@media (min-width: 1024px){
  .wiz-h2{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .wiz-h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 37px;
  }
}

.wiz-text-17-22 {
  font-family: TWK Everett;
  font-size: 17px;
  line-height: 22px;
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
  text-align: left;
}

@media (min-width: 1024px) {
  .wiz-text-17-22 {
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 29px;
    letter-spacing: 0.5px;
  }
}

.wiz-bullets {
  font-family: TWK Everett;
  font-size: 17px;
  line-height: 22px;
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 20px !important;
  text-align: left;
}

@media (min-width: 1024px) {
  .wiz-bullets {
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 29px;
    letter-spacing: 0.5px;
  }
}

.wiz-bullets li {
  padding-left: 10px;
  margin-bottom: 9px;
}

.divider-20-40 {
  opacity: 0;
  height: 20px;
}

@media (min-width: 1024px) {
  .divider-20-40 {
    height: 40px;
  }
}

.divider-40-80 {
  opacity: 0;
  height: 40px;
}

@media (min-width: 1024px) {
  .divider-40-80 {
    height: 80px;
  }
}

.wiz-link {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.wiz-link,
.wiz-link a {
  font-family: TWK Everett;
  font-size: 17px;
  line-height: 22px;
}

@media (min-width: 1024px) {
  .wiz-link,
.wiz-link a {
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 29px;
    letter-spacing: 0.5px;
  }
}

.cmsOutline {
  position: relative;
  padding: 1rem;
  border: 1px dashed #c8ced3;
}

.cmsOutline__label {
  position: absolute;
  top: -1rem;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 18px;
  font-weight: 500;
  color: #c8ced3;
}

.newsCover__image {
  height: 100%;
  height: 435px;
}

@media (min-width: 1024px) {
  .newsCover__image {
    height: 902px;
  }
}

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

@media (min-width: 1024px) {
  .articleDetail__image {
    height: 902px;
  }
}

.articleDetail__image--medium {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  object-fit: cover;
  width: 100%;
}

@media (min-width: 1024px) {
  .articleDetail__image--medium {
    width: 914px;
    height: 597px;
  }
}

.article__list {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.25rem;
}

@media (min-width: 640px){
  .article__list{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px){
  .article__list{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.article__list .article {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.25rem;
}

@media (min-width: 1024px){
  .article__list .article{
    margin-bottom: 0px;
  }
}

.article__list .article img {
  width: 100%;
  height: 434px;
  object-fit: cover;
}

@media (min-width: 1024px) {
  .article__list .article img {
    width: 447px;
    height: 580px;
  }
}

.wiz-article-subheader {
  margin-top: 1.25rem;
  text-align: center;
}

@media (min-width: 1024px){
  .wiz-article-subheader{
    margin-top: 2.5rem;
    padding-left: 7rem;
    padding-right: 7rem;
  }
}

.wiz-article-subheader{
  font-family: Louize;
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 30px;
}

@media (min-width: 1024px) {
  .wiz-article-subheader {
    font-style: normal;
    font-weight: 500;
    font-size: 60px;
    line-height: 58px;
  }
}

.cms-small-note {
  margin-top: 1.25rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgba(102, 102, 102, var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .cms-small-note{
    margin-top: 1.875rem;
    margin-bottom: 5rem;
  }
}

.cms-small-note{
  text-align: center !important;
  font-family: TWK Everett;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.25px;
}

@media (min-width: 1024px) {
  .cms-small-note {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
    letter-spacing: 0.25px;
  }
}

.cmsArticleCentered {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 1024px){
  .cmsArticleCentered{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.cmsArticleCentered{
  max-width: 650px;
  font-family: TWK Everett;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 22px;
  letter-spacing: 0.25px;
}

@media (min-width: 1024px) {
  .cmsArticleCentered {
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 28px;
  }
}

.cmsArticleCentered .cmsArticleCentered__label {
  margin-bottom: 0.25rem;
}

@media (min-width: 1024px){
  .cmsArticleCentered .cmsArticleCentered__label{
    margin-bottom: 0.5rem;
  }
}

.cmsArticleCentered .cmsArticleCentered__label{
  font-family: TWK Everett;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 22px;
  letter-spacing: 0.25px;
}

@media (min-width: 1024px) {
  .cmsArticleCentered .cmsArticleCentered__label {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
  }
}

.cmsImageWithLabel {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
}

@media (min-width: 1024px){
  .cmsImageWithLabel{
    margin-bottom: 5rem;
  }
}

.cmsImageWithLabel img {
  object-fit: cover;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .cmsImageWithLabel img {
    width: 914px;
    height: 597px;
  }
}

.cmsImageWithLabel p {
  margin-top: 1.25rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgba(102, 102, 102, var(--tw-text-opacity));
  text-align: center !important;
  font-family: TWK Everett;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.25px;
}

@media (min-width: 1024px) {
  .cmsImageWithLabel p {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 19px;
    letter-spacing: 0.25px;
  }
}

.cmsDoubleImages {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.25rem;
}

@media (min-width: 768px){
  .cmsDoubleImages{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.cmsQuote {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

@media (min-width: 1024px){
  .cmsQuote{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

.cmsQuote{
  text-align: center !important;
  max-width: 914px;
  font-family: Louize !important;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 28px;
  line-height: 30px;
}

@media (min-width: 1024px) {
  .cmsQuote {
    font-style: normal;
    font-weight: 500 !important;
    font-size: 38px !important;
    line-height: 40px !important;
  }
}

.article-detail p, .article-detail ul, .article-detail ol {
  width: 100%;
  margin: 10px 0;
}

.article-detail,
.article-detail ul,
.article-detail ol,
.article-detail p {
  font-family: TWK Everett;
  font-size: 17px;
  line-height: 22px;
  list-style-type: disc;
  text-align: left;
}

@media (min-width: 1024px) {
  .article-detail,
.article-detail ul,
.article-detail ol,
.article-detail p {
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 29px;
    letter-spacing: 0.5px;
  }
}

.article-detail ul,
.article-detail ol {
  list-style-position: inside;
}

.article-detail ul li,
.article-detail ol li {
  padding-left: 10px;
  margin-bottom: 9px;
}

.article-detail ol {
  list-style-type: decimal;
}

.article-detail img {
  margin: 0 auto;
}

.paragraph {
  max-width: 650px !important;
  font-family: TWK Everett;
  font-size: 17px;
  line-height: 22px;
  padding: 18px 0;
}

@media (min-width: 1024px) {
  .paragraph {
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 29px;
    letter-spacing: 0.5px;
  }
}

.articleDetail__image, .articleDetail__image--medium, .cmsDoubleImages, .cmsImageWithLabel{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 1024px){
  .articleDetail__image, .articleDetail__image--medium, .cmsDoubleImages, .cmsImageWithLabel{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.CMSComponentsGlobal {
  font-family: TWK Everett;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: 0.25px;
}

@media (min-width: 1024px){
  .CMSComponentsGlobal {
    font-family: TWK Everett;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 22px;
    letter-spacing: 0.25px;
  }
}

.CMSComponentsGlobal{
  font-family: TWK Everett;
}

.CMSComponentsGlobal p {
  font-family: TWK Everett;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: 0.25px;
}

@media (min-width: 1024px){
  .CMSComponentsGlobal p {
    font-family: TWK Everett;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 22px;
    letter-spacing: 0.25px;
  }
}

.CMSComponentsGlobal h1, .CMSComponentsGlobal h2, .CMSComponentsGlobal h3, .CMSComponentsGlobal h4{
  padding-top: 2.5rem;
  padding-bottom: 1.25rem;
}

.CMSComponentsGlobal p, .CMSComponentsGlobal ul, .CMSComponentsGlobal ol, .CMSComponentsGlobal table{
  padding-bottom: 0.5rem;
}

.CMSComponentsGlobal h1 {
  font-family: TWK Everett;
  font-style: normal;
  font-weight: 500;
  font-size: 80px;
  line-height: 84px;
  letter-spacing: -2px;
}

@media (min-width: 1024px){
  .CMSComponentsGlobal h1 {
    font-family: TWK Everett;
    font-style: normal;
    font-weight: 500;
    font-size: 90px;
    line-height: 92px;
    letter-spacing: -2px;
  }
}

.CMSComponentsGlobal h2 {
  font-family: TWK Everett;
  font-style: normal;
  font-weight: 500;
  font-size: 60px;
  line-height: 65px;
  letter-spacing: -1.4px;
}

@media (min-width: 1024px){
  .CMSComponentsGlobal h2 {
    font-family: TWK Everett;
    font-style: normal;
    font-weight: 500;
    font-size: 80px;
    line-height: 84px;
    letter-spacing: -2px;
  }
}

.CMSComponentsGlobal h3 {
  font-family: TWK Everett;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 37px;
}

@media (min-width: 1024px){
  .CMSComponentsGlobal h3 {
    font-family: TWK Everett;
    font-style: normal;
    font-weight: 500;
    font-size: 60px;
    line-height: 65px;
    letter-spacing: -1.4px;
  }
}

.CMSComponentsGlobal h4 {
  font-family: TWK Everett;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
}

@media (min-width: 1024px){
  .CMSComponentsGlobal h4 {
    font-family: TWK Everett;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 37px;
  }
}

.CMSComponentsGlobal strong {
  font-weight: 500;
}

.CMSComponentsGlobal ul {
  font-family: TWK Everett;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: 0.25px;
}

@media (min-width: 1024px){
  .CMSComponentsGlobal ul {
    font-family: TWK Everett;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 22px;
    letter-spacing: 0.25px;
  }
}

.CMSComponentsGlobal ul{
  list-style-position: outside;
  text-align: left;
}

.CMSComponentsGlobal ul li {
  display: flex;
  list-style-type: none;
  margin-bottom: 9px;
}

.CMSComponentsGlobal ul li::before {
  display: flex;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border-radius: 9999px;
  background-color: #000000;
  margin-right: 22px;
  content: " ";
  flex: 0 0 10px;
  margin-top: 6px;
}

.CMSComponentsGlobal ol {
  list-style-position: outside;
  text-align: left;
}

.CMSComponentsGlobal ol li {
  counter-increment: my-awesome-counter;
  margin-bottom: 9px;
}

.CMSComponentsGlobal ol li::before {
  width: 31px;
  display: inline-block;
  content: counter(my-awesome-counter);
}

.CMSComponentsGlobal table {
  width: 100%;
  font-family: TWK Everett;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 22px;
  letter-spacing: 0.25px;
}

@media (min-width: 1024px){
  .CMSComponentsGlobal table {
    font-family: TWK Everett;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 29px;
    letter-spacing: 0.5px;
  }
}

.CMSComponentsGlobal table tr {
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.CMSComponentsGlobal table td {
  padding: 18px 0;
}

.header {
  position: fixed;
  transform: translate3d(0, 0, 0);
  transition: 0.1s all ease-out;
  z-index: 99;
  width: 100%;
  top: 0;
  height: 70px;
}

@media (min-width: 1024px) {
  .header {
    height: 95px;
  }
}

.header--extended {
  height: 75px;
}

@media (min-width: 1024px) {
  .header--extended {
    height: 95px;
  }
}

.header.header--hidden {
  box-shadow: none;
  transform: translate3d(0, -150%, 0);
}

@media (min-width: 1024px) {
  .header.header--hidden {
    transform: translate3d(0, -140%, 0);
  }
}

.header--wrapper {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.about-us .header--wrapper {
  background-color: #d6d6d6;
}

.my-zita-page .header--wrapper {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 223, 185, var(--tw-bg-opacity));
}

.my-zita-page .header--wrapper .btn--primary:hover,
.bg-corporate-peach .btn--primary:hover,
.bg-corporate-peach-pink .my-zita-page .btn--primary:hover {
  background-color: #333333;
}

.my-zita-page .header--wrapper .btn--secondary, .bg-corporate-peach .btn--secondary, .bg-corporate-peach-pink .my-zita-page .btn--secondary{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.my-zita-page .header--wrapper .btn--secondary:hover, .bg-corporate-peach .btn--secondary:hover, .bg-corporate-peach-pink .my-zita-page .btn--secondary:hover{
  --tw-bg-opacity: 0.8;
}

.my-zita-page .header--wrapper .btn--tertiary:hover,
.bg-corporate-peach .btn--tertiary:hover,
.bg-corporate-peach-pink .my-zita-page .btn--tertiary:hover {
  background-color: #b8b8b8;
}

.login .header--wrapper {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 223, 185, var(--tw-bg-opacity));
}

.login .header--wrapper .btn--primary:hover,
.bg-corporate-peach .btn--primary:hover,
.bg-corporate-peach-pink .my-zita-page .btn--primary:hover {
  background-color: #333333;
}

.login .header--wrapper .btn--secondary, .bg-corporate-peach .btn--secondary, .bg-corporate-peach-pink .my-zita-page .btn--secondary{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.login .header--wrapper .btn--secondary:hover, .bg-corporate-peach .btn--secondary:hover, .bg-corporate-peach-pink .my-zita-page .btn--secondary:hover{
  --tw-bg-opacity: 0.8;
}

.login .header--wrapper .btn--tertiary:hover,
.bg-corporate-peach .btn--tertiary:hover,
.bg-corporate-peach-pink .my-zita-page .btn--tertiary:hover {
  background-color: #b8b8b8;
}

@media screen and (max-width: 450px) {
  .localeHeader {
    height: 50px;
  }
}

@media screen and (min-width: 451px) {
  .localeHeader {
    height: 70px;
  }
}

.mainNavigation--active, .mainNavigation__mobile, .mainNavigation__desktop{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 188, 155, var(--tw-bg-opacity));
}

.bg-light-yellow .btn--primary:hover,
.bg-light-yellow .btn--primary:hover,
.bg-light-yellow .btn--primary:hover,
.bg-corporate-peach .btn--primary:hover,
.bg-corporate-peach .btn--primary:hover,
.bg-corporate-peach .btn--primary:hover,
.bg-corporate-peach-pink .my-zita-page .btn--primary:hover,
.bg-corporate-peach-pink .my-zita-page .btn--primary:hover,
.bg-corporate-peach-pink .my-zita-page .btn--primary:hover {
  background-color: #333333;
}

.bg-light-yellow .btn--secondary, .bg-light-yellow .btn--secondary, .bg-light-yellow .btn--secondary, .bg-corporate-peach .btn--secondary, .bg-corporate-peach .btn--secondary, .bg-corporate-peach .btn--secondary, .bg-corporate-peach-pink .my-zita-page .btn--secondary, .bg-corporate-peach-pink .my-zita-page .btn--secondary, .bg-corporate-peach-pink .my-zita-page .btn--secondary{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.bg-light-yellow .btn--secondary:hover, .bg-light-yellow .btn--secondary:hover, .bg-light-yellow .btn--secondary:hover, .bg-corporate-peach .btn--secondary:hover, .bg-corporate-peach .btn--secondary:hover, .bg-corporate-peach .btn--secondary:hover, .bg-corporate-peach-pink .my-zita-page .btn--secondary:hover, .bg-corporate-peach-pink .my-zita-page .btn--secondary:hover, .bg-corporate-peach-pink .my-zita-page .btn--secondary:hover{
  --tw-bg-opacity: 0.8;
}

.bg-light-yellow .btn--tertiary:hover,
.bg-light-yellow .btn--tertiary:hover,
.bg-light-yellow .btn--tertiary:hover,
.bg-corporate-peach .btn--tertiary:hover,
.bg-corporate-peach .btn--tertiary:hover,
.bg-corporate-peach .btn--tertiary:hover,
.bg-corporate-peach-pink .my-zita-page .btn--tertiary:hover,
.bg-corporate-peach-pink .my-zita-page .btn--tertiary:hover,
.bg-corporate-peach-pink .my-zita-page .btn--tertiary:hover {
  background-color: #b8b8b8;
}

.mainNavigation {
  height: 100%;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.mainNavigationBg--active, .mainNavigation--active{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 188, 155, var(--tw-bg-opacity));
}

.bg-light-yellow .btn--primary:hover,
.bg-light-yellow .btn--primary:hover,
.bg-corporate-peach .btn--primary:hover,
.bg-corporate-peach .btn--primary:hover,
.bg-corporate-peach-pink .my-zita-page .btn--primary:hover,
.bg-corporate-peach-pink .my-zita-page .btn--primary:hover {
  background-color: #333333;
}

.bg-light-yellow .btn--secondary, .bg-light-yellow .btn--secondary, .bg-corporate-peach .btn--secondary, .bg-corporate-peach .btn--secondary, .bg-corporate-peach-pink .my-zita-page .btn--secondary, .bg-corporate-peach-pink .my-zita-page .btn--secondary{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.bg-light-yellow .btn--secondary:hover, .bg-light-yellow .btn--secondary:hover, .bg-corporate-peach .btn--secondary:hover, .bg-corporate-peach .btn--secondary:hover, .bg-corporate-peach-pink .my-zita-page .btn--secondary:hover, .bg-corporate-peach-pink .my-zita-page .btn--secondary:hover{
  --tw-bg-opacity: 0.8;
}

.bg-light-yellow .btn--tertiary:hover,
.bg-light-yellow .btn--tertiary:hover,
.bg-corporate-peach .btn--tertiary:hover,
.bg-corporate-peach .btn--tertiary:hover,
.bg-corporate-peach-pink .my-zita-page .btn--tertiary:hover,
.bg-corporate-peach-pink .my-zita-page .btn--tertiary:hover {
  background-color: #b8b8b8;
}

@media (min-width: 1024px){
  .mainNavigation__mobile{
    display: none;
  }
}

.mainNavigation__desktop {
  height: 540px;
  max-height: 540px;
}

.home .mainNavigationBg--active, .home .mainNavigation--active{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 188, 155, var(--tw-bg-opacity));
}

.bg-light-yellow .btn--primary:hover,
.bg-light-yellow .btn--primary:hover,
.bg-corporate-peach .btn--primary:hover,
.bg-corporate-peach .btn--primary:hover,
.bg-corporate-peach-pink .my-zita-page .btn--primary:hover,
.bg-corporate-peach-pink .my-zita-page .btn--primary:hover {
  background-color: #333333;
}

.bg-light-yellow .btn--secondary, .bg-light-yellow .btn--secondary, .bg-corporate-peach .btn--secondary, .bg-corporate-peach .btn--secondary, .bg-corporate-peach-pink .my-zita-page .btn--secondary, .bg-corporate-peach-pink .my-zita-page .btn--secondary{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.bg-light-yellow .btn--secondary:hover, .bg-light-yellow .btn--secondary:hover, .bg-corporate-peach .btn--secondary:hover, .bg-corporate-peach .btn--secondary:hover, .bg-corporate-peach-pink .my-zita-page .btn--secondary:hover, .bg-corporate-peach-pink .my-zita-page .btn--secondary:hover{
  --tw-bg-opacity: 0.8;
}

.bg-light-yellow .btn--tertiary:hover,
.bg-light-yellow .btn--tertiary:hover,
.bg-corporate-peach .btn--tertiary:hover,
.bg-corporate-peach .btn--tertiary:hover,
.bg-corporate-peach-pink .my-zita-page .btn--tertiary:hover,
.bg-corporate-peach-pink .my-zita-page .btn--tertiary:hover {
  background-color: #b8b8b8;
}

.about-us .mainNavigation:not(.mainNavigation--active) {
  background-color: #d6d6d6 !important;
}

.about-us .mainNavigationBg--active, .about-us .mainNavigation--active{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 188, 155, var(--tw-bg-opacity));
}

.bg-light-yellow .btn--primary:hover,
.bg-light-yellow .btn--primary:hover,
.bg-corporate-peach .btn--primary:hover,
.bg-corporate-peach .btn--primary:hover,
.bg-corporate-peach-pink .my-zita-page .btn--primary:hover,
.bg-corporate-peach-pink .my-zita-page .btn--primary:hover {
  background-color: #333333;
}

.bg-light-yellow .btn--secondary, .bg-light-yellow .btn--secondary, .bg-corporate-peach .btn--secondary, .bg-corporate-peach .btn--secondary, .bg-corporate-peach-pink .my-zita-page .btn--secondary, .bg-corporate-peach-pink .my-zita-page .btn--secondary{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.bg-light-yellow .btn--secondary:hover, .bg-light-yellow .btn--secondary:hover, .bg-corporate-peach .btn--secondary:hover, .bg-corporate-peach .btn--secondary:hover, .bg-corporate-peach-pink .my-zita-page .btn--secondary:hover, .bg-corporate-peach-pink .my-zita-page .btn--secondary:hover{
  --tw-bg-opacity: 0.8;
}

.bg-light-yellow .btn--tertiary:hover,
.bg-light-yellow .btn--tertiary:hover,
.bg-corporate-peach .btn--tertiary:hover,
.bg-corporate-peach .btn--tertiary:hover,
.bg-corporate-peach-pink .my-zita-page .btn--tertiary:hover,
.bg-corporate-peach-pink .my-zita-page .btn--tertiary:hover {
  background-color: #b8b8b8;
}

.my-zita-page .mainNavigation:not(.mainNavigation--active), .login .mainNavigation:not(.mainNavigation--active){
  --tw-bg-opacity: 1;
  background-color: rgba(255, 223, 185, var(--tw-bg-opacity));
}

.my-zita-page .mainNavigation:not(.mainNavigation--active) .btn--primary:hover,
.login .mainNavigation:not(.mainNavigation--active) .btn--primary:hover,
.bg-corporate-peach .btn--primary:hover,
.bg-corporate-peach .btn--primary:hover,
.bg-corporate-peach-pink .my-zita-page .btn--primary:hover,
.bg-corporate-peach-pink .my-zita-page .btn--primary:hover {
  background-color: #333333;
}

.my-zita-page .mainNavigation:not(.mainNavigation--active) .btn--secondary, .login .mainNavigation:not(.mainNavigation--active) .btn--secondary, .bg-corporate-peach .btn--secondary, .bg-corporate-peach .btn--secondary, .bg-corporate-peach-pink .my-zita-page .btn--secondary, .bg-corporate-peach-pink .my-zita-page .btn--secondary{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.my-zita-page .mainNavigation:not(.mainNavigation--active) .btn--secondary:hover, .login .mainNavigation:not(.mainNavigation--active) .btn--secondary:hover, .bg-corporate-peach .btn--secondary:hover, .bg-corporate-peach .btn--secondary:hover, .bg-corporate-peach-pink .my-zita-page .btn--secondary:hover, .bg-corporate-peach-pink .my-zita-page .btn--secondary:hover{
  --tw-bg-opacity: 0.8;
}

.my-zita-page .mainNavigation:not(.mainNavigation--active) .btn--tertiary:hover,
.login .mainNavigation:not(.mainNavigation--active) .btn--tertiary:hover,
.bg-corporate-peach .btn--tertiary:hover,
.bg-corporate-peach .btn--tertiary:hover,
.bg-corporate-peach-pink .my-zita-page .btn--tertiary:hover,
.bg-corporate-peach-pink .my-zita-page .btn--tertiary:hover {
  background-color: #b8b8b8;
}

.my-zita-page .mainNavigationBg--active, .my-zita-page .mainNavigation--active, .login .mainNavigationBg--active, .login .mainNavigation--active{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 188, 155, var(--tw-bg-opacity));
}

.bg-light-yellow .btn--primary:hover,
.bg-light-yellow .btn--primary:hover,
.bg-light-yellow .btn--primary:hover,
.bg-light-yellow .btn--primary:hover,
.bg-corporate-peach .btn--primary:hover,
.bg-corporate-peach .btn--primary:hover,
.bg-corporate-peach .btn--primary:hover,
.bg-corporate-peach .btn--primary:hover,
.bg-corporate-peach-pink .my-zita-page .btn--primary:hover,
.bg-corporate-peach-pink .my-zita-page .btn--primary:hover,
.bg-corporate-peach-pink .my-zita-page .btn--primary:hover,
.bg-corporate-peach-pink .my-zita-page .btn--primary:hover {
  background-color: #333333;
}

.bg-light-yellow .btn--secondary, .bg-light-yellow .btn--secondary, .bg-light-yellow .btn--secondary, .bg-light-yellow .btn--secondary, .bg-corporate-peach .btn--secondary, .bg-corporate-peach .btn--secondary, .bg-corporate-peach .btn--secondary, .bg-corporate-peach .btn--secondary, .bg-corporate-peach-pink .my-zita-page .btn--secondary, .bg-corporate-peach-pink .my-zita-page .btn--secondary, .bg-corporate-peach-pink .my-zita-page .btn--secondary, .bg-corporate-peach-pink .my-zita-page .btn--secondary{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.bg-light-yellow .btn--secondary:hover, .bg-light-yellow .btn--secondary:hover, .bg-light-yellow .btn--secondary:hover, .bg-light-yellow .btn--secondary:hover, .bg-corporate-peach .btn--secondary:hover, .bg-corporate-peach .btn--secondary:hover, .bg-corporate-peach .btn--secondary:hover, .bg-corporate-peach .btn--secondary:hover, .bg-corporate-peach-pink .my-zita-page .btn--secondary:hover, .bg-corporate-peach-pink .my-zita-page .btn--secondary:hover, .bg-corporate-peach-pink .my-zita-page .btn--secondary:hover, .bg-corporate-peach-pink .my-zita-page .btn--secondary:hover{
  --tw-bg-opacity: 0.8;
}

.bg-light-yellow .btn--tertiary:hover,
.bg-light-yellow .btn--tertiary:hover,
.bg-light-yellow .btn--tertiary:hover,
.bg-light-yellow .btn--tertiary:hover,
.bg-corporate-peach .btn--tertiary:hover,
.bg-corporate-peach .btn--tertiary:hover,
.bg-corporate-peach .btn--tertiary:hover,
.bg-corporate-peach .btn--tertiary:hover,
.bg-corporate-peach-pink .my-zita-page .btn--tertiary:hover,
.bg-corporate-peach-pink .my-zita-page .btn--tertiary:hover,
.bg-corporate-peach-pink .my-zita-page .btn--tertiary:hover,
.bg-corporate-peach-pink .my-zita-page .btn--tertiary:hover {
  background-color: #b8b8b8;
}

.dictionary .header--wrapper {
  --tw-bg-opacity: 1;
  background-color: rgba(182, 222, 186, var(--tw-bg-opacity));
}

.dictionary .mainNavigation:not(.mainNavigation--active) {
  --tw-bg-opacity: 1;
  background-color: rgba(182, 222, 186, var(--tw-bg-opacity));
}

.dictionary .mainNavigationBg--active, .dictionary .mainNavigation--active{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 188, 155, var(--tw-bg-opacity));
}

.bg-light-yellow .btn--primary:hover,
.bg-light-yellow .btn--primary:hover,
.bg-corporate-peach .btn--primary:hover,
.bg-corporate-peach .btn--primary:hover,
.bg-corporate-peach-pink .my-zita-page .btn--primary:hover,
.bg-corporate-peach-pink .my-zita-page .btn--primary:hover {
  background-color: #333333;
}

.bg-light-yellow .btn--secondary, .bg-light-yellow .btn--secondary, .bg-corporate-peach .btn--secondary, .bg-corporate-peach .btn--secondary, .bg-corporate-peach-pink .my-zita-page .btn--secondary, .bg-corporate-peach-pink .my-zita-page .btn--secondary{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.bg-light-yellow .btn--secondary:hover, .bg-light-yellow .btn--secondary:hover, .bg-corporate-peach .btn--secondary:hover, .bg-corporate-peach .btn--secondary:hover, .bg-corporate-peach-pink .my-zita-page .btn--secondary:hover, .bg-corporate-peach-pink .my-zita-page .btn--secondary:hover{
  --tw-bg-opacity: 0.8;
}

.bg-light-yellow .btn--tertiary:hover,
.bg-light-yellow .btn--tertiary:hover,
.bg-corporate-peach .btn--tertiary:hover,
.bg-corporate-peach .btn--tertiary:hover,
.bg-corporate-peach-pink .my-zita-page .btn--tertiary:hover,
.bg-corporate-peach-pink .my-zita-page .btn--tertiary:hover {
  background-color: #b8b8b8;
}

.cart-login .header--wrapper {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 188, 155, var(--tw-bg-opacity));
}

.bg-light-yellow .btn--primary:hover,
.bg-corporate-peach .btn--primary:hover,
.bg-corporate-peach-pink .my-zita-page .btn--primary:hover {
  background-color: #333333;
}

.bg-light-yellow .btn--secondary, .bg-corporate-peach .btn--secondary, .bg-corporate-peach-pink .my-zita-page .btn--secondary{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.bg-light-yellow .btn--secondary:hover, .bg-corporate-peach .btn--secondary:hover, .bg-corporate-peach-pink .my-zita-page .btn--secondary:hover{
  --tw-bg-opacity: 0.8;
}

.bg-light-yellow .btn--tertiary:hover,
.bg-corporate-peach .btn--tertiary:hover,
.bg-corporate-peach-pink .my-zita-page .btn--tertiary:hover {
  background-color: #b8b8b8;
}

.cart-login .mainNavigation:not(.mainNavigation--active) {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 188, 155, var(--tw-bg-opacity));
}

.bg-light-yellow .btn--primary:hover,
.bg-corporate-peach .btn--primary:hover,
.bg-corporate-peach-pink .my-zita-page .btn--primary:hover {
  background-color: #333333;
}

.bg-light-yellow .btn--secondary, .bg-corporate-peach .btn--secondary, .bg-corporate-peach-pink .my-zita-page .btn--secondary{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.bg-light-yellow .btn--secondary:hover, .bg-corporate-peach .btn--secondary:hover, .bg-corporate-peach-pink .my-zita-page .btn--secondary:hover{
  --tw-bg-opacity: 0.8;
}

.bg-light-yellow .btn--tertiary:hover,
.bg-corporate-peach .btn--tertiary:hover,
.bg-corporate-peach-pink .my-zita-page .btn--tertiary:hover {
  background-color: #b8b8b8;
}

.search-product-item {
  width: 100%;
  max-width: 110px;
  height: 148px;
}

@media (min-width: 1024px) {
  .search-product-item {
    max-width: 120px;
    height: 150px;
  }
}

.btn {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 100ms;
}

.btn--full {
  width: 100%;
}

.btn--rounded {
  border-radius: 1.5rem;
}

.btn--transparent {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.btn--primary {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.btn--primary:hover {
  --tw-bg-opacity: 0.8;
}

.btn--secondary {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 223, 185, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.btn--secondary .btn--primary:hover,
.bg-corporate-peach .btn--primary:hover,
.bg-corporate-peach-pink .my-zita-page .btn--primary:hover {
  background-color: #333333;
}

.btn--secondary .btn--secondary, .bg-corporate-peach .btn--secondary, .bg-corporate-peach-pink .my-zita-page .btn--secondary{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.btn--secondary .btn--secondary:hover, .bg-corporate-peach .btn--secondary:hover, .bg-corporate-peach-pink .my-zita-page .btn--secondary:hover{
  --tw-bg-opacity: 0.8;
}

.btn--secondary .btn--tertiary:hover,
.bg-corporate-peach .btn--tertiary:hover,
.bg-corporate-peach-pink .my-zita-page .btn--tertiary:hover {
  background-color: #b8b8b8;
}

.btn--secondary:hover {
  background-color: rgba(255, 223, 185, 0.8);
}

.btn--tertiary {
  --tw-bg-opacity: 1;
  background-color: rgba(186, 186, 186, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.btn--tertiary:hover {
  background-color: #d1d1d1;
}

.btn--transparent {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.btn--transparent:hover {
  --tw-border-opacity: 0.8;
}

.btn--blue {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 57, 204, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.btn--blue:hover {
  background-color: #002b99;
}

.btn--corporate-peach {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 188, 155, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.bg-light-yellow .btn--primary:hover,
.bg-corporate-peach .btn--primary:hover,
.bg-corporate-peach-pink .my-zita-page .btn--primary:hover {
  background-color: #333333;
}

.bg-light-yellow .btn--secondary, .bg-corporate-peach .btn--secondary, .bg-corporate-peach-pink .my-zita-page .btn--secondary{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.bg-light-yellow .btn--secondary:hover, .bg-corporate-peach .btn--secondary:hover, .bg-corporate-peach-pink .my-zita-page .btn--secondary:hover{
  --tw-bg-opacity: 0.8;
}

.bg-light-yellow .btn--tertiary:hover,
.bg-corporate-peach .btn--tertiary:hover,
.bg-corporate-peach-pink .my-zita-page .btn--tertiary:hover {
  background-color: #b8b8b8;
}

.btn--corporate-peach:hover {
  background-color: #ffab82;
}

.btn--error {
  --tw-border-opacity: 1;
  border-color: rgba(255, 68, 53, var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.btn--disabled {
  background-color: #d1d1d1;
}

.btn--disabled:hover {
  background-color: #b8b8b8 !important;
}

.bg-light-yellow .btn--primary:hover,
.bg-corporate-peach .btn--primary:hover,
.bg-corporate-peach-pink .my-zita-page .btn--primary:hover {
  background-color: #333333;
}

.bg-light-yellow .btn--secondary, .bg-corporate-peach .btn--secondary, .bg-corporate-peach-pink .my-zita-page .btn--secondary{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.bg-light-yellow .btn--secondary:hover, .bg-corporate-peach .btn--secondary:hover, .bg-corporate-peach-pink .my-zita-page .btn--secondary:hover{
  --tw-bg-opacity: 0.8;
}

.bg-light-yellow .btn--tertiary:hover,
.bg-corporate-peach .btn--tertiary:hover,
.bg-corporate-peach-pink .my-zita-page .btn--tertiary:hover {
  background-color: #b8b8b8;
}

.multiselect {
  border-radius: 2px;
  max-height: 54px;
  margin-left: 2px;
}

.multiselect.rounded-more {
  border-radius: 4px;
}

.multiselect__tags {
  border: none;
  height: 54px;
}

.multiselect__placeholder {
  padding-left: 1rem;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  font-family: TWK Everett;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.25px;
  padding: 0 7px;
  margin-top: 8px;
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .multiselect__placeholder {
    padding: 0 8px;
    font-size: 17px;
  }
}

.multiselect--active .icon {
  transform: rotate(180deg);
  top: 14px;
}

.masonry-item {
  padding: 15px 20px 17px 20px;
  margin: 5px 0;
}

@media (min-width: 768px) {
  .masonry-item {
    padding: 26px 30px 25px 37px;
    margin: 10px;
  }
}

.monthPickerReservation.multiselect__tags {
  padding: 15px 40px 0 12px !important;
}

@media screen and (min-width: 380px) {
  .multiselect__tags {
    padding: 6px 40px 0 12px !important;
  }

  .multiselect__input,
.multiselect__single {
    padding-top: 10px;
  }
}

.multiselect__input,
.multiselect__single {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-family: TWK Everett;
  border: none;
  border-radius: 5px;
  background: #fff;
  color: #000;
  width: 100%;
  transition: border 0.1s ease;
  box-sizing: border-box;
  vertical-align: top;
}

.multiselect.monthPickerReservation {
  height: 45px;
}

.multiselect.monthPickerReservation .multiselect__tags {
  height: 45px;
  padding: 4px 35px 0px 8px !important;
}

.multiselect.monthPickerReservation .multiselect__input,
.multiselect.monthPickerReservation .multiselect__single {
  padding-top: 10px;
}

.multiselect {
  cursor: pointer;
}

.multiselect .multiselect__single {
  color: #000 !important;
}

.multiselect .multiselect__option,
.multiselect .multiselect__option--selected {
  color: #555555 !important;
}

.multiselect .multiselect__option:hover,
.multiselect .multiselect__option--selected:hover {
  color: #000 !important;
}

.multiselect .multiselect__option {
  min-height: auto !important;
  padding: 8px 12px !important;
  font-weight: 400 !important;
}

.multiselect .multiselect__option--highlight {
  background-color: transparent !important;
}

.multiselect .multiselect__option--highlight:hover {
  font-weight: 500 !important;
}

.multiselect .multiselect__content-wrapper {
  padding-bottom: 10px !important;
}

.multiselect.bordered {
  outline: 2px solid black !important;
}

.multiselect.bordered .multiselect__content-wrapper {
  outline: 2px solid black !important;
}

.multiselect.bordered .multiselect__option {
  background-color: #fff !important;
}

.multiselect.bordered .multiselect__option--selected,
.multiselect.bordered .multiselect__option--highlight {
  background-color: transparent !important;
}

.multiselect.bordered .multiselect__option--selected:hover,
.multiselect.bordered .multiselect__option--highlight:hover {
  font-weight: 500 !important;
  color: #000 !important;
}

.multiselect.has-error {
  outline: 2px solid #ff4435 !important;
}

@media screen and (max-width: 328px) {
  .monthPickerReservationWrapper {
    max-width: 200px;
  }
}

.Vue-Toastification__container {
  z-index: 9999;
  position: fixed;
  padding: 4px;
  width: 600px;
  box-sizing: border-box;
  display: flex;
  min-height: 100%;
  color: #fff;
  flex-direction: column;
  pointer-events: none;
}

@media only screen and (min-width: 600px) {
  .Vue-Toastification__container.top-left,
.Vue-Toastification__container.top-right,
.Vue-Toastification__container.top-center {
    top: 1em;
  }

  .Vue-Toastification__container.bottom-left,
.Vue-Toastification__container.bottom-right,
.Vue-Toastification__container.bottom-center {
    bottom: 1em;
    flex-direction: column-reverse;
  }

  .Vue-Toastification__container.top-left,
.Vue-Toastification__container.bottom-left {
    left: 1em;
  }

  .Vue-Toastification__container.top-left .Vue-Toastification__toast,
.Vue-Toastification__container.bottom-left .Vue-Toastification__toast {
    margin-right: auto;
  }

  .Vue-Toastification__container.top-left .Vue-Toastification__toast--rtl,
.Vue-Toastification__container.bottom-left .Vue-Toastification__toast--rtl {
    margin-right: unset;
    margin-left: auto;
  }

  .Vue-Toastification__container.top-right,
.Vue-Toastification__container.bottom-right {
    right: 1.875rem;
  }

  .Vue-Toastification__container.top-right .Vue-Toastification__toast,
.Vue-Toastification__container.bottom-right .Vue-Toastification__toast {
    margin-left: auto;
  }

  .Vue-Toastification__container.top-right .Vue-Toastification__toast--rtl,
.Vue-Toastification__container.bottom-right .Vue-Toastification__toast--rtl {
    margin-left: unset;
    margin-right: auto;
  }

  .Vue-Toastification__container.top-center,
.Vue-Toastification__container.bottom-center {
    left: 50%;
    margin-left: -300px;
  }

  .Vue-Toastification__container.top-center .Vue-Toastification__toast,
.Vue-Toastification__container.bottom-center .Vue-Toastification__toast {
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 600px) {
  .Vue-Toastification__container {
    width: 100vw;
    padding: 0;
    left: 0;
    margin: 0;
  }

  .Vue-Toastification__container .Vue-Toastification__toast {
    width: 100%;
  }

  .Vue-Toastification__container.top-left,
.Vue-Toastification__container.top-right,
.Vue-Toastification__container.top-center {
    top: 0;
  }

  .Vue-Toastification__container.bottom-left,
.Vue-Toastification__container.bottom-right,
.Vue-Toastification__container.bottom-center {
    bottom: 0;
    flex-direction: column-reverse;
  }
}

.Vue-Toastification__toast {
  display: inline-flex;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 20px 25px;
  border-radius: 4px;
  justify-content: space-between;
  max-width: 600px;
  min-width: 326px;
  pointer-events: auto;
  overflow: hidden;
  transform: translateZ(0);
  direction: ltr;
}

.Vue-Toastification__toast--rtl {
  direction: rtl;
}

.Vue-Toastification__toast--default {
  background-color: #000;
  color: #fff;
}

.Vue-Toastification__toast--info {
  background-color: #2196f3;
  color: #fff;
}

.Vue-Toastification__toast--success {
  background-color: #000;
  color: #fff;
}

.Vue-Toastification__toast--error {
  background-color: #ff4435;
  color: #fff;
}

.Vue-Toastification__toast--warning {
  background-color: #ffc107;
  color: #fff;
}

@media only screen and (max-width: 600px) {
  .Vue-Toastification__toast {
    border-radius: 0px;
    margin-bottom: 0.5rem;
  }
}

.Vue-Toastification__toast-body {
  flex: 1;
  line-height: 24px;
  font-size: 17px;
  font-family: TWK Everett;
  word-break: break-word;
  white-space: pre-wrap;
}

.Vue-Toastification__toast-component-body {
  flex: 1;
}

.Vue-Toastification__toast.disable-transition {
  transition: none !important;
  animation: none !important;
}

.Vue-Toastification__close-button {
  font-weight: bold;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  margin-left: 8px;
  cursor: pointer;
  transition: 0.3s ease;
  align-items: center;
  color: #fff;
  transition: visibility 0s, opacity 0.2s linear;
}

.Vue-Toastification__close-button:hover,
.Vue-Toastification__close-button:focus {
  opacity: 1;
}

.Vue-Toastification__toast:not(:hover) .Vue-Toastification__close-button.show-on-hover {
  opacity: 0;
}

.Vue-Toastification__toast--rtl .Vue-Toastification__close-button {
  padding-left: unset;
  padding-right: 10px;
}

@keyframes scale-x-frames {
  0% {
    transform: scaleX(1);
  }

  100% {
    transform: scaleX(0);
  }
}

.Vue-Toastification__progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  z-index: 10000;
  background-color: rgba(255, 255, 255, 0.7);
  transform-origin: left;
  animation: scale-x-frames linear 1 forwards;
}

.Vue-Toastification__toast--rtl .Vue-Toastification__progress-bar {
  right: 0;
  left: unset;
  transform-origin: right;
}

.Vue-Toastification__icon {
  margin: auto 18px auto 0px;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  transition: 0.3s ease;
  align-items: center;
  width: 20px;
  height: 100%;
}

.Vue-Toastification__toast--rtl .Vue-Toastification__icon {
  margin: auto 0px auto 18px;
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    transform: translate3d(10px, 0, 0);
  }

  90% {
    transform: translate3d(-5px, 0, 0);
  }

  to {
    transform: none;
  }
}

@keyframes bounceOutRight {
  40% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(1000px, 0, 0);
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }

  75% {
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    transform: translate3d(5px, 0, 0);
  }

  to {
    transform: none;
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  75% {
    transform: translate3d(0, 10px, 0);
  }

  90% {
    transform: translate3d(0, -5px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }

  75% {
    transform: translate3d(0, -10px, 0);
  }

  90% {
    transform: translate3d(0, 5px, 0);
  }

  to {
    transform: none;
  }
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.Vue-Toastification__bounce-enter-active.top-left,
.Vue-Toastification__bounce-enter-active.bottom-left {
  animation-name: bounceInLeft;
}

.Vue-Toastification__bounce-enter-active.top-right,
.Vue-Toastification__bounce-enter-active.bottom-right {
  animation-name: bounceInRight;
}

.Vue-Toastification__bounce-enter-active.top-center {
  animation-name: bounceInDown;
}

.Vue-Toastification__bounce-enter-active.bottom-center {
  animation-name: bounceInUp;
}

.Vue-Toastification__bounce-leave-active.top-left,
.Vue-Toastification__bounce-leave-active.bottom-left {
  animation-name: bounceOutLeft;
}

.Vue-Toastification__bounce-leave-active.top-right,
.Vue-Toastification__bounce-leave-active.bottom-right {
  animation-name: bounceOutRight;
}

.Vue-Toastification__bounce-leave-active.top-center {
  animation-name: bounceOutUp;
}

.Vue-Toastification__bounce-leave-active.bottom-center {
  animation-name: bounceOutDown;
}

.Vue-Toastification__bounce-move {
  transition-timing-function: ease-in-out;
  transition-property: all;
  transition-duration: 400ms;
}

/* ----------------------------------------------
 * Modified version from Animista
 * Animista is Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

@keyframes fadeOutTop {
  0% {
    transform: translateY(0);
    opacity: 1;
  }

  100% {
    transform: translateY(-50px);
    opacity: 0;
  }
}

@keyframes fadeOutLeft {
  0% {
    transform: translateX(0);
    opacity: 1;
  }

  100% {
    transform: translateX(-50px);
    opacity: 0;
  }
}

@keyframes fadeOutBottom {
  0% {
    transform: translateY(0);
    opacity: 1;
  }

  100% {
    transform: translateY(50px);
    opacity: 0;
  }
}

@keyframes fadeOutRight {
  0% {
    transform: translateX(0);
    opacity: 1;
  }

  100% {
    transform: translateX(50px);
    opacity: 0;
  }
}

@keyframes fadeInLeft {
  0% {
    transform: translateX(-50px);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fadeInRight {
  0% {
    transform: translateX(50px);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fadeInTop {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeInBottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.Vue-Toastification__fade-enter-active.top-left,
.Vue-Toastification__fade-enter-active.bottom-left {
  animation-name: fadeInLeft;
}

.Vue-Toastification__fade-enter-active.top-right,
.Vue-Toastification__fade-enter-active.bottom-right {
  animation-name: fadeInRight;
}

.Vue-Toastification__fade-enter-active.top-center {
  animation-name: fadeInTop;
}

.Vue-Toastification__fade-enter-active.bottom-center {
  animation-name: fadeInBottom;
}

.Vue-Toastification__fade-leave-active.top-left,
.Vue-Toastification__fade-leave-active.bottom-left {
  animation-name: fadeOutLeft;
}

.Vue-Toastification__fade-leave-active.top-right,
.Vue-Toastification__fade-leave-active.bottom-right {
  animation-name: fadeOutRight;
}

.Vue-Toastification__fade-leave-active.top-center {
  animation-name: fadeOutTop;
}

.Vue-Toastification__fade-leave-active.bottom-center {
  animation-name: fadeOutBottom;
}

.Vue-Toastification__fade-move {
  transition-timing-function: ease-in-out;
  transition-property: all;
  transition-duration: 400ms;
}

/* ----------------------------------------------
 * Modified version from Animista
 * Animista is Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

@keyframes slideInBlurredLeft {
  0% {
    transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
    transform-origin: 100% 50%;
    filter: blur(40px);
    opacity: 0;
  }

  100% {
    transform: translateX(0) scaleY(1) scaleX(1);
    transform-origin: 50% 50%;
    filter: blur(0);
    opacity: 1;
  }
}

@keyframes slideInBlurredTop {
  0% {
    transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
    transform-origin: 50% 0%;
    filter: blur(240px);
    opacity: 0;
  }

  100% {
    transform: translateY(0) scaleY(1) scaleX(1);
    transform-origin: 50% 50%;
    filter: blur(0);
    opacity: 1;
  }
}

@keyframes slideInBlurredRight {
  0% {
    transform: translateX(1000px) scaleX(2.5) scaleY(0.2);
    transform-origin: 0% 50%;
    filter: blur(40px);
    opacity: 0;
  }

  100% {
    transform: translateX(0) scaleY(1) scaleX(1);
    transform-origin: 50% 50%;
    filter: blur(0);
    opacity: 1;
  }
}

@keyframes slideInBlurredBottom {
  0% {
    transform: translateY(1000px) scaleY(2.5) scaleX(0.2);
    transform-origin: 50% 100%;
    filter: blur(240px);
    opacity: 0;
  }

  100% {
    transform: translateY(0) scaleY(1) scaleX(1);
    transform-origin: 50% 50%;
    filter: blur(0);
    opacity: 1;
  }
}

@keyframes slideOutBlurredTop {
  0% {
    transform: translateY(0) scaleY(1) scaleX(1);
    transform-origin: 50% 0%;
    filter: blur(0);
    opacity: 1;
  }

  100% {
    transform: translateY(-1000px) scaleY(2) scaleX(0.2);
    transform-origin: 50% 0%;
    filter: blur(240px);
    opacity: 0;
  }
}

@keyframes slideOutBlurredBottom {
  0% {
    transform: translateY(0) scaleY(1) scaleX(1);
    transform-origin: 50% 50%;
    filter: blur(0);
    opacity: 1;
  }

  100% {
    transform: translateY(1000px) scaleY(2) scaleX(0.2);
    transform-origin: 50% 100%;
    filter: blur(240px);
    opacity: 0;
  }
}

@keyframes slideOutBlurredLeft {
  0% {
    transform: translateX(0) scaleY(1) scaleX(1);
    transform-origin: 50% 50%;
    filter: blur(0);
    opacity: 1;
  }

  100% {
    transform: translateX(-1000px) scaleX(2) scaleY(0.2);
    transform-origin: 100% 50%;
    filter: blur(40px);
    opacity: 0;
  }
}

@keyframes slideOutBlurredRight {
  0% {
    transform: translateX(0) scaleY(1) scaleX(1);
    transform-origin: 50% 50%;
    filter: blur(0);
    opacity: 1;
  }

  100% {
    transform: translateX(1000px) scaleX(2) scaleY(0.2);
    transform-origin: 0% 50%;
    filter: blur(40px);
    opacity: 0;
  }
}

.Vue-Toastification__slideBlurred-enter-active.top-left,
.Vue-Toastification__slideBlurred-enter-active.bottom-left {
  animation-name: slideInBlurredLeft;
}

.Vue-Toastification__slideBlurred-enter-active.top-right,
.Vue-Toastification__slideBlurred-enter-active.bottom-right {
  animation-name: slideInBlurredRight;
}

.Vue-Toastification__slideBlurred-enter-active.top-center {
  animation-name: slideInBlurredTop;
}

.Vue-Toastification__slideBlurred-enter-active.bottom-center {
  animation-name: slideInBlurredBottom;
}

.Vue-Toastification__slideBlurred-leave-active.top-left,
.Vue-Toastification__slideBlurred-leave-active.bottom-left {
  animation-name: slideOutBlurredLeft;
}

.Vue-Toastification__slideBlurred-leave-active.top-right,
.Vue-Toastification__slideBlurred-leave-active.bottom-right {
  animation-name: slideOutBlurredRight;
}

.Vue-Toastification__slideBlurred-leave-active.top-center {
  animation-name: slideOutBlurredTop;
}

.Vue-Toastification__slideBlurred-leave-active.bottom-center {
  animation-name: slideOutBlurredBottom;
}

.Vue-Toastification__slideBlurred-move {
  transition-timing-function: ease-in-out;
  transition-property: all;
  transition-duration: 400ms;
}

.country-selector__input {
  border-color: #000 !important;
}

.vue-phone-number-input .is-focused {
  outline: none !important;
  box-shadow: none !important;
}

.vue-phone-number-input .input-phone-number:not(.has-error) .input-tel__input {
  border-color: #000 !important;
}

.vue-phone-number-input .input-tel__input,
.vue-phone-number-input .country-selector__input {
  height: 54px;
  border-width: 2px !important;
}

.vue-phone-number-input .iti-flag-small {
  margin-top: 3px !important;
}

.vue-phone-number-input .country-selector__toggle {
  top: calc(50% - 4px);
}

.country-selector__input {
  padding-top: 10px !important;
}

.tippy-box[data-animation=fade][data-state=hidden] {
  opacity: 0;
}

[data-tippy-root] {
  max-width: calc(100vw - 10px);
}

.tippy-box {
  position: relative;
  background-color: #000;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.4;
  white-space: normal;
  outline: 0;
  transition-property: transform, visibility, opacity;
}

.tippy-box[data-placement^=top] > .tippy-arrow {
  bottom: 0;
}

.tippy-box[data-placement^=top] > .tippy-arrow:before {
  bottom: -7px;
  left: 0;
  border-width: 8px 8px 0;
  border-top-color: initial;
  transform-origin: center top;
}

.tippy-box[data-placement^=bottom] > .tippy-arrow {
  top: 0;
}

.tippy-box[data-placement^=bottom] > .tippy-arrow:before {
  top: -7px;
  left: 0;
  border-width: 0 8px 8px;
  border-bottom-color: initial;
  transform-origin: center bottom;
}

.tippy-box[data-placement^=left] > .tippy-arrow {
  right: 0;
}

.tippy-box[data-placement^=left] > .tippy-arrow:before {
  border-width: 8px 0 8px 8px;
  border-left-color: initial;
  right: -7px;
  transform-origin: center left;
}

.tippy-box[data-placement^=right] > .tippy-arrow {
  left: 0;
}

.tippy-box[data-placement^=right] > .tippy-arrow:before {
  left: -7px;
  border-width: 8px 8px 8px 0;
  border-right-color: initial;
  transform-origin: center right;
}

.tippy-box[data-inertia][data-state=visible] {
  transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
}

.tippy-arrow {
  width: 16px;
  height: 16px;
  color: #000;
}

.tippy-arrow:before {
  content: "";
  position: absolute;
  border-color: transparent;
  border-style: solid;
}

.tippy-content {
  position: relative;
  z-index: 1;
  font-family: TWK Everett;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: 0.25px;
  padding: 12px 14px;
  border-radius: 4px;
  box-shadow: none;
}

.tippy-box[data-theme~=error] {
  background-color: #ff4435 !important;
}

.tippy-box[data-theme~=error][data-placement^=top] > .tippy-arrow::before {
  border-top-color: #ff4435;
}

.tippy-box[data-theme~=error][data-placement^=bottom] > .tippy-arrow::before {
  border-bottom-color: #ff4435;
}

.tippy-box[data-theme~=error][data-placement^=left] > .tippy-arrow::before {
  border-left-color: #ff4435;
}

.tippy-box[data-theme~=error][data-placement^=right] > .tippy-arrow::before {
  border-right-color: #ff4435;
}

.cookie-consent {
  overflow: scroll;
  border-radius: 0 !important;
  font-family: TWK Everett !important;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 22px;
  letter-spacing: 0.25px;
}

.cookie-consent .cookie-consent__inner {
  background-color: #ffbc9b !important;
}

.cookie-consent__button {
  background-color: black;
}

.cookie-consent__option input {
  margin-right: 20px !important;
}

.cookie-consent__button {
  font-family: TWK Everett;
  font-size: 17px !important;
  font-weight: normal;
  padding: 20px 42px !important;
  border-radius: 99999px;
}

.cookie-consent a#cookie-consent-settings {
  font-family: TWK Everett;
  font-size: 17px !important;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
  color: black;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #000;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #000 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  input[type=checkbox],
input[type=radio] {
    --active: #444;
    --active-inner: #fff;
    --focus: 2px rgba(0, 0, 0, 0.3);
    --border: #bbc1e1;
    --border-hover: #275efe;
    --background: #fff;
    --disabled: #f6f8ff;
    --disabled-inner: #e1e6f9;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    color: #000 !important;
    cursor: pointer;
    border: 2px solid black;
    background: var(--b, var(--background));
    transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
  }

  input[type=checkbox]:after,
input[type=radio]:after {
    content: "";
    display: block;
    left: 0;
    top: 0;
    position: absolute;
  }

  input[type=checkbox]:checked,
input[type=radio]:checked {
    --b: var(--active);
    --bc: var(--active);
    --d-o: 0.3s;
    --d-t: 0.6s;
    --d-t-e: cubic-bezier(0.2, 0.85, 0.32, 1.2);
  }

  input[type=checkbox]:disabled,
input[type=radio]:disabled {
    --b: var(--disabled);
    cursor: not-allowed;
    opacity: 0.9;
  }

  input[type=checkbox]:disabled:checked,
input[type=radio]:disabled:checked {
    --b: var(--disabled-inner);
    --bc: var(--border);
  }

  input[type=checkbox]:disabled + label,
input[type=radio]:disabled + label {
    cursor: not-allowed;
  }

  input[type=checkbox].hasError,
input[type=radio].hasError {
    border-color: red !important;
  }

  input[type=checkbox]:focus,
input[type=radio]:focus {
    box-shadow: 0 0 0 var(--focus);
  }

  input[type=checkbox]:not(.switch),
input[type=radio]:not(.switch) {
    width: 21px;
  }

  input[type=checkbox]:not(.switch):after,
input[type=radio]:not(.switch):after {
    opacity: var(--o, 0);
  }

  input[type=checkbox]:not(.switch):checked,
input[type=radio]:not(.switch):checked {
    --o: 1;
  }

  input[type=checkbox] {
    background-image: none !important;
    height: 24px !important;
    width: 24px !important;
  }

  input[type=checkbox]:not(.switch):not(.dark) {
    border-radius: 2px;
  }

  input[type=checkbox]:not(.switch):not(.dark):after {
    width: 7px;
    height: 15px;
    border: 2px solid #fff;
    border-top: 0;
    border-left: 0;
    left: 7px;
    top: 2px;
    transform: rotate(var(--r, 20deg));
  }

  input[type=checkbox]:not(.switch):not(.dark):checked {
    --r: 44deg;
    background-color: #0039cc;
    border: 2px solid #0039cc;
  }

  input[type=checkbox]:not(.switch):not(.dark):hover {
    border-color: #0039cc;
  }

  input[type=checkbox].dark:not(.switch) {
    border-radius: 4px;
    border: none;
    width: 20px;
    height: 20px;
  }

  input[type=checkbox].dark:not(.switch):checked {
    background-image: url("data:image/svg+xml;charset=utf-8,<svg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'> <path d='M2.62549 2.69922L11.3743 11.448' stroke='white' stroke-width='2.03807' stroke-miterlimit='10'/> <path d='M2.62549 11.448L11.3743 2.69921' stroke='white' stroke-width='2.03807' stroke-miterlimit='10'/></svg>") !important;
    background-color: #000;
    border: 2px solid #000;
  }

  input[type=checkbox].switch {
    width: 38px;
    border-radius: 11px;
  }

  input[type=checkbox].switch:after {
    left: 2px;
    top: 1px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background: var(--ab, var(--border));
    transform: translateX(var(--x, 0));
  }

  input[type=checkbox].switch:checked {
    background-color: #0039cc;
    --x: 17px;
  }

  input[type=checkbox].switch:disabled:not(:checked):after {
    opacity: 0.6;
  }

  .radio--bordered input[type=radio] {
    box-shadow: inset 0 0 0 2px #000 !important;
  }

  input[type=radio] {
    border-radius: 50%;
    border: none;
    height: 24px !important;
    width: 24px !important;
    border: 2px solid black;
  }

  input[type=radio]:after {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  input[type=radio]:not(.dark):checked {
    background-color: #0039cc;
    background-image: none !important;
  }

  input[type=radio]:hover {
    border-color: #0039cc;
  }

  input[type=radio].dark:checked {
    background-color: black;
    background-image: none !important;
  }

  input[type=radio].radio--xl {
    width: 32px !important;
    height: 32px !important;
  }

  input[type=radio].radio--xl:after {
    width: 6px;
    height: 6px;
  }
}

.checkbox--wrapper {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: flex-start;
}

.checkbox--wrapper label {
  position: relative;
  top: -3px;
}

.checkbox--wrapper label {
  margin-left: 0.75rem;
  width: 100%;
}

.my-zita-page, .my-zita-page header{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 223, 185, var(--tw-bg-opacity));
}

.my-zita-page .btn--primary:hover,
.my-zita-page header .btn--primary:hover,
.bg-corporate-peach .btn--primary:hover,
.bg-corporate-peach .btn--primary:hover,
.bg-corporate-peach-pink .my-zita-page .btn--primary:hover,
.bg-corporate-peach-pink .my-zita-page .btn--primary:hover {
  background-color: #333333;
}

.my-zita-page .btn--secondary, .my-zita-page header .btn--secondary, .bg-corporate-peach .btn--secondary, .bg-corporate-peach .btn--secondary, .bg-corporate-peach-pink .my-zita-page .btn--secondary, .bg-corporate-peach-pink .my-zita-page .btn--secondary{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.my-zita-page .btn--secondary:hover, .my-zita-page header .btn--secondary:hover, .bg-corporate-peach .btn--secondary:hover, .bg-corporate-peach .btn--secondary:hover, .bg-corporate-peach-pink .my-zita-page .btn--secondary:hover, .bg-corporate-peach-pink .my-zita-page .btn--secondary:hover{
  --tw-bg-opacity: 0.8;
}

.my-zita-page .btn--tertiary:hover,
.my-zita-page header .btn--tertiary:hover,
.bg-corporate-peach .btn--tertiary:hover,
.bg-corporate-peach .btn--tertiary:hover,
.bg-corporate-peach-pink .my-zita-page .btn--tertiary:hover,
.bg-corporate-peach-pink .my-zita-page .btn--tertiary:hover {
  background-color: #b8b8b8;
}

.myZita__welcomeCard {
  display: flex;
  flex: 1 1 0%;
  cursor: pointer;
  flex-direction: column;
  border-radius: 0.375rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  --tw-border-opacity: 0.2;
}

.myZita__welcomeCard:hover{
  --tw-border-opacity: 1;
}

.myZita__welcomeCard{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 150ms;
  padding-top: 0.8125em;
  padding-bottom: 0.8125em;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
}

@media (min-width: 1024px) {
  .myZita__welcomeCard {
    padding-top: 1.25em;
    padding-bottom: 1.25em;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}

.myZita__welcomeCard img {
  width: 100%;
  max-width: 162px;
}

@media (min-width: 1024px) {
  .myZita__welcomeCard img {
    max-width: 100%;
  }
}

.examination-my-examinations {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media (min-width: 1024px) {
  .examination-my-examinations {
    max-width: 915px;
    max-height: 608px;
  }
}

.examination-my-examinations-green {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media (min-width: 1024px) {
  .examination-my-examinations-green {
    width: 960px;
    height: 640px;
  }
}

.examination-carousel-item {
  width: 305px;
}

@media (min-width: 1024px) {
  .examination-carousel-item {
    width: 460px;
    height: 600px;
  }
}

.examination-item {
  min-height: 46px;
}

.about-us,
.about-us header {
  background-color: #d6d6d6;
}

.image-our-brands-mobile {
  width: 227px;
  height: 300px;
}

@media (min-width: 768px) {
  .image-our-brands-mobile {
    width: 460px;
    height: 600px;
  }
}

.our-story-img {
  max-width: 335px;
  max-height: 335px;
}

@media (min-width: 1024px) {
  .our-story-img {
    max-width: 447px !important;
    max-height: 450px !important;
  }
}

.articleList__first img {
  width: 100%;
  height: 100%;
  max-width: 680px;
  max-height: 880px;
}

@media (min-width: 1024px) {
  .articleList__first img {
    height: 880px;
  }
}

.categories__twoColumnImages img {
  width: 100%;
  width: 295px;
  height: 294px;
  object-fit: cover;
}

@media (min-width: 1024px) {
  .categories__twoColumnImages img {
    width: 510px;
    height: 510px;
  }
}

.categoryContent__image {
  width: 100%;
}

@media (min-width: 1024px) {
  .categoryContent__image {
    height: auto;
  }
}

.product-image-category-1 {
  width: 100%;
  object-fit: cover;
}

@media (min-width: 1024px) {
  .product-image-category-1 {
    width: 344px;
    height: 470px;
  }
}

.page-reservation {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 57, 204, var(--tw-bg-opacity));
}

.product-detail-image img {
  object-fit: cover;
  width: 100%;
  max-width: 450px;
  height: 603px;
  margin-bottom: 3px;
}

.product-detail-image img:first-child {
  padding-right: 2px;
}

.product-detail-image img:last-child {
  padding-left: 2px;
}

.VueCarousel-slide img {
  padding-right: 2px;
  padding-left: 2px;
}

.top-190px {
  top: 185px !important;
}

@media (min-width: 1024px) {
  .top-190px {
    top: 190px !important;
  }
}

.tooltip--error {
  cursor: pointer;
}

.tooltipWrapper {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.search .input--noFocus:focus,
.search [type=email]:focus,
.search [type=text]:focus {
  outline: none !important;
  box-shadow: none !important;
}

.search .input--noFocus, .search .input--noFocus::placeholder, .search [type=email], .search [type=email]::placeholder, .search [type=text], .search [type=text]::placeholder{
  --tw-text-opacity: 1;
  color: rgba(102, 102, 102, var(--tw-text-opacity));
}

.search .input--noFocus, .search .input--noFocus::placeholder,
.search [type=email],
.search [type=email]::placeholder,
.search [type=text],
.search [type=text]::placeholder{
  font-family: TWK Everett !important;
  font-style: normal;
  font-weight: normal;
  font-size: 17px !important;
  line-height: 22px;
  letter-spacing: 0.25px;
}

@media (min-width: 1024px) {
  .search .input--noFocus, .search .input--noFocus::placeholder,
.search [type=email],
.search [type=email]::placeholder,
.search [type=text],
.search [type=text]::placeholder {
    font-style: normal;
    font-weight: normal;
    font-size: 22px !important;
    line-height: 28px;
  }
}

.search .input--noFocus,
.search [type=email],
.search [type=text] {
  color: #000 !important;
}

[v-cloak] {
  display: none;
}

.v-hl-btn {
  height: 0 !important;
  top: auto !important;
  bottom: auto !important;
  top: calc(50% - 29px);
}

@media screen and (max-width: 1024px) {
  .v-hl-btn-next {
    right: 5vw !important;
  }
}

@media screen and (min-width: 1025px) {
  .v-hl-btn-next {
    right: 15px !important;
  }
}

.category-2 .v-hl-btn-prev,
.category-2 .v-hl-btn-next {
  top: 87px !important;
}

.category-2 .v-hl-svg {
  width: 32px !important;
  height: 32px !important;
}

.multiselect__input {
  border-color: transparent !important;
  box-shadow: none !important;
}

.vc-popover-content-wrapper {
  top: -22px !important;
}

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */

input[type=number] {
  -moz-appearance: textfield;
}

.link-underline a {
  text-decoration: underline;
}

.btn-reservation-hidden .reservation-mobile {
  visibility: none;
  opacity: 0;
}

.show-topbar .reservation-mobile {
  top: 117px;
}

.reservation-mobile {
  transform: translateX(-50%);
  top: 75px;
  left: 50%;
  transition: all 0.1s linear;
  opacity: 1;
}

@media screen and (max-width: 350px) {
  .reservation-mobile {
    max-width: 93%;
  }
}

/* Hide scrollbar for Chrome, Safari and Opera */

.cart-state::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */

.cart-state {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

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

  .xsm\:hidden{
    display: none;
  }

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

  .xsm\:search-product-item {
    width: 100%;
    max-width: 110px;
    height: 148px;
  }

  @media (min-width: 1024px) {
    .xsm\:search-product-item {
      max-width: 120px;
      height: 150px;
    }
  }

  .xsm\:masonry-item {
    padding: 15px 20px 17px 20px;
    margin: 5px 0;
  }

  @media (min-width: 768px) {
    .xsm\:masonry-item {
      padding: 26px 30px 25px 37px;
      margin: 10px;
    }
  }

  .xsm\:myZita__welcomeCard {
    display: flex;
    flex: 1 1 0%;
    cursor: pointer;
    flex-direction: column;
    border-radius: 0.375rem;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    --tw-border-opacity: 0.2;
  }

  .xsm\:myZita__welcomeCard:hover{
    --tw-border-opacity: 1;
  }

  .xsm\:myZita__welcomeCard{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-duration: 150ms;
    padding-top: 0.8125em;
    padding-bottom: 0.8125em;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
  }

  @media (min-width: 1024px) {
    .xsm\:myZita__welcomeCard {
      padding-top: 1.25em;
      padding-bottom: 1.25em;
      padding-left: 1.5em;
      padding-right: 1.5em;
    }
  }

  .xsm\:myZita__welcomeCard img {
    width: 100%;
    max-width: 162px;
  }

  @media (min-width: 1024px) {
    .xsm\:myZita__welcomeCard img {
      max-width: 100%;
    }
  }

  .xsm\:image-our-brands-mobile {
    width: 227px;
    height: 300px;
  }

  @media (min-width: 768px) {
    .xsm\:image-our-brands-mobile {
      width: 460px;
      height: 600px;
    }
  }

  .xsm\:our-story-img {
    max-width: 335px;
    max-height: 335px;
  }

  @media (min-width: 1024px) {
    .xsm\:our-story-img {
      max-width: 447px !important;
      max-height: 450px !important;
    }
  }

  .xsm\:product-detail-image img {
    object-fit: cover;
    width: 100%;
    max-width: 450px;
    height: 603px;
    margin-bottom: 3px;
  }

  .xsm\:product-detail-image img:first-child {
    padding-right: 2px;
  }

  .xsm\:product-detail-image img:last-child {
    padding-left: 2px;
  }

  .xsm\:VueCarousel-slide img {
    padding-right: 2px;
    padding-left: 2px;
  }
}

@media (min-width: 420px){
  .xsl\:ml-8{
    margin-left: 2rem;
  }

  .xsl\:search-product-item {
    width: 100%;
    max-width: 110px;
    height: 148px;
  }

  @media (min-width: 1024px) {
    .xsl\:search-product-item {
      max-width: 120px;
      height: 150px;
    }
  }

  .xsl\:masonry-item {
    padding: 15px 20px 17px 20px;
    margin: 5px 0;
  }

  @media (min-width: 768px) {
    .xsl\:masonry-item {
      padding: 26px 30px 25px 37px;
      margin: 10px;
    }
  }

  .xsl\:myZita__welcomeCard {
    display: flex;
    flex: 1 1 0%;
    cursor: pointer;
    flex-direction: column;
    border-radius: 0.375rem;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    --tw-border-opacity: 0.2;
  }

  .xsl\:myZita__welcomeCard:hover{
    --tw-border-opacity: 1;
  }

  .xsl\:myZita__welcomeCard{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-duration: 150ms;
    padding-top: 0.8125em;
    padding-bottom: 0.8125em;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
  }

  @media (min-width: 1024px) {
    .xsl\:myZita__welcomeCard {
      padding-top: 1.25em;
      padding-bottom: 1.25em;
      padding-left: 1.5em;
      padding-right: 1.5em;
    }
  }

  .xsl\:myZita__welcomeCard img {
    width: 100%;
    max-width: 162px;
  }

  @media (min-width: 1024px) {
    .xsl\:myZita__welcomeCard img {
      max-width: 100%;
    }
  }

  .xsl\:image-our-brands-mobile {
    width: 227px;
    height: 300px;
  }

  @media (min-width: 768px) {
    .xsl\:image-our-brands-mobile {
      width: 460px;
      height: 600px;
    }
  }

  .xsl\:our-story-img {
    max-width: 335px;
    max-height: 335px;
  }

  @media (min-width: 1024px) {
    .xsl\:our-story-img {
      max-width: 447px !important;
      max-height: 450px !important;
    }
  }

  .xsl\:product-detail-image img {
    object-fit: cover;
    width: 100%;
    max-width: 450px;
    height: 603px;
    margin-bottom: 3px;
  }

  .xsl\:product-detail-image img:first-child {
    padding-right: 2px;
  }

  .xsl\:product-detail-image img:last-child {
    padding-left: 2px;
  }

  .xsl\:VueCarousel-slide img {
    padding-right: 2px;
    padding-left: 2px;
  }
}

@media (min-width: 450px){
  .xsmd\:items-stretch{
    align-items: stretch;
  }

  .xsmd\:search-product-item {
    width: 100%;
    max-width: 110px;
    height: 148px;
  }

  @media (min-width: 1024px) {
    .xsmd\:search-product-item {
      max-width: 120px;
      height: 150px;
    }
  }

  .xsmd\:masonry-item {
    padding: 15px 20px 17px 20px;
    margin: 5px 0;
  }

  @media (min-width: 768px) {
    .xsmd\:masonry-item {
      padding: 26px 30px 25px 37px;
      margin: 10px;
    }
  }

  .xsmd\:myZita__welcomeCard {
    display: flex;
    flex: 1 1 0%;
    cursor: pointer;
    flex-direction: column;
    border-radius: 0.375rem;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    --tw-border-opacity: 0.2;
  }

  .xsmd\:myZita__welcomeCard:hover{
    --tw-border-opacity: 1;
  }

  .xsmd\:myZita__welcomeCard{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-duration: 150ms;
    padding-top: 0.8125em;
    padding-bottom: 0.8125em;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
  }

  @media (min-width: 1024px) {
    .xsmd\:myZita__welcomeCard {
      padding-top: 1.25em;
      padding-bottom: 1.25em;
      padding-left: 1.5em;
      padding-right: 1.5em;
    }
  }

  .xsmd\:myZita__welcomeCard img {
    width: 100%;
    max-width: 162px;
  }

  @media (min-width: 1024px) {
    .xsmd\:myZita__welcomeCard img {
      max-width: 100%;
    }
  }

  .xsmd\:image-our-brands-mobile {
    width: 227px;
    height: 300px;
  }

  @media (min-width: 768px) {
    .xsmd\:image-our-brands-mobile {
      width: 460px;
      height: 600px;
    }
  }

  .xsmd\:our-story-img {
    max-width: 335px;
    max-height: 335px;
  }

  @media (min-width: 1024px) {
    .xsmd\:our-story-img {
      max-width: 447px !important;
      max-height: 450px !important;
    }
  }

  .xsmd\:product-detail-image img {
    object-fit: cover;
    width: 100%;
    max-width: 450px;
    height: 603px;
    margin-bottom: 3px;
  }

  .xsmd\:product-detail-image img:first-child {
    padding-right: 2px;
  }

  .xsmd\:product-detail-image img:last-child {
    padding-left: 2px;
  }

  .xsmd\:VueCarousel-slide img {
    padding-right: 2px;
    padding-left: 2px;
  }
}

@media (min-width: 640px){
  .sm\:col-span-6{
    grid-column: span 6 / span 6;
  }

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

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

  .sm\:mr-4{
    margin-right: 1rem;
  }

  .sm\:block{
    display: block;
  }

  .sm\:hidden{
    display: none;
  }

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

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

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

  .sm\:p-3{
    padding: 0.75rem;
  }

  .sm\:px-7{
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

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

  .sm\:search-product-item {
    width: 100%;
    max-width: 110px;
    height: 148px;
  }

  @media (min-width: 1024px) {
    .sm\:search-product-item {
      max-width: 120px;
      height: 150px;
    }
  }

  .sm\:masonry-item {
    padding: 15px 20px 17px 20px;
    margin: 5px 0;
  }

  @media (min-width: 768px) {
    .sm\:masonry-item {
      padding: 26px 30px 25px 37px;
      margin: 10px;
    }
  }

  .sm\:myZita__welcomeCard {
    display: flex;
    flex: 1 1 0%;
    cursor: pointer;
    flex-direction: column;
    border-radius: 0.375rem;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    --tw-border-opacity: 0.2;
  }

  .sm\:myZita__welcomeCard:hover{
    --tw-border-opacity: 1;
  }

  .sm\:myZita__welcomeCard{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-duration: 150ms;
    padding-top: 0.8125em;
    padding-bottom: 0.8125em;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
  }

  @media (min-width: 1024px) {
    .sm\:myZita__welcomeCard {
      padding-top: 1.25em;
      padding-bottom: 1.25em;
      padding-left: 1.5em;
      padding-right: 1.5em;
    }
  }

  .sm\:myZita__welcomeCard img {
    width: 100%;
    max-width: 162px;
  }

  @media (min-width: 1024px) {
    .sm\:myZita__welcomeCard img {
      max-width: 100%;
    }
  }

  .sm\:image-our-brands-mobile {
    width: 227px;
    height: 300px;
  }

  @media (min-width: 768px) {
    .sm\:image-our-brands-mobile {
      width: 460px;
      height: 600px;
    }
  }

  .sm\:our-story-img {
    max-width: 335px;
    max-height: 335px;
  }

  @media (min-width: 1024px) {
    .sm\:our-story-img {
      max-width: 447px !important;
      max-height: 450px !important;
    }
  }

  .sm\:product-detail-image img {
    object-fit: cover;
    width: 100%;
    max-width: 450px;
    height: 603px;
    margin-bottom: 3px;
  }

  .sm\:product-detail-image img:first-child {
    padding-right: 2px;
  }

  .sm\:product-detail-image img:last-child {
    padding-left: 2px;
  }

  .sm\:VueCarousel-slide img {
    padding-right: 2px;
    padding-left: 2px;
  }
}

@media (min-width: 768px){
  .md\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .md\:col-span-9{
    grid-column: span 9 / span 9;
  }

  .md\:mt-0{
    margin-top: 0px;
  }

  .md\:mt-2{
    margin-top: 0.5rem;
  }

  .md\:mt-6{
    margin-top: 1.5rem;
  }

  .md\:mt-8{
    margin-top: 2rem;
  }

  .md\:mt-10{
    margin-top: 2.5rem;
  }

  .md\:mt-14{
    margin-top: 3.5rem;
  }

  .md\:mt-2\.5{
    margin-top: 0.625rem;
  }

  .md\:mt-109px{
    margin-top: 6.813rem;
  }

  .md\:mb-40{
    margin-bottom: 10rem;
  }

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

  .md\:block{
    display: block;
  }

  .md\:flex{
    display: flex;
  }

  .md\:hidden{
    display: none;
  }

  .md\:max-h-full{
    max-height: 100%;
  }

  .md\:w-auto{
    width: auto;
  }

  .md\:max-w-340{
    max-width: 21.25rem;
  }

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

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

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

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

  .md\:gap-5{
    gap: 1.25rem;
  }

  .md\:px-7{
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .md\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .md\:px-30px{
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

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

  .md\:py-2\.5{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .md\:pr-0{
    padding-right: 0px;
  }

  .md\:pl-10{
    padding-left: 2.5rem;
  }

  .md\:text-left{
    text-align: left;
  }

  .md\:e32-medium {
    font-family: TWK Everett;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 37px;
  }

  .md\:e22-regular {
    font-family: TWK Everett;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 29px;
    letter-spacing: 0.5px;
  }

  .md\:e22-medium {
    font-family: TWK Everett;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
  }

  .md\:e19-regular {
    font-family: TWK Everett;
    font-style: normal;
    font-weight: normal;
    font-size: 19px;
    line-height: 25px;
    letter-spacing: 0.15px;
  }

  .md\:e19-medium {
    font-family: TWK Everett;
    font-style: normal;
    font-weight: 500;
    font-size: 19px;
    line-height: 25px;
    letter-spacing: 0.15px;
  }

  .md\:e17-medium {
    font-family: TWK Everett;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 22px;
    letter-spacing: 0.25px;
  }

  .md\:e15-regular {
    font-family: TWK Everett;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 19px;
    letter-spacing: 0.25px;
  }

  .md\:e15-medium {
    font-family: TWK Everett;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
    letter-spacing: 0.25px;
  }

  .md\:search-product-item {
    width: 100%;
    max-width: 110px;
    height: 148px;
  }

  @media (min-width: 1024px) {
    .md\:search-product-item {
      max-width: 120px;
      height: 150px;
    }
  }

  .md\:masonry-item {
    padding: 15px 20px 17px 20px;
    margin: 5px 0;
  }

  @media (min-width: 768px) {
    .md\:masonry-item {
      padding: 26px 30px 25px 37px;
      margin: 10px;
    }
  }

  .md\:myZita__welcomeCard {
    display: flex;
    flex: 1 1 0%;
    cursor: pointer;
    flex-direction: column;
    border-radius: 0.375rem;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    --tw-border-opacity: 0.2;
  }

  .md\:myZita__welcomeCard:hover{
    --tw-border-opacity: 1;
  }

  .md\:myZita__welcomeCard{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-duration: 150ms;
    padding-top: 0.8125em;
    padding-bottom: 0.8125em;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
  }

  @media (min-width: 1024px) {
    .md\:myZita__welcomeCard {
      padding-top: 1.25em;
      padding-bottom: 1.25em;
      padding-left: 1.5em;
      padding-right: 1.5em;
    }
  }

  .md\:myZita__welcomeCard img {
    width: 100%;
    max-width: 162px;
  }

  @media (min-width: 1024px) {
    .md\:myZita__welcomeCard img {
      max-width: 100%;
    }
  }

  .md\:image-our-brands-mobile {
    width: 227px;
    height: 300px;
  }

  @media (min-width: 768px) {
    .md\:image-our-brands-mobile {
      width: 460px;
      height: 600px;
    }
  }

  .md\:our-story-img {
    max-width: 335px;
    max-height: 335px;
  }

  @media (min-width: 1024px) {
    .md\:our-story-img {
      max-width: 447px !important;
      max-height: 450px !important;
    }
  }

  .md\:product-detail-image img {
    object-fit: cover;
    width: 100%;
    max-width: 450px;
    height: 603px;
    margin-bottom: 3px;
  }

  .md\:product-detail-image img:first-child {
    padding-right: 2px;
  }

  .md\:product-detail-image img:last-child {
    padding-left: 2px;
  }

  .md\:VueCarousel-slide img {
    padding-right: 2px;
    padding-left: 2px;
  }
}

@media (min-width: 1024px){
  .lg\:top-3{
    top: 0.75rem;
  }

  .lg\:right-5{
    right: 1.25rem;
  }

  .lg\:right-8{
    right: 2rem;
  }

  .lg\:bottom-24{
    bottom: 6rem;
  }

  .lg\:-left-8{
    left: -2rem;
  }

  .lg\:-left-9{
    left: -2.25rem;
  }

  .lg\:-left-12{
    left: -3rem;
  }

  .lg\:order-1{
    order: 1;
  }

  .lg\:order-2{
    order: 2;
  }

  .lg\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .lg\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .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-8{
    grid-column: span 8 / span 8;
  }

  .lg\:col-span-12{
    grid-column: span 12 / span 12;
  }

  .lg\:col-start-2{
    grid-column-start: 2;
  }

  .lg\:col-start-3{
    grid-column-start: 3;
  }

  .lg\:col-start-5{
    grid-column-start: 5;
  }

  .lg\:col-start-6{
    grid-column-start: 6;
  }

  .lg\:col-start-7{
    grid-column-start: 7;
  }

  .lg\:col-start-8{
    grid-column-start: 8;
  }

  .lg\:col-start-9{
    grid-column-start: 9;
  }

  .lg\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

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

  .lg\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .lg\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .lg\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .lg\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .lg\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .lg\:mt-0{
    margin-top: 0px;
  }

  .lg\:mt-1{
    margin-top: 0.25rem;
  }

  .lg\:mt-2{
    margin-top: 0.5rem;
  }

  .lg\:mt-3{
    margin-top: 0.75rem;
  }

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

  .lg\:mt-5{
    margin-top: 1.25rem;
  }

  .lg\:mt-6{
    margin-top: 1.5rem;
  }

  .lg\:mt-8{
    margin-top: 2rem;
  }

  .lg\:mt-10{
    margin-top: 2.5rem;
  }

  .lg\:mt-12{
    margin-top: 3rem;
  }

  .lg\:mt-14{
    margin-top: 3.5rem;
  }

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

  .lg\:mt-20{
    margin-top: 5rem;
  }

  .lg\:mt-24{
    margin-top: 6rem;
  }

  .lg\:mt-32{
    margin-top: 8rem;
  }

  .lg\:mt-36{
    margin-top: 9rem;
  }

  .lg\:mt-44{
    margin-top: 11rem;
  }

  .lg\:mt-60{
    margin-top: 15rem;
  }

  .lg\:mt-1\.5{
    margin-top: 0.375rem;
  }

  .lg\:-mt-3{
    margin-top: -0.75rem;
  }

  .lg\:mt-22px{
    margin-top: 1.375rem;
  }

  .lg\:mt-25px{
    margin-top: 1.563rem;
  }

  .lg\:mt-10px{
    margin-top: 0.625rem;
  }

  .lg\:mt-30px{
    margin-top: 1.875rem;
  }

  .lg\:mt-40px{
    margin-top: 2.5rem;
  }

  .lg\:mt-50px{
    margin-top: 3.125rem;
  }

  .lg\:mt-60px{
    margin-top: 3.75rem;
  }

  .lg\:mt-80px{
    margin-top: 5rem;
  }

  .lg\:mt-100px{
    margin-top: 6.25rem;
  }

  .lg\:mt-120px{
    margin-top: 7.5rem;
  }

  .lg\:mt-135px{
    margin-top: 8.438rem;
  }

  .lg\:mt-139px{
    margin-top: 8.688rem;
  }

  .lg\:mt-143px{
    margin-top: 8.938rem;
  }

  .lg\:mt-160px{
    margin-top: 10rem;
  }

  .lg\:mr-0{
    margin-right: 0px;
  }

  .lg\:mr-1{
    margin-right: 0.25rem;
  }

  .lg\:mr-2{
    margin-right: 0.5rem;
  }

  .lg\:mr-5{
    margin-right: 1.25rem;
  }

  .lg\:mr-6{
    margin-right: 1.5rem;
  }

  .lg\:mb-0{
    margin-bottom: 0px;
  }

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

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

  .lg\:mb-8{
    margin-bottom: 2rem;
  }

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

  .lg\:mb-12{
    margin-bottom: 3rem;
  }

  .lg\:mb-20{
    margin-bottom: 5rem;
  }

  .lg\:mb-24{
    margin-bottom: 6rem;
  }

  .lg\:mb-36{
    margin-bottom: 9rem;
  }

  .lg\:mb-40{
    margin-bottom: 10rem;
  }

  .lg\:mb-34px{
    margin-bottom: 2.125rem;
  }

  .lg\:mb-40px{
    margin-bottom: 2.5rem;
  }

  .lg\:mb-70px{
    margin-bottom: 4.375rem;
  }

  .lg\:mb-72px{
    margin-bottom: 4.5rem;
  }

  .lg\:mb-80px{
    margin-bottom: 5rem;
  }

  .lg\:mb-88px{
    margin-bottom: 5.5rem;
  }

  .lg\:mb-120px{
    margin-bottom: 7.5rem;
  }

  .lg\:mb-125px{
    margin-bottom: 7.813rem;
  }

  .lg\:mb-145px{
    margin-bottom: 9.063rem;
  }

  .lg\:mb-141px{
    margin-bottom: 8.813rem;
  }

  .lg\:mb-160px{
    margin-bottom: 10rem;
  }

  .lg\:ml-5{
    margin-left: 1.25rem;
  }

  .lg\:ml-10{
    margin-left: 2.5rem;
  }

  .lg\:-ml-3{
    margin-left: -0.75rem;
  }

  .lg\:last\:mb-160px:last-child{
    margin-bottom: 10rem;
  }

  .lg\:block{
    display: block;
  }

  .lg\:inline-block{
    display: inline-block;
  }

  .lg\:inline{
    display: inline;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:h-64{
    height: 16rem;
  }

  .lg\:h-96{
    height: 24rem;
  }

  .lg\:h-auto{
    height: auto;
  }

  .lg\:w-64{
    width: 16rem;
  }

  .lg\:w-auto{
    width: auto;
  }

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

  .lg\:w-1\/3{
    width: 33.333333%;
  }

  .lg\:w-1\/4{
    width: 25%;
  }

  .lg\:w-3\/5{
    width: 60%;
  }

  .lg\:w-1\/6{
    width: 16.666667%;
  }

  .lg\:w-full{
    width: 100%;
  }

  .lg\:max-w-93{
    max-width: 5.813rem;
  }

  .lg\:max-w-435{
    max-width: 27.188rem;
  }

  .lg\:max-w-445{
    max-width: 27.813rem;
  }

  .lg\:max-w-450{
    max-width: 28.125rem;
  }

  .lg\:max-w-458{
    max-width: 28.625rem;
  }

  .lg\:max-w-460{
    max-width: 28.75rem;
  }

  .lg\:max-w-580{
    max-width: 36.25rem;
  }

  .lg\:max-w-620{
    max-width: 38.75rem;
  }

  .lg\:max-w-680{
    max-width: 42.5rem;
  }

  .lg\:max-w-none{
    max-width: none;
  }

  .lg\:max-w-xs{
    max-width: 20rem;
  }

  .lg\:max-w-4xl{
    max-width: 56rem;
  }

  .lg\:max-w-full{
    max-width: 100%;
  }

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

  .lg\:scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

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

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

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

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

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

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

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

  .lg\:gap-5{
    gap: 1.25rem;
  }

  .lg\:gap-y-32{
    row-gap: 8rem;
  }

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

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

  .lg\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .lg\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:px-7{
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:px-28{
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .lg\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .lg\:px-36{
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .lg\:px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .lg\:px-2\.5{
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .lg\:px-30px{
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .lg\:px-50px{
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

  .lg\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }

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

  .lg\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:py-18px{
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }

  .lg\:py-80px{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:py-141px{
    padding-top: 8.813rem;
    padding-bottom: 8.813rem;
  }

  .lg\:pt-2{
    padding-top: 0.5rem;
  }

  .lg\:pt-10{
    padding-top: 2.5rem;
  }

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

  .lg\:pt-40{
    padding-top: 10rem;
  }

  .lg\:pt-80px{
    padding-top: 5rem;
  }

  .lg\:pr-5{
    padding-right: 1.25rem;
  }

  .lg\:pr-16{
    padding-right: 4rem;
  }

  .lg\:pr-32{
    padding-right: 8rem;
  }

  .lg\:pr-30px{
    padding-right: 1.875rem;
  }

  .lg\:pb-0{
    padding-bottom: 0px;
  }

  .lg\:pb-10{
    padding-bottom: 2.5rem;
  }

  .lg\:pb-16{
    padding-bottom: 4rem;
  }

  .lg\:pb-20{
    padding-bottom: 5rem;
  }

  .lg\:pb-32{
    padding-bottom: 8rem;
  }

  .lg\:pb-40px{
    padding-bottom: 2.5rem;
  }

  .lg\:pl-0{
    padding-left: 0px;
  }

  .lg\:pl-4{
    padding-left: 1rem;
  }

  .lg\:pl-7{
    padding-left: 1.875rem;
  }

  .lg\:pl-30px{
    padding-left: 1.875rem;
  }

  .lg\:pl-55px{
    padding-left: 3.438rem;
  }

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

  .lg\:text-right{
    text-align: right;
  }

  .lg\:l100-medium {
    font-family: Louize;
    font-style: normal;
    font-weight: 500;
    font-size: 100px;
    line-height: 100px;
    letter-spacing: -2px;
  }

  .lg\:e100-medium {
    font-family: TWK Everett;
    font-style: normal;
    font-weight: 500;
    font-size: 100px;
    line-height: 104px;
    letter-spacing: -3px;
  }

  .lg\:e90-medium {
    font-family: TWK Everett;
    font-style: normal;
    font-weight: 500;
    font-size: 90px;
    line-height: 92px;
    letter-spacing: -2px;
  }

  .lg\:e80-medium {
    font-family: TWK Everett;
    font-style: normal;
    font-weight: 500;
    font-size: 80px;
    line-height: 84px;
    letter-spacing: -2px;
  }

  .lg\:e60-medium {
    font-family: TWK Everett;
    font-style: normal;
    font-weight: 500;
    font-size: 60px;
    line-height: 65px;
    letter-spacing: -1.4px;
  }

  .lg\:e46-regular {
    font-family: TWK Everett;
    font-style: normal;
    font-weight: 500;
    font-size: 46px;
    line-height: 52px;
    letter-spacing: -0.25px;
  }

  .lg\:e48-medium {
    font-family: TWK Everett;
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 50px;
    letter-spacing: -0.75px;
  }

  .lg\:e40-medium {
    font-family: TWK Everett;
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 46px;
  }

  .lg\:e32-medium {
    font-family: TWK Everett;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 37px;
  }

  .lg\:e32-regular {
    font-family: TWK Everett;
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 37px;
  }

  .lg\:e22-regular {
    font-family: TWK Everett;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 29px;
    letter-spacing: 0.5px;
  }

  .lg\:e22-medium {
    font-family: TWK Everett;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
  }

  .lg\:e19-regular {
    font-family: TWK Everett;
    font-style: normal;
    font-weight: normal;
    font-size: 19px;
    line-height: 25px;
    letter-spacing: 0.15px;
  }

  .lg\:e19-medium {
    font-family: TWK Everett;
    font-style: normal;
    font-weight: 500;
    font-size: 19px;
    line-height: 25px;
    letter-spacing: 0.15px;
  }

  .lg\:e17-regular {
    font-family: TWK Everett;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 22px;
    letter-spacing: 0.25px;
  }

  .lg\:e17-medium {
    font-family: TWK Everett;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 22px;
    letter-spacing: 0.25px;
  }

  .lg\:e15-medium {
    font-family: TWK Everett;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
    letter-spacing: 0.25px;
  }

  .lg\:search-product-item {
    width: 100%;
    max-width: 110px;
    height: 148px;
  }

  @media (min-width: 1024px) {
    .lg\:search-product-item {
      max-width: 120px;
      height: 150px;
    }
  }

  .lg\:masonry-item {
    padding: 15px 20px 17px 20px;
    margin: 5px 0;
  }

  @media (min-width: 768px) {
    .lg\:masonry-item {
      padding: 26px 30px 25px 37px;
      margin: 10px;
    }
  }

  .lg\:myZita__welcomeCard {
    display: flex;
    flex: 1 1 0%;
    cursor: pointer;
    flex-direction: column;
    border-radius: 0.375rem;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    --tw-border-opacity: 0.2;
  }

  .lg\:myZita__welcomeCard:hover{
    --tw-border-opacity: 1;
  }

  .lg\:myZita__welcomeCard{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-duration: 150ms;
    padding-top: 0.8125em;
    padding-bottom: 0.8125em;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
  }

  @media (min-width: 1024px) {
    .lg\:myZita__welcomeCard {
      padding-top: 1.25em;
      padding-bottom: 1.25em;
      padding-left: 1.5em;
      padding-right: 1.5em;
    }
  }

  .lg\:myZita__welcomeCard img {
    width: 100%;
    max-width: 162px;
  }

  @media (min-width: 1024px) {
    .lg\:myZita__welcomeCard img {
      max-width: 100%;
    }
  }

  .lg\:image-our-brands-mobile {
    width: 227px;
    height: 300px;
  }

  @media (min-width: 768px) {
    .lg\:image-our-brands-mobile {
      width: 460px;
      height: 600px;
    }
  }

  .lg\:our-story-img {
    max-width: 335px;
    max-height: 335px;
  }

  @media (min-width: 1024px) {
    .lg\:our-story-img {
      max-width: 447px !important;
      max-height: 450px !important;
    }
  }

  .lg\:product-detail-image img {
    object-fit: cover;
    width: 100%;
    max-width: 450px;
    height: 603px;
    margin-bottom: 3px;
  }

  .lg\:product-detail-image img:first-child {
    padding-right: 2px;
  }

  .lg\:product-detail-image img:last-child {
    padding-left: 2px;
  }

  .lg\:VueCarousel-slide img {
    padding-right: 2px;
    padding-left: 2px;
  }
}

@media (min-width: 1280px){
  .xl\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:w-24{
    width: 6rem;
  }

  .xl\:max-w-1380{
    max-width: 86.25rem;
  }

  .xl\:gap-3{
    gap: 0.75rem;
  }

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

  .xl\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .xl\:pr-0{
    padding-right: 0px;
  }

  .xl\:e80-medium {
    font-family: TWK Everett;
    font-style: normal;
    font-weight: 500;
    font-size: 80px;
    line-height: 84px;
    letter-spacing: -2px;
  }

  .xl\:search-product-item {
    width: 100%;
    max-width: 110px;
    height: 148px;
  }

  @media (min-width: 1024px) {
    .xl\:search-product-item {
      max-width: 120px;
      height: 150px;
    }
  }

  .xl\:masonry-item {
    padding: 15px 20px 17px 20px;
    margin: 5px 0;
  }

  @media (min-width: 768px) {
    .xl\:masonry-item {
      padding: 26px 30px 25px 37px;
      margin: 10px;
    }
  }

  .xl\:myZita__welcomeCard {
    display: flex;
    flex: 1 1 0%;
    cursor: pointer;
    flex-direction: column;
    border-radius: 0.375rem;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    --tw-border-opacity: 0.2;
  }

  .xl\:myZita__welcomeCard:hover{
    --tw-border-opacity: 1;
  }

  .xl\:myZita__welcomeCard{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-duration: 150ms;
    padding-top: 0.8125em;
    padding-bottom: 0.8125em;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
  }

  @media (min-width: 1024px) {
    .xl\:myZita__welcomeCard {
      padding-top: 1.25em;
      padding-bottom: 1.25em;
      padding-left: 1.5em;
      padding-right: 1.5em;
    }
  }

  .xl\:myZita__welcomeCard img {
    width: 100%;
    max-width: 162px;
  }

  @media (min-width: 1024px) {
    .xl\:myZita__welcomeCard img {
      max-width: 100%;
    }
  }

  .xl\:image-our-brands-mobile {
    width: 227px;
    height: 300px;
  }

  @media (min-width: 768px) {
    .xl\:image-our-brands-mobile {
      width: 460px;
      height: 600px;
    }
  }

  .xl\:our-story-img {
    max-width: 335px;
    max-height: 335px;
  }

  @media (min-width: 1024px) {
    .xl\:our-story-img {
      max-width: 447px !important;
      max-height: 450px !important;
    }
  }

  .xl\:product-detail-image img {
    object-fit: cover;
    width: 100%;
    max-width: 450px;
    height: 603px;
    margin-bottom: 3px;
  }

  .xl\:product-detail-image img:first-child {
    padding-right: 2px;
  }

  .xl\:product-detail-image img:last-child {
    padding-left: 2px;
  }

  .xl\:VueCarousel-slide img {
    padding-right: 2px;
    padding-left: 2px;
  }
}

@media (min-width: 1440px){
  .\32xl\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .\32xl\:max-w-1380{
    max-width: 86.25rem;
  }

  .\32xl\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .\32xl\:search-product-item {
    width: 100%;
    max-width: 110px;
    height: 148px;
  }

  @media (min-width: 1024px) {
    .\32xl\:search-product-item {
      max-width: 120px;
      height: 150px;
    }
  }

  .\32xl\:masonry-item {
    padding: 15px 20px 17px 20px;
    margin: 5px 0;
  }

  @media (min-width: 768px) {
    .\32xl\:masonry-item {
      padding: 26px 30px 25px 37px;
      margin: 10px;
    }
  }

  .\32xl\:myZita__welcomeCard {
    display: flex;
    flex: 1 1 0%;
    cursor: pointer;
    flex-direction: column;
    border-radius: 0.375rem;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
    --tw-border-opacity: 0.2;
  }

  .\32xl\:myZita__welcomeCard:hover{
    --tw-border-opacity: 1;
  }

  .\32xl\:myZita__welcomeCard{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-duration: 150ms;
    padding-top: 0.8125em;
    padding-bottom: 0.8125em;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
  }

  @media (min-width: 1024px) {
    .\32xl\:myZita__welcomeCard {
      padding-top: 1.25em;
      padding-bottom: 1.25em;
      padding-left: 1.5em;
      padding-right: 1.5em;
    }
  }

  .\32xl\:myZita__welcomeCard img {
    width: 100%;
    max-width: 162px;
  }

  @media (min-width: 1024px) {
    .\32xl\:myZita__welcomeCard img {
      max-width: 100%;
    }
  }

  .\32xl\:image-our-brands-mobile {
    width: 227px;
    height: 300px;
  }

  @media (min-width: 768px) {
    .\32xl\:image-our-brands-mobile {
      width: 460px;
      height: 600px;
    }
  }

  .\32xl\:our-story-img {
    max-width: 335px;
    max-height: 335px;
  }

  @media (min-width: 1024px) {
    .\32xl\:our-story-img {
      max-width: 447px !important;
      max-height: 450px !important;
    }
  }

  .\32xl\:product-detail-image img {
    object-fit: cover;
    width: 100%;
    max-width: 450px;
    height: 603px;
    margin-bottom: 3px;
  }

  .\32xl\:product-detail-image img:first-child {
    padding-right: 2px;
  }

  .\32xl\:product-detail-image img:last-child {
    padding-left: 2px;
  }

  .\32xl\:VueCarousel-slide img {
    padding-right: 2px;
    padding-left: 2px;
  }
}
