@charset "UTF-8";
/* Variable CSS */
:root {
  --DarkPurple: #31007F;
  --MediumPurple: #4800BA;
  --LightPurple: #5C08FF;
  --Poppy: #FC4C49;
  --MediumPoppy: #FD9795;
  --LightPoppy: #FAEFEF;
}

/* Utilisation Variable CSS

var(--DarkPurple);

*/
/*------------------------------------------------------------------
Project:	ClaPat Framwork - Creative Portfolio Template
Version:	1.0
Last change:	12/03/2022
Assigned to:	www.ClaPat.com
Primary use:	Showcase Portfolio
-------------------------------------------------------------------*/
/*--------------------------------------------------
	Hero Section
---------------------------------------------------*/
.hero-below-caption .hero-translate {
  position: fixed;
  height: 390px;
  display: none;
  visibility: hidden;
  width: 100%;
  top: 0;
}

#hero {
  width: 100%;
  height: auto;
  max-height: 100%;
  position: relative;
  z-index: 20;
}

#hero.has-image {
  z-index: 2;
  height: 100vh;
  overflow: hidden;
}

#hero.has-slider {
  z-index: 0;
  height: 100vh;
  overflow: hidden;
}

.hero-below-caption #hero.has-image {
  z-index: 2;
  height: calc(100vh + 390px);
  overflow: hidden;
}

#hero-styles {
  position: relative;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  z-index: 2;
}

#hero.has-image #hero-styles {
  position: absolute;
  height: 100vh;
}

#hero.has-slider #hero-styles {
  background-color: #555;
  overflow: hidden;
}

.show-loader #hero.has-slider #hero-styles {
  background-color: transparent;
}

#hero-caption {
  display: table;
  width: 100%;
  padding-top: 200px;
  padding-bottom: 140px;
  margin: 0 auto;
  height: 100%;
  position: relative;
  box-sizing: border-box;
  text-align: left;
  pointer-events: initial;
}

#hero.has-image #hero-caption {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

#hero.has-slider #hero-caption {
  padding: 0;
  max-width: none;
}

.hero-below-caption #hero.has-image #hero-caption {
  padding-top: 300px;
  /*modify the top space minus half title height*/
  padding-bottom: 20px;
  height: auto;
  text-align: center;
}

#hero #hero-caption.text-align-center {
  text-align: center;
}

#hero #hero-caption .inner {
  vertical-align: top;
}

#hero.has-image #hero-caption .inner {
  vertical-align: middle;
}

#hero-image-wrapper {
  position: absolute;
  width: 100%;
  height: 100vh;
  z-index: 0;
  margin: 0 auto;
  left: 0;
  top: 0;
  right: 0;
  transition: filter 0.6s ease-in-out;
  overflow: hidden;
}

#hero-background-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 0;
}

#hero-bg-image {
  background-size: cover;
  position: absolute;
  background-position: center center;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
  overflow: visible;
}

.load-project-page #hero-bg-image, .load-next-project #hero-bg-image, .load-project-thumb-with-title #hero-bg-image {
  opacity: 1 !important;
  transform: scale(1.02);
}

.hero-title, .next-hero-title, .next-temp-hero-title {
  font-size: 100px;
  line-height: 130px;
  font-weight: 500;
  font-family: "Raleway", sans-serif;
  position: relative;
  display: block;
  margin-bottom: 0px;
  display: inline-block;
  vertical-align: top;
  width: auto;
  overflow: hidden;
  padding: 0;
  color: #31007F;
  margin-left: 0px;
}

.text-align-center .hero-title, .text-align-center .next-hero-title {
  margin: auto;
}

.next-temp-hero-title {
  position: absolute;
  white-space: nowrap;
  left: 0;
  right: 0;
  font-family: "Canela-Regular";
  font-weight: 500;
}

.hero-title span {
  opacity: 0;
  display: block;
  transform: translateY(130px);
  -webkit-transform: translateY(130px);
}

.next-hero-title span {
  display: block;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}

.inline-title .hero-title span, .inline-title .next-hero-title span, .inline-title .next-temp-hero-title span {
  display: inline-table;
}

.light-content .hero-title, .light-content .next-hero-title {
  color: #fff;
}

.change-header .hero-title, .change-header .next-hero-title {
  color: #000;
}

.hero-title div, .next-hero-title div, .next-temp-hero-title div {
  display: inline-flex;
  margin: 0 15px auto;
  text-align: center;
}

#hero.has-image .hero-title span {
  display: block;
  float: left;
  margin: 0;
  min-width: 10px;
  width: auto;
  box-sizing: border-box;
  transform: translateY(130px);
  -webkit-transform: translateY(130px);
}

#project-nav .next-hero-title span {
  display: block;
  float: left;
  margin: 0;
  min-width: 10px;
  width: auto;
  box-sizing: border-box;
  opacity: 0;
  transform: translateY(100px) rotateX(-90deg);
  transform-origin: 50% 50% 0px;
}

.load-project-thumb-with-title .next-temp-hero-title span {
  opacity: 0 !important;
  transform: translateY(10px) rotateX(78deg) !important;
  transform-origin: 50% 10% 0px !important;
}

.load-project-thumb-with-title .next-hero-title span {
  opacity: 1 !important;
  transform: translateY(0px) rotateX(0deg) !important;
  transform-origin: 50% 10% 0px !important;
}

.hero-subtitle, .next-hero-subtitle {
  font-size: 18px;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 0px;
  width: 100%;
  z-index: 10;
  position: relative;
  display: block;
  overflow: hidden;
  margin-left: 0px;
  color: var(--Poppy);
  /* rgba(169, 102, 116) */
  opacity: 0.7;
}

#hero.has-image .hero-subtitle, #project-nav .next-hero-subtitle, .temporary-hero .next-hero-subtitle {
  opacity: 1;
}

.hero-subtitle span {
  position: relative;
  display: block;
  opacity: 0;
  transform: translateY(60px);
  -webkit-transform: translateY(60px);
}

.next-hero-subtitle span {
  position: relative;
  display: block;
}

.inline-title .hero-subtitle span, .inline-title .next-hero-subtitle span {
  display: inline-block;
}

.load-next-project .hero-title span, .load-next-page .hero-title span {
  transform: translateY(0px) !important;
  -webkit-transform: translateY(0px) !important;
  opacity: 1 !important;
}

.load-next-project .hero-subtitle span, .load-next-page .hero-subtitle span {
  transform: translateY(0px) !important;
  -webkit-transform: translateY(0px) !important;
  opacity: 1 !important;
}

.light-content .hero-subtitle, .light-content .next-hero-subtitle {
  color: #fff;
}

.change-header .hero-subtitle, .change-header .next-hero-subtitle {
  color: #000 !important;
}

#hero.has-image .hero-subtitle:before, .text-align-center .hero-subtitle:before {
  left: 50%;
  margin-left: -10px;
}

#hero-footer {
  position: absolute;
  width: 100%;
  padding: 30px 80px;
  box-sizing: border-box;
  bottom: 0;
  left: 0;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  line-height: 60px;
  color: var(--DarkPurple);
}

#hero-footer.landing {
  top: calc(100vh - 120px);
  width: auto;
}

.light-content #hero-footer {
  color: #fff;
}

#hero-footer:after {
  content: "";
  clear: both;
  display: table;
}

.hero-footer-left {
  float: left;
  opacity: 0;
  cursor: pointer;
  transform: translateY(40px);
  -webkit-transform: translateY(40px);
}

.hero-footer-right {
  float: right;
  opacity: 0;
  cursor: pointer;
  transform: translateY(40px);
  -webkit-transform: translateY(40px);
}

#share {
  top: -3px;
  right: -24px;
  position: relative;
}

#share::before {
  position: absolute;
  top: 0;
  left: -140px;
  content: attr(data-text);
  width: 120px;
  text-align: right;
}

#share .parallax-wrap {
  width: 60px;
  height: 60px;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  float: left;
}

#main #hero-footer .button-wrap.left {
  float: none;
  left: -24px;
}

#main #hero-footer .button-wrap.right {
  float: none;
  right: -24px;
}

/*--------------------------------------------------
	Main Content
---------------------------------------------------*/
#main {
  position: relative;
  opacity: 0;
  user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  overflow: hidden;
}

.load-project-page #main, .load-next-project #main, .load-next-page #main {
  opacity: 1;
}

#main-content, #main-content-bg {
  position: relative;
  opacity: 1;
  z-index: 10;
  transition: all 0.4s ease-in-out 0s;
}

#main-page-content {
  position: relative;
  box-sizing: border-box;
  opacity: 0;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 0;
}

#main-page-content::after {
  clear: both;
  content: " ";
  display: table;
}

#main-page-content.project-page {
  margin-bottom: calc(100vh - 120px);
}

.hero-below-caption #main-page-content.project-page {
  margin-bottom: calc(100vh - 120px);
}

#main-page-content.portfolio-page {
  width: 100%;
  max-width: none;
  padding: 0;
}

/*--------------------------------------------------
	Page Navigation
---------------------------------------------------*/
#page-nav {
  height: auto;
  width: 100%;
  color: #000;
  position: relative;
  margin-bottom: 0;
}

.light-content #page-nav {
  color: #FAEFEF;
}

.page-nav-wrap {
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 3;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}

.page-nav-caption {
  display: table;
  width: 100%;
  margin: 0 auto;
  padding-top: 200px;
  padding-bottom: 140px;
  margin: 0 auto;
  height: 100%;
  top: -20%;
  opacity: 0;
  position: relative;
  box-sizing: border-box;
}

#page-nav .inner {
  vertical-align: middle;
  text-align: left;
}

#page-nav .text-align-center .inner {
  text-align: center;
}

.page-title {
  font-weight: 500;
  margin: 0;
  width: auto;
  z-index: 10;
  color: #000;
  position: relative;
  display: table;
  transition: all 0.2s ease-in-out;
}

.text-align-center .page-title {
  margin: 0 auto;
}

.light-content .page-title {
  color: #fff;
}

/*--------------------------------------------------
	Project Page Navigation
---------------------------------------------------*/
#project-nav {
  height: 100vh;
  width: 100%;
  color: #fff;
  position: absolute;
  margin-bottom: 0;
  bottom: -100vh;
  overflow: hidden;
}

.hero-below-caption #project-nav {
  height: 100vh;
  bottom: -100vh;
}

#project-nav.change-header {
  color: #000;
}

.next-project-wrap {
  display: table;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  position: relative;
  box-sizing: border-box;
  opacity: 0;
  top: -40%;
  z-index: 10;
}

.hero-below-caption .next-project-wrap {
  top: 0;
}

.next-project-image-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
}

.next-project-image-wrapper.active {
  opacity: 1;
}

.next-project-image {
  position: fixed;
  top: 60%;
  opacity: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.hero-below-caption .next-project-image {
  top: calc(100vh + 220px);
  opacity: 0;
  -webkit-transition: scale(0.7);
  transform: scale(0.7);
}

.load-project-thumb-with-title .next-project-image {
  z-index: 10;
}

.next-project-image.temporary {
  top: 0px !important;
}

.hero-below-caption .next-project-image.temporary {
  top: 390px !important;
}

.next-project-image.visible {
  opacity: 1 !important;
}

.next-project-image-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 1;
  z-index: 1;
  transform: scale(1);
}

.next-project-caption {
  display: table;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding-top: 20px;
  padding-bottom: 20px;
}

.hero-below-caption .next-project-caption {
  padding-top: 300px;
}

.next-caption-wrapper {
  display: table-cell;
  box-sizing: border-box;
  vertical-align: middle;
  text-align: center;
  position: relative;
}

.hero-below-caption .next-caption-wrapper {
  vertical-align: top;
  text-align: center;
}

#project-nav .caption-wrapper {
  position: relative;
  display: table;
  height: auto;
  margin: 0 auto;
}

.next-caption {
  display: block;
  position: relative;
  z-index: 1;
}

#project-nav .next-ajax-link-project {
  display: block;
  margin: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
}

#project-nav .next-hero-title, #project-nav .next-temp-hero-title, #project-nav .next-hero-subtitle {
  color: #fff;
}

#project-nav.change-header .next-hero-title, #project-nav.change-header .next-temp-hero-title, #project-nav.change-header .next-hero-subtitle {
  color: #000;
}

/*--------------------------------------------------
	Temporary Hero
---------------------------------------------------*/
.temporary-hero {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  pointer-events: none;
  z-index: 10;
}

.temporary-hero .outer {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  height: 100%;
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
  z-index: 10;
}

.hero-below-caption .temporary-hero .outer {
  padding-top: 300px;
}

.temporary-hero .inner {
  vertical-align: middle;
  text-align: center;
}

.hero-below-caption .temporary-hero .inner {
  vertical-align: top;
  text-align: center;
}

.temporary-hero .inner .caption-wrapper, .temporary-hero .inner .next-caption {
  position: relative;
  width: 100%;
  display: block;
}

.temporary-hero .inner .caption-wrapper {
  padding: 0;
  height: auto;
}

.temporary-hero .inner .caption-wrapper .title span {
  color: #31007F;
  opacity: 1;
  transform: translateY(0px);
}

.temporary-hero .temporary-hero .inner .caption-wrapper .subtitle {
  opacity: 1;
}

.temporary-hero .inner .caption-wrapper .subtitle span {
  position: relative;
  display: block;
  opacity: 1;
  color: #31007F;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}

.temporary-hero.light-content .inner .caption-wrapper .title span, .temporary-hero.light-content .inner .caption-wrapper .subtitle span {
  color: #fff;
}

.temporary-hero .inner .caption-wrapper .title div:first-child span:first-child::before {
  opacity: 0;
  transition: opacity 0.3s ease-out 0.2s;
}

.temporary-hero .inner .caption-wrapper .title div:first-child span:first-child::after {
  opacity: 0;
  transition: opacity 0.3s ease-out 0.2s;
}

/*--------------------------------------------------
	General Width and Padding for Hero, Content, Page and Project Nav
---------------------------------------------------*/
.content-max-width {
  box-sizing: border-box;
  padding-left: 60px;
  padding-right: 60px;
  max-width: 1280px;
}

/*--------------------------------------------------
	Responsive
---------------------------------------------------*/
@media only screen and (max-width: 1466px) {
  .hero-title, .next-hero-title, .next-temp-hero-title {
    font-size: 90px;
    line-height: 110px;
  }

  .hero-title div, .next-hero-title div, .next-temp-hero-title div {
    margin: 0 13px auto;
  }

  #hero-caption, .page-nav-caption {
    padding-top: 200px;
    padding-bottom: 140px;
  }

  #hero-footer {
    padding: 20px 60px;
  }

  #hero-footer.landing {
    display: none;
  }

  #hero-footer.landing {
    display: none;
  }

  #main-page-content.project-page {
    margin-bottom: calc(100vh - 100px);
  }

  .hero-below-caption #main-page-content.project-page {
    margin-bottom: calc(100vh - 100px);
  }

  .content-max-width {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media only screen and (max-width: 1024px) {
  .hero-title, .next-hero-title, .next-temp-hero-title {
    font-size: 72px;
    line-height: 90px;
  }

  .hero-title div, .next-hero-title div, .next-temp-hero-title div {
    margin: 0 10px auto;
  }

  #hero-footer {
    padding: 10px 40px;
  }

  .content-max-width {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-title, .next-hero-title, .next-temp-hero-title {
    font-size: 60px;
    line-height: 76px;
  }

  .hero-title div, .next-hero-title div, .next-temp-hero-title div {
    margin: 0 8px auto;
  }

  .hero-subtitle, .next-hero-subtitle {
    font-size: 16px;
    line-height: 30px;
  }

  #hero-caption, .page-nav-caption {
    padding-top: 180px;
    padding-bottom: 120px;
  }

  #hero-footer {
    padding: 10px 30px;
  }

  .hero-footer-left .button-text {
    display: none;
  }

  .has-slider .hero-footer-left .button-text, .has-slider .hero-footer-right .button-text {
    display: none;
  }

  .content-max-width {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .hero-below-caption .hero-translate {
    height: 325px;
  }

  .hero-title, .next-hero-title, .next-temp-hero-title {
    font-size: 48px;
    line-height: 64px;
  }

  .hero-title div, .next-hero-title div, .next-temp-hero-title div {
    margin: 0 7px auto;
  }

  .next-hero-title::after {
    font-size: 24px;
    bottom: 8px;
  }

  .hero-subtitle, .next-hero-subtitle {
    font-size: 14px;
    line-height: 30px;
  }

  #hero-caption, .page-nav-caption {
    padding-top: 160px;
    padding-bottom: 100px;
  }

  #hero-footer {
    padding: 10px 20px;
  }

  .content-max-width {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/*--------------------------------------------------
	General Styles
---------------------------------------------------*/
.swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-slide-active {
  z-index: 1;
}

.above.swiper-slide {
  opacity: 1 !important;
}

.img-mask {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  box-sizing: border-box;
  z-index: 0;
}

.section-image {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.swiper-slide .outer {
  margin: 0 auto;
  box-sizing: border-box;
  display: table;
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 1;
  position: relative;
  z-index: 10;
}

.swiper-slide .inner {
  vertical-align: middle !important;
  text-align: center;
  position: relative;
  opacity: 0;
}

.slide-title-wrapper {
  position: relative;
  height: auto;
  width: auto;
  display: table;
  margin: 0 auto;
  text-align: center;
}

.slide-title-wrapper .slide-link {
  display: none;
  width: 0;
  height: 0;
}

.slide-title {
  font-size: 100px;
  line-height: 130px;
  font-weight: 500;
  position: relative;
  display: table;
  pointer-events: none;
  cursor: pointer;
  color: #000;
  z-index: 10;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
}

.light-content .slide-title {
  color: #fff;
}

.slide-title span {
  position: relative;
  display: block;
  opacity: 0;
}

.slide-title span {
  text-align: left;
  opacity: 0;
  transform: translateY(160px);
  -webkit-transform: translateY(160px);
}

.subtitle {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 0px;
  z-index: 10;
  position: relative;
  display: block;
  color: #000;
  overflow: hidden;
}

.light-content.light-content-slider .subtitle {
  color: #000;
}

.light-content .subtitle, .light-content-slider .subtitle {
  color: #fff;
}

.subtitle span {
  position: relative;
  display: block;
  opacity: 0;
  transform: translateY(30px);
  -webkit-transform: translateY(30px);
}

/*--------------------------------------------------
	Showcase Slider
---------------------------------------------------*/
#showcase-slider-holder {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  opacity: 0;
  cursor: -webkit-grab;
  cursor: grab;
}

#hero #showcase-slider-holder {
  pointer-events: none;
}

.scale-drag #showcase-slider-holder {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
}

#showcase-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: visible;
  cursor: -webkit-grab;
  cursor: grab;
}

#showcase-slider .swiper-slide .outer .slide-title {
  pointer-events: initial;
}

.scale-drag #showcase-slider .swiper-slide .outer .slide-title.active-title {
  pointer-events: none;
}

#fixed-borders {
  position: absolute;
  height: 1px;
  width: 100%;
  top: calc(50% - 15px);
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  -webkit-clip-path: inset(0 80px 0 80px);
          clip-path: inset(0 80px 0 80px);
}

.caption-border {
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  margin: 0 auto;
  bottom: 0px;
  transition: width 0.5s ease-out 0.3s;
}

.light-content.light-content-slider .caption-border {
  background-color: rgba(0, 0, 0, 0.1);
}

.light-content .caption-border, .light-content-slider .caption-border {
  background-color: rgba(255, 255, 255, 0.2);
}

.caption-border.left {
  left: 0px;
}

.caption-border.right {
  right: 0px;
}

.showcase-pagination-wrap {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: 0;
  box-sizing: border-box;
  width: 100%;
  z-index: 100;
  height: 100%;
  display: block;
  pointer-events: none;
}

.showcase-pagination {
  width: 100%;
  height: 100%;
  display: block;
  box-sizing: border-box;
  position: relative;
  pointer-events: none;
  opacity: 0;
}

.showcase-pagination .swiper-pagination-bullet {
  position: absolute;
  width: 100%;
  height: 100%;
  display: table;
  border-radius: 0;
  background: transparent;
  box-sizing: border-box;
  text-align: center;
  opacity: 1;
  bottom: 0;
  counter-increment: title-counter;
}

.showcase-pagination .swiper-pagination-bullet, .light-content.light-content-slider .showcase-pagination .swiper-pagination-bullet {
  color: #31007F;
  text-align: center;
}

.light-content .showcase-pagination .swiper-pagination-bullet, .light-content-slider .showcase-pagination .swiper-pagination-bullet {
  color: white;
  text-align: center;
}

.showcase-pagination .parallax-wrap {
  width: 40px;
  height: 40px;
  display: inline-flex;
  position: absolute;
  justify-content: center;
  align-items: center;
  pointer-events: initial;
}

.showcase-pagination .parallax-element {
  height: 40px;
  width: 40px;
  color: #31007F;
  text-align: center;
  line-height: 50px;
}

.caption-wrapper {
  position: relative;
  width: 100%;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  padding: 0 20px;
}

.title {
  font-size: 100px;
  line-height: 130px;
  font-weight: 500;
  position: relative;
  display: block;
  margin-bottom: 0px;
  display: block;
  width: auto;
  overflow: hidden;
  padding: 0;
}

.title div:first-child span:first-child::before {
  content: counter(title-counter);
  position: absolute;
  top: 27px;
  line-height: 20px;
  height: 20px;
  left: -23px;
  font-size: 10px;
  font-weight: 400;
  opacity: 0.4;
  transition: opacity 0.3s ease-out 0s;
}

.title div:first-child span:first-child::after {
  content: "0";
  position: absolute;
  top: 27px;
  line-height: 20px;
  height: 20px;
  left: -30px;
  font-size: 10px;
  font-weight: 500;
  opacity: 0.4;
  transition: opacity 0.3s ease-out 0s;
}

.title div {
  display: inline-flex;
  margin: 0 15px auto;
  text-align: center;
}

.swiper-pagination-bullet .title div {
  transform: translateY(10vw);
  -webkit-transform: translateY(10vw);
}

.title span {
  display: block;
  float: left;
  margin: 0;
  min-width: 10px;
  width: auto;
  box-sizing: border-box;
  opacity: 0;
  transform: translateY(100px) rotateX(-90deg);
  transform-origin: 50% 50% 0px;
}

.swiper-pagination-bullet:first-child .title span {
  opacity: 1;
  transform: translateY(0px) rotateX(0deg) scale(1);
}

.swiper-pagination-bullet .subtitle {
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}

.swiper-prev i, .swiper-next i {
  position: relative;
}

/*--------------------------------------------------
	Showcase Carousel
---------------------------------------------------*/
#showcase-carousel-holder {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  opacity: 0;
  cursor: -webkit-grab;
  cursor: grab;
}

.scale-drag #showcase-carousel-holder {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
}

#showcase-carousel {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: visible;
  cursor: -webkit-grab;
  cursor: grab;
}

#showcase-carousel .swiper-wrapper {
  align-items: center;
}

