/*303ee96a2f2ada7119ef0a0d50855952*/
/* line 1, templates/rt_aurora/custom/scss/custom.scss */
.insite_article_content {
  font-size: 1.5rem;
}
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
/* line 12, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/mixins/_utilities.scss */
/* line 9, media/gantry5/engines/nucleus/scss/nucleus/mixins/_utilities.scss */
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/theme/_flex.scss */
.g-content {
  margin: 0.625rem;
  padding: 1.5rem;
}
/* line 6, media/gantry5/engines/nucleus/scss/nucleus/theme/_flex.scss */
.g-flushed .g-content {
  margin: 0;
  padding: 0;
}
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
body {
  font-size: 1rem;
  line-height: 1.5;
}
/* line 8, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h1 {
  font-size: 2.2rem;
}
/* line 12, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h2 {
  font-size: 2rem;
}
/* line 16, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h3 {
  font-size: 1.7rem;
}
/* line 20, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h4 {
  font-size: 1.25rem;
}
/* line 24, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h5 {
  font-size: 1.2rem;
}
/* line 28, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h6 {
  font-size: 1rem;
}
/* line 33, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
small {
  font-size: 0.875rem;
}
/* line 37, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
cite {
  font-size: 0.875rem;
}
/* line 41, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
sub, sup {
  font-size: 0.75rem;
}
/* line 46, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
code, kbd, pre, samp {
  font-size: 1rem;
  font-family: "Menlo", "Monaco", monospace;
}
/* line 1, media/gantry5/engines/nucleus/scss/nucleus/theme/_forms.scss */
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
 */
/* line 8, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 9, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
/* line 14, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.owl-carousel .owl-animated-in {
  z-index: 0;
}
/* line 18, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.owl-carousel .owl-animated-out {
  z-index: 1;
}
/* line 22, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  /* line 28, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
  0% {
    opacity: 1;
  }
  /* line 32, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
  100% {
    opacity: 0;
  }
}
/*
 *     Owl Carousel - Auto Height Plugin
 */
/* line 41, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.owl-height {
  transition: height 500ms ease-in-out;
}
/*
 *  Owl Carousel - Core
 */
/* line 48, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.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;
}
/* line 56, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
/* line 63, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* line 72, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
/* line 79, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
  -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);
}
/* line 89, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
/* line 98, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
/* line 103, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
  display: none;
}
/* line 108, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 119, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
/* line 129, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.owl-carousel.owl-loaded {
  display: block;
}
/* line 133, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
/* line 138, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.owl-carousel.owl-hidden {
  opacity: 0;
}
/* line 142, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
/* line 146, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 154, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
/* line 159, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.owl-carousel.owl-rtl {
  direction: rtl;
}
/* line 163, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
/* line 169, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.no-js .owl-carousel {
  display: block;
}
/*
 *     Owl Carousel - Lazy Load Plugin
 */
/* line 177, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 178, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.owl-carousel .owl-item {
  /**
   This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
   calculation of the height of the owl-item that breaks page layouts
   */
}
/* line 179, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
/* line 188, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
/* line 192, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
/*
 *     Owl Carousel - Video Plugin
 */
/* line 202, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 203, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
/* line 209, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url('../../images/owlcarousel/owl.video.play.png') no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
/* line 224, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
/* line 228, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
/* line 233, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
/* line 242, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/*
 *  Owl Carousel - Nav & Dots
 */
