/* ======================>  README  <===================== */
/* 
    Please consider to set all attribute in this file only,
    IF HAS OVERRIDE NEW ATTRIBUTE SET WITH // OVERRIDE
*/
/* ======================> END OF README <===================== */
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400&display=swap");
.font-type-secondary {
  font-family: "Playfair Display", serif;
}

:root {
  font-size: 10px;
}

html, body {
  overflow-x: hidden;
  overflow-y: auto;
  max-width: 100vw;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  position: relative;
  padding-top: 8.2rem;
}

h1 {
  font-size: 6.4rem;
}
@media screen and (max-width: 992px) {
  h1 {
    font-size: 4.4rem;
  }
}

h2 {
  font-size: 5.4rem;
}

h3 {
  font-size: 4.8rem;
}
@media screen and (max-width: 992px) {
  h3 {
    font-size: 2.8rem;
  }
}

h4 {
  font-size: 3.6rem;
}

h5 {
  font-size: 2.4rem;
}
@media screen and (max-width: 992px) {
  h5 {
    font-size: 1.8rem;
  }
}

h6 {
  font-size: 1.8rem;
}
@media screen and (max-width: 992px) {
  h6 {
    font-size: 1.6rem;
  }
}

p {
  font-size: 1.6rem;
}
@media screen and (max-width: 992px) {
  p {
    font-size: 1.4rem;
  }
}

.text-md {
  font-size: 1.6rem;
}

.text-sm {
  font-size: 1.2rem;
}

.text-xs {
  font-size: 1rem;
}

.btn {
  padding: 1.5rem 1.8rem;
  border: 0;
  font-size: 1.6rem;
  border-radius: 0;
}
.btn-pill {
  border-radius: 0;
}
.btn-sm {
  padding: 1.1rem 1.4rem;
}
.btn:focus {
  outline: unset !important;
  border: none !important;
  box-shadow: unset !important;
}
.btn-primary {
  background-color: #1E2231 !important;
  color: #FFFFFF !important;
}
.btn-telegram {
  background-color: #24A1DE !important;
  color: #FFFFFF !important;
}
.btn-whatsapp {
  background-color: #25D366 !important;
  color: #FFFFFF !important;
}
.btn-primary:active {
  background: #1E2231 !important;
  border: unset !important;
}
.btn-primary:hover {
  background-color: #1E2231;
  box-shadow: 0 20px 30px rgba(30, 34, 49, 0.2);
}
.btn-outline-primary {
  border: 1px solid #1E2231;
  color: #1E2231 !important;
}
.btn-outline-primary:hover {
  background-color: #FFFFFF !important;
  color: #1E2231 !important;
  border: 1px solid #1E2231;
}
.btn-outline-primary:active {
  color: #FFFFFF !important;
  background: #1E2231 !important;
  border: unset !important;
}
.btn-outline-primary:focus {
  color: #FFFFFF !important;
  border: 1px solid #1E2231 !important;
  background: #1E2231 !important;
}
.btn-outline-primary:hover {
  background-color: #1E2231;
  box-shadow: 0 20px 30px rgba(30, 34, 49, 0.2);
}
.btn-secondary {
  background-color: #C69155 !important;
  color: #FFFFFF !important;
}
.btn-secondary:active {
  background: #C69155 !important;
  border: unset !important;
}
.btn-secondary:hover {
  background-color: #C69155;
  box-shadow: 0 20px 30px rgba(198, 145, 85, 0.2);
}
.btn-outline-secondary {
  border: 1px solid #C69155;
  color: #C69155 !important;
}
.btn-outline-secondary:hover {
  background-color: #FFFFFF !important;
  color: #C69155 !important;
  border: 1px solid #C69155;
}
.btn-outline-secondary:active {
  color: #FFFFFF !important;
  background: #C69155 !important;
  border: unset !important;
}
.btn-outline-secondary:focus {
  color: #FFFFFF !important;
  border: 1px solid #C69155 !important;
  background: #C69155 !important;
}
.btn-outline-secondary:hover {
  background-color: #C69155;
  box-shadow: 0 20px 30px rgba(198, 145, 85, 0.2);
}
.btn-yellow {
  background-color: #EEBF61 !important;
  color: #FFFFFF !important;
}
.btn-yellow:active {
  background: #EEBF61 !important;
  border: unset !important;
}
.btn-yellow:hover {
  background-color: #EEBF61;
  box-shadow: 0 20px 30px rgba(238, 191, 97, 0.2);
}
.btn-outline-yellow {
  border: 1px solid #EEBF61;
  color: #EEBF61 !important;
}
.btn-outline-yellow:hover {
  background-color: #FFFFFF !important;
  color: #EEBF61 !important;
  border: 1px solid #EEBF61;
}
.btn-outline-yellow:active {
  color: #FFFFFF !important;
  background: #EEBF61 !important;
  border: unset !important;
}
.btn-outline-yellow:focus {
  color: #FFFFFF !important;
  border: 1px solid #EEBF61 !important;
  background: #EEBF61 !important;
}
.btn-outline-yellow:hover {
  background-color: #EEBF61;
  box-shadow: 0 20px 30px rgba(238, 191, 97, 0.2);
}
.btn-softgray {
  background-color: #F0F0F0 !important;
  color: #FFFFFF !important;
}
.btn-softgray:active {
  background: #F0F0F0 !important;
  border: unset !important;
}
.btn-softgray:hover {
  background-color: #F0F0F0;
  box-shadow: 0 20px 30px rgba(240, 240, 240, 0.2);
}
.btn-outline-softgray {
  border: 1px solid #F0F0F0;
  color: #F0F0F0 !important;
}
.btn-outline-softgray:hover {
  background-color: #FFFFFF !important;
  color: #F0F0F0 !important;
  border: 1px solid #F0F0F0;
}
.btn-outline-softgray:active {
  color: #FFFFFF !important;
  background: #F0F0F0 !important;
  border: unset !important;
}
.btn-outline-softgray:focus {
  color: #FFFFFF !important;
  border: 1px solid #F0F0F0 !important;
  background: #F0F0F0 !important;
}
.btn-outline-softgray:hover {
  background-color: #F0F0F0;
  box-shadow: 0 20px 30px rgba(240, 240, 240, 0.2);
}
.btn-white {
  background-color: #FFFFFF !important;
}
.btn-white:active {
  background: #C69155 !important;
  border: unset !important;
}
.btn-white:hover {
  background-color: #C69155 !important;
  color: #FFFFFF !important;
  box-shadow: 0 20px 30px rgba(198, 145, 85, 0.2);
}
.btn-outline-white {
  border: 1px solid #FFFFFF;
  color: #FFFFFF !important;
}
.btn-outline-white:hover {
  background-color: #FFFFFF !important;
  color: #FFFFFF !important;
  border: 1px solid #FFFFFF;
}
.btn-outline-white:active {
  color: #FFFFFF !important;
  background: #FFFFFF !important;
  border: unset !important;
}
.btn-outline-white:focus {
  color: #FFFFFF !important;
  border: 1px solid #FFFFFF !important;
  background: #FFFFFF !important;
}
.btn-outline-white:hover {
  background-color: #FFFFFF;
  box-shadow: 0 20px 30px rgba(255, 255, 255, 0.2);
}

.card {
  padding: 0;
  border: 5px solid #F4F4F4;
}
.card .card-body {
  padding: 3rem;
}

.form-group {
  margin: 0 0 3rem 0;
}
.form-group label {
  color: #1E2231;
  font-weight: 600;
  font-size: 1.6rem;
  margin-bottom: 0 0 0.5rem 0;
}

.form-control {
  border: 0;
  font-size: 1.6rem;
  padding: 0.9rem 1.2rem;
  height: unset;
}
.form-control:focus {
  border: unset;
  box-shadow: unset;
}