#showcase-carousel .swiper-slide {
  height: 27vw;
  width: 50vw;
  overflow: hidden;
  display: flex;
}

#showcase-carousel .swiper-slide .outer {
  padding: 30px 20px 50px 20px;
}

#showcase-carousel .swiper-slide .inner {
  vertical-align: bottom !important;
  text-align: center;
  opacity: 1;
}

#showcase-carousel .slide-title-wrapper {
  margin: 0 auto;
  text-align: center;
}

#showcase-carousel .slide-title {
  font-size: 36px;
  line-height: 52px;
  font-weight: 500;
  margin-left: 0px;
  color: #fff;
}

.light-content #showcase-carousel .slide-title {
  color: #fff;
}

#showcase-carousel .change-header .slide-title {
  color: #000;
}

.light-content #showcase-carousel .change-header .slide-title {
  color: #000;
}

#showcase-carousel .slide-title span {
  text-align: center;
}

#showcase-carousel .subtitle {
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 0px;
  color: #31007F;
}

#showcase-carousel .slide-date {
  font-size: 12px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 0px;
  color: #fff;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  text-align: center;
}

.light-content #showcase-carousel .subtitle, .light-content #showcase-carousel .slide-date {
  color: #fff;
}

#showcase-carousel .change-header .subtitle, #showcase-carousel .change-header .slide-date {
  color: #31007F;
}

.light-content #showcase-carousel .change-header .subtitle, .light-content #showcase-carousel .change-header .slide-date {
  color: #000;
}

#showcase-carousel .swiper-slide .outer .slide-title.active-title {
  pointer-events: initial;
}

.scale-drag #showcase-carousel .swiper-slide .outer .slide-title.active-title {
  pointer-events: none;
}

/*--------------------------------------------------
	WebGl Slider
---------------------------------------------------*/
#canvas-slider {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  overflow: hidden;
  transition: width 0.5s ease-in-out 0s;
}

#canvas-slider.split {
  transform: translateX(50%);
  -webkit-transform: translateX(50%);
}

#canvas-slider.split canvas {
  transform: translateX(-25%);
  -webkit-transform: translateX(-25%);
}

#canvas-slider .slider-img {
  position: absolute;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-color: #222;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
  transform: scale(1.01);
  transition: all 0.3s ease-in-out;
}

#canvas-slider img {
  width: 100%;
  height: 100%;
  position: relative;
  display: none;
  z-index: 100;
  cursor: pointer;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}

/*--------------------------------------------------
	Showcase Lists
---------------------------------------------------*/
.showcase-list-holder {
  position: relative;
  z-index: 15;
  width: calc(100% + 160px);
  display: table;
  box-sizing: border-box;
  padding: 0px;
  padding-top: 40px;
  margin: 0 auto;
  margin-left: -80px;
}

.showcase-list-header {
  width: 100%;
  height: auto;
  position: absolute;
  color: #000;
  top: 0;
  margin: 0 auto;
  display: block;
  box-sizing: border-box;
  padding: 0 80px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  opacity: 0;
}

.light-content .showcase-list-header {
  color: #fff;
}

.sl-title-caption {
  position: relative;
  width: 50%;
  float: left;
}

.sl-subtitle-caption {
  position: relative;
  width: 25%;
  float: left;
}

.sl-date-caption {
  position: relative;
  width: 25%;
  float: left;
  text-align: right;
}

.showcase-list {
  width: 100%;
  position: relative;
  margin: 0 auto;
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
  overflow: hidden;
}

.slide-list {
  width: 100%;
  position: relative;
  display: table;
  float: none;
  cursor: pointer;
  pointer-events: initial;
  margin: 0;
  padding: 50px 80px;
  z-index: 10;
  text-align: left;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  box-sizing: border-box;
  transition: transform 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out 0s;
}

.slide-list.show-borders {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.light-content .slide-list.show-borders {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.slide-list.show-borders.above {
  opacity: 1;
  border-bottom: 1px solid transparent;
}

.scale-fitthumbs .slide-list.above {
  opacity: 1 !important;
}

.slide-list::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 2px;
  background: black;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease-in-out;
}

.light-content .slide-list::before {
  background: white;
}

.slide-list:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}

.slide-list.above:hover::before {
  transform: scaleX(0);
  transform-origin: right;
}

.slide-list i.arrow-icon {
  border: solid #000;
  border-width: 2px 2px 0px 0px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: 65px;
  left: 20px;
  height: 14px;
  width: 14px;
  opacity: 0;
  transition: opacity 0.15s ease-in-out;
}

.slide-list i.arrow-icon::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  top: 5px;
  left: -4px;
  background-color: #000;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.light-content .slide-list i.arrow-icon {
  border: solid #fff;
  border-width: 2px 2px 0px 0px;
}

.light-content .slide-list i.arrow-icon:after {
  background-color: #fff;
}

.slide-list:hover i.arrow-icon {
  opacity: 1;
}

.slide-list.above i.arrow-icon {
  opacity: 0;
}

.sl-title {
  font-size: 36px;
  line-height: 52px;
  position: relative;
  display: table;
  margin-bottom: 0px;
  vertical-align: top;
  width: 50%;
  margin: 0 auto;
  z-index: 10;
  color: #000;
  overflow: hidden;
  float: left;
  transition: opacity 0.1s ease-in-out;
}

.slide-list.disable .sl-title {
  opacity: 0.8;
}

.light-content .sl-title {
  color: #fff;
}

.sl-title span {
  position: relative;
  display: block;
  opacity: 0;
  transform: translateY(80px);
  -webkit-transform: translateY(80px);
}

.sl-subtitle {
  font-size: 16px;
  line-height: 52px;
  font-weight: 400;
  color: #000;
  position: relative;
  opacity: 1;
  overflow: hidden;
  margin: 0 auto;
  float: left;
  width: 25%;
  transition: all 0.1s ease-in-out;
}

.slide-list.disable .sl-subtitle {
  opacity: 0.8;
}

.slide-list:hover .sl-subtitle {
  color: #000;
  opacity: 1;
}

.light-content .sl-subtitle {
  color: #fff;
}

.light-content .slide-list:hover .sl-subtitle {
  color: #fff;
  opacity: 1;
}

.sl-subtitle span {
  position: relative;
  display: block;
  opacity: 0;
  transform: translateY(52px);
  -webkit-transform: translateY(52px);
}

.sl-date {
  font-size: 16px;
  line-height: 52px;
  font-weight: 400;
  color: #000;
  position: relative;
  opacity: 1;
  overflow: hidden;
  margin: 0 auto;
  float: left;
  width: 25%;
  text-align: right;
  transition: all 0.1s ease-in-out;
}

.slide-list.disable .sl-date {
  opacity: 0.8;
}

.slide-list:hover .sl-date {
  color: #000;
  opacity: 1;
}

.light-content .sl-date {
  color: #fff;
}

.light-content .slide-list:hover .sl-date {
  color: #fff;
  opacity: 1;
}

.sl-date span {
  position: relative;
  display: block;
  opacity: 0;
  transform: translateY(52px);
  -webkit-transform: translateY(52px);
}

/*--------------------------------------------------
	16. Responsive
---------------------------------------------------*/
@media only screen and (max-width: 1466px) {
  .slide-title, .title {
    font-size: 90px;
    line-height: 110px;
  }

  .title div {
    margin: 0 13px auto;
  }

  .title div:first-child span:first-child::before, .title div:first-child span:first-child::after {
    top: 20px;
  }

  #fixed-borders {
    -webkit-clip-path: inset(0 60px 0 60px);
            clip-path: inset(0 60px 0 60px);
  }

  /*-- Showcase Carousel --*/
  #showcase-carousel .swiper-slide {
    height: 34vw;
    width: 60vw;
  }

  #showcase-carousel .swiper-slide .outer {
    padding: 30px 20px 40px 20px;
  }

  /*-- Showcase Lists --*/
  .showcase-list-holder {
    width: calc(100% + 120px);
    padding-top: 40px;
    margin-left: -60px;
  }

  .showcase-list-header {
    padding: 0 60px;
  }

  .slide-list {
    padding: 50px 60px;
  }
}
@media only screen and (max-width: 1024px) {
  .slide-title, .title {
    font-size: 72px;
    line-height: 90px;
  }

  .title div {
    margin: 0 10px auto;
  }

  .title div:first-child span:first-child::before, .title div:first-child span:first-child::after {
    top: 14px;
  }

  #fixed-borders {
    -webkit-clip-path: inset(0 40px 0 40px);
            clip-path: inset(0 40px 0 40px);
  }

  /*-- Showcase Carousel --*/
  #showcase-carousel-holder .swiper-slide {
    height: 40vw;
    width: 70vw;
  }

  #showcase-carousel .swiper-slide .outer {
    padding: 30px 20px 30px 20px;
  }

  /*-- Showcase Lists --*/
  .showcase-list-holder {
    width: 100%;
    padding: 0px;
    margin-left: 0;
  }

  .showcase-list-header {
    display: none;
  }

  .slide-list.show-borders, .slide-list:last-child {
    border-top: none;
    border-bottom: none;
  }

  .slide-list {
    position: relative;
    opacity: 1;
    width: 100%;
    height: auto;
    padding: 0;
    padding-bottom: 20px;
    float: left;
    text-align: left;
    display: block;
    margin-bottom: 30px;
  }

  .slide-list:last-child {
    margin-bottom: 0px;
  }

  .slide-list::before {
    display: none;
  }

  .showcase-list-holder .hover-reveal {
    position: relative;
    opacity: 1;
    width: 100%;
    height: 50vw;
    top: 0;
    left: 0;
    pointer-events: initial;
  }

  .sl-title {
    font-size: 24px;
    line-height: 52px;
    margin-top: 0px;
    width: calc(100% - 100px);
  }

  .sl-title span {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
  }

  .sl-subtitle {
    width: 100%;
    font-size: 14px;
    line-height: 28px;
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
    position: absolute;
    top: auto;
    bottom: 0;
  }

  .sl-subtitle span {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
  }

  .sl-date {
    font-size: 14px;
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
    position: relative;
    top: 0;
    width: 100px;
  }

  .sl-date span {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
  }
}
@media only screen and (max-width: 767px) {
  .slide-title, .title {
    font-size: 60px;
    line-height: 76px;
  }

  .title div {
    margin: 0 8px auto;
  }

  .subtitle {
    font-size: 16px;
    line-height: 30px;
  }

  .title div:first-child span:first-child::before, .title div:first-child span:first-child::after {
    top: 10px;
  }

  #fixed-borders {
    -webkit-clip-path: inset(0 30px 0 30px);
            clip-path: inset(0 30px 0 30px);
  }

  footer .swiper-pagination {
    display: none;
  }

  /*-- Showcase Carousel --*/
  #showcase-carousel-holder .swiper-slide {
    height: 60vw;
    width: calc(100vw - 60px);
  }

  #showcase-carousel .slide-title {
    font-size: 28px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 479px) {
  .slide-title, .title {
    font-size: 48px;
    line-height: 66px;
  }

  .title div {
    margin: 0 7px auto;
  }

  .subtitle {
    font-size: 14px;
    line-height: 30px;
  }

  .title div:first-child span:first-child::before, .title div:first-child span:first-child::after {
    top: 10px;
  }

  #fixed-borders {
    -webkit-clip-path: inset(0 20px 0 20px);
            clip-path: inset(0 20px 0 20px);
  }

  /*-- Showcase Carousel --*/
  #showcase-carousel-holder .swiper-slide {
    height: 60vw;
    width: calc(100vw - 40px);
  }

  /*-- Showcase Lists --*/
  .slide-list {
    width: 100%;
  }

  .slide-list.show-borders, .slide-list:last-child {
    border-top: none;
    border-bottom: none;
  }
}
#app {
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  transition: all 0.1s ease-in-out 0.3s;
}

.load-project-thumb #app, .load-project-thumb-with-title #app, .load-project-thumb-with-title-and-scale #app {
  opacity: 1;
}

.grid__item-img--large {
  pointer-events: none;
  position: absolute;
  opacity: 0;
}

.grid__item-hidden {
  pointer-events: none;
  position: fixed;
  opacity: 0;
}

#project-holder {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  pointer-events: none;
}

#project-holder.open {
  pointer-events: initial;
}

#showcase-height {
  position: relative;
  width: 100vw;
  height: 0;
}

#project-holder #main, #project-holder #main-page-content {
  opacity: 1;
}

.clone-wrapper {
  overflow: hidden;
  height: 100vh;
  width: 100%;
  left: 0px;
  position: fixed;
  top: 0;
  z-index: 100;
  opacity: 1;
}

.clone-container {
  overflow: hidden;
  height: 100%;
  width: 100%;
  left: 0px;
  position: absolute;
  top: 0;
  opacity: 1;
}

.thumb-wrapper {
  visibility: hidden;
  overflow: hidden;
  height: 100vh;
  width: 100%;
  left: 0px;
  position: fixed;
  top: 0;
  z-index: 100;
  opacity: 1;
}

.thumb-container {
  visibility: hidden;
  height: 100vh;
  width: 100%;
  left: 0px;
  position: fixed;
  top: 0;
  z-index: 100;
  opacity: 1;
  background-color: #161717;
}

.thumb-page {
  cursor: pointer;
  position: absolute;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0px;
  position: fixed;
  visibility: hidden;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

/*--------------------------------------------------
	02. Filters
---------------------------------------------------*/
#show-filters {
  font-size: 12px;
  color: #31007F;
  opacity: 0;
  display: block;
  cursor: pointer;
  position: fixed;
  left: 63px;
  bottom: 30px;
  height: 80px;
  width: 80px;
  background: none;
  transform-origin: 0 0;
  z-index: 100;
  pointer-events: none;
}

.light-content #show-filters {
  color: #fff;
}

#show-filters.enabled {
  pointer-events: initial;
}

.show-filters-wrap {
  width: 80px;
  height: 80px;
  float: right;
  top: 0px;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.open-filters {
  height: 46px;
  width: 46px;
  text-align: center;
  line-height: 46px;
  font-size: 14px;
  cursor: pointer;
  position: relative;
  background: #31007F;
  color: #fff;
  border-radius: 50px;
}

.light-content .open-filters {
  background: #fff;
  color: #000;
}

#filters-overlay {
  position: fixed;
  z-index: 15;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  box-sizing: border-box;
  transition: all 0.1s ease-in-out 0.6s;
}

#filters-overlay.active {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-in-out 0.2s;
}

#close-filters {
  position: fixed !important;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#filters-overlay .outer {
  width: 100%;
  margin: 0 auto;
  padding: 80px;
  padding-top: 160px;
  box-sizing: border-box;
}

#filters-overlay .inner {
  vertical-align: middle;
  position: relative;
  pointer-events: none;
  text-align: center;
}

.filters-wrap {
  position: relative;
  width: 100%;
  max-height: 0px;
  opacity: 0;
  margin-top: 100px;
  transition: all 0.6s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.2s;
  -webkit-transition: all 0.6s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.2s;
}

.filters-wrap.active {
  opacity: 1;
  max-height: 100px;
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

#filters {
  height: auto;
  z-index: 15;
  position: relative;
  width: auto;
  display: inline-block;
  padding: 0;
  pointer-events: initial;
  margin: 0;
}

#filters li {
  display: block;
  opacity: 1;
  position: relative;
  padding: 5px 0;
  margin: 0;
  opacity: 0;
  text-align: center;
}

#filters li a {
  display: block;
  color: #31007F;
  font-weight: 500;
  font-size: 36px;
  line-height: 52px;
  z-index: 15;
  position: relative;
  overflow: hidden;
  transition: opacity 0.15s ease-in-out;
}

.light-content #filters li a {
  color: #fff;
}

#filters:hover li a {
  opacity: 0.4;
}

#filters li a:hover, #filters li a.active {
  opacity: 1;
}

#filters li a span {
  position: relative;
  display: block;
  transition: transform 0.2s;
  transform-origin: 100% 0%;
}

#filters li a span::before {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  content: attr(data-hover);
  font-family: "IM Fell English";
  font-size: 37px;
  font-weight: 500;
}

#filters li a:hover span {
  transform: translateY(-100%);
  transform-origin: 0% 0%;
}

/*--------------------------------------------------
	09. Portfolio Isotope Transitions
---------------------------------------------------*/
.isotope, .isotope .isotope-item {
  transition-duration: 1.8s;
}

.isotope {
  transition-property: height, width;
}

.isotope .isotope-item {
  transition-property: transform, opacity;
}

/*--------------------------------------------------
	03. Portfolio Layout
---------------------------------------------------*/
.portfolio-wrap {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1320px;
  padding: 0;
  box-sizing: border-box;
  min-height: 50vh;
}

.portfolio-wrap.spaced-grid {
  max-width: 1460px;
}

.portfolio {
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
  transition: height 0.5s ease-out;
}

.portfolio:after {
  content: "";
  display: table;
  clear: both;
}

.item {
  display: block;
  position: relative;
  box-sizing: border-box;
  z-index: 0;
  margin: 0px;
  width: 50%;
  height: 44vw;
}

.item.wide {
  width: 100%;
  height: 42vw;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}

.spaced-grid .item {
  width: calc(50% - 140px);
  height: 39vw;
  margin: 70px;
}

.spaced-grid .item.wide {
  width: calc(100% - 140px);
  height: 35vw;
}

.item-parallax {
  height: 100%;
  width: 100%;
  position: absolute;
}

.item-appear {
  display: block;
  position: relative;
  box-sizing: border-box;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.item-image::after {
  content: "";
  opacity: 0;
  width: 100%;
  height: 60%;
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#a6000000",GradientType=0 );
  transition: all 0.6s ease-in-out;
}

.load-project-thumb .item-image::after {
  content: "";
  opacity: 1;
  width: 100%;
  height: 60%;
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#a6000000",GradientType=0 );
  transition: all 0.6s ease-in-out;
}

.item-content {
  width: 100%;
  height: 100%;
  position: relative;
  opacity: 1;
}

.fade-scalein-effect .item-content {
  opacity: 0;
  transform: scale(0.8);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
}

.fade-scalein-effect .item.active .item-content {
  opacity: 1;
  transform: scale(1);
  position: absolute;
  right: 0;
}

.fade-scaleout-effect .item-content {
  opacity: 0;
  transform: scale(1.2);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
}

.fade-scaleout-effect .item.active .item-content {
  opacity: 1;
  transform: scale(1);
  position: absolute;
  right: 0;
}

.width-scale-effect .item-content {
  transform: scale(1.2);
  transition: all 0.6s cubic-bezier(0.54, 0.49, 0.2, 1.01);
}

.width-scale-effect .item.active .item-content {
  transform: scale(1);
}

.width-scale-effect .item-content:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #141414;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.6s cubic-bezier(0.54, 0.49, 0.2, 1.01);
}

.width-scale-effect .item.active .item-content:after {
  width: 0;
}

.height-scale-effect .item-content {
  opacity: 0;
  -webkit-transition: translateY(220px) scaleY(1.3);
  transform: translateY(220px) scaleY(1.3);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.height-scale-effect .item.active .item-content {
  opacity: 1;
  -webkit-transition: translateY(0px) scaleY(1);
  transform: translateY(0px) scaleY(1);
}

.item-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
}

.item-wrap-image {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
  overflow: hidden;
  transform: scale(1.05);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}

.item:hover .item-appear .item-wrap-image, .above .item-wrap-image {
  transform: scale(1);
}

.item-image {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  z-index: 100;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}

.portfolio .item-image {
  cursor: pointer;
}

.above.item {
  opacity: 1;
}

.scale-fitthumbs .above.item {
  opacity: 1 !important;
}

.item-caption-wrapper {
  display: table;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 50px 50px;
  box-sizing: border-box;
  pointer-events: none;
}

.item-caption {
  z-index: 10;
  position: relative;
  display: table-cell;
  vertical-align: top;
  bottom: 0px;
  height: auto;
  padding: 0px;
  box-sizing: border-box;
  width: 100%;
  cursor: default;
  opacity: 0;
  transition: all 0.2s ease-out 0.4s;
}

.item.active .item-caption {
  opacity: 1;
}

.item-title {
  margin: 0;
  font-weight: 500;
  font-size: 36px;
  line-height: 52px;
  margin-left: -1px;
  display: block;
  position: relative;
  color: #31007F;
  transition: all 0.2s ease-out;
}

.light-content .item-title {
  color: #fff;
}

.change-header .item-title {
  color: #000;
}

.light-content .change-header .item-title {
  color: #000;
}

.portfolio .item:first-child .item-title::after {
  content: "New";
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 10px;
  position: absolute;
  font-weight: 600;
  margin-left: 10px;
  color: var(--Poppy);
  top: -6px;
}

.item-cat {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 10px;
  overflow: hidden;
  color: var(--Poppy);
  transition: all 0.1s ease-out;
}

.light-content .item-cat {
  color: #fff;
}

.change-header .item-cat {
  color: #000;
}

.light-content .change-header .item-cat {
  color: #000;
}

.item-date {
  position: absolute;
  top: 0;
  display: block;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  overflow: hidden;
  color: #31007F;
  transition: all 0.1s ease-out;
}

.light-content .item-date {
  color: #fff;
}

.change-header .item-date {
  color: #000;
}

.light-content .change-header .item-date {
  color: #000;
}

/*--------------------------------------------------
	Responsive
---------------------------------------------------*/
@media only screen and (max-width: 1466px) {
  #filters-overlay .outer {
    padding: 60px;
  }

  #show-filters {
    left: 43px;
    bottom: 20px;
  }

  .item {
    height: 56vw;
  }

  .item.wide {
    height: 52vw;
  }

  .spaced-grid .item {
    width: calc(50% - 120px);
    height: 52vw;
    margin: 60px;
  }

  .spaced-grid .item.wide {
    width: calc(100% - 120px);
    height: 50vw;
  }

  .item-caption-wrapper {
    padding: 30px 40px;
  }

  .item-title {
    font-size: 32px;
    line-height: 48px;
  }
}
@media only screen and (max-width: 1024px) {
  #filters-overlay .outer {
    padding: 40px;
    padding-bottom: 80px;
  }

  #show-filters {
    left: 40px;
    bottom: 30px;
    height: 46px;
    width: 46px;
  }

  #show-filters[data-tooltip][data-placement=top]::before {
    display: none;
  }

  .show-filters-wrap {
    width: 46px;
    height: 46px;
  }

  .item {
    height: 62vw;
  }

  .item.wide {
    height: 54vw;
  }

  .portfolio-wrap.spaced-grid {
    padding: 0 20px;
  }

  .spaced-grid .item {
    width: calc(50% - 40px);
    height: 56vw;
    margin: 20px;
  }

  .spaced-grid .item.wide {
    width: calc(100% - 40px);
    height: 52vw;
  }
}
@media only screen and (max-width: 767px) {
  #filters-overlay .outer {
    padding: 30px;
    padding-bottom: 80px;
  }

  #filters li a {
    font-size: 24px;
    line-height: 40px;
  }

  #filters li a span::before {
    font-size: 25px;
  }

  #show-filters {
    left: 30px;
    bottom: 20px;
  }

  .portfolio-wrap.spaced-grid {
    padding: 0 15px;
  }

  .spaced-grid .item {
    width: calc(50% - 30px);
    height: 56vw;
    margin: 15px;
  }

  .spaced-grid .item.wide {
    width: calc(100% - 30px);
    height: 52vw;
  }

  .item-caption-wrapper {
    padding: 20px 20px;
  }

  .item-title {
    font-size: 24px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 479px) {
  #filters-overlay .outer {
    padding: 20px;
    padding-bottom: 80px;
  }

  #show-filters {
    left: 20px;
    bottom: 10px;
  }

  .portfolio-wrap.spaced-grid {
    padding: 0 10px;
  }

  .portfolio {
    overflow: hidden;
  }

  .item {
    width: 100%;
    height: 120vw;
  }

  .item.wide {
    height: 60vw;
  }

  .spaced-grid .item {
    width: calc(100% - 20px);
    height: 120vw;
    margin: 10px;
  }

  .spaced-grid .item.wide {
    width: calc(100% - 30px);
    height: 60vw;
  }
}
/*--------------------------------------------------
	Content Marquee
---------------------------------------------------*/
.pinned-section {
  position: relative;
  display: table;
  width: 100%;
  margin: 0 auto;
  max-width: 1160px;
}

