/*
Theme Name: Прямой импорт
Theme URI: https://pryamoy-import.ru/
Description: Тема сайта Прямой импорт
*/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
/*  outline: 1px solid #000;*/
}

html {
  font-size: 10px
}

body {
  background: #fff;
  color: #333;
  font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol;
  font-size: 2rem;
  line-height: 1.2;
  overflow-x: hidden;
  min-width: 320px
}

body.admin-bar {
  min-height: calc(100vh - 32px)
}

@media screen and (max-width: 1279px) {
  body {
    font-size: 1.6rem
  }
}

@media screen and (max-width: 780px) {
  body {
    font-size: 1.4rem
  }
}

a {
  color: #0067B1;
  text-decoration: none;
  transition: opacity .2s linear
}

a:hover {
  opacity: .8
}

ol {
  list-style-position: inside;
  padding-left: 0
}

ol li {
  line-height: 110%;
  margin-bottom: .7rem
}

ul {
  list-style: none;
  list-style-position: inside;
  padding-left: 0
}

ul li {
  line-height: 110%;
  margin-bottom: .7rem
}

p:not(:last-child) {
  margin-bottom: 4rem
}

@media screen and (max-width: 1830px) {
  p:not(:last-child) {
    margin-bottom: 3rem
  }
}

@media screen and (max-width: 1279px) {
  p:not(:last-child) {
    margin-bottom: 2rem
  }
}

@media screen and (max-width: 780px) {
  p:not(:last-child) {
    margin-bottom: 1rem
  }
}

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

svg {
  max-width: 100%
}

h1,
.text-h1,
h2,
.text-h2,
h3,
.text-h3,
h4,
.text-h4,
h5,
.text-h5 {
  font-size: 6.4rem;
  font-weight: 700;
  line-height: 113%;
  letter-spacing: .01em;
  margin: 0
}

@media screen and (max-width: 1830px) {

  h1,
  .text-h1,
  h2,
  .text-h2,
  h3,
  .text-h3,
  h4,
  .text-h4,
  h5,
  .text-h5 {
    font-size: 4.8rem
  }
}

@media screen and (max-width: 1279px) {

  h1,
  .text-h1,
  h2,
  .text-h2,
  h3,
  .text-h3,
  h4,
  .text-h4,
  h5,
  .text-h5 {
    font-size: 3.8rem
  }
}

@media screen and (max-width: 780px) {

  h1,
  .text-h1,
  h2,
  .text-h2,
  h3,
  .text-h3,
  h4,
  .text-h4,
  h5,
  .text-h5 {
    font-size: 2.8rem
  }
}

h2,
.text-h2 {
  font-size: 4.8rem;
  line-height: 125%;
  margin-bottom: 4.8rem
}

@media screen and (max-width: 1830px) {

  h2,
  .text-h2 {
    font-size: 3.8rem;
    margin-bottom: 3rem
  }
}

@media screen and (max-width: 1279px) {

  h2,
  .text-h2 {
    font-size: 2.8rem;
    margin-bottom: 2.4rem
  }
}

h3,
.text-h3 {
  font-size: 3.2rem;
  line-height: 114%;
  margin-bottom: 2.4rem
}

@media screen and (max-width: 1830px) {

  h3,
  .text-h3 {
    font-size: 2.6rem
  }
}

@media screen and (max-width: 1279px) {

  h3,
  .text-h3 {
    font-size: 2rem;
    line-height: 120%;
    margin-bottom: 1.6rem
  }
}

h4,
.text-h4 {
  font-size: 2.4rem;
  margin-bottom: 2.4rem
}

@media screen and (max-width: 1279px) {

  h4,
  .text-h4 {
    font-size: 1.8rem;
    margin-bottom: 1.6rem
  }
}

.site {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 32px);
  position: relative;
  overflow: hidden
}

.main {
  flex-grow: 1;
  min-height: 500px;
  margin-bottom: -100px;
  padding-bottom: 200px;
  position: relative
}

@media screen and (min-width: 2000px) {
  .main {
    margin-bottom: -150px;
    padding-bottom: 250px
  }
}

@media screen and (max-width: 1279px) {
  .main {
    padding-bottom: 150px
  }
}

.main:after {
  content: "";
  background-image: url(assets/img/footer-curve.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: 1px;
  height: 100px;
  width: 100%
}

@media screen and (min-width: 2000px) {
  .main:after {
    height: 150px
  }
}

.container {
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
  max-width: 1830px
}

@media screen and (max-width: 1830px) {
  .container {
    max-width: 1250px
  }
}

@media screen and (max-width: 1279px) {
  .container {
    max-width: 750px
  }
}

@media screen and (max-width: 780px) {
  .container {
    max-width: 440px
  }
}

@media screen and (max-width: 780px) {
  .container--mobile-full {
    padding-left: 0;
    padding-right: 0
  }
}

.lds-ring {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  margin: 0 auto
}

@media screen and (max-width: 780px) {
  .lds-ring {
    width: 41px;
    height: 41px
  }
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 38px;
  height: 38px;
  border: 5px solid #a9a8a8;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
  border-color: #a9a8a8 transparent transparent transparent
}

@media screen and (max-width: 780px) {
  .lds-ring div {
    border: 4px solid #a9a8a8;
    width: 32px;
    height: 32px;
    border-color: #a9a8a8 transparent transparent transparent
  }
}

.lds-ring div:nth-child(1) {
  animation-delay: -.45s
}

.lds-ring div:nth-child(2) {
  animation-delay: -.3s
}

.lds-ring div:nth-child(3) {
  animation-delay: -.15s
}

@keyframes lds-ring {
  0% {
    transform: rotate(0)
  }

  to {
    transform: rotate(360deg)
  }
}

#up {
  background-color: #0067B1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 20px;
  right: 30px;
  height: 60px;
  width: 60px;
  z-index: 999
}

@media screen and (max-width: 780px) {
  #up {
    height: 60px;
    width: 60px
  }
}

.skeleton-box {
  display: inline-block;
  height: 1em;
  position: relative;
  overflow: hidden;
  background-color: #dddbdd
}

.skeleton-box:after {
  position: absolute;
  inset: 0;
  transform: translate(-100%);
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 20%, rgba(255, 255, 255, .5) 60%, rgba(255, 255, 255, 0));
  animation: shimmer 1.5s infinite;
  content: ""
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 2.4rem;
  margin-bottom: 6.4rem
}

@media screen and (max-width: 1279px) {
  .pagination {
    margin-top: 1.8rem;
    margin-bottom: 3.4rem
  }
}

.pagination .page-numbers {
  border: 1px solid #0067B1;
  border-radius: 50%;
  color: #0067B1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: .8rem;
  height: 49px;
  width: 49px
}

@media screen and (max-width: 1279px) {
  .pagination .page-numbers {
    height: 39px;
    width: 39px
  }
}

.pagination .page-numbers.current {
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
  cursor: default
}

.pagination .page-numbers.prev,
.pagination .page-numbers.next {
  border: none;
  font-size: 44px;
  width: 20px
}

.pagination .page-numbers.prev span,
.pagination .page-numbers.next span {
  display: block;
  height: 64px
}

.pagination .page-numbers:last-child {
  margin-right: 0
}

.cookie {
  background-color: #fff;
  background-repeat: 16px;
  box-shadow: 0 20px 25px -5px #0000000d;
  display: none;
  position: fixed;
  left: 30px;
  bottom: 30px;
  z-index: 99;
  max-width: 550px
}

@media screen and (max-width: 780px) {
  .cookie {
    left: 10px;
    bottom: 10px;
    width: 300px
  }
}

.link-arrow {
  display: flex;
  align-items: center
}

.link-arrow .link-arrow-text {
  padding-left: 30px;
  width: calc(100% - 45px)
}

@media screen and (max-width: 1830px) {
  .link-arrow .link-arrow-text {
    padding-left: 20px
  }
}

.left-arrow {
  background-color: #0067B1;
  border-radius: 50%;
  display: block;
  position: relative;
  height: 45px;
  width: 45px
}

.left-arrow:before {
  content: "";
  background-image: url(assets/img/left-arrow.svg);
  background-size: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 53%;
  transform: translate(-50%, -50%);
  height: 12px;
  width: 7px;
  z-index: 1
}

video {
  width: 100%;
  height: auto
}

.feedbacks {
  padding: 0 100px
}

@media screen and (max-width: 1830px) {
  .feedbacks {
    padding: 0
  }
}

.feedback-item {
  background: #f2f5f7;
  border-radius: 10px;
  border: 2px #ccc solid;
  display: flex;
  flex-wrap: wrap;
  padding: 32px 34px;
  position: relative;
  height: 100%
}

@media screen and (max-width: 1279px) {
  .feedback-item {
    padding: 16px 20px
  }
}

@media screen and (max-width: 780px) {
  .feedback-item {
    padding: 10px 15px
  }
}

.feedback-item:before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  inset: auto auto -35px 33px;
  border: 17px solid;
  border-color: #ccc transparent transparent #ccc
}

.feedback-item:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  inset: auto auto -30px 35px;
  border: 17px solid;
  border-color: #f2f5f7 transparent transparent #f2f5f7
}

.feedback-item:hover {
  border: 2px transparent solid
}

.feedback-item:hover:before {
  display: none
}

.feedback-item:hover:after {
  display: none
}

.feedback-item h3 {
  font-weight: 600;
  font-size: 2.4rem;
  margin-bottom: 2rem
}

@media screen and (max-width: 780px) {
  .feedback-item h3 {
    font-size: 1.8rem;
    margin-bottom: 1rem
  }
}

.feedback-text-block {
  display: flex;
  flex-direction: column;
  padding-right: 40px;
  width: calc(100% - 211px)
}

@media screen and (max-width: 1279px) {
  .feedback-text-block {
    width: calc(100% - 205px)
  }
}

@media screen and (max-width: 780px) {
  .feedback-text-block {
    padding-right: 10px;
    width: calc(100% - 110px)
  }
}

.feedback-text {
  font-style: italic;
  font-size: 1.6rem;
  flex-grow: 1;
  margin-bottom: 4rem
}

@media screen and (max-width: 1279px) {
  .feedback-text {
    margin-bottom: 2rem
  }
}

@media screen and (max-width: 780px) {
  .feedback-text {
    font-size: 1.4rem
  }
}

.feedback-footer {
  border-top: 1px #0067B1 solid;
  padding-top: 10px;
  text-align: right
}

.feedback-image {
  position: absolute;
  top: 0;
  right: -1px;
  overflow: hidden;
  height: 100%;
  width: 245px
}

@media screen and (max-width: 1279px) {
  .feedback-image {
    width: 225px
  }
}

@media screen and (max-width: 780px) {
  .feedback-image {
    width: 125px
  }
}

.feedback-image img {
  border-radius: 0 10px 10px 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block
}

.feedback-item--image {
  flex-direction: column;
  justify-content: flex-end;
  padding: 0;
  height: 320px;
}

.feedback-item--image::before,
.feedback-item--image::after {
  display: none;
}

.feedback-item--image .feedback-image {
  right: unset;
  left: 0;
  height: 245px;
  width: 100%;
}

.feedback-item--image img {
  border-radius: 10px 10px 0 0;
}

.feedback-item--image .feedback-footer {
  background: #f2f5f7;
  border-top: none;
  border-radius: 0 0 10px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding-top: 0;
  height: calc(100% - 245px);
  width: 100%;
  z-index: 2;
}

@media screen and (max-width: 1279px) {
  .feedback-item--image {
    height: 280px;
  }

  .feedback-item--image .feedback-image {
    height: 230px;
  }

  .feedback-item--image .feedback-footer {
    height: calc(100% - 230px);
  }
}

.tooltip {
  background-image: url(assets/img/icons/tool.svg);
  background-size: 100%;
  border-radius: 16px;
  cursor: pointer;
  display: inline-block;
  margin-left: .2rem;
  margin-top: -.1rem;
  position: relative;
  vertical-align: middle;
  height: 20px;
  width: 20px
}

.tippy-tooltip {
  font-size: 1.4rem;
  padding: 5px 10px 10px
}

.sort-btn {
  background: none;
  border: 1px solid #ccc;
  border-radius: 6px;
  color: #666;
  cursor: pointer;
  display: block;
  font-size: 1.2rem;
  letter-spacing: .03em;
  padding: 10px 25px 10px 15px
}

@media screen and (max-width: 780px) {
  .sort-btn {
    width: 100%
  }
}

.sort-icon:after {
  content: "";
  background-color: #ccc;
  mask-image: url(assets/img/icons/sort.svg);
  -webkit-mask-image: url(assets/img/icons/sort.svg);
  display: inline-block;
  margin-left: 5px;
  height: 8px;
  width: 12px
}

[data-current=ASC] .sort-icon:after {
  transform: rotate(180deg)
}

.sort-btn-active {
  border: 1px solid #0067B1;
  color: #0067B1
}

.sort-btn-active .sort-icon:after {
  background-color: #0067B1
}

.nice-select-dropdown {
  width: 100%
}

.cards-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

@media screen and (max-width: 780px) {
  .cards-block {
    justify-content: center
  }
}

.cards-item {
  background-color: #333;
  border-radius: 10px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 9rem;
  position: relative;
  padding: 25px;
  width: 380px
}

@media screen and (max-width: 1279px) {
  .cards-item {
    margin-top: 5rem;
    width: 300px
  }
}

.cards-image {
  position: absolute;
  top: -90px;
  left: 50%;
  transform: translate(-50%);
  width: 180px
}

@media screen and (max-width: 1279px) {
  .cards-image {
    top: -50px;
    width: 100px
  }
}

.cards-title {
  font-size: 3rem;
  text-transform: uppercase;
  text-align: center
}

@media screen and (max-width: 1279px) {
  .cards-title {
    font-size: 2rem
  }
}

.cards-text {
  font-size: 1.4rem;
  margin-bottom: 3.5rem;
  text-align: center
}

.cards-btn {
  margin-bottom: 2rem
}

.grid {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1.5rem;
  margin-left: -1.5rem;
  margin-top: -1.5rem
}

@media screen and (max-width: 1279px) {
  .grid {
    margin-right: -.75rem;
    margin-left: -.75rem;
    margin-top: -.75rem
  }
}

.grid>.col,
.grid>[class*=col] {
  box-sizing: border-box
}

.grid-nogutter {
  margin-right: 0;
  margin-left: 0;
  margin-top: 0
}

.grid-top-nogutter {
  margin-top: 0
}

.grid-top-nogutter>.col {
  padding-right: 0
}

.grid-nogutter>.col,
.grid-nogutter>[class*=col-] {
  padding: 0
}

.col {
  flex-grow: 1;
  flex-basis: 0;
  padding: 1.5rem
}

.col-fixed {
  flex: 0 0 auto;
  padding: 1.5rem
}

.col-1 {
  flex: 0 0 auto;
  padding: 1.5rem;
  width: 8.3333%
}

.col-2 {
  flex: 0 0 auto;
  padding: 1.5rem;
  width: 16.6667%
}

.col-3 {
  flex: 0 0 auto;
  padding: 1.5rem;
  width: 25%
}

.col-4 {
  flex: 0 0 auto;
  padding: 1.5rem;
  width: 33.3333%
}

.col-5 {
  flex: 0 0 auto;
  padding: 1.5rem;
  width: 41.6667%
}

.col-6 {
  flex: 0 0 auto;
  padding: 1.5rem;
  width: 50%
}

.col-7 {
  flex: 0 0 auto;
  padding: 1.5rem;
  width: 58.3333%
}

.col-8 {
  flex: 0 0 auto;
  padding: 1.5rem;
  width: 66.6667%
}

.col-9 {
  flex: 0 0 auto;
  padding: 1.5rem;
  width: 75%
}

.col-10 {
  flex: 0 0 auto;
  padding: 1.5rem;
  width: 83.3333%
}

.col-11 {
  flex: 0 0 auto;
  padding: 1.5rem;
  width: 91.6667%
}

.col-12 {
  flex: 0 0 auto;
  padding: 1.5rem;
  width: 100%
}

@media screen and (max-width: 1830px) {
  .lg\:col {
    flex-grow: 1;
    flex-basis: 0;
    padding: 1.5rem
  }

  .lg\:col-fixed {
    flex: 0 0 auto;
    padding: 1.5rem
  }

  .lg\:col-1 {
    flex: 0 0 auto;
    padding: .75rem;
    width: 8.3333%
  }

  .lg\:col-2 {
    flex: 0 0 auto;
    padding: .75rem;
    width: 16.6667%
  }

  .lg\:col-3 {
    flex: 0 0 auto;
    padding: .75rem;
    width: 25%
  }

  .lg\:col-4 {
    flex: 0 0 auto;
    padding: .75rem;
    width: 33.3333%
  }

  .lg\:col-5 {
    flex: 0 0 auto;
    padding: .75rem;
    width: 41.6667%
  }

  .lg\:col-6 {
    flex: 0 0 auto;
    padding: .75rem;
    width: 50%
  }

  .lg\:col-7 {
    flex: 0 0 auto;
    padding: .75rem;
    width: 58.3333%
  }

  .lg\:col-8 {
    flex: 0 0 auto;
    padding: .75rem;
    width: 66.6667%
  }

  .lg\:col-9 {
    flex: 0 0 auto;
    padding: .75rem;
    width: 75%
  }

  .lg\:col-10 {
    flex: 0 0 auto;
    padding: .75rem;
    width: 83.3333%
  }

  .lg\:col-11 {
    flex: 0 0 auto;
    padding: .75rem;
    width: 91.6667%
  }

  .lg\:col-12 {
    flex: 0 0 auto;
    padding: .75rem;
    width: 100%
  }
}

@media screen and (max-width: 1279px) {
  .md\:col {
    flex-grow: 1;
    flex-basis: 0;
    padding: 1.5rem
  }

  .md\:col-fixed {
    flex: 0 0 auto;
    padding: 1.5rem
  }

  .md\:col-1 {
    flex: 0 0 auto;
    padding: .75rem;
    width: 8.3333%
  }

  .md\:col-2 {
    flex: 0 0 auto;
    padding: .75rem;
    width: 16.6667%
  }

  .md\:col-3 {
    flex: 0 0 auto;
    padding: .75rem;
    width: 25%
  }

  .md\:col-4 {
    flex: 0 0 auto;
    padding: .75rem;
    width: 33.3333%
  }

  .md\:col-5 {
    flex: 0 0 auto;
    padding: .75rem;
    width: 41.6667%
  }

  .md\:col-6 {
    flex: 0 0 auto;
    padding: .75rem;
    width: 50%
  }

  .md\:col-7 {
    flex: 0 0 auto;
    padding: .75rem;
    width: 58.3333%
  }

  .md\:col-8 {
    flex: 0 0 auto;
    padding: .75rem;
    width: 66.6667%
  }

  .md\:col-9 {
    flex: 0 0 auto;
    padding: .75rem;
    width: 75%
  }

  .md\:col-10 {
    flex: 0 0 auto;
    padding: .75rem;
    width: 83.3333%
  }

  .md\:col-11 {
    flex: 0 0 auto;
    padding: .75rem;
    width: 91.6667%
  }

  .md\:col-12 {
    flex: 0 0 auto;
    padding: .75rem;
    width: 100%
  }
}

@media screen and (max-width: 780px) {
  .xs\:col {
    flex-grow: 1;
    flex-basis: 0;
    padding: 1.5rem
  }

  .xs\:col-fixed {
    flex: 0 0 auto;
    padding: 1.5rem
  }

  .xs\:col-1 {
    flex: 0 0 auto;
    padding: .75rem;
    width: 8.3333%
  }

  .xs\:col-2 {
    flex: 0 0 auto;
    padding: .75rem;
    width: 16.6667%
  }

  .xs\:col-3 {
    flex: 0 0 auto;
    padding: .75rem;
    width: 25%
  }

  .xs\:col-4 {
    flex: 0 0 auto;
    padding: .75rem;
    width: 33.3333%
  }

  .xs\:col-5 {
    flex: 0 0 auto;
    padding: .75rem;
    width: 41.6667%
  }

  .xs\:col-6 {
    flex: 0 0 auto;
    padding: .75rem;
    width: 50%
  }

  .xs\:col-7 {
    flex: 0 0 auto;
    padding: .75rem;
    width: 58.3333%
  }

  .xs\:col-8 {
    flex: 0 0 auto;
    padding: .75rem;
    width: 66.6667%
  }

  .xs\:col-9 {
    flex: 0 0 auto;
    padding: .75rem;
    width: 75%
  }

  .xs\:col-10 {
    flex: 0 0 auto;
    padding: .75rem;
    width: 83.3333%
  }

  .xs\:col-11 {
    flex: 0 0 auto;
    padding: .75rem;
    width: 91.6667%
  }

  .xs\:col-12 {
    flex: 0 0 auto;
    padding: .75rem;
    width: 100%
  }
}

.col-offset-0 {
  margin-left: 0 !important
}

.col-offset-1 {
  margin-left: 8.3333% !important
}

.col-offset-2 {
  margin-left: 16.6667% !important
}

.col-offset-3 {
  margin-left: 25% !important
}

.col-offset-4 {
  margin-left: 33.3333% !important
}

.col-offset-5 {
  margin-left: 41.6667% !important
}

.col-offset-6 {
  margin-left: 50% !important
}

.col-offset-7 {
  margin-left: 58.3333% !important
}

.col-offset-8 {
  margin-left: 66.6667% !important
}

.col-offset-9 {
  margin-left: 75% !important
}

.col-offset-10 {
  margin-left: 83.3333% !important
}

.col-offset-11 {
  margin-left: 91.6667% !important
}

.col-offset-12 {
  margin-left: 100% !important
}

@media screen and (max-width: 1830px) {
  .lg\:col-offset-0 {
    margin-left: 0 !important
  }

  .lg\:col-offset-1 {
    margin-left: 8.3333% !important
  }

  .lg\:col-offset-2 {
    margin-left: 16.6667% !important
  }

  .lg\:col-offset-3 {
    margin-left: 25% !important
  }

  .lg\:col-offset-4 {
    margin-left: 33.3333% !important
  }

  .lg\:col-offset-5 {
    margin-left: 41.6667% !important
  }

  .lg\:col-offset-6 {
    margin-left: 50% !important
  }

  .lg\:col-offset-7 {
    margin-left: 58.3333% !important
  }

  .lg\:col-offset-8 {
    margin-left: 66.6667% !important
  }

  .lg\:col-offset-9 {
    margin-left: 75% !important
  }

  .lg\:col-offset-10 {
    margin-left: 83.3333% !important
  }

  .lg\:col-offset-11 {
    margin-left: 91.6667% !important
  }

  .lg\:col-offset-12 {
    margin-left: 100% !important
  }
}

@media screen and (max-width: 1279px) {
  .md\:col-offset-0 {
    margin-left: 0 !important
  }

  .md\:col-offset-1 {
    margin-left: 8.3333% !important
  }

  .md\:col-offset-2 {
    margin-left: 16.6667% !important
  }

  .md\:col-offset-3 {
    margin-left: 25% !important
  }

  .md\:col-offset-4 {
    margin-left: 33.3333% !important
  }

  .md\:col-offset-5 {
    margin-left: 41.6667% !important
  }

  .md\:col-offset-6 {
    margin-left: 50% !important
  }

  .md\:col-offset-7 {
    margin-left: 58.3333% !important
  }

  .md\:col-offset-8 {
    margin-left: 66.6667% !important
  }

  .md\:col-offset-9 {
    margin-left: 75% !important
  }

  .md\:col-offset-10 {
    margin-left: 83.3333% !important
  }

  .md\:col-offset-11 {
    margin-left: 91.6667% !important
  }

  .md\:col-offset-12 {
    margin-left: 100% !important
  }
}

@media screen and (max-width: 780px) {
  .xs\:col-offset-0 {
    margin-left: 0 !important
  }

  .xs\:col-offset-1 {
    margin-left: 8.3333% !important
  }

  .xs\:col-offset-2 {
    margin-left: 16.6667% !important
  }

  .xs\:col-offset-3 {
    margin-left: 25% !important
  }

  .xs\:col-offset-4 {
    margin-left: 33.3333% !important
  }

  .xs\:col-offset-5 {
    margin-left: 41.6667% !important
  }

  .xs\:col-offset-6 {
    margin-left: 50% !important
  }

  .xs\:col-offset-7 {
    margin-left: 58.3333% !important
  }

  .xs\:col-offset-8 {
    margin-left: 66.6667% !important
  }

  .xs\:col-offset-9 {
    margin-left: 75% !important
  }

  .xs\:col-offset-10 {
    margin-left: 83.3333% !important
  }

  .xs\:col-offset-11 {
    margin-left: 91.6667% !important
  }

  .xs\:col-offset-12 {
    margin-left: 100% !important
  }
}

.hidden {
  display: none !important
}

.block {
  display: block !important
}

.inline {
  display: inline !important
}

.inline-block {
  display: inline-block !important
}

.flex {
  display: flex !important
}

.inline-flex {
  display: inline-flex !important
}

@media screen and (max-width: 1830px) {
  .lg\:hidden {
    display: none !important
  }

  .lg\:block {
    display: block !important
  }

  .lg\:inline {
    display: inline !important
  }

  .lg\:inline-block {
    display: inline-block !important
  }

  .lg\:flex {
    display: flex !important
  }

  .lg\:inline-flex {
    display: inline-flex !important
  }
}

@media screen and (max-width: 1279px) {
  .md\:hidden {
    display: none !important
  }

  .md\:block {
    display: block !important
  }

  .md\:inline {
    display: inline !important
  }

  .md\:inline-block {
    display: inline-block !important
  }

  .md\:flex {
    display: flex !important
  }

  .md\:inline-flex {
    display: inline-flex !important
  }
}

@media screen and (max-width: 780px) {
  .xs\:hidden {
    display: none !important
  }

  .xs\:block {
    display: block !important
  }

  .xs\:inline {
    display: inline !important
  }

  .xs\:inline-block {
    display: inline-block !important
  }

  .xs\:flex {
    display: flex !important
  }

  .xs\:inline-flex {
    display: inline-flex !important
  }
}

.flex-row {
  flex-direction: row !important
}

.flex-row-reverse {
  flex-direction: row-reverse !important
}

.flex-column {
  flex-direction: column !important
}

.flex-column-reverse {
  flex-direction: column-reverse !important
}

@media screen and (max-width: 1830px) {
  .lg\:flex-row {
    flex-direction: row !important
  }

  .lg\:flex-row-reverse {
    flex-direction: row-reverse !important
  }

  .lg\:flex-column {
    flex-direction: column !important
  }

  .lg\:flex-column-reverse {
    flex-direction: column-reverse !important
  }
}

@media screen and (max-width: 1279px) {
  .md\:flex-row {
    flex-direction: row !important
  }

  .md\:flex-row-reverse {
    flex-direction: row-reverse !important
  }

  .md\:flex-column {
    flex-direction: column !important
  }

  .md\:flex-column-reverse {
    flex-direction: column-reverse !important
  }
}

@media screen and (max-width: 780px) {
  .xs\:flex-row {
    flex-direction: row !important
  }

  .xs\:flex-row-reverse {
    flex-direction: row-reverse !important
  }

  .xs\:flex-column {
    flex-direction: column !important
  }

  .xs\:flex-column-reverse {
    flex-direction: column-reverse !important
  }
}

.flex-wrap {
  flex-wrap: wrap !important
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important
}

.flex-nowrap {
  flex-wrap: nowrap !important
}

@media screen and (max-width: 1830px) {
  .lg\:flex-wrap {
    flex-wrap: wrap !important
  }

  .lg\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
  }

  .lg\:flex-nowrap {
    flex-wrap: nowrap !important
  }
}

@media screen and (max-width: 1279px) {
  .md\:flex-wrap {
    flex-wrap: wrap !important
  }

  .md\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
  }

  .md\:flex-nowrap {
    flex-wrap: nowrap !important
  }
}

@media screen and (max-width: 780px) {
  .xs\:flex-wrap {
    flex-wrap: wrap !important
  }

  .xs\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
  }

  .xs\:flex-nowrap {
    flex-wrap: nowrap !important
  }
}

.justify-content-start {
  justify-content: flex-start !important
}

.justify-content-end {
  justify-content: flex-end !important
}

.justify-content-center {
  justify-content: center !important
}

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

.justify-content-around {
  justify-content: space-around !important
}

.justify-content-evenly {
  justify-content: space-evenly !important
}

@media screen and (max-width: 1830px) {
  .lg\:justify-content-start {
    justify-content: flex-start !important
  }

  .lg\:justify-content-end {
    justify-content: flex-end !important
  }

  .lg\:justify-content-center {
    justify-content: center !important
  }

  .lg\:justify-content-between {
    justify-content: space-between !important
  }

  .lg\:justify-content-around {
    justify-content: space-around !important
  }

  .lg\:justify-content-evenly {
    justify-content: space-evenly !important
  }
}

@media screen and (max-width: 1279px) {
  .md\:justify-content-start {
    justify-content: flex-start !important
  }

  .md\:justify-content-end {
    justify-content: flex-end !important
  }

  .md\:justify-content-center {
    justify-content: center !important
  }

  .md\:justify-content-between {
    justify-content: space-between !important
  }

  .md\:justify-content-around {
    justify-content: space-around !important
  }

  .md\:justify-content-evenly {
    justify-content: space-evenly !important
  }
}

@media screen and (max-width: 780px) {
  .xs\:justify-content-start {
    justify-content: flex-start !important
  }

  .xs\:justify-content-end {
    justify-content: flex-end !important
  }

  .xs\:justify-content-center {
    justify-content: center !important
  }

  .xs\:justify-content-between {
    justify-content: space-between !important
  }

  .xs\:justify-content-around {
    justify-content: space-around !important
  }

  .xs\:justify-content-evenly {
    justify-content: space-evenly !important
  }
}

.align-content-start {
  align-content: flex-start !important
}

.align-content-end {
  align-content: flex-end !important
}

.align-content-center {
  align-content: center !important
}

.align-content-between {
  align-content: space-between !important
}