.navbar {
  padding: 17.5px 0;
  background-color: #1E2231 !important;
  border-bottom: 3px solid #C69155;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100vw;
  max-height: 100vh;
  z-index: 1080;
}
@media screen and (max-width: 992px) {
  .navbar {
    overflow-x: hidden;
    overflow-y: auto;
  }
}
@media screen and (min-width: 992px) {
  .navbar .navbar-nav .nav-item:not(:last-child) {
    margin-right: 3rem;
  }
}
.navbar .navbar-nav .nav-item:not(.active) .nav-link {
  color: #FFFFFF;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.navbar .navbar-nav .nav-item:not(.active) .nav-link::before {
  content: "";
  position: absolute;
  display: block;
  bottom: -0.5rem;
  width: 0;
  height: 2px;
  opacity: 0;
  background-color: #FFFFFF;
  border-radius: 2px;
  z-index: 99999;
  transition: width 0.2s ease-in;
}
.navbar .navbar-nav .nav-item:not(.active) .nav-link:hover::before, .navbar .navbar-nav .nav-item:not(.active) .nav-link:active::before, .navbar .navbar-nav .nav-item:not(.active) .nav-link:focus::before {
  width: 100%;
  opacity: 0.8;
}
.navbar .navbar-nav .nav-item.nav-item-dropdown-long .dropdown-menu {
  transform-origin: top center;
  top: 180%;
  z-index: 10;
}
@media screen and (min-width: 992px) {
  .navbar .navbar-nav .nav-item.nav-item-dropdown-long .dropdown-menu {
    min-width: 500px;
  }
}
@media screen and (min-width: 992px) {
  .navbar .navbar-nav .nav-item.nav-item-dropdown-long .dropdown-menu::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: -0.7rem;
    left: 5rem;
    width: 0;
    height: 0;
    border-left: 0.5rem solid transparent;
    border-right: 0.5rem solid transparent;
    border-bottom: 0.7rem solid #FFFFFF;
  }
}
.navbar .navbar-nav .nav-item.active .nav-link {
  color: #C69155 !important;
}
@media screen and (min-width: 992px) {
  .navbar .navbar-nav .nav-item .nav-link {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.nav .nav-item.active .nav-link {
  color: #C69155;
}
.nav .nav-item .nav-link {
  color: #FFFFFF;
}

.breadcrumb {
  background-color: unset !important;
  justify-content: center;
}
.breadcrumb-item {
  font-size: 1.8rem;
}
.breadcrumb-item a {
  color: #FFFFFF !important;
}
.breadcrumb-item.active a {
  color: #C69155 !important;
}

.card.card-advantage {
  border: none !important;
  cursor: text;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.card.card-advantage .divider {
  background-color: #1E2231;
}
.card.card-advantage:hover {
  background-color: #1E2231 !important;
  color: #FFFFFF !important;
}
.card.card-advantage:hover .divider {
  background-color: #FFFFFF;
}
.card.card-testi {
  border: none !important;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  background: url("../img/decoration/svg/quote.svg"), #1E2231;
  background-repeat: no-repeat;
  background-size: 7rem, cover;
  background-position: 10% 20%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4rem;
}
.card.card-testi .card-testi-img {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: -4rem;
}
.card.card-testi .card-testi-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card.card-testi .card-body {
  padding: 2rem 0 0 !important;
}
.card.card-skeleton {
  width: 100%;
  min-height: 24rem;
  background: #cecece;
  border: none !important;
  animation: pulse 0.8s ease-in-out alternate-reverse infinite;
}

.modal {
  overflow: hidden !important;
}
.modal.modal-order .modal-content {
  position: relative;
}
.modal.modal-order .modal-content .modal-header {
  padding: 0;
}
.modal.modal-order .modal-content .modal-header .close {
  position: absolute;
  top: -0.2rem;
  right: -0.2rem;
  width: 4.6rem;
  height: 4.6rem;
  background-color: #C69155;
  border-radius: 50%;
  opacity: 1;
  padding: 0;
  color: #FFFFFF;
  font-size: 2.5rem;
  font-weight: 300;
  z-index: 999;
}
@media screen and (min-width: 576px) {
  .modal.modal-order .modal-content .modal-header .close {
    top: -1.2rem;
    right: -1.2rem;
  }
}
.modal.modal-order .modal-content .modal-body {
  padding: 0;
  z-index: 88;
  background: url("../img/decoration/square-stripe.png"), url("../img/decoration/square-stripe.png");
  background-repeat: no-repeat;
  background-size: 7rem;
  background-position: 2% 5%, 54% 95%;
}
.modal.modal-order .modal-content .modal-body .modal-order-img {
  height: 12rem;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .modal.modal-order .modal-content .modal-body .modal-order-img {
    height: 46.6rem;
  }
}
.modal.modal-order .modal-content .modal-body .modal-order-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dropdown.show .dropdown-toggle {
  background-color: unset;
  border-color: unset;
}
.dropdown .dropdown-toggle.dropdown-toggle-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dropdown .dropdown-menu {
  border-bottom: 3px solid #C69155;
  background-color: #FFFFFF;
  height: unset !important;
  min-height: 20px;
}
.dropdown .dropdown-menu[x-placement=top-start] {
  top: -0.5rem !important;
}
.dropdown .dropdown-menu[x-placement=bottom-start] {
  margin-top: 0.5rem !important;
}
.dropdown .dropdown-menu .dropdown-item {
  font-size: 1.4rem;
  color: #7A7B89;
}
.dropdown .dropdown-menu .dropdown-item:active, .dropdown .dropdown-menu .dropdown-item:focus {
  background-color: rgba(30, 34, 49, 0.3) !important;
}
.dropdown .dropdown-menu .dropdown-item.active {
  background-color: unset !important;
  border-bottom: 1px solid #1E2231;
  font-weight: bold;
}

.img-label-wrapper {
  height: 24rem;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 992px) {
  .img-label-wrapper {
    height: 48rem;
  }
}
.img-label-wrapper .img-label-text {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  left: -1.5rem;
  padding: 1rem;
  background-color: #FFFFFF;
  display: flex;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .img-label-wrapper .img-label-text {
    left: -1.5rem;
    padding: 1.5rem;
  }
}
.img-label-wrapper .img-label-text .img-label-text-icon {
  width: 3rem;
  height: 3rem;
  padding: 0.5rem;
  border-radius: 0.5rem;
  background-color: #EEBF61;
}
@media screen and (min-width: 768px) {
  .img-label-wrapper .img-label-text .img-label-text-icon {
    width: 5.5rem;
    height: 5.5rem;
  }
}
.img-label-wrapper .img-label-text .img-label-text-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.img-label-wrapper .img-label-text .img-label-text-body {
  padding: 0.5rem 0 0.5rem 1.5rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .img-label-wrapper .img-label-text .img-label-text-body {
    padding: 0.5rem 0 0.5rem 1rem;
  }
  .img-label-wrapper .img-label-text .img-label-text-body div {
    font-size: 0.8rem !important;
  }
  .img-label-wrapper .img-label-text .img-label-text-body h6 {
    font-size: 1rem !important;
  }
}
.img-label-wrapper img.img-label-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.divider {
  height: 0.4rem;
  width: 8rem;
}

.loader {
  position: relative;
  width: 100%;
}

@keyframes pulse {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 0.8;
  }
}
footer {
  background-color: #1E2231;
}

body#index header {
  position: relative;
  z-index: 1;
}
body#index header::before {
  content: "";
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  background-image: linear-gradient(rgba(16, 17, 31, 0.9), rgba(16, 17, 31, 0.9)), url("../img/bg/homepage-header.jpg");
  background-position: center bottom;
  background-size: cover;
}
@media screen and (min-width: 992px) {
  body#index header::before {
    bottom: 50px !important;
    mask-border: url("../img/bg/svg/homepage-header-mask.svg");
    -webkit-mask-box-image: url("../img/bg/svg/homepage-header-mask.svg");
  }
}
body#index section#section-1 {
  padding-top: 14rem;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}
body#index section#section-1::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 5rem;
  width: 30rem;
  height: 30rem;
  background: url("../img/decoration/svg/square-stripe.svg"), #1E2231;
  background-repeat: no-repeat;
  background-size: 110px, cover;
  background-position: 15% 75%;
}
@media screen and (min-width: 992px) {
  body#index section#section-1::before {
    width: 30%;
    height: 70%;
    top: unset;
    bottom: 0;
  }
}
body#index section#section-2 {
  padding: 15rem 0 10rem;
}
body#index section#section-3 {
  padding: 10rem 0;
  background-image: url("../img/bg/homepage-product.png");
  background-size: cover;
  background-repeat: no-repeat;
}
body#index section#section-4 {
  padding: 10rem 0;
}
body#index section#section-5 {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}
body#index section#section-5::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -5rem;
  width: 30rem;
  height: 30rem;
  background: url("../img/decoration/svg/square-stripe.svg"), #1E2231;
  background-repeat: no-repeat;
  background-size: 110px, cover;
  background-position: 15% 75%;
}
@media screen and (min-width: 992px) {
  body#index section#section-5::before {
    width: 30%;
    height: 70%;
    top: unset;
    bottom: 0;
  }
}
body#index section#section-6 {
  padding: 10rem 0 0;
  max-width: 1440px;
  margin: 0 auto;
}
body#index section#section-6 .galeri-box {
  width: 100%;
  height: 500px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
body#index section#section-6 .galeri-box .galeri-item {
  background-color: #10111F;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body#index section#section-6 .galeri-box .galeri-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body#index section#section-6 .galeri-box .galeri-item.galeri-item-1 {
  grid-area: 1/1/2/2;
}
body#index section#section-6 .galeri-box .galeri-item.galeri-item-2 {
  grid-area: 2/1/3/2;
}
body#index section#section-6 .galeri-box .galeri-item.galeri-item-3 {
  grid-area: 1/2/3/3;
}
body#index section#section-6 .galeri-box .galeri-item.galeri-item-4 {
  grid-area: 1/3/3/5;
}
@media (max-width: 992px) {
  body#index section#section-6 .galeri-box {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    height: 500px;
  }
  body#index section#section-6 .galeri-box .galeri-item.galeri-item-1 {
    grid-area: 1/1/2/2;
  }
  body#index section#section-6 .galeri-box .galeri-item.galeri-item-2 {
    grid-area: 1/2/2/3;
  }
  body#index section#section-6 .galeri-box .galeri-item.galeri-item-3 {
    grid-area: 2/1/3/2;
  }
  body#index section#section-6 .galeri-box .galeri-item.galeri-item-4 {
    grid-area: 2/2/3/3;
  }
}
body#index section#section-7 {
  padding: 10rem 0;
}