.full .pinned-section {
  max-width: 100%;
}

.pin-spacer {
  width: 50% !important;
}

.pinned-element {
  position: relative;
  float: left;
  width: 50%;
  margin: 0;
  box-sizing: border-box;
}

.pinned-element.left {
  padding-right: 30px;
}

.pinned-element.right {
  padding-left: 30px;
}

.scrolling-element {
  position: relative;
  float: left;
  width: 50%;
  margin: 0;
}

.title-moving-outer {
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  max-width: 1000% !important;
  width: 100vw !important;
}

.title-moving-forward, .title-moving-backward {
  clear: both;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  padding: 0 6vw;
  box-sizing: border-box;
}

.content-marquee-outer {
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  max-width: 1000% !important;
  width: 100vw !important;
}

.content-marquee-inner {
  position: relative;
  float: left;
  z-index: 0;
}

.content-marquee {
  white-space: nowrap;
  -webkit-animation: content-marquee 15s infinite linear;
          animation: content-marquee 15s infinite linear;
  padding-left: 1vw;
  color: #000;
}

.content-marquee:hover {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.light-content .content-marquee, .dark-section .content-marquee {
  color: #fff;
}

.light-content .light-section .content-marquee {
  color: #000;
}

.content-marquee:after {
  content: attr(data-text);
  padding-left: 1vw;
}

@-webkit-keyframes content-marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes content-marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/*--------------------------------------------------
	Hover Reveal Image
---------------------------------------------------*/
.hover-reveal {
  position: fixed;
  width: 400px;
  height: 250px;
  pointer-events: none;
  opacity: 0;
}

.hover-reveal__inner, .hover-reveal__img {
  width: 100%;
  height: 100%;
  position: relative;
}

.hover-reveal__img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}

/*--------------------------------------------------
	Carousel
---------------------------------------------------*/
.swiper-container {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.swiper-container.content-carousel, .swiper-container.content-looped-carousel, .swiper-container.content-middle-carousel {
  overflow: visible !important;
  cursor: -webkit-grab;
  cursor: grab;
}

.swiper-container.content-middle-carousel {
  margin-bottom: 100px;
}

.drag-cursor .swiper-container.content-carousel, .drag-cursor .swiper-container.content-looped-carousel {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.content-looped-carousel .swiper-slide {
  text-align: center;
}

.content-carousel .swiper-slide {
  text-align: center;
}

.content-slider .slider-button-prev {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 50%;
  height: 100%;
  z-index: 10;
  cursor: pointer;
}

.content-slider .slider-button-next {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  width: 50%;
  height: 100%;
  z-index: 10;
  cursor: pointer;
}

.content-slider .swiper-pagination-bullets, .content-carousel .swiper-pagination-bullets, .content-looped-carousel .swiper-pagination-bullets {
  display: block;
  bottom: 20px !important;
  position: absolute;
  pointer-events: initial;
}

.content-carousel .swiper-pagination {
  opacity: 0;
}

.content-looped-carousel.middle .swiper-pagination-bullets {
  display: block;
}

.swiper-container-horizontal.content-middle-carousel > .swiper-pagination-bullets {
  bottom: -100px;
  left: 0;
  width: 100%;
}

footer .swiper-pagination {
  margin: 0 auto;
  width: 100%;
  left: 0;
  right: 0;
  top: 20px;
  max-width: 400px;
  pointer-events: initial;
}

.showcase-footer.slider .swiper-pagination {
  position: relative;
  text-align: right;
  max-width: none;
  pointer-events: none;
}

.swiper-pagination .parallax-wrap {
  width: 40px;
  height: 40px;
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center;
  pointer-events: initial;
}

.content-slider .swiper-pagination .parallax-wrap, .content-looped-carousel .swiper-pagination .parallax-wrap, .content-carousel .swiper-pagination .parallax-wrap {
  pointer-events: initial;
}

.swiper-pagination .parallax-element {
  height: 40px;
  width: 40px;
  color: #000;
  text-align: center;
  line-height: 50px;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 40px;
  height: 40px;
  background: transparent !important;
}

.swiper-pagination-bullet {
  background: #000;
}

.swiper-pagination-bullet-active .path {
  display: inline-block !important;
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
  -webkit-animation: dash ease-in 3s;
          animation: dash ease-in 3s;
  -webkit-animation-iteration-count: unset;
          animation-iteration-count: unset;
}

.swiper-pagination-bullet .path, .light-content.light-content-slider .swiper-pagination-bullet .path {
  stroke: #410099;
}

.swiper-pagination-bullet .solid-fill, .light-content.light-content-slider .swiper-pagination-bullet .solid-fill {
  fill: #410099;
}

.light-content .swiper-pagination-bullet .path, .dark-section .swiper-pagination-bullet .path, .light-content-slider .swiper-pagination-bullet .path, .light-cursor .swiper-pagination-bullet .path {
  stroke: #FFF;
}

.light-content .light-section .swiper-pagination-bullet .path, .light-content .dark-section .dark-cursor .swiper-pagination-bullet .path {
  stroke: #FFF;
}

.light-content .swiper-pagination-bullet .solid-fill, .dark-section .swiper-pagination-bullet .solid-fill, .light-content-slider .swiper-pagination-bullet .solid-fill, .light-cursor .swiper-pagination-bullet .solid-fill {
  fill: #FFF;
}

.light-content .light-section .swiper-pagination-bullet .solid-fill, .light-content .dark-section .dark-cursor .swiper-pagination-bullet .solid-fill {
  fill: #410099;
}

.path {
  display: none;
}

@-webkit-keyframes dash {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
/*--------------------------------------------------
	Light Box
---------------------------------------------------*/
.image-link {
  display: inline-block;
  width: auto;
}

.mfp-with-zoom .mfp-container, .mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.93;
}

.mfp-with-zoom.mfp-removing .mfp-container, .mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-content figcaption, .mfp-bottom-bar {
  display: none;
}

/*--------------------------------------------------
	Video Player
---------------------------------------------------*/
.hero-video-wrapper {
  position: fixed;
  box-sizing: border-box;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: auto;
  background-size: cover;
  padding: 0;
  overflow: hidden !important;
  opacity: 1;
}

.item .hero-video-wrapper, .swiper-slide .hero-video-wrapper, .hover-reveal__img .hero-video-wrapper, .vp-img-mask .hero-video-wrapper {
  position: absolute;
  box-sizing: border-box;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: auto;
  background-size: cover;
  padding: 0;
  overflow: hidden !important;
  opacity: 1;
  top: 0;
  z-index: 120;
  pointer-events: none;
}

.hero-video-wrapper video.bgvid {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
}

.video-wrapper {
  position: relative;
  box-sizing: border-box;
  min-width: 100%;
  max-height: 100vh;
  width: 100%;
  height: auto;
  background-size: cover;
  padding: 0;
  overflow: hidden !important;
  opacity: 1;
  transform: translateY(0px);
}

.video-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  cursor: pointer;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: opacity 0.3s ease-out 0.05s, height 0s ease-out 0s;
}

.video-cover.hidden {
  opacity: 0;
  height: calc(100% - 50px);
  transition: opacity 0.3s ease-out, height 0s ease-out 0.3s;
}

video.bgvid {
  background-size: cover;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  width: 100%;
  z-index: -100;
}

.video-wrapper video.bgvid {
  position: relative;
}

.full .video-wrapper video.bgvid {
  position: relative;
  margin-top: 50vh;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.control {
  bottom: 25px;
  color: #ccc;
  display: none;
  left: 0;
  position: absolute;
  width: calc(100% - 40px);
  z-index: 5;
  background-color: #eee;
  padding: 0;
  box-sizing: border-box;
  right: 0;
  margin: 0 auto;
}

.full .control {
  bottom: 10px;
  width: calc(100% - 160px);
}

.btmControl {
  clear: both;
}

.control .sound {
  width: 30px;
  height: 50px;
  float: left;
  cursor: pointer;
  text-align: center;
  line-height: 50px;
  color: #fff;
  opacity: 0.4;
  transition: all 0.2s ease-in-out;
}

.control .sound:hover {
  opacity: 1;
}

.control .sound i {
  line-height: 50px;
}

.control .sound.muted i:first-child {
  display: none;
}

.control .sound.muted i:last-child {
  display: block;
}

.control .sound i:last-child {
  display: none;
}

.control .btnFS {
  width: 50px;
  height: 50px;
  float: left;
  cursor: pointer;
  text-align: center;
  line-height: 50px;
  color: #fff;
  opacity: 0.4;
  transition: all 0.2s ease-in-out;
}

.control .btnFS:hover {
  opacity: 1;
}

.progress-bar {
  background: rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  float: left;
  height: auto;
  width: calc(100% - 123px);
  cursor: pointer;
  bottom: 23px;
  position: absolute;
  left: 23px;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

.video-wrapper:hover .progress-bar {
  opacity: 1;
}

.progress {
  height: 2px;
  max-width: 100%;
  position: relative;
  width: 100%;
}

.progress span {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

.timeBar {
  z-index: 10;
  width: 0;
  background: #fff;
}

.bufferBar {
  z-index: 5;
  width: 0;
  background: rgba(255, 255, 255, 0.2);
}

.video-btns {
  position: absolute;
  right: 3px;
  bottom: 0px;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}

.video-wrapper:hover .video-btns {
  opacity: 1;
}

.volume {
  position: relative;
  cursor: pointer;
  width: 70px;
  height: 10px;
  float: right;
  margin-top: 10px;
  margin-right: 10px;
}

.volumeBar {
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/*--------------------------------------------------
	Buttons
---------------------------------------------------*/
.button-box {
  margin-top: 10px;
  line-height: 16px;
  cursor: pointer;
  border: none;
  box-sizing: border-box;
  text-align: center;
  display: inline-block;
  position: relative;
}

.text-align-center .button-box {
  margin-left: 10px;
  margin-right: 10px;
}

.button-content .submit-box {
  color: #fff;
}

.clapat-button-wrap {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  left: 0;
  right: 0;
  min-width: 100px;
  height: 60px;
}

.clapat-button-wrap.circle {
  min-width: 104px;
  height: 104px;
}

.text-align-center .clapat-button-wrap {
  margin: 0 auto;
}

.clapat-button {
  opacity: 1;
}

.button-border {
  height: 50px;
  width: auto;
  background-color: transparent;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 50px;
  overflow: hidden;
  color: #000;
  text-align: center;
  transition: border 0.2s ease-out;
  border-bottom: 2px solid var(--Poppy);
}

.light-content .button-border, .dark-section .button-border {
  border: solid 2px #fff;
  background-color: #fff;
}

.light-content .light-section .button-border {
  border: solid 2px #000;
  background-color: #000;
}

.light-content .button-border a, .dark-section .button-border a {
  color: #000;
}

.light-content .light-section .button-border a, .light-section .button-border a {
  color: #fff;
}

.button-border.rounded {
  border-radius: 30px;
}

.button-border.outline {
  border: solid 3px #000;
  color: #000;
  background-color: transparent;
}

.light-content .button-border.outline, .dark-section .button-border.outline {
  border: solid 3px #fff;
  background-color: transparent;
}

.light-content .light-section .button-border.outline {
  border: solid 3px #000;
  background-color: transparent;
}

.light-content .button-border.outline a, .dark-section .button-border.outline a {
  color: #fff;
}

.light-content .light-section .button-border.outline a {
  color: #000;
}

.circle .button-border {
  border-radius: 100px;
  height: 100px;
  width: 100px;
}

.button-border span {
  position: relative;
  display: inline-block;
  transition: transform 0.2s;
  width: auto;
  text-align: center;
  transform-origin: 100% 0%;
}

.button-border span::before {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  content: attr(data-hover);
  text-align: center;
}

.clapat-button:hover .button-border span {
  transform: translateY(-100%);
  transform-origin: 0% 0%;
}

.clapat-button-wrap.circle:hover .button-border {
  border: solid 2px transparent;
}

.clapat-button-wrap.circle .button-border input, .clapat-button-wrap.circle .button-border a {
  height: 100px;
  width: 100px;
  line-height: 100px;
  text-align: center;
  padding: 0;
  font-size: 12px;
  cursor: pointer;
}

/*--------------------------------------------------
	Appearing Items
---------------------------------------------------*/
.has-animation {
  opacity: 0;
  -webkit-transition: translateY(60px);
  transform: translateY(60px);
}

.has-animation.has-scale {
  opacity: 0;
  -webkit-transition: translateY(0px) scale(1.05);
  transform: translateY(0px) scale(1.05);
  transform-origin: 50% 0;
  will-change: transform;
}

.has-animation.has-scale-vertical {
  opacity: 0;
  -webkit-transition: translateY(0px) scaleY(1.1);
  transform: translateY(0px) scaleY(1.1);
  transform-origin: 50% 0;
  will-change: transform;
}

.has-animation.has-cover {
  opacity: 1;
  -webkit-transition: translateY(0px);
  transform: translateY(0px);
  overflow: hidden;
}

.has-animation.has-cover::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: inherit;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  transition: all 0.6s cubic-bezier(0.54, 0.49, 0.2, 1.01);
}

.has-animation.has-cover.animated::after {
  width: 0;
}

.has-animation.has-cover img {
  opacity: 1;
  -webkit-transition: scale(1.05);
  transform: scale(1.05);
  transition: all 0.6s cubic-bezier(0.54, 0.49, 0.2, 1.01);
}

.has-animation.has-cover.animated img {
  opacity: 1;
  -webkit-transition: scale(1);
  transform: scale(1);
}

.has-mask {
  margin-bottom: 10px;
}

.has-mask span {
  display: inline-table;
  overflow: hidden;
}

.has-mask span > span {
  display: inline-table;
  margin: 0 !important;
  line-height: inherit;
  height: inherit;
  opacity: 0;
  transform: translateY(60px);
}

h1.big-title.has-mask span, h1.big-title.has-mask span > span {
  line-height: inherit;
  height: inherit;
  margin-right: 12px;
}

h1.has-mask span, h1.has-mask span > span {
  line-height: inherit;
  height: inherit;
  margin-right: 12px;
}

h2.has-mask span, h2.has-mask span > span {
  line-height: inherit;
  height: inherit;
  margin-right: 10px;
}

h3.has-mask span, h3.has-mask span > span {
  line-height: inherit;
  height: inherit;
  margin-right: 8px;
}

h4.has-mask span, h4.has-mask span > span {
  line-height: inherit;
  height: inherit;
  margin-right: 7px;
}

h5.has-mask span, h5.has-mask span > span {
  line-height: inherit;
  height: inherit;
  margin-right: 6px;
}

h6.has-mask span, h6.has-mask span > span {
  line-height: inherit;
  height: inherit;
  margin-right: 5px;
}

.has-indent {
  text-indent: 8vw;
}

.has-hover-image {
  cursor: pointer;
  display: inline-block;
  position: relative;
}

span.has-hover-image .hover-reveal {
  width: 400px;
  height: 250px;
}

span.has-hover-image.vertical .hover-reveal {
  width: 300px;
  height: 400px;
}

.has-opacity {
  opacity: 0.4;
}

/*--------------------------------------------------
	Underline Link
---------------------------------------------------*/
a.link {
  display: inline-block;
  position: relative;
}

.light-content a.link {
  color: #fff;
}

.light-content .light-section a.link {
  color: #000;
}

a.link::before {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #410099;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.2s ease-out;
}

h1 a.link::before {
  bottom: 0px;
  height: 3px;
}

.light-content a.link::before, .dark-section a.link::before {
  background: var(--Poppy);
}

.light-content .light-section a.link::before {
  background: black;
}

a.link:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}

/*--------------------------------------------------
	Icon Boxes
---------------------------------------------------*/
.box-icon-wrapper {
  display: table;
  position: relative;
  box-sizing: border-box;
  height: auto;
  width: 100%;
}

.box-icon {
  color: var(--Poppy);
  position: relative;
  margin-top: 0px;
  margin-bottom: 10px;
  width: 35px;
  height: 35px;
  line-height: 35px;
}

.text-align-center .box-icon {
  margin: auto;
}

.inline-boxes .box-icon {
  position: absolute;
}

.box-icon i {
  position: relative;
  margin-bottom: 0px;
  font-size: 24px;
}

.light-content .box-icon {
  color: #fff;
}

.light-content .light-section .box-icon {
  color: #000;
}

.box-icon:after {
  content: "";
  clear: both;
  display: table;
}

.box-icon-content {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.inline-boxes .box-icon-content {
  padding-left: 45px;
}

.box-icon h5 {
  margin-bottom: 5px;
}

/*--------------------------------------------------
	Parallax Image
---------------------------------------------------*/
.parallax-image-content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  padding: 20px 0;
}

.parallax-image-content .outer {
  width: 100%;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
  box-sizing: border-box;
}

/*--------------------------------------------------
	Clients Table
---------------------------------------------------*/
.clients-table {
  margin: 0;
  margin-left: 2px;
  display: block;
}

.clients-table:after {
  content: "";
  clear: both;
  display: table;
}

.clients-table li {
  display: inline-flex;
  /*float: left;
  width: 100%;
  min-height: 30px;*/
  border: 1px solid #ddd;
  box-sizing: border-box;
  text-align: center;
  margin: 0px;
  /*		margin-left: 0px;
  		margin-left: -1px;
  		margin-bottom:-1px;*/
}

.clients-table li a.img-box {
  height: 150px;
  width: 90%;
}

.light-section .clients-table li {
  border: 1px solid #ddd;
}

.clients-table li img {
  margin: 0 auto;
  opacity: 1;
  transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
}

.clients-table:hover li img {
  opacity: 0.4;
}

.clients-table li:hover img {
  opacity: 1;
}

.clients-table.no-borders li {
  border: none;
}

/*--------------------------------------------------
	Accordion
---------------------------------------------------*/
.accordion {
  border-top: 2px solid black;
  border-bottom: 2px solid black;
  padding: 20px 0;
  margin: 0;
  overflow: hidden;
}

.accordion.bigger-acc, .light-content .accordion.bigger-acc, .dark-section .accordion.bigger-acc, .light-content .light-section .accordion.bigger-acc {
  border-top: none;
  border-bottom: none;
  padding: 20px 0;
}

.light-content .accordion, .dark-section .accordion {
  border-bottom: 2px solid white;
  border-top: 2px solid white;
}

.light-content .light-section .accordion {
  border-top: 2px solid black;
  border-bottom: 2px solid black;
}

.accordion dt {
  position: relative;
  cursor: pointer;
  padding: 0px;
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 48px;
  font-weight: 500;
  transition: all 0.2s ease 0s;
  z-index: 10;
}

.accordion.bigger-acc dt {
  font-size: 48px;
  line-height: 64px;
  font-weight: 500;
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.light-content accordion.bigger-acc dt, .dark-section accordion.bigger-acc dt {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.light-content .light-section accordion.bigger-acc dt {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.accordion.bigger-acc dt:first-child {
  margin-top: 0px;
  padding-top: 40px;
  border-top: none;
}

.accordion dt span {
  width: calc(100% - 80px);
  position: relative;
  overflow: hidden;
  display: block;
  padding: 0px;
  color: #000;
}

.light-content .accordion dt span, .dark-section .accordion dt span {
  color: #fff;
}

.light-content .light-section .accordion dt span {
  color: #000;
}

.accordion .accordion-content {
  margin-bottom: 0;
  font-size: 16px;
  color: #000;
  font-weight: 400;
  line-height: 28px;
  padding-left: 0;
  padding-right: 80px;
  padding-bottom: 20px;
  z-index: 0;
  position: relative;
}

.light-content .accordion .accordion-content, .dark-section .accordion .accordion-content {
  color: #ccc;
}

.light-content .light-section .accordion .accordion-content {
  color: #444;
}

.acc-icon-wrap {
  width: 80px;
  height: 80px;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  float: none;
  position: absolute;
  right: -25px;
  top: -16px;
  opacity: 0;
  transition: opacity 0.2s ease 0s;
}

.accordion.bigger-acc .acc-icon-wrap {
  opacity: 0.2;
  top: 50px;
  right: -10px;
}

.accordion dt:hover .acc-icon-wrap, .accordion dt.accordion-active .acc-icon-wrap {
  opacity: 1;
}

.acc-button-icon {
  height: 40px;
  width: 40px;
  color: #000;
  text-align: center;
  line-height: 30px;
  font-size: 22px;
}

.accordion.bigger-acc .acc-button-icon {
  height: 50px;
  width: 50px;
  line-height: 50px;
  font-size: 16px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 50px;
}

.light-content accordion.bigger-acc .acc-button-icon, .dark-section accordion.bigger-acc .acc-button-icon {
  background: rgba(255, 255, 255, 0.1);
}

.light-content .light-section accordion.bigger-acc .acc-button-icon {
  background: rgba(0, 0, 0, 0.1);
}

.light-content .accordion .acc-button-icon, .dark-section .accordion .acc-button-icon {
  color: #fff;
}

.light-content .light-section .accordion .acc-button-icon {
  color: #000;
}

.acc-button-icon i {
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  transition: transform 0.2s ease 0s;
}

dt.accordion-active .acc-button-icon i {
  transform: rotate(90deg);
}

/*--------------------------------------------------
	Justified Gallery
---------------------------------------------------*/
.justified-gallery {
  box-sizing: border-box;
  padding: 0 10px;
  width: calc(100% + 20px) !important;
  margin-left: 0px;
}

.collage-thumb {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.collage-thumb:hover .thumb-info {
  opacity: 1;
  bottom: -5px;
}

.thumb-info {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  opacity: 0;
  color: #fff !important;
  padding: 50px 20px 20px;
  box-sizing: border-box;
  font-size: 12px;
  font-weight: 500;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#a6000000",GradientType=0 );
  /* IE6-9 */
}

/*--------------------------------------------------
	Team Members
---------------------------------------------------*/
.team-members-list {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0px;
  overflow: hidden;
  pointer-events: none;
}

.team-members-list li {
  list-style: none;
  position: relative;
  margin: 0;
  width: 100%;
  cursor: pointer;
  pointer-events: initial;
  padding-bottom: 10px;
}

.team-members-list li:last-child {
  padding-bottom: 0px;
}

.team-member {
  font-size: 36px;
  font-weight: 500;
  line-height: 48px;
  position: relative;
  display: table;
  margin-bottom: 0px;
  vertical-align: top;
  width: 100%;
  z-index: 10;
}

.light-section .team-member {
  color: #000;
}

.dark-section .team-member {
  color: #fff;
}

.team-members-list:hover li .team-member {
  opacity: 0.3;
}

.team-members-list li:hover .team-member {
  opacity: 1;
}

.team-member span {
  font-size: 14px;
  font-weight: 400;
  line-height: inherit;
  position: relative;
  color: #000;
  display: block;
  float: right;
}

.light-section .team-member span {
  color: #000;
}

.dark-section .team-member span {
  color: #fff;
}

.team-members-list .hover-reveal {
  position: fixed;
  width: 300px;
  height: 400px;
  pointer-events: none;
  opacity: 0;
}

.swiper-container.team-looped-carousel {
  cursor: -webkit-grab;
  cursor: grab;
}

.drag-cursor .swiper-container.team-looped-carousel {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.team-looped-carousel .swiper-slide {
  text-align: left;
}

.team-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 10px 30px 30px 30px;
}

.team-caption h5, .team-caption p {
  margin-bottom: 0;
}

/*--------------------------------------------------
	Contact Formular
---------------------------------------------------*/
#contact-formular {
  margin-top: 30px;
}

.text-align-center #contact-formular {
  margin: 0 auto;
  max-width: 800px;
  margin-top: 30px;
}

#contact-formular::after {
  clear: both;
  content: " ";
  display: table;
}

#contactform {
  position: relative;
}

.name-box, .email-box, .message-box {
  position: relative;
  display: block;
}

.name-box, .email-box {
  width: 47%;
  float: left;
  margin-bottom: 20px;
  margin-right: 6%;
  position: relative;
}

.name-box::after, .email-box::after {
  clear: both;
  content: " ";
  display: table;
}

.email-box {
  margin-right: 0px;
}

.message-box {
  float: left;
  width: 100%;
  margin-top: 60px;
}

input, textarea {
  color: var(--Poppy);
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 400;
  height: 50px;
  padding: 12px 20px 12px 20px;
  padding-left: 0;
  width: 100%;
  border-radius: 0px;
  margin-bottom: 0px;
  border: none;
  transition: all 0.2s linear;
  box-sizing: border-box;
  background-color: transparent;
  outline: none;
  border-bottom: 1px solid rgba(169, 102, 116, 0.3);
}

.bigger-form input, .bigger-form textarea {
  font-size: 48px;
  font-weight: 500;
  height: 100px;
  padding: 0;
}

input[type=search] {
  padding-left: 0px;
}

.light-content input, .light-content textarea, .dark-section input, .dark-section textarea {
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.light-content .light-section input, .light-content .light-section textarea {
  color: black;
  border-bottom: 1px solid rgba(65, 0, 153, 0.3);
}

::-moz-placeholder, .light-content .light-section ::-moz-placeholder {
  color: var(--Poppy);
  opacity: 1;
}

:-ms-input-placeholder, .light-content .light-section :-ms-input-placeholder {
  color: var(--Poppy);
  opacity: 1;
}

::placeholder, .light-content .light-section ::placeholder {
  color: var(--Poppy);
  opacity: 1;
}

.light-content ::-moz-placeholder, .dark-section ::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.light-content :-ms-input-placeholder, .dark-section :-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

.light-content ::placeholder, .dark-section ::placeholder {
  color: #fff;
  opacity: 1;
}

.light-content :-ms-input-placeholder, .dark-section :-ms-input-placeholder {
  color: #fff;
}

.light-content .light-section :-ms-input-placeholder {
  color: var(--Poppy);
  opacity: 1;
}

.light-content ::-ms-input-placeholder {
  color: #fff;
}

:-ms-input-placeholder {
  color: var(--Poppy);
}

.input_label {
  background-color: var(--Poppy);
  height: 2px;
  left: 0;
  position: absolute;
  top: 49px;
  width: 0;
  transition: all 0.2s ease-in-out;
}

.bigger-form .input_label {
  top: 99px;
}

.light-content .input_label, .dark-section .input_label {
  background-color: #fff;
}

.light-content .light-section .input_label {
  background-color: var(--Poppy);
}

.input_label.slow {
  transition: all 0.4s ease-in-out;
}

input:focus + .input_label, textarea:focus + .input_label {
  width: 100%;
}

input:focus, textarea:focus {
  color: var(--Poppy);
}

.light-content input:focus, .light-content textarea:focus, .dark-section input:focus, .dark-section textarea:focus {
  color: #fff;
}

.light-content .light-section input:focus, .light-content .light-section textarea:focus {
  color: var(--Poppy);
}

textarea {
  resize: none;
  margin-bottom: 0;
  height: 50px;
  box-sizing: border-box;
  padding: 14px 20px 6px 20px;
  padding-left: 0;
  margin-bottom: 60px;
}

textarea:after {
  background-color: var(--Poppy);
  content: "";
  height: 2px;
  left: 0px;
  position: absolute;
  top: 20px;
  width: 100%;
  transition: all 0.2s ease-in-out;
}

input[type=submit],
#prevBtn,
#nextBtn {
  margin: 0;
  background: transparent;
  border: none;
  color: var(--Poppy);
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding-right: unset;
}

.light-content input[type=submit], .dark-section input[type=submit] {
  color: #000;
}

.light-content .light-section input[type=submit] {
  color: var(--Poppy);
}

.outline input[type=submit] {
  color: #000;
}

.light-content .outline input[type=submit], .dark-section .outline input[type=submit] {
  color: var(--Poppy);
}

.light-content .light-section .outline input[type=submit] {
  color: var(--Poppy);
}

.error_message {
  margin-bottom: 30px;
  font-size: 13px;
  color: #e93735;
  font-weight: bold;
}

#success_page p, #success_page p strong {
  color: #fff;
  margin-top: 20px;
}

#message fieldset {
  border: none;
}

/*--------------------------------------------------
	Google Map
---------------------------------------------------*/
#map_canvas {
  display: block;
  height: 62vh;
  position: relative;
  width: 100%;
}

