/* 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.2rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.7rem;
}
h4 {
  font-size: 1.25rem;
}
h5 {
  font-size: 1.2rem;
}
h6 {
  font-size: 1rem;
}
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;
}
/*
*  Owl Carousel - Animate Plugin
*/
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -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 Carousel - Auto Height Plugin
*/
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/*
*  Core Owl Carousel CSS File
*/
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.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;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  width: 100%;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transform: translate3d(0, 0, 0) !important;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/*
*  Owl Carousel - Lazy Load Plugin
*/
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
/*
*  Owl Carousel - Video Plugin
*/
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon, .owl-carousel .owl-videolocal-play-icon {
  position: absolute;
  height: 66px;
  width: 66px;
  left: 50%;
  bottom: 15%;
  margin-left: -40px;
  margin-top: -40px;
  background: url('../../images/owlcarousel/play.svg?65356038') no-repeat;
  background-size: contain;
  cursor: pointer;
  z-index: 3;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  opacity: 1;
}
.owl-carousel .owl-video-play-icon.paused, .owl-carousel .owl-videolocal-play-icon.paused {
  background: url('../../images/owlcarousel/paused.svg?65356038');
  background-size: contain;
  opacity: 0.8;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
/*
*  Owl Carousel - Nav & Dots
*/
.owl-nav {
  opacity: 1;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.owl-nav div {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  display: inline-block;
  opacity: 1;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 700;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.owl-nav div:hover {
  color: #952929;
}
@media only all and (max-width: 30rem) {
  .owl-nav div {
    position: relative;
  }
}
.owl-nav div.owl-prev {
  margin-right: 7.5rem;
}
@media only all and (max-width: 30rem) {
  .owl-nav div.owl-prev {
    margin-right: 3rem;
  }
}
.dir-rtl .owl-nav div {
  left: 0;
  right: auto;
}
.dir-rtl .owl-nav div.owl-next {
  margin-left: 7.5rem;
}
@media only all and (max-width: 30rem) {
  .dir-rtl .owl-nav div.owl-next {
    margin-left: 3rem;
  }
}
.owl-nav.disabled {
  display: none;
}
@media only all and (max-width: 30rem) {
  .owl-controls {
    text-align: center;
  }
}
.owl-dots .owl-dot {
  display: inline-block;
  background: rgba(255, 255, 255, 0.5);
  width: 5px;
  height: 5px;
  border-radius: 100%;
  margin: 0 0.6rem;
  background: #ffffff;
  vertical-align: middle;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.owl-dots .owl-dot.active {
  background: #952929;
  width: 15px;
  height: 15px;
}
.owlcarousel-offset {
  margin-right: -45px !important;
  margin-bottom: -45px !important;
  margin-left: -45px !important;
  position: relative;
  z-index: 2;
}
@media only all and (max-width: 47.99rem) {
  .owlcarousel-offset {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
.owlcarousel-offset.size-100 {
  flex-basis: auto;
  width: auto;
}
.g-owlcarousel-description {
  font-family: "heebo", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
}
.g-owlcarousel-header {
  padding: 1.5rem !important;
  margin: 0.625rem;
}
.g-owlcarousel-layout-standard {
  position: relative;
}
.g-owlcarousel-layout-standard .g-owlcarousel-header {
  margin: 0.625rem;
  padding-bottom: 0.1rem !important;
}
.g-owlcarousel-layout-standard .video {
  position: absolute;
  width: 100%;
  height: 100%;
}
.g-owlcarousel-layout-standard .video video {
  width: 100% !important;
  height: 100% !important;
  object-fit: inherit;
}
.g-owlcarousel-layout-standard .g-title {
  color: #952929;
  padding: 0;
}
.g-owlcarousel-layout-standard .owl-item > div .g-owlcarousel-content {
  text-align: center;
  padding: 12rem 0 12rem 0;
  position: relative;
}
.g-owlcarousel-layout-standard .owl-item > div .g-owlcarousel-item-title {
  position: relative;
  font-size: 4.4vw;
  font-family: "heebo", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 200;
  line-height: 1.1;
  padding-bottom: 1.2rem;
}
@media only all and (min-width: 48rem) and (max-width: 63.99rem) {
  .g-owlcarousel-layout-standard .owl-item > div .g-owlcarousel-item-title {
    font-size: 3.5rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-owlcarousel-layout-standard .owl-item > div .g-owlcarousel-item-title {
    font-size: 2.5rem;
  }
}
.g-owlcarousel-layout-standard .owl-item > div .g-owlcarousel-item-subtitle {
  padding-bottom: 6rem;
  font-family: "heebo", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 400;
  font-size: 0.8rem;
  color: #f5f0dc;
  opacity: 0.5;
  letter-spacing: 11px;
  text-transform: uppercase;
  display: block;
  position: relative;
  z-index: 2;
}
.g-owlcarousel-layout-standard .owl-item > div .g-owlcarousel-author {
  padding-top: 10px;
}
.g-owlcarousel-layout-standard .owl-item > div .g-owlcarousel-author .author-image {
  display: inline-block;
  line-height: 1.5rem;
  margin-right: 10px;
}
.g-owlcarousel-layout-standard .owl-item > div .g-owlcarousel-author .author-image img {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
}
.g-owlcarousel-layout-standard .owl-item > div .g-owlcarousel-author .author-name {
  display: inline-block;
  font-family: "heebo", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 400;
  color: #f5f0dc;
  line-height: 25px;
  vertical-align: top;
}
.g-owlcarousel-layout-standard .owl-item > div .g-owlcarousel-item-desc {
  padding-top: 1.5rem;
  font-size: 1.3rem;
  color: #f5f0dc;
  font-family: "Bilbo";
  position: relative;
  z-index: 2;
}
.g-owlcarousel-layout-standard .owl-item > div .g-owlcarousel-item-link .g-owlcarousel-item-button {
  padding: 0.3rem 0;
}
.g-owlcarousel-layout-standard .owl-item > div .g-owlcarousel-item-link .g-owlcarousel-item-button:hover {
  color: #952929;
}
.g-owlcarousel-layout-standard .g-container-wrapper-panel {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 2;
  text-align: center;
}
.g-owlcarousel-layout-standard .g-container-wrapper-panel .g-owlcarousel-panel-container {
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.g-owlcarousel-layout-standard .g-container-wrapper-panel .g-owlcarousel-panel-container .g-owlcarousel-panel {
  text-transform: uppercase;
  padding: 2.5rem 0;
  margin: 0;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 0;
  -moz-flex: 1 0;
  -ms-flex: 1 0;
  flex: 1 0;
  border-bottom: 2px solid transparent;
}
.g-owlcarousel-layout-standard .g-container-wrapper-panel .g-owlcarousel-panel-container .g-owlcarousel-panel span {
  display: inline;
  margin: 0;
}
.g-owlcarousel-layout-standard .g-container-wrapper-panel .g-owlcarousel-panel-container .g-owlcarousel-panel.selected {
  border-color: #952929;
}
.g-owlcarousel-layout-standard .owl-dots {
  position: absolute;
  left: 50%;
  margin-left: -40px;
}
.g-owlcarousel-layout-standard .owl-nav div {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: inline-block;
  height: 60px;
  width: 60px;
  line-height: 60px;
  font-size: 1.5rem;
  color: #f5f0dc;
  text-align: center;
  margin: auto;
  border-radius: 50%;
  border: 2px solid #f5f0dc;
}
.g-owlcarousel-layout-standard .owl-nav div.owl-prev {
  left: 2rem;
  right: auto;
}
.g-owlcarousel-layout-standard .owl-nav div.owl-prev .fa {
  padding-right: 3px;
}
.g-owlcarousel-layout-standard .owl-nav div.owl-prev:hover {
  color: #952929;
  border-color: #952929;
}
.rtl .g-owlcarousel-layout-standard .owl-nav div.owl-prev {
  right: 2rem;
  left: auto;
}
.g-owlcarousel-layout-standard .owl-nav div.owl-next {
  right: 2rem;
  left: auto;
}
.g-owlcarousel-layout-standard .owl-nav div.owl-next .fa {
  padding-left: 3px;
}
.g-owlcarousel-layout-standard .owl-nav div.owl-next:hover {
  color: #745f9d;
  border-color: #745f9d;
}
.rtl .g-owlcarousel-layout-standard .owl-nav div.owl-next {
  left: 2rem;
  right: auto;
}
.g-owlcarousel:hover .owl-nav {
  opacity: 1;
}
.g-owlcarousel-item-wrapper {
  position: relative;
}
.g-owlcarousel-item-img {
  position: relative;
}
.g-owlcarousel-item-img:after {
  position: absolute;
  content: "";
  height: 50%;
  left: 0;
  right: 0;
  bottom: 0;
}
.g-owlcarousel-item-content-container {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
@media only all and (min-width: 80rem) {
  .g-owlcarousel-item-content-container {
    width: 80rem;
  }
}
@media only all and (min-width: 64rem) and (max-width: 79.99rem) {
  .g-owlcarousel-item-content-container {
    width: 64rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 63.99rem) {
  .g-owlcarousel-item-content-container {
    width: 48rem;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .g-owlcarousel-item-content-container {
    width: 30rem;
  }
}
@media only all and (max-width: 30rem) {
  .g-owlcarousel-item-content-container {
    width: 100%;
  }
}
.g-owlcarousel-item-content-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  height: 100%;
}
.g-owlcarousel-item-content {
  margin: 0.625rem;
  padding: 1.5rem;
}
.g-owlcarousel-fullwidth .g-owlcarousel-item-content {
  width: 100%;
}
.g-owlcarousel-compact .g-owlcarousel-item-content {
  width: 50%;
}
.center-block .g-owlcarousel-compact .g-owlcarousel-item-content {
  margin: auto;
}
@media only all and (min-width: 64rem) and (max-width: 79.99rem) {
  .g-owlcarousel-compact .g-owlcarousel-item-content {
    width: 65%;
  }
}
@media only all and (min-width: 48rem) and (max-width: 63.99rem) {
  .g-owlcarousel-compact .g-owlcarousel-item-content {
    width: 75%;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-owlcarousel-compact .g-owlcarousel-item-content {
    width: 100%;
  }
}
.g-owlcarousel-item-title {
  font-family: "heebo", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-size: 3rem;
  color: #ffffff;
  padding-bottom: 1.1rem;
  font-weight: 400;
  text-transform: uppercase;
  position: absolute;
  top: 40%;
  left: 0;
  z-index: 2;
  margin: 2.125rem;
}
.g-owlcarousel-item-desc {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 300;
  padding-bottom: 3rem;
  margin-bottom: 0.625rem;
}
@media only all and (max-width: 47.99rem) {
  .g-owlcarousel-item-desc {
    display: none;
  }
}
@media only all and (max-width: 30rem) {
  .g-owlcarousel-item-button {
    padding: 0.25rem 1rem;
    font-weight: 400;
    font-size: 0.8rem;
  }
}
.g-owlcarousel-layout-testimonial {
  padding: 3.5rem 0;
  text-align: center;
}
.g-owlcarousel-layout-testimonial .quot-mark {
  display: block;
  margin: 0 auto;
  width: 46px;
  height: 38px;
  margin-bottom: 2.125rem;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj48c3ZnIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCA0MSAzMyIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3BhY2U9InByZXNlcnZlIiBzdHlsZT0iZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjEuNDE0MjE7Ij48cGF0aCBpZD0icXVvdCIgZD0iTTM2LjI2NCwyLjYzMmwtMS4xNzksLTIuMjk3Yy00LjM4NywyLjA3IC03LjY2Nyw0Ljc5MSAtOS44NCw4LjE2NGMtMi4xNzIsMy4zNzMgLTMuMjU5LDcuMTkxIC0zLjI1OSwxMS40NTNjMCwzLjM1MiAwLjcyNCw2LjE0NiAyLjE3Myw4LjM4YzEuNzM4LDIuNjkxIDQuMjQyLDQuMDM2IDcuNTEyLDQuMDM2YzIuMjc1LDAgNC4xOTksLTAuNzc2IDUuNzczLC0yLjMyOGMxLjU3MiwtMS41NTIgMi4zNTksLTMuNDg2IDIuMzU5LC01LjgwNWMwLC0yLjQ4MyAtMC43NzYsLTQuNDU5IC0yLjMyOCwtNS45MjhjLTEuNTUyLC0xLjQ2OSAtMy40ODcsLTIuMjA0IC01LjgwNCwtMi4yMDRjLTEuNjk4LDAgLTMuMjcsMC41NTggLTQuNzE4LDEuNjc2Yy0wLjI0OSwtMC43NDUgLTAuMzczLC0xLjYzNCAtMC4zNzMsLTIuNjY5YzAsLTIuNDQyIDAuOTUyLC00Ljg1MiAyLjg1NiwtNy4yMzNjMS45MDMsLTIuMzc5IDQuMTc5LC00LjEyNyA2LjgyOCwtNS4yNDVsMCwwWk0xNC42NjEsMi42MzJsLTEuMTc5LC0yLjI5N2MtNC4zODgsMi4wNyAtNy42NjcsNC43OTEgLTkuODQsOC4xNjRjLTAuNDc3LDAuNzQxIC0wLjkwMiwxLjUwMyAtMS4yNzUsMi4yODhjLTEuMzIyLDIuNzg0IC0xLjk4NCw1LjgzOSAtMS45ODQsOS4xNjVjMCwzLjM1MiAwLjcyNCw2LjE0NiAyLjE3Myw4LjM4YzEuNzM4LDIuNjkxIDQuMjQyLDQuMDM2IDcuNTExLDQuMDM2YzEuNDQ4LDAgMi43OTQsLTAuMzUyIDQuMDM1LC0xLjA1NmMxLjI0MiwtMC43MDMgMi4yMzUsLTEuNjc2IDIuOTgsLTIuOTE3YzAuNzQ1LC0xLjI0MiAxLjExOCwtMi42MjggMS4xMTgsLTQuMTZjMCwtMi40ODMgLTAuNzg3LC00LjQ1OSAtMi4zNTksLTUuOTI4Yy0xLjU3NCwtMS40NjkgLTMuNDk4LC0yLjIwNCAtNS43NzQsLTIuMjA0Yy0xLjczOCwwIC0zLjMxMSwwLjU1OCAtNC43MTgsMS42NzZjLTAuMjQ4LC0wLjc0NSAtMC4zNzIsLTEuNjM0IC0wLjM3MiwtMi42NjljMCwtMi40NDIgMC45NTEsLTQuODUyIDIuODU2LC03LjIzM2MxLjkwMywtMi4zNzkgNC4xNzksLTQuMTI3IDYuODI4LC01LjI0NWwwLDBaIiBzdHlsZT0iZmlsbDojZmZmO2ZpbGwtb3BhY2l0eTowLjE1O2ZpbGwtcnVsZTpub256ZXJvOyIvPjwvc3ZnPg==);
}
.g-owlcarousel-layout-testimonial .g-title {
  text-align: center;
  font-family: "Bilbo";
  font-size: 0.66rem;
  font-weight: 700;
  opacity: 0.5;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.g-owlcarousel-layout-testimonial .g-owlcarousel-item-desc {
  font-family: "Bilbo";
  font-weight: 400;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
  padding: 1.5rem;
  margin: 0.625rem;
  font-size: 1.875rem;
}
@media only all and (max-width: 47.99rem) {
  .g-owlcarousel-layout-testimonial .g-owlcarousel-item-desc {
    display: block;
    padding-top: 2rem;
    font-size: 1.5rem;
    padding: 1.5rem 0;
  }
}
@media only all and (min-width: 48rem) and (max-width: 63.99rem) {
  .g-owlcarousel-layout-testimonial .g-owlcarousel-item-desc {
    font-size: 1.9rem;
  }
}
.g-owlcarousel-layout-testimonial .g-owlcarousel-item-desc i {
  display: block;
  font-size: 2rem;
  padding: 1.5rem;
  margin: 0.625rem;
}
.g-owlcarousel-layout-testimonial .g-owlcarousel-item-desc .g-owlcarousel-item-title {
  font-family: "heebo", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  opacity: 0.5;
  text-transform: none;
  font-size: 1rem;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.g-owlcarousel-layout-testimonial .g-owlcarousel-author {
  padding-bottom: 3rem;
  margin-bottom: 0.625rem;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
@media only all and (max-width: 30rem) {
  .g-owlcarousel-layout-testimonial .g-owlcarousel-author {
    display: block;
    text-align: center;
  }
}
.g-owlcarousel-layout-testimonial .g-owlcarousel-author .author-name {
  font-family: "heebo", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  line-height: 1;
  font-size: 1rem;
  color: #1f2126;
  padding-top: 1.5rem;
}
.g-owlcarousel-layout-testimonial .g-owlcarousel-author .author-name span {
  font-size: 1rem;
  opacity: 0.5;
}
.g-owlcarousel-layout-testimonial .g-owlcarousel-author .author-name:before {
  content: '-';
  margin-right: 5px;
}
.g-owlcarousel-layout-testimonial .g-owlcarousel-author-image img {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  padding: 0;
  margin: 0 auto;
}
@media only all and (max-width: 30rem) {
  .g-owlcarousel-layout-testimonial .g-owlcarousel-author-image img {
    margin-bottom: 0.625rem;
  }
}
.g-owlcarousel-layout-testimonial .owl-dots {
  margin: 0.625rem 0;
  text-align: center;
  vertical-align: middle;
}
.g-owlcarousel-layout-testimonial .owl-dots .owl-dot {
  vertical-align: middle;
  border-radius: 100%;
  margin: 0 0.6rem;
  background: transparent;
  border: 2px solid #ffffff;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.g-owlcarousel-layout-testimonial .owl-dots .owl-dot.active {
  background: #952929;
  border: #952929;
}
.g-owlcarousel-layout-testimonial .owl-nav {
  margin: 0.625rem 0;
  text-align: center;
}
.g-owlcarousel-layout-testimonial .owl-nav div {
  position: relative;
}
.g-owlcarousel-layout-testimonial .owl-nav div.owl-prev {
  margin-right: 1.5rem;
}
.g-owlcarousel-layout-newsslider {
  left: inherit;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only all and (max-width: 47.99rem) {
  .g-owlcarousel-layout-newsslider {
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.g-owlcarousel-layout-newsslider .g-title {
  text-align: center;
  opacity: 0.5;
  padding-bottom: 0;
}
.g-owlcarousel-layout-newsslider .g-item-title {
  color: #952929;
  font-weight: 400;
  font-size: 1.6rem;
}
@media only all and (max-width: 47.99rem) {
  .g-owlcarousel-layout-newsslider .g-item-title {
    font-size: 1.3rem;
  }
}
.g-owlcarousel-layout-newsslider .owl-carousel {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 70%;
  background: #ffffff;
  border: 2px solid #eadfb4;
  padding: 1.5rem;
  border-radius: 0.4rem;
}
@media only all and (max-width: 47.99rem) {
  .g-owlcarousel-layout-newsslider .owl-carousel {
    width: 100%;
  }
}
.g-owlcarousel-layout-newsslider .owl-carousel .owl-item img {
  padding-right: 1.5rem;
  width: auto;
  float: left;
}
.dir-rtl .g-owlcarousel-layout-newsslider .owl-carousel .owl-item img {
  padding-right: 0;
  padding-left: 1.5rem;
}
.dir-rtl .g-owlcarousel-layout-newsslider .owl-carousel .owl-item img {
  float: right;
}
@media only all and (min-width: 48rem) and (max-width: 63.99rem) {
  .g-owlcarousel-layout-newsslider .owl-carousel .owl-item img {
    float: none;
    width: 100%;
    padding-right: 0;
    padding-bottom: 1.5rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-owlcarousel-layout-newsslider .owl-carousel .owl-item img {
    float: none;
    width: 100%;
    padding-right: 0;
    padding-bottom: 1.5rem;
  }
}
.g-owlcarousel-layout-newsslider .owl-carousel .owl-item .g-owlcarousel-author {
  padding-bottom: 1.5rem;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.g-owlcarousel-layout-newsslider .owl-carousel .owl-item .g-owlcarousel-author img {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  padding: 0;
  margin-right: 0.625rem;
}
.dir-rtl .g-owlcarousel-layout-newsslider .owl-carousel .owl-item .g-owlcarousel-author img {
  margin-right: 0;
  margin-left: 0.625rem;
}
.g-owlcarousel-layout-newsslider .owl-carousel .owl-item .g-owlcarousel-author .author-name {
  font-family: "heebo", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 400;
}
.g-owlcarousel-layout-newsslider .owl-carousel .owl-item .item {
  display: block;
}
.g-owlcarousel-layout-newsslider .g-owlcarousel-panel-container {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 30%;
  height: 100%;
  background: #f5f0dc;
  padding: 0;
  border-radius: 0.4rem 0 0 0.4rem;
}
@media only all and (max-width: 47.99rem) {
  .g-owlcarousel-layout-newsslider .g-owlcarousel-panel-container {
    width: 100%;
  }
}
.dir-rtl .g-owlcarousel-layout-newsslider .g-owlcarousel-panel-container {
  border-radius: 0 0.4rem 0.4rem 0;
}
@media only all and (max-width: 47.99rem) {
  .g-owlcarousel-layout-newsslider .g-owlcarousel-panel-container {
    border-radius: 0.4rem 0.4rem 0 0;
  }
}
.g-owlcarousel-layout-newsslider .g-owlcarousel-panel-container .g-owlcarousel-panel {
  margin-bottom: 0;
  vertical-align: middle;
  -webkit-transition: box-shadow 0.4s ease-out;
  -moz-transition: box-shadow 0.4s ease-out;
  transition: box-shadow 0.4s ease-out;
  border: 2px solid #eadfb4;
  margin-bottom: -2px;
  border-right: 0 none;
  position: relative;
}
.dir-rtl .g-owlcarousel-layout-newsslider .g-owlcarousel-panel-container .g-owlcarousel-panel {
  border-right: 2px solid #eadfb4;
  border-left: 0 none;
}
.g-owlcarousel-layout-newsslider .g-owlcarousel-panel-container .g-owlcarousel-panel a {
  padding: 0.5rem 0.5rem 0.5rem 2.5rem;
}
.dir-rtl .g-owlcarousel-layout-newsslider .g-owlcarousel-panel-container .g-owlcarousel-panel a {
  padding: 0.5rem 2.5rem 0.5rem 0.5rem;
}
.g-owlcarousel-layout-newsslider .g-owlcarousel-panel-container .g-owlcarousel-panel i {
  padding-right: 1rem;
  font-size: 1.5rem;
  opacity: 0.3;
  position: absolute;
  top: 0.4rem;
  line-height: 1.5;
}
.dir-rtl .g-owlcarousel-layout-newsslider .g-owlcarousel-panel-container .g-owlcarousel-panel i {
  padding-right: 0;
  padding-left: 1rem;
}
.g-owlcarousel-layout-newsslider .g-owlcarousel-panel-container .g-owlcarousel-panel i + .g-owlcarousel-panel-title {
  margin-left: 3rem;
}
.dir-rtl .g-owlcarousel-layout-newsslider .g-owlcarousel-panel-container .g-owlcarousel-panel i + .g-owlcarousel-panel-title {
  margin-left: 0;
  margin-right: 3rem;
}
.g-owlcarousel-layout-newsslider .g-owlcarousel-panel-container .g-owlcarousel-panel.selected {
  background: #f2ebd0;
}
.g-owlcarousel-layout-newsslider .g-owlcarousel-panel-container .g-owlcarousel-panel.selected:after {
  display: none;
}
.g-owlcarousel-layout-newsslider .g-owlcarousel-panel-container .g-owlcarousel-panel.selected .g-owlcarousel-panel-title {
  color: #745f9d;
}
.g-owlcarousel-layout-newsslider .g-owlcarousel-panel-container .g-owlcarousel-panel.selected i {
  opacity: 1;
  color: #745f9d;
}
.g-owlcarousel-layout-newsslider .g-owlcarousel-panel-container .g-owlcarousel-panel .g-owlcarousel-panel-title {
  margin: 0;
  font-size: 1rem;
  color: #1f2126;
}
.g-owlcarousel-layout-showcase {
  position: relative;
  display: block;
  background: #745f9d;
  border-top: 4px solid #952929;
}
.g-owlcarousel-layout-showcase .owl-loaded .owl-nav {
  display: none;
}
.g-owlcarousel-layout-showcase .g-owlcarousel .owl-stage .owl-item .item {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  flex-flow: wrap;
}
.g-owlcarousel-layout-showcase .g-owlcarousel .owl-stage .owl-item .item .g-showcase-image-link {
  -webkit-box-flex: 50%;
  -moz-box-flex: 50%;
  box-flex: 50%;
  -webkit-flex: 50% 1;
  -moz-flex: 50% 1;
  -ms-flex: 50% 1;
  flex: 50% 1;
}
.g-owlcarousel-layout-showcase .g-owlcarousel .owl-stage .owl-item .item .g-showcase-image-link .showcase-image {
  position: relative;
  z-index: 0;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.g-owlcarousel-layout-showcase .g-owlcarousel .owl-stage .owl-item .item .g-showcase-image-link .showcase-image .item-icon-overlay {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  font-size: 1.5rem;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.g-owlcarousel-layout-showcase .g-owlcarousel .owl-stage .owl-item .item .g-showcase-image-link .showcase-image:hover .item-icon-overlay {
  opacity: 1;
  background: rgba(149, 41, 41, 0.75);
}
.g-owlcarousel-layout-showcase .g-owlcarousel-panel-container {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  padding: 1.5rem;
  margin: 0;
}
.g-owlcarousel-layout-showcase .g-owlcarousel-panel-container .g-owlcarousel-description {
  line-height: 2.5rem;
  text-align: center;
  font-size: 1rem;
  -webkit-box-flex: 50%;
  -moz-box-flex: 50%;
  box-flex: 50%;
  -webkit-flex: 50% 1;
  -moz-flex: 50% 1;
  -ms-flex: 50% 1;
  flex: 50% 1;
  white-space: nowrap;
}
.g-owlcarousel-layout-showcase .g-owlcarousel-panel-container .g-owlcarousel-description .fa {
  margin-right: 10px;
}
.g-owlcarousel-layout-showcase .g-owlcarousel-panel-container .owl-controls {
  text-align: center;
  -webkit-box-flex: 50%;
  -moz-box-flex: 50%;
  box-flex: 50%;
  -webkit-flex: 50% 1;
  -moz-flex: 50% 1;
  -ms-flex: 50% 1;
  flex: 50% 1;
}
@media only all and (min-width: 92.8125rem) {
  .g-owlcarousel-layout-showcase .g-owlcarousel-panel-container .owl-controls {
    text-align: right;
  }
}
.g-owlcarousel-layout-showcase .g-owlcarousel-panel-container .owl-controls .owl-nav div {
  position: relative;
  cursor: pointer;
  font-size: 2rem;
  color: #ffffff;
  opacity: 0.4;
  line-height: 2.5rem;
  text-align: center;
}
.g-owlcarousel-layout-showcase .g-owlcarousel-panel-container .owl-controls .owl-nav div.owl-prev, .g-owlcarousel-layout-showcase .g-owlcarousel-panel-container .owl-controls .owl-nav div.owl-next {
  margin: 0;
}
.g-owlcarousel-layout-showcase .g-owlcarousel-panel-container .owl-controls .owl-nav div:hover {
  background-color: #952929;
  color: #ffffff;
  opacity: 1;
}
.g-owlcarousel-layout-showcase:after {
  position: absolute;
  bottom: 0;
  z-index: 2;
  content: '';
  display: block;
  width: 100%;
  height: 80px;
  background-color: rgba(0, 0, 0, 0);
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(116, 95, 157, 0.05) 10%, #745f9d 70%);
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(116, 95, 157, 0.05) 10%, #745f9d 70%);
}
.g-owlcarousel-panel-container {
  margin-top: 2.125rem;
}
.g-owlcarousel-panel-container .g-owlcarousel-panel {
  display: block;
  cursor: pointer;
  margin-bottom: 1.5rem;
}
.g-owlcarousel-panel-container .g-owlcarousel-panel span {
  display: block;
  margin: 0 1rem;
}
.g-owlcarousel-panel-container .g-owlcarousel-panel a {
  display: block;
  width: 100%;
  height: 100%;
}
.g-owlcarousel-panel-container .g-owlcarousel-panel .g-owlcarousel-panel-title {
  color: #745f9d;
  font-family: "heebo", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.2;
  margin-bottom: 0.625rem;
}
.g-owlcarousel-panel-container .g-owlcarousel-panel .g-owlcarousel-panel-subtitle {
  color: #952929;
  font-family: "heebo", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1.1rem;
}
@media only all and (min-width: 64rem) and (max-width: 79.99rem) {
  .g-owlcarousel-panel-container .g-owlcarousel-panel .g-owlcarousel-panel-subtitle {
    font-size: 1rem;
  }
}
.g-owlcarousel-panel-container .g-owlcarousel-panel .g-owlcarousel-panel-desc {
  color: #952929;
  font-family: "heebo", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1.1rem;
}
.g-owlcarousel-panel-indicator {
  width: 96px;
  height: 50px;
  position: absolute;
  left: 0;
  z-index: 2;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  top: -3.075rem;
}
.dir-rtl .g-owlcarousel-panel-indicator {
  left: 200px;
}
html body #g-page-surround {
  padding-top: 0;
}
html body #g-page-surround:before {
  background-repeat: repeat;
  background-size: auto;
}
h2 {
  font-family: "Bilbo";
}
.page-header h2 {
  font-weight: 600;
  border-bottom-style: solid;
  border-bottom-color: #a52a2a;
  border-bottom-width: 1px;
  padding-bottom: 0;
  line-height: 1.6rem;
}
#g-offcanvas {
  width: 12rem;
}
#g-offcanvas .g-content .g-particle {
  padding: 0;
}
#g-mobilemenu-container {
  margin: -1.2rem;
}
#g-utility {
  padding: 20px;
}
@media only all and (max-width: 47.99rem) {
  #g-utility {
    padding: 0;
  }
}
@media only all and (min-width: 80rem) {
  .contact-feature {
    padding-top: 33px;
  }
}
@media only all and (min-width: 64rem) and (max-width: 79.99rem) {
  .contact-feature {
    padding-top: 20px;
  }
}
@media only all and (min-width: 48rem) and (max-width: 63.99rem) {
  .contact-feature {
    padding-top: 4px;
  }
}
.joomla-article table {
  border: none;
}
.joomla-article td {
  border: none;
}
.joomla-article h2 {
  font-family: "Bilbo";
}
@media only all and (min-width: 80rem) {
  .joomla-article {
    font-size: 1.4rem;
    padding-top: 60px;
  }
  .joomla-article h2 {
    font-size: 2.8rem;
  }
}
@media only all and (min-width: 64rem) and (max-width: 79.99rem) {
  .joomla-article {
    font-size: 1.15em;
    padding-top: 50px;
  }
  .joomla-article h2 {
    font-size: 2.3rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 63.99rem) {
  .joomla-article {
    font-size: 1em;
    padding-top: 40px;
  }
  .joomla-article h2 {
    font-size: 2rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .joomla-article {
    font-size: 0.9em;
    padding-top: 30px;
  }
  .joomla-article h2 {
    font-size: 1.8rem;
  }
}
@media only all and (min-width: 80rem) {
  .g-container {
    width: 76rem;
  }
}
@media only all and (min-width: 64rem) and (max-width: 79.99rem) {
  .g-container {
    width: 95%;
  }
}
@media only all and (min-width: 48rem) and (max-width: 63.99rem) {
  .g-container {
    width: 93%;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-container {
    width: 100%;
  }
}
.g-main-nav .g-toplevel > li > .g-menu-item-container, .g-main-nav .g-sublevel > li > .g-menu-item-container {
  font-weight: 600;
  letter-spacing: normal;
  line-height: normal;
}
@media only all and (min-width: 80rem) {
  .g-main-nav .g-toplevel > li > .g-menu-item-container, .g-main-nav .g-sublevel > li > .g-menu-item-container {
    font-size: 2rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 17px;
    padding-bottom: 14px;
  }
}
@media only all and (min-width: 64rem) and (max-width: 79.99rem) {
  .g-main-nav .g-toplevel > li > .g-menu-item-container, .g-main-nav .g-sublevel > li > .g-menu-item-container {
    font-size: 1.8rem;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
    padding-top: 13px;
    padding-bottom: 10px;
  }
}
@media only all and (min-width: 48rem) and (max-width: 63.99rem) {
  .g-main-nav .g-toplevel > li > .g-menu-item-container, .g-main-nav .g-sublevel > li > .g-menu-item-container {
    font-size: 1.3rem;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
    padding-top: 9px;
    padding-bottom: 6px;
  }
}
#g-navigation {
  font-family: "Bilbo";
}
@media only all and (min-width: 80rem) {
  #g-navigation {
    height: 73px;
    top: 73px;
  }
}
@media only all and (min-width: 64rem) and (max-width: 79.99rem) {
  #g-navigation {
    height: 60px;
    top: 60px;
  }
}
@media only all and (min-width: 48rem) and (max-width: 63.99rem) {
  #g-navigation {
    height: 44px;
    top: 44px;
  }
}
@media only all and (max-width: 47.99rem) {
  #g-navigation {
    height: 0;
    top: 0;
    display: none;
  }
}
.owlcarousel {
  border-radius: 0.3rem 0.3rem 0 0;
}
.owlcarousel .g-content {
  margin: 0;
  padding: 0;
}
@media only all and (min-width: 80rem) {
  .g-infolist-particle .g-infolist-title {
    font-size: 2.8rem;
    padding-bottom: 1.5rem;
  }
}
@media only all and (min-width: 64rem) and (max-width: 79.99rem) {
  .g-infolist-particle .g-infolist-title {
    font-size: 2.3rem;
    padding-bottom: 1.2rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 63.99rem) {
  .g-infolist-particle .g-infolist-title {
    font-size: 2rem;
    padding-bottom: 1.1rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-infolist-particle .g-infolist-title {
    font-size: 1.8rem;
    padding-bottom: 0.9rem;
  }
}
.g-infolist-particle .g-infolist-desc {
  color: #1f2126;
  text-align: justify;
}
.g-infolist-particle .g-infolist-desc ul {
  margin-top: 0;
}
.g-infolist-particle .g-infolist-desc ul {
  margin-bottom: 0;
}
@media only all and (min-width: 80rem) {
  .g-infolist-particle .g-infolist-desc {
    font-size: 1.4rem;
  }
}
@media only all and (min-width: 64rem) and (max-width: 79.99rem) {
  .g-infolist-particle .g-infolist-desc {
    font-size: 1.15em;
  }
}
@media only all and (min-width: 48rem) and (max-width: 63.99rem) {
  .g-infolist-particle .g-infolist-desc {
    font-size: 1rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-infolist-particle .g-infolist-desc {
    font-size: 0.9rem;
  }
}
.g-infolist-particle .g-infolist .g-infolist-item-title {
  color: #1f2126;
}
@media only all and (min-width: 80rem) {
  .g-infolist-particle .g-infolist .g-infolist-item-title {
    font-size: 1.54rem;
  }
}
@media only all and (min-width: 64rem) and (max-width: 79.99rem) {
  .g-infolist-particle .g-infolist .g-infolist-item-title {
    font-size: 1.2em;
  }
}
@media only all and (min-width: 48rem) and (max-width: 63.99rem) {
  .g-infolist-particle .g-infolist .g-infolist-item-title {
    font-size: 1rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-infolist-particle .g-infolist .g-infolist-item-title {
    font-size: 1rem;
  }
}
.subtitle {
  font-weight: bold;
  margin-top: 16px;
  margin-bottom: 4px;
}
@media only all and (min-width: 80rem) {
  #g-utility .g-infolist-item-image-inline img {
    width: 40px;
  }
}
@media only all and (min-width: 64rem) and (max-width: 79.99rem) {
  #g-utility .g-infolist-item-image-inline img {
    width: 33px;
  }
}
@media only all and (min-width: 48rem) and (max-width: 63.99rem) {
  #g-utility .g-infolist-item-image-inline img {
    width: 29px;
  }
}
@media only all and (max-width: 47.99rem) {
  #g-utility .g-infolist-item-image-inline img {
    width: 26px;
  }
}
.g-infolist-particle .g-infolist .g-infolist-item-desc {
  color: #1f2126;
  text-align: justify;
  opacity: 1;
}
.g-infolist-particle .g-infolist .g-infolist-item-desc ul {
  margin-top: 0;
}
.g-infolist-particle .g-infolist .g-infolist-item-desc ul {
  margin-bottom: 0;
}
@media only all and (min-width: 80rem) {
  .g-infolist-particle .g-infolist .g-infolist-item-desc {
    font-size: 1.4rem;
  }
}
@media only all and (min-width: 64rem) and (max-width: 79.99rem) {
  .g-infolist-particle .g-infolist .g-infolist-item-desc {
    font-size: 1.15em;
  }
}
@media only all and (min-width: 48rem) and (max-width: 63.99rem) {
  .g-infolist-particle .g-infolist .g-infolist-item-desc {
    font-size: 1rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-infolist-particle .g-infolist .g-infolist-item-desc {
    font-size: 0.9rem;
  }
}
@media only all and (min-width: 80rem) {
  .g-content {
    padding: 1.5rem;
  }
}
@media only all and (min-width: 64rem) and (max-width: 79.99rem) {
  .g-content {
    padding: 1.2rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 63.99rem) {
  .g-content {
    padding: 1.1rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-content {
    padding: 0.9rem;
  }
}
@media only all and (min-width: 80rem) {
  #g-navigation .g-content {
    padding: 1rem;
  }
}
@media only all and (min-width: 64rem) and (max-width: 79.99rem) {
  #g-navigation .g-content {
    padding: 0.8rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 63.99rem) {
  #g-navigation .g-content {
    padding: 0.7rem;
  }
}
@media only all and (max-width: 47.99rem) {
  #g-navigation .g-content {
    padding: 0.6rem;
  }
}
.bottom-address {
  text-align: justify;
}
@media only all and (min-width: 80rem) {
  .bottom-address {
    font-size: 1.5rem;
  }
}
@media only all and (min-width: 64rem) and (max-width: 79.99rem) {
  .bottom-address {
    font-size: 1.2em;
  }
}
@media only all and (min-width: 48rem) and (max-width: 63.99rem) {
  .bottom-address {
    font-size: 1.1rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .bottom-address {
    font-size: 0.9rem;
  }
}
.footer-warning {
  text-align: justify;
}
@media only all and (min-width: 80rem) {
  .footer-warning {
    font-size: 1rem;
  }
}
@media only all and (min-width: 64rem) and (max-width: 79.99rem) {
  .footer-warning {
    font-size: 0.8em;
  }
}
@media only all and (min-width: 48rem) and (max-width: 63.99rem) {
  .footer-warning {
    font-size: 0.7rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .footer-warning {
    font-size: 0.6rem;
  }
}
.siret {
  text-align: center;
}
@media only all and (min-width: 80rem) {
  .siret {
    font-size: 1rem;
  }
}
@media only all and (min-width: 64rem) and (max-width: 79.99rem) {
  .siret {
    font-size: 0.8em;
  }
}
@media only all and (min-width: 48rem) and (max-width: 63.99rem) {
  .siret {
    font-size: 0.7rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .siret {
    font-size: 0.6rem;
  }
}
.bordered .g-content {
  border: 1px solid rgba(149, 41, 41, 0.72);
  margin: 1px;
}
.responsive-img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 20%;
  max-width: 160px;
}
/*# sourceMappingURL=custom_15.css.map */