/* line 254, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
/* line 259, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.owl-nav [class*='owl-'] {
  display: inline-block;
  margin: auto;
  padding: 0.9rem 0;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
/* line 270, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.owl-nav [class*='owl-']:hover {
  text-decoration: none;
}
/* line 275, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.owl-nav.disabled {
  opacity: 0.5;
  cursor: default;
}
/* line 281, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.owl-nav .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
/* line 285, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.owl-nav .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
/* line 289, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.owl-nav .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
/* line 294, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.owl-nav .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 0 0.3125rem;
  background: #666;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 15px;
}
/* line 305, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 307, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.owl-nav .owl-dots .owl-dot.active span, .owl-nav .owl-dots .owl-dot:hover span {
  background: #fff;
}
/* line 319, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel {
  color: #eceeef;
}
/* line 322, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel .g-owlcarousel-item-wrapper {
  position: relative;
}
/* line 325, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-img {
  position: relative;
}
/* line 328, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-img:after {
  position: absolute;
  content: "";
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
}
/* line 338, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel .g-owlcarousel-item-wrapper .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: 75rem) {
  /* line 4, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
  .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container {
    width: 75rem;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  /* line 7, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
  .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container {
    width: 60rem;
  }
}
@media only all and (min-width: 51rem) and (max-width: 59.99rem) {
  /* line 13, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
  .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container {
    width: 43rem;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 50.99rem) {
  /* line 16, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
  .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container {
    width: 30rem;
  }
}
@media only all and (max-width: 30rem) {
  /* line 19, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
  .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container {
    width: 100%;
  }
}
/* line 371, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .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%;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper {
    padding-top: 2.5rem;
  }
}
/* line 381, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content {
  margin: 1.25rem 0.625rem 0.625rem;
  padding: 1.5rem;
  text-align: center;
}
@media only all and (min-width: 51rem) and (max-width: 59.99rem) {
  .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content {
    padding-top: 2.5rem;
  }
}
/* line 390, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-title {
  font-size: 3.5rem;
  line-height: 4rem;
  margin: 1.25rem 1.25rem 0.625rem;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-title {
    font-size: 3rem;
    line-height: 3.875rem;
  }
}
@media only all and (min-width: 51rem) and (max-width: 59.99rem) {
  .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-title {
    font-size: 2rem;
    line-height: 2.875rem;
    margin-top: 3.125rem;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 50.99rem) {
  .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-title {
    margin-top: 0;
    font-size: 2rem;
    line-height: 2.875rem;
  }
}
@media only all and (max-width: 30rem) {
  .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-title {
    margin-top: 0;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
/* line 419, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-desc {
  font-size: 1.5rem;
  line-height: 1;
  padding-bottom: 2.25rem;
  margin-top: 0;
  margin-bottom: 0.625rem;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-desc {
    font-size: 1rem;
    line-height: 1.875rem;
  }
}
@media only all and (min-width: 51rem) and (max-width: 59.99rem) {
  .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-desc {
    font-size: 1rem;
    line-height: 1.875rem;
    padding-bottom: 0;
  }
}
/* line 438, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
@media only all and (min-width: 51rem) and (max-width: 59.99rem) {
  .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-button {
    padding: 1rem 2.625rem;
    font-size: 0.6rem;
  }
}
/* line 450, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel .owl-nav {
  margin: 0;
}
/* line 453, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel .owl-nav button.owl-prev, .g-owlcarousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 466, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel .owl-nav button.owl-prev .fa, .g-owlcarousel .owl-nav button.owl-next .fa {
  position: relative;
}
/* line 470, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel .owl-nav button.owl-prev:hover, .g-owlcarousel .owl-nav button.owl-next:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: transparent;
}
/* line 476, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel .owl-nav .owl-prev {
  left: 3rem;
}
@media only all and (max-width: 50.99rem) {
  /* line 25, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
  .g-owlcarousel .owl-nav .owl-prev {
    left: 2rem;
  }
}
/* line 483, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel .owl-nav .owl-prev .fa {
  left: -1px;
  top: 1px;
}
/* line 489, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel .owl-nav .owl-next {
  right: 3rem;
}
@media only all and (max-width: 50.99rem) {
  .g-owlcarousel .owl-nav .owl-next {
    right: 2rem;
  }
}
/* line 496, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel .owl-nav .owl-next .fa {
  left: 1px;
  top: 1px;
}
/* line 504, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel .owl-dots {
  position: absolute;
  bottom: 12%;
  width: 100%;
  text-align: center;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-owlcarousel .owl-dots {
    bottom: 5%;
  }
}
@media only all and (min-width: 51rem) and (max-width: 59.99rem) {
  .g-owlcarousel .owl-dots {
    bottom: 1rem;
  }
}
@media only all and (max-width: 50.99rem) {
  .g-owlcarousel .owl-dots {
    bottom: 0.5rem;
  }
}
/* line 522, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel .owl-dots .owl-dot {
  display: inline-block;
  background: #666;
  margin: 0 0.3125rem;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  opacity: 0.75;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
/* line 532, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel .owl-dots .owl-dot.active, .g-owlcarousel .owl-dots .owl-dot:hover {
  opacity: 1;
  background: #fff;
}
/* line 541, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 542, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 543, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.has-color-overlay .owl-stage > .owl-item:nth-child(even) .g-owlcarousel-item-img:after {
  background-color: #434fbf;
  background-color: #434fbf;
  background-image: -webkit-linear-gradient(-310deg, #434fbf, #434fbf);
  background-image: linear-gradient(40deg,#434fbf, #434fbf);
  opacity: 0.9;
}
/* line 550, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 551, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.has-color-overlay .owl-stage > .owl-item:nth-child(odd) .g-owlcarousel-item-img:after {
  background-color: #434fbf;
  background-color: #434fbf;
  background-image: -webkit-linear-gradient(-410deg, #434fbf, #434fbf);
  background-image: linear-gradient(140deg,#434fbf, #434fbf);
  opacity: 0.9;
}
/* Mixins Navigation Buttons */
/* Navigation Dots */
/* Mixins Control Coloring */
/* Mixin Slide */
/* Mixins Overlay */
/* Mixins Shadow */
/* line 872, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel {
  /* Neo Styles Only */
  /* Helium Styles Only */
}
/* line 875, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 876, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 877, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo .g-owlcarousel-item-wrapper .g-owlcarousel-item-img {
  z-index: 0;
}
/* line 881, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 882, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper {
  padding-top: 2.5rem;
}
/* line 885, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content {
  padding-top: 0 !important;
}
/* line 888, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-title {
  font-weight: 400;
  position: absolute;
  width: 100%;
  left: 0;
  margin: 0;
  padding: 0.5rem 1.5rem;
  font-size: 1rem;
  line-height: 1.2;
  text-align: center;
  -webkit-box-shadow: 4px -2px 6px -4px #000;
  -moz-box-shadow: 4px -2px 6px -4px #000;
  box-shadow: 4px -2px 6px -4px #000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 902, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-desc {
  font-weight: 400;
  font-size: 0.9rem;
  left: 0;
  position: absolute;
  width: 100%;
  padding: 0.375rem 1rem;
  line-height: 1.5;
}
/* line 912, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-button.button {
  padding: 0.5rem 1.25rem;
  font-size: 0.9rem;
  font-weight: 400;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only all and (min-width: 75rem) {
  .g-owlcarousel.style-neo .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container {
    width: 100%;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-owlcarousel.style-neo .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container {
    width: 100%;
  }
}
@media only all and (min-width: 51rem) and (max-width: 59.99rem) {
  .g-owlcarousel.style-neo .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container {
    width: 100%;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 50.99rem) {
  .g-owlcarousel.style-neo .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container {
    width: 100%;
  }
}
@media only all and (max-width: 30rem) {
  .g-owlcarousel.style-neo .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container {
    width: 100%;
  }
}
/* line 930, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo .owl-dots {
  height: 1.875rem;
  padding-top: 0.1875rem;
  -webkit-box-shadow: 0 2px 6px -4px #000;
  -moz-box-shadow: 0 2px 6px -4px #000;
  box-shadow: 0 2px 6px -4px #000;
}
/* line 935, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo .owl-dots .owl-dot {
  margin: 0 0.25rem;
  opacity: 0.8;
  width: 14px;
  height: 14px;
  -webkit-box-shadow: inset 0px 0px 5px -3px #000;
  -moz-box-shadow: inset 0px 0px 5px -3px #000;
  box-shadow: inset 0px 0px 5px -3px #000;
}
/* line 944, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 945, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo .owl-nav .owl-prev {
  left: 0.5rem;
}
/* line 946, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo .owl-nav .owl-next {
  right: 0.5rem;
}
/* line 947, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo .owl-nav .owl-prev, .g-owlcarousel.style-neo .owl-nav .owl-next {
  z-index: 2;
}
/* line 949, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 950, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo .owl-nav button.owl-prev, .g-owlcarousel.style-neo .owl-nav button.owl-next {
  width: 20px;
  height: 20px;
  top: inherit;
  font-size: 1rem;
  border-radius: 0;
  border: 0;
  color: #eee;
}
/* line 959, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo .owl-nav button.owl-prev:hover, .g-owlcarousel.style-neo .owl-nav button.owl-next:hover {
  background: inherit;
  border-color: inherit;
}
/* line 964, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo .owl-nav button.owl-prev .fa, .g-owlcarousel.style-neo .owl-nav button.owl-next .fa {
  position: relative;
  text-shadow: 1px 1px 1px #000;
}
/* line 972, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo .owl-item img {
  font-size: 0;
}
/* line 976, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo.sa-dots-c .owl-dots {
  text-align: center;
}
/* line 980, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 981, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo.sn-theme-b .button {
  text-shadow: 1px 1px 1px #000;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
}
/* line 986, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo.sn-theme-b .button:hover, .g-owlcarousel.style-neo.sn-theme-b .button:focus {
  background: rgba(0, 0, 0, 0.6);
}
/* line 991, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo.sn-theme-b .owl-dots {
  background: rgba(0, 0, 0, 0.7);
}
/* line 994, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo.sn-theme-b .owl-dots .owl-dot {
  background: #fff;
}
/* line 999, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 1000, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo.sn-theme-b .g-owlcarousel-item-wrapper .g-owlcarousel-item-img {
  background: rgba(0, 0, 0, 0.8);
}
/* line 1004, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 1005, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 1006, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo.sn-theme-b .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-title {
  color: #eee;
  text-shadow: 1px 1px 1px #000;
  background: rgba(0, 0, 0, 0.7);
}
/* line 1012, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo.sn-theme-b .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-desc {
  color: #eee;
  text-shadow: 1px 1px 1px #000;
  background: rgba(0, 0, 0, 0.4);
}
/* line 1021, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 1022, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 1023, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo.sn-theme-b .owl-nav button.owl-prev, .g-owlcarousel.style-neo.sn-theme-b .owl-nav button.owl-next {
  color: #eee;
}
/* line 1026, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo.sn-theme-b .owl-nav button.owl-prev .fa, .g-owlcarousel.style-neo.sn-theme-b .owl-nav button.owl-next .fa {
  text-shadow: 1px 1px 1px #000;
}
/* line 1034, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 1035, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo.sn-theme-w .button {
  text-shadow: 1px 1px 1px #000;
  background: rgba(193, 192, 192, 0.7);
  border: 1px solid #fff;
  color: #fff;
}
/* line 1041, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo.sn-theme-w .button:hover, .g-owlcarousel.style-neo.sn-theme-w .button:focus {
  background: rgba(193, 192, 192, 0.5);
}
/* line 1046, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo.sn-theme-w .owl-dots {
  background: rgba(255, 255, 255, 0.9);
}
/* line 1049, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo.sn-theme-w .owl-dots .owl-dot {
  background: #393939;
}
/* line 1054, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 1055, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo.sn-theme-w .g-owlcarousel-item-wrapper .g-owlcarousel-item-img {
  background: rgba(255, 255, 255, 0.85);
}
/* line 1059, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 1060, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 1061, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo.sn-theme-w .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-title {
  color: #393939;
  text-shadow: 1px 1px 1px #aaa;
  background: rgba(255, 255, 255, 0.9);
}
/* line 1067, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo.sn-theme-w .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-desc {
  color: #393939;
  text-shadow: 1px 1px 1px #aaa;
  background: rgba(255, 255, 255, 0.75);
}
/* line 1076, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 1077, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 1078, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo.sn-theme-w .owl-nav button.owl-prev, .g-owlcarousel.style-neo.sn-theme-w .owl-nav button.owl-next {
  color: #393939;
}
/* line 1081, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo.sn-theme-w .owl-nav button.owl-prev .fa, .g-owlcarousel.style-neo.sn-theme-w .owl-nav button.owl-next .fa {
  text-shadow: 1px 1px 1px #aaa;
}
@media only all and (max-width: 30rem) {
  /* line 682, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
  .g-owlcarousel.style-neo .owl-dots {
    height: 1.8125rem;
  }
  /* line 672, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
  /* line 673, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
  .g-owlcarousel.style-neo .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    margin: 0 0.1875rem;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 50.99rem) {
  /* line 682, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
  .g-owlcarousel.style-neo .owl-dots {
    height: 1.8125rem;
  }
  /* line 672, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
  /* line 673, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
  .g-owlcarousel.style-neo .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    margin: 0 0.1875rem;
  }
}
/* line 1093, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 832, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 833, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 834, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 835, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo1 .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-title {
  bottom: 0;
}
/* line 838, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo1 .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-desc {
  margin-bottom: 35px;
  bottom: 0;
}
/* line 750, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo1 .owl-dots {
  top: 0;
  padding-top: 0.1875rem;
}
/* line 756, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 757, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 758, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo1 .owl-nav button.owl-prev, .g-owlcarousel.style-neo1 .owl-nav button.owl-next {
  bottom: 0;
}
/* line 1098, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 832, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 833, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 834, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 835, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo2 .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-title {
  top: 0;
}
/* line 838, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo2 .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-desc {
  margin-top: 35px;
  top: 0;
}
/* line 750, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo2 .owl-dots {
  bottom: 0;
  padding-top: 0.125rem;
}
/* line 756, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 757, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 758, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo2 .owl-nav button.owl-prev, .g-owlcarousel.style-neo2 .owl-nav button.owl-next {
  top: 0.9375rem;
}
/* line 1103, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 832, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 833, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 834, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 835, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo3 .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-title {
  bottom: 0;
}
/* line 838, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo3 .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-desc {
  margin-bottom: 35px;
  bottom: 0;
}
/* line 750, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo3 .owl-dots {
  top: 0;
  padding-top: 0.1875rem;
}
/* line 756, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 757, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 758, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo3 .owl-nav button.owl-prev, .g-owlcarousel.style-neo3 .owl-nav button.owl-next {
  top: 0.75rem;
}
/* line 1108, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 832, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 833, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 834, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 835, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo4 .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-title {
  top: 0;
}
/* line 838, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo4 .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-desc {
  margin-top: 35px;
  top: 0;
}
/* line 750, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo4 .owl-dots {
  bottom: 0;
  padding-top: 0.1875rem;
}
/* line 756, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 757, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 758, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo4 .owl-nav button.owl-prev, .g-owlcarousel.style-neo4 .owl-nav button.owl-next {
  bottom: -0.125rem;
}
/* line 1113, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 688, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 689, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo1.sa-round .owl-dots, .g-owlcarousel.style-neo3.sa-round .owl-dots, .g-owlcarousel.style-neo1.sa-round-2 .owl-dots, .g-owlcarousel.style-neo3.sa-round-2 .owl-dots {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
/* line 694, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 695, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo1.sa-round-1 .owl-dots, .g-owlcarousel.style-neo3.sa-round-1 .owl-dots {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
/* line 1114, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 688, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 689, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo2.sa-round .owl-dots, .g-owlcarousel.style-neo4.sa-round .owl-dots, .g-owlcarousel.style-neo2.sa-round-2 .owl-dots, .g-owlcarousel.style-neo4.sa-round-2 .owl-dots {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
/* line 694, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 695, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo2.sa-round-1 .owl-dots, .g-owlcarousel.style-neo4.sa-round-1 .owl-dots {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
/* line 1116, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 731, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo1.sa-dots-l .owl-dots, .g-owlcarousel.style-neo2.sa-dots-l .owl-dots {
  text-align: left;
  padding-left: 0.5rem;
}
/* line 735, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo1.sa-dots-r .owl-dots, .g-owlcarousel.style-neo2.sa-dots-r .owl-dots {
  text-align: right;
  padding-right: 0.5rem;
}
/* line 1117, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 731, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo3.sa-dots-l .owl-dots, .g-owlcarousel.style-neo4.sa-dots-l .owl-dots {
  text-align: left;
  padding-left: 2rem;
}
/* line 735, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.style-neo3.sa-dots-r .owl-dots, .g-owlcarousel.style-neo4.sa-dots-r .owl-dots {
  text-align: right;
  padding-right: 2rem;
}
/* line 1120, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 1122, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 1123, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 1124, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 1125, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 1126, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel:not(.style-neo) .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-title {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 1134, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 658, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 659, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 660, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 662, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel:not(.style-neo).sh-nav-btn-b-def .owl-nav button.owl-prev:hover, .g-owlcarousel:not(.style-neo).sh-nav-btn-b-def .owl-nav button.owl-next:hover {
  border-color: transparent !important;
}
/* line 1135, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 658, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 659, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 660, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel:not(.style-neo).sh-nav-btn-b-def-a .owl-nav button.owl-prev, .g-owlcarousel:not(.style-neo).sh-nav-btn-b-def-a .owl-nav button.owl-next {
  border: 1px solid #fff;
}
/* line 662, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 1136, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 658, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 659, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 660, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel:not(.style-neo).sh-nav-btn-b-fine .owl-nav button.owl-prev, .g-owlcarousel:not(.style-neo).sh-nav-btn-b-fine .owl-nav button.owl-next {
  border: 1px solid rgba(255, 255, 255, 0.5);
}
/* line 662, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel:not(.style-neo).sh-nav-btn-b-fine .owl-nav button.owl-prev:hover, .g-owlcarousel:not(.style-neo).sh-nav-btn-b-fine .owl-nav button.owl-next:hover {
  border-color: transparent !important;
}
/* line 1137, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 658, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 659, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 660, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel:not(.style-neo).sh-nav-btn-b-fine-a .owl-nav button.owl-prev, .g-owlcarousel:not(.style-neo).sh-nav-btn-b-fine-a .owl-nav button.owl-next {
  border: 1px solid rgba(255, 255, 255, 0.5);
}
/* line 662, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 1138, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 658, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 659, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 660, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel:not(.style-neo).sh-nav-btn-b-none .owl-nav button.owl-prev, .g-owlcarousel:not(.style-neo).sh-nav-btn-b-none .owl-nav button.owl-next {
  border: 0 solid transparent !important;
}
/* line 662, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 1140, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 621, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 622, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 623, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel:not(.style-neo).sh-nav-btn-s-square .owl-nav button.owl-prev {
  border-radius: 0;
}
/* line 626, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel:not(.style-neo).sh-nav-btn-s-square .owl-nav button.owl-next {
  border-radius: 0;
}
/* line 1141, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 621, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 622, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 623, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel:not(.style-neo).sh-nav-btn-s-round1 .owl-nav button.owl-prev {
  border-radius: 2px;
}
/* line 626, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel:not(.style-neo).sh-nav-btn-s-round1 .owl-nav button.owl-next {
  border-radius: 2px;
}
/* line 1142, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 621, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 622, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 623, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel:not(.style-neo).sh-nav-btn-s-round2 .owl-nav button.owl-prev {
  border-radius: 15px;
}
/* line 626, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel:not(.style-neo).sh-nav-btn-s-round2 .owl-nav button.owl-next {
  border-radius: 15px;
}
/* line 1144, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 621, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 622, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 623, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel:not(.style-neo).sh-nav-btn-s-partly1 .owl-nav button.owl-prev {
  border-radius: 2px 0;
}
/* line 626, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel:not(.style-neo).sh-nav-btn-s-partly1 .owl-nav button.owl-next {
  border-radius: 0 2px;
}
/* line 1145, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 621, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 622, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 623, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel:not(.style-neo).sh-nav-btn-s-partly2 .owl-nav button.owl-prev {
  border-radius: 0 2px;
}
/* line 626, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel:not(.style-neo).sh-nav-btn-s-partly2 .owl-nav button.owl-next {
  border-radius: 2px 0;
}
/* line 1146, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 621, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 622, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 623, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel:not(.style-neo).sh-nav-btn-s-partly3 .owl-nav button.owl-prev {
  border-radius: 15px 0;
}
/* line 626, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel:not(.style-neo).sh-nav-btn-s-partly3 .owl-nav button.owl-next {
  border-radius: 0 15px;
}
/* line 1147, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 621, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 622, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 623, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel:not(.style-neo).sh-nav-btn-s-partly4 .owl-nav button.owl-prev {
  border-radius: 0 15px;
}
/* line 626, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel:not(.style-neo).sh-nav-btn-s-partly4 .owl-nav button.owl-next {
  border-radius: 15px 0;
}
/* line 1149, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 599, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 600, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 601, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel:not(.style-neo).sh-nav-btn-p-t .owl-nav button.owl-prev {
  top: 69px;
  left: 3rem;
}
/* line 608, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel:not(.style-neo).sh-nav-btn-p-t .owl-nav button.owl-next {
  top: 69px;
  right: 3rem;
}
/* line 1150, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 599, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 600, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 601, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel:not(.style-neo).sh-nav-btn-p-tc .owl-nav button.owl-prev {
  top: 69px;
  left: 30%;
}
/* line 608, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel:not(.style-neo).sh-nav-btn-p-tc .owl-nav button.owl-next {
  top: 69px;
  right: 30%;
}
/* line 1151, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 599, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 600, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 601, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel:not(.style-neo).sh-nav-btn-p-tn .owl-nav button.owl-prev {
  top: 37px;
  left: 16px;
}
/* line 608, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel:not(.style-neo).sh-nav-btn-p-tn .owl-nav button.owl-next {
  top: 37px;
  right: 16px;
}
/* line 1152, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 599, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 600, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 601, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel:not(.style-neo).sh-nav-btn-p-tnc .owl-nav button.owl-prev {
  top: 37px;
  left: 30%;
}
/* line 608, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel:not(.style-neo).sh-nav-btn-p-tnc .owl-nav button.owl-next {
  top: 37px;
  right: 30%;
}
/* line 1153, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 599, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 600, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 601, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel:not(.style-neo).sh-nav-btn-p-tn1 .owl-nav button.owl-prev {
  top: 30px;
  left: 10px;
}
/* line 608, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel:not(.style-neo).sh-nav-btn-p-tn1 .owl-nav button.owl-next {
  top: 30px;
  right: 10px;
}
/* line 1154, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 599, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 600, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 601, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel:not(.style-neo).sh-nav-btn-p-tnc1 .owl-nav button.owl-prev {
  top: 30px;
  left: 30%;
}
/* line 608, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel:not(.style-neo).sh-nav-btn-p-tnc1 .owl-nav button.owl-next {
  top: 30px;
  right: 30%;
}
/* line 1156, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 599, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 600, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 601, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel:not(.style-neo).sh-nav-btn-p-b .owl-nav button.owl-prev {
  top: inherit;
  bottom: 27px;
  left: 3rem;
}
/* line 608, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel:not(.style-neo).sh-nav-btn-p-b .owl-nav button.owl-next {
  top: inherit;
  bottom: 27px;
  right: 3rem;
}
/* line 1157, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 599, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 600, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 601, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel:not(.style-neo).sh-nav-btn-p-bc .owl-nav button.owl-prev {
  top: inherit;
  bottom: 27px;
  left: 30%;
}
/* line 608, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel:not(.style-neo).sh-nav-btn-p-bc .owl-nav button.owl-next {
  top: inherit;
  bottom: 27px;
  right: 30%;
}
/* line 1158, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 599, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 600, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 601, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel:not(.style-neo).sh-nav-btn-p-bn .owl-nav button.owl-prev {
  top: inherit;
  bottom: -5px;
  left: 16px;
}
/* line 608, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel:not(.style-neo).sh-nav-btn-p-bn .owl-nav button.owl-next {
  top: inherit;
  bottom: -5px;
  right: 16px;
}
/* line 1159, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 599, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 600, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 601, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel:not(.style-neo).sh-nav-btn-p-bnc .owl-nav button.owl-prev {
  top: inherit;
  bottom: -5px;
  left: 30%;
}
/* line 608, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel:not(.style-neo).sh-nav-btn-p-bnc .owl-nav button.owl-next {
  top: inherit;
  bottom: -5px;
  right: 30%;
}
/* line 1160, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 599, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 600, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 601, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel:not(.style-neo).sh-nav-btn-p-bn1 .owl-nav button.owl-prev {
  top: inherit;
  bottom: -11px;
  left: 10px;
}
/* line 608, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel:not(.style-neo).sh-nav-btn-p-bn1 .owl-nav button.owl-next {
  top: inherit;
  bottom: -11px;
  right: 10px;
}
/* line 1161, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 599, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 600, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 601, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel:not(.style-neo).sh-nav-btn-p-bnc1 .owl-nav button.owl-prev {
  top: inherit;
  bottom: -11px;
  left: 30%;
}
/* line 608, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel:not(.style-neo).sh-nav-btn-p-bnc1 .owl-nav button.owl-next {
  top: inherit;
  bottom: -11px;
  right: 30%;
}
/* line 1163, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 599, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 600, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 601, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel:not(.style-neo).sh-nav-btn-p-te .owl-nav button.owl-prev {
  top: 21px;
  left: 0;
  border-top-left-radius: 0;
}
/* line 608, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel:not(.style-neo).sh-nav-btn-p-te .owl-nav button.owl-next {
  top: 21px;
  right: 0;
  border-top-right-radius: 0;
}
/* line 1165, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 633, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 634, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 635, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel:not(.style-neo).sh-nav-btn-p-te.sa-round-1 .owl-nav button.owl-prev {
  border-top-left-radius: 2px;
  border-top: 0;
  border-left: 0;
}
/* line 639, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel:not(.style-neo).sh-nav-btn-p-te.sa-round-1 .owl-nav button.owl-prev:hover {
  border-top: 0;
  border-left: 0;
}
/* line 644, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel:not(.style-neo).sh-nav-btn-p-te.sa-round-1 .owl-nav button.owl-next {
  border-top-right-radius: 2px;
  border-top: 0;
  border-right: 0;
}
/* line 648, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel:not(.style-neo).sh-nav-btn-p-te.sa-round-1 .owl-nav button.owl-next:hover {
  border-top: 0;
  border-right: 0;
}
/* line 1166, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 633, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 634, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 635, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel:not(.style-neo).sh-nav-btn-p-te.sa-round-2 .owl-nav button.owl-prev {
  border-top-left-radius: 15px;
  border-top: 0;
  border-left: 0;
}
/* line 639, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel:not(.style-neo).sh-nav-btn-p-te.sa-round-2 .owl-nav button.owl-prev:hover {
  border-top: 0;
  border-left: 0;
}
/* line 644, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel:not(.style-neo).sh-nav-btn-p-te.sa-round-2 .owl-nav button.owl-next {
  border-top-right-radius: 15px;
  border-top: 0;
  border-right: 0;
}
/* line 648, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel:not(.style-neo).sh-nav-btn-p-te.sa-round-2 .owl-nav button.owl-next:hover {
  border-top: 0;
  border-right: 0;
}
/* line 1169, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 599, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 600, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 601, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel:not(.style-neo).sh-nav-btn-p-be .owl-nav button.owl-prev {
  top: inherit;
  bottom: -21px;
  left: 0;
  border-bottom-left-radius: 0;
}
/* line 608, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel:not(.style-neo).sh-nav-btn-p-be .owl-nav button.owl-next {
  top: inherit;
  bottom: -21px;
  right: 0;
  border-bottom-right-radius: 0;
}
/* line 1171, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 633, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 634, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 635, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel:not(.style-neo).sh-nav-btn-p-be.sa-round-1 .owl-nav button.owl-prev {
  border-bottom-left-radius: 2px;
  border-bottom: 0;
  border-left: 0;
}
/* line 639, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel:not(.style-neo).sh-nav-btn-p-be.sa-round-1 .owl-nav button.owl-prev:hover {
  border-bottom: 0;
  border-left: 0;
}
/* line 644, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel:not(.style-neo).sh-nav-btn-p-be.sa-round-1 .owl-nav button.owl-next {
  border-bottom-right-radius: 2px;
  border-bottom: 0;
  border-right: 0;
}
/* line 648, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel:not(.style-neo).sh-nav-btn-p-be.sa-round-1 .owl-nav button.owl-next:hover {
  border-bottom: 0;
  border-right: 0;
}
/* line 1172, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 633, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 634, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 635, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel:not(.style-neo).sh-nav-btn-p-be.sa-round-2 .owl-nav button.owl-prev {
  border-bottom-left-radius: 15px;
  border-bottom: 0;
  border-left: 0;
}
/* line 639, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel:not(.style-neo).sh-nav-btn-p-be.sa-round-2 .owl-nav button.owl-prev:hover {
  border-bottom: 0;
  border-left: 0;
}
/* line 644, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel:not(.style-neo).sh-nav-btn-p-be.sa-round-2 .owl-nav button.owl-next {
  border-bottom-right-radius: 15px;
  border-bottom: 0;
  border-right: 0;
}
/* line 648, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel:not(.style-neo).sh-nav-btn-p-be.sa-round-2 .owl-nav button.owl-next:hover {
  border-bottom: 0;
  border-right: 0;
}
/* line 1175, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 742, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel:not(.style-neo).sh-dots-u-square .owl-dots, .g-owlcarousel:not(.style-neo).sh-dots-u-round1 .owl-dots, .g-owlcarousel:not(.style-neo).sh-dots-u-round2 .owl-dots {
  max-width: 300px;
  background: rgba(0, 0, 0, 0.5);
  padding: 4px 8px 7px 8px;
}
/* line 1177, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 742, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel:not(.style-neo).sh-dots-u-square.sa-dots-size-s1 .owl-dots, .g-owlcarousel:not(.style-neo).sh-dots-u-round1.sa-dots-size-s1 .owl-dots, .g-owlcarousel:not(.style-neo).sh-dots-u-round2.sa-dots-size-s1 .owl-dots {
  max-width: 250px;
  padding: 2px 6px 5px 6px;
}
/* line 1178, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 742, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel:not(.style-neo).sh-dots-u-square.sa-dots-size-s2 .owl-dots, .g-owlcarousel:not(.style-neo).sh-dots-u-round1.sa-dots-size-s2 .owl-dots, .g-owlcarousel:not(.style-neo).sh-dots-u-round2.sa-dots-size-s2 .owl-dots {
  max-width: 200px;
  padding: 1px 5px 4px 5px;
}
/* line 1179, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 742, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel:not(.style-neo).sh-dots-u-square.sa-dots-size-t .owl-dots, .g-owlcarousel:not(.style-neo).sh-dots-u-round1.sa-dots-size-t .owl-dots, .g-owlcarousel:not(.style-neo).sh-dots-u-round2.sa-dots-size-t .owl-dots {
  max-width: 150px;
  padding: 0 4px 3px 4px;
}
/* line 1182, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 1183, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel:not(.style-neo).sh-dots-u-round1 .owl-dots {
  border-radius: 2px;
}
/* line 1188, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 1189, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel:not(.style-neo).sh-dots-u-round2 .owl-dots {
  border-radius: 15px;
}
/* line 1194, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 1195, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 703, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 704, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 705, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel:not(.style-neo).sh-dots-u-square.sa-round.sh-dots-b.sa-dots-l .owl-dots, .g-owlcarousel:not(.style-neo).sh-dots-u-round1.sa-round.sh-dots-b.sa-dots-l .owl-dots, .g-owlcarousel:not(.style-neo).sh-dots-u-square.sa-round-2.sh-dots-b.sa-dots-l .owl-dots, .g-owlcarousel:not(.style-neo).sh-dots-u-round1.sa-round-2.sh-dots-b.sa-dots-l .owl-dots {
  border-bottom-left-radius: 15px;
}
/* line 709, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 710, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel:not(.style-neo).sh-dots-u-square.sa-round.sh-dots-b.sa-dots-r .owl-dots, .g-owlcarousel:not(.style-neo).sh-dots-u-round1.sa-round.sh-dots-b.sa-dots-r .owl-dots, .g-owlcarousel:not(.style-neo).sh-dots-u-square.sa-round-2.sh-dots-b.sa-dots-r .owl-dots, .g-owlcarousel:not(.style-neo).sh-dots-u-round1.sa-round-2.sh-dots-b.sa-dots-r .owl-dots {
  border-bottom-right-radius: 15px;
}
/* line 715, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 716, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 717, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel:not(.style-neo).sh-dots-u-square.sa-round.sh-dots-t.sa-dots-l .owl-dots, .g-owlcarousel:not(.style-neo).sh-dots-u-round1.sa-round.sh-dots-t.sa-dots-l .owl-dots, .g-owlcarousel:not(.style-neo).sh-dots-u-square.sa-round-2.sh-dots-t.sa-dots-l .owl-dots, .g-owlcarousel:not(.style-neo).sh-dots-u-round1.sa-round-2.sh-dots-t.sa-dots-l .owl-dots {
  border-top-left-radius: 15px;
}
/* line 721, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 722, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel:not(.style-neo).sh-dots-u-square.sa-round.sh-dots-t.sa-dots-r .owl-dots, .g-owlcarousel:not(.style-neo).sh-dots-u-round1.sa-round.sh-dots-t.sa-dots-r .owl-dots, .g-owlcarousel:not(.style-neo).sh-dots-u-square.sa-round-2.sh-dots-t.sa-dots-r .owl-dots, .g-owlcarousel:not(.style-neo).sh-dots-u-round1.sa-round-2.sh-dots-t.sa-dots-r .owl-dots {
  border-top-right-radius: 15px;
}
/* line 1196, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 703, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 704, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 705, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel:not(.style-neo).sh-dots-u-square.sa-round-1.sh-dots-b.sa-dots-l .owl-dots, .g-owlcarousel:not(.style-neo).sh-dots-u-round1.sa-round-1.sh-dots-b.sa-dots-l .owl-dots {
  border-bottom-left-radius: 2px;
}
/* line 709, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 710, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel:not(.style-neo).sh-dots-u-square.sa-round-1.sh-dots-b.sa-dots-r .owl-dots, .g-owlcarousel:not(.style-neo).sh-dots-u-round1.sa-round-1.sh-dots-b.sa-dots-r .owl-dots {
  border-bottom-right-radius: 2px;
}
/* line 715, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 716, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 717, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel:not(.style-neo).sh-dots-u-square.sa-round-1.sh-dots-t.sa-dots-l .owl-dots, .g-owlcarousel:not(.style-neo).sh-dots-u-round1.sa-round-1.sh-dots-t.sa-dots-l .owl-dots {
  border-top-left-radius: 2px;
}
/* line 721, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 722, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel:not(.style-neo).sh-dots-u-square.sa-round-1.sh-dots-t.sa-dots-r .owl-dots, .g-owlcarousel:not(.style-neo).sh-dots-u-round1.sa-round-1.sh-dots-t.sa-dots-r .owl-dots {
  border-top-right-radius: 2px;
}
/* line 1199, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 1200, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel:not(.style-neo).sa-dots-c .owl-dots, .g-owlcarousel:not(.style-neo).sa-dots-l .owl-dots, .g-owlcarousel:not(.style-neo).sa-dots-r .owl-dots {
  text-align: center;
  margin: 0 auto;
  max-width: 300px;
}
/* line 1206, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 742, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel:not(.style-neo).sa-dots-c.sa-dots-size-s1 .owl-dots, .g-owlcarousel:not(.style-neo).sa-dots-l.sa-dots-size-s1 .owl-dots, .g-owlcarousel:not(.style-neo).sa-dots-r.sa-dots-size-s1 .owl-dots {
  max-width: 250px;
}
/* line 1207, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 742, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel:not(.style-neo).sa-dots-c.sa-dots-size-s2 .owl-dots, .g-owlcarousel:not(.style-neo).sa-dots-l.sa-dots-size-s2 .owl-dots, .g-owlcarousel:not(.style-neo).sa-dots-r.sa-dots-size-s2 .owl-dots {
  max-width: 200px;
}
/* line 1208, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 742, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel:not(.style-neo).sa-dots-c.sa-dots-size-t .owl-dots, .g-owlcarousel:not(.style-neo).sa-dots-l.sa-dots-size-t .owl-dots, .g-owlcarousel:not(.style-neo).sa-dots-r.sa-dots-size-t .owl-dots {
  max-width: 150px;
}
/* line 1211, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 1212, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel:not(.style-neo).sa-dots-c .owl-dots {
  right: 0;
  left: 0;
}
/* line 1217, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 1218, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel:not(.style-neo).sa-dots-l .owl-dots {
  left: 0;
}
/* line 1222, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 1223, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel:not(.style-neo).sa-dots-r .owl-dots {
  right: 0;
}
/* line 1228, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 742, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel:not(.style-neo).sh-dots-b .owl-dots, .g-owlcarousel:not(.style-neo).sh-dots-t .owl-dots {
  padding: 4px 8px 7px 8px;
}
/* line 1230, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 742, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel:not(.style-neo).sh-dots-b.sa-dots-size-s1 .owl-dots, .g-owlcarousel:not(.style-neo).sh-dots-t.sa-dots-size-s1 .owl-dots {
  padding: 2px 6px 5px 6px;
}
/* line 1231, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 742, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel:not(.style-neo).sh-dots-b.sa-dots-size-s2 .owl-dots, .g-owlcarousel:not(.style-neo).sh-dots-t.sa-dots-size-s2 .owl-dots {
  padding: 1px 5px 4px 5px;
}
/* line 1232, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 742, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel:not(.style-neo).sh-dots-b.sa-dots-size-t .owl-dots, .g-owlcarousel:not(.style-neo).sh-dots-t.sa-dots-size-t .owl-dots {
  padding: 0px 4px 3px 4px;
}
/* line 1235, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 1236, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel:not(.style-neo).sh-dots-b .owl-dots {
  bottom: 0;
}
/* line 1241, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 1242, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel:not(.style-neo).sh-dots-t .owl-dots {
  top: 0;
  bottom: inherit;
}
/* line 1248, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 1249, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel:not(.style-neo).sh-dots-i .owl-dots {
  top: 12%;
  bottom: inherit;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-owlcarousel:not(.style-neo).sh-dots-i .owl-dots {
    top: 5%;
  }
}
@media only all and (min-width: 51rem) and (max-width: 59.99rem) {
  .g-owlcarousel:not(.style-neo).sh-dots-i .owl-dots {
    top: 1rem;
  }
}
@media only all and (max-width: 50.99rem) {
  .g-owlcarousel:not(.style-neo).sh-dots-i .owl-dots {
    top: 0.5rem;
  }
}
/* line 1258, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 814, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 815, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 816, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 817, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 818, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel:not(.style-neo).sh-color-b .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-title, .g-owlcarousel:not(.style-neo).sh-color-b .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-desc {
  color: #000;
}
/* line 822, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel:not(.style-neo).sh-color-b .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-title {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 1259, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 814, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 815, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 816, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 817, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 818, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel:not(.style-neo).sh-color-w .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-title, .g-owlcarousel:not(.style-neo).sh-color-w .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-desc {
  color: #fff;
}
/* line 822, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel:not(.style-neo).sh-color-w .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-title {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 1261, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 1262, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 1263, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 1264, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 1265, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel:not(.style-neo).sa-control-b-gr .owl-nav button.owl-prev:hover, .g-owlcarousel:not(.style-neo).sa-control-b-re .owl-nav button.owl-prev:hover, .g-owlcarousel:not(.style-neo).sa-control-b-bl .owl-nav button.owl-prev:hover, .g-owlcarousel:not(.style-neo).sa-control-b-vi .owl-nav button.owl-prev:hover, .g-owlcarousel:not(.style-neo).sa-control-b-or .owl-nav button.owl-prev:hover, .g-owlcarousel:not(.style-neo).sa-control-b-g1 .owl-nav button.owl-prev:hover, .g-owlcarousel:not(.style-neo).sa-control-b-g2 .owl-nav button.owl-prev:hover, .g-owlcarousel:not(.style-neo).sa-control-b-gr .owl-nav button.owl-next:hover, .g-owlcarousel:not(.style-neo).sa-control-b-re .owl-nav button.owl-next:hover, .g-owlcarousel:not(.style-neo).sa-control-b-bl .owl-nav button.owl-next:hover, .g-owlcarousel:not(.style-neo).sa-control-b-vi .owl-nav button.owl-next:hover, .g-owlcarousel:not(.style-neo).sa-control-b-or .owl-nav button.owl-next:hover, .g-owlcarousel:not(.style-neo).sa-control-b-g1 .owl-nav button.owl-next:hover, .g-owlcarousel:not(.style-neo).sa-control-b-g2 .owl-nav button.owl-next:hover {
  background: rgba(0, 0, 0, 0.3);
}
/* line 799, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 800, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 801, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 802, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 803, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel:not(.style-neo).sa-control-b-gr .owl-nav button.owl-prev:hover, .g-owlcarousel:not(.style-neo).sa-control-b-gr .owl-nav button.owl-next:hover {
  border: 1px solid #32be8a;
}
/* line 799, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 800, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 801, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 802, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 803, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel:not(.style-neo).sa-control-b-re .owl-nav button.owl-prev:hover, .g-owlcarousel:not(.style-neo).sa-control-b-re .owl-nav button.owl-next:hover {
  border: 1px solid #be3232;
}
/* line 799, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 800, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 801, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 802, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 803, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel:not(.style-neo).sa-control-b-bl .owl-nav button.owl-prev:hover, .g-owlcarousel:not(.style-neo).sa-control-b-bl .owl-nav button.owl-next:hover {
  border: 1px solid #326abe;
}
/* line 799, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 800, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 801, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 802, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 803, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel:not(.style-neo).sa-control-b-vi .owl-nav button.owl-prev:hover, .g-owlcarousel:not(.style-neo).sa-control-b-vi .owl-nav button.owl-next:hover {
  border: 1px solid #9932be;
}
/* line 799, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 800, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 801, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 802, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 803, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel:not(.style-neo).sa-control-b-or .owl-nav button.owl-prev:hover, .g-owlcarousel:not(.style-neo).sa-control-b-or .owl-nav button.owl-next:hover {
  border: 1px solid #fd931d;
}
/* line 799, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 800, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 801, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 802, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 803, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel:not(.style-neo).sa-control-b-g1 .owl-nav button.owl-prev:hover, .g-owlcarousel:not(.style-neo).sa-control-b-g1 .owl-nav button.owl-next:hover {
  border: 1px solid #aaa;
}
/* line 799, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 800, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 801, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 802, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 803, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel:not(.style-neo).sa-control-b-g2 .owl-nav button.owl-prev:hover, .g-owlcarousel:not(.style-neo).sa-control-b-g2 .owl-nav button.owl-next:hover {
  border: 1px solid #ccc;
}
/* line 1282, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 1283, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.sa-round .owl-stage-outer, .g-owlcarousel.sa-round-2 .owl-stage-outer {
  border-radius: 15px;
}
/* line 1288, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 1289, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.sa-round-1 .owl-stage-outer {
  border-radius: 2px;
}
/* line 1294, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 672, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 673, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.sa-dots-size-s1 .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  margin: 0 4px;
}
/* line 1295, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 672, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 673, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.sa-dots-size-s2 .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin: 0 3px;
}
/* line 1296, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 672, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 673, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.sa-dots-size-t .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  margin: 0 2px;
}
/* line 768, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 769, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 770, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 771, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.sa-control-d-gr .owl-dots .owl-dot.active, .g-owlcarousel.sa-control-d-gr .owl-dots .owl-dot:hover {
  background: #32be8a;
}
/* line 774, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.sa-control-d-gr .owl-dots .owl-dot.active:hover {
  background: #66fbbd;
}
/* line 780, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 781, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 782, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 783, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 784, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.sa-control-b-gr .owl-nav button.owl-prev:hover, .g-owlcarousel.sa-control-b-gr .owl-nav button.owl-next:hover {
  color: #32be8a;
}
/* line 791, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 792, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.sa-control-t-gr .g-owlcarousel-item-content a:hover h1 {
  color: #32be8a !important;
}
/* line 768, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 769, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 770, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 771, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.sa-control-d-re .owl-dots .owl-dot.active, .g-owlcarousel.sa-control-d-re .owl-dots .owl-dot:hover {
  background: #be3232;
}
/* line 774, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.sa-control-d-re .owl-dots .owl-dot.active:hover {
  background: #e16262;
}
/* line 780, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 781, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 782, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 783, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 784, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.sa-control-b-re .owl-nav button.owl-prev:hover, .g-owlcarousel.sa-control-b-re .owl-nav button.owl-next:hover {
  color: #be3232;
}
/* line 791, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 792, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.sa-control-t-re .g-owlcarousel-item-content a:hover h1 {
  color: #be3232 !important;
}
/* line 768, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 769, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 770, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 771, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.sa-control-d-bl .owl-dots .owl-dot.active, .g-owlcarousel.sa-control-d-bl .owl-dots .owl-dot:hover {
  background: #326abe;
}
/* line 774, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.sa-control-d-bl .owl-dots .owl-dot.active:hover {
  background: #5f96ea;
}
/* line 780, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 781, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 782, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 783, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 784, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.sa-control-b-bl .owl-nav button.owl-prev:hover, .g-owlcarousel.sa-control-b-bl .owl-nav button.owl-next:hover {
  color: #326abe;
}
/* line 791, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 792, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.sa-control-t-bl .g-owlcarousel-item-content a:hover h1 {
  color: #326abe !important;
}
/* line 768, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 769, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 770, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 771, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.sa-control-d-vi .owl-dots .owl-dot.active, .g-owlcarousel.sa-control-d-vi .owl-dots .owl-dot:hover {
  background: #9932be;
}
/* line 774, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.sa-control-d-vi .owl-dots .owl-dot.active:hover {
  background: #bb4be3;
}
/* line 780, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 781, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 782, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 783, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 784, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.sa-control-b-vi .owl-nav button.owl-prev:hover, .g-owlcarousel.sa-control-b-vi .owl-nav button.owl-next:hover {
  color: #9932be;
}
/* line 791, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 792, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.sa-control-t-vi .g-owlcarousel-item-content a:hover h1 {
  color: #9932be !important;
}
/* line 768, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 769, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 770, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 771, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.sa-control-d-or .owl-dots .owl-dot.active, .g-owlcarousel.sa-control-d-or .owl-dots .owl-dot:hover {
  background: #fd931d;
}
/* line 774, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.sa-control-d-or .owl-dots .owl-dot.active:hover {
  background: #fbb566;
}
/* line 780, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 781, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 782, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 783, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 784, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.sa-control-b-or .owl-nav button.owl-prev:hover, .g-owlcarousel.sa-control-b-or .owl-nav button.owl-next:hover {
  color: #fd931d;
}
/* line 791, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 792, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.sa-control-t-or .g-owlcarousel-item-content a:hover h1 {
  color: #fd931d !important;
}
/* line 768, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 769, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 770, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 771, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.sa-control-d-g1 .owl-dots .owl-dot.active, .g-owlcarousel.sa-control-d-g1 .owl-dots .owl-dot:hover {
  background: #aaa;
}
/* line 774, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.sa-control-d-g1 .owl-dots .owl-dot.active:hover {
  background: #ccc;
}
/* line 780, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 781, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 782, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 783, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 784, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.sa-control-b-g1 .owl-nav button.owl-prev:hover, .g-owlcarousel.sa-control-b-g1 .owl-nav button.owl-next:hover {
  color: #aaa;
}
/* line 791, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 792, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.sa-control-t-g1 .g-owlcarousel-item-content a:hover h1 {
  color: #aaa !important;
}
/* line 768, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 769, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 770, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 771, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.sa-control-d-g2 .owl-dots .owl-dot.active, .g-owlcarousel.sa-control-d-g2 .owl-dots .owl-dot:hover {
  background: #ccc;
}
/* line 774, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.sa-control-d-g2 .owl-dots .owl-dot.active:hover {
  background: #aaa;
}
/* line 780, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 781, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 782, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 783, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 784, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.sa-control-b-g2 .owl-nav button.owl-prev:hover, .g-owlcarousel.sa-control-b-g2 .owl-nav button.owl-next:hover {
  color: #ccc;
}
/* line 791, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 792, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.sa-control-t-g2 .g-owlcarousel-item-content a:hover h1 {
  color: #ccc !important;
}
/* line 849, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 850, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 851, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 852, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 853, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.sa-overlay-h1.has-color-overlay .owl-stage > .owl-item:nth-child(even) .g-owlcarousel-item-img:after, .g-owlcarousel.sa-overlay-h1.has-color-overlay .owl-stage > .owl-item:nth-child(odd) .g-owlcarousel-item-img:after {
  background-color: #8f4dae;
  background-image: -webkit-linear-gradient(-410deg, #8f4dae, #4db2b3);
  background-image: linear-gradient(140deg, #8f4dae, #4db2b3);
  opacity: 0.9;
}
/* line 849, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 850, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 851, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 852, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 853, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.sa-overlay-h2.has-color-overlay .owl-stage > .owl-item:nth-child(even) .g-owlcarousel-item-img:after, .g-owlcarousel.sa-overlay-h2.has-color-overlay .owl-stage > .owl-item:nth-child(odd) .g-owlcarousel-item-img:after {
  background-color: #4cad9e;
  background-image: -webkit-linear-gradient(-410deg, #4cad9e, #b34b4b);
  background-image: linear-gradient(140deg, #4cad9e, #b34b4b);
  opacity: 0.9;
}
/* line 849, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 850, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 851, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 852, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 853, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.sa-overlay-h3.has-color-overlay .owl-stage > .owl-item:nth-child(even) .g-owlcarousel-item-img:after, .g-owlcarousel.sa-overlay-h3.has-color-overlay .owl-stage > .owl-item:nth-child(odd) .g-owlcarousel-item-img:after {
  background-color: #355c7d;
  background-image: -webkit-linear-gradient(-410deg, #355c7d, #c06c84);
  background-image: linear-gradient(140deg, #355c7d, #c06c84);
  opacity: 0.9;
}
/* line 849, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 850, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 851, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 852, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 853, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.sa-overlay-h4.has-color-overlay .owl-stage > .owl-item:nth-child(even) .g-owlcarousel-item-img:after, .g-owlcarousel.sa-overlay-h4.has-color-overlay .owl-stage > .owl-item:nth-child(odd) .g-owlcarousel-item-img:after {
  background-color: #2a363b;
  background-image: -webkit-linear-gradient(-410deg, #2a363b, #e84a5f);
  background-image: linear-gradient(140deg, #2a363b, #e84a5f);
  opacity: 0.9;
}
/* line 849, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 850, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 851, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 852, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 853, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.sa-overlay-h5.has-color-overlay .owl-stage > .owl-item:nth-child(even) .g-owlcarousel-item-img:after, .g-owlcarousel.sa-overlay-h5.has-color-overlay .owl-stage > .owl-item:nth-child(odd) .g-owlcarousel-item-img:after {
  background-color: #474747;
  background-image: -webkit-linear-gradient(-410deg, #474747, #a8a7a7);
  background-image: linear-gradient(140deg, #474747, #a8a7a7);
  opacity: 0.9;
}
/* line 849, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 850, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 851, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 852, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 853, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.sa-overlay-h6.has-color-overlay .owl-stage > .owl-item:nth-child(even) .g-owlcarousel-item-img:after, .g-owlcarousel.sa-overlay-h6.has-color-overlay .owl-stage > .owl-item:nth-child(odd) .g-owlcarousel-item-img:after {
  background-color: #474747;
  background-image: -webkit-linear-gradient(-410deg, #474747, #a8a7a7);
  background-image: linear-gradient(140deg, #474747, #a8a7a7);
  opacity: 0.9;
}
/* line 849, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 850, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 851, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 852, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 853, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.sa-overlay-gr.has-color-overlay .owl-stage > .owl-item:nth-child(even) .g-owlcarousel-item-img:after, .g-owlcarousel.sa-overlay-gr.has-color-overlay .owl-stage > .owl-item:nth-child(odd) .g-owlcarousel-item-img:after {
  background-color: #4cdb9c;
  background-image: -webkit-linear-gradient(-410deg, #4cdb9c, #212624);
  background-image: linear-gradient(140deg, #4cdb9c, #212624);
  opacity: 0.9;
}
/* line 849, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 850, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 851, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 852, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 853, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.sa-overlay-or.has-color-overlay .owl-stage > .owl-item:nth-child(even) .g-owlcarousel-item-img:after, .g-owlcarousel.sa-overlay-or.has-color-overlay .owl-stage > .owl-item:nth-child(odd) .g-owlcarousel-item-img:after {
  background-color: #db974c;
  background-image: -webkit-linear-gradient(-410deg, #db974c, #212624);
  background-image: linear-gradient(140deg, #db974c, #212624);
  opacity: 0.9;
}
/* line 849, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 850, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 851, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 852, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 853, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.sa-overlay-bl.has-color-overlay .owl-stage > .owl-item:nth-child(even) .g-owlcarousel-item-img:after, .g-owlcarousel.sa-overlay-bl.has-color-overlay .owl-stage > .owl-item:nth-child(odd) .g-owlcarousel-item-img:after {
  background-color: #4c93db;
  background-image: -webkit-linear-gradient(-410deg, #4c93db, #212624);
  background-image: linear-gradient(140deg, #4c93db, #212624);
  opacity: 0.9;
}
/* line 849, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 850, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 851, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 852, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 853, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.sa-overlay-vi.has-color-overlay .owl-stage > .owl-item:nth-child(even) .g-owlcarousel-item-img:after, .g-owlcarousel.sa-overlay-vi.has-color-overlay .owl-stage > .owl-item:nth-child(odd) .g-owlcarousel-item-img:after {
  background-color: #b54cdb;
  background-image: -webkit-linear-gradient(-410deg, #b54cdb, #212624);
  background-image: linear-gradient(140deg, #b54cdb, #212624);
  opacity: 0.9;
}
/* line 849, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 850, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 851, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 852, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
/* line 853, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel.sa-overlay-tu.has-color-overlay .owl-stage > .owl-item:nth-child(even) .g-owlcarousel-item-img:after, .g-owlcarousel.sa-overlay-tu.has-color-overlay .owl-stage > .owl-item:nth-child(odd) .g-owlcarousel-item-img:after {
  background-color: #4cd0db;
  background-image: -webkit-linear-gradient(-410deg, #4cd0db, #212624);
  background-image: linear-gradient(140deg, #4cd0db, #212624);
  opacity: 0.9;
}
/* line 1318, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel .owl-video-wrapper {
  height: 400px;
}
/* line 1320, templates/rt_aurora/custom/scss/_owlcarousel-neo.scss */
.g-owlcarousel .owl-video-wrapper > iframe {
  position: relative;
  z-index: 1;
}
/*# sourceMappingURL=custom_11.css.map */