#hero-image.bgrelative #map_canvas {
  position: relative !important;
}

.gmnoprint a, .gmnoprint span, .gm-style-cc {
  display: none;
}

.gmnoprint div {
  background: none !important;
}

.gm-style button {
  display: none !important;
}

.services-icon i {
  font-size: 24px;
  margin-bottom: 20px;
}

.service-info-text {
  margin-bottom: 40px;
}

/*--------------------------------------------------
	Responsive
---------------------------------------------------*/
@media only screen and (max-width: 1466px) {
  .accordion.bigger-acc dt span {
    text-indent: -4px;
  }

  .accordion.bigger-acc .acc-icon-wrap {
    top: 25px;
  }

  .team-members-list .hover-reveal {
    width: 250px;
    height: 333px;
  }

  span.has-hover-image .hover-reveal {
    width: 300px;
    height: 188px;
  }

  span.has-hover-image.vertical .hover-reveal {
    width: 250px;
    height: 333px;
  }
}
@media only screen and (max-width: 1024px) {
  textarea {
    margin-bottom: 30px;
  }

  .justified-gallery {
    margin-left: 0px;
    width: 100% !important;
    padding: 0;
  }

  .full .video-wrapper video.bgvid {
    position: relative;
    margin-top: 0;
    left: 0;
    transform: translateX(0) translateY(0);
  }

  .full .control {
    bottom: 10px;
    width: calc(100% - 100px);
  }

  #map_canvas {
    height: 50vh;
  }

  .accordion dt span {
    max-width: none;
  }

  .accordion .accordion-content {
    padding-right: 0;
  }

  .accordion.bigger-acc dt {
    font-size: 48px;
    line-height: 64px;
    margin-top: 30px;
    padding-top: 30px;
  }

  .accordion.bigger-acc dt:first-child {
    padding-top: 30px;
  }

  .accordion.bigger-acc dt span {
    text-indent: -3px;
  }

  .accordion.bigger-acc .acc-icon-wrap {
    top: 22px;
  }

  .team-member {
    font-size: 36px;
    line-height: 60px;
  }

  .team-members-list .hover-reveal {
    width: 200px;
    height: 266px;
  }

  span.has-hover-image .hover-reveal {
    width: 250px;
    height: 156px;
  }

  span.has-hover-image.vertical .hover-reveal {
    width: 200px;
    height: 266px;
  }
}
@media only screen and (max-width: 767px) {
  .content-slider .swiper-pagination-bullets, .content-carousel .swiper-pagination-bullets, .content-looped-carousel .swiper-pagination-bullets {
    bottom: 40px !important;
    margin: 0 !important;
  }

  .content-slider .swiper-pagination-bullet, .content-looped-carousel .swiper-pagination-bullet, .content-carousel .swiper-pagination-bullet {
    margin: 0 !important;
    width: 30px;
    height: 30px;
  }

  .content-slider .swiper-pagination-bullet .parallax-wrap, .content-looped-carousel .swiper-pagination-bullet .parallax-wrap, .content-carousel .swiper-pagination-bullet .parallax-wrap {
    width: 30px;
    height: 30px;
  }

  .video-wrapper {
    max-height: 50vh;
  }

  .control {
    display: none;
  }

  .name-box, .email-box {
    width: 100%;
    margin-right: 0;
  }

  .clients-table li {
    width: 50%;
  }

  .empty-space, .empty-space.tx {
    height: 60px;
  }

  input[type=text], textarea {
    font-size: 14px;
  }

  .accordion dt {
    font-size: 28px;
    line-height: 44px;
  }

  .accordion.bigger-acc dt {
    font-size: 36px;
    line-height: 52px;
    margin-top: 25px;
    padding-top: 25px;
  }

  .accordion.bigger-acc dt:first-child {
    padding-top: 25px;
  }

  .accordion.bigger-acc dt span {
    text-indent: -2px;
  }

  .accordion.bigger-acc .acc-icon-wrap {
    top: 11px;
  }

  .team-member {
    font-size: 28px;
    line-height: 44px;
  }

  .team-member span {
    float: none;
    line-height: 24px;
  }

  .team-members-list .hover-reveal {
    width: 150px;
    height: 200px;
  }

  span.has-hover-image .hover-reveal {
    width: 200px;
    height: 125px;
  }

  span.has-hover-image.vertical .hover-reveal {
    width: 150px;
    height: 200px;
  }
}
@media only screen and (max-width: 479px) {
  .pin-spacer {
    width: 100% !important;
  }

  .pinned-element {
    float: none;
    width: 100%;
    margin: 0;
  }

  .pinned-element.left {
    padding-right: 0px;
  }

  .pinned-element.right {
    padding-left: 0px;
  }

  .scrolling-element {
    position: relative;
    float: none;
    width: 100%;
    margin: 0;
  }

  .clapat-button {
    margin-bottom: 20px;
  }

  .team-member {
    font-size: 24px;
    line-height: 40px;
  }

  .team-members-list .hover-reveal {
    width: 100px;
    height: 133px;
  }

  .accordion.bigger-acc dt {
    font-size: 30px;
    line-height: 46px;
    margin-top: 20px;
    padding-top: 20px;
  }

  .accordion.bigger-acc dt:first-child {
    padding-top: 20px;
  }

  .accordion.bigger-acc dt span {
    text-indent: -2px;
  }

  .accordion.bigger-acc .acc-icon-wrap {
    top: 3px;
  }

  span.has-hover-image .hover-reveal {
    width: 150px;
    height: 94px;
  }

  span.has-hover-image.vertical .hover-reveal {
    width: 100px;
    height: 133px;
  }
}
/*--------------------------------------------------
	Ajax Page Transition
---------------------------------------------------*/
main {
  overflow: hidden;
}

main .cd-main-content > div {
  height: 100%;
  min-height: 100vh;
}

main .cd-main-content {
  width: 100%;
}

main .cd-main-content.cd-index > div {
  vertical-align: middle;
}

main .cd-main-content.cd-index::after {
  background-color: rgba(64, 137, 166, 0);
  background-image: linear-gradient(to top, #4089a6, rgba(64, 137, 166, 0));
}

main .cd-main-content.cd-index::before {
  background-color: rgba(64, 137, 166, 0);
  background-image: linear-gradient(to bottom, #4089a6, rgba(64, 137, 166, 0));
}

main .cd-main-content.cd-about {
  background-color: #fff;
}

main .cd-main-content.cd-about > div {
  padding-top: 50px;
}

main .cd-main-content.cd-about::after {
  background-color: rgba(40, 48, 64, 0);
  background-image: linear-gradient(to top, #283040, rgba(40, 48, 64, 0));
}

main .cd-main-content.cd-about::before {
  background-color: rgba(40, 48, 64, 0);
  background-image: linear-gradient(to bottom, #283040, rgba(40, 48, 64, 0));
}

.cd-cover-layer, .cd-cover-layer.invisible {
  background-color: transparent;
}

.cd-cover-layer {
  position: fixed;
  z-index: 5000;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  transform: translateX(-50%) translateY(-50%);
  height: 101%;
  width: 101%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s 0s, visibility 0s 0.4s;
}

.page-is-changing .cd-cover-layer {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s 0.3s, visibility 0s 0s;
}

/*--------------------------------------------------
	Flex Nav
---------------------------------------------------*/
.flexnav, .flexnav li ul {
  width: 100%;
  margin: 0;
}

.flexnav, .flexnav li {
  margin: 0;
}

.flexnav li, .flexnav li ul li {
  font-size: 100%;
}

.flexnav .touch-button:hover, .menu-button {
  cursor: pointer;
}

.flexnav {
  transition: none;
  -webkit-transform-style: preserve-3d;
  overflow: hidden;
  max-height: 0;
}

.flexnav.opacity {
  opacity: 0;
}

.flexnav.flexnav-show {
  max-height: 2000px;
  opacity: 1;
  transition: all 0.5s ease-in-out;
}

.flexnav.one-page {
  position: fixed;
  top: 50px;
  right: 5%;
  max-width: 200px;
}

.flexnav li, .flexnav li a, .flexnav li ul li {
  position: relative;
  overflow: hidden;
}

.flexnav li a {
  background: #fff;
  color: #222;
  display: block;
  padding: 20px 0;
  z-index: 2;
}

.oldie .flexnav li ul.open ul.open, .oldie .flexnav ul li:hover ul {
  margin-left: 100%;
  top: 0;
}

.flexnav li ul.flexnav-show li, .oldie .flexnav, .oldie .flexnav li, .oldie .flexnav li a {
  overflow: visible;
}

.flexnav li ul li a {
  background: #fff;
  display: block;
  padding: 20px;
}

.flexnav ul li ul li a {
  background: #bfbfbc;
}

.flexnav ul li ul li ul li a {
  background: #cbcbc9;
}

.flexnav .touch-button {
  background: rgba(0, 0, 0, 0);
  display: inline-block;
  height: 60px;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
  width: 60px;
  z-index: 999;
}

.flexnav .touch-button .navicon {
  position: relative;
  top: 1.8em;
  font-size: 12px;
  color: #666;
}

.menu-button {
  background: 0 0;
  border-bottom: medium none;
  box-sizing: border-box;
  color: #222;
  display: block;
  font-size: 14px;
  font-weight: 400;
  height: 60px;
  line-height: 60px;
  padding: 0 50px;
  position: relative;
  text-align: right;
  text-transform: uppercase;
  z-index: 0;
}

.no-button .menu-button {
  padding-right: 0;
}

.menu-button.one-page {
  position: fixed;
  top: 0;
  right: 5%;
  padding-right: 45px;
}

.menu-button .touch-button {
  background: 0 0;
  display: none;
  position: absolute;
  z-index: 999;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  text-align: center;
}

.menu-button .touch-button .navicon {
  font-size: 16px;
  position: relative;
  top: 1em;
  color: #666;
}

@media all and (min-width: 1025px) {
  .flexnav li a, .flexnav li ul li a {
    border-bottom: none;
  }

  .flexnav, .flexnav li {
    overflow: visible;
  }

  body.one-page {
    padding-top: 70px;
  }

  .flexnav.opacity {
    opacity: 1;
  }

  .flexnav.one-page {
    top: 0;
    right: auto;
    max-width: 1080px;
  }

  .flexnav li {
    position: relative;
    list-style: none;
    float: left;
    display: block;
    background-color: #a6a6a2;
  }

  .flexnav li a {
    border-left: 1px solid #acaca1;
  }

  .flexnav li > ul {
    position: absolute;
    top: auto;
    left: 0;
  }

  .flexnav li ul li > ul, .flexnav li ul.open ul.open {
    margin-left: 100%;
    top: 0;
  }

  .flexnav li > ul li {
    width: 100%;
  }

  .flexnav li ul.open {
    display: block;
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }

  .flexnav li ul.open li {
    overflow: visible;
    max-height: 100px;
  }

  .menu-button {
    display: none;
  }
}
.oldie body.one-page {
  padding-top: 70px;
}

.oldie .flexnav.one-page {
  top: 0;
  right: auto;
  max-width: 1080px;
}

.oldie .flexnav li {
  position: relative;
  list-style: none;
  float: left;
  display: block;
  background-color: #a6a6a2;
  width: 20%;
  min-height: 50px;
}

.oldie .flexnav li:hover > ul {
  display: block;
  width: 100%;
  overflow: visible;
}

.oldie .flexnav li:hover > ul li {
  width: 100%;
  float: none;
}

.oldie .flexnav li a {
  border-left: 1px solid #acaca1;
  border-bottom: none;
}

.oldie .flexnav li > ul {
  background: #acaca1;
  position: absolute;
  top: auto;
  left: 0;
  display: none;
  z-index: 1;
  overflow: visible;
}

.oldie .flexnav li ul.open, .oldie .flexnav li ul.open ul.open {
  display: block;
  width: 100%;
  overflow: visible;
}

.oldie .flexnav li ul li ul {
  top: 0;
}

.oldie .flexnav li ul li a {
  border-bottom: none;
}

.oldie .flexnav li ul.open li {
  width: 100%;
}

.oldie .menu-button {
  display: none;
}

.oldie.ie7 .flexnav li {
  width: 19.9%;
}

/*--------------------------------------------------
	Swiper Slider
---------------------------------------------------*/
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  touch-action: pan-x;
}

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #31007F;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #31007F;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #31007F;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

/* 3D Container */
.swiper-container-3d {
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-right {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-top {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------
	Owl Carousel
---------------------------------------------------*/
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*--------------------------------------------------
	Magnific Popup
---------------------------------------------------*/
.mfp-bg, .mfp-wrap {
  position: fixed;
  left: 0;
  top: 0;
}

.mfp-bg, .mfp-container, .mfp-wrap {
  height: 100%;
  width: 100%;
}

.mfp-arrow:after, .mfp-arrow:before, .mfp-container:before, .mfp-figure:after {
  content: "";
}

.mfp-bg {
  z-index: 1042;
  overflow: hidden;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-arrow, .mfp-arrow:focus, .mfp-arrow:hover, .mfp-close, .mfp-close:focus, .mfp-close:hover {
  opacity: 1;
}

.mfp-wrap {
  z-index: 1043;
  outline: 0 !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-close, .mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-error .mfp-content, .mfp-s-ready .mfp-preloader {
  display: none;
}

button.mfp-arrow, button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  cursor: pointer !important;
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  padding: 0 0 18px 10px;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
  color: #FFF;
  right: -20px;
  padding-right: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  top: 20px;
  background: #000;
  line-height: 40px;
  border-radius: 2px;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-figure, img.mfp-img {
  line-height: 0;
}

.mfp-arrow {
  position: absolute;
  margin: -55px 0 0;
  top: 50%;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:after, .mfp-arrow:before {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 25px;
  margin-left: 35px;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 22px;
}

.mfp-arrow::before {
  width: 30px;
  height: 60px;
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 2px;
}

.mfp-arrow-left::after, .mfp-arrow-right:after {
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
}

.mfp-arrow:hover::before {
  background: black;
}

.mfp-arrow-left::after {
  border-left: 2px solid #FFF;
  margin-left: 31px;
  transform: rotate(-45deg);
}

.mfp-arrow-left:after {
  margin-left: 36px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-right: 2px solid #FFF;
  margin-left: 41px;
  transform: rotate(45deg);
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-image-holder .mfp-content, img.mfp-img {
  max-width: 100%;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
}

.mfp-figure:after, img.mfp-img {
  width: auto;
  height: auto;
  display: block;
}

img.mfp-img {
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto;
}

.mfp-figure:after {
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  right: 0;
  z-index: -1;
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    transform-origin: 0;
  }

  .mfp-arrow-right {
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/*--------------------------------------------------
	Tool Tips
---------------------------------------------------*/
[data-tooltip] {
  position: relative;
}

[data-tooltip]::after, [data-tooltip]::before {
  position: absolute;
  display: block;
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s ease-in-out;
  line-height: 12px;
}

[data-tooltip]::before {
  content: attr(data-tooltip);
  font-size: 12px;
  font-weight: 500;
  font-family: "Raleway", sans-serif;
  color: #31007F;
  padding: 5px;
  border-radius: 5px;
  white-space: nowrap;
  text-decoration: none;
  text-align: left;
}

.light-content [data-tooltip]::before {
  color: #fff;
}

[data-tooltip]::after {
  width: 0;
  height: 0;
  border: 6px solid transparent;
  content: "";
}

[data-tooltip]:hover::after, [data-tooltip]:hover::before {
  opacity: 1;
}

[data-tooltip][data-placement=left]::before {
  top: 32%;
  right: 100%;
  margin-right: 35px;
}

[data-tooltip][data-placement=left]:hover::before {
  margin-right: -2px;
  transition: all 0.3s ease-out 0.5s;
}

[data-tooltip][data-placement=top]::before {
  top: 16%;
  right: 100%;
  margin-right: 0;
  width: 200px;
  height: 16px;
  transform: translateX(147px) translateY(-170px) rotate(-90deg);
}

[data-tooltip][data-placement=top]:hover::before {
  transform: translateX(147px) translateY(-140px) rotate(-90deg);
  transition: all 0.3s ease-out 0.2s;
}

[data-tooltip][data-placement=right]::before {
  top: 32%;
  left: 100%;
  margin-left: 35px;
}

[data-tooltip][data-placement=right]:hover::before {
  margin-left: -2px;
  transition: all 0.3s ease-out 0.5s;
}

@media only screen and (max-width: 479px) {
  [data-tooltip]:hover::after, [data-tooltip]:hover::before {
    opacity: 0;
  }
}
/*--------------------------------------------------
	Social Share
---------------------------------------------------*/
.jssocials-shares {
  margin: 0.2em 0;
}

.jssocials-shares * {
  box-sizing: border-box;
}

.jssocials-share {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

.jssocials-share:last-child {
  margin-right: 0;
}

.jssocials-share-logo {
  width: 1em;
  vertical-align: middle;
  font-size: 1.5em;
}

img.jssocials-share-logo {
  width: auto;
  height: 1em;
}

.jssocials-share-link {
  display: block;
  text-align: center;
  text-decoration: none;
  width: 60px;
  height: 60px;
  line-height: 60px;
}

.jssocials-share-link.jssocials-share-link-count {
  padding-top: 0.2em;
}

.jssocials-share-link.jssocials-share-link-count .jssocials-share-count {
  display: block;
  font-size: 0.6em;
  margin: 0 -0.5em -0.8em;
}

.jssocials-share-link.jssocials-share-no-count {
  padding-top: 0.5em;
}

.jssocials-share-link.jssocials-share-no-count .jssocials-share-count {
  height: 1em;
}

.jssocials-share-label {
  padding-left: 0.3em;
  vertical-align: middle;
}

.jssocials-share-count-box {
  display: inline-block;
  height: 1.5em;
  padding: 0 0.3em;
  line-height: 1;
  vertical-align: middle;
  cursor: default;
}

.jssocials-share-count-box.jssocials-share-no-count {
  display: none;
}

.jssocials-share-count {
  line-height: 1.5em;
  vertical-align: middle;
}

/*--------------------------------------------------
	Justified Galler
---------------------------------------------------*/
.justified-gallery {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.justified-gallery > a, .justified-gallery > div, .justified-gallery > figure {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  filter: "alpha(opacity=10)";
  opacity: 0.1;
  margin: 0;
  padding: 0;
}

.justified-gallery > a > a > img, .justified-gallery > a > img, .justified-gallery > div > a > img, .justified-gallery > div > img, .justified-gallery > figure > a > img, .justified-gallery > figure > img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  border: none;
  filter: "alpha(opacity=0)";
  opacity: 0;
}

.justified-gallery > a > .caption, .justified-gallery > div > .caption, .justified-gallery > figure > .caption {
  display: none;
  position: absolute;
  bottom: 0;
  padding: 5px;
  background-color: #000;
  left: 0;
  right: 0;
  margin: 0;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  font-family: sans-serif;
}

.justified-gallery > .entry-visible {
  filter: "alpha(opacity=100)";
  opacity: 1;
  background: 0 0;
}

.justified-gallery > .entry-visible > a > img, .justified-gallery > .entry-visible > img {
  filter: "alpha(opacity=100)";
  opacity: 1;
  transition: opacity 0.5s ease-in;
}

.justified-gallery > .jg-filtered {
  display: none;
}

.justified-gallery > .spinner {
  position: absolute;
  bottom: 0;
  margin-left: -24px;
  padding: 10px 0;
  left: 50%;
  filter: "alpha(opacity=100)";
  opacity: 1;
  overflow: initial;
}

.justified-gallery > .spinner > span {
  display: inline-block;
  filter: "alpha(opacity=0)";
  opacity: 0;
  width: 8px;
  height: 8px;
  margin: 0 4px;
  background-color: #fff;
  border-radius: 6px;
}

#menu-menu__main {
  height: 90%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#menu-menu__lang_fr,
#menu-menu__lang_en {
  margin-top: 2rem;
}
#menu-menu__lang_fr li a,
#menu-menu__lang_en li a {
  font-size: 32px;
}

#lang-spacer {
  line-height: 30px;
  color: #FFF;
  font-size: 32px;
}

.menu__info {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  color: #fff;
}

.menu__info .light-content a.link::before {
  background: var(--Poppy) !important;
}

.footer__info {
  height: 100%;
  width: 100%;
  padding: 0 80px;
  padding-top: 100px;
  padding-bottom: 70px;
  box-sizing: border-box;
  bottom: 0;
  left: 0;
  background-color: var(--LightPoppy);
}

@media only screen and (max-width: 1024px) {
  #menu-menu__lang_fr li a,
#menu-menu__lang_en li a {
    font-size: 32px;
  }

  #lang-spacer {
    font-size: 35px;
    padding: 15px;
  }
}
@media (min-width: 1025px) {
  #menu-menu__lang_fr li a,
#menu-menu__lang_en li a {
    font-size: 40px;
  }

  #lang-spacer {
    font-size: 40px;
    padding-top: 35px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
/*--------------------------------------------------
	Mutistep Form Styles
---------------------------------------------------*/
#contactform {
  max-width: 100%;
  /*            height: 100vh;
              background-color: #ffffff;
              margin: 40px auto;
              padding: 40px;
              box-shadow: 0px 6px 18px rgb(0 0 0 / 9%);
              border-radius: 12px;*/
}

#contactform .form-header {
  gap: 5px;
  text-align: center;
  font-size: 0.9em;
}

#contactform .form-header .stepIndicator {
  position: relative;
  flex: 1;
  padding-bottom: 30px;
}

#contactform .form-header .stepIndicator.active {
  font-weight: 600;
}

#contactform .form-header .stepIndicator.finish {
  font-weight: 600;
  color: #009688;
}

#contactform .form-header .stepIndicator::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 9;
  width: 20px;
  height: 20px;
  background-color: #d5efed;
  border-radius: 50%;
  border: 3px solid #ecf5f4;
}

#contactform .form-header .stepIndicator.active::before {
  background-color: #a7ede8;
  border: 3px solid #d5f9f6;
}