.align-content-around {
  align-content: space-around !important
}

.align-content-evenly {
  align-content: space-evenly !important
}

@media screen and (max-width: 1830px) {
  .lg\:align-content-start {
    align-content: flex-start !important
  }

  .lg\:align-content-end {
    align-content: flex-end !important
  }

  .lg\:align-content-center {
    align-content: center !important
  }

  .lg\:align-content-between {
    align-content: space-between !important
  }

  .lg\:align-content-around {
    align-content: space-around !important
  }

  .lg\:align-content-evenly {
    align-content: space-evenly !important
  }
}

@media screen and (max-width: 1279px) {
  .md\:align-content-start {
    align-content: flex-start !important
  }

  .md\:align-content-end {
    align-content: flex-end !important
  }

  .md\:align-content-center {
    align-content: center !important
  }

  .md\:align-content-between {
    align-content: space-between !important
  }

  .md\:align-content-around {
    align-content: space-around !important
  }

  .md\:align-content-evenly {
    align-content: space-evenly !important
  }
}

@media screen and (max-width: 780px) {
  .xs\:align-content-start {
    align-content: flex-start !important
  }

  .xs\:align-content-end {
    align-content: flex-end !important
  }

  .xs\:align-content-center {
    align-content: center !important
  }

  .xs\:align-content-between {
    align-content: space-between !important
  }

  .xs\:align-content-around {
    align-content: space-around !important
  }

  .xs\:align-content-evenly {
    align-content: space-evenly !important
  }
}

.align-items-stretch {
  align-items: stretch !important
}

.align-items-start {
  align-items: flex-start !important
}

.align-items-center {
  align-items: center !important
}

.align-items-end {
  align-items: flex-end !important
}

.align-items-baseline {
  align-items: baseline !important
}

@media screen and (max-width: 1830px) {
  .lg\:align-items-stretch {
    align-items: stretch !important
  }

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

  .lg\:align-items-center {
    align-items: center !important
  }

  .lg\:align-items-end {
    align-items: flex-end !important
  }

  .lg\:align-items-baseline {
    align-items: baseline !important
  }
}

@media screen and (max-width: 1279px) {
  .md\:align-items-stretch {
    align-items: stretch !important
  }

  .md\:align-items-start {
    align-items: flex-start !important
  }

  .md\:align-items-center {
    align-items: center !important
  }

  .md\:align-items-end {
    align-items: flex-end !important
  }

  .md\:align-items-baseline {
    align-items: baseline !important
  }
}

@media screen and (max-width: 780px) {
  .xs\:align-items-stretch {
    align-items: stretch !important
  }

  .xs\:align-items-start {
    align-items: flex-start !important
  }

  .xs\:align-items-center {
    align-items: center !important
  }

  .xs\:align-items-end {
    align-items: flex-end !important
  }

  .xs\:align-items-baseline {
    align-items: baseline !important
  }
}

.align-self-auto {
  align-self: auto !important
}

.align-self-start {
  align-self: flex-start !important
}

.align-self-end {
  align-self: flex-end !important
}

.align-self-center {
  align-self: center !important
}

.align-self-stretch {
  align-self: stretch !important
}

.align-self-baseline {
  align-self: baseline !important
}

@media screen and (max-width: 1830px) {
  .lg\:align-self-auto {
    align-self: auto !important
  }

  .lg\:align-self-start {
    align-self: flex-start !important
  }

  .lg\:align-self-end {
    align-self: flex-end !important
  }

  .lg\:align-self-center {
    align-self: center !important
  }

  .lg\:align-self-stretch {
    align-self: stretch !important
  }

  .lg\:align-self-baseline {
    align-self: baseline !important
  }
}

@media screen and (max-width: 1279px) {
  .md\:align-self-auto {
    align-self: auto !important
  }

  .md\:align-self-start {
    align-self: flex-start !important
  }

  .md\:align-self-end {
    align-self: flex-end !important
  }

  .md\:align-self-center {
    align-self: center !important
  }

  .md\:align-self-stretch {
    align-self: stretch !important
  }

  .md\:align-self-baseline {
    align-self: baseline !important
  }
}

@media screen and (max-width: 780px) {
  .xs\:align-self-auto {
    align-self: auto !important
  }

  .xs\:align-self-start {
    align-self: flex-start !important
  }

  .xs\:align-self-end {
    align-self: flex-end !important
  }

  .xs\:align-self-center {
    align-self: center !important
  }

  .xs\:align-self-stretch {
    align-self: stretch !important
  }

  .xs\:align-self-baseline {
    align-self: baseline !important
  }
}

.flex-order-0 {
  order: 0 !important
}

.flex-order-1 {
  order: 1 !important
}

.flex-order-2 {
  order: 2 !important
}

.flex-order-3 {
  order: 3 !important
}

.flex-order-4 {
  order: 4 !important
}

.flex-order-5 {
  order: 5 !important
}

.flex-order-6 {
  order: 6 !important
}

@media screen and (max-width: 1830px) {
  .lg\:flex-order-0 {
    order: 0 !important
  }

  .lg\:flex-order-1 {
    order: 1 !important
  }

  .lg\:flex-order-2 {
    order: 2 !important
  }

  .lg\:flex-order-3 {
    order: 3 !important
  }

  .lg\:flex-order-4 {
    order: 4 !important
  }

  .lg\:flex-order-5 {
    order: 5 !important
  }

  .lg\:flex-order-6 {
    order: 6 !important
  }
}

@media screen and (max-width: 1279px) {
  .md\:flex-order-0 {
    order: 0 !important
  }

  .md\:flex-order-1 {
    order: 1 !important
  }

  .md\:flex-order-2 {
    order: 2 !important
  }

  .md\:flex-order-3 {
    order: 3 !important
  }

  .md\:flex-order-4 {
    order: 4 !important
  }

  .md\:flex-order-5 {
    order: 5 !important
  }

  .md\:flex-order-6 {
    order: 6 !important
  }
}

@media screen and (max-width: 780px) {
  .xs\:flex-order-0 {
    order: 0 !important
  }

  .xs\:flex-order-1 {
    order: 1 !important
  }

  .xs\:flex-order-2 {
    order: 2 !important
  }

  .xs\:flex-order-3 {
    order: 3 !important
  }

  .xs\:flex-order-4 {
    order: 4 !important
  }

  .xs\:flex-order-5 {
    order: 5 !important
  }

  .xs\:flex-order-6 {
    order: 6 !important
  }
}

.flex-1 {
  flex: 1 1 0% !important
}

.flex-auto {
  flex: 1 1 auto !important
}

.flex-initial {
  flex: 0 1 auto !important
}

.flex-none {
  flex: none !important
}

@media screen and (max-width: 1830px) {
  .lg\:flex-1 {
    flex: 1 1 0% !important
  }

  .lg\:flex-auto {
    flex: 1 1 auto !important
  }

  .lg\:flex-initial {
    flex: 0 1 auto !important
  }

  .lg\:flex-none {
    flex: none !important
  }
}

@media screen and (max-width: 1279px) {
  .md\:flex-1 {
    flex: 1 1 0% !important
  }

  .md\:flex-auto {
    flex: 1 1 auto !important
  }

  .md\:flex-initial {
    flex: 0 1 auto !important
  }

  .md\:flex-none {
    flex: none !important
  }
}

@media screen and (max-width: 780px) {
  .xs\:flex-1 {
    flex: 1 1 0% !important
  }

  .xs\:flex-auto {
    flex: 1 1 auto !important
  }

  .xs\:flex-initial {
    flex: 0 1 auto !important
  }

  .xs\:flex-none {
    flex: none !important
  }
}

.flex-grow-0 {
  flex-grow: 0 !important
}

.flex-grow-1 {
  flex-grow: 1 !important
}

@media screen and (max-width: 1830px) {
  .lg\:flex-grow-0 {
    flex-grow: 0 !important
  }

  .lg\:flex-grow-1 {
    flex-grow: 1 !important
  }
}

@media screen and (max-width: 1279px) {
  .md\:flex-grow-0 {
    flex-grow: 0 !important
  }

  .md\:flex-grow-1 {
    flex-grow: 1 !important
  }
}

@media screen and (max-width: 780px) {
  .xs\:flex-grow-0 {
    flex-grow: 0 !important
  }

  .xs\:flex-grow-1 {
    flex-grow: 1 !important
  }
}

.flex-shrink-0 {
  flex-shrink: 0 !important
}

.flex-shrink-1 {
  flex-shrink: 1 !important
}

@media screen and (max-width: 1830px) {
  .lg\:flex-shrink-0 {
    flex-shrink: 0 !important
  }

  .lg\:flex-shrink-1 {
    flex-shrink: 1 !important
  }
}

@media screen and (max-width: 1279px) {
  .md\:flex-shrink-0 {
    flex-shrink: 0 !important
  }

  .md\:flex-shrink-1 {
    flex-shrink: 1 !important
  }
}

@media screen and (max-width: 780px) {
  .xs\:flex-shrink-0 {
    flex-shrink: 0 !important
  }

  .xs\:flex-shrink-1 {
    flex-shrink: 1 !important
  }
}

.p-0 {
  padding: 0rem !important
}

.p-1 {
  padding: .5rem !important
}

.p-2 {
  padding: 1rem !important
}

.p-3 {
  padding: 1.5rem !important
}

.p-4 {
  padding: 2rem !important
}

.p-5 {
  padding: 2.5rem !important
}

.p-6 {
  padding: 3rem !important
}

.p-7 {
  padding: 3.5rem !important
}

.p-8 {
  padding: 4rem !important
}

.p-9 {
  padding: 4.5rem !important
}

.p-10 {
  padding: 5rem !important
}

.p-11 {
  padding: 5.5rem !important
}

.p-12 {
  padding: 6rem !important
}

.pt-0 {
  padding-top: 0rem !important
}

.pt-1 {
  padding-top: .5rem !important
}

.pt-2 {
  padding-top: 1rem !important
}

.pt-3 {
  padding-top: 1.5rem !important
}

.pt-4 {
  padding-top: 2rem !important
}

.pt-5 {
  padding-top: 2.5rem !important
}

.pt-6 {
  padding-top: 3rem !important
}

.pt-7 {
  padding-top: 3.5rem !important
}

.pt-8 {
  padding-top: 4rem !important
}

.pt-9 {
  padding-top: 4.5rem !important
}

.pt-10 {
  padding-top: 5rem !important
}

.pt-11 {
  padding-top: 5.5rem !important
}

.pt-12 {
  padding-top: 6rem !important
}

.pr-0 {
  padding-right: 0rem !important
}

.pr-1 {
  padding-right: .5rem !important
}

.pr-2 {
  padding-right: 1rem !important
}

.pr-3 {
  padding-right: 1.5rem !important
}

.pr-4 {
  padding-right: 2rem !important
}

.pr-5 {
  padding-right: 2.5rem !important
}

.pr-6 {
  padding-right: 3rem !important
}

.pr-7 {
  padding-right: 3.5rem !important
}

.pr-8 {
  padding-right: 4rem !important
}

.pr-9 {
  padding-right: 4.5rem !important
}

.pr-10 {
  padding-right: 5rem !important
}

.pr-11 {
  padding-right: 5.5rem !important
}

.pr-12 {
  padding-right: 6rem !important
}

.pl-0 {
  padding-left: 0rem !important
}

.pl-1 {
  padding-left: .5rem !important
}

.pl-2 {
  padding-left: 1rem !important
}

.pl-3 {
  padding-left: 1.5rem !important
}

.pl-4 {
  padding-left: 2rem !important
}

.pl-5 {
  padding-left: 2.5rem !important
}

.pl-6 {
  padding-left: 3rem !important
}

.pl-7 {
  padding-left: 3.5rem !important
}

.pl-8 {
  padding-left: 4rem !important
}

.pl-9 {
  padding-left: 4.5rem !important
}

.pl-10 {
  padding-left: 5rem !important
}

.pl-11 {
  padding-left: 5.5rem !important
}

.pl-12 {
  padding-left: 6rem !important
}

.pb-0 {
  padding-bottom: 0rem !important
}

.pb-1 {
  padding-bottom: .5rem !important
}

.pb-2 {
  padding-bottom: 1rem !important
}

.pb-3 {
  padding-bottom: 1.5rem !important
}

.pb-4 {
  padding-bottom: 2rem !important
}

.pb-5 {
  padding-bottom: 2.5rem !important
}

.pb-6 {
  padding-bottom: 3rem !important
}

.pb-7 {
  padding-bottom: 3.5rem !important
}

.pb-8 {
  padding-bottom: 4rem !important
}

.pb-9 {
  padding-bottom: 4.5rem !important
}

.pb-10 {
  padding-bottom: 5rem !important
}

.pb-11 {
  padding-bottom: 5.5rem !important
}

.pb-12 {
  padding-bottom: 6rem !important
}

.px-0 {
  padding-left: 0rem !important;
  padding-right: 0rem !important
}

.px-1 {
  padding-left: .5rem !important;
  padding-right: .5rem !important
}

.px-2 {
  padding-left: 1rem !important;
  padding-right: 1rem !important
}

.px-3 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important
}

.px-4 {
  padding-left: 2rem !important;
  padding-right: 2rem !important
}

.px-5 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important
}

.px-6 {
  padding-left: 3rem !important;
  padding-right: 3rem !important
}

.px-7 {
  padding-left: 3.5rem !important;
  padding-right: 3.5rem !important
}

.px-8 {
  padding-left: 4rem !important;
  padding-right: 4rem !important
}

.px-9 {
  padding-left: 4.5rem !important;
  padding-right: 4.5rem !important
}

.px-10 {
  padding-left: 5rem !important;
  padding-right: 5rem !important
}

.px-11 {
  padding-left: 5.5rem !important;
  padding-right: 5.5rem !important
}

.px-12 {
  padding-left: 6rem !important;
  padding-right: 6rem !important
}

.py-0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important
}

.py-1 {
  padding-top: .5rem !important;
  padding-bottom: .5rem !important
}

.py-2 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important
}

.py-3 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important
}

.py-4 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important
}

.py-5 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important
}

.py-6 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important
}

.py-7 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important
}

.py-8 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important
}

.py-9 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important
}

.py-10 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important
}

.py-11 {
  padding-top: 5.5rem !important;
  padding-bottom: 5.5rem !important
}

.py-12 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important
}

@media screen and (max-width: 1830px) {
  .lg\:p-0 {
    padding: 0rem !important
  }

  .lg\:p-1 {
    padding: .5rem !important
  }

  .lg\:p-2 {
    padding: 1rem !important
  }

  .lg\:p-3 {
    padding: 1.5rem !important
  }

  .lg\:p-4 {
    padding: 2rem !important
  }

  .lg\:p-5 {
    padding: 2.5rem !important
  }

  .lg\:p-6 {
    padding: 3rem !important
  }

  .lg\:p-7 {
    padding: 3.5rem !important
  }

  .lg\:p-8 {
    padding: 4rem !important
  }

  .lg\:p-9 {
    padding: 4.5rem !important
  }

  .lg\:p-10 {
    padding: 5rem !important
  }

  .lg\:p-11 {
    padding: 5.5rem !important
  }

  .lg\:p-12 {
    padding: 6rem !important
  }

  .lg\:pt-0 {
    padding-top: 0rem !important
  }

  .lg\:pt-1 {
    padding-top: .5rem !important
  }

  .lg\:pt-2 {
    padding-top: 1rem !important
  }

  .lg\:pt-3 {
    padding-top: 1.5rem !important
  }

  .lg\:pt-4 {
    padding-top: 2rem !important
  }

  .lg\:pt-5 {
    padding-top: 2.5rem !important
  }

  .lg\:pt-6 {
    padding-top: 3rem !important
  }

  .lg\:pt-7 {
    padding-top: 3.5rem !important
  }

  .lg\:pt-8 {
    padding-top: 4rem !important
  }

  .lg\:pt-9 {
    padding-top: 4.5rem !important
  }

  .lg\:pt-10 {
    padding-top: 5rem !important
  }

  .lg\:pt-11 {
    padding-top: 5.5rem !important
  }

  .lg\:pt-12 {
    padding-top: 6rem !important
  }

  .lg\:pr-0 {
    padding-right: 0rem !important
  }

  .lg\:pr-1 {
    padding-right: .5rem !important
  }

  .lg\:pr-2 {
    padding-right: 1rem !important
  }

  .lg\:pr-3 {
    padding-right: 1.5rem !important
  }

  .lg\:pr-4 {
    padding-right: 2rem !important
  }

  .lg\:pr-5 {
    padding-right: 2.5rem !important
  }

  .lg\:pr-6 {
    padding-right: 3rem !important
  }

  .lg\:pr-7 {
    padding-right: 3.5rem !important
  }

  .lg\:pr-8 {
    padding-right: 4rem !important
  }

  .lg\:pr-9 {
    padding-right: 4.5rem !important
  }

  .lg\:pr-10 {
    padding-right: 5rem !important
  }

  .lg\:pr-11 {
    padding-right: 5.5rem !important
  }

  .lg\:pr-12 {
    padding-right: 6rem !important
  }

  .lg\:pl-0 {
    padding-left: 0rem !important
  }

  .lg\:pl-1 {
    padding-left: .5rem !important
  }

  .lg\:pl-2 {
    padding-left: 1rem !important
  }

  .lg\:pl-3 {
    padding-left: 1.5rem !important
  }

  .lg\:pl-4 {
    padding-left: 2rem !important
  }

  .lg\:pl-5 {
    padding-left: 2.5rem !important
  }

  .lg\:pl-6 {
    padding-left: 3rem !important
  }

  .lg\:pl-7 {
    padding-left: 3.5rem !important
  }

  .lg\:pl-8 {
    padding-left: 4rem !important
  }

  .lg\:pl-9 {
    padding-left: 4.5rem !important
  }

  .lg\:pl-10 {
    padding-left: 5rem !important
  }

  .lg\:pl-11 {
    padding-left: 5.5rem !important
  }

  .lg\:pl-12 {
    padding-left: 6rem !important
  }

  .lg\:pb-0 {
    padding-bottom: 0rem !important
  }

  .lg\:pb-1 {
    padding-bottom: .5rem !important
  }

  .lg\:pb-2 {
    padding-bottom: 1rem !important
  }

  .lg\:pb-3 {
    padding-bottom: 1.5rem !important
  }

  .lg\:pb-4 {
    padding-bottom: 2rem !important
  }

  .lg\:pb-5 {
    padding-bottom: 2.5rem !important
  }

  .lg\:pb-6 {
    padding-bottom: 3rem !important
  }

  .lg\:pb-7 {
    padding-bottom: 3.5rem !important
  }

  .lg\:pb-8 {
    padding-bottom: 4rem !important
  }

  .lg\:pb-9 {
    padding-bottom: 4.5rem !important
  }

  .lg\:pb-10 {
    padding-bottom: 5rem !important
  }

  .lg\:pb-11 {
    padding-bottom: 5.5rem !important
  }

  .lg\:pb-12 {
    padding-bottom: 6rem !important
  }

  .lg\:px-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important
  }

  .lg\:px-1 {
    padding-left: .5rem !important;
    padding-right: .5rem !important
  }

  .lg\:px-2 {
    padding-left: 1rem !important;
    padding-right: 1rem !important
  }

  .lg\:px-3 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important
  }

  .lg\:px-4 {
    padding-left: 2rem !important;
    padding-right: 2rem !important
  }

  .lg\:px-5 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important
  }

  .lg\:px-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important
  }

  .lg\:px-7 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important
  }

  .lg\:px-8 {
    padding-left: 4rem !important;
    padding-right: 4rem !important
  }

  .lg\:px-9 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important
  }

  .lg\:px-10 {
    padding-left: 5rem !important;
    padding-right: 5rem !important
  }

  .lg\:px-11 {
    padding-left: 5.5rem !important;
    padding-right: 5.5rem !important
  }

  .lg\:px-12 {
    padding-left: 6rem !important;
    padding-right: 6rem !important
  }

  .lg\:py-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important
  }

  .lg\:py-1 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
  }

  .lg\:py-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
  }

  .lg\:py-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
  }

  .lg\:py-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important
  }

  .lg\:py-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important
  }

  .lg\:py-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
  }

  .lg\:py-7 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important
  }

  .lg\:py-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important
  }

  .lg\:py-9 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important
  }

  .lg\:py-10 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important
  }

  .lg\:py-11 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important
  }

  .lg\:py-12 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important
  }
}

@media screen and (max-width: 1279px) {
  .md\:p-0 {
    padding: 0rem !important
  }

  .md\:p-1 {
    padding: .5rem !important
  }

  .md\:p-2 {
    padding: 1rem !important
  }

  .md\:p-3 {
    padding: 1.5rem !important
  }

  .md\:p-4 {
    padding: 2rem !important
  }

  .md\:p-5 {
    padding: 2.5rem !important
  }

  .md\:p-6 {
    padding: 3rem !important
  }

  .md\:p-7 {
    padding: 3.5rem !important
  }

  .md\:p-8 {
    padding: 4rem !important
  }

  .md\:p-9 {
    padding: 4.5rem !important
  }

  .md\:p-10 {
    padding: 5rem !important
  }

  .md\:p-11 {
    padding: 5.5rem !important
  }

  .md\:p-12 {
    padding: 6rem !important
  }

  .md\:pt-0 {
    padding-top: 0rem !important
  }

  .md\:pt-1 {
    padding-top: .5rem !important
  }

  .md\:pt-2 {
    padding-top: 1rem !important
  }

  .md\:pt-3 {
    padding-top: 1.5rem !important
  }

  .md\:pt-4 {
    padding-top: 2rem !important
  }

  .md\:pt-5 {
    padding-top: 2.5rem !important
  }

  .md\:pt-6 {
    padding-top: 3rem !important
  }

  .md\:pt-7 {
    padding-top: 3.5rem !important
  }

  .md\:pt-8 {
    padding-top: 4rem !important
  }

  .md\:pt-9 {
    padding-top: 4.5rem !important
  }

  .md\:pt-10 {
    padding-top: 5rem !important
  }

  .md\:pt-11 {
    padding-top: 5.5rem !important
  }

  .md\:pt-12 {
    padding-top: 6rem !important
  }

  .md\:pr-0 {
    padding-right: 0rem !important
  }

  .md\:pr-1 {
    padding-right: .5rem !important
  }

  .md\:pr-2 {
    padding-right: 1rem !important
  }

  .md\:pr-3 {
    padding-right: 1.5rem !important
  }

  .md\:pr-4 {
    padding-right: 2rem !important
  }

  .md\:pr-5 {
    padding-right: 2.5rem !important
  }

  .md\:pr-6 {
    padding-right: 3rem !important
  }

  .md\:pr-7 {
    padding-right: 3.5rem !important
  }

  .md\:pr-8 {
    padding-right: 4rem !important
  }

  .md\:pr-9 {
    padding-right: 4.5rem !important
  }

  .md\:pr-10 {
    padding-right: 5rem !important
  }

  .md\:pr-11 {
    padding-right: 5.5rem !important
  }

  .md\:pr-12 {
    padding-right: 6rem !important
  }

  .md\:pl-0 {
    padding-left: 0rem !important
  }

  .md\:pl-1 {
    padding-left: .5rem !important
  }

  .md\:pl-2 {
    padding-left: 1rem !important
  }

  .md\:pl-3 {
    padding-left: 1.5rem !important
  }

  .md\:pl-4 {
    padding-left: 2rem !important
  }

  .md\:pl-5 {
    padding-left: 2.5rem !important
  }

  .md\:pl-6 {
    padding-left: 3rem !important
  }

  .md\:pl-7 {
    padding-left: 3.5rem !important
  }

  .md\:pl-8 {
    padding-left: 4rem !important
  }

  .md\:pl-9 {
    padding-left: 4.5rem !important
  }

  .md\:pl-10 {
    padding-left: 5rem !important
  }

  .md\:pl-11 {
    padding-left: 5.5rem !important
  }

  .md\:pl-12 {
    padding-left: 6rem !important
  }

  .md\:pb-0 {
    padding-bottom: 0rem !important
  }

  .md\:pb-1 {
    padding-bottom: .5rem !important
  }

  .md\:pb-2 {
    padding-bottom: 1rem !important
  }

  .md\:pb-3 {
    padding-bottom: 1.5rem !important
  }

  .md\:pb-4 {
    padding-bottom: 2rem !important
  }

  .md\:pb-5 {
    padding-bottom: 2.5rem !important
  }

  .md\:pb-6 {
    padding-bottom: 3rem !important
  }

  .md\:pb-7 {
    padding-bottom: 3.5rem !important
  }

  .md\:pb-8 {
    padding-bottom: 4rem !important
  }

  .md\:pb-9 {
    padding-bottom: 4.5rem !important
  }

  .md\:pb-10 {
    padding-bottom: 5rem !important
  }

  .md\:pb-11 {
    padding-bottom: 5.5rem !important
  }

  .md\:pb-12 {
    padding-bottom: 6rem !important
  }

  .md\:px-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important
  }

  .md\:px-1 {
    padding-left: .5rem !important;
    padding-right: .5rem !important
  }

  .md\:px-2 {
    padding-left: 1rem !important;
    padding-right: 1rem !important
  }

  .md\:px-3 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important
  }

  .md\:px-4 {
    padding-left: 2rem !important;
    padding-right: 2rem !important
  }

  .md\:px-5 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important
  }

  .md\:px-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important
  }

  .md\:px-7 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important
  }

  .md\:px-8 {
    padding-left: 4rem !important;
    padding-right: 4rem !important
  }

  .md\:px-9 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important
  }

  .md\:px-10 {
    padding-left: 5rem !important;
    padding-right: 5rem !important
  }

  .md\:px-11 {
    padding-left: 5.5rem !important;
    padding-right: 5.5rem !important
  }

  .md\:px-12 {
    padding-left: 6rem !important;
    padding-right: 6rem !important
  }

  .md\:py-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important
  }

  .md\:py-1 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
  }

  .md\:py-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
  }

  .md\:py-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
  }

  .md\:py-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important
  }

  .md\:py-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important
  }

  .md\:py-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
  }

  .md\:py-7 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important
  }

  .md\:py-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important
  }

  .md\:py-9 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important
  }

  .md\:py-10 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important
  }

  .md\:py-11 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important
  }

  .md\:py-12 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important
  }
}

@media screen and (max-width: 780px) {
  .xs\:p-0 {
    padding: 0rem !important
  }

  .xs\:p-1 {
    padding: .5rem !important
  }

  .xs\:p-2 {
    padding: 1rem !important
  }

  .xs\:p-3 {
    padding: 1.5rem !important
  }

  .xs\:p-4 {
    padding: 2rem !important
  }

  .xs\:p-5 {
    padding: 2.5rem !important
  }

  .xs\:p-6 {
    padding: 3rem !important
  }

  .xs\:p-7 {
    padding: 3.5rem !important
  }

  .xs\:p-8 {
    padding: 4rem !important
  }

  .xs\:p-9 {
    padding: 4.5rem !important
  }

  .xs\:p-10 {
    padding: 5rem !important
  }

  .xs\:p-11 {
    padding: 5.5rem !important
  }

  .xs\:p-12 {
    padding: 6rem !important
  }

  .xs\:pt-0 {
    padding-top: 0rem !important
  }

  .xs\:pt-1 {
    padding-top: .5rem !important
  }

  .xs\:pt-2 {
    padding-top: 1rem !important
  }

  .xs\:pt-3 {
    padding-top: 1.5rem !important
  }

  .xs\:pt-4 {
    padding-top: 2rem !important
  }

  .xs\:pt-5 {
    padding-top: 2.5rem !important
  }

  .xs\:pt-6 {
    padding-top: 3rem !important
  }

  .xs\:pt-7 {
    padding-top: 3.5rem !important
  }

  .xs\:pt-8 {
    padding-top: 4rem !important
  }

  .xs\:pt-9 {
    padding-top: 4.5rem !important
  }

  .xs\:pt-10 {
    padding-top: 5rem !important
  }

  .xs\:pt-11 {
    padding-top: 5.5rem !important
  }

  .xs\:pt-12 {
    padding-top: 6rem !important
  }

  .xs\:pr-0 {
    padding-right: 0rem !important
  }

  .xs\:pr-1 {
    padding-right: .5rem !important
  }

  .xs\:pr-2 {
    padding-right: 1rem !important
  }

  .xs\:pr-3 {
    padding-right: 1.5rem !important
  }

  .xs\:pr-4 {
    padding-right: 2rem !important
  }

  .xs\:pr-5 {
    padding-right: 2.5rem !important
  }

  .xs\:pr-6 {
    padding-right: 3rem !important
  }

  .xs\:pr-7 {
    padding-right: 3.5rem !important
  }

  .xs\:pr-8 {
    padding-right: 4rem !important
  }

  .xs\:pr-9 {
    padding-right: 4.5rem !important
  }

  .xs\:pr-10 {
    padding-right: 5rem !important
  }

  .xs\:pr-11 {
    padding-right: 5.5rem !important
  }

  .xs\:pr-12 {
    padding-right: 6rem !important
  }

  .xs\:pl-0 {
    padding-left: 0rem !important
  }

  .xs\:pl-1 {
    padding-left: .5rem !important
  }

  .xs\:pl-2 {
    padding-left: 1rem !important
  }

  .xs\:pl-3 {
    padding-left: 1.5rem !important
  }

  .xs\:pl-4 {
    padding-left: 2rem !important
  }

  .xs\:pl-5 {
    padding-left: 2.5rem !important
  }

  .xs\:pl-6 {
    padding-left: 3rem !important
  }

  .xs\:pl-7 {
    padding-left: 3.5rem !important
  }

  .xs\:pl-8 {
    padding-left: 4rem !important
  }

  .xs\:pl-9 {
    padding-left: 4.5rem !important
  }

  .xs\:pl-10 {
    padding-left: 5rem !important
  }

  .xs\:pl-11 {
    padding-left: 5.5rem !important
  }

  .xs\:pl-12 {
    padding-left: 6rem !important
  }

  .xs\:pb-0 {
    padding-bottom: 0rem !important
  }

  .xs\:pb-1 {
    padding-bottom: .5rem !important
  }

  .xs\:pb-2 {
    padding-bottom: 1rem !important
  }

  .xs\:pb-3 {
    padding-bottom: 1.5rem !important
  }

  .xs\:pb-4 {
    padding-bottom: 2rem !important
  }

  .xs\:pb-5 {
    padding-bottom: 2.5rem !important
  }

  .xs\:pb-6 {
    padding-bottom: 3rem !important
  }

  .xs\:pb-7 {
    padding-bottom: 3.5rem !important
  }

  .xs\:pb-8 {
    padding-bottom: 4rem !important
  }

  .xs\:pb-9 {
    padding-bottom: 4.5rem !important
  }

  .xs\:pb-10 {
    padding-bottom: 5rem !important
  }

  .xs\:pb-11 {
    padding-bottom: 5.5rem !important
  }

  .xs\:pb-12 {
    padding-bottom: 6rem !important
  }

  .xs\:px-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important
  }

  .xs\:px-1 {
    padding-left: .5rem !important;
    padding-right: .5rem !important
  }

  .xs\:px-2 {
    padding-left: 1rem !important;
    padding-right: 1rem !important
  }

  .xs\:px-3 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important
  }

  .xs\:px-4 {
    padding-left: 2rem !important;
    padding-right: 2rem !important
  }

  .xs\:px-5 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important
  }

  .xs\:px-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important
  }

  .xs\:px-7 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important
  }

  .xs\:px-8 {
    padding-left: 4rem !important;
    padding-right: 4rem !important
  }

  .xs\:px-9 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important
  }

  .xs\:px-10 {
    padding-left: 5rem !important;
    padding-right: 5rem !important
  }

  .xs\:px-11 {
    padding-left: 5.5rem !important;
    padding-right: 5.5rem !important
  }

  .xs\:px-12 {
    padding-left: 6rem !important;
    padding-right: 6rem !important
  }

  .xs\:py-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important
  }

  .xs\:py-1 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
  }

  .xs\:py-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
  }

  .xs\:py-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
  }

  .xs\:py-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important
  }

  .xs\:py-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important
  }

  .xs\:py-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
  }

  .xs\:py-7 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important
  }

  .xs\:py-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important
  }

  .xs\:py-9 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important
  }

  .xs\:py-10 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important
  }

  .xs\:py-11 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important
  }

  .xs\:py-12 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important
  }
}

