/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */
.g-content {
  margin: 0.625rem;
  padding: 1.5rem;
}
.g-flushed .g-content {
  margin: 0;
  padding: 0;
}
body {
  font-size: 1rem;
  line-height: 1.5;
}
h1 {
  font-size: 2.25rem;
}
h2 {
  font-size: 1.9rem;
}
h3 {
  font-size: 1.5rem;
}
h4 {
  font-size: 1.15rem;
}
h5 {
  font-size: 1rem;
}
h6 {
  font-size: 0.85rem;
}
small {
  font-size: 0.875rem;
}
cite {
  font-size: 0.875rem;
}
sub, sup {
  font-size: 0.75rem;
}
code, kbd, pre, samp {
  font-size: 1rem;
  font-family: "Menlo", "Monaco", monospace;
}
textarea, select[multiple=multiple], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]) {
  border-radius: 0.1875rem;
}
.g-slideshow.swiper-container-horizontal > .swiper-pagination-bullets {
  display: flex;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
}
@media only all and (max-width: 50.99rem) {
  .g-slideshow.swiper-container-horizontal > .swiper-pagination-bullets {
    margin-bottom: -3.5rem;
  }
}
.g-slideshow.swiper-container-horizontal .swiper-pagination-progressbar {
  bottom: 1rem;
  width: 45%;
  right: 5rem;
  left: 0;
  top: auto;
  margin: auto;
  position: absolute;
  height: 6px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.25);
}
.g-slideshow.swiper-container-horizontal .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #ffffff;
  border-radius: 3px;
}
.g-slideshow.swiper-container-vertical .navigation + .swiper-pagination-bullets {
  top: unset;
  bottom: 0;
  transform: none;
}
@media only all and (max-width: 50.99rem) {
  .g-slideshow.swiper-container-vertical .navigation + .swiper-pagination-bullets {
    transform: translateX(50%);
  }
}
.dir-rtl .g-slideshow.swiper-container-vertical > .swiper-pagination-bullets {
  right: auto;
  left: 10px;
}
@media only all and (max-width: 50.99rem) {
  .g-slideshow.swiper-container-vertical > .swiper-pagination-bullets {
    position: absolute;
    top: unset;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
    display: flex;
    flex-direction: row;
  }
  .dir-rtl .g-slideshow.swiper-container-vertical > .swiper-pagination-bullets {
    right: 50%;
    left: auto;
  }
  .g-slideshow.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin-right: 2rem;
    margin-left: 2rem;
  }
}
.g-slideshow.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .g-slideshow.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 2rem 0.5rem;
  background: #ffffff;
  opacity: 0.25;
  height: 6px;
  width: 120px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: 0;
  border-radius: 3px;
}
@media only all and (max-width: 50.99rem) {
  .g-slideshow.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .g-slideshow.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 35px;
  }
}
.g-slideshow.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.focus, .g-slideshow.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.active, .g-slideshow.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet.focus, .g-slideshow.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet.active {
  outline: 0;
  -moz-outline-style: none;
}
.g-slideshow.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active, .g-slideshow.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #ffffff;
  opacity: 1;
  border-color: #ffffff;
}
.g-slideshow.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active::after, .g-slideshow.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet-active::after {
  width: 8px;
  height: 8px;
  background: #222222;
}
@media only all and (max-width: 50.99rem) {
  .g-slideshow.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active::after, .g-slideshow.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet-active::after {
    width: 6px;
    height: 6px;
  }
}
.g-slideshow .g-slideshow-slider .swiper-slide {
  position: relative;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
}
.g-slideshow .g-slideshow-slider .swiper-slide .slide {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
  background-repeat: no-repeat;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
@media only all and (max-width: 50.99rem) {
  .g-slideshow .g-slideshow-slider .swiper-slide .slide {
    align-items: flex-end;
  }
}
.g-slideshow .g-slideshow-slider .swiper-slide .slide .slide-content {
  display: flex;
  height: 100%;
  align-items: center;
}
@media only all and (max-width: 50.99rem) {
  .g-slideshow .g-slideshow-slider .swiper-slide .slide .slide-content {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}
.g-slideshow .g-slideshow-slider .swiper-slide .slide .slide-content .content-background {
  width: 50%;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  z-index: 0;
  pointer-events: none;
}
@media only all and (max-width: 50.99rem) {
  .g-slideshow .g-slideshow-slider .swiper-slide .slide .slide-content .content-background {
    width: 100%;
  }
}
.g-slideshow .g-slideshow-slider .swiper-slide .slide .slide-content .content-left {
  width: 50%;
  padding-left: 10%;
  padding-right: 15%;
  position: relative;
  z-index: 1;
  text-shadow: 1px 1px 1px rgba(34, 34, 34, 0.5);
}
.g-slideshow .g-slideshow-slider .swiper-slide .slide .slide-content .content-left [data-aos] {
  backface-visibility: hidden;
}
.dir-rtl .g-slideshow .g-slideshow-slider .swiper-slide .slide .slide-content .content-left {
  padding-left: 15%;
  padding-right: 10%;
}
@media only all and (min-width: 51rem) and (max-width: 59.99rem) {
  .g-slideshow .g-slideshow-slider .swiper-slide .slide .slide-content .content-left {
    padding-left: 15%;
    padding-right: 5%;
  }
  .dir-rtl .g-slideshow .g-slideshow-slider .swiper-slide .slide .slide-content .content-left {
    padding-left: 5%;
    padding-right: 15%;
  }
}
@media only all and (max-width: 50.99rem) {
  .g-slideshow .g-slideshow-slider .swiper-slide .slide .slide-content .content-left {
    width: 70%;
    padding-left: 10px;
    padding-right: 10px;
    padding: 10px;
    background: #2d271d;
  }
}
.g-slideshow .g-slideshow-slider .swiper-slide .slide .slide-content .content-right {
  width: 50%;
  padding-top: 15%;
  padding-left: 15%;
  padding-right: 10%;
  position: relative;
  z-index: 1;
  text-shadow: 1px 1px 1px rgba(34, 34, 34, 0.5);
}
.g-slideshow .g-slideshow-slider .swiper-slide .slide .slide-content .content-right [data-aos] {
  backface-visibility: hidden;
}
.dir-rtl .g-slideshow .g-slideshow-slider .swiper-slide .slide .slide-content .content-right {
  padding-left: 10%;
  padding-right: 15%;
}
@media only all and (min-width: 51rem) and (max-width: 59.99rem) {
  .g-slideshow .g-slideshow-slider .swiper-slide .slide .slide-content .content-right {
    padding-top: 35%;
    padding-left: 5%;
    padding-right: 15%;
  }
  .dir-rtl .g-slideshow .g-slideshow-slider .swiper-slide .slide .slide-content .content-right {
    padding-left: 15%;
    padding-right: 5%;
  }
}
@media only all and (max-width: 50.99rem) {
  .g-slideshow .g-slideshow-slider .swiper-slide .slide .slide-content .content-right {
    width: 70%;
    padding-left: 10px;
    padding-right: 10px;
    padding: 10px;
    background: #2d271d;
  }
}
.g-slideshow .g-slideshow-slider .swiper-slide .slide .g-slideshow-description1 {
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 1.75;
  font-family: "roboto";
}
@media (max-width: 83.3333333333rem) {
  .g-slideshow .g-slideshow-slider .swiper-slide .slide .g-slideshow-description1 {
    font-size: 1rem;
  }
}
.g-slideshow .g-slideshow-slider .swiper-slide .slide .g-slideshow-description1 span {
  background: #2d271d;
  padding: 0.5rem 1rem;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
@media only all and (max-width: 50.99rem) {
  .g-slideshow .g-slideshow-slider .swiper-slide .slide .g-slideshow-description1 span {
    background: none;
    padding: 0;
  }
}
@media only all and (max-width: 50.99rem) {
  .g-slideshow .g-slideshow-slider .swiper-slide .slide .g-slideshow-description1 {
    font-size: 1rem;
    margin: 0.5rem 0 0;
  }
}
.g-slideshow .g-slideshow-slider .swiper-slide .slide .g-slideshow-description2 {
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 1.75;
  font-family: "roboto";
  position: relative;
}
@media (max-width: 83.3333333333rem) {
  .g-slideshow .g-slideshow-slider .swiper-slide .slide .g-slideshow-description2 {
    font-size: 1rem;
  }
}
.g-slideshow .g-slideshow-slider .swiper-slide .slide .g-slideshow-description2 span {
  background: #2d271d;
  padding: 0.5rem 1rem;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
@media only all and (max-width: 50.99rem) {
  .g-slideshow .g-slideshow-slider .swiper-slide .slide .g-slideshow-description2 span {
    background: none;
    padding: 0;
  }
}
@media only all and (max-width: 50.99rem) {
  .g-slideshow .g-slideshow-slider .swiper-slide .slide .g-slideshow-description2 {
    font-size: 1rem;
    margin: 0;
  }
}
.g-slideshow .g-slideshow-slider .swiper-slide .slide .g-slideshow-main-title {
  font-size: 3vw;
  font-weight: 700;
  font-family: "Orbitron";
  line-height: 1.3;
}
@media (max-width: 66.6666666667rem) {
  .g-slideshow .g-slideshow-slider .swiper-slide .slide .g-slideshow-main-title {
    font-size: 2rem;
  }
}
.g-slideshow .g-slideshow-slider .swiper-slide .slide .g-slideshow-main-title span {
  background: #2d271d;
  padding: 0.5rem 1rem;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
@media only all and (max-width: 50.99rem) {
  .g-slideshow .g-slideshow-slider .swiper-slide .slide .g-slideshow-main-title span {
    background: none;
    padding: 0;
  }
}
@media only all and (max-width: 50.99rem) {
  .g-slideshow .g-slideshow-slider .swiper-slide .slide .g-slideshow-main-title {
    margin-bottom: 0;
    font-size: 1.1rem;
    line-height: 1.5;
    margin-top: 0;
  }
}
.g-slideshow .navigation .swiper-button-next, .g-slideshow .navigation .swiper-button-prev {
  position: absolute;
  font-size: 4rem;
  color: #ffffff;
  outline: none;
  opacity: 0.5;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: opacity, 0.25s;
}
.g-slideshow .navigation .swiper-button-next:after, .g-slideshow .navigation .swiper-button-prev:after {
  content: none !important;
}
.g-slideshow .navigation .swiper-button-next:hover, .g-slideshow .navigation .swiper-button-prev:hover {
  opacity: 1;
  cursor: pointer;
}
@media only all and (max-width: 50.99rem) {
  .g-slideshow .navigation .swiper-button-next, .g-slideshow .navigation .swiper-button-prev {
    opacity: 1;
    font-size: 1.5rem;
    text-shadow: 0 0 3px rgba(34, 34, 34, 0.75);
  }
  .g-slideshow .navigation .swiper-button-next:after, .g-slideshow .navigation .swiper-button-prev:after {
    font-size: 1.5rem;
    text-shadow: 0 0 3px rgba(34, 34, 34, 0.75);
  }
  .fp-slideshow .g-slideshow .navigation .swiper-button-next, .fp-slideshow .g-slideshow .navigation .swiper-button-prev {
    display: none;
  }
}
.g-slideshow .navigation .swiper-button-next {
  right: 1rem;
  top: 50%;
  margin: 0;
  padding: 0;
  transform: translateY(-50%);
}
@media only all and (max-width: 50.99rem) {
  .g-slideshow .navigation .swiper-button-next {
    right: 0.5rem;
  }
}
.g-slideshow .navigation .swiper-button-prev {
  left: 1rem;
  top: 50%;
  margin: 0;
  padding: 0;
  transform: translateY(-50%);
}
@media only all and (max-width: 50.99rem) {
  .g-slideshow .navigation .swiper-button-prev {
    left: 0.5rem;
  }
}
.g-slideshow .navigation.rtl .swiper-button-prev {
  right: 1rem;
  left: auto;
}
.g-slideshow .navigation.rtl .swiper-button-next {
  right: auto;
  left: 1rem;
}
/*# sourceMappingURL=custom_14.css.map */