#contactform .form-header .stepIndicator.finish::before {
  background-color: #009688;
  border: 3px solid #b7e1dd;
}

#contactform .form-header .stepIndicator::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 8px;
  width: 100%;
  height: 3px;
  background-color: #f3f3f3;
}

#contactform .form-header .stepIndicator.active::after {
  background-color: #a7ede8;
}

#contactform .form-header .stepIndicator.finish::after {
  background-color: #009688;
}

#contactform .form-header .stepIndicator:last-child:after {
  display: none;
}

/*#contactform input {
    padding: 15px 20px;
    width: 100%;
    font-size: 1em;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
}
#contactform input:focus {
    border: 1px solid #009688;
    outline: 0;
}*/
#contactform input.invalid,
#contactform textarea.invalid {
  border-bottom: 2px solid #FF0004;
}

#contactform .step {
  display: none;
}

#contactform .form-footer {
  overflow: auto;
  gap: 20px;
}

#contactform .form-footer button {
  background-color: var(--Poppy) !important;
  border: 1px solid var(--Poppy) !important;
  color: #ffffff;
  border: none;
  padding: 13px 30px;
  font-size: 1em;
  cursor: pointer;
  border-radius: 5px;
  flex: 1;
  margin-top: 5px;
}

#contactform .form-footer button:hover {
  opacity: 0.8;
}

#contactform .form-footer #prevBtn {
  background-color: #fff !important;
  color: var(--Poppy) !important;
}

#contactform label.form-check-label {
  height: 30px;
  display: block;
  padding-left: 1.5rem;
  color: var(--DarkPurple);
  font-size: 16px;
}

.form-check-input:checked {
  background-color: var(--Poppy) !important;
  border-color: var(--Poppy) !important;
}

textarea.form-control {
  border: 1px solid var(--Poppy) !important;
  color: var(--Poppy) !important;
}

.form-control::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--Poppy) !important;
  opacity: 1;
  /* Firefox */
}

.form-control:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--Poppy) !important;
  opacity: 1;
  /* Firefox */
}

.form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--Poppy) !important;
  opacity: 1;
  /* Firefox */
}

.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--Poppy) !important;
}

.form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: var(--Poppy) !important;
}

.w-100 {
  width: 100%;
}

.w-50-mg {
  width: 47% !important;
}

.mx-1 {
  margin-right: 1%;
}

.d-flex {
  display: flex !important;
}

.justify-between {
  justify-content: space-between;
}

.mt-3 {
  margin-bottom: 3em;
}

.mb-3 {
  margin-bottom: 3em;
}

.slideLeft {
  float: left;
}

.slideRight {
  float: right;
}

.slideReset {
  clear: both;
}

/* Bootstrap SCSS import BETA TEST */
/*!
 * Bootstrap Grid v5.2.3 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #0d6efd;
  --bs-link-hover-color: #0a58ca;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

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

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

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

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

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

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

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

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }

  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }

  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }

  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }

  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1rem;
  }

  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1rem;
  }

  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 3rem;
  }

  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

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

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }

  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }

  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }

  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1rem;
  }

  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1rem;
  }

  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 3rem;
  }

  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }

  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

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

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }

  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }

  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1rem;
  }

  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1rem;
  }

  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 3rem;
  }

  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }

  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }

  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }

  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }

  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }

  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.d-inline {
  display: inline !important;
}

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

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

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

.d-none {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.align-content-stretch {
  align-content: stretch !important;
}

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

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

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

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

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

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

.order-first {
  order: -1 !important;
}

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

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

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

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

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

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

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

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

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

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

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

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

.m-auto {
  margin: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

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

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

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

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

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

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

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

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

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

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

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

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

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

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

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

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

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-grid {
    display: grid !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }

  .d-sm-none {
    display: none !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

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

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

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

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

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

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

  .order-sm-first {
    order: -1 !important;
  }

  .order-sm-0 {
    order: 0 !important;
  }

  .order-sm-1 {
    order: 1 !important;
  }

  .order-sm-2 {
    order: 2 !important;
  }

  .order-sm-3 {
    order: 3 !important;
  }

  .order-sm-4 {
    order: 4 !important;
  }

  .order-sm-5 {
    order: 5 !important;
  }

  .order-sm-last {
    order: 6 !important;
  }

  .m-sm-0 {
    margin: 0 !important;
  }

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

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

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

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

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

  .m-sm-auto {
    margin: auto !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .me-sm-1 {
    margin-right: 0.25rem !important;
  }

  .me-sm-2 {
    margin-right: 0.5rem !important;
  }

  .me-sm-3 {
    margin-right: 1rem !important;
  }

  .me-sm-4 {
    margin-right: 1.5rem !important;
  }

  .me-sm-5 {
    margin-right: 3rem !important;
  }

  .me-sm-auto {
    margin-right: auto !important;
  }

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

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

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

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

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

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

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

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

  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }

  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }

  .ms-sm-3 {
    margin-left: 1rem !important;
  }

  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }

  .ms-sm-5 {
    margin-left: 3rem !important;
  }

  .ms-sm-auto {
    margin-left: auto !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pe-sm-3 {
    padding-right: 1rem !important;
  }

  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pe-sm-5 {
    padding-right: 3rem !important;
  }

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

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

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

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

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

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

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

  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }

  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }

  .ps-sm-3 {
    padding-left: 1rem !important;
  }

  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }

  .ps-sm-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-grid {
    display: grid !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }

  .d-md-none {
    display: none !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-content-md-stretch {
    align-content: stretch !important;
  }

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

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

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

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

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

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

  .order-md-first {
    order: -1 !important;
  }

  .order-md-0 {
    order: 0 !important;
  }

  .order-md-1 {
    order: 1 !important;
  }

  .order-md-2 {
    order: 2 !important;
  }

  .order-md-3 {
    order: 3 !important;
  }

  .order-md-4 {
    order: 4 !important;
  }

  .order-md-5 {
    order: 5 !important;
  }

  .order-md-last {
    order: 6 !important;
  }

  .m-md-0 {
    margin: 0 !important;
  }

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

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

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

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

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

  .m-md-auto {
    margin: auto !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .me-md-1 {
    margin-right: 0.25rem !important;
  }

  .me-md-2 {
    margin-right: 0.5rem !important;
  }

  .me-md-3 {
    margin-right: 1rem !important;
  }

  .me-md-4 {
    margin-right: 1.5rem !important;
  }

  .me-md-5 {
    margin-right: 3rem !important;
  }

  .me-md-auto {
    margin-right: auto !important;
  }

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

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

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

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

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

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

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

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

  .ms-md-1 {
    margin-left: 0.25rem !important;
  }

  .ms-md-2 {
    margin-left: 0.5rem !important;
  }

  .ms-md-3 {
    margin-left: 1rem !important;
  }

  .ms-md-4 {
    margin-left: 1.5rem !important;
  }

  .ms-md-5 {
    margin-left: 3rem !important;
  }

  .ms-md-auto {
    margin-left: auto !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pe-md-1 {
    padding-right: 0.25rem !important;
  }

  .pe-md-2 {
    padding-right: 0.5rem !important;
  }

  .pe-md-3 {
    padding-right: 1rem !important;
  }

  .pe-md-4 {
    padding-right: 1.5rem !important;
  }

  .pe-md-5 {
    padding-right: 3rem !important;
  }

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

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

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

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

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

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

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

  .ps-md-1 {
    padding-left: 0.25rem !important;
  }

  .ps-md-2 {
    padding-left: 0.5rem !important;
  }

  .ps-md-3 {
    padding-left: 1rem !important;
  }

  .ps-md-4 {
    padding-left: 1.5rem !important;
  }

  .ps-md-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-grid {
    display: grid !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }

  .d-lg-none {
    display: none !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

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

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

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

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

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

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

  .order-lg-first {
    order: -1 !important;
  }

  .order-lg-0 {
    order: 0 !important;
  }

  .order-lg-1 {
    order: 1 !important;
  }

  .order-lg-2 {
    order: 2 !important;
  }

  .order-lg-3 {
    order: 3 !important;
  }

  .order-lg-4 {
    order: 4 !important;
  }

  .order-lg-5 {
    order: 5 !important;
  }

  .order-lg-last {
    order: 6 !important;
  }

  .m-lg-0 {
    margin: 0 !important;
  }

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

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

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

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

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

  .m-lg-auto {
    margin: auto !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .me-lg-1 {
    margin-right: 0.25rem !important;
  }

  .me-lg-2 {
    margin-right: 0.5rem !important;
  }

  .me-lg-3 {
    margin-right: 1rem !important;
  }

  .me-lg-4 {
    margin-right: 1.5rem !important;
  }

  .me-lg-5 {
    margin-right: 3rem !important;
  }

  .me-lg-auto {
    margin-right: auto !important;
  }

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

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

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

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

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

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

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

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

  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }

  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }

  .ms-lg-3 {
    margin-left: 1rem !important;
  }

  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }

  .ms-lg-5 {
    margin-left: 3rem !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pe-lg-3 {
    padding-right: 1rem !important;
  }

  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pe-lg-5 {
    padding-right: 3rem !important;
  }

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

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

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

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

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

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

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

  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }

  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }

  .ps-lg-3 {
    padding-left: 1rem !important;
  }

  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }

  .ps-lg-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-grid {
    display: grid !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }

  .d-xl-none {
    display: none !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

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

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

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

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

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

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

  .order-xl-first {
    order: -1 !important;
  }

  .order-xl-0 {
    order: 0 !important;
  }

  .order-xl-1 {
    order: 1 !important;
  }

  .order-xl-2 {
    order: 2 !important;
  }

  .order-xl-3 {
    order: 3 !important;
  }

  .order-xl-4 {
    order: 4 !important;
  }

  .order-xl-5 {
    order: 5 !important;
  }

  .order-xl-last {
    order: 6 !important;
  }

  .m-xl-0 {
    margin: 0 !important;
  }

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

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

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

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

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

  .m-xl-auto {
    margin: auto !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .me-xl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xl-3 {
    margin-right: 1rem !important;
  }

  .me-xl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xl-5 {
    margin-right: 3rem !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

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

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

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

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

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

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

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

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

  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xl-3 {
    margin-left: 1rem !important;
  }

  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xl-5 {
    margin-left: 3rem !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xl-3 {
    padding-right: 1rem !important;
  }

  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xl-5 {
    padding-right: 3rem !important;
  }

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

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

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

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

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

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

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

  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xl-3 {
    padding-left: 1rem !important;
  }

  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xl-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-grid {
    display: grid !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }

  .d-xxl-none {
    display: none !important;
  }

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

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

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

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

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

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

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

  .order-xxl-first {
    order: -1 !important;
  }

  .order-xxl-0 {
    order: 0 !important;
  }

  .order-xxl-1 {
    order: 1 !important;
  }

  .order-xxl-2 {
    order: 2 !important;
  }

  .order-xxl-3 {
    order: 3 !important;
  }

  .order-xxl-4 {
    order: 4 !important;
  }

  .order-xxl-5 {
    order: 5 !important;
  }

  .order-xxl-last {
    order: 6 !important;
  }

  .m-xxl-0 {
    margin: 0 !important;
  }

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

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

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

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

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

  .m-xxl-auto {
    margin: auto !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  .me-xxl-0 {
    margin-right: 0 !important;
  }

  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xxl-3 {
    margin-right: 1rem !important;
  }

  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xxl-5 {
    margin-right: 3rem !important;
  }

  .me-xxl-auto {
    margin-right: auto !important;
  }

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

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

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

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

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

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

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xxl-3 {
    margin-left: 1rem !important;
  }

  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xxl-5 {
    margin-left: 3rem !important;
  }

  .ms-xxl-auto {
    margin-left: auto !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xxl-3 {
    padding-right: 1rem !important;
  }

  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xxl-5 {
    padding-right: 3rem !important;
  }

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

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

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

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

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

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

  .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xxl-3 {
    padding-left: 1rem !important;
  }

  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-grid {
    display: grid !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }

  .d-print-none {
    display: none !important;
  }
}
/*!
 * Bootstrap Utilities v5.2.3 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #0d6efd;
  --bs-link-hover-color: #0a58ca;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(13, 110, 253, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(108, 117, 125, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success {
  color: #fff !important;
  background-color: RGBA(25, 135, 84, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info {
  color: #000 !important;
  background-color: RGBA(13, 202, 240, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(255, 193, 7, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(220, 53, 69, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(248, 249, 250, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(33, 37, 41, var(--bs-bg-opacity, 1)) !important;
}

.link-primary {
  color: #0d6efd !important;
}
.link-primary:hover, .link-primary:focus {
  color: #0a58ca !important;
}

.link-secondary {
  color: #6c757d !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: #565e64 !important;
}

.link-success {
  color: #198754 !important;
}
.link-success:hover, .link-success:focus {
  color: #146c43 !important;
}

.link-info {
  color: #0dcaf0 !important;
}
.link-info:hover, .link-info:focus {
  color: #3dd5f3 !important;
}

.link-warning {
  color: #ffc107 !important;
}
.link-warning:hover, .link-warning:focus {
  color: #ffcd39 !important;
}

.link-danger {
  color: #dc3545 !important;
}
.link-danger:hover, .link-danger:focus {
  color: #b02a37 !important;
}

.link-light {
  color: #f8f9fa !important;
}
.link-light:hover, .link-light:focus {
  color: #f9fafb !important;
}

.link-dark {
  color: #212529 !important;
}
.link-dark:hover, .link-dark:focus {
  color: #1a1e21 !important;
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%);
}

.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}

.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%);
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}

.sticky-bottom {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }

  .sticky-sm-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }

  .sticky-md-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }

  .sticky-lg-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }

  .sticky-xl-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }

  .sticky-xxl-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.d-inline {
  display: inline !important;
}

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

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

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

.d-none {
  display: none !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

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

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

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

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

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

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.border-1 {
  --bs-border-width: 1px;
}

.border-2 {
  --bs-border-width: 2px;
}

.border-3 {
  --bs-border-width: 3px;
}

.border-4 {
  --bs-border-width: 4px;
}

.border-5 {
  --bs-border-width: 5px;
}

.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

.border-opacity-100 {
  --bs-border-opacity: 1;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

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

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

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

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

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

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

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

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.align-content-stretch {
  align-content: stretch !important;
}

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

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

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

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

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

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

.order-first {
  order: -1 !important;
}

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

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

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

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

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

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

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

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

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

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

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

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

.m-auto {
  margin: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

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

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

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

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

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

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

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

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

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

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

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

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

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

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

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

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

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
      -ms-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-2xl) !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }

  .float-sm-end {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-grid {
    display: grid !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }

  .d-sm-none {
    display: none !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

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

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

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

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

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

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

  .order-sm-first {
    order: -1 !important;
  }

  .order-sm-0 {
    order: 0 !important;
  }

  .order-sm-1 {
    order: 1 !important;
  }

  .order-sm-2 {
    order: 2 !important;
  }

  .order-sm-3 {
    order: 3 !important;
  }

  .order-sm-4 {
    order: 4 !important;
  }

  .order-sm-5 {
    order: 5 !important;
  }

  .order-sm-last {
    order: 6 !important;
  }

  .m-sm-0 {
    margin: 0 !important;
  }

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

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

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

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

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

  .m-sm-auto {
    margin: auto !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .me-sm-1 {
    margin-right: 0.25rem !important;
  }

  .me-sm-2 {
    margin-right: 0.5rem !important;
  }

  .me-sm-3 {
    margin-right: 1rem !important;
  }

  .me-sm-4 {
    margin-right: 1.5rem !important;
  }

  .me-sm-5 {
    margin-right: 3rem !important;
  }

  .me-sm-auto {
    margin-right: auto !important;
  }

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

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

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

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

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

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

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

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

  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }

  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }

  .ms-sm-3 {
    margin-left: 1rem !important;
  }

  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }

  .ms-sm-5 {
    margin-left: 3rem !important;
  }

  .ms-sm-auto {
    margin-left: auto !important;
  }

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

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

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

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

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

  .p-sm-5 {
    padding: 3rem !important;
  }

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-sm-0 {
    padding-top: 0 !important;
  }

  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pt-sm-3 {
    padding-top: 1rem !important;
  }

  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pt-sm-5 {
    padding-top: 3rem !important;
  }

  .pe-sm-0 {
    padding-right: 0 !important;
  }

  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pe-sm-3 {
    padding-right: 1rem !important;
  }

  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pe-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }

  .ps-sm-0 {
    padding-left: 0 !important;
  }

  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }

  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }

  .ps-sm-3 {
    padding-left: 1rem !important;
  }

  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }

  .ps-sm-5 {
    padding-left: 3rem !important;
  }

  .gap-sm-0 {
    gap: 0 !important;
  }

  .gap-sm-1 {
    gap: 0.25rem !important;
  }

  .gap-sm-2 {
    gap: 0.5rem !important;
  }

  .gap-sm-3 {
    gap: 1rem !important;
  }

  .gap-sm-4 {
    gap: 1.5rem !important;
  }

  .gap-sm-5 {
    gap: 3rem !important;
  }

  .text-sm-start {
    text-align: left !important;
  }

  .text-sm-end {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }

  .float-md-end {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-grid {
    display: grid !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }

  .d-md-none {
    display: none !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }

  .order-md-first {
    order: -1 !important;
  }

  .order-md-0 {
    order: 0 !important;
  }

  .order-md-1 {
    order: 1 !important;
  }

  .order-md-2 {
    order: 2 !important;
  }

  .order-md-3 {
    order: 3 !important;
  }

  .order-md-4 {
    order: 4 !important;
  }

  .order-md-5 {
    order: 5 !important;
  }

  .order-md-last {
    order: 6 !important;
  }

  .m-md-0 {
    margin: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }

  .mt-md-1 {
    margin-top: 0.25rem !important;
  }

  .mt-md-2 {
    margin-top: 0.5rem !important;
  }

  .mt-md-3 {
    margin-top: 1rem !important;
  }

  .mt-md-4 {
    margin-top: 1.5rem !important;
  }

  .mt-md-5 {
    margin-top: 3rem !important;
  }

  .mt-md-auto {
    margin-top: auto !important;
  }

  .me-md-0 {
    margin-right: 0 !important;
  }

  .me-md-1 {
    margin-right: 0.25rem !important;
  }

  .me-md-2 {
    margin-right: 0.5rem !important;
  }

  .me-md-3 {
    margin-right: 1rem !important;
  }

  .me-md-4 {
    margin-right: 1.5rem !important;
  }

  .me-md-5 {
    margin-right: 3rem !important;
  }

  .me-md-auto {
    margin-right: auto !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-md-3 {
    margin-bottom: 1rem !important;
  }

  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-md-5 {
    margin-bottom: 3rem !important;
  }

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ms-md-0 {
    margin-left: 0 !important;
  }

  .ms-md-1 {
    margin-left: 0.25rem !important;
  }

  .ms-md-2 {
    margin-left: 0.5rem !important;
  }

  .ms-md-3 {
    margin-left: 1rem !important;
  }

  .ms-md-4 {
    margin-left: 1.5rem !important;
  }

  .ms-md-5 {
    margin-left: 3rem !important;
  }

  .ms-md-auto {
    margin-left: auto !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pt-md-1 {
    padding-top: 0.25rem !important;
  }

  .pt-md-2 {
    padding-top: 0.5rem !important;
  }

  .pt-md-3 {
    padding-top: 1rem !important;
  }

  .pt-md-4 {
    padding-top: 1.5rem !important;
  }

  .pt-md-5 {
    padding-top: 3rem !important;
  }

  .pe-md-0 {
    padding-right: 0 !important;
  }

  .pe-md-1 {
    padding-right: 0.25rem !important;
  }

  .pe-md-2 {
    padding-right: 0.5rem !important;
  }

  .pe-md-3 {
    padding-right: 1rem !important;
  }

  .pe-md-4 {
    padding-right: 1.5rem !important;
  }

  .pe-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-md-3 {
    padding-bottom: 1rem !important;
  }

  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-md-5 {
    padding-bottom: 3rem !important;
  }

  .ps-md-0 {
    padding-left: 0 !important;
  }

  .ps-md-1 {
    padding-left: 0.25rem !important;
  }

  .ps-md-2 {
    padding-left: 0.5rem !important;
  }

  .ps-md-3 {
    padding-left: 1rem !important;
  }

  .ps-md-4 {
    padding-left: 1.5rem !important;
  }

  .ps-md-5 {
    padding-left: 3rem !important;
  }

  .gap-md-0 {
    gap: 0 !important;
  }

  .gap-md-1 {
    gap: 0.25rem !important;
  }

  .gap-md-2 {
    gap: 0.5rem !important;
  }

  .gap-md-3 {
    gap: 1rem !important;
  }

  .gap-md-4 {
    gap: 1.5rem !important;
  }

  .gap-md-5 {
    gap: 3rem !important;
  }

  .text-md-start {
    text-align: left !important;
  }

  .text-md-end {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }

  .float-lg-end {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-grid {
    display: grid !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }

  .d-lg-none {
    display: none !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }

  .order-lg-first {
    order: -1 !important;
  }

  .order-lg-0 {
    order: 0 !important;
  }

  .order-lg-1 {
    order: 1 !important;
  }

  .order-lg-2 {
    order: 2 !important;
  }

  .order-lg-3 {
    order: 3 !important;
  }

  .order-lg-4 {
    order: 4 !important;
  }

  .order-lg-5 {
    order: 5 !important;
  }

  .order-lg-last {
    order: 6 !important;
  }

  .m-lg-0 {
    margin: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mt-lg-3 {
    margin-top: 1rem !important;
  }

  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mt-lg-5 {
    margin-top: 3rem !important;
  }

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .me-lg-0 {
    margin-right: 0 !important;
  }

  .me-lg-1 {
    margin-right: 0.25rem !important;
  }

  .me-lg-2 {
    margin-right: 0.5rem !important;
  }

  .me-lg-3 {
    margin-right: 1rem !important;
  }

  .me-lg-4 {
    margin-right: 1.5rem !important;
  }

  .me-lg-5 {
    margin-right: 3rem !important;
  }

  .me-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ms-lg-0 {
    margin-left: 0 !important;
  }

  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }

  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }

  .ms-lg-3 {
    margin-left: 1rem !important;
  }

  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }

  .ms-lg-5 {
    margin-left: 3rem !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pt-lg-3 {
    padding-top: 1rem !important;
  }

  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pt-lg-5 {
    padding-top: 3rem !important;
  }

  .pe-lg-0 {
    padding-right: 0 !important;
  }

  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pe-lg-3 {
    padding-right: 1rem !important;
  }

  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pe-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }

  .ps-lg-0 {
    padding-left: 0 !important;
  }

  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }

  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }

  .ps-lg-3 {
    padding-left: 1rem !important;
  }

  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }

  .ps-lg-5 {
    padding-left: 3rem !important;
  }

  .gap-lg-0 {
    gap: 0 !important;
  }

  .gap-lg-1 {
    gap: 0.25rem !important;
  }

  .gap-lg-2 {
    gap: 0.5rem !important;
  }

  .gap-lg-3 {
    gap: 1rem !important;
  }

  .gap-lg-4 {
    gap: 1.5rem !important;
  }

  .gap-lg-5 {
    gap: 3rem !important;
  }

  .text-lg-start {
    text-align: left !important;
  }

  .text-lg-end {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }

  .float-xl-end {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-grid {
    display: grid !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }

  .d-xl-none {
    display: none !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }

  .order-xl-first {
    order: -1 !important;
  }

  .order-xl-0 {
    order: 0 !important;
  }

  .order-xl-1 {
    order: 1 !important;
  }

  .order-xl-2 {
    order: 2 !important;
  }

  .order-xl-3 {
    order: 3 !important;
  }

  .order-xl-4 {
    order: 4 !important;
  }

  .order-xl-5 {
    order: 5 !important;
  }

  .order-xl-last {
    order: 6 !important;
  }

  .m-xl-0 {
    margin: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xl-3 {
    margin-top: 1rem !important;
  }

  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xl-5 {
    margin-top: 3rem !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .me-xl-0 {
    margin-right: 0 !important;
  }

  .me-xl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xl-3 {
    margin-right: 1rem !important;
  }

  .me-xl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xl-5 {
    margin-right: 3rem !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ms-xl-0 {
    margin-left: 0 !important;
  }

  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xl-3 {
    margin-left: 1rem !important;
  }

  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xl-5 {
    margin-left: 3rem !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xl-3 {
    padding-top: 1rem !important;
  }

  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xl-5 {
    padding-top: 3rem !important;
  }

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xl-3 {
    padding-right: 1rem !important;
  }

  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xl-3 {
    padding-left: 1rem !important;
  }

  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xl-5 {
    padding-left: 3rem !important;
  }

  .gap-xl-0 {
    gap: 0 !important;
  }

  .gap-xl-1 {
    gap: 0.25rem !important;
  }

  .gap-xl-2 {
    gap: 0.5rem !important;
  }

  .gap-xl-3 {
    gap: 1rem !important;
  }

  .gap-xl-4 {
    gap: 1.5rem !important;
  }

  .gap-xl-5 {
    gap: 3rem !important;
  }

  .text-xl-start {
    text-align: left !important;
  }

  .text-xl-end {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }

  .float-xxl-end {
    float: right !important;
  }

  .float-xxl-none {
    float: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-grid {
    display: grid !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }

  .d-xxl-none {
    display: none !important;
  }

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }

  .order-xxl-first {
    order: -1 !important;
  }

  .order-xxl-0 {
    order: 0 !important;
  }

  .order-xxl-1 {
    order: 1 !important;
  }

  .order-xxl-2 {
    order: 2 !important;
  }

  .order-xxl-3 {
    order: 3 !important;
  }

  .order-xxl-4 {
    order: 4 !important;
  }

  .order-xxl-5 {
    order: 5 !important;
  }

  .order-xxl-last {
    order: 6 !important;
  }

  .m-xxl-0 {
    margin: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xxl-3 {
    margin-top: 1rem !important;
  }

  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xxl-5 {
    margin-top: 3rem !important;
  }

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  .me-xxl-0 {
    margin-right: 0 !important;
  }

  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xxl-3 {
    margin-right: 1rem !important;
  }

  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xxl-5 {
    margin-right: 3rem !important;
  }

  .me-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xxl-3 {
    margin-left: 1rem !important;
  }

  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xxl-5 {
    margin-left: 3rem !important;
  }

  .ms-xxl-auto {
    margin-left: auto !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xxl-3 {
    padding-top: 1rem !important;
  }

  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xxl-5 {
    padding-top: 3rem !important;
  }

  .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xxl-3 {
    padding-right: 1rem !important;
  }

  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xxl-3 {
    padding-left: 1rem !important;
  }

  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xxl-5 {
    padding-left: 3rem !important;
  }

  .gap-xxl-0 {
    gap: 0 !important;
  }

  .gap-xxl-1 {
    gap: 0.25rem !important;
  }

  .gap-xxl-2 {
    gap: 0.5rem !important;
  }

  .gap-xxl-3 {
    gap: 1rem !important;
  }

  .gap-xxl-4 {
    gap: 1.5rem !important;
  }

  .gap-xxl-5 {
    gap: 3rem !important;
  }

  .text-xxl-start {
    text-align: left !important;
  }

  .text-xxl-end {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }

  .fs-2 {
    font-size: 2rem !important;
  }

  .fs-3 {
    font-size: 1.75rem !important;
  }

  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-grid {
    display: grid !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }

  .d-print-none {
    display: none !important;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.5rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}

.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: 0.375rem;
}
.form-control-color::-webkit-color-swatch {
  border-radius: 0.375rem;
}
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: 0.5rem;
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::-moz-placeholder, .form-floating > .form-control-plaintext::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control:-ms-input-placeholder, .form-floating > .form-control-plaintext:-ms-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown), .form-floating > .form-control-plaintext:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-ms-input-placeholder), .form-floating > .form-control-plaintext:not(:-ms-input-placeholder) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: 1px 0;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 5;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.5rem;
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.375rem;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #198754;
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #198754;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.375rem;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #dc3545;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}

/*------------------------------------------------------------------

01. General Styles
02. Magic Cursor
03. Page Preloader
04. Header Elements
05. Main Content
06. Footer Elements
07. Responsive Media Querries

-------------------------------------------------------------------*/
/*--------------------------------------------------
	01. General Settings
---------------------------------------------------*/
html, body {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 16px;
  height: 100%;
  width: 100%;
  color: #444;
  background-color: #fff;
  user-select: none;
  /* supported by Chrome and Opera */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
}

