/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-back-top {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: fixed;
  right: 100px;
  bottom: 50px;
  z-index: 10;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.ant-back-top:empty {
  display: none;
}
.ant-back-top-rtl {
  right: auto;
  left: 100px;
  direction: rtl;
}
.ant-back-top-content {
  width: 40px;
  height: 40px;
  overflow: hidden;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 20px;
  transition: all 0.3s;
}
.ant-back-top-content:hover {
  background-color: rgba(0, 0, 0, 0.85);
  transition: all 0.3s;
}
.ant-back-top-icon {
  font-size: 24px;
  line-height: 40px;
}
@media screen and (max-width: 768px) {
  .ant-back-top {
    right: 60px;
  }
  .ant-back-top-rtl {
    right: auto;
    left: 60px;
  }
}
@media screen and (max-width: 480px) {
  .ant-back-top {
    right: 20px;
  }
  .ant-back-top-rtl {
    right: auto;
    left: 20px;
  }
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-carousel {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
}
.ant-carousel .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  touch-action: pan-y;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.ant-carousel .slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.ant-carousel .slick-list:focus {
  outline: none;
}
.ant-carousel .slick-list.dragging {
  cursor: pointer;
}
.ant-carousel .slick-list .slick-slide {
  pointer-events: none;
}
.ant-carousel .slick-list .slick-slide input.ant-radio-input,
.ant-carousel .slick-list .slick-slide input.ant-checkbox-input {
  visibility: hidden;
}
.ant-carousel .slick-list .slick-slide.slick-active {
  pointer-events: auto;
}
.ant-carousel .slick-list .slick-slide.slick-active input.ant-radio-input,
.ant-carousel .slick-list .slick-slide.slick-active input.ant-checkbox-input {
  visibility: visible;
}
.ant-carousel .slick-list .slick-slide > div > div {
  vertical-align: bottom;
}
.ant-carousel .slick-slider .slick-track,
.ant-carousel .slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
  touch-action: pan-y;
}
.ant-carousel .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.ant-carousel .slick-track::before,
.ant-carousel .slick-track::after {
  display: table;
  content: '';
}
.ant-carousel .slick-track::after {
  clear: both;
}
.slick-loading .ant-carousel .slick-track {
  visibility: hidden;
}
.ant-carousel .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.ant-carousel .slick-slide img {
  display: block;
}
.ant-carousel .slick-slide.slick-loading img {
  display: none;
}
.ant-carousel .slick-slide.dragging img {
  pointer-events: none;
}
.ant-carousel .slick-initialized .slick-slide {
  display: block;
}
.ant-carousel .slick-loading .slick-slide {
  visibility: hidden;
}
.ant-carousel .slick-vertical .slick-slide {
  display: block;
  height: auto;
}
.ant-carousel .slick-arrow.slick-hidden {
  display: none;
}
.ant-carousel .slick-prev,
.ant-carousel .slick-next {
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  color: transparent;
  font-size: 0;
  line-height: 0;
  background: transparent;
  border: 0;
  outline: none;
  cursor: pointer;
}
.ant-carousel .slick-prev:hover,
.ant-carousel .slick-next:hover,
.ant-carousel .slick-prev:focus,
.ant-carousel .slick-next:focus {
  color: transparent;
  background: transparent;
  outline: none;
}
.ant-carousel .slick-prev:hover::before,
.ant-carousel .slick-next:hover::before,
.ant-carousel .slick-prev:focus::before,
.ant-carousel .slick-next:focus::before {
  opacity: 1;
}
.ant-carousel .slick-prev.slick-disabled::before,
.ant-carousel .slick-next.slick-disabled::before {
  opacity: 0.25;
}
.ant-carousel .slick-prev {
  left: -25px;
}
.ant-carousel .slick-prev::before {
  content: '\2190';
}
.ant-carousel .slick-next {
  right: -25px;
}
.ant-carousel .slick-next::before {
  content: '\2192';
}
.ant-carousel .slick-dots {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex !important;
  justify-content: center;
  margin-right: 15%;
  margin-bottom: 0;
  margin-left: 15%;
  padding-left: 0;
  list-style: none;
}
.ant-carousel .slick-dots-bottom {
  bottom: 12px;
}
.ant-carousel .slick-dots-top {
  top: 12px;
  bottom: auto;
}
.ant-carousel .slick-dots li {
  position: relative;
  display: inline-block;
  flex: 0 1 auto;
  box-sizing: content-box;
  width: 16px;
  height: 3px;
  margin: 0 4px;
  padding: 0;
  text-align: center;
  text-indent: -999px;
  vertical-align: top;
  transition: all 0.5s;
}
.ant-carousel .slick-dots li button {
  position: relative;
  display: block;
  width: 100%;
  height: 3px;
  padding: 0;
  color: transparent;
  font-size: 0;
  background: #fff;
  border: 0;
  border-radius: 1px;
  outline: none;
  cursor: pointer;
  opacity: 0.3;
  transition: all 0.5s;
}
.ant-carousel .slick-dots li button:hover,
.ant-carousel .slick-dots li button:focus {
  opacity: 0.75;
}
.ant-carousel .slick-dots li button::after {
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  content: '';
}
.ant-carousel .slick-dots li.slick-active {
  width: 24px;
}
.ant-carousel .slick-dots li.slick-active button {
  background: #fff;
  opacity: 1;
}
.ant-carousel .slick-dots li.slick-active:hover,
.ant-carousel .slick-dots li.slick-active:focus {
  opacity: 1;
}
.ant-carousel-vertical .slick-dots {
  top: 50%;
  bottom: auto;
  flex-direction: column;
  width: 3px;
  height: auto;
  margin: 0;
  transform: translateY(-50%);
}
.ant-carousel-vertical .slick-dots-left {
  right: auto;
  left: 12px;
}
.ant-carousel-vertical .slick-dots-right {
  right: 12px;
  left: auto;
}
.ant-carousel-vertical .slick-dots li {
  width: 3px;
  height: 16px;
  margin: 4px 0;
  vertical-align: baseline;
}
.ant-carousel-vertical .slick-dots li button {
  width: 3px;
  height: 16px;
}
.ant-carousel-vertical .slick-dots li.slick-active {
  width: 3px;
  height: 24px;
}
.ant-carousel-vertical .slick-dots li.slick-active button {
  width: 3px;
  height: 24px;
}
.ant-carousel-rtl {
  direction: rtl;
}
.ant-carousel-rtl .ant-carousel .slick-track {
  right: 0;
  left: auto;
}
.ant-carousel-rtl .ant-carousel .slick-prev {
  right: -25px;
  left: auto;
}
.ant-carousel-rtl .ant-carousel .slick-prev::before {
  content: '\2192';
}
.ant-carousel-rtl .ant-carousel .slick-next {
  right: auto;
  left: -25px;
}
.ant-carousel-rtl .ant-carousel .slick-next::before {
  content: '\2190';
}
.ant-carousel-rtl.ant-carousel .slick-dots {
  flex-direction: row-reverse;
}
.ant-carousel-rtl.ant-carousel-vertical .slick-dots {
  flex-direction: column;
}

body .ant-card {
  box-shadow: 0 4px 14px 0 rgba(66, 92, 200, 0.15);
  margin-bottom: 24px;
}
body .ant-card-head {
  border-bottom: none;
  font-weight: 600;
  font-size: 20px;
}
body .ant-card-head-title {
  padding-bottom: 0;
}
body .ant-drawer-content {
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
}
body .ant-drawer-content .ant-drawer-title {
  font-weight: 600;
  font-size: 26px;
  line-height: 1.35;
}
body .ant-modal-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.35;
}
body .ant-modal-header {
  border-radius: 18px 18px 0 0;
}
body .ant-modal-content {
  border-radius: 18px;
}
.auction-detail-modal {
  /* width */
  /* Track */
  /* Handle */
}
.auction-detail-modal ::-webkit-scrollbar {
  width: 10px;
}
.auction-detail-modal ::-webkit-scrollbar-track {
  background-color: #ddd;
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}
.auction-detail-modal ::-webkit-scrollbar-thumb {
  background: #666;
  border-radius: 10px;
}
.bid-confirmation-modal .anticon-exclamation-circle {
  display: none;
}
.bid-confirmation-modal .ant-modal-confirm-title {
  position: relative;
  text-align: center;
  margin-bottom: 24px;
}
.bid-confirmation-modal .ant-modal-confirm-title h4.ant-typography {
  font-size: 18px;
}
.bid-confirmation-modal .ant-modal-confirm-content {
  margin: 0 !important;
}
.bid-confirmation-modal .ant-modal-confirm-content h5.ant-typography {
  color: #596485;
  text-align: center;
  margin-bottom: 30px;
}
.bid-confirmation-modal .anticon {
  position: absolute;
  top: -10px;
  right: -10px;
  cursor: pointer;
  padding: 10px;
}
.bid-confirmation-modal .ant-modal-body {
  padding: 36px;
}
.bid-confirmation-modal .ant-modal-confirm-btns {
  width: 100%;
}
.bid-confirmation-modal .ant-modal-confirm-btns button:first-of-type {
  display: none;
}
.bid-confirmation-modal .ant-modal-confirm-btns button:last-of-type {
  width: 100%;
  margin: 0 !important;
}
.bid-confirmation-modal .ant-descriptions-item-container {
  height: 38px;
  align-items: center;
}
.bid-confirmation-modal .ant-descriptions-row > th,
.bid-confirmation-modal .ant-descriptions-row > td {
  padding-bottom: 0;
}
.bid-confirmation-modal .ant-descriptions-item-label {
  color: #848484;
}
.bid-confirmation-modal .ant-descriptions-item-content {
  color: #596485;
  font-size: 16px;
  font-weight: 500;
  justify-content: flex-end;
}
.bid-confirmation-modal .bid-amount {
  color: #3c6af6;
  font-size: 24px;
  font-weight: 600;
}
body .ant-table {
  border-radius: 18px;
  box-shadow: 0 4px 14px 0 rgba(66, 92, 200, 0.15);
}
body .ant-table .ant-table-thead > tr > th {
  background: #fff;
}
body h1.ant-typography,
body .ant-typography h1,
body h2.ant-typography,
body .ant-typography h2,
body h3.ant-typography,
body .ant-typography h3,
body h4.ant-typography,
body .ant-typography h4 {
  margin-bottom: 0.75em;
}
body h5.ant-typography,
body .ant-typography h5 {
  margin-bottom: 0.5em;
  color: #040849;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
}
body h6.ant-typography,
body .ant-typography h6 {
  margin-bottom: 0.5em;
  color: #040849;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2;
}
body .ant-checkbox-inner {
  border-radius: 3px;
}
body .ant-pagination-prev .ant-pagination-item-link,
body .ant-pagination-next .ant-pagination-item-link {
  border-color: transparent;
  box-shadow: 0 4px 14px 0 rgba(66, 92, 200, 0.15);
}
body .ant-pagination-item {
  border-color: transparent;
  box-shadow: 0 4px 14px 0 rgba(66, 92, 200, 0.15);
}
body .ant-btn-sm {
  line-height: normal;
}
body .ant-btn-success {
  background: #17a784;
  color: #fff;
}
body .ant-btn-success:hover,
body .ant-btn-success:active,
body .ant-btn-success:focus {
  background: #58bf9f;
  color: #fff;
  border-color: #58bf9f;
}
body .ant-tag {
  line-height: 26px;
  border: none;
}
body .ant-radio-button-wrapper {
  border: none !important;
  padding: 0 16px !important;
  margin: 0 4px;
  border-radius: 18px !important;
  box-shadow: 0 4px 14px 0 rgba(66, 92, 200, 0.15);
}
body .ant-radio-button-wrapper::before {
  display: none !important;
}
body .ant-notification-notice {
  max-width: 100%;
}
.rc-virtual-list-scrollbar {
  width: 8px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  position: absolute;
  display: block !important;
}
.ant-select-item-group {
  font-size: 14px;
}
/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}
#nprogress .bar {
  background: #3064ff;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #3064ff, 0 0 5px #3064ff;
  opacity: 1;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}