.m-0 {
  margin: 0rem !important
}

.m-1 {
  margin: .5rem !important
}

.m-2 {
  margin: 1rem !important
}

.m-3 {
  margin: 1.5rem !important
}

.m-4 {
  margin: 2rem !important
}

.m-5 {
  margin: 2.5rem !important
}

.m-6 {
  margin: 3rem !important
}

.m-7 {
  margin: 3.5rem !important
}

.m-8 {
  margin: 4rem !important
}

.m-9 {
  margin: 4.5rem !important
}

.m-10 {
  margin: 5rem !important
}

.m-11 {
  margin: 5.5rem !important
}

.m-12 {
  margin: 6rem !important
}

.-m-1 {
  margin: -.5rem !important
}

.-m-2 {
  margin: -1rem !important
}

.-m-3 {
  margin: -1.5rem !important
}

.-m-4 {
  margin: -2rem !important
}

.-m-5 {
  margin: -2.5rem !important
}

.-m-6 {
  margin: -3rem !important
}

.-m-7 {
  margin: -3.5rem !important
}

.-m-8 {
  margin: -4rem !important
}

.-m-9 {
  margin: -4.5rem !important
}

.-m-10 {
  margin: -5rem !important
}

.-m-11 {
  margin: -5.5rem !important
}

.-m-12 {
  margin: -6rem !important
}

.m-auto {
  margin: auto !important
}

.mt-0 {
  margin-top: 0rem !important
}

.mt-1 {
  margin-top: .5rem !important
}

.mt-2 {
  margin-top: 1rem !important
}

.mt-3 {
  margin-top: 1.5rem !important
}

.mt-4 {
  margin-top: 2rem !important
}

.mt-5 {
  margin-top: 2.5rem !important
}

.mt-6 {
  margin-top: 3rem !important
}

.mt-7 {
  margin-top: 3.5rem !important
}

.mt-8 {
  margin-top: 4rem !important
}

.mt-9 {
  margin-top: 4.5rem !important
}

.mt-10 {
  margin-top: 5rem !important
}

.mt-11 {
  margin-top: 5.5rem !important
}

.mt-12 {
  margin-top: 6rem !important
}

.-mt-1 {
  margin-top: -.5rem !important
}

.-mt-2 {
  margin-top: -1rem !important
}

.-mt-3 {
  margin-top: -1.5rem !important
}

.-mt-4 {
  margin-top: -2rem !important
}

.-mt-5 {
  margin-top: -2.5rem !important
}

.-mt-6 {
  margin-top: -3rem !important
}

.-mt-7 {
  margin-top: -3.5rem !important
}

.-mt-8 {
  margin-top: -4rem !important
}

.-mt-9 {
  margin-top: -4.5rem !important
}

.-mt-10 {
  margin-top: -5rem !important
}

.-mt-11 {
  margin-top: -5.5rem !important
}

.-mt-12 {
  margin-top: -6rem !important
}

.mt-auto {
  margin-top: auto !important
}

.mr-0 {
  margin-right: 0rem !important
}

.mr-1 {
  margin-right: .5rem !important
}

.mr-2 {
  margin-right: 1rem !important
}

.mr-3 {
  margin-right: 1.5rem !important
}

.mr-4 {
  margin-right: 2rem !important
}

.mr-5 {
  margin-right: 2.5rem !important
}

.mr-6 {
  margin-right: 3rem !important
}

.mr-7 {
  margin-right: 3.5rem !important
}

.mr-8 {
  margin-right: 4rem !important
}

.mr-9 {
  margin-right: 4.5rem !important
}

.mr-10 {
  margin-right: 5rem !important
}

.mr-11 {
  margin-right: 5.5rem !important
}

.mr-12 {
  margin-right: 6rem !important
}

.-mr-1 {
  margin-right: -.5rem !important
}

.-mr-2 {
  margin-right: -1rem !important
}

.-mr-3 {
  margin-right: -1.5rem !important
}

.-mr-4 {
  margin-right: -2rem !important
}

.-mr-5 {
  margin-right: -2.5rem !important
}

.-mr-6 {
  margin-right: -3rem !important
}

.-mr-7 {
  margin-right: -3.5rem !important
}

.-mr-8 {
  margin-right: -4rem !important
}

.-mr-9 {
  margin-right: -4.5rem !important
}

.-mr-10 {
  margin-right: -5rem !important
}

.-mr-11 {
  margin-right: -5.5rem !important
}

.-mr-12 {
  margin-right: -6rem !important
}

.mr-auto {
  margin-right: auto !important
}

.ml-0 {
  margin-left: 0rem !important
}

.ml-1 {
  margin-left: .5rem !important
}

.ml-2 {
  margin-left: 1rem !important
}

.ml-3 {
  margin-left: 1.5rem !important
}

.ml-4 {
  margin-left: 2rem !important
}

.ml-5 {
  margin-left: 2.5rem !important
}

.ml-6 {
  margin-left: 3rem !important
}

.ml-7 {
  margin-left: 3.5rem !important
}

.ml-8 {
  margin-left: 4rem !important
}

.ml-9 {
  margin-left: 4.5rem !important
}

.ml-10 {
  margin-left: 5rem !important
}

.ml-11 {
  margin-left: 5.5rem !important
}

.ml-12 {
  margin-left: 6rem !important
}

.-ml-1 {
  margin-left: -.5rem !important
}

.-ml-2 {
  margin-left: -1rem !important
}

.-ml-3 {
  margin-left: -1.5rem !important
}

.-ml-4 {
  margin-left: -2rem !important
}

.-ml-5 {
  margin-left: -2.5rem !important
}

.-ml-6 {
  margin-left: -3rem !important
}

.-ml-7 {
  margin-left: -3.5rem !important
}

.-ml-8 {
  margin-left: -4rem !important
}

.-ml-9 {
  margin-left: -4.5rem !important
}

.-ml-10 {
  margin-left: -5rem !important
}

.-ml-11 {
  margin-left: -5.5rem !important
}

.-ml-12 {
  margin-left: -6rem !important
}

.ml-auto {
  margin-left: auto !important
}

.mb-0 {
  margin-bottom: 0rem !important
}

.mb-1 {
  margin-bottom: .5rem !important
}

.mb-2 {
  margin-bottom: 1rem !important
}

.mb-3 {
  margin-bottom: 1.5rem !important
}

.mb-4 {
  margin-bottom: 2rem !important
}

.mb-5 {
  margin-bottom: 2.5rem !important
}

.mb-6 {
  margin-bottom: 3rem !important
}

.mb-7 {
  margin-bottom: 3.5rem !important
}

.mb-8 {
  margin-bottom: 4rem !important
}

.mb-9 {
  margin-bottom: 4.5rem !important
}

.mb-10 {
  margin-bottom: 5rem !important
}

.mb-11 {
  margin-bottom: 5.5rem !important
}

.mb-12 {
  margin-bottom: 6rem !important
}

.-mb-1 {
  margin-bottom: -.5rem !important
}

.-mb-2 {
  margin-bottom: -1rem !important
}

.-mb-3 {
  margin-bottom: -1.5rem !important
}

.-mb-4 {
  margin-bottom: -2rem !important
}

.-mb-5 {
  margin-bottom: -2.5rem !important
}

.-mb-6 {
  margin-bottom: -3rem !important
}

.-mb-7 {
  margin-bottom: -3.5rem !important
}

.-mb-8 {
  margin-bottom: -4rem !important
}

.-mb-9 {
  margin-bottom: -4.5rem !important
}

.-mb-10 {
  margin-bottom: -5rem !important
}

.-mb-11 {
  margin-bottom: -5.5rem !important
}

.-mb-12 {
  margin-bottom: -6rem !important
}

.mb-auto {
  margin-bottom: auto !important
}

.mx-0 {
  margin-left: 0rem !important;
  margin-right: 0rem !important
}

.mx-1 {
  margin-left: .5rem !important;
  margin-right: .5rem !important
}

.mx-2 {
  margin-left: 1rem !important;
  margin-right: 1rem !important
}

.mx-3 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important
}

.mx-4 {
  margin-left: 2rem !important;
  margin-right: 2rem !important
}

.mx-5 {
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !important
}

.mx-6 {
  margin-left: 3rem !important;
  margin-right: 3rem !important
}

.mx-7 {
  margin-left: 3.5rem !important;
  margin-right: 3.5rem !important
}

.mx-8 {
  margin-left: 4rem !important;
  margin-right: 4rem !important
}

.mx-9 {
  margin-left: 4.5rem !important;
  margin-right: 4.5rem !important
}

.mx-10 {
  margin-left: 5rem !important;
  margin-right: 5rem !important
}

.mx-11 {
  margin-left: 5.5rem !important;
  margin-right: 5.5rem !important
}

.mx-12 {
  margin-left: 6rem !important;
  margin-right: 6rem !important
}

.-mx-1 {
  margin-left: -.5rem !important;
  margin-right: -.5rem !important
}

.-mx-2 {
  margin-left: -1rem !important;
  margin-right: -1rem !important
}

.-mx-3 {
  margin-left: -1.5rem !important;
  margin-right: -1.5rem !important
}

.-mx-4 {
  margin-left: -2rem !important;
  margin-right: -2rem !important
}

.-mx-5 {
  margin-left: -2.5rem !important;
  margin-right: -2.5rem !important
}

.-mx-6 {
  margin-left: -3rem !important;
  margin-right: -3rem !important
}

.-mx-7 {
  margin-left: -3.5rem !important;
  margin-right: -3.5rem !important
}

.-mx-8 {
  margin-left: -4rem !important;
  margin-right: -4rem !important
}

.-mx-9 {
  margin-left: -4.5rem !important;
  margin-right: -4.5rem !important
}

.-mx-10 {
  margin-left: -5rem !important;
  margin-right: -5rem !important
}

.-mx-11 {
  margin-left: -5.5rem !important;
  margin-right: -5.5rem !important
}

.-mx-12 {
  margin-left: -6rem !important;
  margin-right: -6rem !important
}

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

.my-0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important
}

.my-1 {
  margin-top: .5rem !important;
  margin-bottom: .5rem !important
}

.my-2 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important
}

.my-3 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important
}

.my-4 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important
}

.my-5 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important
}

.my-6 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important
}

.my-7 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important
}

.my-8 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important
}

.my-9 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important
}

.my-10 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important
}

.my-11 {
  margin-top: 5.5rem !important;
  margin-bottom: 5.5rem !important
}

.my-12 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important
}

.-my-1 {
  margin-top: -.5rem !important;
  margin-bottom: -.5rem !important
}

.-my-2 {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important
}

.-my-3 {
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important
}

.-my-4 {
  margin-top: -2rem !important;
  margin-bottom: -2rem !important
}

.-my-5 {
  margin-top: -2.5rem !important;
  margin-bottom: -2.5rem !important
}

.-my-6 {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important
}

.-my-7 {
  margin-top: -3.5rem !important;
  margin-bottom: -3.5rem !important
}

.-my-8 {
  margin-top: -4rem !important;
  margin-bottom: -4rem !important
}

.-my-9 {
  margin-top: -4.5rem !important;
  margin-bottom: -4.5rem !important
}

.-my-10 {
  margin-top: -5rem !important;
  margin-bottom: -5rem !important
}

.-my-11 {
  margin-top: -5.5rem !important;
  margin-bottom: -5.5rem !important
}

.-my-12 {
  margin-top: -6rem !important;
  margin-bottom: -6rem !important
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important
}

@media screen and (max-width: 1830px) {
  .lg\:m-0 {
    margin: 0rem !important
  }

  .lg\:m-1 {
    margin: .5rem !important
  }

  .lg\:m-2 {
    margin: 1rem !important
  }

  .lg\:m-3 {
    margin: 1.5rem !important
  }

  .lg\:m-4 {
    margin: 2rem !important
  }

  .lg\:m-5 {
    margin: 2.5rem !important
  }

  .lg\:m-6 {
    margin: 3rem !important
  }

  .lg\:m-7 {
    margin: 3.5rem !important
  }

  .lg\:m-8 {
    margin: 4rem !important
  }

  .lg\:m-9 {
    margin: 4.5rem !important
  }

  .lg\:m-10 {
    margin: 5rem !important
  }

  .lg\:m-11 {
    margin: 5.5rem !important
  }

  .lg\:m-12 {
    margin: 6rem !important
  }

  .lg\:-m-1 {
    margin: -.5rem !important
  }

  .lg\:-m-2 {
    margin: -1rem !important
  }

  .lg\:-m-3 {
    margin: -1.5rem !important
  }

  .lg\:-m-4 {
    margin: -2rem !important
  }

  .lg\:-m-5 {
    margin: -2.5rem !important
  }

  .lg\:-m-6 {
    margin: -3rem !important
  }

  .lg\:-m-7 {
    margin: -3.5rem !important
  }

  .lg\:-m-8 {
    margin: -4rem !important
  }

  .lg\:-m-9 {
    margin: -4.5rem !important
  }

  .lg\:-m-10 {
    margin: -5rem !important
  }

  .lg\:-m-11 {
    margin: -5.5rem !important
  }

  .lg\:-m-12 {
    margin: -6rem !important
  }

  .lg\:m-auto {
    margin: auto !important
  }

  .lg\:mt-0 {
    margin-top: 0rem !important
  }

  .lg\:mt-1 {
    margin-top: .5rem !important
  }

  .lg\:mt-2 {
    margin-top: 1rem !important
  }

  .lg\:mt-3 {
    margin-top: 1.5rem !important
  }

  .lg\:mt-4 {
    margin-top: 2rem !important
  }

  .lg\:mt-5 {
    margin-top: 2.5rem !important
  }

  .lg\:mt-6 {
    margin-top: 3rem !important
  }

  .lg\:mt-7 {
    margin-top: 3.5rem !important
  }

  .lg\:mt-8 {
    margin-top: 4rem !important
  }

  .lg\:mt-9 {
    margin-top: 4.5rem !important
  }

  .lg\:mt-10 {
    margin-top: 5rem !important
  }

  .lg\:mt-11 {
    margin-top: 5.5rem !important
  }

  .lg\:mt-12 {
    margin-top: 6rem !important
  }

  .lg\:-mt-1 {
    margin-top: -.5rem !important
  }

  .lg\:-mt-2 {
    margin-top: -1rem !important
  }

  .lg\:-mt-3 {
    margin-top: -1.5rem !important
  }

  .lg\:-mt-4 {
    margin-top: -2rem !important
  }

  .lg\:-mt-5 {
    margin-top: -2.5rem !important
  }

  .lg\:-mt-6 {
    margin-top: -3rem !important
  }

  .lg\:-mt-7 {
    margin-top: -3.5rem !important
  }

  .lg\:-mt-8 {
    margin-top: -4rem !important
  }

  .lg\:-mt-9 {
    margin-top: -4.5rem !important
  }

  .lg\:-mt-10 {
    margin-top: -5rem !important
  }

  .lg\:-mt-11 {
    margin-top: -5.5rem !important
  }

  .lg\:-mt-12 {
    margin-top: -6rem !important
  }

  .lg\:mt-auto {
    margin-top: auto !important
  }

  .lg\:mr-0 {
    margin-right: 0rem !important
  }

  .lg\:mr-1 {
    margin-right: .5rem !important
  }

  .lg\:mr-2 {
    margin-right: 1rem !important
  }

  .lg\:mr-3 {
    margin-right: 1.5rem !important
  }

  .lg\:mr-4 {
    margin-right: 2rem !important
  }

  .lg\:mr-5 {
    margin-right: 2.5rem !important
  }

  .lg\:mr-6 {
    margin-right: 3rem !important
  }

  .lg\:mr-7 {
    margin-right: 3.5rem !important
  }

  .lg\:mr-8 {
    margin-right: 4rem !important
  }

  .lg\:mr-9 {
    margin-right: 4.5rem !important
  }

  .lg\:mr-10 {
    margin-right: 5rem !important
  }

  .lg\:mr-11 {
    margin-right: 5.5rem !important
  }

  .lg\:mr-12 {
    margin-right: 6rem !important
  }

  .lg\:-mr-1 {
    margin-right: -.5rem !important
  }

  .lg\:-mr-2 {
    margin-right: -1rem !important
  }

  .lg\:-mr-3 {
    margin-right: -1.5rem !important
  }

  .lg\:-mr-4 {
    margin-right: -2rem !important
  }

  .lg\:-mr-5 {
    margin-right: -2.5rem !important
  }

  .lg\:-mr-6 {
    margin-right: -3rem !important
  }

  .lg\:-mr-7 {
    margin-right: -3.5rem !important
  }

  .lg\:-mr-8 {
    margin-right: -4rem !important
  }

  .lg\:-mr-9 {
    margin-right: -4.5rem !important
  }

  .lg\:-mr-10 {
    margin-right: -5rem !important
  }

  .lg\:-mr-11 {
    margin-right: -5.5rem !important
  }

  .lg\:-mr-12 {
    margin-right: -6rem !important
  }

  .lg\:mr-auto {
    margin-right: auto !important
  }

  .lg\:ml-0 {
    margin-left: 0rem !important
  }

  .lg\:ml-1 {
    margin-left: .5rem !important
  }

  .lg\:ml-2 {
    margin-left: 1rem !important
  }

  .lg\:ml-3 {
    margin-left: 1.5rem !important
  }

  .lg\:ml-4 {
    margin-left: 2rem !important
  }

  .lg\:ml-5 {
    margin-left: 2.5rem !important
  }

  .lg\:ml-6 {
    margin-left: 3rem !important
  }

  .lg\:ml-7 {
    margin-left: 3.5rem !important
  }

  .lg\:ml-8 {
    margin-left: 4rem !important
  }

  .lg\:ml-9 {
    margin-left: 4.5rem !important
  }

  .lg\:ml-10 {
    margin-left: 5rem !important
  }

  .lg\:ml-11 {
    margin-left: 5.5rem !important
  }

  .lg\:ml-12 {
    margin-left: 6rem !important
  }

  .lg\:-ml-1 {
    margin-left: -.5rem !important
  }

  .lg\:-ml-2 {
    margin-left: -1rem !important
  }

  .lg\:-ml-3 {
    margin-left: -1.5rem !important
  }

  .lg\:-ml-4 {
    margin-left: -2rem !important
  }

  .lg\:-ml-5 {
    margin-left: -2.5rem !important
  }

  .lg\:-ml-6 {
    margin-left: -3rem !important
  }

  .lg\:-ml-7 {
    margin-left: -3.5rem !important
  }

  .lg\:-ml-8 {
    margin-left: -4rem !important
  }

  .lg\:-ml-9 {
    margin-left: -4.5rem !important
  }

  .lg\:-ml-10 {
    margin-left: -5rem !important
  }

  .lg\:-ml-11 {
    margin-left: -5.5rem !important
  }

  .lg\:-ml-12 {
    margin-left: -6rem !important
  }

  .lg\:ml-auto {
    margin-left: auto !important
  }

  .lg\:mb-0 {
    margin-bottom: 0rem !important
  }

  .lg\:mb-1 {
    margin-bottom: .5rem !important
  }

  .lg\:mb-2 {
    margin-bottom: 1rem !important
  }

  .lg\:mb-3 {
    margin-bottom: 1.5rem !important
  }

  .lg\:mb-4 {
    margin-bottom: 2rem !important
  }

  .lg\:mb-5 {
    margin-bottom: 2.5rem !important
  }

  .lg\:mb-6 {
    margin-bottom: 3rem !important
  }

  .lg\:mb-7 {
    margin-bottom: 3.5rem !important
  }

  .lg\:mb-8 {
    margin-bottom: 4rem !important
  }

  .lg\:mb-9 {
    margin-bottom: 4.5rem !important
  }

  .lg\:mb-10 {
    margin-bottom: 5rem !important
  }

  .lg\:mb-11 {
    margin-bottom: 5.5rem !important
  }

  .lg\:mb-12 {
    margin-bottom: 6rem !important
  }

  .lg\:-mb-1 {
    margin-bottom: -.5rem !important
  }

  .lg\:-mb-2 {
    margin-bottom: -1rem !important
  }

  .lg\:-mb-3 {
    margin-bottom: -1.5rem !important
  }

  .lg\:-mb-4 {
    margin-bottom: -2rem !important
  }

  .lg\:-mb-5 {
    margin-bottom: -2.5rem !important
  }

  .lg\:-mb-6 {
    margin-bottom: -3rem !important
  }

  .lg\:-mb-7 {
    margin-bottom: -3.5rem !important
  }

  .lg\:-mb-8 {
    margin-bottom: -4rem !important
  }

  .lg\:-mb-9 {
    margin-bottom: -4.5rem !important
  }

  .lg\:-mb-10 {
    margin-bottom: -5rem !important
  }

  .lg\:-mb-11 {
    margin-bottom: -5.5rem !important
  }

  .lg\:-mb-12 {
    margin-bottom: -6rem !important
  }

  .lg\:mb-auto {
    margin-bottom: auto !important
  }

  .lg\:mx-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important
  }

  .lg\:mx-1 {
    margin-left: .5rem !important;
    margin-right: .5rem !important
  }

  .lg\:mx-2 {
    margin-left: 1rem !important;
    margin-right: 1rem !important
  }

  .lg\:mx-3 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important
  }

  .lg\:mx-4 {
    margin-left: 2rem !important;
    margin-right: 2rem !important
  }

  .lg\:mx-5 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important
  }

  .lg\:mx-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important
  }

  .lg\:mx-7 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important
  }

  .lg\:mx-8 {
    margin-left: 4rem !important;
    margin-right: 4rem !important
  }

  .lg\:mx-9 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important
  }

  .lg\:mx-10 {
    margin-left: 5rem !important;
    margin-right: 5rem !important
  }

  .lg\:mx-11 {
    margin-left: 5.5rem !important;
    margin-right: 5.5rem !important
  }

  .lg\:mx-12 {
    margin-left: 6rem !important;
    margin-right: 6rem !important
  }

  .lg\:-mx-1 {
    margin-left: -.5rem !important;
    margin-right: -.5rem !important
  }

  .lg\:-mx-2 {
    margin-left: -1rem !important;
    margin-right: -1rem !important
  }

  .lg\:-mx-3 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important
  }

  .lg\:-mx-4 {
    margin-left: -2rem !important;
    margin-right: -2rem !important
  }

  .lg\:-mx-5 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important
  }

  .lg\:-mx-6 {
    margin-left: -3rem !important;
    margin-right: -3rem !important
  }

  .lg\:-mx-7 {
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important
  }

  .lg\:-mx-8 {
    margin-left: -4rem !important;
    margin-right: -4rem !important
  }

  .lg\:-mx-9 {
    margin-left: -4.5rem !important;
    margin-right: -4.5rem !important
  }

  .lg\:-mx-10 {
    margin-left: -5rem !important;
    margin-right: -5rem !important
  }

  .lg\:-mx-11 {
    margin-left: -5.5rem !important;
    margin-right: -5.5rem !important
  }

  .lg\:-mx-12 {
    margin-left: -6rem !important;
    margin-right: -6rem !important
  }

  .lg\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important
  }

  .lg\:my-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important
  }

  .lg\:my-1 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
  }

  .lg\:my-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
  }

  .lg\:my-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
  }

  .lg\:my-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important
  }

  .lg\:my-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important
  }

  .lg\:my-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
  }

  .lg\:my-7 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important
  }

  .lg\:my-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important
  }

  .lg\:my-9 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important
  }

  .lg\:my-10 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important
  }

  .lg\:my-11 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important
  }

  .lg\:my-12 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important
  }

  .lg\:-my-1 {
    margin-top: -.5rem !important;
    margin-bottom: -.5rem !important
  }

  .lg\:-my-2 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important
  }

  .lg\:-my-3 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important
  }

  .lg\:-my-4 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important
  }

  .lg\:-my-5 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important
  }

  .lg\:-my-6 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important
  }

  .lg\:-my-7 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important
  }

  .lg\:-my-8 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important
  }

  .lg\:-my-9 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important
  }

  .lg\:-my-10 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important
  }

  .lg\:-my-11 {
    margin-top: -5.5rem !important;
    margin-bottom: -5.5rem !important
  }

  .lg\:-my-12 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important
  }

  .lg\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
  }
}