html {
  box-sizing: border-box;
  margin-right: 0px !important;
  overflow: visible !important;
}

body {
  overflow: hidden;
  overflow-y: scroll;
  transition: opacity 0.2s ease-in-out 0.2s;
}

body.smooth-scroll {
  overflow: hidden;
}

body.hidden {
  opacity: 0;
}

.secondary-font {
  font-family: "argent-cf", serif;
  font-weight: 400 !important;
  font-style: italic;
}

.gray-color {
  color: var(--Poppy) !important;
}

main {
  transition: background 0.5s ease-in-out 0s;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

video {
  max-width: 100%;
}

article,
aside,
details,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

audio {
  display: inline-block;
  max-width: 100%;
}

address {
  font-style: italic;
  margin-bottom: 24px;
}

abbr[title] {
  border-bottom: 1px dotted #2b2b2b;
  cursor: help;
}

b,
strong {
  font-weight: 600;
  color: var(--DarkPurple);
}

.light-content b, .light-content strong, .dark-section b, .dark-section strong {
  font-weight: 600;
  color: #fff;
}

.light-content .light-section b, .light-content .light-section strong {
  font-weight: 600;
  color: var(--DarkPurple);
}

cite,
dfn,
em,
i {
  font-style: italic;
}

mark, ins {
  background: none repeat scroll 0 0 #000;
  text-decoration: none;
  color: #fff;
  padding: 2px 8px;
  display: inline-block;
  border-radius: 2px;
}

.light-content mark, .light-content ins, .dark-section mark, .dark-section ins {
  background: none repeat scroll 0 0 #fff;
  color: #000;
}

.light-content .light-section mark, .light-content .light-section ins {
  background: none repeat scroll 0 0 #111;
  color: #fff;
}

code,
kbd,
tt,
var,
samp,
pre {
  font-family: monospace, serif;
  font-size: 15px;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  line-height: 1.6;
}

pre {
  box-sizing: border-box;
  margin-bottom: 24px;
  max-width: 100%;
  overflow: auto;
  padding: 12px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  background-color: rgba(0, 0, 0, 0.05);
}

.light-content pre, .dark-section pre {
  background-color: rgba(255, 255, 255, 0.05);
  color: #fff;
}

.light-content .light-section pre {
  background-color: rgba(0, 0, 0, 0.05);
  color: #000;
}

blockquote,
q {
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

blockquote {
  color: #000;
  line-height: 1.6;
  font-size: 1.5rem;
  margin-bottom: 2.1875rem;
  font-weight: 500;
  padding-left: 3.5rem;
  margin: 0 0 1.5625rem;
  position: relative;
}

.light-content blockquote, .dark-section blockquote {
  color: #fff;
}

.light-content .light-section blockquote {
  color: #000;
}

blockquote::before {
  content: "\275D";
  position: absolute;
  left: 0;
  top: 5px;
  line-height: 1;
  font-size: 3rem;
  font-weight: 500;
}

blockquote cite,
blockquote small {
  color: #2b2b2b;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.light-content blockquote cite, .light-content blockquote small {
  color: #fff;
}

blockquote em,
blockquote i,
blockquote cite {
  font-style: normal;
}

blockquote strong,
blockquote b {
  font-weight: 600;
}

small {
  font-size: smaller;
}

big {
  font-size: 125%;
}

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

dl {
  margin-bottom: 24px;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 24px;
}

ul,
ol {
  list-style: none;
  margin: 0 0 24px 20px;
}

ul,
ol {
  list-style: none;
  margin: 20px 0 25px 20px;
}

ul {
  list-style: none;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin: 20px 0px 15px 25px;
}

li {
  font-size: 16px;
  line-height: 20px;
  color: var(--DarkPurple);
  margin-bottom: 10px;
}

.light-content li, .dark-section li {
  color: #ccc;
}

.light-content .light-section li {
  color: #444;
}

.text-white {
  color: #fff !important;
}

figure {
  margin: 0;
  position: relative;
  display: block;
}

figure.has-parallax {
  overflow: hidden;
}

.full figure.has-parallax {
  overflow: hidden;
  height: 100vh;
}

figure img {
  max-width: 100%;
}

.full img {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}

.has-parallax-content img {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}

figcaption {
  background-color: rgba(0, 0, 0, 0.3);
  bottom: 0px;
  color: #fff;
  font-weight: 400;
  font-size: 10px;
  padding: 5px 10px;
  position: absolute;
  right: 0px;
  z-index: 10;
  border-radius: 0;
  display: none !important;
}

fieldset {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 0 24px;
  padding: 0;
}

legend {
  white-space: normal;
}

button, input {
  line-height: normal;
}

input,
textarea {
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  /* Removing the inner shadow, rounded corners on iOS inputs */
}

button, html input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type=checkbox],
input[type=radio] {
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin-bottom: 24px;
  width: 100%;
  color: #444;
}

thead, .light-content .light-section thead {
  background-color: black;
  color: #fff;
}

.light-content thead, .dark-section thead {
  background-color: white;
}

thead tr, .light-content .light-section thead tr {
  color: #fff;
}

.light-content thead tr, .dark-section thead tr {
  color: #000;
}

tr, .light-content .light-section tr {
  color: #444;
}

.light-content tr, .dark-section tr {
  color: #CCC;
}

tr:nth-child(2n), .light-content .light-section tr:nth-child(2n) {
  background-color: rgba(0, 0, 0, 0.05);
}

.light-content tr:nth-child(2n), .dark-section tr:nth-child(2n) {
  background-color: rgba(255, 255, 255, 0.1);
}

caption, th, td {
  font-weight: normal;
  text-align: left;
}

th {
  border-width: 0 1px 1px 0;
  padding: 10px;
}

td {
  border-width: 0 1px 1px 0;
  padding: 10px;
}

del {
  color: #767676;
}

hr {
  border: 0;
  height: 28px;
  width: 100%;
  float: none;
  margin: 0;
  display: inline-block;
  opacity: 1 !important;
  -webkit-transition: translateY(0px) !important;
  transform: translateY(0px) !important;
}

hr.animated-line {
  height: 2px;
  padding-top: 12px;
  padding-bottom: 12px;
}

hr.animated-line:before {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: black;
}

.light-content hr.animated-line:before, .dark-section hr.animated-line:before {
  background: white;
}

.light-content .light-section hr.animated-line:before {
  background: black;
}

hr.animated.animated-line:before {
  width: 100%;
  transition: width 0.7s ease-in-out 0.1s;
}

hr:after {
  clear: both;
  content: " ";
  display: block;
  height: 0;
  visibility: hidden;
}

::-moz-selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}

img {
  border: 0 none;
  max-width: 100%;
  vertical-align: middle;
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  color: var(--DarkPurple);
  margin-bottom: 10px;
}

h1.big-title {
  font-size: 65px;
  line-height: 75px;
  font-weight: 600;
  margin-top: 4rem;
}

h1.big-title span {
  display: block;
}

h1.big-title.inline-title span {
  display: inline-table;
}

h1 {
  font-size: 48px;
  line-height: 64px;
}

h2 {
  font-size: 36px;
  line-height: 52px;
}

h3 {
  font-size: 30px;
  line-height: 46px;
  margin-left: -1px;
}

h4 {
  font-size: 24px;
  line-height: 40px;
  margin-left: -1px;
}

h5 {
  font-size: 18px;
  line-height: 34px;
  margin-left: -1px;
}

h6 {
  font-size: 14px;
  line-height: 30px;
}

.no-margins {
  margin: 0;
}

.light-content h1, .light-content h2, .light-content h3, .light-content h4, .light-content h5, .light-content h6, .dark-section h1, .dark-section h2, .dark-section h3, .dark-section h4, .dark-section h5, .dark-section h6 {
  color: var(--DarkPurple);
}

.light-content .light-section h1, .light-content .light-section h2, .light-content .light-section h3, .light-content .light-section h4, .light-content .light-section h5, .light-content .light-section h6 {
  color: #000;
}

/* add by Kong 21042023 */
h5 span {
  color: #FFF !important;
}

p {
  font-size: 16px;
  margin-bottom: 25px;
  line-height: 28px;
  color: var(--DarkPurple);
}

.light-content p, .dark-section p {
  color: rgba 169, 102, 116, 0.5 !important;
}

.light-content .light-section p {
  color: #444;
}

.bigger {
  font-size: 18px;
  line-height: 32px;
}

.smaller {
  font-size: 12px;
  line-height: 24px;
}

.container {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.container::after {
  clear: both;
  content: " ";
  display: table;
}

a:hover, a:active {
  outline: 0;
  color: var(--DarkPurple);
}

a, .light-content .light-section a {
  text-decoration: none;
  color: var(--DarkPurple);
  outline: 0;
}

.light-content a, .dark-section a {
  color: var(--DarkPurple);
}

a:hover {
  text-decoration: none;
}

.one_half {
  width: 48% !important;
}

.one_third {
  width: 30.6% !important;
}

.one_fourth {
  width: 22% !important;
}

.one_fifth {
  width: 16.8% !important;
}

.one_sixth {
  width: 13.33% !important;
}

.two_fifth {
  width: 37.6% !important;
}

.two_fourth {
  width: 48% !important;
}

.two_third {
  width: 65.33% !important;
}

.three_fifth {
  width: 58.4% !important;
}

.three_fourth {
  width: 74% !important;
}

.four_fifth {
  width: 79.2% !important;
}

.five_sixth {
  width: 82.67% !important;
}

.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .two_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
  float: left !important;
  margin-bottom: 10px !important;
  margin-right: 4% !important;
  position: relative !important;
}

.last {
  margin-right: 0px !important;
}

.text-align-left {
  text-align: left;
}

.text-align-center {
  text-align: center;
}

.text-align-right {
  text-align: right;
}

.outer {
  display: table;
  width: 100%;
  height: 100%;
}

.inner {
  display: table-cell;
  box-sizing: border-box;
}

.light-section-wrapper, .dark-section-wrapper {
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  max-width: 1000% !important;
  width: 100vw !important;
}

.dark-section-wrapper h1,
.dark-section-wrapper p {
  color: white;
}

.light-section-container, .dark-section-container {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
}

.content-row {
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
  opacity: 1;
  box-sizing: border-box;
}

.content-row::after {
  clear: both;
  content: " ";
  display: table;
}

.small {
  max-width: 780px;
  width: 100%;
  margin: 0 auto;
}

.large {
  max-width: 1380px;
  width: 100%;
  margin: 0 auto;
}

.full {
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  max-width: 1000% !important;
  width: 100vw !important;
}

.row_padding_top {
  padding-top: 8vw;
}

.row_padding_top_small {
  padding-top: 4vw;
}

.row_padding_bottom {
  padding-bottom: 8vw;
}

.row_padding_bottom_small {
  padding-bottom: 4vw;
}

.row_padding_bottom_medium {
  padding-bottom: 6vw;
}

.row_padding_left {
  padding-left: 60px;
}

.row_padding_right {
  padding-right: 60px;
}

.row_padding_all {
  padding-top: 4vw;
  padding-bottom: 4vw;
  padding-left: 60px;
  padding-right: 60px;
}

#rotate-device {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  background-color: #0f1010;
  background-image: url(images/rotate.png);
  background-size: 100px 100px;
  background-position: center;
  background-repeat: no-repeat;
  display: none;
}

/*--------------------------------------------------
	02. Magic Cursor
---------------------------------------------------*/
#magic-cursor {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  pointer-events: none;
  z-index: 10000;
  transition: opacity 0.2s ease-in-out 0.5s;
}

.hidden-ball #magic-cursor {
  opacity: 0 !important;
  visibility: hidden;
}

#ball {
  position: fixed;
  width: 80px;
  height: 80px;
  border: 2px solid #FAEFEF;
  border-radius: 50%;
  pointer-events: none;
  opacity: 1;
  box-sizing: border-box;
  transform: scale(0.5);
}

.mfp-zoom-out-cur #ball {
  opacity: 0;
  transition: opacity 0.2s ease-in-out 0s;
}

.light-content #ball, #ball.over-movie, .light-content #ball.with-icon {
  border: 2px solid #FAEFEF;
  border-color: #FAEFEF;
}