/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #3064ff;
  border-left-color: #3064ff;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite;
}
.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
html {
  -webkit-overflow-scrolling: touch;
}
html #ut_assistant_container,
html #ut_cs_container {
  display: none;
}
html.no-scroll {
  overflow-y: hidden;
}
html.show-usertip #ut_assistant_container,
html.show-usertip #ut_cs_container {
  display: unset;
}
@media only screen and (min-width: 1200px) {
  html::-webkit-scrollbar,
  .ant-drawer-body::-webkit-scrollbar,
  .ant-modal-wrap::-webkit-scrollbar {
    background-color: #fff;
    width: 16px;
  }
  html::-webkit-scrollbar-track,
  .ant-drawer-body::-webkit-scrollbar-track,
  .ant-modal-wrap::-webkit-scrollbar-track {
    background-color: #fff;
  }
  html::-webkit-scrollbar-thumb,
  .ant-drawer-body::-webkit-scrollbar-thumb,
  .ant-modal-wrap::-webkit-scrollbar-thumb {
    background-color: #babac0;
    border-radius: 16px;
    border: 4px solid #fff;
  }
  html::-webkit-scrollbar-button,
  .ant-drawer-body::-webkit-scrollbar-button,
  .ant-modal-wrap::-webkit-scrollbar-button {
    display: none;
  }
}
html,
body,
#__next {
  height: 100%;
}
.container {
  width: 100%;
  margin: auto;
}
@media (min-width: 480px) {
  .container {
    max-width: 480px;
  }
}
@media (min-width: 576px) {
  .container {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 992px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
/* Typography */
.has-text-centered {
  text-align: center !important;
}
.has-text-right {
  text-align: right !important;
}
.has-text-weight-bold {
  font-weight: bold !important;
}
.has-text-color-grey {
  color: #a7abc6 !important;
}
/* Flex Display */
.is-flex-center {
  display: flex !important;
  align-items: center !important;
}
/* Viewer Gallery */
.react-viewer-attribute {
  color: #fff !important;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 15px !important;
  overflow-wrap: break-word;
  max-height: 70px;
  overflow-y: scroll;
}
.is-flex-center-space-between {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}
.infinite-scroll-component {
  overflow-x: hidden !important;
}
/* Responsive Screen */
@media (min-width: 576px) {
  .visible-sm {
    display: block !important;
  }
  .row.visible-sm {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
  .flex-column-sm {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .visible-md {
    display: block !important;
  }
  .row.visible-md {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
  .flex-column-md {
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .visible-lg {
    display: block !important;
  }
  .row.visible-lg {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
  .flex-column-lg {
    flex-direction: column;
  }
}
@media (min-width: 1200px) {
  .visible-xl {
    display: block !important;
  }
  .row.visible-xl {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  table.visible-xl {
    display: table !important;
  }
  tr.visible-xl {
    display: table-row !important;
  }
  th.visible-xl,
  td.visible-xl {
    display: table-cell !important;
  }
  .flex-column-xl {
    flex-direction: column;
  }
}
.hidden {
  display: none;
}
@media (min-width: 576px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .hidden-lg {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xl {
    display: none !important;
  }
}
/* Spacing */
.m-0 {
  margin: 0 !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.m-4 {
  margin: 4px !important;
}
.mt-4 {
  margin-top: 4px !important;
}
.mr-4 {
  margin-right: 4px !important;
}
.mb-4 {
  margin-bottom: 4px !important;
}
.ml-4 {
  margin-left: 4px !important;
}
.m-8 {
  margin: 8px !important;
}
.mt-8 {
  margin-top: 8px !important;
}
.mr-8 {
  margin-right: 8px !important;
}
.mb-8 {
  margin-bottom: 8px !important;
}
.ml-8 {
  margin-left: 8px !important;
}
.m-16 {
  margin: 16px !important;
}
.mt-16 {
  margin-top: 16px !important;
}
.mr-16 {
  margin-right: 16px !important;
}
.mb-16 {
  margin-bottom: 16px !important;
}
.ml-16 {
  margin-left: 16px !important;
}
.m-24 {
  margin: 24px !important;
}
.mt-24 {
  margin-top: 24px !important;
}
.mr-24 {
  margin-right: 24px !important;
}
.mb-24 {
  margin-bottom: 24px !important;
}
.ml-24 {
  margin-left: 24px !important;
}
.m-32 {
  margin: 32px !important;
}
.mt-32 {
  margin-top: 32px !important;
}
.mr-32 {
  margin-right: 32px !important;
}
.mb-32 {
  margin-bottom: 32px !important;
}
.ml-32 {
  margin-left: 32px !important;
}
.m-64 {
  margin: 64px !important;
}
.mt-64 {
  margin-top: 64px !important;
}
.mr-64 {
  margin-right: 64px !important;
}
.mb-64 {
  margin-bottom: 64px !important;
}
.ml-64 {
  margin-left: 64px !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.p-4 {
  padding: 4px !important;
}
.pt-4 {
  padding-top: 4px !important;
}
.pr-4 {
  padding-right: 4px !important;
}
.pb-4 {
  padding-bottom: 4px !important;
}
.pl-4 {
  padding-left: 4px !important;
}
.p-8 {
  padding: 8px !important;
}
.pt-8 {
  padding-top: 8px !important;
}
.pr-8 {
  padding-right: 8px !important;
}
.pb-8 {
  padding-bottom: 8px !important;
}
.pl-8 {
  padding-left: 8px !important;
}
.p-16 {
  padding: 16px !important;
}
.pt-16 {
  padding-top: 16px !important;
}
.pr-16 {
  padding-right: 16px !important;
}
.pb-16 {
  padding-bottom: 16px !important;
}
.pl-16 {
  padding-left: 16px !important;
}
.p-24 {
  padding: 24px !important;
}
.pt-24 {
  padding-top: 24px !important;
}
.pr-24 {
  padding-right: 24px !important;
}
.pb-24 {
  padding-bottom: 24px !important;
}
.pl-24 {
  padding-left: 24px !important;
}
.p-32 {
  padding: 32px !important;
}
.pt-32 {
  padding-top: 32px !important;
}
.pr-32 {
  padding-right: 32px !important;
}
.pb-32 {
  padding-bottom: 32px !important;
}
.pl-32 {
  padding-left: 32px !important;
}
.p-64 {
  padding: 64px !important;
}
.pt-64 {
  padding-top: 64px !important;
}
.pr-64 {
  padding-right: 64px !important;
}
.pb-64 {
  padding-bottom: 64px !important;
}
.pl-64 {
  padding-left: 64px !important;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.grecaptcha-badge {
  visibility: hidden;
}