@media screen and (max-width: 1279px) {
  .md\:m-0 {
    margin: 0rem !important
  }

  .md\:m-1 {
    margin: .5rem !important
  }

  .md\:m-2 {
    margin: 1rem !important
  }

  .md\:m-3 {
    margin: 1.5rem !important
  }

  .md\:m-4 {
    margin: 2rem !important
  }

  .md\:m-5 {
    margin: 2.5rem !important
  }

  .md\:m-6 {
    margin: 3rem !important
  }

  .md\:m-7 {
    margin: 3.5rem !important
  }

  .md\:m-8 {
    margin: 4rem !important
  }

  .md\:m-9 {
    margin: 4.5rem !important
  }

  .md\:m-10 {
    margin: 5rem !important
  }

  .md\:m-11 {
    margin: 5.5rem !important
  }

  .md\:m-12 {
    margin: 6rem !important
  }

  .md\:-m-1 {
    margin: -.5rem !important
  }

  .md\:-m-2 {
    margin: -1rem !important
  }

  .md\:-m-3 {
    margin: -1.5rem !important
  }

  .md\:-m-4 {
    margin: -2rem !important
  }

  .md\:-m-5 {
    margin: -2.5rem !important
  }

  .md\:-m-6 {
    margin: -3rem !important
  }

  .md\:-m-7 {
    margin: -3.5rem !important
  }

  .md\:-m-8 {
    margin: -4rem !important
  }

  .md\:-m-9 {
    margin: -4.5rem !important
  }

  .md\:-m-10 {
    margin: -5rem !important
  }

  .md\:-m-11 {
    margin: -5.5rem !important
  }

  .md\:-m-12 {
    margin: -6rem !important
  }

  .md\:m-auto {
    margin: auto !important
  }

  .md\:mt-0 {
    margin-top: 0rem !important
  }

  .md\:mt-1 {
    margin-top: .5rem !important
  }

  .md\:mt-2 {
    margin-top: 1rem !important
  }

  .md\:mt-3 {
    margin-top: 1.5rem !important
  }

  .md\:mt-4 {
    margin-top: 2rem !important
  }

  .md\:mt-5 {
    margin-top: 2.5rem !important
  }

  .md\:mt-6 {
    margin-top: 3rem !important
  }

  .md\:mt-7 {
    margin-top: 3.5rem !important
  }

  .md\:mt-8 {
    margin-top: 4rem !important
  }

  .md\:mt-9 {
    margin-top: 4.5rem !important
  }

  .md\:mt-10 {
    margin-top: 5rem !important
  }

  .md\:mt-11 {
    margin-top: 5.5rem !important
  }

  .md\:mt-12 {
    margin-top: 6rem !important
  }

  .md\:-mt-1 {
    margin-top: -.5rem !important
  }

  .md\:-mt-2 {
    margin-top: -1rem !important
  }

  .md\:-mt-3 {
    margin-top: -1.5rem !important
  }

  .md\:-mt-4 {
    margin-top: -2rem !important
  }

  .md\:-mt-5 {
    margin-top: -2.5rem !important
  }

  .md\:-mt-6 {
    margin-top: -3rem !important
  }

  .md\:-mt-7 {
    margin-top: -3.5rem !important
  }

  .md\:-mt-8 {
    margin-top: -4rem !important
  }

  .md\:-mt-9 {
    margin-top: -4.5rem !important
  }

  .md\:-mt-10 {
    margin-top: -5rem !important
  }

  .md\:-mt-11 {
    margin-top: -5.5rem !important
  }

  .md\:-mt-12 {
    margin-top: -6rem !important
  }

  .md\:mt-auto {
    margin-top: auto !important
  }

  .md\:mr-0 {
    margin-right: 0rem !important
  }

  .md\:mr-1 {
    margin-right: .5rem !important
  }

  .md\:mr-2 {
    margin-right: 1rem !important
  }

  .md\:mr-3 {
    margin-right: 1.5rem !important
  }

  .md\:mr-4 {
    margin-right: 2rem !important
  }

  .md\:mr-5 {
    margin-right: 2.5rem !important
  }

  .md\:mr-6 {
    margin-right: 3rem !important
  }

  .md\:mr-7 {
    margin-right: 3.5rem !important
  }

  .md\:mr-8 {
    margin-right: 4rem !important
  }

  .md\:mr-9 {
    margin-right: 4.5rem !important
  }

  .md\:mr-10 {
    margin-right: 5rem !important
  }

  .md\:mr-11 {
    margin-right: 5.5rem !important
  }

  .md\:mr-12 {
    margin-right: 6rem !important
  }

  .md\:-mr-1 {
    margin-right: -.5rem !important
  }

  .md\:-mr-2 {
    margin-right: -1rem !important
  }

  .md\:-mr-3 {
    margin-right: -1.5rem !important
  }

  .md\:-mr-4 {
    margin-right: -2rem !important
  }

  .md\:-mr-5 {
    margin-right: -2.5rem !important
  }

  .md\:-mr-6 {
    margin-right: -3rem !important
  }

  .md\:-mr-7 {
    margin-right: -3.5rem !important
  }

  .md\:-mr-8 {
    margin-right: -4rem !important
  }

  .md\:-mr-9 {
    margin-right: -4.5rem !important
  }

  .md\:-mr-10 {
    margin-right: -5rem !important
  }

  .md\:-mr-11 {
    margin-right: -5.5rem !important
  }

  .md\:-mr-12 {
    margin-right: -6rem !important
  }

  .md\:mr-auto {
    margin-right: auto !important
  }

  .md\:ml-0 {
    margin-left: 0rem !important
  }

  .md\:ml-1 {
    margin-left: .5rem !important
  }

  .md\:ml-2 {
    margin-left: 1rem !important
  }

  .md\:ml-3 {
    margin-left: 1.5rem !important
  }

  .md\:ml-4 {
    margin-left: 2rem !important
  }

  .md\:ml-5 {
    margin-left: 2.5rem !important
  }

  .md\:ml-6 {
    margin-left: 3rem !important
  }

  .md\:ml-7 {
    margin-left: 3.5rem !important
  }

  .md\:ml-8 {
    margin-left: 4rem !important
  }

  .md\:ml-9 {
    margin-left: 4.5rem !important
  }

  .md\:ml-10 {
    margin-left: 5rem !important
  }

  .md\:ml-11 {
    margin-left: 5.5rem !important
  }

  .md\:ml-12 {
    margin-left: 6rem !important
  }

  .md\:-ml-1 {
    margin-left: -.5rem !important
  }

  .md\:-ml-2 {
    margin-left: -1rem !important
  }

  .md\:-ml-3 {
    margin-left: -1.5rem !important
  }

  .md\:-ml-4 {
    margin-left: -2rem !important
  }

  .md\:-ml-5 {
    margin-left: -2.5rem !important
  }

  .md\:-ml-6 {
    margin-left: -3rem !important
  }

  .md\:-ml-7 {
    margin-left: -3.5rem !important
  }

  .md\:-ml-8 {
    margin-left: -4rem !important
  }

  .md\:-ml-9 {
    margin-left: -4.5rem !important
  }

  .md\:-ml-10 {
    margin-left: -5rem !important
  }

  .md\:-ml-11 {
    margin-left: -5.5rem !important
  }

  .md\:-ml-12 {
    margin-left: -6rem !important
  }

  .md\:ml-auto {
    margin-left: auto !important
  }

  .md\:mb-0 {
    margin-bottom: 0rem !important
  }

  .md\:mb-1 {
    margin-bottom: .5rem !important
  }

  .md\:mb-2 {
    margin-bottom: 1rem !important
  }

  .md\:mb-3 {
    margin-bottom: 1.5rem !important
  }

  .md\:mb-4 {
    margin-bottom: 2rem !important
  }

  .md\:mb-5 {
    margin-bottom: 2.5rem !important
  }

  .md\:mb-6 {
    margin-bottom: 3rem !important
  }

  .md\:mb-7 {
    margin-bottom: 3.5rem !important
  }

  .md\:mb-8 {
    margin-bottom: 4rem !important
  }

  .md\:mb-9 {
    margin-bottom: 4.5rem !important
  }

  .md\:mb-10 {
    margin-bottom: 5rem !important
  }

  .md\:mb-11 {
    margin-bottom: 5.5rem !important
  }

  .md\:mb-12 {
    margin-bottom: 6rem !important
  }

  .md\:-mb-1 {
    margin-bottom: -.5rem !important
  }

  .md\:-mb-2 {
    margin-bottom: -1rem !important
  }

  .md\:-mb-3 {
    margin-bottom: -1.5rem !important
  }

  .md\:-mb-4 {
    margin-bottom: -2rem !important
  }

  .md\:-mb-5 {
    margin-bottom: -2.5rem !important
  }

  .md\:-mb-6 {
    margin-bottom: -3rem !important
  }

  .md\:-mb-7 {
    margin-bottom: -3.5rem !important
  }

  .md\:-mb-8 {
    margin-bottom: -4rem !important
  }

  .md\:-mb-9 {
    margin-bottom: -4.5rem !important
  }

  .md\:-mb-10 {
    margin-bottom: -5rem !important
  }

  .md\:-mb-11 {
    margin-bottom: -5.5rem !important
  }

  .md\:-mb-12 {
    margin-bottom: -6rem !important
  }

  .md\:mb-auto {
    margin-bottom: auto !important
  }

  .md\:mx-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important
  }

  .md\:mx-1 {
    margin-left: .5rem !important;
    margin-right: .5rem !important
  }

  .md\:mx-2 {
    margin-left: 1rem !important;
    margin-right: 1rem !important
  }

  .md\:mx-3 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important
  }

  .md\:mx-4 {
    margin-left: 2rem !important;
    margin-right: 2rem !important
  }

  .md\:mx-5 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important
  }

  .md\:mx-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important
  }

  .md\:mx-7 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important
  }

  .md\:mx-8 {
    margin-left: 4rem !important;
    margin-right: 4rem !important
  }

  .md\:mx-9 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important
  }

  .md\:mx-10 {
    margin-left: 5rem !important;
    margin-right: 5rem !important
  }

  .md\:mx-11 {
    margin-left: 5.5rem !important;
    margin-right: 5.5rem !important
  }

  .md\:mx-12 {
    margin-left: 6rem !important;
    margin-right: 6rem !important
  }

  .md\:-mx-1 {
    margin-left: -.5rem !important;
    margin-right: -.5rem !important
  }

  .md\:-mx-2 {
    margin-left: -1rem !important;
    margin-right: -1rem !important
  }

  .md\:-mx-3 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important
  }

  .md\:-mx-4 {
    margin-left: -2rem !important;
    margin-right: -2rem !important
  }

  .md\:-mx-5 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important
  }

  .md\:-mx-6 {
    margin-left: -3rem !important;
    margin-right: -3rem !important
  }

  .md\:-mx-7 {
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important
  }

  .md\:-mx-8 {
    margin-left: -4rem !important;
    margin-right: -4rem !important
  }

  .md\:-mx-9 {
    margin-left: -4.5rem !important;
    margin-right: -4.5rem !important
  }

  .md\:-mx-10 {
    margin-left: -5rem !important;
    margin-right: -5rem !important
  }

  .md\:-mx-11 {
    margin-left: -5.5rem !important;
    margin-right: -5.5rem !important
  }

  .md\:-mx-12 {
    margin-left: -6rem !important;
    margin-right: -6rem !important
  }

  .md\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important
  }

  .md\:my-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important
  }

  .md\:my-1 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
  }

  .md\:my-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
  }

  .md\:my-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
  }

  .md\:my-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important
  }

  .md\:my-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important
  }

  .md\:my-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
  }

  .md\:my-7 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important
  }

  .md\:my-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important
  }

  .md\:my-9 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important
  }

  .md\:my-10 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important
  }

  .md\:my-11 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important
  }

  .md\:my-12 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important
  }

  .md\:-my-1 {
    margin-top: -.5rem !important;
    margin-bottom: -.5rem !important
  }

  .md\:-my-2 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important
  }

  .md\:-my-3 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important
  }

  .md\:-my-4 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important
  }

  .md\:-my-5 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important
  }

  .md\:-my-6 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important
  }

  .md\:-my-7 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important
  }

  .md\:-my-8 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important
  }

  .md\:-my-9 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important
  }

  .md\:-my-10 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important
  }

  .md\:-my-11 {
    margin-top: -5.5rem !important;
    margin-bottom: -5.5rem !important
  }

  .md\:-my-12 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important
  }

  .md\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
  }
}

@media screen and (max-width: 780px) {
  .xs\:m-0 {
    margin: 0rem !important
  }

  .xs\:m-1 {
    margin: .5rem !important
  }

  .xs\:m-2 {
    margin: 1rem !important
  }

  .xs\:m-3 {
    margin: 1.5rem !important
  }

  .xs\:m-4 {
    margin: 2rem !important
  }

  .xs\:m-5 {
    margin: 2.5rem !important
  }

  .xs\:m-6 {
    margin: 3rem !important
  }

  .xs\:m-7 {
    margin: 3.5rem !important
  }

  .xs\:m-8 {
    margin: 4rem !important
  }

  .xs\:m-9 {
    margin: 4.5rem !important
  }

  .xs\:m-10 {
    margin: 5rem !important
  }

  .xs\:m-11 {
    margin: 5.5rem !important
  }

  .xs\:m-12 {
    margin: 6rem !important
  }

  .xs\:-m-1 {
    margin: -.5rem !important
  }

  .xs\:-m-2 {
    margin: -1rem !important
  }

  .xs\:-m-3 {
    margin: -1.5rem !important
  }

  .xs\:-m-4 {
    margin: -2rem !important
  }

  .xs\:-m-5 {
    margin: -2.5rem !important
  }

  .xs\:-m-6 {
    margin: -3rem !important
  }

  .xs\:-m-7 {
    margin: -3.5rem !important
  }

  .xs\:-m-8 {
    margin: -4rem !important
  }

  .xs\:-m-9 {
    margin: -4.5rem !important
  }

  .xs\:-m-10 {
    margin: -5rem !important
  }

  .xs\:-m-11 {
    margin: -5.5rem !important
  }

  .xs\:-m-12 {
    margin: -6rem !important
  }

  .xs\:m-auto {
    margin: auto !important
  }

  .xs\:mt-0 {
    margin-top: 0rem !important
  }

  .xs\:mt-1 {
    margin-top: .5rem !important
  }

  .xs\:mt-2 {
    margin-top: 1rem !important
  }

  .xs\:mt-3 {
    margin-top: 1.5rem !important
  }

  .xs\:mt-4 {
    margin-top: 2rem !important
  }

  .xs\:mt-5 {
    margin-top: 2.5rem !important
  }

  .xs\:mt-6 {
    margin-top: 3rem !important
  }

  .xs\:mt-7 {
    margin-top: 3.5rem !important
  }

  .xs\:mt-8 {
    margin-top: 4rem !important
  }

  .xs\:mt-9 {
    margin-top: 4.5rem !important
  }

  .xs\:mt-10 {
    margin-top: 5rem !important
  }

  .xs\:mt-11 {
    margin-top: 5.5rem !important
  }

  .xs\:mt-12 {
    margin-top: 6rem !important
  }

  .xs\:-mt-1 {
    margin-top: -.5rem !important
  }

  .xs\:-mt-2 {
    margin-top: -1rem !important
  }

  .xs\:-mt-3 {
    margin-top: -1.5rem !important
  }

  .xs\:-mt-4 {
    margin-top: -2rem !important
  }

  .xs\:-mt-5 {
    margin-top: -2.5rem !important
  }

  .xs\:-mt-6 {
    margin-top: -3rem !important
  }

  .xs\:-mt-7 {
    margin-top: -3.5rem !important
  }

  .xs\:-mt-8 {
    margin-top: -4rem !important
  }

  .xs\:-mt-9 {
    margin-top: -4.5rem !important
  }

  .xs\:-mt-10 {
    margin-top: -5rem !important
  }

  .xs\:-mt-11 {
    margin-top: -5.5rem !important
  }

  .xs\:-mt-12 {
    margin-top: -6rem !important
  }

  .xs\:mt-auto {
    margin-top: auto !important
  }

  .xs\:mr-0 {
    margin-right: 0rem !important
  }

  .xs\:mr-1 {
    margin-right: .5rem !important
  }

  .xs\:mr-2 {
    margin-right: 1rem !important
  }

  .xs\:mr-3 {
    margin-right: 1.5rem !important
  }

  .xs\:mr-4 {
    margin-right: 2rem !important
  }

  .xs\:mr-5 {
    margin-right: 2.5rem !important
  }

  .xs\:mr-6 {
    margin-right: 3rem !important
  }

  .xs\:mr-7 {
    margin-right: 3.5rem !important
  }

  .xs\:mr-8 {
    margin-right: 4rem !important
  }

  .xs\:mr-9 {
    margin-right: 4.5rem !important
  }

  .xs\:mr-10 {
    margin-right: 5rem !important
  }

  .xs\:mr-11 {
    margin-right: 5.5rem !important
  }

  .xs\:mr-12 {
    margin-right: 6rem !important
  }

  .xs\:-mr-1 {
    margin-right: -.5rem !important
  }

  .xs\:-mr-2 {
    margin-right: -1rem !important
  }

  .xs\:-mr-3 {
    margin-right: -1.5rem !important
  }

  .xs\:-mr-4 {
    margin-right: -2rem !important
  }

  .xs\:-mr-5 {
    margin-right: -2.5rem !important
  }

  .xs\:-mr-6 {
    margin-right: -3rem !important
  }

  .xs\:-mr-7 {
    margin-right: -3.5rem !important
  }

  .xs\:-mr-8 {
    margin-right: -4rem !important
  }

  .xs\:-mr-9 {
    margin-right: -4.5rem !important
  }

  .xs\:-mr-10 {
    margin-right: -5rem !important
  }

  .xs\:-mr-11 {
    margin-right: -5.5rem !important
  }

  .xs\:-mr-12 {
    margin-right: -6rem !important
  }

  .xs\:mr-auto {
    margin-right: auto !important
  }

  .xs\:ml-0 {
    margin-left: 0rem !important
  }

  .xs\:ml-1 {
    margin-left: .5rem !important
  }

  .xs\:ml-2 {
    margin-left: 1rem !important
  }

  .xs\:ml-3 {
    margin-left: 1.5rem !important
  }

  .xs\:ml-4 {
    margin-left: 2rem !important
  }

  .xs\:ml-5 {
    margin-left: 2.5rem !important
  }

  .xs\:ml-6 {
    margin-left: 3rem !important
  }

  .xs\:ml-7 {
    margin-left: 3.5rem !important
  }

  .xs\:ml-8 {
    margin-left: 4rem !important
  }

  .xs\:ml-9 {
    margin-left: 4.5rem !important
  }

  .xs\:ml-10 {
    margin-left: 5rem !important
  }

  .xs\:ml-11 {
    margin-left: 5.5rem !important
  }

  .xs\:ml-12 {
    margin-left: 6rem !important
  }

  .xs\:-ml-1 {
    margin-left: -.5rem !important
  }

  .xs\:-ml-2 {
    margin-left: -1rem !important
  }

  .xs\:-ml-3 {
    margin-left: -1.5rem !important
  }

  .xs\:-ml-4 {
    margin-left: -2rem !important
  }

  .xs\:-ml-5 {
    margin-left: -2.5rem !important
  }

  .xs\:-ml-6 {
    margin-left: -3rem !important
  }

  .xs\:-ml-7 {
    margin-left: -3.5rem !important
  }

  .xs\:-ml-8 {
    margin-left: -4rem !important
  }

  .xs\:-ml-9 {
    margin-left: -4.5rem !important
  }

  .xs\:-ml-10 {
    margin-left: -5rem !important
  }

  .xs\:-ml-11 {
    margin-left: -5.5rem !important
  }

  .xs\:-ml-12 {
    margin-left: -6rem !important
  }

  .xs\:ml-auto {
    margin-left: auto !important
  }

  .xs\:mb-0 {
    margin-bottom: 0rem !important
  }

  .xs\:mb-1 {
    margin-bottom: .5rem !important
  }

  .xs\:mb-2 {
    margin-bottom: 1rem !important
  }

  .xs\:mb-3 {
    margin-bottom: 1.5rem !important
  }

  .xs\:mb-4 {
    margin-bottom: 2rem !important
  }

  .xs\:mb-5 {
    margin-bottom: 2.5rem !important
  }

  .xs\:mb-6 {
    margin-bottom: 3rem !important
  }

  .xs\:mb-7 {
    margin-bottom: 3.5rem !important
  }

  .xs\:mb-8 {
    margin-bottom: 4rem !important
  }

  .xs\:mb-9 {
    margin-bottom: 4.5rem !important
  }

  .xs\:mb-10 {
    margin-bottom: 5rem !important
  }

  .xs\:mb-11 {
    margin-bottom: 5.5rem !important
  }

  .xs\:mb-12 {
    margin-bottom: 6rem !important
  }

  .xs\:-mb-1 {
    margin-bottom: -.5rem !important
  }

  .xs\:-mb-2 {
    margin-bottom: -1rem !important
  }

  .xs\:-mb-3 {
    margin-bottom: -1.5rem !important
  }

  .xs\:-mb-4 {
    margin-bottom: -2rem !important
  }

  .xs\:-mb-5 {
    margin-bottom: -2.5rem !important
  }

  .xs\:-mb-6 {
    margin-bottom: -3rem !important
  }

  .xs\:-mb-7 {
    margin-bottom: -3.5rem !important
  }

  .xs\:-mb-8 {
    margin-bottom: -4rem !important
  }

  .xs\:-mb-9 {
    margin-bottom: -4.5rem !important
  }

  .xs\:-mb-10 {
    margin-bottom: -5rem !important
  }

  .xs\:-mb-11 {
    margin-bottom: -5.5rem !important
  }

  .xs\:-mb-12 {
    margin-bottom: -6rem !important
  }

  .xs\:mb-auto {
    margin-bottom: auto !important
  }

  .xs\:mx-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important
  }

  .xs\:mx-1 {
    margin-left: .5rem !important;
    margin-right: .5rem !important
  }

  .xs\:mx-2 {
    margin-left: 1rem !important;
    margin-right: 1rem !important
  }

  .xs\:mx-3 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important
  }

  .xs\:mx-4 {
    margin-left: 2rem !important;
    margin-right: 2rem !important
  }

  .xs\:mx-5 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important
  }

  .xs\:mx-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important
  }

  .xs\:mx-7 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important
  }

  .xs\:mx-8 {
    margin-left: 4rem !important;
    margin-right: 4rem !important
  }

  .xs\:mx-9 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important
  }

  .xs\:mx-10 {
    margin-left: 5rem !important;
    margin-right: 5rem !important
  }

  .xs\:mx-11 {
    margin-left: 5.5rem !important;
    margin-right: 5.5rem !important
  }

  .xs\:mx-12 {
    margin-left: 6rem !important;
    margin-right: 6rem !important
  }

  .xs\:-mx-1 {
    margin-left: -.5rem !important;
    margin-right: -.5rem !important
  }

  .xs\:-mx-2 {
    margin-left: -1rem !important;
    margin-right: -1rem !important
  }

  .xs\:-mx-3 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important
  }

  .xs\:-mx-4 {
    margin-left: -2rem !important;
    margin-right: -2rem !important
  }

  .xs\:-mx-5 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important
  }

  .xs\:-mx-6 {
    margin-left: -3rem !important;
    margin-right: -3rem !important
  }

  .xs\:-mx-7 {
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important
  }

  .xs\:-mx-8 {
    margin-left: -4rem !important;
    margin-right: -4rem !important
  }

  .xs\:-mx-9 {
    margin-left: -4.5rem !important;
    margin-right: -4.5rem !important
  }

  .xs\:-mx-10 {
    margin-left: -5rem !important;
    margin-right: -5rem !important
  }

  .xs\:-mx-11 {
    margin-left: -5.5rem !important;
    margin-right: -5.5rem !important
  }

  .xs\:-mx-12 {
    margin-left: -6rem !important;
    margin-right: -6rem !important
  }

  .xs\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important
  }

  .xs\:my-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important
  }

  .xs\:my-1 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
  }

  .xs\:my-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
  }

  .xs\:my-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
  }

  .xs\:my-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important
  }

  .xs\:my-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important
  }

  .xs\:my-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
  }

  .xs\:my-7 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important
  }

  .xs\:my-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important
  }

  .xs\:my-9 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important
  }

  .xs\:my-10 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important
  }

  .xs\:my-11 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important
  }

  .xs\:my-12 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important
  }

  .xs\:-my-1 {
    margin-top: -.5rem !important;
    margin-bottom: -.5rem !important
  }

  .xs\:-my-2 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important
  }

  .xs\:-my-3 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important
  }

  .xs\:-my-4 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important
  }

  .xs\:-my-5 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important
  }

  .xs\:-my-6 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important
  }

  .xs\:-my-7 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important
  }

  .xs\:-my-8 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important
  }

  .xs\:-my-9 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important
  }

  .xs\:-my-10 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important
  }

  .xs\:-my-11 {
    margin-top: -5.5rem !important;
    margin-bottom: -5.5rem !important
  }

  .xs\:-my-12 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important
  }

  .xs\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
  }
}

.w-full {
  width: 100% !important
}

.w-screen {
  width: 100vw !important
}

.w-auto {
  width: auto !important
}

.w-1 {
  width: 8.3333% !important
}

.w-2 {
  width: 16.6667% !important
}

.w-3 {
  width: 25% !important
}

.w-4 {
  width: 33.3333% !important
}

.w-5 {
  width: 41.6667% !important
}

.w-6 {
  width: 50% !important
}

.w-7 {
  width: 58.3333% !important
}

.w-8 {
  width: 66.6667% !important
}

.w-9 {
  width: 75% !important
}

.w-10 {
  width: 83.3333% !important
}

.w-11 {
  width: 91.6667% !important
}

.w-12 {
  width: 100% !important
}

.w-min {
  width: -moz-min-content !important;
  width: min-content !important
}

.w-max {
  width: -moz-max-content !important;
  width: max-content !important
}

.w-fit {
  width: -moz-fit-content !important;
  width: fit-content !important
}

.w-1rem {
  width: 1rem !important
}

.w-2rem {
  width: 2rem !important
}

.w-3rem {
  width: 3rem !important
}

.w-4rem {
  width: 4rem !important
}

.w-5rem {
  width: 5rem !important
}

.w-6rem {
  width: 6rem !important
}

.w-7rem {
  width: 7rem !important
}

.w-8rem {
  width: 8rem !important
}

.w-9rem {
  width: 9rem !important
}

.w-10rem {
  width: 10rem !important
}

.w-11rem {
  width: 11rem !important
}

.w-12rem {
  width: 12rem !important
}

.w-13rem {
  width: 13rem !important
}

.w-14rem {
  width: 14rem !important
}

.w-15rem {
  width: 15rem !important
}

.w-16rem {
  width: 16rem !important
}

.w-17rem {
  width: 17rem !important
}

.w-18rem {
  width: 18rem !important
}

.w-19rem {
  width: 19rem !important
}

.w-20rem {
  width: 20rem !important
}

.w-21rem {
  width: 21rem !important
}

.w-22rem {
  width: 22rem !important
}

.w-23rem {
  width: 23rem !important
}

.w-24rem {
  width: 24rem !important
}

.w-25rem {
  width: 25rem !important
}

.w-26rem {
  width: 26rem !important
}

.w-27rem {
  width: 27rem !important
}

.w-28rem {
  width: 28rem !important
}

.w-29rem {
  width: 29rem !important
}

.w-30rem {
  width: 30rem !important
}

@media screen and (max-width: 1830px) {
  .lg\:w-full {
    width: 100% !important
  }

  .lg\:w-screen {
    width: 100vw !important
  }

  .lg\:w-auto {
    width: auto !important
  }

  .lg\:w-1 {
    width: 8.3333% !important
  }

  .lg\:w-2 {
    width: 16.6667% !important
  }

  .lg\:w-3 {
    width: 25% !important
  }

  .lg\:w-4 {
    width: 33.3333% !important
  }

  .lg\:w-5 {
    width: 41.6667% !important
  }

  .lg\:w-6 {
    width: 50% !important
  }

  .lg\:w-7 {
    width: 58.3333% !important
  }

  .lg\:w-8 {
    width: 66.6667% !important
  }

  .lg\:w-9 {
    width: 75% !important
  }

  .lg\:w-10 {
    width: 83.3333% !important
  }

  .lg\:w-11 {
    width: 91.6667% !important
  }

  .lg\:w-12 {
    width: 100% !important
  }

  .lg\:w-min {
    width: -moz-min-content !important;
    width: min-content !important
  }

  .lg\:w-max {
    width: -moz-max-content !important;
    width: max-content !important
  }

  .lg\:w-fit {
    width: -moz-fit-content !important;
    width: fit-content !important
  }

  .lg\:w-1rem {
    width: 1rem !important
  }

  .lg\:w-2rem {
    width: 2rem !important
  }

  .lg\:w-3rem {
    width: 3rem !important
  }

  .lg\:w-4rem {
    width: 4rem !important
  }

  .lg\:w-5rem {
    width: 5rem !important
  }

  .lg\:w-6rem {
    width: 6rem !important
  }

  .lg\:w-7rem {
    width: 7rem !important
  }

  .lg\:w-8rem {
    width: 8rem !important
  }

  .lg\:w-9rem {
    width: 9rem !important
  }

  .lg\:w-10rem {
    width: 10rem !important
  }

  .lg\:w-11rem {
    width: 11rem !important
  }

  .lg\:w-12rem {
    width: 12rem !important
  }

  .lg\:w-13rem {
    width: 13rem !important
  }

  .lg\:w-14rem {
    width: 14rem !important
  }

  .lg\:w-15rem {
    width: 15rem !important
  }

  .lg\:w-16rem {
    width: 16rem !important
  }

  .lg\:w-17rem {
    width: 17rem !important
  }

  .lg\:w-18rem {
    width: 18rem !important
  }

  .lg\:w-19rem {
    width: 19rem !important
  }

  .lg\:w-20rem {
    width: 20rem !important
  }

  .lg\:w-21rem {
    width: 21rem !important
  }

  .lg\:w-22rem {
    width: 22rem !important
  }

  .lg\:w-23rem {
    width: 23rem !important
  }

  .lg\:w-24rem {
    width: 24rem !important
  }

  .lg\:w-25rem {
    width: 25rem !important
  }

  .lg\:w-26rem {
    width: 26rem !important
  }

  .lg\:w-27rem {
    width: 27rem !important
  }

  .lg\:w-28rem {
    width: 28rem !important
  }

  .lg\:w-29rem {
    width: 29rem !important
  }

  .lg\:w-30rem {
    width: 30rem !important
  }
}

@media screen and (max-width: 1279px) {
  .md\:w-full {
    width: 100% !important
  }

  .md\:w-screen {
    width: 100vw !important
  }

  .md\:w-auto {
    width: auto !important
  }

  .md\:w-1 {
    width: 8.3333% !important
  }

  .md\:w-2 {
    width: 16.6667% !important
  }

  .md\:w-3 {
    width: 25% !important
  }

  .md\:w-4 {
    width: 33.3333% !important
  }

  .md\:w-5 {
    width: 41.6667% !important
  }

  .md\:w-6 {
    width: 50% !important
  }

  .md\:w-7 {
    width: 58.3333% !important
  }

  .md\:w-8 {
    width: 66.6667% !important
  }

  .md\:w-9 {
    width: 75% !important
  }

  .md\:w-10 {
    width: 83.3333% !important
  }

  .md\:w-11 {
    width: 91.6667% !important
  }

  .md\:w-12 {
    width: 100% !important
  }

  .md\:w-min {
    width: -moz-min-content !important;
    width: min-content !important
  }

  .md\:w-max {
    width: -moz-max-content !important;
    width: max-content !important
  }

  .md\:w-fit {
    width: -moz-fit-content !important;
    width: fit-content !important
  }

  .md\:w-1rem {
    width: 1rem !important
  }

  .md\:w-2rem {
    width: 2rem !important
  }

  .md\:w-3rem {
    width: 3rem !important
  }

  .md\:w-4rem {
    width: 4rem !important
  }

  .md\:w-5rem {
    width: 5rem !important
  }

  .md\:w-6rem {
    width: 6rem !important
  }

  .md\:w-7rem {
    width: 7rem !important
  }

  .md\:w-8rem {
    width: 8rem !important
  }

  .md\:w-9rem {
    width: 9rem !important
  }

  .md\:w-10rem {
    width: 10rem !important
  }

  .md\:w-11rem {
    width: 11rem !important
  }

  .md\:w-12rem {
    width: 12rem !important
  }

  .md\:w-13rem {
    width: 13rem !important
  }

  .md\:w-14rem {
    width: 14rem !important
  }

  .md\:w-15rem {
    width: 15rem !important
  }

  .md\:w-16rem {
    width: 16rem !important
  }

  .md\:w-17rem {
    width: 17rem !important
  }

  .md\:w-18rem {
    width: 18rem !important
  }

  .md\:w-19rem {
    width: 19rem !important
  }

  .md\:w-20rem {
    width: 20rem !important
  }

  .md\:w-21rem {
    width: 21rem !important
  }

  .md\:w-22rem {
    width: 22rem !important
  }

  .md\:w-23rem {
    width: 23rem !important
  }

  .md\:w-24rem {
    width: 24rem !important
  }

  .md\:w-25rem {
    width: 25rem !important
  }

  .md\:w-26rem {
    width: 26rem !important
  }

  .md\:w-27rem {
    width: 27rem !important
  }

  .md\:w-28rem {
    width: 28rem !important
  }

  .md\:w-29rem {
    width: 29rem !important
  }

  .md\:w-30rem {
    width: 30rem !important
  }
}