#ball:before {
  font-family: FontAwesome;
  content: "\F077";
  font-size: 12px;
  width: 8px;
  height: 16px;
  line-height: 26px;
  text-align: center;
  position: absolute;
  left: 32px;
  top: -42px;
  color: #FAEFEF;
  opacity: 0;
  transform: translateY(-40px);
  -webkit-transform: translateY(-40px);
  transition: all 0.15s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.light-content #ball:before {
  color: #FAEFEF;
}

#ball::after {
  font-family: FontAwesome;
  content: "\F078";
  font-size: 12px;
  width: 8px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  position: absolute;
  left: 32px;
  top: 100px;
  color: #FAEFEF;
  opacity: 0;
  transform: translateY(40px);
  -webkit-transform: translateY(40px);
  transition: all 0.15s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.light-content #ball:before, .light-content #ball:after {
  color: #FAEFEF;
}

.scale-up #ball:before, .scale-drag-horizontal #ball:before {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.scale-drag-horizontal #ball:before {
  color: #fff;
}

.scale-up #ball:after, .scale-drag-horizontal #ball:after {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.scale-drag-horizontal #ball:after {
  color: #fff;
}

.scale-up.scale-none #ball:before, .scale-up.scale-none #ball:after {
  opacity: 0;
}

#ball-drag-x {
  position: absolute;
  width: 72px;
  height: 72px;
  pointer-events: none;
  opacity: 1;
  box-sizing: border-box;
}

#ball-drag-x:before {
  font-family: FontAwesome;
  content: "\F053";
  font-size: 12px;
  width: 8px;
  height: 16px;
  line-height: 26px;
  text-align: center;
  position: absolute;
  left: -40px;
  top: 26px;
  color: #fff;
  opacity: 0;
  transform: translateX(70px);
  -webkit-transform: translateX(70px);
  transition: all 0.15s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.light-content #ball-drag-x:before {
  color: #fff;
}

#ball-drag-x::after {
  font-family: FontAwesome;
  content: "\F054";
  font-size: 12px;
  width: 8px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  position: absolute;
  right: -39px;
  left: auto;
  top: 31px;
  color: #fff;
  opacity: 0;
  transform: translateX(-70px);
  -webkit-transform: translateX(-70px);
  transition: all 0.15s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.light-content #ball-drag-x:before, .light-content #ball-drag-x:after {
  color: var(--DarkPurple);
}

.drag-cursor-white #ball-drag-x:before, .drag-cursor-white #ball-drag-x:after {
  color: #fff;
}

.drag-cursor-black #ball-drag-x:before, .drag-cursor-black #ball-drag-x:after {
  color: var(--DarkPurple);
}

.scale-drag-x #ball-drag-x:before {
  opacity: 1;
  transform: translateX(50px);
  -webkit-transform: translateX(50px);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.scale-drag-x #ball-drag-x:after {
  opacity: 1;
  transform: translateX(-45px);
  -webkit-transform: translateX(-45px);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.scale-up.scale-drag #ball-drag-x:before, .scale-up.scale-drag #ball-drag-x:after {
  opacity: 0;
}

#ball-drag-y {
  position: absolute;
  width: 72px;
  height: 72px;
  pointer-events: none;
  opacity: 1;
  box-sizing: border-box;
}

#ball-drag-y:before {
  font-family: FontAwesome;
  content: "\F077";
  font-size: 12px;
  width: 8px;
  height: 16px;
  line-height: 26px;
  text-align: center;
  position: absolute;
  left: 32px;
  top: -42px;
  color: #fff;
  opacity: 0;
  transform: translateY(70px);
  -webkit-transform: translateY(70px);
  transition: all 0.15s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.light-content #ball-drag-y:before {
  color: #fff;
}

#ball-drag-y::after {
  font-family: FontAwesome;
  content: "\F078";
  font-size: 12px;
  width: 8px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  position: absolute;
  left: 32px;
  top: 100px;
  color: #fff;
  opacity: 0;
  transform: translateY(-70px);
  -webkit-transform: translateY(-70px);
  transition: all 0.15s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.light-content #ball-drag-y:before, .light-content #ball-drag-y:after {
  color: var(--DarkPurple);
}

.scale-drag-y #ball-drag-y:before {
  opacity: 1;
  transform: translateY(47px);
  -webkit-transform: translateY(47px);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.scale-drag-y #ball-drag-y:after {
  opacity: 1;
  transform: translateY(-50px);
  -webkit-transform: translateY(-50px);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.scale-up.scale-drag #ball-drag-y:before, .scale-up.scale-drag #ball-drag-y:after {
  opacity: 0;
}

#ball i {
  color: #fff;
  width: 76px;
  height: 80px;
  line-height: 78px;
  text-align: center;
  font-size: 12px;
  display: block;
  opacity: 1;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#ball p {
  color: #FAEFEF;
  width: 66px;
  height: 16px;
  line-height: 16px;
  padding-top: 0px;
  padding-left: 5px;
  margin: 0;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  display: block;
  opacity: 1;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.light-content #ball p {
  color: #FAEFEF;
}

#ball p.first {
  padding-top: 22px;
}

.light-content #ball i, #ball.over-movie i, .light-content #ball.with-icon i {
  color: #FAEFEF;
}

.drag-cursor-white #ball i, .drag-cursor-white #ball.with-icon i {
  color: #FAEFEF;
}

.drag-cursor-black #ball i, .drag-cursor-black #ball.with-icon i {
  color: var(--DarkPurple);
}

.light-content #ball.with-icon.dark-icon i {
  color: var(--DarkPurple);
}

.scale-up #ball i {
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#ball.with-icon i {
  width: 76px;
}

#ball.with-icon i:nth-child(2) {
  display: none;
}

#ball.close-icon i {
  width: 75px;
  height: 76px;
  font-size: 14px;
}

#ball.over-movie i.fa-play, #ball.over-movie.pause-movie i.fa-pause {
  display: block;
}

#ball.over-movie i.fa-pause, #ball.over-movie.pause-movie i.fa-play {
  display: none;
}

#ball-loader {
  width: 100px;
  height: 100px;
  position: absolute;
  background-color: transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #FAEFEF;
  border-left: 4px solid transparent;
  border-top: 4px solid transparent;
  border-radius: 100px;
  box-sizing: border-box;
  opacity: 0;
  transform: translate(-14px, -14px) rotate(0deg);
  -webkit-animation: rotating 0.8s ease-in-out infinite;
  animation: rotating 0.8s ease-in-out infinite;
  transition: opacity 0s ease-in-out 0s;
}

.light-content #ball-loader {
  border-bottom: 4px solid #FAEFEF;
}

.show-loader #ball-loader {
  opacity: 1;
  transition: opacity 0.2s ease-in-out 0s;
}

@-webkit-keyframes rotating {
  0% {
    transform: translate(-14px, -14px) rotate(0deg);
  }
  95% {
    transform: translate(-14px, -14px) rotate(350deg);
  }
  100% {
    transform: translate(-14px, -14px) rotate(360deg);
  }
}

@keyframes rotating {
  0% {
    transform: translate(-14px, -14px) rotate(0deg);
  }
  95% {
    transform: translate(-14px, -14px) rotate(350deg);
  }
  100% {
    transform: translate(-14px, -14px) rotate(360deg);
  }
}
.show-loader a, .show-loader nav, .scale-up a, .scale-up .hide-ball, scale-up .link, .scale-up .button-wrap, .scale-up #burger-wrapper, .scale-up .disable-drag, .scale-drag a, .scale-drag .move-title {
  pointer-events: none !important;
}

.disable-cursor #magic-cursor {
  display: none;
}

#ball i.arrow-icon {
  border: solid black;
  border-width: 3px 3px 0px 0px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: 28px;
  left: 30px;
  height: 20px;
  width: 20px;
}

#ball i.arrow-icon:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 3px;
  top: 8px;
  left: -8px;
  background-color: var(--DarkPurple);
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

#ball i.arrow-icon.white {
  border: solid #fff;
  border-width: 3px 3px 0px 0px;
}

#ball i.arrow-icon.white:after {
  background-color: #fff;
}

/*--------------------------------------------------
	03. Page Preloader
---------------------------------------------------*/
.disable-ajaxload .preloader-wrap {
  display: none;
}

.preloader-wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  background: var(--DarkPurple);
  z-index: 1500;
  text-align: center;
}

.preloader-wrap.hidden {
  display: none;
  visibility: hidden;
  opacity: 0;
}

.light-content.preloader-wrap {
  background: #000;
}

.preloader-wrap .outer {
  padding: 0px;
  box-sizing: border-box;
}

.preloader-wrap .inner {
  vertical-align: middle;
  box-sizing: border-box;
}

.percentage-intro {
  height: 20px;
  position: absolute;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  transform: translateX(-50%);
  left: 50%;
  bottom: 80px;
  opacity: 0.4;
}

.percentage-wrapper {
  width: auto;
  height: 130px;
  position: relative;
  margin: 0 auto;
  display: table;
}

.percentage {
  opacity: 1;
  font-size: 120px;
  line-height: 130px;
  font-weight: 500;
  font-family: "Canela-Regular";
  width: 100px;
  height: 130px;
  color: #fff;
  display: table;
  margin: 0 auto;
  opacity: 1;
}

.light-content .percentage, .light-content .percentage:after, .light-content .percentage-intro {
  color: #fff;
}

.trackbar {
  width: 30%;
  height: 2px;
  left: 35%;
  right: 35%;
  margin: 0 auto;
  display: table;
  position: absolute;
  top: 50%;
  opacity: 0;
}

.loadbar {
  width: 0;
  height: 2px;
  background: white;
  position: relative;
  top: 0px;
  overflow: hidden;
  margin: 0 auto;
}

.light-content .loadbar {
  background: white;
}

.hold-progress-bar {
  width: 0%;
  height: 0px;
  background: white;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  overflow: hidden;
}

.light-content .hold-progress-bar {
  background: black;
}

.preloader-intro {
  font-family: "Raleway", serif;
  font-weight: 500;
  position: relative;
  display: block;
  font-size: 100px;
  line-height: 130px;
  color: #000;
}

.light-content .preloader-intro {
  color: #fff;
}

/*--------------------------------------------------
	04. Header Elements
---------------------------------------------------*/
header {
  width: 100%;
  height: 120px;
  left: 0;
  top: 0;
  background-color: transparent;
  position: fixed;
  box-sizing: border-box;
  z-index: 1000;
  pointer-events: none;
  transition: background 0s ease-in-out 0s;
}

#header-container {
  box-sizing: border-box;
  height: inherit;
  padding: 20px 80px;
  margin: 0 auto;
  position: relative;
  width: 100%;
  z-index: 20;
  opacity: 0;
}

.header-visible #header-container {
  opacity: 1;
}

#logo {
  position: relative;
  display: table;
  pointer-events: initial;
  z-index: 10;
  top: 15px;
  float: left;
}

#logo a {
  display: block;
  transition: transform 0.5s ease-in-out 0.1s;
}

#logo a.disable, .open #logo a {
  pointer-events: none;
}

#logo img {
  display: block;
  height: 50px;
  width: auto;
  max-width: none;
  transition: opacity 0.15s ease-in-out 0s;
}

#logo img.black-logo, .light-content.light-content-slider #logo img.black-logo {
  opacity: 1;
}

.light-content #logo img.black-logo {
  opacity: 0;
}

#logo img.white-logo, .light-content.light-content-slider #logo img.white-logo {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.light-content #logo img.white-logo {
  opacity: 1;
}

.white-header #logo img.black-logo, .light-content-slider #logo img.black-logo {
  opacity: 0;
}

.light-content .white-header #logo img.black-logo {
  opacity: 1;
}

.light-content .white-header.over-white-section #logo img.black-logo, .show-loader .light-content .white-header #logo img.black-logo {
  opacity: 0;
}

.white-header #logo img.white-logo, .light-content-slider #logo img.white-logo {
  opacity: 1;
}

.light-content .white-header #logo img.white-logo {
  opacity: 0;
}

.light-content .white-header.over-white-section #logo img.white-logo, .show-loader .light-content .white-header #logo img.white-logo {
  opacity: 1;
}

.menu-open.light-content .slide-in #logo img.white-logo {
  opacity: 1;
}

nav {
  pointer-events: none;
}

nav.open {
  pointer-events: initial;
}

@media all and (min-width: 1025px) {
  .classic-menu nav {
    position: relative;
    width: auto;
    top: 0px;
    transition: all 0.2s ease-in-out 0.5s;
    display: block;
    float: right;
    height: 60px;
    margin: 10px 0;
    background-color: transparent !important;
  }

  .classic-menu .flexnav {
    display: block;
    float: right;
    position: relative;
    width: auto;
    max-height: 60px;
  }

  .classic-menu .flexnav li ul {
    min-width: 160px;
  }

  .classic-menu .flexnav .touch-button {
    background: transparent none repeat scroll 0 0;
  }

  .flexnav .touch-button .navicon {
    display: none;
  }

  .classic-menu .flexnav li {
    background: transparent none repeat scroll 0 0;
    padding: 0 25px;
    padding-bottom: 20px;
    padding-top: 20px;
  }

  .classic-menu .menu-timeline {
    opacity: 1 !important;
    -webkit-transition: translateY(0px) !important;
    transform: translateY(0px) !important;
    pointer-events: initial;
  }

  .classic-menu .flexnav li:last-child {
    padding-right: 0px;
  }

  .classic-menu .before-span {
    opacity: 1 !important;
    -webkit-transition: translateY(0px) !important;
    transform: translateY(0px) !important;
  }

  .classic-menu .flexnav li a {
    background: transparent none repeat scroll 0 0;
    padding: 0 5px;
    position: relative;
    border-left: medium none;
    color: #000;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    display: block;
    overflow: hidden;
    transition: all 0.15s ease-in-out;
  }

  .light-content.light-content-slider .classic-menu .flexnav li a {
    color: #000;
  }

  .light-content .classic-menu .flexnav li a {
    color: #fff;
  }

  .light-content .classic-menu.white-header .flexnav li a {
    color: #000;
  }

  .classic-menu.white-header .flexnav li a, .light-content-slider .classic-menu .flexnav li a {
    color: #fff;
  }

  .flexnav:hover li a {
    color: rgba(0, 0, 0, 0.4);
  }

  .light-content.light-content-slider .classic-menu .flexnav:hover li a {
    color: rgba(0, 0, 0, 0.4);
  }

  .light-content .classic-menu .flexnav:hover li a {
    color: rgba(255, 255, 255, 0.4);
  }

  .classic-menu.white-header .flexnav:hover li a, .light-content-slider .classic-menu .flexnav:hover li a {
    color: rgba(255, 255, 255, 0.4);
  }

  .light-content .classic-menu.white-header .flexnav:hover li a {
    color: rgba(0, 0, 0, 0.4);
  }

  .classic-menu .flexnav li:hover a {
    color: #000;
  }

  .light-content.light-content-slider .classic-menu .flexnav li:hover a {
    color: #000;
  }

  .light-content .classic-menu .flexnav li:hover a {
    color: #fff;
  }

  .classic-menu.white-header .flexnav li:hover a, .light-content-slider .classic-menu .flexnav li:hover a {
    color: #fff;
  }

  .light-content .classic-menu.white-header .flexnav li:hover a {
    color: #000;
  }

  .classic-menu .flexnav li a span {
    position: relative;
    display: block;
    transition: transform 0.2s;
    transform-origin: 100% 0%;
  }

  .classic-menu .flexnav li a span::before {
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    content: attr(data-hover);
  }

  .classic-menu .flexnav li:hover a span {
    transform: translateY(-100%);
    transform-origin: 0% 0%;
  }

  .classic-menu .flexnav li ul li a {
    padding: 0 20px 20px;
    background-color: transparent;
    font-size: 12px;
    font-weight: 500;
    text-transform: none;
    color: #fff !important;
    opacity: 0.6;
    transition: all 0.05s ease-in-out;
  }

  .classic-menu .flexnav li ul li a.link::before {
    display: none;
  }

  .classic-menu .flexnav li ul li a.active, .classic-menu .flexnav li ul li a:hover {
    opacity: 1;
  }

  .classic-menu .flexnav li > ul li {
    margin-left: 0;
    padding: 0;
  }

  .classic-menu .flexnav li ul {
    transform: translate3d(0px, 30px, 0px);
    display: block !important;
    opacity: 0 !important;
    height: inherit !important;
    overflow: visible !important;
    visibility: hidden;
    left: 15px;
    top: 60px;
    padding-top: 20px;
    background: #000;
    border-radius: 3px;
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s ease-in-out !important;
  }

  .classic-menu .flexnav li:last-child ul {
    left: auto;
    right: -10px;
  }

  .classic-menu .flexnav li ul ul {
    left: 5px !important;
  }

  .classic-menu .flexnav li ul:after {
    display: block;
    content: "";
    position: absolute;
    top: -6px;
    left: 20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 9px;
    border-color: transparent transparent #000;
  }

  .classic-menu .flexnav li:last-child ul:after {
    left: auto;
    right: 20px;
  }

  .classic-menu .flexnav ul li ul:after {
    display: block;
    content: "";
    position: absolute;
    top: 15px;
    left: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 9px;
    border-color: transparent transparent #000;
    transform: rotate(-90deg);
  }

  .classic-menu .flexnav li ul li > ul, .classic-menu .flexnav li ul.open ul.open {
    top: -5px;
    z-index: 10;
  }

  .classic-menu .flexnav li:last-child ul li > ul, .classic-menu .flexnav li:last-child ul.open ul.open {
    margin-left: -100%;
    left: -5px !important;
    right: auto;
    top: 0;
  }

  .classic-menu .flexnav li:last-child ul li ul::after {
    right: -10px;
    transform: rotate(90deg);
  }

  .classic-menu .flexnav ul li ul li a {
    background: #000;
  }

  .classic-menu .flexnav ul li ul li ul li a {
    background: #000;
  }

  .classic-menu .flexnav li ul.flexnav-show {
    transform: translate3d(0px, 0px, 0px);
    opacity: 1 !important;
    visibility: visible;
    transition: opacity 0.2s ease-in-out 0.1s, visibility 0.2s ease-in-out, transform 0.2s ease-in-out 0.1s;
  }

  .classic-menu .flexnav .touch-button {
    display: none;
  }

  /*-- Full Screen Menu --*/
  .fullscreen-menu .nav-height {
    overflow-y: scroll;
    position: relative;
    height: 100%;
    padding: 40px 0;
    padding-right: 30px;
    width: calc(100% + 30px);
    box-sizing: border-box;
  }

  .fullscreen-menu nav {
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    visibility: visible;
    pointer-events: none;
    opacity: 0;
    padding: 20px 0;
    transition: all 0.2s ease-in 0.6s;
  }

  .fullscreen-menu nav.open {
    visibility: visible;
    pointer-events: initial;
    opacity: 1;
    transition: all 0.2s ease-out;
  }

  .fullscreen-menu .flexnav {
    max-height: 2000px;
    transition: all 0.2s ease-in 0.6s;
    display: table;
    width: auto;
    padding: 0 80px;
    box-sizing: border-box;
    margin: 0 auto;
    float: none;
  }

  .fullscreen-menu .flexnav.flexnav-show {
    transition: all 0.3s ease-out 0.2s;
  }

  .fullscreen-menu .flexnav li {
    text-align: center;
    padding: 0;
    box-sizing: border-box;
    float: none;
  }

  .fullscreen-menu .menu-timeline {
    opacity: 0;
  }

  .fullscreen-menu .flexnav .touch-button {
    width: 100%;
    display: block;
    height: 100px;
  }

  .fullscreen-menu .flexnav li ul li .touch-button {
    height: 32px;
  }

  .fullscreen-menu .flexnav:hover li ul li a.active, .fullscreen-menu .flexnav:hover li ul li:hover > a {
    opacity: 1;
  }

  .fullscreen-menu .flexnav .touch-button .navicon {
    display: none;
  }

  .fullscreen-menu .flexnav li.link {
    border-bottom: none;
  }

  .fullscreen-menu .flexnav li a {
    font-weight: 500;
    font-size: 72px;
    line-height: 100px;
    padding: 0;
    transition: all 0.1s ease-in-out 0s;
  }

  .fullscreen-menu .flexnav li a {
    color: #fff;
  }

  .fullscreen-menu .flexnav:hover li a, .fullscreen-menu .flexnav.hover li a {
    opacity: 0.3;
  }

  .fullscreen-menu .flexnav li:hover a, .fullscreen-menu .flexnav li a.active {
    opacity: 1;
  }

  .fullscreen-menu .flexnav:hover li ul li a {
    opacity: 0.3;
  }

  .fullscreen-menu .flexnav:hover li ul li a.active, .fullscreen-menu .flexnav:hover li ul li:hover > a {
    opacity: 1;
  }

  .fullscreen-menu .flexnav a.link::before {
    display: none;
  }

  .fullscreen-menu .flexnav li ul {
    margin-bottom: 20px;
    position: relative;
    left: 0;
  }

  .fullscreen-menu .flexnav li ul:after {
    display: none;
  }

  .fullscreen-menu .flexnav li ul li a {
    padding: 6px 0;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    border-top: none;
    text-transform: none;
  }

  .fullscreen-menu .flexnav ul li ul li a {
    background: transparent;
  }

  .fullscreen-menu .flexnav li ul li > ul, .fullscreen-menu .flexnav li ul.open ul.open {
    margin-left: 0;
    top: 0;
  }

  .fullscreen-menu .menu-timeline {
    opacity: 1;
  }

  .fullscreen-menu .menu-timeline .before-span {
    opacity: 0;
    display: block;
    transform: translateY(120px);
  }

  .fullscreen-menu .flexnav li, .fullscreen-menu .flexnav li a {
    background-color: transparent;
    border: 0;
  }

  .fullscreen-menu .flexnav li a span {
    position: relative;
    display: block;
    transition: transform 0.2s;
    transform-origin: 100% 0%;
    overflow: hidden;
  }

  .fullscreen-menu .open .flexnav li a span {
    overflow: visible;
  }

  .fullscreen-menu .flexnav li a span::before {
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    content: attr(data-hover);
    font-family: "argent-cf", serif;
    font-weight: 500;
  }

  .fullscreen-menu .flexnav li:hover a span {
    transform: translateY(-100%);
    transform-origin: 0% 0%;
  }

  .fullscreen-menu .flexnav li.hover a span {
    transform: translateY(-100%) !important;
    transform-origin: 0% 0%;
  }
}
nav, nav.open {
  transition: all 0s ease-in 0s;
  background: transparent;
}

#burger-wrapper {
  width: 40px;
  height: 40px;
  float: right;
  top: 0px;
  right: 0;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  pointer-events: initial;
}

.classic-menu .button-wrap.right.menu {
  display: none;
}

.burger-dots #menu-burger {
  top: 0px;
  width: 25px;
  height: 25px;
  position: relative;
  margin: 0 auto;
  z-index: 2;
  pointer-events: none;
}

.menu-overlay #menu-burger {
  display: block;
}