body#menu header {
  position: relative;
  padding: 6.5rem 0;
  min-height: 23.6rem;
}
body#menu header::before {
  content: "";
  z-index: -1;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  background-image: linear-gradient(rgba(16, 17, 31, 0.9), rgba(16, 17, 31, 0.9)), url("../img/bg/detail-header.png");
  background-position: center bottom;
  background-size: cover;
}
body#menu section#section-1 {
  padding: 5rem 0 0;
}
@media screen and (min-width: 768px) {
  body#menu section#section-1 {
    padding: 10rem 0 0;
  }
}
body#menu section#section-1 .img-preview {
  width: 100%;
  overflow: hidden;
  height: 18rem;
}
@media screen and (min-width: 576px) {
  body#menu section#section-1 .img-preview {
    height: 24rem;
  }
}
@media screen and (min-width: 768px) {
  body#menu section#section-1 .img-preview {
    height: 35.2rem;
  }
}
body#menu section#section-1 .img-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body#menu section#section-2 {
  padding: 10rem 0;
}

body#promo header {
  position: relative;
  padding: 6.5rem 0;
  min-height: 23.6rem;
}
body#promo header::before {
  content: "";
  z-index: -1;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  background-image: linear-gradient(rgba(16, 17, 31, 0.9), rgba(16, 17, 31, 0.9)), url("../img/bg/detail-header.png");
  background-position: center bottom;
  background-size: cover;
}
body#promo section#section-1 {
  padding: 5rem 0;
}
@media screen and (min-width: 992px) {
  body#promo section#section-1 {
    padding: 5rem 0 8rem;
  }
}
body#promo section#section-1 .img-preview {
  width: 100%;
  height: 14rem;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  body#promo section#section-1 .img-preview {
    height: 54rem;
  }
}
body#promo section#section-1 .img-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
}

#portal {
  width: 100%;
  overflow: hidden;
  padding: 0;
  background-color: #E5E5E5;
  color: #10111F;
  font-family: Poppins;
}
#portal a:hover {
  opacity: 0.75;
}
#portal #wrapper {
  width: 100%;
  max-width: 540px;
  min-height: 100vh;
  margin: 0 auto;
  background-color: #FFF;
  position: relative;
  overflow-x: hidden;
}
#portal #wrapper header {
  background-color: #151725;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 540px;
  color: #FFF;
  border: 0;
  z-index: 9999;
}
#portal #wrapper header .main {
  padding: 16px;
  display: flex;
  justify-content: center;
  border-bottom: 2px solid #C69155;
}
#portal #wrapper header .secondary {
  padding: 40px 40px 35px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#portal #wrapper header .secondary h6 {
  font-size: 16px;
  font-weight: 700;
}
#portal #wrapper header .secondary a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 15px;
  background-color: #C69155;
  text-decoration: none;
  color: #FFF;
  font-weight: 600;
}
#portal #wrapper header .secondary a i {
  font-size: 18px;
}
#portal #wrapper section {
  padding: calc(245px + 30px) 0 38px 38px;
  margin-top: 80px;
}
#portal #wrapper section h4 {
  font-size: 28px;
  font-weight: 700;
  font-family: "Playfair Display";
}
#portal #wrapper section small {
  display: block;
  font-size: 12px !important;
}
#portal #wrapper section .font-weight-medium {
  font-weight: 600;
}
#portal #wrapper section #slideMain .swiper-slide {
  width: 235px;
  height: 330px;
  background-color: #151725;
  border-radius: 15px;
  overflow: hidden;
}
#portal #wrapper section #slideMain .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#portal #wrapper section #slideSecond .swiper-slide {
  width: 136px;
  height: 55px;
  border-radius: 8px;
  border: 1px solid #CDCDCD;
  padding: 6px 10px;
}
#portal #wrapper section #slideSecond .swiper-slide a {
  text-decoration: none;
  color: inherit;
}
#portal #wrapper section #slideSecond .swiper-slide span {
  font-size: 8px;
}
#portal #wrapper footer {
  padding: 32px 38px 21px 38px;
  border-top: 5px solid #FAFAFA;
  background-color: transparent;
}
#portal #wrapper footer .d-flex {
  font-size: 16px;
  text-decoration: none;
  color: inherit;
  font-weight: 600;
}

.bg-primary {
  background-color: #1E2231 !important;
}

.bg-secondary {
  background-color: #C69155 !important;
}

.bg-yellow {
  background-color: #EEBF61 !important;
}

.bg-softgray {
  background-color: #F0F0F0 !important;
}

.bg-white {
  background-color: #FFFFFF !important;
}

.w-0 {
  width: 0 !important;
}

.h-0 {
  height: 0 !important;
}