@media screen and (max-width: 780px) {
  .xs\:w-full {
    width: 100% !important
  }

  .xs\:w-screen {
    width: 100vw !important
  }

  .xs\:w-auto {
    width: auto !important
  }

  .xs\:w-1 {
    width: 8.3333% !important
  }

  .xs\:w-2 {
    width: 16.6667% !important
  }

  .xs\:w-3 {
    width: 25% !important
  }

  .xs\:w-4 {
    width: 33.3333% !important
  }

  .xs\:w-5 {
    width: 41.6667% !important
  }

  .xs\:w-6 {
    width: 50% !important
  }

  .xs\:w-7 {
    width: 58.3333% !important
  }

  .xs\:w-8 {
    width: 66.6667% !important
  }

  .xs\:w-9 {
    width: 75% !important
  }

  .xs\:w-10 {
    width: 83.3333% !important
  }

  .xs\:w-11 {
    width: 91.6667% !important
  }

  .xs\:w-12 {
    width: 100% !important
  }

  .xs\:w-min {
    width: -moz-min-content !important;
    width: min-content !important
  }

  .xs\:w-max {
    width: -moz-max-content !important;
    width: max-content !important
  }

  .xs\:w-fit {
    width: -moz-fit-content !important;
    width: fit-content !important
  }

  .xs\:w-1rem {
    width: 1rem !important
  }

  .xs\:w-2rem {
    width: 2rem !important
  }

  .xs\:w-3rem {
    width: 3rem !important
  }

  .xs\:w-4rem {
    width: 4rem !important
  }

  .xs\:w-5rem {
    width: 5rem !important
  }

  .xs\:w-6rem {
    width: 6rem !important
  }

  .xs\:w-7rem {
    width: 7rem !important
  }

  .xs\:w-8rem {
    width: 8rem !important
  }

  .xs\:w-9rem {
    width: 9rem !important
  }

  .xs\:w-10rem {
    width: 10rem !important
  }

  .xs\:w-11rem {
    width: 11rem !important
  }

  .xs\:w-12rem {
    width: 12rem !important
  }

  .xs\:w-13rem {
    width: 13rem !important
  }

  .xs\:w-14rem {
    width: 14rem !important
  }

  .xs\:w-15rem {
    width: 15rem !important
  }

  .xs\:w-16rem {
    width: 16rem !important
  }

  .xs\:w-17rem {
    width: 17rem !important
  }

  .xs\:w-18rem {
    width: 18rem !important
  }

  .xs\:w-19rem {
    width: 19rem !important
  }

  .xs\:w-20rem {
    width: 20rem !important
  }

  .xs\:w-21rem {
    width: 21rem !important
  }

  .xs\:w-22rem {
    width: 22rem !important
  }

  .xs\:w-23rem {
    width: 23rem !important
  }

  .xs\:w-24rem {
    width: 24rem !important
  }

  .xs\:w-25rem {
    width: 25rem !important
  }

  .xs\:w-26rem {
    width: 26rem !important
  }

  .xs\:w-27rem {
    width: 27rem !important
  }

  .xs\:w-28rem {
    width: 28rem !important
  }

  .xs\:w-29rem {
    width: 29rem !important
  }

  .xs\:w-30rem {
    width: 30rem !important
  }
}

.h-full {
  height: 100% !important
}

.h-screen {
  height: 100vh !important
}

.h-auto {
  height: auto !important
}

.h-min {
  height: -moz-min-content !important;
  height: min-content !important
}

.h-max {
  height: -moz-max-content !important;
  height: max-content !important
}

.h-fit {
  height: -moz-fit-content !important;
  height: fit-content !important
}

.h-1rem {
  height: 1rem !important
}

.h-2rem {
  height: 2rem !important
}

.h-3rem {
  height: 3rem !important
}

.h-4rem {
  height: 4rem !important
}

.h-5rem {
  height: 5rem !important
}

.h-6rem {
  height: 6rem !important
}

.h-7rem {
  height: 7rem !important
}

.h-8rem {
  height: 8rem !important
}

.h-9rem {
  height: 9rem !important
}

.h-10rem {
  height: 10rem !important
}

.h-11rem {
  height: 11rem !important
}

.h-12rem {
  height: 12rem !important
}

.h-13rem {
  height: 13rem !important
}

.h-14rem {
  height: 14rem !important
}

.h-15rem {
  height: 15rem !important
}

.h-16rem {
  height: 16rem !important
}

.h-17rem {
  height: 17rem !important
}

.h-18rem {
  height: 18rem !important
}

.h-19rem {
  height: 19rem !important
}

.h-20rem {
  height: 20rem !important
}

.h-21rem {
  height: 21rem !important
}

.h-22rem {
  height: 22rem !important
}

.h-23rem {
  height: 23rem !important
}

.h-24rem {
  height: 24rem !important
}

.h-25rem {
  height: 25rem !important
}

.h-26rem {
  height: 26rem !important
}

.h-27rem {
  height: 27rem !important
}

.h-28rem {
  height: 28rem !important
}

.h-29rem {
  height: 29rem !important
}

.h-30rem {
  height: 30rem !important
}

@media screen and (max-width: 1830px) {
  .lg\:h-full {
    height: 100% !important
  }

  .lg\:h-screen {
    height: 100vh !important
  }

  .lg\:h-auto {
    height: auto !important
  }

  .lg\:h-min {
    height: -moz-min-content !important;
    height: min-content !important
  }

  .lg\:h-max {
    height: -moz-max-content !important;
    height: max-content !important
  }

  .lg\:h-fit {
    height: -moz-fit-content !important;
    height: fit-content !important
  }

  .lg\:h-1rem {
    height: 1rem !important
  }

  .lg\:h-2rem {
    height: 2rem !important
  }

  .lg\:h-3rem {
    height: 3rem !important
  }

  .lg\:h-4rem {
    height: 4rem !important
  }

  .lg\:h-5rem {
    height: 5rem !important
  }

  .lg\:h-6rem {
    height: 6rem !important
  }

  .lg\:h-7rem {
    height: 7rem !important
  }

  .lg\:h-8rem {
    height: 8rem !important
  }

  .lg\:h-9rem {
    height: 9rem !important
  }

  .lg\:h-10rem {
    height: 10rem !important
  }

  .lg\:h-11rem {
    height: 11rem !important
  }

  .lg\:h-12rem {
    height: 12rem !important
  }

  .lg\:h-13rem {
    height: 13rem !important
  }

  .lg\:h-14rem {
    height: 14rem !important
  }

  .lg\:h-15rem {
    height: 15rem !important
  }

  .lg\:h-16rem {
    height: 16rem !important
  }

  .lg\:h-17rem {
    height: 17rem !important
  }

  .lg\:h-18rem {
    height: 18rem !important
  }

  .lg\:h-19rem {
    height: 19rem !important
  }

  .lg\:h-20rem {
    height: 20rem !important
  }

  .lg\:h-21rem {
    height: 21rem !important
  }

  .lg\:h-22rem {
    height: 22rem !important
  }

  .lg\:h-23rem {
    height: 23rem !important
  }

  .lg\:h-24rem {
    height: 24rem !important
  }

  .lg\:h-25rem {
    height: 25rem !important
  }

  .lg\:h-26rem {
    height: 26rem !important
  }

  .lg\:h-27rem {
    height: 27rem !important
  }

  .lg\:h-28rem {
    height: 28rem !important
  }

  .lg\:h-29rem {
    height: 29rem !important
  }

  .lg\:h-30rem {
    height: 30rem !important
  }
}

@media screen and (max-width: 1279px) {
  .md\:h-full {
    height: 100% !important
  }

  .md\:h-screen {
    height: 100vh !important
  }

  .md\:h-auto {
    height: auto !important
  }

  .md\:h-min {
    height: -moz-min-content !important;
    height: min-content !important
  }

  .md\:h-max {
    height: -moz-max-content !important;
    height: max-content !important
  }

  .md\:h-fit {
    height: -moz-fit-content !important;
    height: fit-content !important
  }

  .md\:h-1rem {
    height: 1rem !important
  }

  .md\:h-2rem {
    height: 2rem !important
  }

  .md\:h-3rem {
    height: 3rem !important
  }

  .md\:h-4rem {
    height: 4rem !important
  }

  .md\:h-5rem {
    height: 5rem !important
  }

  .md\:h-6rem {
    height: 6rem !important
  }

  .md\:h-7rem {
    height: 7rem !important
  }

  .md\:h-8rem {
    height: 8rem !important
  }

  .md\:h-9rem {
    height: 9rem !important
  }

  .md\:h-10rem {
    height: 10rem !important
  }

  .md\:h-11rem {
    height: 11rem !important
  }

  .md\:h-12rem {
    height: 12rem !important
  }

  .md\:h-13rem {
    height: 13rem !important
  }

  .md\:h-14rem {
    height: 14rem !important
  }

  .md\:h-15rem {
    height: 15rem !important
  }

  .md\:h-16rem {
    height: 16rem !important
  }

  .md\:h-17rem {
    height: 17rem !important
  }

  .md\:h-18rem {
    height: 18rem !important
  }

  .md\:h-19rem {
    height: 19rem !important
  }

  .md\:h-20rem {
    height: 20rem !important
  }

  .md\:h-21rem {
    height: 21rem !important
  }

  .md\:h-22rem {
    height: 22rem !important
  }

  .md\:h-23rem {
    height: 23rem !important
  }

  .md\:h-24rem {
    height: 24rem !important
  }

  .md\:h-25rem {
    height: 25rem !important
  }

  .md\:h-26rem {
    height: 26rem !important
  }

  .md\:h-27rem {
    height: 27rem !important
  }

  .md\:h-28rem {
    height: 28rem !important
  }

  .md\:h-29rem {
    height: 29rem !important
  }

  .md\:h-30rem {
    height: 30rem !important
  }
}

@media screen and (max-width: 780px) {
  .xs\:h-full {
    height: 100% !important
  }

  .xs\:h-screen {
    height: 100vh !important
  }

  .xs\:h-auto {
    height: auto !important
  }

  .xs\:h-min {
    height: -moz-min-content !important;
    height: min-content !important
  }

  .xs\:h-max {
    height: -moz-max-content !important;
    height: max-content !important
  }

  .xs\:h-fit {
    height: -moz-fit-content !important;
    height: fit-content !important
  }

  .xs\:h-1rem {
    height: 1rem !important
  }

  .xs\:h-2rem {
    height: 2rem !important
  }

  .xs\:h-3rem {
    height: 3rem !important
  }

  .xs\:h-4rem {
    height: 4rem !important
  }

  .xs\:h-5rem {
    height: 5rem !important
  }

  .xs\:h-6rem {
    height: 6rem !important
  }

  .xs\:h-7rem {
    height: 7rem !important
  }

  .xs\:h-8rem {
    height: 8rem !important
  }

  .xs\:h-9rem {
    height: 9rem !important
  }

  .xs\:h-10rem {
    height: 10rem !important
  }

  .xs\:h-11rem {
    height: 11rem !important
  }

  .xs\:h-12rem {
    height: 12rem !important
  }

  .xs\:h-13rem {
    height: 13rem !important
  }

  .xs\:h-14rem {
    height: 14rem !important
  }

  .xs\:h-15rem {
    height: 15rem !important
  }

  .xs\:h-16rem {
    height: 16rem !important
  }

  .xs\:h-17rem {
    height: 17rem !important
  }

  .xs\:h-18rem {
    height: 18rem !important
  }

  .xs\:h-19rem {
    height: 19rem !important
  }

  .xs\:h-20rem {
    height: 20rem !important
  }

  .xs\:h-21rem {
    height: 21rem !important
  }

  .xs\:h-22rem {
    height: 22rem !important
  }

  .xs\:h-23rem {
    height: 23rem !important
  }

  .xs\:h-24rem {
    height: 24rem !important
  }

  .xs\:h-25rem {
    height: 25rem !important
  }

  .xs\:h-26rem {
    height: 26rem !important
  }

  .xs\:h-27rem {
    height: 27rem !important
  }

  .xs\:h-28rem {
    height: 28rem !important
  }

  .xs\:h-29rem {
    height: 29rem !important
  }

  .xs\:h-30rem {
    height: 30rem !important
  }
}

.min-w-0 {
  min-width: 0px !important
}

.min-w-full {
  min-width: 100% !important
}

.min-w-screen {
  min-width: 100vw !important
}

.min-w-min {
  min-width: -moz-min-content !important;
  min-width: min-content !important
}

.min-w-max {
  min-width: -moz-max-content !important;
  min-width: max-content !important
}

@media screen and (max-width: 1830px) {
  .lg\:min-w-0 {
    min-width: 0px !important
  }

  .lg\:min-w-full {
    min-width: 100% !important
  }

  .lg\:min-w-screen {
    min-width: 100vw !important
  }

  .lg\:min-w-min {
    min-width: -moz-min-content !important;
    min-width: min-content !important
  }

  .lg\:min-w-max {
    min-width: -moz-max-content !important;
    min-width: max-content !important
  }
}

@media screen and (max-width: 1279px) {
  .md\:min-w-0 {
    min-width: 0px !important
  }

  .md\:min-w-full {
    min-width: 100% !important
  }

  .md\:min-w-screen {
    min-width: 100vw !important
  }

  .md\:min-w-min {
    min-width: -moz-min-content !important;
    min-width: min-content !important
  }

  .md\:min-w-max {
    min-width: -moz-max-content !important;
    min-width: max-content !important
  }
}

@media screen and (max-width: 780px) {
  .xs\:min-w-0 {
    min-width: 0px !important
  }

  .xs\:min-w-full {
    min-width: 100% !important
  }

  .xs\:min-w-screen {
    min-width: 100vw !important
  }

  .xs\:min-w-min {
    min-width: -moz-min-content !important;
    min-width: min-content !important
  }

  .xs\:min-w-max {
    min-width: -moz-max-content !important;
    min-width: max-content !important
  }
}

.max-w-0 {
  max-width: 0px !important
}

.max-w-full {
  max-width: 100% !important
}

.max-w-screen {
  max-width: 100vw !important
}

.max-w-min {
  max-width: -moz-min-content !important;
  max-width: min-content !important
}

.max-w-max {
  max-width: -moz-max-content !important;
  max-width: max-content !important
}

.max-w-fit {
  max-width: -moz-fit-content !important;
  max-width: fit-content !important
}

.max-w-1rem {
  max-width: 1rem !important
}

.max-w-2rem {
  max-width: 2rem !important
}

.max-w-3rem {
  max-width: 3rem !important
}

.max-w-4rem {
  max-width: 4rem !important
}

.max-w-5rem {
  max-width: 5rem !important
}

.max-w-6rem {
  max-width: 6rem !important
}

.max-w-7rem {
  max-width: 7rem !important
}

.max-w-8rem {
  max-width: 8rem !important
}

.max-w-9rem {
  max-width: 9rem !important
}

.max-w-10rem {
  max-width: 10rem !important
}

.max-w-11rem {
  max-width: 11rem !important
}

.max-w-12rem {
  max-width: 12rem !important
}

.max-w-13rem {
  max-width: 13rem !important
}

.max-w-14rem {
  max-width: 14rem !important
}

.max-w-15rem {
  max-width: 15rem !important
}

.max-w-16rem {
  max-width: 16rem !important
}

.max-w-17rem {
  max-width: 17rem !important
}

.max-w-18rem {
  max-width: 18rem !important
}

.max-w-19rem {
  max-width: 19rem !important
}

.max-w-20rem {
  max-width: 20rem !important
}

.max-w-21rem {
  max-width: 21rem !important
}

.max-w-22rem {
  max-width: 22rem !important
}

.max-w-23rem {
  max-width: 23rem !important
}

.max-w-24rem {
  max-width: 24rem !important
}

.max-w-25rem {
  max-width: 25rem !important
}

.max-w-26rem {
  max-width: 26rem !important
}

.max-w-27rem {
  max-width: 27rem !important
}

.max-w-28rem {
  max-width: 28rem !important
}

.max-w-29rem {
  max-width: 29rem !important
}

.max-w-30rem {
  max-width: 30rem !important
}

@media screen and (max-width: 1830px) {
  .lg\:max-w-0 {
    max-width: 0px !important
  }

  .lg\:max-w-full {
    max-width: 100% !important
  }

  .lg\:max-w-screen {
    max-width: 100vw !important
  }

  .lg\:max-w-min {
    max-width: -moz-min-content !important;
    max-width: min-content !important
  }

  .lg\:max-w-max {
    max-width: -moz-max-content !important;
    max-width: max-content !important
  }

  .lg\:max-w-fit {
    max-width: -moz-fit-content !important;
    max-width: fit-content !important
  }

  .lg\:max-w-1rem {
    max-width: 1rem !important
  }

  .lg\:max-w-2rem {
    max-width: 2rem !important
  }

  .lg\:max-w-3rem {
    max-width: 3rem !important
  }

  .lg\:max-w-4rem {
    max-width: 4rem !important
  }

  .lg\:max-w-5rem {
    max-width: 5rem !important
  }

  .lg\:max-w-6rem {
    max-width: 6rem !important
  }

  .lg\:max-w-7rem {
    max-width: 7rem !important
  }

  .lg\:max-w-8rem {
    max-width: 8rem !important
  }

  .lg\:max-w-9rem {
    max-width: 9rem !important
  }

  .lg\:max-w-10rem {
    max-width: 10rem !important
  }

  .lg\:max-w-11rem {
    max-width: 11rem !important
  }

  .lg\:max-w-12rem {
    max-width: 12rem !important
  }

  .lg\:max-w-13rem {
    max-width: 13rem !important
  }

  .lg\:max-w-14rem {
    max-width: 14rem !important
  }

  .lg\:max-w-15rem {
    max-width: 15rem !important
  }

  .lg\:max-w-16rem {
    max-width: 16rem !important
  }

  .lg\:max-w-17rem {
    max-width: 17rem !important
  }

  .lg\:max-w-18rem {
    max-width: 18rem !important
  }

  .lg\:max-w-19rem {
    max-width: 19rem !important
  }

  .lg\:max-w-20rem {
    max-width: 20rem !important
  }

  .lg\:max-w-21rem {
    max-width: 21rem !important
  }

  .lg\:max-w-22rem {
    max-width: 22rem !important
  }

  .lg\:max-w-23rem {
    max-width: 23rem !important
  }

  .lg\:max-w-24rem {
    max-width: 24rem !important
  }

  .lg\:max-w-25rem {
    max-width: 25rem !important
  }

  .lg\:max-w-26rem {
    max-width: 26rem !important
  }

  .lg\:max-w-27rem {
    max-width: 27rem !important
  }

  .lg\:max-w-28rem {
    max-width: 28rem !important
  }

  .lg\:max-w-29rem {
    max-width: 29rem !important
  }

  .lg\:max-w-30rem {
    max-width: 30rem !important
  }
}

@media screen and (max-width: 1279px) {
  .md\:max-w-0 {
    max-width: 0px !important
  }

  .md\:max-w-full {
    max-width: 100% !important
  }

  .md\:max-w-screen {
    max-width: 100vw !important
  }

  .md\:max-w-min {
    max-width: -moz-min-content !important;
    max-width: min-content !important
  }

  .md\:max-w-max {
    max-width: -moz-max-content !important;
    max-width: max-content !important
  }

  .md\:max-w-fit {
    max-width: -moz-fit-content !important;
    max-width: fit-content !important
  }

  .md\:max-w-1rem {
    max-width: 1rem !important
  }

  .md\:max-w-2rem {
    max-width: 2rem !important
  }

  .md\:max-w-3rem {
    max-width: 3rem !important
  }

  .md\:max-w-4rem {
    max-width: 4rem !important
  }

  .md\:max-w-5rem {
    max-width: 5rem !important
  }

  .md\:max-w-6rem {
    max-width: 6rem !important
  }

  .md\:max-w-7rem {
    max-width: 7rem !important
  }

  .md\:max-w-8rem {
    max-width: 8rem !important
  }

  .md\:max-w-9rem {
    max-width: 9rem !important
  }

  .md\:max-w-10rem {
    max-width: 10rem !important
  }

  .md\:max-w-11rem {
    max-width: 11rem !important
  }

  .md\:max-w-12rem {
    max-width: 12rem !important
  }

  .md\:max-w-13rem {
    max-width: 13rem !important
  }

  .md\:max-w-14rem {
    max-width: 14rem !important
  }

  .md\:max-w-15rem {
    max-width: 15rem !important
  }

  .md\:max-w-16rem {
    max-width: 16rem !important
  }

  .md\:max-w-17rem {
    max-width: 17rem !important
  }

  .md\:max-w-18rem {
    max-width: 18rem !important
  }

  .md\:max-w-19rem {
    max-width: 19rem !important
  }

  .md\:max-w-20rem {
    max-width: 20rem !important
  }

  .md\:max-w-21rem {
    max-width: 21rem !important
  }

  .md\:max-w-22rem {
    max-width: 22rem !important
  }

  .md\:max-w-23rem {
    max-width: 23rem !important
  }

  .md\:max-w-24rem {
    max-width: 24rem !important
  }

  .md\:max-w-25rem {
    max-width: 25rem !important
  }

  .md\:max-w-26rem {
    max-width: 26rem !important
  }

  .md\:max-w-27rem {
    max-width: 27rem !important
  }

  .md\:max-w-28rem {
    max-width: 28rem !important
  }

  .md\:max-w-29rem {
    max-width: 29rem !important
  }

  .md\:max-w-30rem {
    max-width: 30rem !important
  }
}

@media screen and (max-width: 780px) {
  .xs\:max-w-0 {
    max-width: 0px !important
  }

  .xs\:max-w-full {
    max-width: 100% !important
  }

  .xs\:max-w-screen {
    max-width: 100vw !important
  }

  .xs\:max-w-min {
    max-width: -moz-min-content !important;
    max-width: min-content !important
  }

  .xs\:max-w-max {
    max-width: -moz-max-content !important;
    max-width: max-content !important
  }

  .xs\:max-w-fit {
    max-width: -moz-fit-content !important;
    max-width: fit-content !important
  }

  .xs\:max-w-1rem {
    max-width: 1rem !important
  }

  .xs\:max-w-2rem {
    max-width: 2rem !important
  }

  .xs\:max-w-3rem {
    max-width: 3rem !important
  }

  .xs\:max-w-4rem {
    max-width: 4rem !important
  }

  .xs\:max-w-5rem {
    max-width: 5rem !important
  }

  .xs\:max-w-6rem {
    max-width: 6rem !important
  }

  .xs\:max-w-7rem {
    max-width: 7rem !important
  }

  .xs\:max-w-8rem {
    max-width: 8rem !important
  }

  .xs\:max-w-9rem {
    max-width: 9rem !important
  }

  .xs\:max-w-10rem {
    max-width: 10rem !important
  }

  .xs\:max-w-11rem {
    max-width: 11rem !important
  }

  .xs\:max-w-12rem {
    max-width: 12rem !important
  }

  .xs\:max-w-13rem {
    max-width: 13rem !important
  }

  .xs\:max-w-14rem {
    max-width: 14rem !important
  }

  .xs\:max-w-15rem {
    max-width: 15rem !important
  }

  .xs\:max-w-16rem {
    max-width: 16rem !important
  }

  .xs\:max-w-17rem {
    max-width: 17rem !important
  }

  .xs\:max-w-18rem {
    max-width: 18rem !important
  }

  .xs\:max-w-19rem {
    max-width: 19rem !important
  }

  .xs\:max-w-20rem {
    max-width: 20rem !important
  }

  .xs\:max-w-21rem {
    max-width: 21rem !important
  }

  .xs\:max-w-22rem {
    max-width: 22rem !important
  }

  .xs\:max-w-23rem {
    max-width: 23rem !important
  }

  .xs\:max-w-24rem {
    max-width: 24rem !important
  }

  .xs\:max-w-25rem {
    max-width: 25rem !important
  }

  .xs\:max-w-26rem {
    max-width: 26rem !important
  }

  .xs\:max-w-27rem {
    max-width: 27rem !important
  }

  .xs\:max-w-28rem {
    max-width: 28rem !important
  }

  .xs\:max-w-29rem {
    max-width: 29rem !important
  }

  .xs\:max-w-30rem {
    max-width: 30rem !important
  }
}

.min-h-0 {
  min-height: 0px !important
}

.min-h-full {
  min-height: 100% !important
}

.min-h-screen {
  min-height: 100vh !important
}

@media screen and (max-width: 1830px) {
  .lg\:min-h-0 {
    min-height: 0px !important
  }

  .lg\:min-h-full {
    min-height: 100% !important
  }

  .lg\:min-h-screen {
    min-height: 100vh !important
  }
}

@media screen and (max-width: 1279px) {
  .md\:min-h-0 {
    min-height: 0px !important
  }

  .md\:min-h-full {
    min-height: 100% !important
  }

  .md\:min-h-screen {
    min-height: 100vh !important
  }
}

@media screen and (max-width: 780px) {
  .xs\:min-h-0 {
    min-height: 0px !important
  }

  .xs\:min-h-full {
    min-height: 100% !important
  }

  .xs\:min-h-screen {
    min-height: 100vh !important
  }
}

.max-h-0 {
  max-height: 0px !important
}

.max-h-full {
  max-height: 100% !important
}

.max-h-screen {
  max-height: 100vh !important
}

.max-h-min {
  max-height: -moz-min-content !important;
  max-height: min-content !important
}

.max-h-max {
  max-height: -moz-max-content !important;
  max-height: max-content !important
}

.max-h-fit {
  max-height: -moz-fit-content !important;
  max-height: fit-content !important
}

.max-h-1rem {
  max-height: 1rem !important
}

.max-h-2rem {
  max-height: 2rem !important
}

.max-h-3rem {
  max-height: 3rem !important
}

.max-h-4rem {
  max-height: 4rem !important
}

.max-h-5rem {
  max-height: 5rem !important
}

.max-h-6rem {
  max-height: 6rem !important
}

.max-h-7rem {
  max-height: 7rem !important
}

.max-h-8rem {
  max-height: 8rem !important
}

.max-h-9rem {
  max-height: 9rem !important
}

.max-h-10rem {
  max-height: 10rem !important
}

.max-h-11rem {
  max-height: 11rem !important
}

.max-h-12rem {
  max-height: 12rem !important
}

.max-h-13rem {
  max-height: 13rem !important
}

.max-h-14rem {
  max-height: 14rem !important
}

.max-h-15rem {
  max-height: 15rem !important
}

.max-h-16rem {
  max-height: 16rem !important
}

.max-h-17rem {
  max-height: 17rem !important
}

.max-h-18rem {
  max-height: 18rem !important
}

.max-h-19rem {
  max-height: 19rem !important
}

.max-h-20rem {
  max-height: 20rem !important
}

.max-h-21rem {
  max-height: 21rem !important
}

.max-h-22rem {
  max-height: 22rem !important
}

.max-h-23rem {
  max-height: 23rem !important
}

.max-h-24rem {
  max-height: 24rem !important
}

.max-h-25rem {
  max-height: 25rem !important
}

.max-h-26rem {
  max-height: 26rem !important
}

.max-h-27rem {
  max-height: 27rem !important
}

.max-h-28rem {
  max-height: 28rem !important
}

.max-h-29rem {
  max-height: 29rem !important
}

.max-h-30rem {
  max-height: 30rem !important
}

@media screen and (max-width: 1830px) {
  .lg\:max-h-0 {
    max-height: 0px !important
  }

  .lg\:max-h-full {
    max-height: 100% !important
  }

  .lg\:max-h-screen {
    max-height: 100vh !important
  }

  .lg\:max-h-min {
    max-height: -moz-min-content !important;
    max-height: min-content !important
  }

  .lg\:max-h-max {
    max-height: -moz-max-content !important;
    max-height: max-content !important
  }

  .lg\:max-h-fit {
    max-height: -moz-fit-content !important;
    max-height: fit-content !important
  }

  .lg\:max-h-1rem {
    max-height: 1rem !important
  }

  .lg\:max-h-2rem {
    max-height: 2rem !important
  }

  .lg\:max-h-3rem {
    max-height: 3rem !important
  }

  .lg\:max-h-4rem {
    max-height: 4rem !important
  }

  .lg\:max-h-5rem {
    max-height: 5rem !important
  }

  .lg\:max-h-6rem {
    max-height: 6rem !important
  }

  .lg\:max-h-7rem {
    max-height: 7rem !important
  }

  .lg\:max-h-8rem {
    max-height: 8rem !important
  }

  .lg\:max-h-9rem {
    max-height: 9rem !important
  }

  .lg\:max-h-10rem {
    max-height: 10rem !important
  }

  .lg\:max-h-11rem {
    max-height: 11rem !important
  }

  .lg\:max-h-12rem {
    max-height: 12rem !important
  }

  .lg\:max-h-13rem {
    max-height: 13rem !important
  }

  .lg\:max-h-14rem {
    max-height: 14rem !important
  }

  .lg\:max-h-15rem {
    max-height: 15rem !important
  }

  .lg\:max-h-16rem {
    max-height: 16rem !important
  }

  .lg\:max-h-17rem {
    max-height: 17rem !important
  }

  .lg\:max-h-18rem {
    max-height: 18rem !important
  }

  .lg\:max-h-19rem {
    max-height: 19rem !important
  }

  .lg\:max-h-20rem {
    max-height: 20rem !important
  }

  .lg\:max-h-21rem {
    max-height: 21rem !important
  }

  .lg\:max-h-22rem {
    max-height: 22rem !important
  }

  .lg\:max-h-23rem {
    max-height: 23rem !important
  }

  .lg\:max-h-24rem {
    max-height: 24rem !important
  }

  .lg\:max-h-25rem {
    max-height: 25rem !important
  }

  .lg\:max-h-26rem {
    max-height: 26rem !important
  }

  .lg\:max-h-27rem {
    max-height: 27rem !important
  }

  .lg\:max-h-28rem {
    max-height: 28rem !important
  }

  .lg\:max-h-29rem {
    max-height: 29rem !important
  }

  .lg\:max-h-30rem {
    max-height: 30rem !important
  }
}