.burger-dots #menu-burger span {
  display: block;
  position: absolute;
  height: 5px;
  width: 5px;
  border-radius: 5px;
  background-color: #000;
  opacity: 1;
  top: 10px;
  left: 0;
  transform: rotate(0deg);
  transition: background-color 0.05s ease-in-out, transform 0.2s ease-in-out, height 0.2s ease-in-out, width 0.2s ease-in-out, top 0.2s ease-in-out, left 0.2s ease-in-out;
}

#burger-wrapper .touch-button {
  display: none;
}

.burger-dots #menu-burger span:nth-child(1) {
  left: 0px;
}

.burger-dots #menu-burger span:nth-child(2) {
  left: 10px;
}

.burger-dots #menu-burger span:nth-child(3) {
  left: 20px;
}

.button-wrap.right.menu.burger-dots .icon-wrap:hover #menu-burger span:nth-child(1) {
  left: 10px;
}

.button-wrap.right.menu.burger-dots .icon-wrap:hover #menu-burger span:nth-child(3) {
  left: 10px;
}

.button-wrap.right.menu.burger-dots .icon-wrap:hover #menu-burger.open span:nth-child(1) {
  left: 3px;
}

.button-wrap.right.menu.burger-dots .icon-wrap:hover #menu-burger.open span:nth-child(3) {
  left: 3px;
}

.burger-dots #menu-burger.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 12px;
  height: 2px;
  width: 20px;
  left: 3px;
}

.burger-dots #menu-burger.open span:nth-child(2) {
  transform: scale(0);
}

.burger-dots #menu-burger.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 12px;
  height: 2px;
  width: 20px;
  left: 3px;
}

.button-wrap.right.burger-lines {
  right: -30px;
}

.burger-lines #menu-burger {
  width: 16px;
  height: 22px;
  position: relative;
  margin: 0 auto;
  z-index: 2;
  pointer-events: none;
}

.burger-lines #menu-burger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  opacity: 1;
  right: 0;
  background-color: var(--DarkPurple);
  transform: rotate(0deg);
  transition: background-color 0.05s ease-in-out, transform 0.2s ease-in-out, top 0.2s ease-in-out;
}

.burger-lines #menu-burger span:nth-child(1) {
  top: 7px;
}

.burger-lines #menu-burger span:nth-child(2) {
  top: 15px;
}

.burger-lines #menu-burger span:nth-child(3) {
  display: none;
}

.burger-lines #menu-burger.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 10px;
}

.burger-lines #menu-burger.open span:nth-child(2) {
  transform: rotate(-45deg);
  top: 10px;
}

.light-content #menu-burger span, .light-content-slider #menu-burger span {
  background-color: #fff;
}

.light-content.light-content-slider #menu-burger span {
  background-color: #000;
}

.white-header #menu-burger span {
  background-color: #fff;
}

.light-content .white-header #menu-burger span {
  background-color: #000;
}

.light-content .white-header.over-white-section #menu-burger span, .show-loader .light-content .white-header #menu-burger span {
  background-color: #fff;
}

/*--------------------------------------------------
	05. Main Content
---------------------------------------------------*/
#content-scroll {
  z-index: 1;
  position: relative;
}

.smooth-scroll #content-scroll {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.scroll-content {
  cursor: default !important;
}

.scale-up .scroll-content {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
}

.scrollbar-track {
  background: transparent !important;
}

/*--------------------------------------------------
	06. Footer Elements
---------------------------------------------------*/
footer {
  position: relative;
  width: 100%;
  height: 120px;
  z-index: 900;
  box-sizing: border-box;
  text-align: center;
  bottom: 0;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  background-color: #FAEFEF;
}

footer.fixed {
  position: fixed;
}

footer.showcase-footer {
  position: absolute;
}

#footer-container {
  padding: 0 80px;
  height: 80px;
  opacity: 0;
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  bottom: 0;
  left: 0;
}

.footer-middle {
  position: absolute;
  margin: 0 auto;
  width: 100%;
  height: inherit;
  display: table;
  left: 0;
  pointer-events: none;
}

.copyright {
  position: relative;
  top: 25px;
  width: auto;
  height: 30px;
  overflow: hidden;
  font-size: 12px;
  line-height: 30px;
  color: var(--DarkPurple);
  pointer-events: initial;
  display: table;
  width: auto;
  padding: 0px 20px 0px 20px;
  max-width: 820px;
  box-sizing: border-box;
  text-align: center;
  margin: 0 auto;
}

.light-content .copyright {
  color: #fff;
}

.socials-wrap {
  position: relative;
  float: right;
  color: var(--DarkPurple);
  width: 240px;
  height: 160px;
  box-sizing: border-box;
  pointer-events: initial;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.light-content .socials-wrap {
  color: #fff;
}

footer .socials-wrap {
  margin-top: 0px;
}

.socials-wrap:hover {
  transform: translateY(-40px);
  -webkit-transform: translateY(-40px);
}

.socials-text {
  float: right;
  font-size: 12px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  line-height: 40px;
  transform: translateY(20px);
}

.socials-wrap:hover .socials-text {
  transform: translateY(15px) translateX(5px);
  -webkit-transform: translateY(15px) translateX(5px);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.socials-icon {
  float: right;
  width: 30px;
  height: 40px;
  font-size: 12px;
  line-height: 40px;
  text-align: right;
  margin-left: 10px;
  transform: scale(1) translateY(20px);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.socials-wrap:hover .socials-icon {
  transform: scale(0) translateY(40px);
  width: 0;
  margin: 0;
  overflow: hidden;
}

.socials-icon:after, .socials-text:after {
  content: "";
  clear: both;
  display: table;
}

.socials {
  height: auto;
  line-height: 30px;
  position: relative;
  width: auto;
  margin: 0 auto;
  margin-top: 10px;
  text-align: center;
  bottom: 0;
  display: table;
  transform: translateX(15px);
  -webkit-transform: translateX(15px);
}

.socials-wrap .socials {
  display: inline-block;
  width: 100%;
  text-align: right;
}

.socials li {
  margin-right: 0px;
  margin-left: 10px;
  list-style: none;
  color: #999;
  font-size: 15px;
  margin-bottom: 0;
  line-height: 40px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  float: right;
  z-index: 2;
  transition: background 0.4s ease-in-out 0s;
}

.socials-wrap .socials li {
  opacity: 0;
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.socials-wrap:hover .socials li:nth-child(5) {
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.05s;
  opacity: 1;
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
}

.socials-wrap:hover .socials li:nth-child(4) {
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  opacity: 1;
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
}

.socials-wrap:hover .socials li:nth-child(3) {
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  opacity: 1;
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
}

.socials-wrap:hover .socials li:nth-child(2) {
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  opacity: 1;
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
}

.socials-wrap:hover .socials li:nth-child(1) {
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
  opacity: 1;
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
}

.socials li:last-child {
  margin-left: 0px;
}

.socials li a {
  color: var(--DarkPurple);
  font-size: 12px;
  font-weight: 600;
  display: block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  transition: opacity 0.2s ease-in-out;
}

.socials:hover li a {
  opacity: 0.3;
}

.socials li a:hover {
  color: var(--Poppy);
  opacity: 1;
}

.light-content .socials li a {
  color: #fff;
}

.light-content .socials:hover li a {
  opacity: 0.3;
}

.light-content .socials li a:hover {
  color: #fff;
  opacity: 1;
}

.button-wrap {
  position: relative;
  cursor: pointer;
  top: 0px;
  pointer-events: initial;
  width: auto;
  display: table;
}

.button-wrap:after {
  clear: both;
  content: " ";
  display: block;
  height: 0;
  visibility: hidden;
}

.button-wrap.left {
  float: left;
  left: -32px;
}

.button-wrap.right {
  float: right;
  right: -26px;
}

#main .button-wrap.left {
  float: none;
  left: -24px;
}

#main .button-wrap.right {
  float: none;
  right: auto;
}

.icon-wrap {
  width: 80px;
  height: 80px;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  float: left;
}

#main .icon-wrap {
  width: 60px;
  height: 60px;
}

.button-wrap.left .icon-wrap {
  float: left;
}

.button-wrap.right .icon-wrap {
  float: right;
}

#main .text-align-right .button-wrap.right {
  float: right;
}

.button-icon {
  height: 40px;
  width: 40px;
  color: var(--DarkPurple);
  text-align: center;
  line-height: 30px;
  font-size: 22px;
}

.light-content.light-content-slider #hero.has-slider .button-icon {
  color: #000;
}

.light-content .button-icon, .dark-section .button-icon, .light-content-slider #hero.has-slider .button-icon {
  color: #fff;
}

.light-content .light-section .button-icon {
  color: #000;
}

.button-icon i {
  height: 40px;
  line-height: 39px;
  width: 40px;
  text-align: center;
}

#main .button-icon i {
  line-height: 40px;
}

#main .button-icon i.fa.fa-arrow-right {
  font-size: 14px;
}

.button-text {
  font-weight: 600;
  font-size: 12px;
  line-height: 30px;
  margin: 25px 0;
  overflow: hidden;
  width: auto;
  padding: 0 10px;
  color: var(--DarkPurple);
  transition: color 0.05s ease-in-out;
}

#main #hero-footer .button-text span::after {
  content: none;
}

#main .button-text {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  margin: 15px 0;
  transition: transform 0.2s ease-out;
}

#main #hero .button-text {
  font-weight: 600;
  font-size: 12px;
}

#main .large-btn .button-text {
  font-size: 18px;
  font-weight: 500;
  margin: 15px 0;
  transition: transform 0.2s ease-out;
}

.light-content.light-content-slider header .button-text, .light-content.light-content-slider #hero.has-slider .button-text {
  color: #000;
}

.light-content .button-text, .dark-section .button-text, .light-content-slider #hero.has-slider .button-text, .light-content-slider header .button-text {
  color: #fff;
}

.light-content .light-section .button-text {
  color: #000;
}

.white-header .button-text {
  color: #fff;
}

.light-content .white-header .button-text {
  color: #000;
}

.light-content .white-header.over-white-section .button-text, .show-loader .light-content .white-header .button-text {
  color: #fff;
}

.button-wrap.left .button-text {
  text-align: left;
  float: left;
}

.button-wrap.right .button-text {
  text-align: right;
  float: right;
  padding-left: 0px;
}

.button-text span {
  position: relative;
  display: inline-block;
  transition: transform 0.2s;
  width: auto;
  text-align: center;
  transform-origin: 100% 0%;
}

.button-wrap.left .button-text span {
  text-align: left;
}

.button-wrap.right .button-text span {
  text-align: right;
}

.button-text span::before {
  position: absolute;
  width: auto;
  top: 100%;
  left: 0;
  content: attr(data-hover);
}

.header-middle .button-text span::before {
  content: attr(data-on);
}

.button-wrap:hover .button-text span {
  transform: translateY(-100%);
  transform-origin: 0% 0%;
}

nav, nav.open {
  transition: all 0s ease-in 0s;
  background: transparent;
}

/*--------------------------------------------------
	07. Responsive
---------------------------------------------------*/
@media only screen and (max-width: 1466px) {
  h1.big-title {
    font-size: 60px;
    line-height: 75px;
    margin-left: -3px;
  }

  .percentage-wrapper {
    height: auto;
  }

  .percentage {
    font-size: 90px;
    line-height: 120px;
    height: auto;
  }

  header {
    height: 100px;
  }

  #header-container {
    padding: 10px 60px;
  }

  .flexnav li {
    padding: 20px;
  }

  footer {
    height: 100px;
  }

  #footer-container {
    padding: 0 60px;
    margin: 10px auto;
  }
}
@media only screen and (max-width: 1024px) {
  h1.big-title {
    font-size: 48px;
    line-height: 60px;
  }

  .parallax-wrap {
    transform: none !important;
  }

  .parallax-element {
    transform: none !important;
  }

  .has-parallax figcaption {
    display: none;
  }

  .destroy {
    display: none;
  }

  .row_padding_left {
    padding-left: 0px;
  }

  .row_padding_right {
    padding-right: 0px;
  }

  .full.row_padding_left {
    padding-left: 40px;
  }

  .full.row_padding_right {
    padding-right: 40px;
  }

  .row_padding_all {
    padding-top: 4vw;
    padding-bottom: 4vw;
    padding-left: 0px;
    padding-right: 0px;
  }

  .full.row_padding_all {
    padding-top: 4vw;
    padding-bottom: 4vw;
    padding-left: 40px;
    padding-right: 40px;
  }

  #magic-cursor {
    display: none;
  }

  .trackbar {
    width: 50%;
    left: 25%;
    right: 25%;
  }

  .percentage {
    font-size: 72px;
    line-height: 100px;
    height: auto;
  }

  .percentage-intro {
    margin-bottom: 40px;
    bottom: 20px;
  }

  header {
    height: 80px;
  }

  #header-container {
    padding: 0;
    margin: 0 auto;
  }

  #logo {
    left: 40px;
  }

  .header-middle {
    display: none;
  }

  .button-wrap.right.menu {
    right: 10px;
  }

  nav {
    height: 100vh;
    position: fixed;
    width: 100%;
    box-sizing: border-box;
    visibility: visible;
    pointer-events: none;
    opacity: 0;
    padding: 20px 0;
    transition: all 0.2s ease-in 0.6s;
  }

  nav.open {
    visibility: visible;
    pointer-events: initial;
    opacity: 1;
    background-color: transparent;
    transition: all 0.2s ease-out;
  }

  .nav-height {
    position: relative;
    height: 100%;
    padding: 40px 0;
    width: 100%;
    box-sizing: border-box;
  }

  .flexnav {
    padding: 0 20px;
    max-height: 2000px;
    display: table;
    width: auto;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
    background: transparent;
    transition: all 0.2s ease-in 0.6s;
  }

  .flexnav.flexnav-show {
    transition: all 0.3s ease-out 0.2s;
  }

  .flexnav.opacity {
    opacity: 1;
  }

  .flexnav li {
    padding: 0;
    transition: color 0.15s ease-out 0s;
  }

  .flexnav:hover li {
    color: rgba(255, 255, 255, 0.4);
  }

  .flexnav li:hover {
    color: white;
  }

  .flexnav li a, .flexnav li ul li a {
    background: transparent;
  }

  .flexnav li a {
    font-weight: 500;
    font-size: 48px;
    line-height: 60px;
    padding: 0;
    transition: all 0.1s ease-in-out 0s;
  }

  .flexnav li a {
    color: #fff;
  }

  .flexnav:hover li a {
    opacity: 0.3;
  }

  .flexnav li:hover a, .flexnav li a.active {
    opacity: 1;
  }

  .flexnav li ul {
    margin-bottom: 15px;
  }

  .flexnav li ul li a {
    padding: 10px 0;
    font-weight: 500;
    text-transform: none;
    font-size: 14px;
    line-height: 14px;
    border-top: none;
    color: #fff;
    opacity: 0.4;
    -webkit-text-stroke: none;
  }

  .flexnav li ul li:hover a, .flexnav li ul li a.active {
    opacity: 1;
  }

  .flexnav:hover li ul li a {
    opacity: 0.3;
  }

  .flexnav:hover li ul li a.active, .flexnav:hover li ul li:hover > a {
    opacity: 1;
  }

  .flexnav ul li ul li a {
    background: transparent;
  }

  .flexnav li ul li ul li a {
    padding: 10px 40px;
  }

  .flexnav .touch-button {
    width: 100%;
    display: block;
    height: 60px;
  }

  .flexnav li ul li .touch-button {
    height: 32px;
  }

  .flexnav .touch-button .navicon {
    display: none;
  }

  #menu-burger span.touch-button {
    display: none;
  }

  .classic-menu .button-wrap.right.menu {
    display: block;
  }

  footer {
    height: 80px;
  }

  #footer-container {
    margin: 0px auto;
    padding: 0 40px;
    height: 80px;
  }

  .footer-button-wrap {
    bottom: 80px;
  }

  .copyright {
    text-align: center;
  }

  .socials-wrap {
    width: 240px;
    height: 40px;
    float: right;
    margin: 0 auto;
    right: -10px;
    transform: translateX(0px) translateY(20px) !important;
    -webkit-transform: translateX(0px) translateY(20px) !important;
  }

  .socials-wrap:hover {
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
  }

  .socials-icon, .socials-text {
    display: none;
  }

  .socials-wrap .socials {
    margin-top: 5px;
    text-align: right;
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
  }

  .socials-wrap .socials li {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }

  .socials-wrap:hover .socials li {
    opacity: 1;
    transform: translateY(0px) !important;
    -webkit-transform: translateY(0px) !important;
  }

  .socials li {
    margin-right: 10px;
    line-height: 30px;
    height: 30px;
    width: 30px;
    margin: 0 5px auto;
    display: inline-block;
    float: none;
  }

  .socials li a {
    height: 30px;
    width: 30px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 768px) {
  h1.big-title {
    font-size: 36px;
    line-height: 50px;
  }

  h1 {
    font-size: 34px;
    line-height: 48px;
  }

  h2 {
    font-size: 28px;
    line-height: 44px;
  }

  h3 {
    font-size: 24px;
    line-height: 36px;
    margin-left: -1px;
  }

  h4 {
    font-size: 20px;
    line-height: 30px;
    margin-left: -1px;
  }

  h5 {
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    margin-left: -1px;
  }

  h6 {
    font-size: 14px;
    line-height: 24px;
  }

  figcaption {
    background-color: rgba(0, 0, 0, 0.3);
    bottom: 0px;
    font-size: 10px;
    padding: 5px 10px;
    right: 0px;
    border-radius: 0;
    display: none !important;
  }

  .one_half {
    width: 100% !important;
  }

  .one_half {
    padding-right: 0 !important;
  }

  .one_half.last {
    padding-left: 0 !important;
  }

  .one_third {
    width: 100% !important;
  }

  .one_fourth {
    width: 100% !important;
  }

  .one_fifth {
    width: 100% !important;
  }

  .one_sixth {
    width: 100% !important;
  }

  .two_fifth {
    width: 100% !important;
  }

  .two_fourth {
    width: 100% !important;
  }

  .two_third {
    width: 100% !important;
  }

  .three_fifth {
    width: 100% !important;
  }

  .three_fourth {
    width: 100% !important;
  }

  .four_fifth {
    width: 100% !important;
  }

  .five_sixth {
    width: 100% !important;
  }

  .one_half, .one_third, .two_third, .three_fourth, .one_fourth, .two_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
    margin-bottom: 20px !important;
    margin-right: 0% !important;
  }

  .row_padding_top {
    padding-top: 10vw;
  }

  .row_padding_bottom {
    padding-bottom: 10vw;
  }

  .row_padding_left {
    padding-left: 0px;
  }

  .row_padding_right {
    padding-right: 0px;
  }

  .full.row_padding_left {
    padding-left: 30px;
  }

  .full.row_padding_right {
    padding-right: 30px;
  }

  .row_padding_all {
    padding-top: 4vw;
    padding-bottom: 4vw;
    padding-left: 0px;
    padding-right: 0px;
  }

  .full.row_padding_all {
    padding-top: 4vw;
    padding-bottom: 4vw;
    padding-left: 30px;
    padding-right: 30px;
  }

  hr {
    height: 20px;
  }

  .percentage {
    font-size: 60px;
    line-height: 80px;
  }

  .percentage-intro {
    margin-bottom: 30px;
    bottom: 20px;
  }

  #logo {
    left: 30px;
  }

  .button-wrap.right.menu.burger-lines {
    right: 0px;
  }

  header .button-text {
    display: none;
  }

  #footer-container {
    padding: 0 30px;
  }

  #footer-container #backtotop.button-wrap.left {
    float: none;
    top: 10px;
    left: 0;
    right: 0;
    position: absolute;
    display: block;
  }

  #backtotop.button-wrap.left .button-text {
    text-align: left;
    float: left;
    display: none;
  }

  #backtotop.button-wrap.left .icon-wrap {
    float: none;
    position: absolute;
    right: 0;
    left: auto;
    margin: auto;
    top: 0px;
  }

  .footer-middle {
    max-width: 1180px;
    height: 20px;
    position: absolute;
    margin: 0 auto;
    left: 0;
    width: 100%;
    top: 0px;
  }

  .copyright {
    margin: 0;
    left: 10px;
    top: 10px;
    text-align: left;
  }

  footer.showcase-footer .arrows-wrap {
    right: auto;
    left: -30px;
    float: left;
    margin: auto;
  }

  footer.showcase-footer .socials-wrap {
    width: 170px;
    float: right;
    left: auto;
    right: 0;
    top: 0;
  }

  .socials-wrap {
    width: 170px;
    float: none;
    left: -6px;
    right: auto;
    top: 10px;
    margin: 0;
  }

  .socials-wrap .socials {
    text-align: left;
  }

  .socials li {
    margin: 0 0px auto;
  }
}
@media only screen and (max-width: 479px) {
  h1.big-title {
    font-size: 40px;
    line-height: 52px;
  }

  .row_padding_top {
    padding-top: 12vw;
  }

  .row_padding_bottom {
    padding-bottom: 12vw;
  }

  .row_padding_left {
    padding-left: 0px;
  }

  .row_padding_right {
    padding-right: 0px;
  }

  .full.row_padding_left {
    padding-left: 20px;
  }

  .full.row_padding_right {
    padding-right: 20px;
  }

  .row_padding_all {
    padding-top: 4vw;
    padding-bottom: 4vw;
    padding-left: 0px;
    padding-right: 0px;
  }

  .full.row_padding_all {
    padding-top: 4vw;
    padding-bottom: 4vw;
    padding-left: 20px;
    padding-right: 20px;
  }

  hr {
    height: 10px;
  }

  .percentage {
    font-size: 48px;
    line-height: 72px;
  }

  .percentage-intro {
    margin-bottom: 20px;
    bottom: 20px;
  }

  #logo {
    left: 20px;
  }

  .button-wrap.right.menu {
    right: -10px;
  }

  .button-wrap.right.menu.burger-lines {
    right: -10px;
  }

  #footer-container {
    padding: 0px;
    margin: 0;
  }

  footer.showcase-footer #footer-container {
    padding: 0px 20px;
  }

  .copyright {
    left: 0px;
  }

  .socials-wrap {
    float: none;
    left: 14px;
    right: auto;
  }

  .arrows-wrap {
    left: -10px;
    width: 80px;
  }

  .prev-wrap, .next-wrap {
    width: 40px;
  }

  footer.showcase-footer .arrows-wrap {
    right: 0;
    left: 0;
    float: none;
    margin: auto;
  }

  footer.showcase-footer .arrows-wrap {
    width: 100%;
  }

  footer.showcase-footer .prev-wrap, footer.showcase-footer .next-wrap {
    width: 60px;
  }

  footer.showcase-footer .footer-middle {
    top: 0px;
  }

  footer.showcase-footer .showcase-subtitles-wrap {
    left: 0;
  }

  footer.showcase-footer .socials-wrap {
    display: none;
  }

  .button-text {
    display: none;
  }

  #main-page-content .button-text {
    display: block;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) {
  #rotate-device {
    display: block;
  }
}