@media screen and (min-width: 576px) {
  .w-sm-0 {
    width: 0 !important;
  }

  .h-sm-0 {
    height: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-0 {
    width: 0 !important;
  }

  .h-md-0 {
    height: 0 !important;
  }
}
@media screen and (min-width: 992px) {
  .w-lg-0 {
    width: 0 !important;
  }

  .h-lg-0 {
    height: 0 !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-xl-0 {
    width: 0 !important;
  }

  .h-xl-0 {
    height: 0 !important;
  }
}
.w-1rem {
  width: 1rem !important;
}

.h-1rem {
  height: 1rem !important;
}

@media screen and (min-width: 576px) {
  .w-sm-1rem {
    width: 1rem !important;
  }

  .h-sm-1rem {
    height: 1rem !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-1rem {
    width: 1rem !important;
  }

  .h-md-1rem {
    height: 1rem !important;
  }
}
@media screen and (min-width: 992px) {
  .w-lg-1rem {
    width: 1rem !important;
  }

  .h-lg-1rem {
    height: 1rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-xl-1rem {
    width: 1rem !important;
  }

  .h-xl-1rem {
    height: 1rem !important;
  }
}
.w-2rem {
  width: 2rem !important;
}

.h-2rem {
  height: 2rem !important;
}

@media screen and (min-width: 576px) {
  .w-sm-2rem {
    width: 2rem !important;
  }

  .h-sm-2rem {
    height: 2rem !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-2rem {
    width: 2rem !important;
  }

  .h-md-2rem {
    height: 2rem !important;
  }
}
@media screen and (min-width: 992px) {
  .w-lg-2rem {
    width: 2rem !important;
  }

  .h-lg-2rem {
    height: 2rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-xl-2rem {
    width: 2rem !important;
  }

  .h-xl-2rem {
    height: 2rem !important;
  }
}
.w-3rem {
  width: 3rem !important;
}

.h-3rem {
  height: 3rem !important;
}

@media screen and (min-width: 576px) {
  .w-sm-3rem {
    width: 3rem !important;
  }

  .h-sm-3rem {
    height: 3rem !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-3rem {
    width: 3rem !important;
  }

  .h-md-3rem {
    height: 3rem !important;
  }
}
@media screen and (min-width: 992px) {
  .w-lg-3rem {
    width: 3rem !important;
  }

  .h-lg-3rem {
    height: 3rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-xl-3rem {
    width: 3rem !important;
  }

  .h-xl-3rem {
    height: 3rem !important;
  }
}
.w-4rem {
  width: 4rem !important;
}

.h-4rem {
  height: 4rem !important;
}

@media screen and (min-width: 576px) {
  .w-sm-4rem {
    width: 4rem !important;
  }

  .h-sm-4rem {
    height: 4rem !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-4rem {
    width: 4rem !important;
  }

  .h-md-4rem {
    height: 4rem !important;
  }
}
@media screen and (min-width: 992px) {
  .w-lg-4rem {
    width: 4rem !important;
  }

  .h-lg-4rem {
    height: 4rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-xl-4rem {
    width: 4rem !important;
  }

  .h-xl-4rem {
    height: 4rem !important;
  }
}
.w-5rem {
  width: 5rem !important;
}

.h-5rem {
  height: 5rem !important;
}

@media screen and (min-width: 576px) {
  .w-sm-5rem {
    width: 5rem !important;
  }

  .h-sm-5rem {
    height: 5rem !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-5rem {
    width: 5rem !important;
  }

  .h-md-5rem {
    height: 5rem !important;
  }
}
@media screen and (min-width: 992px) {
  .w-lg-5rem {
    width: 5rem !important;
  }

  .h-lg-5rem {
    height: 5rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-xl-5rem {
    width: 5rem !important;
  }

  .h-xl-5rem {
    height: 5rem !important;
  }
}
.w-10rem {
  width: 10rem !important;
}

.h-10rem {
  height: 10rem !important;
}

@media screen and (min-width: 576px) {
  .w-sm-10rem {
    width: 10rem !important;
  }

  .h-sm-10rem {
    height: 10rem !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-10rem {
    width: 10rem !important;
  }

  .h-md-10rem {
    height: 10rem !important;
  }
}
@media screen and (min-width: 992px) {
  .w-lg-10rem {
    width: 10rem !important;
  }

  .h-lg-10rem {
    height: 10rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-xl-10rem {
    width: 10rem !important;
  }

  .h-xl-10rem {
    height: 10rem !important;
  }
}
.w-15rem {
  width: 15rem !important;
}

.h-15rem {
  height: 15rem !important;
}

@media screen and (min-width: 576px) {
  .w-sm-15rem {
    width: 15rem !important;
  }

  .h-sm-15rem {
    height: 15rem !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-15rem {
    width: 15rem !important;
  }

  .h-md-15rem {
    height: 15rem !important;
  }
}
@media screen and (min-width: 992px) {
  .w-lg-15rem {
    width: 15rem !important;
  }

  .h-lg-15rem {
    height: 15rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-xl-15rem {
    width: 15rem !important;
  }

  .h-xl-15rem {
    height: 15rem !important;
  }
}
.w-20rem {
  width: 20rem !important;
}

.h-20rem {
  height: 20rem !important;
}

@media screen and (min-width: 576px) {
  .w-sm-20rem {
    width: 20rem !important;
  }

  .h-sm-20rem {
    height: 20rem !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-20rem {
    width: 20rem !important;
  }

  .h-md-20rem {
    height: 20rem !important;
  }
}
@media screen and (min-width: 992px) {
  .w-lg-20rem {
    width: 20rem !important;
  }

  .h-lg-20rem {
    height: 20rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-xl-20rem {
    width: 20rem !important;
  }

  .h-xl-20rem {
    height: 20rem !important;
  }
}
.w-25rem {
  width: 25rem !important;
}

.h-25rem {
  height: 25rem !important;
}

@media screen and (min-width: 576px) {
  .w-sm-25rem {
    width: 25rem !important;
  }

  .h-sm-25rem {
    height: 25rem !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-25rem {
    width: 25rem !important;
  }

  .h-md-25rem {
    height: 25rem !important;
  }
}
@media screen and (min-width: 992px) {
  .w-lg-25rem {
    width: 25rem !important;
  }

  .h-lg-25rem {
    height: 25rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-xl-25rem {
    width: 25rem !important;
  }

  .h-xl-25rem {
    height: 25rem !important;
  }
}
.w-30rem {
  width: 30rem !important;
}

.h-30rem {
  height: 30rem !important;
}

@media screen and (min-width: 576px) {
  .w-sm-30rem {
    width: 30rem !important;
  }

  .h-sm-30rem {
    height: 30rem !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-30rem {
    width: 30rem !important;
  }

  .h-md-30rem {
    height: 30rem !important;
  }
}
@media screen and (min-width: 992px) {
  .w-lg-30rem {
    width: 30rem !important;
  }

  .h-lg-30rem {
    height: 30rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-xl-30rem {
    width: 30rem !important;
  }

  .h-xl-30rem {
    height: 30rem !important;
  }
}
.w-35rem {
  width: 35rem !important;
}

.h-35rem {
  height: 35rem !important;
}

@media screen and (min-width: 576px) {
  .w-sm-35rem {
    width: 35rem !important;
  }

  .h-sm-35rem {
    height: 35rem !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-35rem {
    width: 35rem !important;
  }

  .h-md-35rem {
    height: 35rem !important;
  }
}
@media screen and (min-width: 992px) {
  .w-lg-35rem {
    width: 35rem !important;
  }

  .h-lg-35rem {
    height: 35rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-xl-35rem {
    width: 35rem !important;
  }

  .h-xl-35rem {
    height: 35rem !important;
  }
}
.w-40rem {
  width: 40rem !important;
}

.h-40rem {
  height: 40rem !important;
}

@media screen and (min-width: 576px) {
  .w-sm-40rem {
    width: 40rem !important;
  }

  .h-sm-40rem {
    height: 40rem !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-40rem {
    width: 40rem !important;
  }

  .h-md-40rem {
    height: 40rem !important;
  }
}
@media screen and (min-width: 992px) {
  .w-lg-40rem {
    width: 40rem !important;
  }

  .h-lg-40rem {
    height: 40rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-xl-40rem {
    width: 40rem !important;
  }

  .h-xl-40rem {
    height: 40rem !important;
  }
}
.w-45rem {
  width: 45rem !important;
}

.h-45rem {
  height: 45rem !important;
}

@media screen and (min-width: 576px) {
  .w-sm-45rem {
    width: 45rem !important;
  }

  .h-sm-45rem {
    height: 45rem !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-45rem {
    width: 45rem !important;
  }

  .h-md-45rem {
    height: 45rem !important;
  }
}
@media screen and (min-width: 992px) {
  .w-lg-45rem {
    width: 45rem !important;
  }

  .h-lg-45rem {
    height: 45rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-xl-45rem {
    width: 45rem !important;
  }

  .h-xl-45rem {
    height: 45rem !important;
  }
}
.w-50rem {
  width: 50rem !important;
}

.h-50rem {
  height: 50rem !important;
}

@media screen and (min-width: 576px) {
  .w-sm-50rem {
    width: 50rem !important;
  }

  .h-sm-50rem {
    height: 50rem !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-50rem {
    width: 50rem !important;
  }

  .h-md-50rem {
    height: 50rem !important;
  }
}
@media screen and (min-width: 992px) {
  .w-lg-50rem {
    width: 50rem !important;
  }

  .h-lg-50rem {
    height: 50rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-xl-50rem {
    width: 50rem !important;
  }

  .h-xl-50rem {
    height: 50rem !important;
  }
}
.w-55rem {
  width: 55rem !important;
}

.h-55rem {
  height: 55rem !important;
}

@media screen and (min-width: 576px) {
  .w-sm-55rem {
    width: 55rem !important;
  }

  .h-sm-55rem {
    height: 55rem !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-55rem {
    width: 55rem !important;
  }

  .h-md-55rem {
    height: 55rem !important;
  }
}
@media screen and (min-width: 992px) {
  .w-lg-55rem {
    width: 55rem !important;
  }

  .h-lg-55rem {
    height: 55rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-xl-55rem {
    width: 55rem !important;
  }

  .h-xl-55rem {
    height: 55rem !important;
  }
}
.w-60rem {
  width: 60rem !important;
}

.h-60rem {
  height: 60rem !important;
}

@media screen and (min-width: 576px) {
  .w-sm-60rem {
    width: 60rem !important;
  }

  .h-sm-60rem {
    height: 60rem !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-60rem {
    width: 60rem !important;
  }

  .h-md-60rem {
    height: 60rem !important;
  }
}
@media screen and (min-width: 992px) {
  .w-lg-60rem {
    width: 60rem !important;
  }

  .h-lg-60rem {
    height: 60rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-xl-60rem {
    width: 60rem !important;
  }

  .h-xl-60rem {
    height: 60rem !important;
  }
}
.w-65rem {
  width: 65rem !important;
}

.h-65rem {
  height: 65rem !important;
}

@media screen and (min-width: 576px) {
  .w-sm-65rem {
    width: 65rem !important;
  }

  .h-sm-65rem {
    height: 65rem !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-65rem {
    width: 65rem !important;
  }

  .h-md-65rem {
    height: 65rem !important;
  }
}
@media screen and (min-width: 992px) {
  .w-lg-65rem {
    width: 65rem !important;
  }

  .h-lg-65rem {
    height: 65rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-xl-65rem {
    width: 65rem !important;
  }

  .h-xl-65rem {
    height: 65rem !important;
  }
}
.w-70rem {
  width: 70rem !important;
}

.h-70rem {
  height: 70rem !important;
}

@media screen and (min-width: 576px) {
  .w-sm-70rem {
    width: 70rem !important;
  }

  .h-sm-70rem {
    height: 70rem !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-70rem {
    width: 70rem !important;
  }

  .h-md-70rem {
    height: 70rem !important;
  }
}
@media screen and (min-width: 992px) {
  .w-lg-70rem {
    width: 70rem !important;
  }

  .h-lg-70rem {
    height: 70rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-xl-70rem {
    width: 70rem !important;
  }

  .h-xl-70rem {
    height: 70rem !important;
  }
}
.w-75rem {
  width: 75rem !important;
}

.h-75rem {
  height: 75rem !important;
}

@media screen and (min-width: 576px) {
  .w-sm-75rem {
    width: 75rem !important;
  }

  .h-sm-75rem {
    height: 75rem !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-75rem {
    width: 75rem !important;
  }

  .h-md-75rem {
    height: 75rem !important;
  }
}
@media screen and (min-width: 992px) {
  .w-lg-75rem {
    width: 75rem !important;
  }

  .h-lg-75rem {
    height: 75rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-xl-75rem {
    width: 75rem !important;
  }

  .h-xl-75rem {
    height: 75rem !important;
  }
}
.w-80rem {
  width: 80rem !important;
}

.h-80rem {
  height: 80rem !important;
}

@media screen and (min-width: 576px) {
  .w-sm-80rem {
    width: 80rem !important;
  }

  .h-sm-80rem {
    height: 80rem !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-80rem {
    width: 80rem !important;
  }

  .h-md-80rem {
    height: 80rem !important;
  }
}
@media screen and (min-width: 992px) {
  .w-lg-80rem {
    width: 80rem !important;
  }

  .h-lg-80rem {
    height: 80rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-xl-80rem {
    width: 80rem !important;
  }

  .h-xl-80rem {
    height: 80rem !important;
  }
}
.w-85rem {
  width: 85rem !important;
}

.h-85rem {
  height: 85rem !important;
}

@media screen and (min-width: 576px) {
  .w-sm-85rem {
    width: 85rem !important;
  }

  .h-sm-85rem {
    height: 85rem !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-85rem {
    width: 85rem !important;
  }

  .h-md-85rem {
    height: 85rem !important;
  }
}
@media screen and (min-width: 992px) {
  .w-lg-85rem {
    width: 85rem !important;
  }

  .h-lg-85rem {
    height: 85rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-xl-85rem {
    width: 85rem !important;
  }

  .h-xl-85rem {
    height: 85rem !important;
  }
}
.w-90rem {
  width: 90rem !important;
}

.h-90rem {
  height: 90rem !important;
}

@media screen and (min-width: 576px) {
  .w-sm-90rem {
    width: 90rem !important;
  }

  .h-sm-90rem {
    height: 90rem !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-90rem {
    width: 90rem !important;
  }

  .h-md-90rem {
    height: 90rem !important;
  }
}
@media screen and (min-width: 992px) {
  .w-lg-90rem {
    width: 90rem !important;
  }

  .h-lg-90rem {
    height: 90rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-xl-90rem {
    width: 90rem !important;
  }

  .h-xl-90rem {
    height: 90rem !important;
  }
}
.w-95rem {
  width: 95rem !important;
}

.h-95rem {
  height: 95rem !important;
}

@media screen and (min-width: 576px) {
  .w-sm-95rem {
    width: 95rem !important;
  }

  .h-sm-95rem {
    height: 95rem !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-95rem {
    width: 95rem !important;
  }

  .h-md-95rem {
    height: 95rem !important;
  }
}
@media screen and (min-width: 992px) {
  .w-lg-95rem {
    width: 95rem !important;
  }

  .h-lg-95rem {
    height: 95rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-xl-95rem {
    width: 95rem !important;
  }

  .h-xl-95rem {
    height: 95rem !important;
  }
}
.w-100rem {
  width: 100rem !important;
}

.h-100rem {
  height: 100rem !important;
}

@media screen and (min-width: 576px) {
  .w-sm-100rem {
    width: 100rem !important;
  }

  .h-sm-100rem {
    height: 100rem !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-100rem {
    width: 100rem !important;
  }

  .h-md-100rem {
    height: 100rem !important;
  }
}
@media screen and (min-width: 992px) {
  .w-lg-100rem {
    width: 100rem !important;
  }

  .h-lg-100rem {
    height: 100rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-xl-100rem {
    width: 100rem !important;
  }

  .h-xl-100rem {
    height: 100rem !important;
  }
}
.m-0 {
  margin: 0 !important;
}

.my-0 {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

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

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

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

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

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

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

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

.m-1 {
  margin: 1.25rem !important;
}

.my-1 {
  margin-bottom: 1.25rem !important;
  margin-top: 1.25rem !important;
}

.mx-1 {
  margin-left: 1.25rem !important;
  margin-right: 1.25rem !important;
}

.mr-1 {
  margin-right: 1.25rem !important;
}

.ml-1 {
  margin-left: 1.25rem !important;
}

.mt-1 {
  margin-top: 1.25rem !important;
}

.mb-1 {
  margin-bottom: 1.25rem !important;
}

.p-1 {
  padding: 1.25rem !important;
}

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

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

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

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

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

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

.m-2 {
  margin: 2.5rem !important;
}

.my-2 {
  margin-bottom: 2.5rem !important;
  margin-top: 2.5rem !important;
}

.mx-2 {
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !important;
}

.mr-2 {
  margin-right: 2.5rem !important;
}

.ml-2 {
  margin-left: 2.5rem !important;
}

.mt-2 {
  margin-top: 2.5rem !important;
}

.mb-2 {
  margin-bottom: 2.5rem !important;
}

.p-2 {
  padding: 2.5rem !important;
}

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

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

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

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

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

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

.m-3 {
  margin: 3.75rem !important;
}

.my-3 {
  margin-bottom: 3.75rem !important;
  margin-top: 3.75rem !important;
}

.mx-3 {
  margin-left: 3.75rem !important;
  margin-right: 3.75rem !important;
}

.mr-3 {
  margin-right: 3.75rem !important;
}

.ml-3 {
  margin-left: 3.75rem !important;
}

.mt-3 {
  margin-top: 3.75rem !important;
}

.mb-3 {
  margin-bottom: 3.75rem !important;
}

.p-3 {
  padding: 3.75rem !important;
}

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

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

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

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

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

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

.m-4 {
  margin: 5rem !important;
}

.my-4 {
  margin-bottom: 5rem !important;
  margin-top: 5rem !important;
}

.mx-4 {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}

.mr-4 {
  margin-right: 5rem !important;
}

.ml-4 {
  margin-left: 5rem !important;
}

.mt-4 {
  margin-top: 5rem !important;
}

.mb-4 {
  margin-bottom: 5rem !important;
}

.p-4 {
  padding: 5rem !important;
}

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

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

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

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

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

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

.m-5 {
  margin: 6.25rem !important;
}

.my-5 {
  margin-bottom: 6.25rem !important;
  margin-top: 6.25rem !important;
}

.mx-5 {
  margin-left: 6.25rem !important;
  margin-right: 6.25rem !important;
}

.mr-5 {
  margin-right: 6.25rem !important;
}

.ml-5 {
  margin-left: 6.25rem !important;
}

.mt-5 {
  margin-top: 6.25rem !important;
}

.mb-5 {
  margin-bottom: 6.25rem !important;
}

.p-5 {
  padding: 6.25rem !important;
}

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

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

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

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

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

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

.m-6 {
  margin: 7.5rem !important;
}

.my-6 {
  margin-bottom: 7.5rem !important;
  margin-top: 7.5rem !important;
}

.mx-6 {
  margin-left: 7.5rem !important;
  margin-right: 7.5rem !important;
}

.mr-6 {
  margin-right: 7.5rem !important;
}

.ml-6 {
  margin-left: 7.5rem !important;
}

.mt-6 {
  margin-top: 7.5rem !important;
}

.mb-6 {
  margin-bottom: 7.5rem !important;
}

.p-6 {
  padding: 7.5rem !important;
}

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

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

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

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

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

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

.m-7 {
  margin: 8.75rem !important;
}

.my-7 {
  margin-bottom: 8.75rem !important;
  margin-top: 8.75rem !important;
}

.mx-7 {
  margin-left: 8.75rem !important;
  margin-right: 8.75rem !important;
}

.mr-7 {
  margin-right: 8.75rem !important;
}

.ml-7 {
  margin-left: 8.75rem !important;
}

.mt-7 {
  margin-top: 8.75rem !important;
}

.mb-7 {
  margin-bottom: 8.75rem !important;
}

.p-7 {
  padding: 8.75rem !important;
}

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .my-sm-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }

  .mx-sm-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .mr-sm-0 {
    margin-right: 0 !important;
  }

  .ml-sm-0 {
    margin-left: 0 !important;
  }

  .mt-sm-0 {
    margin-top: 0 !important;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

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

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

  .pr-sm-0 {
    padding-right: 0 !important;
  }

  .pl-sm-0 {
    padding-left: 0 !important;
  }

  .pt-sm-0 {
    padding-top: 0 !important;
  }

  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .my-md-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }

  .mx-md-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .mr-md-0 {
    margin-right: 0 !important;
  }

  .ml-md-0 {
    margin-left: 0 !important;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

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

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

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

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

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

  .pb-md-0 {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .my-lg-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }

  .mx-lg-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .mr-lg-0 {
    margin-right: 0 !important;
  }

  .ml-lg-0 {
    margin-left: 0 !important;
  }

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

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

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

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

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

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

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .my-xl-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }

  .mx-xl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .mr-xl-0 {
    margin-right: 0 !important;
  }

  .ml-xl-0 {
    margin-left: 0 !important;
  }

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

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

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

  .pr-xl-0 {
    padding-right: 0 !important;
  }

  .pl-xl-0 {
    padding-left: 0 !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 576px) {
  .m-sm-1 {
    margin: 1.25rem !important;
  }

  .my-sm-1 {
    margin-bottom: 1.25rem !important;
    margin-top: 1.25rem !important;
  }

  .mx-sm-1 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .mr-sm-1 {
    margin-right: 1.25rem !important;
  }

  .ml-sm-1 {
    margin-left: 1.25rem !important;
  }

  .mt-sm-1 {
    margin-top: 1.25rem !important;
  }

  .mb-sm-1 {
    margin-bottom: 1.25rem !important;
  }

  .p-sm-1 {
    padding: 1.25rem !important;
  }

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

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

  .pr-sm-1 {
    padding-right: 1.25rem !important;
  }

  .pl-sm-1 {
    padding-left: 1.25rem !important;
  }

  .pt-sm-1 {
    padding-top: 1.25rem !important;
  }

  .pb-sm-1 {
    padding-bottom: 1.25rem !important;
  }
}
@media (min-width: 768px) {
  .m-md-1 {
    margin: 1.25rem !important;
  }

  .my-md-1 {
    margin-bottom: 1.25rem !important;
    margin-top: 1.25rem !important;
  }

  .mx-md-1 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .mr-md-1 {
    margin-right: 1.25rem !important;
  }

  .ml-md-1 {
    margin-left: 1.25rem !important;
  }

  .mt-md-1 {
    margin-top: 1.25rem !important;
  }

  .mb-md-1 {
    margin-bottom: 1.25rem !important;
  }

  .p-md-1 {
    padding: 1.25rem !important;
  }

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

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

  .pr-md-1 {
    padding-right: 1.25rem !important;
  }

  .pl-md-1 {
    padding-left: 1.25rem !important;
  }

  .pt-md-1 {
    padding-top: 1.25rem !important;
  }

  .pb-md-1 {
    padding-bottom: 1.25rem !important;
  }
}
@media (min-width: 992px) {
  .m-lg-1 {
    margin: 1.25rem !important;
  }

  .my-lg-1 {
    margin-bottom: 1.25rem !important;
    margin-top: 1.25rem !important;
  }

  .mx-lg-1 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .mr-lg-1 {
    margin-right: 1.25rem !important;
  }

  .ml-lg-1 {
    margin-left: 1.25rem !important;
  }

  .mt-lg-1 {
    margin-top: 1.25rem !important;
  }

  .mb-lg-1 {
    margin-bottom: 1.25rem !important;
  }

  .p-lg-1 {
    padding: 1.25rem !important;
  }

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

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

  .pr-lg-1 {
    padding-right: 1.25rem !important;
  }

  .pl-lg-1 {
    padding-left: 1.25rem !important;
  }

  .pt-lg-1 {
    padding-top: 1.25rem !important;
  }

  .pb-lg-1 {
    padding-bottom: 1.25rem !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-1 {
    margin: 1.25rem !important;
  }

  .my-xl-1 {
    margin-bottom: 1.25rem !important;
    margin-top: 1.25rem !important;
  }

  .mx-xl-1 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .mr-xl-1 {
    margin-right: 1.25rem !important;
  }

  .ml-xl-1 {
    margin-left: 1.25rem !important;
  }

  .mt-xl-1 {
    margin-top: 1.25rem !important;
  }

  .mb-xl-1 {
    margin-bottom: 1.25rem !important;
  }

  .p-xl-1 {
    padding: 1.25rem !important;
  }

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

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

  .pr-xl-1 {
    padding-right: 1.25rem !important;
  }

  .pl-xl-1 {
    padding-left: 1.25rem !important;
  }

  .pt-xl-1 {
    padding-top: 1.25rem !important;
  }

  .pb-xl-1 {
    padding-bottom: 1.25rem !important;
  }
}
@media (min-width: 576px) {
  .m-sm-2 {
    margin: 2.5rem !important;
  }

  .my-sm-2 {
    margin-bottom: 2.5rem !important;
    margin-top: 2.5rem !important;
  }

  .mx-sm-2 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .mr-sm-2 {
    margin-right: 2.5rem !important;
  }

  .ml-sm-2 {
    margin-left: 2.5rem !important;
  }

  .mt-sm-2 {
    margin-top: 2.5rem !important;
  }

  .mb-sm-2 {
    margin-bottom: 2.5rem !important;
  }

  .p-sm-2 {
    padding: 2.5rem !important;
  }

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

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

  .pr-sm-2 {
    padding-right: 2.5rem !important;
  }

  .pl-sm-2 {
    padding-left: 2.5rem !important;
  }

  .pt-sm-2 {
    padding-top: 2.5rem !important;
  }

  .pb-sm-2 {
    padding-bottom: 2.5rem !important;
  }
}
@media (min-width: 768px) {
  .m-md-2 {
    margin: 2.5rem !important;
  }

  .my-md-2 {
    margin-bottom: 2.5rem !important;
    margin-top: 2.5rem !important;
  }

  .mx-md-2 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .mr-md-2 {
    margin-right: 2.5rem !important;
  }

  .ml-md-2 {
    margin-left: 2.5rem !important;
  }

  .mt-md-2 {
    margin-top: 2.5rem !important;
  }

  .mb-md-2 {
    margin-bottom: 2.5rem !important;
  }

  .p-md-2 {
    padding: 2.5rem !important;
  }

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

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

  .pr-md-2 {
    padding-right: 2.5rem !important;
  }

  .pl-md-2 {
    padding-left: 2.5rem !important;
  }

  .pt-md-2 {
    padding-top: 2.5rem !important;
  }

  .pb-md-2 {
    padding-bottom: 2.5rem !important;
  }
}
@media (min-width: 992px) {
  .m-lg-2 {
    margin: 2.5rem !important;
  }

  .my-lg-2 {
    margin-bottom: 2.5rem !important;
    margin-top: 2.5rem !important;
  }

  .mx-lg-2 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .mr-lg-2 {
    margin-right: 2.5rem !important;
  }

  .ml-lg-2 {
    margin-left: 2.5rem !important;
  }

  .mt-lg-2 {
    margin-top: 2.5rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 2.5rem !important;
  }

  .p-lg-2 {
    padding: 2.5rem !important;
  }

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

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

  .pr-lg-2 {
    padding-right: 2.5rem !important;
  }

  .pl-lg-2 {
    padding-left: 2.5rem !important;
  }

  .pt-lg-2 {
    padding-top: 2.5rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 2.5rem !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-2 {
    margin: 2.5rem !important;
  }

  .my-xl-2 {
    margin-bottom: 2.5rem !important;
    margin-top: 2.5rem !important;
  }

  .mx-xl-2 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .mr-xl-2 {
    margin-right: 2.5rem !important;
  }

  .ml-xl-2 {
    margin-left: 2.5rem !important;
  }

  .mt-xl-2 {
    margin-top: 2.5rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 2.5rem !important;
  }

  .p-xl-2 {
    padding: 2.5rem !important;
  }

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

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

  .pr-xl-2 {
    padding-right: 2.5rem !important;
  }

  .pl-xl-2 {
    padding-left: 2.5rem !important;
  }

  .pt-xl-2 {
    padding-top: 2.5rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 2.5rem !important;
  }
}
@media (min-width: 576px) {
  .m-sm-3 {
    margin: 3.75rem !important;
  }

  .my-sm-3 {
    margin-bottom: 3.75rem !important;
    margin-top: 3.75rem !important;
  }

  .mx-sm-3 {
    margin-left: 3.75rem !important;
    margin-right: 3.75rem !important;
  }

  .mr-sm-3 {
    margin-right: 3.75rem !important;
  }

  .ml-sm-3 {
    margin-left: 3.75rem !important;
  }

  .mt-sm-3 {
    margin-top: 3.75rem !important;
  }

  .mb-sm-3 {
    margin-bottom: 3.75rem !important;
  }

  .p-sm-3 {
    padding: 3.75rem !important;
  }

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

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

  .pr-sm-3 {
    padding-right: 3.75rem !important;
  }

  .pl-sm-3 {
    padding-left: 3.75rem !important;
  }

  .pt-sm-3 {
    padding-top: 3.75rem !important;
  }

  .pb-sm-3 {
    padding-bottom: 3.75rem !important;
  }
}
@media (min-width: 768px) {
  .m-md-3 {
    margin: 3.75rem !important;
  }

  .my-md-3 {
    margin-bottom: 3.75rem !important;
    margin-top: 3.75rem !important;
  }

  .mx-md-3 {
    margin-left: 3.75rem !important;
    margin-right: 3.75rem !important;
  }

  .mr-md-3 {
    margin-right: 3.75rem !important;
  }

  .ml-md-3 {
    margin-left: 3.75rem !important;
  }

  .mt-md-3 {
    margin-top: 3.75rem !important;
  }

  .mb-md-3 {
    margin-bottom: 3.75rem !important;
  }

  .p-md-3 {
    padding: 3.75rem !important;
  }

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

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

  .pr-md-3 {
    padding-right: 3.75rem !important;
  }

  .pl-md-3 {
    padding-left: 3.75rem !important;
  }

  .pt-md-3 {
    padding-top: 3.75rem !important;
  }

  .pb-md-3 {
    padding-bottom: 3.75rem !important;
  }
}
@media (min-width: 992px) {
  .m-lg-3 {
    margin: 3.75rem !important;
  }

  .my-lg-3 {
    margin-bottom: 3.75rem !important;
    margin-top: 3.75rem !important;
  }

  .mx-lg-3 {
    margin-left: 3.75rem !important;
    margin-right: 3.75rem !important;
  }

  .mr-lg-3 {
    margin-right: 3.75rem !important;
  }

  .ml-lg-3 {
    margin-left: 3.75rem !important;
  }

  .mt-lg-3 {
    margin-top: 3.75rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 3.75rem !important;
  }

  .p-lg-3 {
    padding: 3.75rem !important;
  }

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

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

  .pr-lg-3 {
    padding-right: 3.75rem !important;
  }

  .pl-lg-3 {
    padding-left: 3.75rem !important;
  }

  .pt-lg-3 {
    padding-top: 3.75rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 3.75rem !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-3 {
    margin: 3.75rem !important;
  }

  .my-xl-3 {
    margin-bottom: 3.75rem !important;
    margin-top: 3.75rem !important;
  }

  .mx-xl-3 {
    margin-left: 3.75rem !important;
    margin-right: 3.75rem !important;
  }

  .mr-xl-3 {
    margin-right: 3.75rem !important;
  }

  .ml-xl-3 {
    margin-left: 3.75rem !important;
  }

  .mt-xl-3 {
    margin-top: 3.75rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 3.75rem !important;
  }

  .p-xl-3 {
    padding: 3.75rem !important;
  }

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

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

  .pr-xl-3 {
    padding-right: 3.75rem !important;
  }

  .pl-xl-3 {
    padding-left: 3.75rem !important;
  }

  .pt-xl-3 {
    padding-top: 3.75rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 3.75rem !important;
  }
}
@media (min-width: 576px) {
  .m-sm-4 {
    margin: 5rem !important;
  }

  .my-sm-4 {
    margin-bottom: 5rem !important;
    margin-top: 5rem !important;
  }

  .mx-sm-4 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .mr-sm-4 {
    margin-right: 5rem !important;
  }

  .ml-sm-4 {
    margin-left: 5rem !important;
  }

  .mt-sm-4 {
    margin-top: 5rem !important;
  }

  .mb-sm-4 {
    margin-bottom: 5rem !important;
  }

  .p-sm-4 {
    padding: 5rem !important;
  }

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

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

  .pr-sm-4 {
    padding-right: 5rem !important;
  }

  .pl-sm-4 {
    padding-left: 5rem !important;
  }

  .pt-sm-4 {
    padding-top: 5rem !important;
  }

  .pb-sm-4 {
    padding-bottom: 5rem !important;
  }
}
@media (min-width: 768px) {
  .m-md-4 {
    margin: 5rem !important;
  }

  .my-md-4 {
    margin-bottom: 5rem !important;
    margin-top: 5rem !important;
  }

  .mx-md-4 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .mr-md-4 {
    margin-right: 5rem !important;
  }

  .ml-md-4 {
    margin-left: 5rem !important;
  }

  .mt-md-4 {
    margin-top: 5rem !important;
  }

  .mb-md-4 {
    margin-bottom: 5rem !important;
  }

  .p-md-4 {
    padding: 5rem !important;
  }

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

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

  .pr-md-4 {
    padding-right: 5rem !important;
  }

  .pl-md-4 {
    padding-left: 5rem !important;
  }

  .pt-md-4 {
    padding-top: 5rem !important;
  }

  .pb-md-4 {
    padding-bottom: 5rem !important;
  }
}
@media (min-width: 992px) {
  .m-lg-4 {
    margin: 5rem !important;
  }

  .my-lg-4 {
    margin-bottom: 5rem !important;
    margin-top: 5rem !important;
  }

  .mx-lg-4 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .mr-lg-4 {
    margin-right: 5rem !important;
  }

  .ml-lg-4 {
    margin-left: 5rem !important;
  }

  .mt-lg-4 {
    margin-top: 5rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 5rem !important;
  }

  .p-lg-4 {
    padding: 5rem !important;
  }

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

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

  .pr-lg-4 {
    padding-right: 5rem !important;
  }

  .pl-lg-4 {
    padding-left: 5rem !important;
  }

  .pt-lg-4 {
    padding-top: 5rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 5rem !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-4 {
    margin: 5rem !important;
  }

  .my-xl-4 {
    margin-bottom: 5rem !important;
    margin-top: 5rem !important;
  }

  .mx-xl-4 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .mr-xl-4 {
    margin-right: 5rem !important;
  }

  .ml-xl-4 {
    margin-left: 5rem !important;
  }

  .mt-xl-4 {
    margin-top: 5rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 5rem !important;
  }

  .p-xl-4 {
    padding: 5rem !important;
  }

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

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

  .pr-xl-4 {
    padding-right: 5rem !important;
  }

  .pl-xl-4 {
    padding-left: 5rem !important;
  }

  .pt-xl-4 {
    padding-top: 5rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 5rem !important;
  }
}
@media (min-width: 576px) {
  .m-sm-5 {
    margin: 6.25rem !important;
  }

  .my-sm-5 {
    margin-bottom: 6.25rem !important;
    margin-top: 6.25rem !important;
  }

  .mx-sm-5 {
    margin-left: 6.25rem !important;
    margin-right: 6.25rem !important;
  }

  .mr-sm-5 {
    margin-right: 6.25rem !important;
  }

  .ml-sm-5 {
    margin-left: 6.25rem !important;
  }

  .mt-sm-5 {
    margin-top: 6.25rem !important;
  }

  .mb-sm-5 {
    margin-bottom: 6.25rem !important;
  }

  .p-sm-5 {
    padding: 6.25rem !important;
  }

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

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

  .pr-sm-5 {
    padding-right: 6.25rem !important;
  }

  .pl-sm-5 {
    padding-left: 6.25rem !important;
  }

  .pt-sm-5 {
    padding-top: 6.25rem !important;
  }

  .pb-sm-5 {
    padding-bottom: 6.25rem !important;
  }
}
@media (min-width: 768px) {
  .m-md-5 {
    margin: 6.25rem !important;
  }

  .my-md-5 {
    margin-bottom: 6.25rem !important;
    margin-top: 6.25rem !important;
  }

  .mx-md-5 {
    margin-left: 6.25rem !important;
    margin-right: 6.25rem !important;
  }

  .mr-md-5 {
    margin-right: 6.25rem !important;
  }

  .ml-md-5 {
    margin-left: 6.25rem !important;
  }

  .mt-md-5 {
    margin-top: 6.25rem !important;
  }

  .mb-md-5 {
    margin-bottom: 6.25rem !important;
  }

  .p-md-5 {
    padding: 6.25rem !important;
  }

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

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

  .pr-md-5 {
    padding-right: 6.25rem !important;
  }

  .pl-md-5 {
    padding-left: 6.25rem !important;
  }

  .pt-md-5 {
    padding-top: 6.25rem !important;
  }

  .pb-md-5 {
    padding-bottom: 6.25rem !important;
  }
}
@media (min-width: 992px) {
  .m-lg-5 {
    margin: 6.25rem !important;
  }

  .my-lg-5 {
    margin-bottom: 6.25rem !important;
    margin-top: 6.25rem !important;
  }

  .mx-lg-5 {
    margin-left: 6.25rem !important;
    margin-right: 6.25rem !important;
  }

  .mr-lg-5 {
    margin-right: 6.25rem !important;
  }

  .ml-lg-5 {
    margin-left: 6.25rem !important;
  }

  .mt-lg-5 {
    margin-top: 6.25rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 6.25rem !important;
  }

  .p-lg-5 {
    padding: 6.25rem !important;
  }

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

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

  .pr-lg-5 {
    padding-right: 6.25rem !important;
  }

  .pl-lg-5 {
    padding-left: 6.25rem !important;
  }

  .pt-lg-5 {
    padding-top: 6.25rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 6.25rem !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-5 {
    margin: 6.25rem !important;
  }

  .my-xl-5 {
    margin-bottom: 6.25rem !important;
    margin-top: 6.25rem !important;
  }

  .mx-xl-5 {
    margin-left: 6.25rem !important;
    margin-right: 6.25rem !important;
  }

  .mr-xl-5 {
    margin-right: 6.25rem !important;
  }

  .ml-xl-5 {
    margin-left: 6.25rem !important;
  }

  .mt-xl-5 {
    margin-top: 6.25rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 6.25rem !important;
  }

  .p-xl-5 {
    padding: 6.25rem !important;
  }

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

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

  .pr-xl-5 {
    padding-right: 6.25rem !important;
  }

  .pl-xl-5 {
    padding-left: 6.25rem !important;
  }

  .pt-xl-5 {
    padding-top: 6.25rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 6.25rem !important;
  }
}
@media (min-width: 576px) {
  .m-sm-6 {
    margin: 7.5rem !important;
  }

  .my-sm-6 {
    margin-bottom: 7.5rem !important;
    margin-top: 7.5rem !important;
  }

  .mx-sm-6 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important;
  }

  .mr-sm-6 {
    margin-right: 7.5rem !important;
  }

  .ml-sm-6 {
    margin-left: 7.5rem !important;
  }

  .mt-sm-6 {
    margin-top: 7.5rem !important;
  }

  .mb-sm-6 {
    margin-bottom: 7.5rem !important;
  }

  .p-sm-6 {
    padding: 7.5rem !important;
  }

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

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

  .pr-sm-6 {
    padding-right: 7.5rem !important;
  }

  .pl-sm-6 {
    padding-left: 7.5rem !important;
  }

  .pt-sm-6 {
    padding-top: 7.5rem !important;
  }

  .pb-sm-6 {
    padding-bottom: 7.5rem !important;
  }
}
@media (min-width: 768px) {
  .m-md-6 {
    margin: 7.5rem !important;
  }

  .my-md-6 {
    margin-bottom: 7.5rem !important;
    margin-top: 7.5rem !important;
  }

  .mx-md-6 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important;
  }

  .mr-md-6 {
    margin-right: 7.5rem !important;
  }

  .ml-md-6 {
    margin-left: 7.5rem !important;
  }

  .mt-md-6 {
    margin-top: 7.5rem !important;
  }

  .mb-md-6 {
    margin-bottom: 7.5rem !important;
  }

  .p-md-6 {
    padding: 7.5rem !important;
  }

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

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

  .pr-md-6 {
    padding-right: 7.5rem !important;
  }

  .pl-md-6 {
    padding-left: 7.5rem !important;
  }

  .pt-md-6 {
    padding-top: 7.5rem !important;
  }

  .pb-md-6 {
    padding-bottom: 7.5rem !important;
  }
}
@media (min-width: 992px) {
  .m-lg-6 {
    margin: 7.5rem !important;
  }

  .my-lg-6 {
    margin-bottom: 7.5rem !important;
    margin-top: 7.5rem !important;
  }

  .mx-lg-6 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important;
  }

  .mr-lg-6 {
    margin-right: 7.5rem !important;
  }

  .ml-lg-6 {
    margin-left: 7.5rem !important;
  }

  .mt-lg-6 {
    margin-top: 7.5rem !important;
  }

  .mb-lg-6 {
    margin-bottom: 7.5rem !important;
  }

  .p-lg-6 {
    padding: 7.5rem !important;
  }

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

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

  .pr-lg-6 {
    padding-right: 7.5rem !important;
  }

  .pl-lg-6 {
    padding-left: 7.5rem !important;
  }

  .pt-lg-6 {
    padding-top: 7.5rem !important;
  }

  .pb-lg-6 {
    padding-bottom: 7.5rem !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-6 {
    margin: 7.5rem !important;
  }

  .my-xl-6 {
    margin-bottom: 7.5rem !important;
    margin-top: 7.5rem !important;
  }

  .mx-xl-6 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important;
  }

  .mr-xl-6 {
    margin-right: 7.5rem !important;
  }

  .ml-xl-6 {
    margin-left: 7.5rem !important;
  }

  .mt-xl-6 {
    margin-top: 7.5rem !important;
  }

  .mb-xl-6 {
    margin-bottom: 7.5rem !important;
  }

  .p-xl-6 {
    padding: 7.5rem !important;
  }

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

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

  .pr-xl-6 {
    padding-right: 7.5rem !important;
  }

  .pl-xl-6 {
    padding-left: 7.5rem !important;
  }

  .pt-xl-6 {
    padding-top: 7.5rem !important;
  }

  .pb-xl-6 {
    padding-bottom: 7.5rem !important;
  }
}
@media (min-width: 576px) {
  .m-sm-7 {
    margin: 8.75rem !important;
  }

  .my-sm-7 {
    margin-bottom: 8.75rem !important;
    margin-top: 8.75rem !important;
  }

  .mx-sm-7 {
    margin-left: 8.75rem !important;
    margin-right: 8.75rem !important;
  }

  .mr-sm-7 {
    margin-right: 8.75rem !important;
  }

  .ml-sm-7 {
    margin-left: 8.75rem !important;
  }

  .mt-sm-7 {
    margin-top: 8.75rem !important;
  }

  .mb-sm-7 {
    margin-bottom: 8.75rem !important;
  }

  .p-sm-7 {
    padding: 8.75rem !important;
  }

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

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

  .pr-sm-7 {
    padding-right: 8.75rem !important;
  }

  .pl-sm-7 {
    padding-left: 8.75rem !important;
  }

  .pt-sm-7 {
    padding-top: 8.75rem !important;
  }

  .pb-sm-7 {
    padding-bottom: 8.75rem !important;
  }
}
@media (min-width: 768px) {
  .m-md-7 {
    margin: 8.75rem !important;
  }

  .my-md-7 {
    margin-bottom: 8.75rem !important;
    margin-top: 8.75rem !important;
  }

  .mx-md-7 {
    margin-left: 8.75rem !important;
    margin-right: 8.75rem !important;
  }

  .mr-md-7 {
    margin-right: 8.75rem !important;
  }

  .ml-md-7 {
    margin-left: 8.75rem !important;
  }

  .mt-md-7 {
    margin-top: 8.75rem !important;
  }

  .mb-md-7 {
    margin-bottom: 8.75rem !important;
  }

  .p-md-7 {
    padding: 8.75rem !important;
  }

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

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

  .pr-md-7 {
    padding-right: 8.75rem !important;
  }

  .pl-md-7 {
    padding-left: 8.75rem !important;
  }

  .pt-md-7 {
    padding-top: 8.75rem !important;
  }

  .pb-md-7 {
    padding-bottom: 8.75rem !important;
  }
}
@media (min-width: 992px) {
  .m-lg-7 {
    margin: 8.75rem !important;
  }

  .my-lg-7 {
    margin-bottom: 8.75rem !important;
    margin-top: 8.75rem !important;
  }

  .mx-lg-7 {
    margin-left: 8.75rem !important;
    margin-right: 8.75rem !important;
  }

  .mr-lg-7 {
    margin-right: 8.75rem !important;
  }

  .ml-lg-7 {
    margin-left: 8.75rem !important;
  }

  .mt-lg-7 {
    margin-top: 8.75rem !important;
  }

  .mb-lg-7 {
    margin-bottom: 8.75rem !important;
  }

  .p-lg-7 {
    padding: 8.75rem !important;
  }

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

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

  .pr-lg-7 {
    padding-right: 8.75rem !important;
  }

  .pl-lg-7 {
    padding-left: 8.75rem !important;
  }

  .pt-lg-7 {
    padding-top: 8.75rem !important;
  }

  .pb-lg-7 {
    padding-bottom: 8.75rem !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-7 {
    margin: 8.75rem !important;
  }

  .my-xl-7 {
    margin-bottom: 8.75rem !important;
    margin-top: 8.75rem !important;
  }

  .mx-xl-7 {
    margin-left: 8.75rem !important;
    margin-right: 8.75rem !important;
  }

  .mr-xl-7 {
    margin-right: 8.75rem !important;
  }

  .ml-xl-7 {
    margin-left: 8.75rem !important;
  }

  .mt-xl-7 {
    margin-top: 8.75rem !important;
  }

  .mb-xl-7 {
    margin-bottom: 8.75rem !important;
  }

  .p-xl-7 {
    padding: 8.75rem !important;
  }

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

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

  .pr-xl-7 {
    padding-right: 8.75rem !important;
  }

  .pl-xl-7 {
    padding-left: 8.75rem !important;
  }

  .pt-xl-7 {
    padding-top: 8.75rem !important;
  }

  .pb-xl-7 {
    padding-bottom: 8.75rem !important;
  }
}
/* color */
.text-primary {
  color: #1E2231 !important;
}

.text-secondary {
  color: #C69155 !important;
}

.text-yellow {
  color: #EEBF61 !important;
}

.text-softgray {
  color: #F0F0F0 !important;
}

.text-white {
  color: #FFFFFF !important;
}

/* weight */
.font-weight-light {
  font-weight: 300;
}

.font-weight-normal {
  font-weight: 400;
}

.font-weight-semibold {
  font-weight: 600;
}

.font-weight-bold {
  font-weight: 700;
}

.font-weight-extrabold {
  font-weight: 800;
}

.font-weight-boldest {
  font-weight: 900;
}

/* line-height */
.text-height-0 {
  line-height: 0;
}

.text-dec-none {
  text-decoration: none;
}

.rounded-sm {
  border-radius: 5px !important;
}

.rounded-md {
  border-radius: 10px !important;
}

.rounded-lg {
  border-radius: 15px !important;
}

.hover-scale:hover {
  transition: all 0.3s ease-in-out;
  transform: scale(1.1);
}

.hover-bgcolor-primary:hover {
  background-color: #1E2231 !important;
}

.hover-bgcolor-secondary:hover {
  background-color: #C69155 !important;
}

.hover-bgcolor-yellow:hover {
  background-color: #EEBF61 !important;
}

.hover-bgcolor-softgray:hover {
  background-color: #F0F0F0 !important;
}

.hover-bgcolor-white:hover {
  background-color: #FFFFFF !important;
}

.op-0 {
  opacity: 0;
}

.op-1 {
  opacity: 0.1;
}

.op-2 {
  opacity: 0.2;
}

.op-3 {
  opacity: 0.3;
}

.op-4 {
  opacity: 0.4;
}

.op-5 {
  opacity: 0.5;
}

.op-6 {
  opacity: 0.6;
}

.op-7 {
  opacity: 0.7;
}

.op-8 {
  opacity: 0.8;
}

.op-9 {
  opacity: 0.9;
}

.img-fit {
  overflow: hidden;
}
.img-fit.img-fit-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.img-fit.img-fit-contain img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.row.gutters-xs {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.row.gutters-xs > [class^=col] {
  padding: 0 0.5rem;
}

.csr-pointer {
  cursor: pointer;
}

.slick-slide {
  cursor: -webkit-grab;
  cursor: grab;
}
.slick-slide:focus {
  cursor: -webkit-grabbing;
  cursor: grabbing;
  outline: none !important;
}

.slick-slide-nofocus:focus {
  outline: none !important;
}

.slick-dots {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slick-dots.slick-dots-header li {
  display: flex;
  width: 0.8rem !important;
  height: 0.8rem !important;
}
.slick-dots.slick-dots-header li button::before {
  content: "" !important;
  display: block;
  width: 0.8rem !important;
  height: 0.8rem !important;
  background-color: #C4C4C4 !important;
  border-radius: 50%;
  opacity: 1 !important;
}
.slick-dots.slick-dots-header li.slick-active {
  width: 1.8rem !important;
  height: 1.8rem !important;
  transition: width 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.slick-dots.slick-dots-header li.slick-active button::before {
  width: 1.8rem !important;
  height: 1.8rem !important;
  background-color: #EEBF61 !important;
}
.slick-dots.slick-dots-testi {
  bottom: -5rem;
}
.slick-dots.slick-dots-testi li {
  display: flex;
  width: 0.8rem !important;
  height: 0.6rem !important;
}
.slick-dots.slick-dots-testi li button::before {
  content: "" !important;
  display: block;
  width: 0.8rem !important;
  height: 0.6rem !important;
  background-color: #C4C4C4 !important;
  border-radius: 0;
  opacity: 1 !important;
}
@media screen and (min-width: 768px) {
  .slick-dots.slick-dots-testi li {
    width: 3rem !important;
  }
  .slick-dots.slick-dots-testi li button::before {
    width: 3rem !important;
  }
}
.slick-dots.slick-dots-testi li.slick-active {
  width: 1rem !important;
  height: 0.6rem !important;
  transition: width 0.5s ease-in-out;
}
.slick-dots.slick-dots-testi li.slick-active button::before {
  width: 1rem !important;
  height: 0.6rem !important;
  background-color: #EEBF61 !important;
}
@media screen and (min-width: 768px) {
  .slick-dots.slick-dots-testi li.slick-active {
    width: 6rem !important;
  }
  .slick-dots.slick-dots-testi li.slick-active button::before {
    width: 6rem !important;
  }
}

.bootstrap-select .dropdown-menu .dropdown-item {
  padding: 1.2rem;
}
.bootstrap-select .dropdown-menu .dropdown-item:focus {
  outline: unset !important;
}
.bootstrap-select .dropdown-menu .dropdown-item:active {
  border: unset !important;
  background-color: rgba(30, 34, 49, 0.3) !important;
}
.bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #1E2231 !important;
  color: #FFFFFF !important;
}

/*# sourceMappingURL=app.css.map */