@media screen and (max-width: 1279px) {
  .md\:max-h-0 {
    max-height: 0px !important
  }

  .md\:max-h-full {
    max-height: 100% !important
  }

  .md\:max-h-screen {
    max-height: 100vh !important
  }

  .md\:max-h-min {
    max-height: -moz-min-content !important;
    max-height: min-content !important
  }

  .md\:max-h-max {
    max-height: -moz-max-content !important;
    max-height: max-content !important
  }

  .md\:max-h-fit {
    max-height: -moz-fit-content !important;
    max-height: fit-content !important
  }

  .md\:max-h-1rem {
    max-height: 1rem !important
  }

  .md\:max-h-2rem {
    max-height: 2rem !important
  }

  .md\:max-h-3rem {
    max-height: 3rem !important
  }

  .md\:max-h-4rem {
    max-height: 4rem !important
  }

  .md\:max-h-5rem {
    max-height: 5rem !important
  }

  .md\:max-h-6rem {
    max-height: 6rem !important
  }

  .md\:max-h-7rem {
    max-height: 7rem !important
  }

  .md\:max-h-8rem {
    max-height: 8rem !important
  }

  .md\:max-h-9rem {
    max-height: 9rem !important
  }

  .md\:max-h-10rem {
    max-height: 10rem !important
  }

  .md\:max-h-11rem {
    max-height: 11rem !important
  }

  .md\:max-h-12rem {
    max-height: 12rem !important
  }

  .md\:max-h-13rem {
    max-height: 13rem !important
  }

  .md\:max-h-14rem {
    max-height: 14rem !important
  }

  .md\:max-h-15rem {
    max-height: 15rem !important
  }

  .md\:max-h-16rem {
    max-height: 16rem !important
  }

  .md\:max-h-17rem {
    max-height: 17rem !important
  }

  .md\:max-h-18rem {
    max-height: 18rem !important
  }

  .md\:max-h-19rem {
    max-height: 19rem !important
  }

  .md\:max-h-20rem {
    max-height: 20rem !important
  }

  .md\:max-h-21rem {
    max-height: 21rem !important
  }

  .md\:max-h-22rem {
    max-height: 22rem !important
  }

  .md\:max-h-23rem {
    max-height: 23rem !important
  }

  .md\:max-h-24rem {
    max-height: 24rem !important
  }

  .md\:max-h-25rem {
    max-height: 25rem !important
  }

  .md\:max-h-26rem {
    max-height: 26rem !important
  }

  .md\:max-h-27rem {
    max-height: 27rem !important
  }

  .md\:max-h-28rem {
    max-height: 28rem !important
  }

  .md\:max-h-29rem {
    max-height: 29rem !important
  }

  .md\:max-h-30rem {
    max-height: 30rem !important
  }
}

@media screen and (max-width: 780px) {
  .xs\:max-h-0 {
    max-height: 0px !important
  }

  .xs\:max-h-full {
    max-height: 100% !important
  }

  .xs\:max-h-screen {
    max-height: 100vh !important
  }

  .xs\:max-h-min {
    max-height: -moz-min-content !important;
    max-height: min-content !important
  }

  .xs\:max-h-max {
    max-height: -moz-max-content !important;
    max-height: max-content !important
  }

  .xs\:max-h-fit {
    max-height: -moz-fit-content !important;
    max-height: fit-content !important
  }

  .xs\:max-h-1rem {
    max-height: 1rem !important
  }

  .xs\:max-h-2rem {
    max-height: 2rem !important
  }

  .xs\:max-h-3rem {
    max-height: 3rem !important
  }

  .xs\:max-h-4rem {
    max-height: 4rem !important
  }

  .xs\:max-h-5rem {
    max-height: 5rem !important
  }

  .xs\:max-h-6rem {
    max-height: 6rem !important
  }

  .xs\:max-h-7rem {
    max-height: 7rem !important
  }

  .xs\:max-h-8rem {
    max-height: 8rem !important
  }

  .xs\:max-h-9rem {
    max-height: 9rem !important
  }

  .xs\:max-h-10rem {
    max-height: 10rem !important
  }

  .xs\:max-h-11rem {
    max-height: 11rem !important
  }

  .xs\:max-h-12rem {
    max-height: 12rem !important
  }

  .xs\:max-h-13rem {
    max-height: 13rem !important
  }

  .xs\:max-h-14rem {
    max-height: 14rem !important
  }

  .xs\:max-h-15rem {
    max-height: 15rem !important
  }

  .xs\:max-h-16rem {
    max-height: 16rem !important
  }

  .xs\:max-h-17rem {
    max-height: 17rem !important
  }

  .xs\:max-h-18rem {
    max-height: 18rem !important
  }

  .xs\:max-h-19rem {
    max-height: 19rem !important
  }

  .xs\:max-h-20rem {
    max-height: 20rem !important
  }

  .xs\:max-h-21rem {
    max-height: 21rem !important
  }

  .xs\:max-h-22rem {
    max-height: 22rem !important
  }

  .xs\:max-h-23rem {
    max-height: 23rem !important
  }

  .xs\:max-h-24rem {
    max-height: 24rem !important
  }

  .xs\:max-h-25rem {
    max-height: 25rem !important
  }

  .xs\:max-h-26rem {
    max-height: 26rem !important
  }

  .xs\:max-h-27rem {
    max-height: 27rem !important
  }

  .xs\:max-h-28rem {
    max-height: 28rem !important
  }

  .xs\:max-h-29rem {
    max-height: 29rem !important
  }

  .xs\:max-h-30rem {
    max-height: 30rem !important
  }
}


.form-show {
  display: none !important
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2.5rem
}

@media screen and (max-width: 780px) {
  .form-row {
    flex-direction: column;
    margin-bottom: 2rem
  }
}

.form-row label {
  font-size: 1.8rem;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 1rem
}

@media screen and (max-width: 1830px) {
  .form-row label {
    font-size: 1.6rem
  }
}

@media screen and (max-width: 1279px) {
  .form-row label {
    font-size: 1.4rem
  }
}

.form-row label .required {
  position: relative
}

.form-row label .required:after {
  content: "*";
  color: #dd0808
}

.form-select,
.form-input {
  border: 1px solid #ccc;
  border-radius: 8px;
  color: #333;
  font-size: 1.8rem;
  line-height: 18px;
  padding: 20px;
  width: 100%
}

@media screen and (max-width: 1830px) {

  .form-select,
  .form-input {
    font-size: 1.6rem;
    padding: 15px
  }
}

@media screen and (max-width: 1279px) {

  .form-select,
  .form-input {
    font-size: 1.4rem
  }
}

.form-select::-moz-placeholder,
.form-input::-moz-placeholder {
  color: #ccc
}

.form-select::placeholder,
.form-input::placeholder {
  color: #ccc
}

.form-textarea {
  border: 1px solid #ccc;
  border-radius: 8px;
  color: #333;
  font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol;
  padding: 20px 15px;
  min-height: 120px;
  resize: none;
  width: 100%
}

@media screen and (max-width: 1830px) {
  .form-textarea {
    font-size: 1.6rem;
    padding: 15px
  }
}

.form-textarea::-moz-placeholder {
  color: #ccc
}

.form-textarea::placeholder {
  color: #ccc
}

.form-loading,
.form-response {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}

.form-loading {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  z-index: 99;
  height: 100%;
  width: 100%;
}

.form-loading::after {
  content: '';
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .1;
  height: 100%;
  width: 100%;
}


.form-response {
  padding: 2rem;
  text-align: center
}

@media screen and (max-width: 780px) {
  .form-response {
    padding: 1rem 5rem
  }
}

.form-response.success {
  border: 1px solid #0067B1;
  background-color: #0067B1;
  color: #fff
}

.form-response.error {
  border: 1px solid #0067B1;
  background-color: #0067B1;
  color: #fff
}

.form .nice-select {
  height: 63px
}

@media screen and (max-width: 1279px) {
  .form .nice-select {
    height: 50px
  }
}

.agreement-block {
  margin-top: -1rem;
  margin-bottom: 2.4rem
}

@media screen and (max-width: 1279px) {
  .agreement-block {
    margin-top: -.5rem
  }
}

.agreement-block .agreement-text {
  color: #ccc;
  font-size: 1.4rem
}

.agreement-block .agreement-text a {
  color: #ccc;
  text-decoration: underline
}

.agreement-block .agreement-text a:hover {
  text-decoration: none
}

.agreement-block .agreement-text a:hover:hover {
  color: #ccc;
  opacity: 1
}

.radio-switcher {
  background: #f2f5f7;
  border-radius: 50px;
  display: inline-flex;
  padding: 3px
}

.radio-switcher div:not(:last-child) {
  margin-right: 2rem
}

.radio-switcher label {
  background: #f2f5f7;
  border-radius: 50px;
  cursor: pointer;
  display: inline-block;
  padding: 10px 30px;
  transition: all .3s linear
}

.radio-switcher input {
  position: absolute;
  left: -9999px
}

.radio-switcher input:checked~label {
  background-color: #0067B1;
  color: #fff;
  cursor: default
}

input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none
}

button {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent
}

.btn {
  background: none;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  display: block;
  font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: normal;
  padding: 15px;
  text-align: center;
  transition: opacity .2s ease-out
}

.btn:disabled {
  cursor: default;
  opacity: .7
}

.btn:hover {
  opacity: .8
}

.btn--radius {
  border-radius: 42px;
  padding: 25px
}

@media screen and (max-width: 1830px) {
  .btn--radius {
    padding: 15px
  }
}

@media screen and (max-width: 1279px) {
  .btn--radius {
    border-radius: 24px
  }
}

@media screen and (max-width: 780px) {
  .btn--radius {
    padding: 10px
  }
}

.btn--upper {
  text-transform: uppercase
}

@media screen and (max-width: 1279px) {
  .btn--upper {
    font-size: 1.4rem;
    padding: 12px
  }
}

.btn--large {
  padding: 20px
}

@media screen and (max-width: 1279px) {
  .btn--large {
    padding: 15px
  }
}

@media screen and (max-width: 780px) {
  .btn--large {
    padding: 10px
  }
}

.btn-primary {
  background-color: #0067B1;
  color: #fff
}

.btn-primary:not(:disabled):hover {
  color: #fff
}

.btn-secondary {
  background-color: transparent;
  border: 1px solid #0067B1;
  color: #0067B1
}

.btn-secondary:not(:disabled):hover {
  background-color: #0067B1;
  color: #fff;
  opacity: 1
}

.btn-show-more {
  background: #f2f5f7;
  color: #333
}

.btn-show-more:not(:disabled):hover {
  color: #333
}

.btn-grey {
  background-color: #999;
  color: #fff
}

.btn-grey:not(:disabled):hover {
  color: #fff
}

.social-block .social-icon {
  border-radius: 8px;
  background-color: #f4f4f4;
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 8px;
  padding: 7px 8px;
  opacity: 1;
  height: 36px;
  width: 36px;
  transition: all .2s linear
}

.social-block .social-icon-vk {
  background-image: url(/wp-content/themes/geometriumv2/assets/img/icons/soc_vk.svg)
}

.social-block .social-icon-vk:hover {
  background-image: url(/wp-content/themes/geometriumv2/assets/img/icons/soc_vk-h.svg)
}

.social-block .social-icon-dzen {
  background-image: url(/wp-content/themes/geometriumv2/assets/img/icons/soc_dzen.svg)
}

.social-block .social-icon-dzen:hover {
  background-image: url(/wp-content/themes/geometriumv2/assets/img/icons/soc_dzen-h.svg)
}

.social-block .social-icon-tg {
  background-image: url(/wp-content/themes/geometriumv2/assets/img/icons/soc_telegram.svg)
}

.social-block .social-icon-tg:hover {
  background-image: url(/wp-content/themes/geometriumv2/assets/img/icons/soc_telegram-h.svg)
}

.social-block .social-icon-youtube {
  background-image: url(/wp-content/themes/geometriumv2/assets/img/icons/soc_youtube.svg)
}

.social-block .social-icon-youtube:hover {
  background-image: url(/wp-content/themes/geometriumv2/assets/img/icons/soc_youtube-h.svg)
}

.social-block--large .social-icon {
  background-size: 37px 36px;
  border-radius: 14px;
  margin-right: 23px;
  padding: 13px 14px;
  height: 64px;
  width: 64px
}

@media screen and (max-width: 1279px) {
  .social-block--large .social-icon {
    background-size: 23px 23px;
    border-radius: 9px;
    margin-right: 13px;
    padding: 13px 14px;
    height: 40px;
    width: 40px
  }
}

@media screen and (max-width: 1279px) {
  .social-block--large .social-icon {
    background-size: auto;
    margin-right: 8px;
    padding: 7px 8px;
    height: 36px;
    width: 36px
  }
}

.bg-primary {
  background-color: #0067B1;
  color: #fff
}

.bg-secondary {
  background-color: #fff
}

.bg-transparent {
  background-color: transparent
}

.color-primary {
  color: #0067B1
}

.color-secondary,
.color-white {
  color: #fff
}

.popup {
  display: none;
  position: relative;
}

.popup.fancybox__content {
  border-radius: 0;
  background-color: #f2f5f7
}

.popup.fancybox__content>.f-button.is-close-btn {
  color: #868e96;
  top: 18px;
  right: 18px
}

@media screen and (max-width: 1279px) {
  .popup.fancybox__content>.f-button.is-close-btn {
    top: 10px;
    right: 7px
  }
}

@media screen and (max-width: 580px) {
  .popup.fancybox__content>.f-button.is-close-btn {
    background: none
  }
}

.popup.fancybox__content>.f-button.is-close-btn svg {
  height: 18px;
  width: 18px
}

.is-compact .popup.fancybox__content>.f-button.is-close-btn {
  top: 23px;
  right: 16px
}

@media screen and (max-width: 1279px) {
  .is-compact .popup.fancybox__content>.f-button.is-close-btn {
    top: 10px;
    right: 7px
  }
}

.popup-form.fancybox__content {
  border-radius: 16px;
  max-width: 536px;
  padding: 30px 35px
}

@media screen and (max-width: 1279px) {
  .popup-form.fancybox__content {
    max-width: 450px;
    padding: 20px 25px
  }
}

.popup-form h5 {
  color: #0067B1;
  font-weight: 400;
  font-size: 3.6rem;
  line-height: 1;
  text-align: center;
  margin-bottom: 5rem
}

@media screen and (max-width: 1279px) {
  .popup-form h5 {
    font-size: 2.4rem;
    margin-bottom: 2.5rem
  }
}

.popup-form.fancybox__content.popup--width {
  max-width: 1000px
}

.product-list-item {
  display: flex;
  flex-direction: column;
  height: 100%
}

.product-list-item .image {
  margin-bottom: 2rem;
  position: relative;
  height: 13em
}

@media screen and (max-width: 1279px) {
  .product-list-item .image {
    margin-bottom: 1.5rem
  }
}

.product-list-item .image img {
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  height: 100%;
  width: 100%
}

.product-list-item .sale {
  background-color: #0067B1;
  border-radius: 8px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  top: 15px;
  left: 10px;
  padding: 4px 10px 5px;
  text-transform: uppercase
}

@media screen and (max-width: 1279px) {
  .product-list-item .sale {
    border-radius: 6px;
    font-size: 1.2rem;
    padding: 4px 7px;
    top: 10px;
    left: 10px
  }
}

.product-list-item .category {
  font-weight: 600;
  font-size: 2.4rem;
  letter-spacing: .01em;
  margin-bottom: 2rem
}

@media screen and (max-width: 1279px) {
  .product-list-item .category {
    font-size: 1.8rem;
    margin-bottom: 1rem
  }
}

.product-list-item .title {
  font-weight: 400;
  font-size: 2rem;
  flex-grow: 1;
  margin-bottom: 3rem;
  padding-right: 2rem
}

@media screen and (max-width: 1279px) {
  .product-list-item .title {
    font-size: 1.6rem;
    margin-bottom: 2rem
  }
}

.product-list-item .type {
  margin-bottom: 2rem
}

@media screen and (max-width: 1279px) {
  .product-list-item .type {
    margin-bottom: 1rem
  }
}

.product-list-item .price {
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 105%;
  letter-spacing: .01em;
  margin-bottom: 2rem
}

@media screen and (max-width: 1279px) {
  .product-list-item .price {
    font-size: 1.8rem;
    margin-bottom: 1rem
  }
}

.product-list-item .tags {
  position: absolute;
  bottom: 10px;
  left: 10px
}

.product-list-item .tags-item {
  background: #d9eeff;
  border-radius: 40px;
  color: #005b95;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 130%;
  letter-spacing: 0em;
  text-align: center;
  padding: 5px 15px
}

.product-list-item .tags-item:nth-child(n+1) {
  margin-top: .5rem
}

@media screen and (max-width: 1279px) {
  .product-list-item .tags-item {
    border-radius: 8px;
    font-size: 1.1rem;
    padding: 2px 7px
  }
}

.to-pdf {
  background-color: #fff;
  font-size: 1.4rem;
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  visibility: hidden;
  height: 0;
}

.logo-row {
  border-bottom: 1px solid #999;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.to-pdf .product-caption {
  padding: 15px;
}

.to-pdf .product-caption ul li {
  padding: 10px 15px;
}

.to-pdf .product-caption .price {
  font-size: 2rem;
}

.to-pdf .product-info-title {
  padding: 10px 0 10px 10px;
}

.to-pdf .product-info-title h4 {
  font-size: 1.7rem;
}


.to-pdf .product-info {
  padding-bottom: 10px;
}

.to-pdf .product-info ul li {
  padding: 10px 15px;
}

@media screen and (max-width: 440px) {
  .related-products .xs\:col-6 {
    width: 100%;
  }
}

.header {
  background-color: #fff;
  font-size: 1.4rem;
  padding: 50px 0;
  width: 100%
}

@media screen and (max-width: 1830px) {
  .header {
    padding: 35px 0
  }
}

@media screen and (max-width: 780px) {
  .header {
    padding: 25px 0
  }
}

.header.fix {
  position: fixed;
  top: 0;
  left: 0;
  padding: 15px 0;
  z-index: 9999
}

.header a {
  color: #666
}

.header .logo {
  margin-right: 4.7rem
}

@media screen and (max-width: 1830px) {
  .header .logo {
    margin-right: 1.5rem;
    max-width: 150px
  }
}

.header .logo a:hover {
  opacity: 1
}

@media screen and (max-width: 1279px) {
  .header .menu-header-container {
    display: none
  }
}

@media screen and (max-width: 780px) {
  .header .menu-header-container {
    position: relative
  }
}

@media screen and (max-width: 1279px) {
  .header .mobile-menu {
    background-color: #fff;
    box-shadow: #0000002e 0 2px 4px;
    border-radius: 16px;
    display: block;
    position: absolute;
    left: 0;
    top: 110%;
    padding: 20px;
    width: 250px;
    overflow: hidden;
    z-index: 9999
  }
}

@media screen and (max-width: 780px) {
  .header .mobile-menu {
    left: unset;
    right: 0;
    top: 20px;
    width: 290px
  }
}

.header .mobile-label {
  display: none;
}

@media screen and (max-width: 1279px) {
  .header .mobile-label {
    display: block;
  }
}

.header .menu {
  display: flex;
  flex-wrap: wrap
}

@media screen and (max-width: 1279px) {
  .header .menu {
    display: block
  }
}

@media screen and (max-width: 780px) {
  .header .menu {
    margin-bottom: 2rem
  }
}

.header .menu li {
  margin-right: 2.4rem;
  margin-bottom: 0
}

@media screen and (max-width: 1830px) {
  .header .menu li {
    margin-right: 1.2rem
  }
}

@media screen and (max-width: 1279px) {
  .header .menu li {
    margin-right: 0;
    margin-bottom: 1rem
  }
}



.header .menu li:last-child {
  margin-right: 0
}

@media screen and (max-width: 1279px) {
  .header .menu li:last-child {
    margin-bottom: 0
  }
}

.header .menu li a {
  position: relative
}

@media screen and (max-width: 1279px) {
  .header .menu li a {
    font-size: 1.6rem
  }
}

.header .menu li a:before {
  content: "";
  background-color: #0067B1;
  position: absolute;
  left: 0;
  bottom: -4px;
  height: 2px;
  transition: all .2s ease-out;
  width: 0
}

.header .menu li a:focus:before,
.header .menu li a:active:before,
.header .menu li a:hover:before {
  width: 100%
}

@media screen and (max-width: 1279px) {

  .header .menu li a:focus:before,
  .header .menu li a:active:before,
  .header .menu li a:hover:before {
    width: 0
  }
}

@media screen and (max-width: 780px) {
  .header .contacts {
    margin-bottom: 10px
  }
}

.header .contacts-link {
  display: flex;
  align-items: center
}

.header .contacts-link .icon {
  background-image: url(assets/img/icons/contacts.svg);
  background-size: 100%;
  display: inline-block;
  margin-right: 3px;
  height: 24px;
  width: 24px
}

.header .contacts-link .text {
  text-decoration: underline
}

.header .contacts-link:hover {
  opacity: 1
}

.header .contacts-link:hover .text {
  text-decoration: none
}

.header .phone-block {
  position: relative
}

.header .phone {
  font-size: 1.8rem;
  font-weight: 600;
  padding-top: 3px
}

.header .callback {
  font-size: 1.1rem;
  position: absolute;
  right: 0;
  bottom: -14px
}

@media screen and (max-width: 780px) {
  .header .callback {
    bottom: -18px
  }
}

.mobile-checkbox {
  position: absolute;
  left: -9999px
}

.mobile-label {
  cursor: pointer
}

.mobile-label .line {
  fill: none;
  stroke: #333;
  stroke-width: 3;
  transition: stroke-dasharray .6s cubic-bezier(.4, 0, .2, 1), stroke-dashoffset .6s cubic-bezier(.4, 0, .2, 1)
}

.mobile-label .line1 {
  stroke-dasharray: 60 207;
  stroke-width: 6
}

.mobile-label .line2 {
  stroke-dasharray: 60 60;
  stroke-width: 6
}

.mobile-label .line3 {
  stroke-dasharray: 60 207;
  stroke-width: 6
}

.mobile-checkbox:checked~.mobile-label svg .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6
}

.mobile-checkbox:checked~.mobile-label svg .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6
}

.mobile-checkbox:checked~.mobile-label svg .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6
}

.mobile-checkbox:checked~.menu-header-container {
  display: block
}

@media screen and (max-width: 1279px) {
  .mobile-checkbox:checked~.menu-header-container .menu {
    transform: translateY(0)
  }
}

.with-fancybox .fix {
  display: none
}

footer {
  background-color: #333;
  color: #fff;
  padding-top: 130px
}

@media screen and (max-width: 780px) {
  footer {
    padding-top: 80px
  }
}

footer a {
  color: #fff
}

.footer-block {
  margin-bottom: 4rem;
  padding-bottom: 5.5rem;
  border-bottom: 2px #fff solid
}

@media screen and (min-width: 780px) and (max-width: 1430px) {
  .footer-block {
    padding-left: 120px
  }
}

@media screen and (max-width: 780px) {
  .footer-block {
    margin-bottom: 3rem;
    padding-bottom: 3.5rem
  }
}

.footer-title {
  font-size: 2rem;
  line-height: 120%;
  margin-bottom: 2rem;
  text-transform: uppercase
}

@media screen and (max-width: 780px) {
  .footer-title {
    font-size: 1.8rem;
    margin-bottom: 1.5rem
  }
}

.footer-list-item {
  font-size: 1.6rem;
  margin-bottom: 2rem
}

.footer-list-item:last-child {
  margin-bottom: 0
}

@media screen and (max-width: 780px) {
  .footer-list-item {
    font-size: 1.4rem;
    margin-bottom: 1.3rem
  }
}

.footer-bottom {
  padding-bottom: 100px
}

@media screen and (max-width: 780px) {
  .footer-bottom {
    padding-bottom: 60px
  }
}

.footer-bottom .phone {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 100%;
  text-transform: uppercase
}

@media screen and (max-width: 1279px) {
  .footer-bottom .phone {
    font-size: 2rem
  }
}

.footer-bottom .email {
  font-weight: 700;
  margin-left: 350px
}

@media screen and (max-width: 1830px) {
  .footer-bottom .email {
    margin-left: 200px
  }
}

@media screen and (max-width: 1279px) {
  .footer-bottom .email {
    margin-left: 0
  }
}

.social-block a {
  margin-right: 3rem
}

@media screen and (max-width: 780px) {
  .social-block a {
    margin-right: 1.5rem
  }
}

.social-block a:last-child {
  margin-right: 0
}

.home .top-video-bg {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  height: 670px
}

@media screen and (max-width: 1830px) {
  .home .top-video-bg {
    height: 453px
  }
}

@media screen and (max-width: 1279px) {
  .home .top-video-bg {
    height: 405px
  }
}

@media screen and (max-width: 780px) {
  .home .top-video-bg {
    flex-direction: column;
    justify-content: flex-end;
    height: 457px;
    overflow: visible
  }
}

@media screen and (max-width: 440px) {
  .home .top-video-bg {
    height: 270px
  }
}

.home .top-video-bg video {
  border-radius: 16px;
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  inset: 0;
  z-index: -1
}

@media screen and (max-width: 780px) {
  .home .top-video-bg video {
    left: -50%;
    width: 810px
  }
}

@media screen and (max-width: 440px) {
  .home .top-video-bg video {
    left: -30px;
    width: 480px
  }
}

.home .top-video-bg h1 {
  text-transform: uppercase
}

.home .top-video-bg .btn {
  font-weight: 600
}

.home .top-text-banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #333;
  border-radius: 16px;
  padding: 10px 40px;
  position: relative;
  min-height: 271px;
  z-index: 2;
}
.home .top-text-banner-bg {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 16px;
  filter: brightness(50%);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}


@media screen and (max-width: 1830px) {
  .home .top-text-banner {
    padding: 8px 15px;
    min-height: 200px
  }
}


@media screen and (max-width: 780px) {
  .home .top-text-banner {
    min-height: unset;
    padding: 20px
  }
}

.home .top-image-banner {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #333;
  border-radius: 16px;
  position: relative;
  flex-grow: 1
}

@media screen and (max-width: 780px) {
  .home .top-image-banner {
    min-height: 230px
  }
}

.home .top-image-banner-text {
  background-color: #00000059;
  padding: 20px 40px;
}

@media screen and (max-width: 1830px) {
  .home .top-image-banner-text {
    padding: 8px 15px;
  }
}

.home .category-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center
}

@media screen and (max-width: 1279px) {
  .home .category-list {
    justify-content: space-between
  }
}

.home .category-list-item {
  margin-bottom: 3rem;
  padding: 0 50px;
  text-align: center
}

@media screen and (max-width: 1279px) {
  .home .category-list-item {
    margin-bottom: 2rem;
    max-width: 50%;
    padding: 0 20px
  }
}

.home .category-list-image {
  margin-bottom: 2.5rem
}

@media screen and (max-width: 1279px) {
  .home .category-list-image {
    margin-bottom: 1rem
  }
}

.home .category-list-name {
  color: #333;
  font-weight: 500;
  text-transform: uppercase
}

.filter {
  position: relative
}

.brands-line {
  margin-left: -1.5rem;
  margin-right: -1.5rem
}

.brands-line .brands-filter {
  height: 50px;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  margin-bottom: 1rem
}

@media screen and (max-width: 780px) {
  .brands-line .brands-filter {
    display: block;
    height: 35px
  }
}

.brands-line .brands-filter img {
  max-height: 100%;
  max-width: unset
}

.filter-title {
  text-transform: uppercase
}

.filter-data {
  margin-left: -1rem;
  margin-right: -1rem
}

@media screen and (max-width: 1830px) {
  .filter-data {
    margin-left: -.5rem;
    margin-right: -.5rem
  }
}

@media screen and (max-width: 1279px) {
  .filter-data {
    height: auto
  }
}

.filter-button-row,
.filter-price-row,
.filter-select-row {
  position: relative;
  margin-left: 1rem;
  margin-right: 1rem;
  height: 56px;
  width: calc(20% - 2rem)
}

@media screen and (max-width: 1830px) {

  .filter-button-row,
  .filter-price-row,
  .filter-select-row {
    margin-left: .5rem;
    margin-right: .5rem;
    width: calc(20% - 1rem)
  }
}

@media screen and (max-width: 1279px) {

  .filter-button-row,
  .filter-price-row,
  .filter-select-row {
    margin-bottom: 1.5rem;
    width: calc(50% - 1rem)
  }
}

@media screen and (max-width: 780px) {

  .filter-button-row,
  .filter-price-row,
  .filter-select-row {
    margin-left: 0;
    margin-right: 0;
    width: 100%
  }
}

.filter-button-row select,
.filter-price-row select,
.filter-select-row select {
  display: none
}

.filter-button-row .nice-select,
.filter-price-row .nice-select,
.filter-select-row .nice-select {
  border: 1px solid #ccc;
  border-radius: 6px;
  line-height: 54px;
  height: 100%;
  width: 100%
}

.filter-button-row .nice-select.disabled,
.filter-price-row .nice-select.disabled,
.filter-select-row .nice-select.disabled {
  background: #e7e7e7
}

.nice-select.open .nice-select-dropdown {
  width: 100%
}

.filter-price-row {
  display: flex
}

.filter-price-row input {
  border: 1px solid #ccc;
  padding: 17px;
  height: 100%;
  width: 100%
}

#wrapper-price-from input {
  border-radius: 6px 0 0 6px
}

#wrapper-price-to input {
  border-left: 0;
  border-radius: 0 6px 6px 0
}

.filter-button-row {
  flex-grow: 1
}

@media screen and (max-width: 1830px) {
  .filter-button-row .btn {
    padding: 11px
  }
}

.loading {
  position: relative
}

.loading:before,
.loading:after {
  position: absolute;
  inset: 0
}

.loading:before {
  content: "";
  background-color: #dddbdd;
  border-radius: 8px;
  z-index: 2;
  height: 100%;
  width: 100%
}

.loading:after {
  content: "";
  transform: translate(-100%);
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 20%, rgba(255, 255, 255, .5) 60%, rgba(255, 255, 255, 0));
  animation: shimmer 5s infinite;
  z-index: 3
}

@keyframes shimmer {
  to {
    transform: translate(100%)
  }
}

.filter-spinner {
  width: 28px;
  height: 28px;
  position: fixed;
  left: calc(50% - 14px);
  top: calc(50% - 14px);
  z-index: 1000001
}

.filter-spinner:after {
  content: "";
  position: absolute;
  opacity: 1;
  border: 1px solid #f3f3f3;
  border-top: 1px solid #9f9f9f;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  inset: 0;
  margin: auto;
  animation: .5s linear infinite loading-spinner
}

.filter-overlay {
  content: " ";
  background: #252525;
  opacity: .3;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  margin: 0;
  height: 100%;
  width: 100%;
  transition: opacity 50ms linear
}

@keyframes loading-spinner {
  0% {
    transform: rotate(0)
  }

  to {
    transform: rotate(360deg)
  }
}

#filtered-products {
  position: relative;
  margin-right: -1.5rem;
  margin-left: -1.5rem;
  min-height: 550px
}

@media screen and (max-width: 1279px) {
  #filtered-products {
    margin-right: -.75rem;
    margin-left: -.75rem;
    min-height: 410px
  }
}

@media screen and (max-width: 440px) {
  #filtered-products {
    justify-content: center
  }
}

#filtered-products .filter-product-item {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  margin-bottom: 3rem;
  width: calc(20% - 3rem)
}

@media screen and (max-width: 1830px) {
  #filtered-products .filter-product-item {
    width: calc(25% - 3rem)
  }
}

@media screen and (max-width: 1279px) {
  #filtered-products .filter-product-item {
    margin-right: .75rem;
    margin-left: .75rem;
    margin-bottom: 2rem;
    width: calc(33.3333333333% - 1.5rem)
  }
}

@media screen and (max-width: 780px) {
  #filtered-products .filter-product-item {
    width: calc(50% - 1.5rem)
  }
}

@media screen and (max-width: 440px) {
  #filtered-products .filter-product-item {
    width: 80%
  }
}

#filtered-products .last-item {
  background-color: #f2f5f7;
  display: flex;
  align-items: center;
  padding: 25px;
  min-height: 540px
}

@media screen and (max-width: 1279px) {
  #filtered-products .last-item {
    min-height: 410px;
    padding: 10px
  }
}

#filtered-products .text-block {
  background: #fff;
  padding: 15px 15px 30px
}

@media screen and (max-width: 1279px) {
  #filtered-products .text-block {
    padding: 10px 10px 15px
  }
}

#filtered-products .last-item-title {
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 117%;
  letter-spacing: .01em;
  margin-bottom: 1rem
}

@media screen and (max-width: 1279px) {
  #filtered-products .last-item-title {
    font-size: 1.8rem
  }
}

#filtered-products .last-item-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 123%;
  margin-bottom: 1rem
}

@media screen and (max-width: 1279px) {
  #filtered-products .last-item-text {
    font-size: 1.4rem
  }
}

.mid-banners {
  margin-bottom: 7rem
}

@media screen and (max-width: 1279px) {
  .mid-banners {
    margin-bottom: 4rem
  }
}

.mid-banners-video {
  border-radius: 16px;
  padding: 30px 40px;
  position: relative;
  overflow: hidden;
  height: 400px
}

@media screen and (max-width: 1830px) {
  .mid-banners-video {
    padding: 15px 20px;
    height: 280px
  }
}

@media screen and (max-width: 780px) {
  .mid-banners-video {
    padding: 15px 20px;
    height: 230px
  }
}


.mid-banners-video iframe,
.mid-banners-video video {
  border-radius: 16px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1
}


.mid-banners-video iframe {
  height: calc(100% + 10px);
  width: 100%;
  z-index: 1;
}

@media screen and (max-width: 440px) {
  .mid-banners-video iframe,
  .mid-banners-video video {
    left: 50%;
    height: 220px;
    width: 410px;
    transform: translate(-50%, -50%)
  }
}

@media screen and (max-width: 1279px) {
  .mid-banners-video.video--small {
    height: 190px
  }
}

.mid-banners-title {
  font-size: 4.8rem;
  text-transform: uppercase
}

@media screen and (max-width: 1279px) {
  .mid-banners-title {
    font-size: 3.6rem
  }
}

@media screen and (max-width: 780px) {
  .mid-banners-title {
    font-size: 2.4rem
  }
}

.mid-banners-subtitle {
  font-size: 2.4rem;
  flex-grow: 1
}

@media screen and (max-width: 1279px) {
  .mid-banners-subtitle {
    font-size: 2rem
  }
}

@media screen and (max-width: 780px) {
  .mid-banners-subtitle {
    font-size: 1.8rem
  }
}

.mid-banners-video--text {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0;
}

.mid-banners-video--text:hover {
  opacity: 1;
}

.mid-banners-video-text {
  background-color: #00000059;
  padding: 20px 40px;
}

@media screen and (max-width: 1830px) {
  .mid-banners-video-text {
    padding: 8px 15px;
  }
}


.benefits {
  margin-bottom: 12rem
}

@media screen and (max-width: 1830px) {
  .benefits {
    margin-bottom: 8rem
  }
}

@media screen and (max-width: 1279px) {
  .benefits {
    margin-bottom: 6rem
  }
}

@media screen and (max-width: 1830px) {
  .benefits .cards-block {
    padding: 0 200px
  }
}

@media screen and (max-width: 1279px) {
  .benefits .cards-block {
    padding: 0 40px
  }
}

@media screen and (max-width: 780px) {
  .benefits .cards-block {
    padding: 0
  }
}

.benefits .cards-item {
  padding: 75px 50px 0;
  height: 280px
}

@media screen and (max-width: 1279px) {
  .benefits .cards-item {
    padding: 20px 50px 0;
    height: 200px
  }
}

.benefits .cards-title {
  display: flex;
  align-items: center;
  height: 205px
}

.benefits-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around
}

.bottom-banner {
  margin-bottom: 10rem
}

@media screen and (max-width: 1830px) {
  .bottom-banner {
    margin-bottom: 8rem
  }
}

@media screen and (max-width: 1279px) {
  .bottom-banner {
    margin-bottom: 3rem
  }
}

.bott-banner-block {
  position: relative
}

.bott-banner-text {
  font-weight: 700;
  font-size: 12.8rem;
  letter-spacing: 0em;
  text-transform: uppercase;
  text-align: right;
  position: absolute;
  right: 120px;
  bottom: 60px
}

@media screen and (max-width: 1830px) {
  .bott-banner-text {
    font-size: 8.8rem;
    right: 80px;
    bottom: 40px
  }
}

@media screen and (max-width: 1279px) {
  .bott-banner-text {
    font-size: 5rem;
    right: 40px;
    bottom: 20px
  }
}

@media screen and (max-width: 780px) {
  .bott-banner-text {
    font-size: 2.4rem;
    right: 20px;
    bottom: 10px
  }
}

.home-feedbacks {
  margin-bottom: 9rem
}

@media screen and (max-width: 1279px) {
  .home-feedbacks {
    margin-bottom: 6rem
  }
}

@media screen and (max-width: 780px) {
  .home-feedbacks {
    margin-bottom: 4rem
  }
}

.home-feedbacks .feedbacks-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center
}

.home-feedbacks .arrow {
  margin-right: 1.5rem;
  position: relative;
  width: 360px
}

@media screen and (max-width: 1279px) {
  .home-feedbacks .arrow {
    display: none
  }
}

.home-feedbacks .arrow p {
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 700;
  font-size: 36px;
  letter-spacing: .01em;
  text-transform: uppercase;
  color: #fff
}

@media screen and (max-width: 1279px) {
  .home-feedbacks .arrow p {
    text-align: center;
    left: 55px
  }
}

.home-feedbacks .feedbacks-items {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 360px - 1.5rem);
}

@media screen and (max-width: 1830px) {
  .home-feedbacks .feedbacks-items {
    width: 700px
  }
}

.home-feedbacks .item {
  max-width: 700px;
  width: 100%;
}

.home-feedbacks .item:first-child {
  margin-right: 1.5rem
}

@media screen and (max-width: 1830px) {
  .home-feedbacks .item:first-child {
    margin-right: 0;
    margin-bottom: 4rem
  }
}

@media screen and (max-width: 1279px) {
  .home-feedbacks .item {
    margin-bottom: 4rem
  }
}

.home-feedbacks .item .feedback-text {
  height: 120px;
  margin-bottom: 1.5rem;
  overflow: hidden;
  text-overflow: ellipsis
}

@media screen and (max-width: 1279px) {
  .home-feedbacks .item .feedback-text {
    height: 90px;
    margin-bottom: 1rem;
  }
}

.home .leasing {
  margin-bottom: 9rem
}

@media screen and (max-width: 1279px) {
  .home .leasing {
    margin-bottom: 5rem
  }
}

.leasing-block {
  padding: 0 100px
}

@media screen and (max-width: 1830px) {
  .leasing-block {
    padding: 0
  }
}

.leasing-calc {
  max-width: 785px;
  width: 100%
}

@media screen and (max-width: 1830px) {
  .leasing-calc {
    max-width: 675px
  }
}

.leasing-calc .subtitle {
  font-size: 2.4rem
}

.calc-container {
  margin-bottom: 7rem
}

@media screen and (max-width: 1279px) {
  .calc-container {
    margin-bottom: 5rem
  }
}

.calc-container label {
  font-size: 2.4rem;
  font-weight: 600
}

@media screen and (max-width: 1279px) {
  .calc-container label {
    font-size: 2rem
  }
}

.calc-container:first-child .irs-grid-text:nth-last-child(1) {
  margin-left: -80px !important
}

@media screen and (max-width: 780px) {
  .calc-container:first-child .irs-grid-text:nth-last-child(1) {
    margin-left: -40px !important
  }
}

.calc-container:last-child .irs-grid-text:nth-last-child(1) {
  margin-left: -50px !important
}

@media screen and (max-width: 780px) {
  .calc-container:last-child .irs-grid-text:nth-last-child(1) {
    margin-left: -30px !important
  }
}

.calc-input {
  background: #f2f5f7;
  border: 2px solid #ccc;
  border-radius: 10px;
  font-size: 2.4rem;
  text-align: right;
  padding: 15px;
  height: 50px
}

@media screen and (max-width: 1279px) {
  .calc-input {
    font-size: 2rem;
    padding: 12px;
    height: 40px
  }
}

@media screen and (max-width: 780px) {
  .calc-input {
    margin-top: 1rem
  }
}

.calc-price-input {
  width: 250px
}

@media screen and (max-width: 1279px) {
  .calc-price-input {
    width: 180px
  }
}

@media screen and (max-width: 780px) {
  .calc-price-input {
    width: 100%
  }
}

.calc-vz-price-input {
  margin-right: 2rem;
  width: 175px
}

@media screen and (max-width: 1279px) {
  .calc-vz-price-input {
    margin-right: 1rem;
    width: 160px
  }
}

@media screen and (max-width: 780px) {
  .calc-vz-price-input {
    width: calc(100% - 95px)
  }
}

.calc-percent-input {
  width: 115px
}

@media screen and (max-width: 1279px) {
  .calc-percent-input {
    width: 95px
  }
}

.calc-month-input {
  width: 250px
}

@media screen and (max-width: 1279px) {
  .calc-month-input {
    width: 180px
  }
}

@media screen and (max-width: 780px) {
  .calc-month-input {
    width: 100%
  }
}

.slide-container .irs--flat .irs-bar {
  height: 7px
}

@media screen and (max-width: 780px) {
  .slide-container .irs--flat .irs-bar {
    height: 4px
  }
}

.slide-container .irs--flat .irs-line {
  background-color: #dadada;
  height: 7px
}

@media screen and (max-width: 780px) {
  .slide-container .irs--flat .irs-line {
    height: 4px
  }
}

.slide-container .irs--flat .irs-grid-pol {
  background-color: #dadada;
  border-radius: 6px;
  top: -24px;
  width: 4px;
  height: 24px
}

@media screen and (max-width: 780px) {
  .slide-container .irs--flat .irs-grid-pol {
    top: -22px;
    width: 2px;
    height: 18px
  }
}

.slide-container .irs--flat .irs-grid-pol:first-of-type,
.slide-container .irs--flat .irs-grid-pol:nth-last-child(2) {
  display: none
}

.slide-container .irs-grid-text:nth-child(2),
.slide-container .irs-grid-text:nth-last-child(1) {
  color: #333
}

.slide-container .irs-grid-text:nth-child(2) {
  margin-left: -30px !important
}

.slide-container .irs-grid-pol.small,
.slide-container .irs--flat .irs-min,
.slide-container .irs--flat .irs-max,
.slide-container .irs--flat .irs-from,
.slide-container .irs--flat .irs-to,
.slide-container .irs--flat .irs-single {
  display: none
}

.slide-container .irs--flat .irs-bar {
  background-color: #0067B1
}

.slide-container .irs-grid-text {
  font-size: 2.4rem;
  line-height: 2.6rem;
  bottom: -8px
}

@media screen and (max-width: 1279px) {
  .slide-container .irs-grid-text {
    font-size: 2rem;
    line-height: 2.2rem
  }
}

@media screen and (max-width: 780px) {
  .slide-container .irs-grid-text {
    font-size: 1.4rem;
    line-height: 1.6rem;
    bottom: 0
  }
}

.slide-container .irs--flat .irs-handle {
  background-color: #0067B1;
  border-radius: 50%;
  top: 13px;
  height: 30px;
  width: 30px
}

@media screen and (max-width: 780px) {
  .slide-container .irs--flat .irs-handle {
    top: 16px;
    height: 20px;
    width: 20px
  }
}

.slide-container .irs--flat .irs-handle>i:first-child {
  display: none
}

.slide-container .irs--flat .irs-handle:after {
  content: "";
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 5px;
  height: 20px;
  width: 20px;
  z-index: 9
}

@media screen and (max-width: 780px) {
  .slide-container .irs--flat .irs-handle:after {
    top: 3px;
    left: 3px;
    height: 14px;
    width: 14px
  }
}

.leasing-result {
  background: #f2f5f7;
  border-radius: 20px;
  max-width: 783px;
  padding: 30px 65px;
  width: 100%
}

@media screen and (max-width: 1830px) {
  .leasing-result {
    max-width: 510px
  }
}

@media screen and (max-width: 1279px) {
  .leasing-result {
    max-width: unset;
    padding: 15px 25px
  }
}

.leasing-result p {
  font-weight: 400
}

.leasing-month-payment {
  margin-bottom: 7rem
}

@media screen and (max-width: 1279px) {
  .leasing-month-payment {
    margin-bottom: 5rem
  }
}

.leasing-month-payment p {
  font-size: 2.4rem;
  margin-bottom: 1rem
}

@media screen and (max-width: 1830px) {
  .leasing-month-payment p {
    font-size: 2rem
  }
}

#leasing-month-payment {
  font-weight: 500
}

.tax-saving {
  max-width: 235px
}

.tax-saving a {
  color: #0075b3;
  font-size: 1.6rem
}

#tax,
#tax-saving {
  font-weight: 400
}

.total p {
  color: #999;
  font-size: 1.6rem
}

.calc-text {
  color: #999;
  font-weight: 300;
  font-size: 1.6rem;
  text-align: center
}

.certificates .splide__slide {
  display: flex;
  align-items: center;
  margin-right: 3rem;
  cursor: grab
}

@media screen and (max-width: 780px) {
  .certificates .splide__slide {
    margin-right: 1rem;
    margin-left: 1rem
  }
}

.certificates .splide__slide {
  max-width: 300px
}

.sidebar {
  border-radius: 10px;
  width: 350px
}

@media screen and (max-width: 1279px) {
  .sidebar {
    width: 250px
  }
}

@media screen and (max-width: 780px) {
  .sidebar {
    display: none
  }
}

.products-list {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  width: calc(100% - 350px - 3rem)
}

@media screen and (max-width: 1830px) {
  .products-list {
    margin-left: .75rem;
    margin-right: .75rem
  }
}

@media screen and (max-width: 1279px) {
  .products-list {
    width: calc(100% - 250px - 1.5rem)
  }
}

@media screen and (max-width: 780px) {
  .products-list {
    width: 100%
  }
}

@media screen and (max-width: 440px) {
  .post-type-archive .products-list .xs\:col-6 {
    width: 100%
  }
}

.widget_wpc_filters_widget {
  background-color: #f2f5f7;
  border-radius: 10px;
  margin-right: 1.5rem;
  padding: 40px 55px 70px 40px
}

@media screen and (max-width: 1279px) {
  .widget_wpc_filters_widget {
    margin-right: .75rem;
    padding: 20px 15px 40px 20px
  }
}

body .wpc-filters-main-wrap li.wpc-term-item {
  margin-bottom: .7rem
}

.wpc-filters-section {
  margin-bottom: 3rem
}

.wpc-filter-title {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 122%;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  color: #333
}

.wpc-filters-ul-list a {
  font-size: 1.6rem;
  line-height: 127%;
  color: #333
}

.wpc-filters-main-wrap li.wpc-term-item input {
  position: absolute;
  left: -9999px
}

.wpc-filters-main-wrap li.wpc-term-item label {
  position: relative;
  padding-left: 30px
}

.wpc-filters-main-wrap li.wpc-term-item label:before {
  content: "";
  border: 3px solid rgba(51, 51, 51, .2);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px
}

.wpc-filters-main-wrap li.wpc-term-item label:after {
  content: "";
  background-color: #0067B1;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 11px;
  height: 11px;
  display: none
}

.wpc-filters-main-wrap li.wpc-term-item input:checked~label:after {
  display: block
}

form.wpc-filter-range-form {
  display: flex;
  flex-direction: column
}

.wpc-filters-range-slider-wrapper {
  margin-bottom: 1.5rem;
  order: 1
}

.wpc-filters-range-wrapper {
  order: 2
}

.wpc-toggle-a {
  font-size: 1.4rem;
  line-height: 155%;
  color: #333
}

.wpc-filters-range-column input {
  border: 2px solid #ddd;
  border-radius: 22px;
  font-size: 1.6rem;
  padding: 3px 5px;
  text-align: center;
  width: 100%
}

.wpc-custom-selected-terms ul.wpc-filter-chips-list {
  flex-wrap: wrap;
  align-items: flex-end
}

.wpc-custom-selected-terms ul.wpc-filter-chips-list li:first-child {
  margin-top: 2rem
}

@media screen and (max-width: 780px) {

  .wpc_show_bottom_widget .wpc-filters-open-button-container,
  .wpc_show_open_close_button .wpc-filters-open-button-container {
    display: block
  }
}

.wpc-filter-chips-list a,
body .wpc-filter-chips-list li.wpc-filter-chip a {
  background: none;
  border: 1px solid #ccc;
  border-radius: 6px;
  color: #666;
  display: block;
  font-size: 1.2rem;
  letter-spacing: .03em;
  padding: 5px 15px
}

.product-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 80px
}

@media screen and (max-width: 1830px) {
  .product-block {
    padding: 0
  }
}

.product-image-block {
  max-width: 810px;
  width: 100%
}

@media screen and (max-width: 1830px) {
  .product-image-block {
    max-width: 620px
  }
}

@media screen and (max-width: 1279px) {
  .product-image-block {
    max-width: unset
  }
}

.product-image-block img {
  border-radius: 10px
}

.product-image-block .splide {
  margin-bottom: 20px;
  text-align: center
}

.product-image-block .splide .sale {
  background-color: #0067B1;
  border-radius: 8px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  top: 15px;
  left: 10px;
  padding: 4px 10px 5px;
  text-transform: uppercase;
  z-index: 9
}

@media screen and (max-width: 1279px) {
  .product-image-block .splide .sale {
    border-radius: 6px;
    font-size: 1.2rem;
    padding: 4px 7px;
    top: 10px;
    left: 10px
  }
}

.product-image-block .splide__slide {
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center
}

.product-image-block .splide__slide a {
  position: relative
}

.product-image-block .splide__slide a:hover,
.product-image-block .splide__arrow {
  opacity: 1
}

@media screen and (max-width: 780px) {
  .product-image-block .splide__arrow {
    height: 3rem;
    width: 3rem
  }
}

.product-image-block .splide__arrow--prev {
  left: -50px
}

@media screen and (max-width: 1830px) {
  .product-image-block .splide__arrow--prev {
    left: 20px
  }
}

.product-image-block .splide__arrow--next {
  right: -50px
}

@media screen and (max-width: 1830px) {
  .product-image-block .splide__arrow--next {
    right: 20px
  }
}

@media screen and (max-width: 780px) {
  .product-image-block .splide__arrow svg {
    height: 1rem;
    width: 1rem
  }
}

.product-info-block {
  max-width: 760px;
  width: 100%
}

@media screen and (max-width: 1830px) {
  .product-info-block {
    max-width: 600px;
    padding-left: 40px;
  }
}

@media screen and (max-width: 1279px) {
  .product-info-block {
    max-width: unset;
    padding-left: 0;
  }
}

@media screen and (min-width: 1279px) {
  .product-thumbs {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 10rem;
    max-height: 460px;
    position: relative;
    overflow: hidden
  }
}
@media screen and (min-width: 1279px) and (max-width: 1830px) {
  #makePDF {
    padding: 15px 8px;
  }
}

.product-thumbs.open {
  max-height: unset;
  margin-bottom: 0;
}

.product-thumbs.open .product-thumbs-long {
  display: none
}

@media screen and (min-width: 1279px) {
  .product-thumbs .splide {
    width: 100%
  }
}

@media screen and (min-width: 1279px) {
  .product-thumbs .splide.is-initialized:not(.is-active) .splide__list {
    display: flex;
    flex-wrap: wrap
  }
}

@media screen and (min-width: 1279px) {
  .product-thumbs .splide .splide__slide {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    width: calc(33.3% - 20px)
  }
}

.product-thumbs .product-thumbs-long {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: sticky;
  left: 0;
  bottom: -2px;
  background-image: linear-gradient(to bottom, transparent 0%, #fff 80%, #fff 100%);
  text-align: center;
  height: 140px;
  width: 100%;
  z-index: 2
}

@media screen and (max-width: 1279px) {
  .product-thumbs .product-thumbs-long {
    display: none
  }
}

.product-thumbs .product-thumbs-long a {
  font-size: 2rem;
  font-weight: 700;
  display: inline-block;
  margin-bottom: .5rem
}

.product-thumb img {
  border-radius: 10px;
  border: 3px solid transparent
}

@media screen and (min-width: 1279px) {
  .product-thumb.active img {
    border: 3px solid #0067B1
  }
}

.splide__track--nav>.splide__list>.splide__slide {
  border: none !important
}

.splide__track--nav>.splide__list>.splide__slide.is-active {
  border: none !important
}

.splide__track--nav>.splide__list>.splide__slide.is-active img {
  border: 3px solid #0067B1
}

.product-caption {
  background: #f2f5f7;
  border-radius: 16px;
  padding: 40px 45px
}

@media screen and (max-width: 1830px) {
  .product-caption {
    padding: 20px 25px
  }
}

.product-caption ul li {
  border-bottom: 1px solid #999;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  padding: 15px 0
}

.product-caption ul li:last-child {
  border-bottom: 0
}

.product-caption .price {
  color: #0067B1;
  font-size: 3rem
}

@media screen and (max-width: 1279px) {
  .product-caption .price {
    font-size: 2.4rem
  }
}

@media screen and (max-width: 780px) {
  .product-caption .price {
    font-size: 2rem
  }
}

.product-btn-block {
  margin-bottom: 4rem
}

@media screen and (max-width: 780px) {
  .product-btn-block {
    margin-bottom: 3rem
  }
}

@media screen and (max-width: 330px) {
  .product-btn-block {
    margin-bottom: 2rem
  }
}

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

.product-help,
.product-peregon {
  background-color: #0067B1;
  border-radius: 10px;
  color: #f2f5f7;
  display: block;
  font-size: 2.4rem;
  padding: 28px 45px;
  position: relative;
  width: 100%
}

.product-help .title,
.product-peregon .title {
  font-weight: 700;
  margin-bottom: 0;
}

.product-help .title {
  text-transform: uppercase;
}

.product-help-block {
  background-color: #0067B1;
  border-radius: 10px;
  color: #f2f5f7;
  display: block;
  font-size: 2.4rem;
  padding: 38px 45px;
  position: relative;
  width: 100%
}

@media screen and (max-width: 1830px) {

  .product-help,
  .product-peregon,
  .product-help-block {
    font-size: 2rem;
    padding: 28px 25px;
  }
}

/* @media screen and (max-width: 1279px) {
  .product-help-block {
    margin-bottom: 4rem
  }
} */

@media screen and (max-width: 780px) {

  .product-help,
  .product-peregon,
  .product-help-block {
    font-size: 1.8rem;
    margin-bottom: 3rem;
    padding: 15px 10px
  }
}

@media screen and (max-width: 360px) {

  .product-peregon,
  .product-help-block {
    font-size: 1.4rem
  }
}

@media screen and (max-width: 330px) {
  .product-help-block {
    text-align: center
  }
}

.product-help-block .title {
  font-weight: 700;
  margin-bottom: 0;
  text-transform: uppercase
}

.product-help-block .text {
  max-width: 450px
}

@media screen and (max-width: 780px) {
  .product-help-block .text {
    font-size: 1.4rem;
    max-width: 250px
  }
}

@media screen and (max-width: 330px) {
  .product-help-block .text {
    max-width: unset
  }
}

.product-help-block img {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 191px;
  width: 253px
}

@media screen and (max-width: 1830px) {
  .product-help-block img {
    height: 171px;
    width: 229px;
  }
}

@media screen and (max-width: 780px) {
  .product-help-block img {
    right: -5px;
    height: 128px;
    width: 170px
  }
}

@media screen and (max-width: 360px) {
  .product-help-block img {
    height: 106px;
    width: 140px
  }
}

@media screen and (max-width: 330px) {
  .product-help-block img {
    display: none
  }
}

.product-info {
  border: 5px solid #f2f5f7;
  border-radius: 16px;
  margin: 0 auto 6rem;
  max-width: 1200px;
  padding-bottom: 80px;
  width: 100%
}

@media screen and (max-width: 1279px) {
  .product-info {
    margin: 0 auto 2.5rem;
    padding-bottom: 35px
  }
}

@media screen and (max-width: 780px) {
  .product-info {
    padding-bottom: 25px
  }
}

.product-info ul li {
  background: #f2f5f7;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding: 15px 125px
}

@media screen and (max-width: 1279px) {
  .product-info ul li {
    padding: 15px 45px
  }
}

@media screen and (max-width: 780px) {
  .product-info ul li {
    padding: 15px
  }
}

.product-info ul li:nth-child(2n) {
  background: #fff
}

.product-info ul li span {
  font-size: 1.6rem
}

.product-info ul li .name {
  font-weight: 700
}

@media screen and (max-width: 780px) {
  .product-info ul li .value {
    text-align: right
  }
}

.product-benefits .benefits-item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 175px;
}

.product-benefits .benefits-title::after {
  display: none;
}

#all-data.fancybox__content {
  max-width: 800px;
  padding: 0 0 35px;
  width: 100%
}

#all-data.fancybox__content .product-info-title {
  padding: 35px
}

#all-data.fancybox__content ul li {
  padding: 15px 35px
}

.product-info-title {
  padding: 65px 0 50px 125px
}

@media screen and (max-width: 1279px) {
  .product-info-title {
    padding: 35px 0 30px 45px
  }
}

@media screen and (max-width: 780px) {
  .product-info-title {
    padding: 25px 0 20px 15px
  }
}

.product-info-title h4 {
  color: #999;
  font-weight: 600;
  text-transform: uppercase
}

.product-description {
  padding: 65px 0
}

@media screen and (max-width: 1279px) {
  .product-description {
    padding: 35px 0
  }
}

#buy .name {
  font-size: 2.4rem
}

@media screen and (max-width: 1279px) {
  #buy .name {
    font-size: 2rem
  }
}

#buy .price {
  font-size: 2.4rem;
  font-weight: 500
}

@media screen and (max-width: 1279px) {
  #buy .price {
    font-size: 2rem
  }
}

.error404 .error {
  display: flex;
  align-items: center
}

.error404 .error {
  position: relative;
  overflow: hidden;
  min-height: 500px
}

@media screen and (max-width: 1279px) {
  .error404 .error {
    min-height: 400px
  }
}

.error404 .error-text {
  margin-bottom: 35px;
  max-width: 435px
}

@media screen and (max-width: 1279px) {
  .error404 .error-text {
    max-width: 305px
  }
}

.page-id-126 .top {
  margin-bottom: 9rem
}

@media screen and (max-width: 1830px) {
  .page-id-126 .top {
    margin-bottom: 7rem
  }
}

@media screen and (max-width: 1279px) {
  .page-id-126 .top {
    margin-bottom: 4rem
  }
}

.page-id-126 .top-video-bg {
  border-radius: 16px;
  padding: 70px 55px 65px 75px;
  position: relative;
  overflow: hidden;
  height: 800px
}

@media screen and (max-width: 1830px) {
  .page-id-126 .top-video-bg {
    padding: 30px 25px;
    height: 510px
  }
}

@media screen and (max-width: 1279px) {
  .page-id-126 .top-video-bg {
    height: 405px
  }
}

@media screen and (max-width: 780px) {
  .page-id-126 .top-video-bg {
    padding: 25px 0;
    height: 457px;
    overflow: visible
  }
}

@media screen and (max-width: 440px) {
  .page-id-126 .top-video-bg {
    font-size: 1.6rem
  }
}

.page-id-126 .top-video-bg video {
  border-radius: 16px;
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  inset: 50% 0 0;
  transform: translateY(-50%);
  z-index: -1
}

@media screen and (max-width: 780px) {
  .page-id-126 .top-video-bg video {
    left: -50%;
    width: 810px
  }
}

.page-id-126 .top-video-bg h1 {
  text-transform: uppercase;
  margin-bottom: 2rem
}

@media screen and (max-width: 1830px) {
  .page-id-126 .top-video-bg h1 {
    font-size: 3.6rem
  }
}

@media screen and (max-width: 1279px) {
  .page-id-126 .top-video-bg h1 {
    font-size: 3rem;
    margin-bottom: 1.5rem
  }
}

@media screen and (max-width: 780px) {
  .page-id-126 .top-video-bg h1 {
    font-size: 2.8rem
  }
}

@media screen and (max-width: 440px) {
  .page-id-126 .top-video-bg h1 {
    font-size: 2.4rem
  }
}

.page-id-126 .top-video-bg .subtitle {
  font-size: 2.4rem
}

@media screen and (max-width: 1830px) {
  .page-id-126 .top-video-bg .subtitle {
    font-size: 2rem
  }
}

@media screen and (max-width: 780px) {
  .page-id-126 .top-video-bg .subtitle {
    font-size: 1.4rem
  }
}

.page-id-126 .form-block {
  background-color: #0067B1;
  border-radius: 16px;
  margin-left: auto;
  padding: 40px 55px;
  text-align: center;
  width: 540px;
  z-index: 999
}

@media screen and (max-width: 1830px) {
  .page-id-126 .form-block {
    padding: 20px 25px;
    width: 440px
  }
}

@media screen and (max-width: 1279px) {
  .page-id-126 .form-block {
    width: 100%
  }
}

@media screen and (min-width: 780px) and (max-width: 1430px) {
  .page-id-126 .form-block {
    display: flex;
    flex-wrap: wrap;
    padding: 10px
  }
}

@media screen and (max-width: 780px) {
  .page-id-126 .form-block {
    padding: 10px 15px
  }
}

.page-id-126 .form-block h3 {
  font-weight: 600
}

@media screen and (min-width: 780px) and (max-width: 1430px) {
  .page-id-126 .form-block h3 {
    width: 100%
  }
}

@media screen and (min-width: 780px) and (max-width: 1430px) {
  .page-id-126 .form-block input {
    margin-left: 10px;
    margin-right: 10px;
    width: calc(50% - 20px)
  }
}

@media screen and (max-width: 440px) {
  .page-id-126 .form-block input {
    padding: 10px
  }
}

.page-id-126 .form-block .btn {
  background-color: #333;
  font-size: 2rem
}

@media screen and (min-width: 780px) and (max-width: 1430px) {
  .page-id-126 .form-block .btn {
    font-size: 1.6rem
  }
}

@media screen and (max-width: 440px) {
  .page-id-126 .form-block .btn {
    font-size: 1.6rem
  }
}

.page-id-126 .form-block.fix {
  position: fixed;
  top: 100px;
  right: 5px;
  padding: 15px;
  width: 400px
}

@media screen and (max-width: 1830px) {
  .page-id-126 .form-block.fix {
    top: 80px
  }
}

@media screen and (max-width: 1279px) {
  .page-id-126 .form-block.fix {
    position: static
  }
}

.page-id-126 .form-block.fix h3 {
  font-size: 2.4rem;
  margin-bottom: 2rem !important
}

.page-id-126 .form-block.fix input {
  padding: 10px;
  margin-bottom: 2rem !important
}

.page-id-126 .form-block.fix .btn {
  font-size: 1.6rem;
  padding: 15px
}

.icon-km {
  animation: icon-rotate 3.5s linear infinite;
  background-image: url(assets/img/icons/42km.svg);
  background-size: 100%;
  position: absolute;
  top: 48px;
  right: 65px;
  height: 204px;
  width: 204px
}

@media screen and (max-width: 1830px) {
  .icon-km {
    top: 18px;
    right: 25px;
    height: 134px;
    width: 134px
  }
}

@media screen and (max-width: 780px) {
  .icon-km {
    top: 60px;
    right: 0;
    height: 94px;
    width: 94px
  }
}

@keyframes icon-rotate {
  0% {
    transform: rotate(0)
  }

  to {
    transform: rotate(360deg)
  }
}

.benefits {
  margin-bottom: 6rem
}

@media screen and (max-width: 1279px) {
  .benefits {
    margin-bottom: 3rem
  }
}

.benefits-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -10px;
  margin-right: -10px
}

.benefits-item {
  background: #333;
  border-radius: 20px;
  color: #fff;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0 20px;
  text-align: center;
  height: 275px;
  width: calc(20% - 20px)
}

@media screen and (max-width: 1830px) {
  .benefits-item {
    padding: 0 10px
  }
}

@media screen and (max-width: 1279px) {
  .benefits-item {
    margin-bottom: 2rem;
    height: 240px;
    width: calc(50% - 20px)
  }
}

@media screen and (max-width: 780px) {
  .benefits-item {
    height: 200px;
    width: calc(100% - 20px)
  }
}

.benefits-title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: .01em;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  height: 140px
}

@media screen and (max-width: 1830px) {
  .benefits-title {
    font-size: 1.8rem;
    height: 130px
  }
}

@media screen and (max-width: 1279px) {
  .benefits-title {
    height: 120px
  }
}

@media screen and (max-width: 780px) {
  .benefits-title {
    height: 85px
  }
}

.benefits-title:after {
  content: "";
  background-color: #0067B1;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%);
  height: 2px;
  width: 60px
}

.benefits-text {
  font-size: 1.6rem;
  padding-top: 20px
}

@media screen and (max-width: 780px) {
  .benefits-text {
    padding-top: 15px
  }
}

.transfers {
  margin-bottom: 6rem
}

@media screen and (max-width: 1279px) {
  .transfers {
    margin-bottom: 3rem
  }
}

.transfers-item {
  background-size: cover;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 85px;
  position: relative;
  text-align: center;
  overflow: hidden;
  height: 460px
}

@media screen and (max-width: 1830px) {
  .transfers-item {
    height: 350px
  }
}

@media screen and (max-width: 1279px) {
  .transfers-item {
    height: 300px
  }
}

.transfers-item:after {
  content: "";
  background-color: #0067B1;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
  height: 100%;
  width: 100%;
  z-index: 1
}

.transfers h3 {
  font-weight: 700;
  font-size: 4rem;
  letter-spacing: .01em;
  text-transform: uppercase;
  position: relative;
  color: #fff;
  z-index: 2
}

@media screen and (max-width: 1830px) {
  .transfers h3 {
    font-size: 3rem
  }
}

.workline {
  margin-bottom: 9rem
}

@media screen and (max-width: 1830px) {
  .workline {
    margin-bottom: 6rem
  }
}

@media screen and (max-width: 1279px) {
  .workline {
    margin-bottom: 3rem
  }
}

.workline-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

@media screen and (max-width: 780px) {
  .workline-block {
    justify-content: center
  }
}

.workline-item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  width: 420px
}

@media screen and (max-width: 1830px) {
  .workline-item {
    width: 310px
  }
}

@media screen and (max-width: 780px) {
  .workline-item {
    width: 100%
  }
}

.workline-item:first-child {
  width: 430px
}

@media screen and (max-width: 1830px) {
  .workline-item:first-child {
    width: 300px
  }
}

@media screen and (max-width: 1279px) {
  .workline-item:first-child {
    width: 340px
  }
}

@media screen and (max-width: 780px) {
  .workline-item:first-child {
    width: 100%
  }
}

.workline-item:last-child {
  width: 340px
}

@media screen and (max-width: 1830px) {
  .workline-item:last-child {
    width: 300px
  }
}

@media screen and (max-width: 1279px) {
  .workline-item:last-child {
    width: 320px
  }
}

@media screen and (max-width: 780px) {
  .workline-item:last-child {
    width: 100%
  }
}

.workline-icon {
  background-color: #0067B1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  width: 70px
}

@media screen and (max-width: 1830px) {
  .workline-icon {
    height: 40px;
    width: 40px
  }
}

@media screen and (max-width: 1830px) {
  .workline-icon svg {
    width: 10px
  }
}

.workline-text-block {
  padding-left: 35px;
  width: calc(100% - 70px)
}

@media screen and (max-width: 1830px) {
  .workline-text-block {
    padding-left: 15px;
    width: calc(100% - 50px)
  }
}

@media screen and (max-width: 1830px) {
  .workline-title {
    font-size: 2rem;
  }
}

.workline-text {
  font-weight: 300;
  color: #333
}

@media screen and (max-width: 1830px) {
  .workline-text {
    font-size: 1.8rem;
  }
}

.transfer-btn {
  text-align: center;
  margin-bottom: 3rem
}

.page-top {
  margin-bottom: 8rem
}

@media screen and (max-width: 1830px) {
  .page-top {
    margin-bottom: 6rem
  }
}

@media screen and (max-width: 1279px) {
  .page-top {
    margin-bottom: 4rem
  }
}

.page-top-block {
  padding: 70px 80px;
  position: relative;
  height: 790px
}

@media screen and (max-width: 1830px) {
  .page-top-block {
    padding: 40px 50px;
    height: 535px
  }
}

@media screen and (max-width: 1279px) {
  .page-top-block {
    padding: 20px 0;
    height: 500px
  }
}

@media screen and (max-width: 780px) {
  .page-top-block {
    height: 400px
  }
}

.page-top-bg {
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1
}

@media screen and (max-width: 1279px) {
  .page-top-bg {
    background-size: 1420px auto;
    background-position: center;
    left: calc((100vw - 720px)/-2);
    width: 100vw
  }
}

@media screen and (max-width: 780px) {
  .page-top-bg {
    background-size: 950px auto;
    left: calc((100vw - 410px)/-2)
  }
}

@media screen and (max-width: 440px) {
  .page-top-bg {
    left: -15px
  }
}

.page-top h1 {
  text-transform: uppercase;
  margin-bottom: 2rem
}

@media screen and (max-width: 1830px) {
  .page-top h1 {
    font-size: 3.6rem
  }
}

@media screen and (max-width: 1279px) {
  .page-top h1 {
    font-size: 3rem;
    margin-bottom: 1.5rem
  }
}

@media screen and (max-width: 780px) {
  .page-top h1 {
    font-size: 2.8rem
  }
}

@media screen and (max-width: 440px) {
  .page-top h1 {
    font-size: 2.4rem
  }
}

.page-top .subtitle {
  font-size: 2.4rem
}

@media screen and (max-width: 1830px) {
  .page-top .subtitle {
    font-size: 2rem
  }
}

@media screen and (max-width: 780px) {
  .page-top .subtitle {
    font-size: 1.4rem
  }
}

.banks {
  margin-bottom: 6rem
}

@media screen and (max-width: 1279px) {
  .banks {
    margin-bottom: 4rem
  }
}

@media screen and (min-width: 1279px) {
  .banks .splide {
    width: 100%
  }
}

@media screen and (min-width: 1279px) {
  .banks .splide.is-initialized:not(.is-active) .splide__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-left: -10px;
    margin-right: -10px
  }
}

@media screen and (max-width: 1279px) {
  .banks .splide .splide__list {
    align-items: center
  }
}

@media screen and (min-width: 1279px) {
  .banks .splide .splide__slide {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 3rem
  }
}

@media screen and (max-width: 1279px) {
  .banks .splide .splide__slide {
    margin-bottom: 3rem
  }
}

.cat {
  margin-bottom: 11rem
}

@media screen and (max-width: 1830px) {
  .cat {
    margin-bottom: 8rem
  }
}

@media screen and (max-width: 1279px) {
  .cat {
    margin-bottom: 6rem
  }
}

@media screen and (max-width: 780px) {
  .cat {
    margin-bottom: 4rem
  }
}

.cat .cards-block {
  padding: 0 285px
}

@media screen and (max-width: 1830px) {
  .cat .cards-block {
    padding: 0
  }
}

@media screen and (max-width: 1279px) {
  .cat .cards-block {
    padding: 0 50px
  }
}

@media screen and (max-width: 780px) {
  .cat .cards-block {
    padding: 0
  }
}

.cat .cards-item {
  height: 380px
}

@media screen and (max-width: 1279px) {
  .cat .cards-item {
    height: 320px
  }
}

.cat .cards-title {
  display: flex;
  align-items: center;
  height: 75px
}

@media screen and (max-width: 1279px) {
  .cat .cards-title {
    height: 45px
  }
}

.steps-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 285px
}

@media screen and (max-width: 1830px) {
  .steps-block {
    padding: 0 100px
  }
}

@media screen and (max-width: 1279px) {
  .steps-block {
    padding: 0
  }
}

.steps-first {
  width: 470px
}

@media screen and (max-width: 1279px) {
  .steps-first {
    width: 50%
  }
}

@media screen and (max-width: 780px) {
  .steps-first {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%
  }
}

.steps-second {
  width: 455px
}

@media screen and (max-width: 1279px) {
  .steps-second {
    width: 50%
  }
}

@media screen and (max-width: 780px) {
  .steps-second {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%
  }
}

.steps-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center
}

@media screen and (max-width: 780px) {
  .steps-item {
    max-width: 325px;
    width: 100%
  }
}

.steps-num {
  color: #0067B1;
  font-weight: 700;
  font-size: 12.8rem;
  line-height: 80%;
  letter-spacing: .04em;
  text-transform: uppercase;
  width: 60px
}

@media screen and (max-width: 1279px) {
  .steps-num {
    font-size: 8rem;
    width: 30px
  }
}

.steps-text {
  font-weight: 700;
  letter-spacing: .01em;
  text-transform: uppercase;
  padding-left: 30px;
  width: calc(100% - 60px)
}

@media screen and (max-width: 1279px) {
  .steps-text {
    width: calc(100% - 30px)
  }
}

.page-id-149 .content-text {
  line-height: 170%
}

.page-id-149 .content {
  margin-bottom: 10rem
}

.content {
  margin-bottom: 5rem;
  padding: 0 80px
}

@media screen and (max-width: 1830px) {
  .content {
    padding: 0
  }
}

.content h1 {
  text-transform: uppercase
}

.strah-steps {
  margin-bottom: 10rem
}

@media screen and (max-width: 1830px) {
  .strah-steps {
    margin-bottom: 8rem
  }
}

@media screen and (max-width: 1279px) {
  .strah-steps {
    margin-bottom: 6rem
  }
}

@media screen and (max-width: 1830px) {
  .strah-steps .cards-block {
    padding: 0 200px
  }
}

@media screen and (max-width: 1279px) {
  .strah-steps .cards-block {
    padding: 0 40px
  }
}

@media screen and (max-width: 780px) {
  .strah-steps .cards-block {
    padding: 0
  }
}

.strah-steps .cards-item {
  padding: 75px 20px 0;
  height: 280px
}

@media screen and (max-width: 1279px) {
  .strah-steps .cards-item {
    padding: 50px 20px 0;
    height: 200px
  }
}

.strah-steps .cards-title {
  display: flex;
  align-items: center;
  height: 205px
}

@media screen and (max-width: 780px) {
  .strah-steps .cards-title {
    height: 120px
  }
}

.strah-form .form-block {
  background: #f2f5f7;
  border-radius: 16px;
  padding: 60px 50px
}

@media screen and (max-width: 1830px) {
  .strah-form .form-block {
    padding: 30px 50px
  }
}

@media screen and (max-width: 780px) {
  .strah-form .form-block {
    padding: 25px 20px
  }
}



.strah-form h5 {
  color: #0067B1;
  font-weight: 400;
  font-size: 3.6rem;
  line-height: 1;
  text-align: center;
  margin-bottom: 7rem
}

@media screen and (max-width: 1830px) {
  .strah-form h5 {
    margin-bottom: 3rem
  }
}

@media screen and (max-width: 1279px) {
  .strah-form h5 {
    font-size: 2.4rem;
    margin-bottom: 2.5rem
  }
}

.strah-form .strah-form-img {
  text-align: right
}

.contacts a {
  color: #333
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 4rem;
}

.breadcrumbs li {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.breadcrumbs svg {
  margin: 3px 5px 0;
  fill: #333;
  height: 11px;
  width: 10px;
}

.breadcrumbs a {
  color: #333;
  font-size: 1.8rem;
}

@media screen and (max-width: 1279px) {
  .breadcrumbs {
    margin-bottom: 2rem;
  }

  .breadcrumbs svg {
    height: 9px;
    width: 8px;
  }
}

@media screen and (max-width: 780px) {

  .breadcrumbs li:first-child,
  .breadcrumbs li:last-child {
    display: none;
  }

  .breadcrumbs svg {
    margin: 3px 3px 0;
    order: -1;
    transform: rotate(180deg);
  }
}

.white-text-bg {
  background-color: rgba(0, 0, 0, .5);
  border-radius: 12px;
  display: inline-block;
  padding: 20px;
}
/* Auto import refresh */
:root {
  --pi-blue: #0067B1;
  --pi-dark: #181c22;
  --pi-muted: #5c6470;
  --pi-soft: #f4f6f8;
}
body { color: var(--pi-dark); }
.logo-img img { max-width: 260px; height: auto; }
.header { background: #fff; box-shadow: none !important; border-bottom: 1px solid #e8ebef; }
.footer { background: var(--pi-dark); box-shadow: none !important; }
.btn-primary, .filter-radio-row input:checked + label, #up { background-color: var(--pi-blue) !important; border-color: var(--pi-blue) !important; }
.color-primary, .callback, .link-arrow-text { color: var(--pi-blue) !important; }
.btn-secondary { border-color: var(--pi-blue) !important; color: var(--pi-blue) !important; }
.btn-secondary:hover { background: var(--pi-blue) !important; color: #fff !important; }
.product-list-item, .top-text-banner, .top-image-banner, .mid-banners-video { box-shadow: none !important; }
.phone[href="tel:"], .email[href="mailto:"], .social-block a[href=""], .social-block a:not([href]) { display: none !important; }
.footer-bottom .social-block:empty { display: none !important; }
.map { background: var(--pi-soft); color: var(--pi-dark); }
.map .city-only { padding: 56px 0; font-size: 32px; font-weight: 700; text-align: center; }

/* Account link as text in header */
.header .account-link {
  color: #666;
  text-decoration: none;
  margin-right: 2.4rem;
  transition: color 0.2s ease;
}

@media screen and (max-width: 1830px) {
  .header .account-link {
    margin-right: 1.2rem;
  }
}

@media screen and (max-width: 1279px) {
  .header .account-link {
    margin-right: 0;
    margin-bottom: 1rem;
    font-size: 1.6rem;
  }
}

.header .account-link:hover {
  color: #0067B1;
}
/* =========================
   Favorites
========================= */

.darauto-favorite-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    padding: 10px 16px;
    border: 1px solid #d8d8d8;
    border-radius: 8px;
    background: #ffffff;
    color: #222222;
    font: inherit;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    cursor: pointer;
    transition:
        background-color 0.2s ease,
        border-color 0.2s ease,
        color 0.2s ease,
        transform 0.2s ease,
        opacity 0.2s ease;
}

.darauto-favorite-btn:hover {
    border-color: #0067B1;
    color: #0067B1;
    transform: translateY(-1px);
}

.darauto-favorite-btn:focus-visible {
    outline: 2px solid #0067B1;
    outline-offset: 3px;
}

.darauto-favorite-btn.active {
    border-color: #0067B1;
    background: #fff3f2;
    color: #0067B1;
}

.darauto-favorite-btn__icon {
    flex: 0 0 auto;
    transition:
        fill 0.2s ease,
        transform 0.2s ease;
}

.darauto-favorite-btn.active .darauto-favorite-btn__icon {
    fill: currentColor;
    transform: scale(1.08);
}

.darauto-favorite-btn__text {
    display: inline-block;
}

.darauto-favorite-btn--loading {
    position: relative;
    opacity: 0.65;
    cursor: wait;
}

.darauto-favorite-btn--loading .darauto-favorite-btn__icon {
    animation: darauto-favorite-pulse 0.8s ease-in-out infinite alternate;
}

@keyframes darauto-favorite-pulse {
    from {
        transform: scale(0.9);
    }

    to {
        transform: scale(1.12);
    }
}

/* Toast notifications */

.darauto-toast {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 999999;
    max-width: min(360px, calc(100vw - 32px));
    padding: 14px 20px;
    border-radius: 10px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
    opacity: 0;
    visibility: hidden;
    transform: translateY(14px);
    transition:
        opacity 0.3s ease,
        transform 0.3s ease,
        visibility 0.3s ease;
}

.darauto-toast--visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.darauto-toast--success {
    background: #0067B1;
}

.darauto-toast--error {
    background: #0067B1;
}

.darauto-toast--info {
    background: #263746;
}

/* Favorites page */

.darauto-favorite-remove {
    opacity: 0;
    transform: scale(0.94);
    pointer-events: none;
    transition:
        opacity 0.4s ease,
        transform 0.4s ease;
}

.darauto-favorites-empty {
    width: 100%;
    margin: 24px 0 0;
    padding: 28px 20px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    background: #f8f8f8;
    color: #555555;
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
}

@media (max-width: 780px) {
    .darauto-favorite-btn {
        width: 100%;
    }

    .darauto-toast {
        right: 16px;
        bottom: 16px;
        left: 16px;
        max-width: none;
        text-align: center;
    }
}

@media (prefers-reduced-motion: reduce) {
    .darauto-favorite-btn,
    .darauto-favorite-btn__icon,
    .darauto-toast,
    .darauto-favorite-remove {
        animation: none;
        transition: none;
    }
}
/* Личный кабинет в шапке */
.header .desktop-account-link {
  margin-left: 24px;
  margin-right: 24px;
  white-space: nowrap;
}

/* Мобильный кабинет по умолчанию скрыт */
.header .mobile-account-link {
  display: none;
}

/* Контакты справа */
.header .contacts {
  align-items: center;
  flex-wrap: nowrap;
}

.header .contacts-link {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  white-space: nowrap;
}

.header .phone-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
}

.header .phone-block .phone,
.header .phone-block .callback {
  display: block;
  white-space: nowrap;
}

.header .phone-block .callback {
  margin-top: 3px;
}

/* Мобильное меню */
@media screen and (max-width: 1279px) {

  .header .desktop-account-link {
    display: none;
  }

  .header .mobile-account-link {
    display: block;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #eee;
    color: #666;
    font-size: 18px;
    text-decoration: none;
  }
}
@media screen and (max-width: 1279px) {
  .header .desktop-account-link {
    display: none !important;
  }
}
@media screen and (max-width: 1279px) {
  .header .mobile-account-link {
    display: block !important;
  }
}

/* ===== Контакты в шапке ===== */

/* DESKTOP */
@media screen and (min-width: 1280px) {

  .header .contacts {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
  }

  .header .contacts-link {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 !important;
    white-space: nowrap;
  }

  .header .phone-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 18px;
    line-height: 1.2;
  }

  .header .phone-block .phone {
    display: block;
    white-space: nowrap;
  }

  .header .phone-block .callback {
    display: block;
    margin-top: 5px;
    white-space: nowrap;
    font-size: 13px;
  }
}


/* MOBILE */
@media screen and (max-width: 1279px) {

  .header .mobile-menu .contacts {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin: 14px 0 0 !important;
    padding-top: 14px;
    border-top: 1px solid #eee;
    gap: 0;
  }

  .header .mobile-menu .contacts-link {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 8px;
    margin: 0 !important;
    white-space: nowrap;
  }

  .header .mobile-menu .phone-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin: 8px 0 0 0;
  }

  .header .mobile-menu .phone-block .phone {
    display: block;
    margin: 0 0 5px;
    white-space: nowrap;
  }

  .header .mobile-menu .phone-block .callback {
    display: block;
    margin: 0;
    white-space: nowrap;
    font-size: 13px;
    line-height: 1.2;
  }
}

/* ===== FIX MOBILE/DESKTOP CONTACTS VISIBILITY ===== */

/* Мобильный блок контактов по умолчанию скрыт */
.header .mobile-menu .contacts {
  display: none !important;
}

/* Показываем его только на мобильных */
@media screen and (max-width: 780px) {
  .header .mobile-menu .contacts {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    width: 100% !important;
    gap: 10px !important;
    margin: 14px 0 0 !important;
    padding: 14px 0 0 !important;
    border-top: 1px solid #eee;
  }

  .header .mobile-menu .contacts-link {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin: 0 !important;
    width: 100% !important;
  }

  .header .mobile-menu .phone-block {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    width: 100% !important;
    margin: 0 !important;
    gap: 4px !important;
  }

  .header .mobile-menu .phone-block .callback {
    margin: 0 !important;
    align-self: flex-start !important;
  }
}

@media screen and (min-width: 781px) {
  .header .mobile-menu .contacts {
    display: none !important;
  }

  .header > .container > .flex > .desktop-contacts {
    display: flex !important;
  }
}

/* Reviews, order and policy refresh */
.yandex-reviews-section {
  max-width: 920px;
}

.yandex-reviews-widget {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  flex-wrap: wrap;
}

.yandex-reviews-widget iframe {
  display: block;
  width: min(560px, 100%);
  height: 720px;
  border: 1px solid #dde6ef;
  border-radius: 12px;
  background: #fff;
}

.yandex-reviews-widget a {
  color: #0067B1;
  font-weight: 700;
  line-height: 1.35;
  max-width: 360px;
}

.about-category-photo,
.order-page-logo {
  display: block;
  width: 100%;
  border-radius: 18px;
  object-fit: cover;
  box-shadow: 0 24px 70px rgba(0, 28, 64, 0.12);
}

.about-category-photo {
  aspect-ratio: 4 / 3;
}

.about-site-logo {
  display: block;
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}

.page-template-page-about .page-top {
  margin-bottom: 6rem;
}

.page-template-page-about .page-top-block {
  border-radius: 0 0 36px 36px;
  height: 520px;
  overflow: hidden;
}

.page-template-page-about .page-top-bg {
  background-position: center;
  background-size: cover;
  filter: saturate(1.08);
}

.page-template-page-about .page-top-bg::after {
  background: linear-gradient(90deg, rgba(0, 55, 105, 0.45), rgba(0, 103, 177, 0.08));
  content: "";
  inset: 0;
  position: absolute;
}

.order-page-logo {
  max-width: 560px;
  margin: 0 auto;
  padding: 28px;
  object-fit: contain;
  box-shadow: none;
}

.page-template-page-peregon .content {
  margin: 7rem 0 5rem;
}

.page-template-page-peregon .workline-block {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.page-template-page-peregon .workline-item,
.page-template-page-peregon .workline-item:first-child,
.page-template-page-peregon .workline-item:last-child {
  align-items: flex-start;
  background: #fff;
  border: 1px solid #dce8f3;
  border-radius: 18px;
  box-shadow: 0 18px 50px rgba(0, 40, 90, 0.08);
  min-height: 210px;
  padding: 26px;
  width: auto;
}

.page-template-page-peregon .workline-icon {
  flex: 0 0 48px;
  height: 48px;
  width: 48px;
}

.page-template-page-peregon .workline-text-block {
  padding-left: 18px;
  width: auto;
}

.page-template-page-peregon .workline-title {
  color: #181c22;
  font-size: 2.2rem;
}

.page-template-page-peregon .workline-text {
  color: #5c6470;
  font-size: 1.7rem;
  line-height: 1.45;
}

.policy-page {
  max-width: 980px;
  padding: 30px 0 60px;
}

.policy-page__lead,
.policy-page p {
  color: #3d4652;
  font-size: 1.8rem;
  line-height: 1.65;
}

.policy-page h2 {
  margin: 36px 0 12px;
  font-size: 3rem;
}

.cookie {
  border: 1px solid #dce8f3;
  border-radius: 16px;
  box-shadow: 0 24px 70px rgba(0, 28, 64, 0.16);
  line-height: 1.45;
}

.cookie a {
  color: #0067B1;
  font-weight: 700;
}

.home .benefits .cards-block {
  gap: 24px;
  padding: 0;
}

.home .benefits .cards-item {
  align-items: flex-start;
  background: linear-gradient(145deg, #ffffff, #f3f8fd);
  border: 1px solid #d8e8f5;
  border-radius: 22px;
  box-shadow: 0 22px 60px rgba(0, 43, 92, 0.1);
  color: #181c22;
  height: auto;
  min-height: 230px;
  margin-top: 0;
  overflow: hidden;
  padding: 34px;
  width: calc(25% - 18px);
}

.home .benefits .cards-image {
  align-items: center;
  background: #0067B1;
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(0, 103, 177, 0.22);
  display: flex;
  height: 76px;
  justify-content: center;
  left: auto;
  margin-bottom: 34px;
  position: relative;
  top: auto;
  transform: none;
  width: 76px;
}

.home .benefits .cards-image img {
  display: block;
  filter: brightness(0) invert(1);
  max-height: 44px;
  max-width: 44px;
}

.home .benefits .cards-title {
  align-items: flex-start;
  color: #17385c;
  font-size: 2.4rem;
  height: auto;
  line-height: 1.18;
  text-align: left;
}

@media screen and (max-width: 1279px) {
  .home .benefits .cards-item {
    width: calc(50% - 12px);
  }

  .page-template-page-peregon .workline-block {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 780px) {
  .page-template-page-about .page-top-block {
    border-radius: 0 0 24px 24px;
    height: 320px;
  }

  .home .benefits .cards-block {
    gap: 16px;
  }

  .home .benefits .cards-item {
    min-height: 0;
    padding: 24px;
    width: 100%;
  }

  .home .benefits .cards-title {
    font-size: 2rem;
  }

  .yandex-reviews-widget iframe {
    height: 620px;
  }

  .page-template-page-peregon .content {
    margin: 4rem 0 3rem;
  }

  .page-template-page-peregon .workline-block {
    grid-template-columns: 1fr;
  }

  .page-template-page-peregon .workline-item,
  .page-template-page-peregon .workline-item:first-child,
  .page-template-page-peregon .workline-item:last-child {
    min-height: 0;
    padding: 22px;
  }

  .policy-page h2 {
    font-size: 2.4rem;
  }
}
