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

@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&family=Roboto+Slab:wght@400;500&display=swap");
.g-simplemenu-particle {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media only all and (max-width: 47.99rem) {
  .g-simplemenu-particle {
    flex-direction: column;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-simplemenu-particle .g-simplemenu-container {
    text-align: center;
  }
  .g-simplemenu-particle .g-simplemenu-container:not(:first-child) h6 {
    margin-top: 1.25rem;
  }
}
.g-simplemenu-particle .g-simplemenu-container h6 {
  margin: 0 0 0.875rem;
  color: #424753;
  font-size: 0.9rem;
  font-weight: 500;
}
@media only all and (max-width: 47.99rem) {
  .g-simplemenu-particle .g-simplemenu-container h6 {
    margin: 0 0 1.25rem;
  }
}
.g-simplemenu-particle .g-simplemenu-container .g-simplemenu {
  list-style: none;
  margin: 0;
  font-weight: 500;
  font-size: 1rem;
}
@media only all and (max-width: 47.99rem) {
  .g-simplemenu-particle .g-simplemenu-container .g-simplemenu {
    margin: 0 0 1.25rem;
  }
}
.g-simplemenu-particle .g-simplemenu-container .g-simplemenu li {
  padding: 0.225rem 0;
  font-size: 1rem;
}
.g-slider {
  position: relative;
}
.g-slider .g-slider-carousel {
  position: relative;
}
.g-slider .g-slider-carousel .owl-stage {
  display: flex;
}
.g-slider .g-slider-carousel .owl-stage-outer {
  overflow: visible;
  position: relative;
}
.g-slider .g-slider-carousel .owl-stage-outer:before, .g-slider .g-slider-carousel .owl-stage-outer:after {
  position: absolute;
  display: block;
  content: "";
  width: 1000px;
  height: 120%;
  z-index: 10;
  top: -1rem;
  pointer-events: none;
}
@media only all and (max-width: 47.99rem) {
  .g-slider .g-slider-carousel .owl-stage-outer:before, .g-slider .g-slider-carousel .owl-stage-outer:after {
    display: none;
  }
}
.g-slider .g-slider-carousel .owl-stage-outer:before {
  left: -700px;
  background: linear-gradient(left, white 70%, rgba(255, 255, 255, 0));
  background-color: transparent;
}
.g-slider .g-slider-carousel .owl-stage-outer:after {
  right: -700px;
  background: linear-gradient(right, white 70%, rgba(255, 255, 255, 0));
  background-color: transparent;
}
.g-slider .g-slider-carousel .g-slider-carousel-image-container {
  position: relative;
}
.g-slider .g-slider-carousel .g-slider-carousel-image-container .g-slider-carousel-title {
  position: absolute;
  bottom: 0;
  z-index: 1;
  padding-bottom: 0.938rem;
  font-weight: 500;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
  width: 100%;
  color: #ffffff;
}
.g-slider .g-slider-carousel .g-slider-carousel-image-container .g-slider-carousel-button {
  margin-top: 1rem;
}
.g-slider .g-slider-carousel .g-slider-carousel-image-container:before {
  transition: all 1s;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -1rem;
  left: -1rem;
  border: 4px solid rgba(0, 0, 0, 0);
  content: "";
}
.dir-rtl .g-slider .g-slider-carousel .g-slider-carousel-image-container:before {
  left: auto;
  right: -1rem;
}
.g-slider .g-slider-carousel .owl-item {
  outline: none;
}
.g-slider .g-slider-carousel .owl-item img {
  transition: all 1s;
  transform: translate(0, 0);
  z-index: 1;
  position: relative;
  box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.19);
}
.g-slider .g-slider-carousel .owl-item:hover .g-slider-carousel-image-container:before {
  border-color: rgba(0, 0, 0, 0.19);
}
.g-slider .g-slider-carousel .owl-item:hover .g-slider-carousel-image-container img {
  transform: translate(10px, -10px);
}
.dir-rtl .g-slider .g-slider-carousel .owl-item:hover .g-slider-carousel-image-container img {
  transform: translate(-10px, -10px);
}
@media only all and (max-width: 47.99rem) {
  .g-slider .g-slider-carousel .owl-item:hover .g-slider-carousel-image-container img {
    transform: translate(0, 0);
  }
}
.g-slider .g-slider-carousel .owl-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  pointer-events: none;
}
.g-slider .g-slider-carousel .owl-nav button {
  top: 0;
  bottom: 0;
  position: absolute;
  pointer-events: all;
  font-size: 1.4rem;
}
.g-slider .g-slider-carousel .owl-nav .owl-prev {
  margin-left: 10px;
  left: 0;
  right: auto;
}
.dir-rtl .g-slider .g-slider-carousel .owl-nav .owl-prev {
  margin-right: 10px;
  right: 0;
  left: auto;
}
.dir-rtl .g-slider .g-slider-carousel .owl-nav .owl-prev .fa-chevron-left:before {
  content: "";
}
.g-slider .g-slider-carousel .owl-nav .owl-next {
  margin-right: 10px;
  left: auto;
  right: 0;
}
.dir-rtl .g-slider .g-slider-carousel .owl-nav .owl-next {
  margin-left: 10px;
  left: 0;
  right: auto;
}
.dir-rtl .g-slider .g-slider-carousel .owl-nav .owl-next .fa-chevron-right:before {
  content: "";
}
@media only all and (max-width: 47.99rem) {
  .g-swiper.multislides .g-swiper-title, .g-swiper.multislides .g-swiper-text {
    font-size: 1rem !important;
  }
  .g-swiper.multislides .button {
    font-size: 0.7rem !important;
    padding: 0.4rem 0.75rem !important;
  }
  .g-swiper.multislides .swiper-navigation > div {
    font-size: 2rem !important;
  }
}
.g-swiper.swiper-container-horizontal > .swiper-pagination-bullets {
  display: flex;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
}
.g-swiper.swiper-container-horizontal > .swiper-pagination-progressbar {
  top: auto;
  bottom: 0;
  height: 10px;
}
.g-swiper.swiper-container-vertical .swiper-navigation + .swiper-pagination-bullets {
  top: unset;
  bottom: 0;
  transform: none;
}
@media only all and (max-width: 47.99rem) {
  .g-swiper.swiper-container-vertical > .swiper-pagination-bullets {
    right: 0;
  }
}
.dir-rtl .g-swiper.swiper-container-vertical > .swiper-pagination-bullets {
  right: auto;
  left: 10px;
}
@media only all and (max-width: 47.99rem) {
  .dir-rtl .g-swiper.swiper-container-vertical > .swiper-pagination-bullets {
    left: 0;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-swiper.swiper-container-vertical.swiper-container-coverflow > .swiper-pagination-bullets {
    right: 10px;
  }
  .dir-rtl .g-swiper.swiper-container-vertical.swiper-container-coverflow > .swiper-pagination-bullets {
    right: auto;
    left: 10px;
  }
}
.g-swiper div[class*="swiper-pagination-parent"] {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  z-index: 10;
}
.g-swiper.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .g-swiper.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 2rem 1rem;
  background: transparent;
  border: 2px solid darkgrey;
  opacity: 1;
  height: 22px;
  width: 22px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: 0;
}
@media only all and (max-width: 47.99rem) {
  .g-swiper.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .g-swiper.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
  }
}
.g-swiper.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.focus, .g-swiper.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.active, .g-swiper.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet.focus, .g-swiper.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet.active {
  outline: 0;
  -moz-outline-style: none;
}
.g-swiper.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet::after, .g-swiper.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: darkgrey;
  position: absolute;
}
@media only all and (max-width: 47.99rem) {
  .g-swiper.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet::after, .g-swiper.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet::after {
    width: 4px;
    height: 4px;
  }
}
.g-swiper.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active, .g-swiper.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #ffffff;
  opacity: 1;
  border-color: #ffffff;
}
.g-swiper.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active::after, .g-swiper.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet-active::after {
  width: 8px;
  height: 8px;
  background: #000000;
}
@media only all and (max-width: 47.99rem) {
  .g-swiper.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active::after, .g-swiper.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet-active::after {
    width: 6px;
    height: 6px;
  }
}
.g-swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #839b97;
}
.g-swiper .g-swiper-slider .swiper-slide {
  position: relative;
}
.g-swiper .g-swiper-slider .swiper-slide .swiper-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.g-swiper .g-swiper-slider .swiper-slide video {
  position: absolute;
  z-index: 10;
  width: 100%;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-swiper .g-swiper-slider .swiper-slide video {
    height: 100%;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-swiper .g-swiper-slider .swiper-slide video {
    height: 100%;
  }
}
.g-swiper .g-swiper-slider .swiper-slide .swiper-link-overlay {
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100%;
}
.g-swiper .g-swiper-slider .swiper-slide .slide {
  position: absolute;
  margin: 0 auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform-style: preserve-3d;
  z-index: 20;
}
.g-swiper .g-swiper-slider .swiper-slide .slide .slide-content-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.g-swiper .g-swiper-slider .swiper-slide .slide .slide-content-wrapper .slide-content {
  text-align: center;
}
.g-swiper .g-swiper-slider .swiper-slide .slide .slide-content-wrapper .slide-content .g-swiper-text {
  font-size: 1.1vw;
  font-weight: 400;
  line-height: 1.3;
  margin: 1rem 4rem;
  max-width: 1200px;
  color: #ffffff;
}
@media (max-width: 118.1818181818rem) {
  .g-swiper .g-swiper-slider .swiper-slide .slide .slide-content-wrapper .slide-content .g-swiper-text {
    font-size: 1.3rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-swiper .g-swiper-slider .swiper-slide .slide .slide-content-wrapper .slide-content .g-swiper-text {
    font-size: 1rem;
  }
}
.g-swiper .g-swiper-slider .swiper-slide .slide .slide-content-wrapper .slide-content .g-swiper-title {
  font-size: 1.5vw;
  font-weight: 500;
  line-height: 1.3;
  margin: 1rem 3rem;
  color: #ffffff;
}
@media (max-width: 120rem) {
  .g-swiper .g-swiper-slider .swiper-slide .slide .slide-content-wrapper .slide-content .g-swiper-title {
    font-size: 1.8rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-swiper .g-swiper-slider .swiper-slide .slide .slide-content-wrapper .slide-content .g-swiper-title {
    font-size: 1.2rem;
  }
}
.g-swiper .g-swiper-slider .swiper-slide .slide .slide-content-wrapper .slide-content .button:hover {
  background: #839b97;
}
@media only all and (max-width: 47.99rem) {
  .g-swiper .g-swiper-slider .swiper-slide .slide .slide-content-wrapper .slide-content .button {
    padding: 0.4rem 1rem;
    font-size: 0.8rem;
  }
}
.swiper-navigation div[class*="button-next"], .swiper-navigation div[class*="button-prev"] {
  position: absolute;
  font-size: 4rem;
  color: #ffffff;
  outline: none;
  z-index: 20;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only all and (max-width: 47.99rem) {
  .swiper-navigation div[class*="button-next"], .swiper-navigation div[class*="button-prev"] {
    font-size: 3rem;
  }
}
.swiper-navigation div[class*="button-next"] {
  right: 1rem;
  top: 50%;
  margin: 0;
  padding: 0;
  transform: translateY(-50%);
}
.swiper-navigation div[class*="button-prev"] {
  left: 1rem;
  top: 50%;
  margin: 0;
  padding: 0;
  transform: translateY(-50%);
}
.swiper-navigation.rtl div[class*="button-prev"] {
  right: 1rem;
  left: auto;
}
.swiper-navigation.rtl div[class*="button-next"] {
  right: auto;
  left: 1rem;
}
div[class*="g-swiper-thumbs"] {
  margin: 2rem 0;
  font-weight: 700;
}
div[class*="g-swiper-thumbs"].gallery-thumbs {
  box-sizing: border-box;
  cursor: pointer;
}
div[class*="g-swiper-thumbs"].gallery-thumbs .swiper-slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 6px;
  position: relative;
  pointer-events: auto;
}
div[class*="g-swiper-thumbs"].gallery-thumbs .swiper-slide .g-swiper-thumbs-title {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-size: 0.9vw;
  height: 100%;
  margin: -1rem 2rem 0;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 111.1111111111rem) {
  div[class*="g-swiper-thumbs"].gallery-thumbs .swiper-slide .g-swiper-thumbs-title {
    font-size: 1rem;
  }
}
div[class*="g-swiper-thumbs"].gallery-thumbs .swiper-slide .g-swiper-thumbs-title span {
  z-index: 2;
}
div[class*="g-swiper-thumbs"].gallery-thumbs .swiper-slide:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 6px;
  transition: opacity 0.5s ease-in-out;
}
div[class*="g-swiper-thumbs"].gallery-thumbs .swiper-slide-thumb-active:before {
  opacity: 0.25;
}
div[class*="g-swiper-thumbs"] .swiper-navigation div[class*="button-next"], div[class*="g-swiper-thumbs"] .swiper-navigation div[class*="button-prev"] {
  font-size: 3rem;
  opacity: 1;
  z-index: 20;
}
@media only all and (max-width: 47.99rem) {
  div[class*="g-swiper-thumbs"] .swiper-navigation div[class*="button-next"], div[class*="g-swiper-thumbs"] .swiper-navigation div[class*="button-prev"] {
    font-size: 2rem;
  }
}
/*******************************************/
/* kenburns animation */
/*******************************************/
.swiper-slide-active .kenburns {
  animation: kenburns ease-out;
}
@-webkit-keyframes kenburns {
  0% {
    transform: scale(1.5) rotate(0.02deg);
  }
  100% {
    transform: scale(1) rotate(0.02deg);
  }
}
@keyframes kenburns {
  0% {
    transform: scale(1.5) rotate(0.02deg);
  }
  100% {
    transform: scale(1) rotate(0.02deg);
  }
}
/*******************************************/
/* kenburnsDownLeft animation */
/*******************************************/
.swiper-slide-active .kenburnsDownLeft {
  animation: kenburnsDownLeft ease-out;
}
@-webkit-keyframes kenburnsDownLeft {
  0% {
    transform: scale(1.5) translate(10%, -10%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsDownLeft {
  0% {
    transform: scale(1.5) translate(10%, -10%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
/*******************************************/
/* kenburnsDownRight animation */
/*******************************************/
.swiper-slide-active .kenburnsDownRight {
  -webkit-animation: kenburnsDownRight ease-out;
  animation: kenburnsDownRight ease-out;
}
@-webkit-keyframes kenburnsDownRight {
  0% {
    transform: scale(1.5) translate(-10%, -10%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsDownRight {
  0% {
    transform: scale(1.5) translate(-10%, -10%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
/*******************************************/
/* kenburnsDown animation */
/*******************************************/
.swiper-slide-active .kenburnsDown {
  -webkit-animation: kenburnsDown ease-out;
  animation: kenburnsDown ease-out;
}
@-webkit-keyframes kenburnsDown {
  0% {
    transform: scale(1.5) translate(0, -10%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsDown {
  0% {
    transform: scale(1.5) translate(0, -10%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
/*******************************************/
/* kenburnsLeft animation */
/*******************************************/
.swiper-slide-active .kenburnsLeft {
  -webkit-animation: kenburnsLeft ease-out;
  animation: kenburnsLeft ease-out;
}
@-webkit-keyframes kenburnsLeft {
  0% {
    transform: scale(1.5) translate(10%, 0);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsLeft {
  0% {
    transform: scale(1.5) translate(10%, 0);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
/*******************************************/
/* kenburnsRight animation */
/*******************************************/
.swiper-slide-active .kenburnsRight {
  -webkit-animation: kenburnsRight ease-out;
  animation: kenburnsRight ease-out;
}
@-webkit-keyframes kenburnsRight {
  0% {
    transform: scale(1.5) translate(-10%, 0);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsRight {
  0% {
    transform: scale(1.5) translate(-10%, 0);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
/*******************************************/
/* kenburnsUpLeft animation */
/*******************************************/
.swiper-slide-active .kenburnsUpLeft {
  -webkit-animation: kenburnsUpLeft ease-out;
  animation: kenburnsUpLeft ease-out;
}
@-webkit-keyframes kenburnsUpLeft {
  0% {
    transform: scale(1.5) translate(10%, 10%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsUpLeft {
  0% {
    transform: scale(1.5) translate(10%, 10%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
/*******************************************/
/* kenburnsUpRight animation */
/*******************************************/
.swiper-slide-active .kenburnsUpRight {
  -webkit-animation: kenburnsUpRight ease-out;
  animation: kenburnsUpRight ease-out;
}
@-webkit-keyframes kenburnsUpRight {
  0% {
    transform: scale(1.5) translate(-10%, 10%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsUpRight {
  0% {
    transform: scale(1.5) translate(-10%, 10%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
/*******************************************/
/* kenburnsUp animation */
/*******************************************/
.swiper-slide-active .kenburnsUp {
  -webkit-animation: kenburnsUp ease-out;
  animation: kenburnsUp ease-out;
}
@-webkit-keyframes kenburnsUp {
  0% {
    transform: scale(1.5) translate(0, 10%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
@keyframes kenburnsUp {
  0% {
    transform: scale(1.5) translate(0, 10%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
.g-infolist-particle .g-infolist-title {
  font-size: 2.2vw;
  line-height: 1.3;
}
@media (max-width: 100rem) {
  .g-infolist-particle .g-infolist-title {
    font-size: 2.2rem;
  }
}
.g-infolist-particle .g-infolist-desc {
  font-size: 1.5vw;
  color: rgba(66, 71, 83, 0.75);
}
@media (max-width: 100rem) {
  .g-infolist-particle .g-infolist-desc {
    font-size: 1.5rem;
  }
}
.g-infolist-particle .g-infolist {
  display: flex;
  flex-flow: row wrap;
  flex-wrap: wrap;
  justify-content: center;
}
.g-infolist-particle .g-infolist .g-infolist-item {
  width: 100%;
  border-bottom: 1px solid transparent;
  min-width: 0;
  min-height: 0;
}
.g-infolist-particle .g-infolist .g-infolist-item .g-infolist-item-container {
  margin: 0.625rem;
  padding: 0.625rem;
}
@media only all and (max-width: 47.99rem) {
  .g-infolist-particle .g-infolist .g-infolist-item .g-infolist-item-container {
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-left: 0;
    padding-right: 0;
  }
}
.g-infolist-particle .g-infolist.g-compact .g-infolist-item {
  margin-bottom: 0.5rem;
}
.g-infolist-particle .g-infolist.noborder .g-infolist-item {
  border-bottom: 0;
}
.g-infolist-particle .g-infolist.spaced .g-infolist-item {
  padding: 0.5rem 0 2rem 0;
}
.g-infolist-particle .g-infolist .g-infolist-item-icon, .g-infolist-particle .g-infolist .g-infolist-item-img {
  margin-right: 1rem;
  margin-top: 0.25rem;
}
.g-infolist-particle .g-infolist .g-infolist-item-icon.left, .g-infolist-particle .g-infolist .g-infolist-item-img.left {
  margin-right: 1rem;
}
.dir-rtl .g-infolist-particle .g-infolist .g-infolist-item-icon.left, .dir-rtl .g-infolist-particle .g-infolist .g-infolist-item-img.left {
  margin-left: 1rem;
  margin-right: 0;
}
.g-infolist-particle .g-infolist .g-infolist-item-icon.left.browser, .g-infolist-particle .g-infolist .g-infolist-item-img.left.browser {
  margin-right: 4%;
}
.dir-rtl .g-infolist-particle .g-infolist .g-infolist-item-icon.left.browser, .dir-rtl .g-infolist-particle .g-infolist .g-infolist-item-img.left.browser {
  margin-left: 4%;
  margin-right: 0;
}
.g-infolist-particle .g-infolist .g-infolist-item-icon.right, .g-infolist-particle .g-infolist .g-infolist-item-img.right {
  margin-left: 1rem;
}
.dir-rtl .g-infolist-particle .g-infolist .g-infolist-item-icon.right, .dir-rtl .g-infolist-particle .g-infolist .g-infolist-item-img.right {
  margin-right: 1rem;
  margin-left: 0;
}
.g-infolist-particle .g-infolist .g-infolist-item-icon.right.browser, .g-infolist-particle .g-infolist .g-infolist-item-img.right.browser {
  margin-left: 4%;
}
.dir-rtl .g-infolist-particle .g-infolist .g-infolist-item-icon.right.browser, .dir-rtl .g-infolist-particle .g-infolist .g-infolist-item-img.right.browser {
  margin-right: 4%;
  margin-left: 0;
}
.g-infolist-particle .g-infolist .g-infolist-item-img {
  min-width: 156px;
}
.g-infolist-particle .g-infolist .g-infolist-item-img.center {
  margin-left: auto;
  margin-right: auto;
}
.g-infolist-particle .g-infolist .g-infolist-item-img.avatar img {
  border-radius: 100%;
  border: 2px solid #ffffff;
}
.g-infolist-particle .g-infolist .g-infolist-item-icon {
  font-size: 1.2vw;
}
@media (max-width: 100rem) {
  .g-infolist-particle .g-infolist .g-infolist-item-icon {
    font-size: 1.2rem;
  }
}
.g-infolist-particle .g-infolist .g-infolist-item-icon .fa {
  vertical-align: sub;
}
.g-infolist-particle .g-infolist .g-infolist-item-icon-inline {
  margin-right: 0.625rem;
}
.dir-rtl .g-infolist-particle .g-infolist .g-infolist-item-icon-inline {
  margin-left: 0.625rem;
  margin-right: 0;
}
.g-infolist-particle .g-infolist .g-infolist-item-icon.left {
  text-align: left;
}
.dir-rtl .g-infolist-particle .g-infolist .g-infolist-item-icon.left {
  text-align: right;
}
.g-infolist-particle .g-infolist .g-infolist-item-icon.center {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  margin: 0 auto !important;
  margin-bottom: 0.938rem;
}
.g-infolist-particle .g-infolist .g-infolist-item-icon.right {
  text-align: right;
}
.dir-rtl .g-infolist-particle .g-infolist .g-infolist-item-icon.right {
  text-align: left;
}
.g-infolist-particle .g-infolist .g-infolist-item-title {
  margin: 0.9375rem 0;
  font-weight: 600;
  font-size: 1.1vw;
}
@media (max-width: 100rem) {
  .g-infolist-particle .g-infolist .g-infolist-item-title {
    font-size: 1.1rem;
  }
}
.g-infolist-particle .g-infolist .g-infolist-item-desc {
  margin: 0;
  font-weight: 400;
  font-size: 0.9vw;
  opacity: 0.8;
}
@media (max-width: 100rem) {
  .g-infolist-particle .g-infolist .g-infolist-item-desc {
    font-size: 0.9rem;
  }
}
.g-infolist-particle .g-infolist .g-infolist-tags {
  opacity: 0.8;
  margin: 1rem 0 0.5rem 0;
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 700;
}
.g-infolist-particle .g-infolist .g-infolist-link {
  margin-top: 1rem;
}
.g-infolist-particle .g-infolist.g-1cols .g-infolist-item:last-child {
  border-bottom: none;
}
.g-infolist-particle .g-infolist.g-1cols .g-infolist-item:last-child .g-infolist-item-container {
  padding-bottom: 0;
  margin-bottom: 0;
}
.g-infolist-particle .g-infolist.g-2cols .g-infolist-item {
  width: 50%;
}
.g-infolist-particle .g-infolist.g-2cols .g-infolist-item:nth-child(odd) .g-infolist-item-container {
  margin-right: 1%;
}
.g-infolist-particle .g-infolist.g-2cols .g-infolist-item:nth-child(even) .g-infolist-item-container {
  margin-left: 1%;
}
.g-infolist-particle .g-infolist.g-3cols .g-infolist-item {
  width: 33%;
}
.g-infolist-particle .g-infolist.g-3cols .g-infolist-item:nth-child(3n-1) .g-infolist-item-container {
  margin-left: 0;
  margin-right: 0;
}
.g-infolist-particle .g-infolist.g-4cols .g-infolist-item {
  width: 25%;
}
.g-infolist-particle .g-infolist.g-4cols .g-infolist-item:nth-child(4n-2) .g-infolist-item-container {
  margin-left: 0;
  margin-right: 1%;
}
.g-infolist-particle .g-infolist.g-4cols .g-infolist-item:nth-child(4n-1) .g-infolist-item-container {
  margin-left: 1%;
  margin-right: 0;
}
.g-infolist-particle .g-infolist.g-5cols .g-infolist-item {
  width: 17.6%;
}
.g-infolist-particle .g-infolist.g-5cols .g-infolist-item:nth-child(5n-3) .g-infolist-item-container {
  margin-left: 0;
  margin-right: 1%;
}
.g-infolist-particle .g-infolist.g-5cols .g-infolist-item:nth-child(5n-2) .g-infolist-item-container {
  margin-left: 1%;
  margin-right: 1%;
}
.g-infolist-particle .g-infolist.g-5cols .g-infolist-item:nth-child(5n-1) .g-infolist-item-container {
  margin-left: 1%;
  margin-right: 0;
}
@media only all and (max-width: 47.99rem) {
  .g-infolist-particle .g-infolist[class*="cols"] .g-infolist-item {
    width: 96%;
  }
}
.g-infolist-particle .g-infolist-textstyle-header .g-infolist-tags .g-tag {
  font-size: 1.5rem;
  text-transform: uppercase;
  line-height: 2.5rem;
}
.g-infolist-particle .g-infolist-textstyle-header .g-infolist-item-title {
  font-size: 1.9rem;
  text-transform: uppercase;
  line-height: 3rem;
}
.g-infolist-particle .g-infolist-textstyle-header .g-infolist-item-desc {
  font-size: 1rem;
  line-height: 2rem;
  opacity: 0.8;
  padding: 0;
}
.g-infolist-particle .g-infolist-textstyle-header .g-infolist-item-desc, .g-infolist-particle .g-infolist-textstyle-header .g-infolist-item-title, .g-infolist-particle .g-infolist-textstyle-header .g-infolist-tags, .g-infolist-particle .g-infolist-textstyle-header .g-infolist-tags .g-tag {
  text-rendering: optimizeLegibility;
  font-family: "Roboto Slab", serif;
  font-weight: bold;
  margin: 0;
}
.g-infolist-particle .g-infolist-textstyle-header .g-infolist-item-desc a, .g-infolist-particle .g-infolist-textstyle-header .g-infolist-item-title a, .g-infolist-particle .g-infolist-textstyle-header .g-infolist-tags a, .g-infolist-particle .g-infolist-textstyle-header .g-infolist-tags .g-tag a {
  color: inherit;
}
.g-infolist-particle .g-infolist-textstyle-header .g-infolist-item-desc a:hover, .g-infolist-particle .g-infolist-textstyle-header .g-infolist-item-title a:hover, .g-infolist-particle .g-infolist-textstyle-header .g-infolist-tags a:hover, .g-infolist-particle .g-infolist-textstyle-header .g-infolist-tags .g-tag a:hover {
  opacity: 0.75;
}
.g-infolist-particle .g-infolist-textstyle-header .g-infolist-link {
  margin-top: 0;
}
@media only all and (max-width: 47.99rem) {
  .g-blockcontent-header {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.g-blockcontent-subcontent-title {
  margin: 0.625rem 0;
}
.g-blockcontent-subcontent-title-icon {
  margin-bottom: 0.625rem;
  font-size: 1.2rem;
}
.g-blockcontent-subcontent-title-text {
  font-weight: 400;
  font-size: 1.8rem;
  margin-top: 0;
  margin-bottom: 0.438rem;
}
.g-blockcontent-subcontent {
  margin: -1.563rem;
}
@media only all and (max-width: 47.99rem) {
  .g-blockcontent-subcontent {
    margin: -0.625rem;
  }
}
.g-blockcontent-spacing .g-blockcontent-subcontent {
  margin: -0.625rem 0;
}
.g-blockcontent-subcontent-block {
  margin: 0.625rem;
  margin-right: 0;
  height: 100%;
}
.g-blockcontent-subcontent-block.g-blockcontent-subcontent-block-accent1 {
  background: #839b97;
  position: relative;
}
.g-blockcontent-subcontent-block.g-blockcontent-subcontent-block-accent1:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: -0.625rem;
  top: 0.625rem;
  border: 2px solid #839b97;
}
.g-blockcontent-subcontent-block.g-blockcontent-subcontent-block-accent2 {
  background: #c6b497;
}
.g-blockcontent-subcontent-subtitle {
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  font-size: 0.7rem;
  vertical-align: super;
}
.g-blockcontent-subcontent-desc {
  font-family: "Roboto Slab", serif;
  font-weight: 200;
  font-size: 1.2rem;
  position: relative;
  margin: 0.625rem 0;
  line-height: 1.9;
}
.g-blockcontent-subcontent-desc i {
  margin-top: 0.625rem;
}
.g-blockcontent-subcontent-img {
  border-radius: 0.25rem;
}
.g-blockcontent-description {
  font-family: "Roboto Slab", serif;
  font-size: 1rem;
  font-weight: 200;
}
.g-blockcontent-buttons {
  margin-top: 0.938rem;
}
.accordion {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1rem;
}
.accordion .accordion-item-title {
  color: #8b92a3;
  cursor: pointer;
  font-size: 0.8rem;
  -webkit-transition: color 0.35s;
  -moz-transition: color 0.35s;
  transition: color 0.35s;
}
.accordion .accordion-item-title .toggle {
  color: #ffffff;
  float: right;
  padding: 0 4px;
  -webkit-transition: background 0.35s;
  -moz-transition: background 0.35s;
  transition: background 0.35s;
}
.dir-rtl .accordion .accordion-item-title .toggle {
  float: left;
}
.accordion li {
  padding: 1rem 0;
  border-bottom: 1px solid #e0e0e5;
}
.accordion li.active .accordion-item-title {
  color: #839b97;
}
.accordion li.active .toggle {
  background: #839b97;
}
.accordion li div {
  padding: 0.5rem 0;
}
/*
*  Owl Carousel - Animate Plugin
*/
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
*  Owl Carousel - Auto Height Plugin
*/
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/*
*  Core Owl Carousel CSS File
*/
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  width: 100%;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transform: translate3d(0, 0, 0) !important;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/*
*  Owl Carousel - Lazy Load Plugin
*/
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
/*
*  Owl Carousel - Video Plugin
*/
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon, .owl-carousel .owl-videolocal-play-icon {
  position: absolute;
  height: 66px;
  width: 66px;
  left: 50%;
  bottom: 15%;
  margin-left: -40px;
  margin-top: -40px;
  background: url('../images/owlcarousel/play.svg') no-repeat;
  background-size: contain;
  cursor: pointer;
  z-index: 3;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  opacity: 1;
}
.owl-carousel .owl-video-play-icon.paused, .owl-carousel .owl-videolocal-play-icon.paused {
  background: url('../images/owlcarousel/paused.svg');
  background-size: contain;
  opacity: 0.8;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
/*
*  Owl Carousel - Nav & Dots
*/
.owl-nav {
  opacity: 1;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.owl-nav div, .owl-nav button {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background-color: transparent;
  outline: none;
  display: inline-block;
  opacity: 1;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 700;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.owl-nav div:hover, .owl-nav button:hover {
  color: #839b97;
}
@media only all and (max-width: 30rem) {
  .owl-nav div, .owl-nav button {
    position: relative;
  }
}
.owl-nav div.owl-prev, .owl-nav button.owl-prev {
  margin-right: 4.69rem;
}
@media only all and (max-width: 30rem) {
  .owl-nav div.owl-prev, .owl-nav button.owl-prev {
    margin-right: 1.876rem;
  }
}
.dir-rtl .owl-nav div, .dir-rtl .owl-nav button {
  left: 0;
  right: auto;
}
.dir-rtl .owl-nav div.owl-next, .dir-rtl .owl-nav button.owl-next {
  margin-left: 4.69rem;
}
@media only all and (max-width: 30rem) {
  .dir-rtl .owl-nav div.owl-next, .dir-rtl .owl-nav button.owl-next {
    margin-left: 1.876rem;
  }
}
.owl-nav.disabled {
  display: none;
}
@media only all and (max-width: 30rem) {
  .owl-controls {
    text-align: center;
  }
}
.owl-dots .owl-dot {
  display: inline-block;
  padding: 0;
  outline: none;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 0 0.6rem;
  background: #ffffff;
  vertical-align: middle;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.owl-dots .owl-dot.active {
  background: #839b97;
}
.owlcarousel-offset {
  margin-right: -45px !important;
  margin-bottom: -45px !important;
  margin-left: -45px !important;
  position: relative;
  z-index: 2;
}
@media only all and (max-width: 47.99rem) {
  .owlcarousel-offset {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
.owlcarousel-offset.size-100 {
  flex-basis: auto;
  width: auto;
}
.g-owlcarousel-description {
  font-family: "Roboto Slab", serif;
  font-size: 1.25rem;
  font-weight: 400;
}
.g-owlcarousel-header {
  padding: 0.938rem !important;
  margin: 0.625rem;
}
.g-owlcarousel-layout-standard {
  position: relative;
}
.g-owlcarousel-layout-standard .g-owlcarousel-header {
  margin: 0.625rem;
  padding-bottom: 0.1rem !important;
}
.g-owlcarousel-layout-standard .video {
  position: absolute;
  width: 100%;
  height: 100%;
}
.g-owlcarousel-layout-standard .video video {
  width: 100% !important;
  height: 100% !important;
  object-fit: inherit;
}
.g-owlcarousel-layout-standard .g-title {
  color: #839b97;
  padding: 0;
}
.g-owlcarousel-layout-standard .owl-item > div .g-owlcarousel-content {
  text-align: center;
  padding: 7.504rem 0 7.504rem 0;
  position: relative;
}
.g-owlcarousel-layout-standard .owl-item > div .g-owlcarousel-item-title {
  position: relative;
  font-size: 4.4vw;
  line-height: 1.6;
  padding-bottom: 1.2rem;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-owlcarousel-layout-standard .owl-item > div .g-owlcarousel-item-title {
    font-size: 3.5rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-owlcarousel-layout-standard .owl-item > div .g-owlcarousel-item-title {
    font-size: 2.5rem;
  }
}
.g-owlcarousel-layout-standard .owl-item > div .g-owlcarousel-item-subtitle {
  padding-bottom: 3.752rem;
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  font-size: 0.8rem;
  color: #ffffff;
  opacity: 0.5;
  letter-spacing: 11px;
  text-transform: uppercase;
  display: block;
  position: relative;
  z-index: 2;
}
.g-owlcarousel-layout-standard .owl-item > div .g-owlcarousel-author {
  padding-top: 10px;
}
.g-owlcarousel-layout-standard .owl-item > div .g-owlcarousel-author .author-image {
  display: inline-block;
  line-height: 1.5rem;
  margin-right: 10px;
}
.g-owlcarousel-layout-standard .owl-item > div .g-owlcarousel-author .author-image img {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
}
.g-owlcarousel-layout-standard .owl-item > div .g-owlcarousel-author .author-name {
  display: inline-block;
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  color: #ffffff;
  line-height: 25px;
  vertical-align: top;
}
.g-owlcarousel-layout-standard .owl-item > div .g-owlcarousel-item-desc {
  padding-top: 0.938rem;
  font-size: 1.3rem;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  position: relative;
  z-index: 2;
}
.g-owlcarousel-layout-standard .owl-item > div .g-owlcarousel-item-link .g-owlcarousel-item-button {
  padding: 0.3rem 0;
}
.g-owlcarousel-layout-standard .owl-item > div .g-owlcarousel-item-link .g-owlcarousel-item-button:hover {
  color: #839b97;
}
.g-owlcarousel-layout-standard .g-container-wrapper-panel {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 2;
  text-align: center;
}
.g-owlcarousel-layout-standard .g-container-wrapper-panel .g-owlcarousel-panel-container {
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.g-owlcarousel-layout-standard .g-container-wrapper-panel .g-owlcarousel-panel-container .g-owlcarousel-panel {
  text-transform: uppercase;
  padding: 1.938rem 0;
  margin: 0;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 0;
  -moz-flex: 1 0;
  -ms-flex: 1 0;
  flex: 1 0;
  border-bottom: 2px solid transparent;
}
.g-owlcarousel-layout-standard .g-container-wrapper-panel .g-owlcarousel-panel-container .g-owlcarousel-panel span {
  display: inline;
  margin: 0;
}
.g-owlcarousel-layout-standard .g-container-wrapper-panel .g-owlcarousel-panel-container .g-owlcarousel-panel.selected {
  border-color: #839b97;
}
.g-owlcarousel-layout-standard .owl-dots {
  position: absolute;
  left: 50%;
  margin-left: -40px;
}
.g-owlcarousel-layout-standard .owl-nav div, .g-owlcarousel-layout-standard .owl-nav button {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: inline-block;
  height: 60px;
  width: 60px;
  line-height: 60px;
  font-size: 1.5rem;
  color: #ffffff;
  text-align: center;
  margin: auto;
  border-radius: 50%;
  border: 2px solid #ffffff;
}
.g-owlcarousel-layout-standard .owl-nav div.owl-prev, .g-owlcarousel-layout-standard .owl-nav button.owl-prev {
  left: 2rem;
  right: auto;
}
.g-owlcarousel-layout-standard .owl-nav div.owl-prev .fa, .g-owlcarousel-layout-standard .owl-nav button.owl-prev .fa {
  padding-right: 3px;
}
.g-owlcarousel-layout-standard .owl-nav div.owl-prev:hover, .g-owlcarousel-layout-standard .owl-nav button.owl-prev:hover {
  color: #839b97;
  border-color: #839b97;
}
.rtl .g-owlcarousel-layout-standard .owl-nav div.owl-prev, .rtl .g-owlcarousel-layout-standard .owl-nav button.owl-prev {
  right: 2rem;
  left: auto;
}
.g-owlcarousel-layout-standard .owl-nav div.owl-next, .g-owlcarousel-layout-standard .owl-nav button.owl-next {
  right: 2rem;
  left: auto;
}
.g-owlcarousel-layout-standard .owl-nav div.owl-next .fa, .g-owlcarousel-layout-standard .owl-nav button.owl-next .fa {
  padding-left: 3px;
}
.g-owlcarousel-layout-standard .owl-nav div.owl-next:hover, .g-owlcarousel-layout-standard .owl-nav button.owl-next:hover {
  color: #c6b497;
  border-color: #c6b497;
}
.rtl .g-owlcarousel-layout-standard .owl-nav div.owl-next, .rtl .g-owlcarousel-layout-standard .owl-nav button.owl-next {
  left: 2rem;
  right: auto;
}
.g-owlcarousel:hover .owl-nav {
  opacity: 1;
}
.g-owlcarousel-item-wrapper {
  position: relative;
}
.g-owlcarousel-item-img {
  position: relative;
}
.g-owlcarousel-item-img:after {
  position: absolute;
  content: "";
  height: 50%;
  left: 0;
  right: 0;
  bottom: 0;
}
.g-owlcarousel-item-content-container {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
@media only all and (min-width: 75rem) {
  .g-owlcarousel-item-content-container {
    width: 75rem;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-owlcarousel-item-content-container {
    width: 60rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-owlcarousel-item-content-container {
    width: 48rem;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .g-owlcarousel-item-content-container {
    width: 30rem;
  }
}
@media only all and (max-width: 30rem) {
  .g-owlcarousel-item-content-container {
    width: 100%;
  }
}
.g-owlcarousel-item-content-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  height: 100%;
}
.g-owlcarousel-item-content {
  margin: 0.625rem;
  padding: 0.938rem;
}
.g-owlcarousel-fullwidth .g-owlcarousel-item-content {
  width: 100%;
}
.g-owlcarousel-compact .g-owlcarousel-item-content {
  width: 50%;
}
.center-block .g-owlcarousel-compact .g-owlcarousel-item-content {
  margin: auto;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-owlcarousel-compact .g-owlcarousel-item-content {
    width: 65%;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-owlcarousel-compact .g-owlcarousel-item-content {
    width: 75%;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-owlcarousel-compact .g-owlcarousel-item-content {
    width: 100%;
  }
}
.g-owlcarousel-item-title {
  font-family: "Roboto Slab", serif;
  font-size: 3rem;
  color: #ffffff;
  padding-bottom: 0.538rem;
  font-weight: 400;
  text-transform: uppercase;
  position: absolute;
  top: 40%;
  left: 0;
  z-index: 2;
  margin: 1.563rem;
}
.g-owlcarousel-item-desc {
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 200;
  padding-bottom: 1.876rem;
  margin-bottom: 0.625rem;
}
@media only all and (max-width: 47.99rem) {
  .g-owlcarousel-item-desc {
    display: none;
  }
}
@media only all and (max-width: 30rem) {
  .g-owlcarousel-item-button {
    padding: 0.25rem 1rem;
    font-weight: 400;
    font-size: 0.8rem;
  }
}
.g-owlcarousel-layout-testimonial.g-owlcarousel-nav-disabled .owl-nav {
  display: none;
}
.g-owlcarousel-layout-testimonial .g-title {
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 0.66rem;
  font-weight: 700;
  opacity: 0.5;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.g-owlcarousel-layout-testimonial .g-owlcarousel-item-desc {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  -webkit-transform: translate3d(0, 0, 0);
  padding: 0.938rem 0.938rem 0;
  margin: 0.625rem 0.625rem 1.25rem;
  font-size: 1.4rem;
}
@media only all and (max-width: 47.99rem) {
  .g-owlcarousel-layout-testimonial .g-owlcarousel-item-desc {
    display: block;
    padding-top: 2rem;
    font-size: 1rem;
    padding: 0.938rem 0;
  }
}
.g-owlcarousel-layout-testimonial .g-owlcarousel-item-desc a {
  color: #ffffff;
  display: inline-block;
}
.g-owlcarousel-layout-testimonial .g-owlcarousel-item-desc a:hover {
  color: #839b97;
}
.g-owlcarousel-layout-testimonial .g-owlcarousel-item-desc i {
  display: block;
  font-size: 2rem;
  padding: 0.938rem;
  margin: 0.625rem;
}
.g-owlcarousel-layout-testimonial .g-owlcarousel-item-desc .g-owlcarousel-item-title {
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  opacity: 0.5;
  text-transform: none;
  font-size: 1rem;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.g-owlcarousel-layout-testimonial .g-owlcarousel-author {
  padding: 0 0.938rem;
  margin: 0 0.625rem;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only all and (max-width: 47.99rem) {
  .g-owlcarousel-layout-testimonial .g-owlcarousel-author {
    -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;
  }
}
.g-owlcarousel-layout-testimonial .g-owlcarousel-author .g-owlcarousel-author-image {
  margin-right: 25px;
}
.dir-rtl .g-owlcarousel-layout-testimonial .g-owlcarousel-author .g-owlcarousel-author-image {
  margin-right: 0;
  margin-left: 25px;
}
.g-owlcarousel-layout-testimonial .g-owlcarousel-author .g-owlcarousel-author-image img {
  width: 45px;
  height: 45px;
  max-width: 100%;
  border-radius: 100%;
  padding: 0;
  margin: 0 auto;
}
@media only all and (max-width: 30rem) {
  .g-owlcarousel-layout-testimonial .g-owlcarousel-author .g-owlcarousel-author-image img {
    margin-bottom: 0.625rem;
  }
}
.g-owlcarousel-layout-testimonial .g-owlcarousel-author .g-owlcarousel-author-details .author-name {
  display: block;
  line-height: 1;
  font-size: 1.4rem;
}
@media only all and (max-width: 30rem) {
  .g-owlcarousel-layout-testimonial .g-owlcarousel-author .g-owlcarousel-author-details .author-name {
    font-size: 1.2rem;
  }
}
.g-owlcarousel-layout-testimonial .g-owlcarousel-author .g-owlcarousel-author-details .author-name span {
  font-size: 1rem;
  opacity: 0.5;
}
.g-owlcarousel-layout-testimonial .g-owlcarousel-author .g-owlcarousel-author-details .author-name:hover {
  text-decoration: underline;
}
.g-owlcarousel-layout-testimonial .owl-dots {
  margin: 0.625rem 0;
  padding: 1.876rem 0;
  text-align: center;
  vertical-align: middle;
}
.g-owlcarousel-layout-testimonial .owl-dots .owl-dot {
  vertical-align: middle;
  border-radius: 100%;
  margin: 0 0.4rem;
  background: transparent;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.g-owlcarousel-layout-testimonial .owl-dots .owl-dot.active {
  background: #ffffff;
  border: #ffffff;
}
.g-owlcarousel-layout-testimonial .owl-nav {
  margin: 0.625rem 0;
  padding: 1.876rem 0;
  text-align: center;
}
.g-owlcarousel-layout-testimonial .owl-nav div, .g-owlcarousel-layout-testimonial .owl-nav button {
  position: relative;
}
.g-owlcarousel-layout-testimonial .owl-nav div.owl-prev, .g-owlcarousel-layout-testimonial .owl-nav button.owl-prev {
  margin-right: 0.938rem;
}
.g-owlcarousel-layout-newsslider {
  left: inherit;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only all and (max-width: 47.99rem) {
  .g-owlcarousel-layout-newsslider {
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.g-owlcarousel-layout-newsslider .g-title {
  text-align: center;
  opacity: 0.5;
  padding-bottom: 0;
}
.g-owlcarousel-layout-newsslider .g-item-title {
  color: #839b97;
  font-weight: 400;
  font-size: 1.6rem;
}
@media only all and (max-width: 47.99rem) {
  .g-owlcarousel-layout-newsslider .g-item-title {
    font-size: 1.3rem;
  }
}
.g-owlcarousel-layout-newsslider .owl-carousel {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 70%;
  background: #ffffff;
  border: 2px solid #e6e6e6;
  padding: 0.938rem;
  border-radius: 0.25rem;
}
@media only all and (max-width: 47.99rem) {
  .g-owlcarousel-layout-newsslider .owl-carousel {
    width: 100%;
  }
}
.g-owlcarousel-layout-newsslider .owl-carousel .owl-item img {
  padding-right: 0.938rem;
  width: auto;
  float: left;
}
.dir-rtl .g-owlcarousel-layout-newsslider .owl-carousel .owl-item img {
  padding-right: 0;
  padding-left: 0.938rem;
}
.dir-rtl .g-owlcarousel-layout-newsslider .owl-carousel .owl-item img {
  float: right;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-owlcarousel-layout-newsslider .owl-carousel .owl-item img {
    float: none;
    width: 100%;
    padding-right: 0;
    padding-bottom: 0.938rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-owlcarousel-layout-newsslider .owl-carousel .owl-item img {
    float: none;
    width: 100%;
    padding-right: 0;
    padding-bottom: 0.938rem;
  }
}
.g-owlcarousel-layout-newsslider .owl-carousel .owl-item .g-owlcarousel-author {
  padding-bottom: 0.938rem;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.g-owlcarousel-layout-newsslider .owl-carousel .owl-item .g-owlcarousel-author img {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  padding: 0;
  margin-right: 0.625rem;
}
.dir-rtl .g-owlcarousel-layout-newsslider .owl-carousel .owl-item .g-owlcarousel-author img {
  margin-right: 0;
  margin-left: 0.625rem;
}
.g-owlcarousel-layout-newsslider .owl-carousel .owl-item .g-owlcarousel-author .author-name {
  font-family: "Roboto Slab", serif;
  font-weight: 400;
}
.g-owlcarousel-layout-newsslider .owl-carousel .owl-item .item {
  display: block;
}
.g-owlcarousel-layout-newsslider .g-owlcarousel-panel-container {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 30%;
  height: 100%;
  background: #ffffff;
  padding: 0;
  border-radius: 0.25rem 0 0 0.25rem;
}
@media only all and (max-width: 47.99rem) {
  .g-owlcarousel-layout-newsslider .g-owlcarousel-panel-container {
    width: 100%;
  }
}
.dir-rtl .g-owlcarousel-layout-newsslider .g-owlcarousel-panel-container {
  border-radius: 0 0.25rem 0.25rem 0;
}
@media only all and (max-width: 47.99rem) {
  .g-owlcarousel-layout-newsslider .g-owlcarousel-panel-container {
    border-radius: 0.25rem 0.25rem 0 0;
  }
}
.g-owlcarousel-layout-newsslider .g-owlcarousel-panel-container .g-owlcarousel-panel {
  margin-bottom: 0;
  vertical-align: middle;
  -webkit-transition: box-shadow 0.4s ease-out;
  -moz-transition: box-shadow 0.4s ease-out;
  transition: box-shadow 0.4s ease-out;
  border: 2px solid #e6e6e6;
  margin-bottom: -2px;
  border-right: 0 none;
  position: relative;
}
.dir-rtl .g-owlcarousel-layout-newsslider .g-owlcarousel-panel-container .g-owlcarousel-panel {
  border-right: 2px solid #e6e6e6;
  border-left: 0 none;
}
.g-owlcarousel-layout-newsslider .g-owlcarousel-panel-container .g-owlcarousel-panel a {
  padding: -0.062rem -0.062rem -0.062rem 1.938rem;
}
.dir-rtl .g-owlcarousel-layout-newsslider .g-owlcarousel-panel-container .g-owlcarousel-panel a {
  padding: -0.062rem 1.938rem -0.062rem -0.062rem;
}
.g-owlcarousel-layout-newsslider .g-owlcarousel-panel-container .g-owlcarousel-panel i {
  padding-right: 0.438rem;
  font-size: 1.5rem;
  opacity: 0.3;
  position: absolute;
  top: 0.4rem;
  line-height: 2;
}
.dir-rtl .g-owlcarousel-layout-newsslider .g-owlcarousel-panel-container .g-owlcarousel-panel i {
  padding-right: 0;
  padding-left: 0.438rem;
}
.g-owlcarousel-layout-newsslider .g-owlcarousel-panel-container .g-owlcarousel-panel i + .g-owlcarousel-panel-title {
  margin-left: 3rem;
}
.dir-rtl .g-owlcarousel-layout-newsslider .g-owlcarousel-panel-container .g-owlcarousel-panel i + .g-owlcarousel-panel-title {
  margin-left: 0;
  margin-right: 3rem;
}
.g-owlcarousel-layout-newsslider .g-owlcarousel-panel-container .g-owlcarousel-panel.selected {
  background: #f7f7f7;
}
.g-owlcarousel-layout-newsslider .g-owlcarousel-panel-container .g-owlcarousel-panel.selected:after {
  display: none;
}
.g-owlcarousel-layout-newsslider .g-owlcarousel-panel-container .g-owlcarousel-panel.selected .g-owlcarousel-panel-title {
  color: #c6b497;
}
.g-owlcarousel-layout-newsslider .g-owlcarousel-panel-container .g-owlcarousel-panel.selected i {
  opacity: 1;
  color: #c6b497;
}
.g-owlcarousel-layout-newsslider .g-owlcarousel-panel-container .g-owlcarousel-panel .g-owlcarousel-panel-title {
  margin: 0;
  font-size: 1rem;
  color: #424753;
}
.g-owlcarousel-layout-showcase {
  position: relative;
  display: block;
  background: #c6b497;
  border-top: 4px solid #839b97;
}
.g-owlcarousel-layout-showcase .owl-loaded .owl-nav {
  display: none;
}
.g-owlcarousel-layout-showcase .g-owlcarousel .owl-stage .owl-item .item {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  flex-flow: wrap;
}
.g-owlcarousel-layout-showcase .g-owlcarousel .owl-stage .owl-item .item .g-showcase-image-link {
  -webkit-box-flex: 50%;
  -moz-box-flex: 50%;
  box-flex: 50%;
  -webkit-flex: 50% 1;
  -moz-flex: 50% 1;
  -ms-flex: 50% 1;
  flex: 50% 1;
}
.g-owlcarousel-layout-showcase .g-owlcarousel .owl-stage .owl-item .item .g-showcase-image-link .showcase-image {
  position: relative;
  z-index: 0;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.g-owlcarousel-layout-showcase .g-owlcarousel .owl-stage .owl-item .item .g-showcase-image-link .showcase-image .item-icon-overlay {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  font-size: 1.5rem;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.g-owlcarousel-layout-showcase .g-owlcarousel .owl-stage .owl-item .item .g-showcase-image-link .showcase-image:hover .item-icon-overlay {
  opacity: 1;
}
.g-owlcarousel-layout-showcase .g-owlcarousel-panel-container {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  padding: 0.938rem;
  margin: 0;
}
.g-owlcarousel-layout-showcase .g-owlcarousel-panel-container .g-owlcarousel-description {
  line-height: 2.5rem;
  text-align: center;
  font-size: 1rem;
  -webkit-box-flex: 50%;
  -moz-box-flex: 50%;
  box-flex: 50%;
  -webkit-flex: 50% 1;
  -moz-flex: 50% 1;
  -ms-flex: 50% 1;
  flex: 50% 1;
  white-space: nowrap;
}
.g-owlcarousel-layout-showcase .g-owlcarousel-panel-container .g-owlcarousel-description .fa {
  margin-right: 10px;
}
.g-owlcarousel-layout-showcase .g-owlcarousel-panel-container .owl-controls {
  text-align: center;
  -webkit-box-flex: 50%;
  -moz-box-flex: 50%;
  box-flex: 50%;
  -webkit-flex: 50% 1;
  -moz-flex: 50% 1;
  -ms-flex: 50% 1;
  flex: 50% 1;
}
@media only all and (min-width: 75rem) {
  .g-owlcarousel-layout-showcase .g-owlcarousel-panel-container .owl-controls {
    text-align: right;
  }
}
.g-owlcarousel-layout-showcase .g-owlcarousel-panel-container .owl-controls .owl-nav div, .g-owlcarousel-layout-showcase .g-owlcarousel-panel-container .owl-controls .owl-nav button {
  position: relative;
  cursor: pointer;
  font-size: 2rem;
  color: #ffffff;
  opacity: 0.4;
  line-height: 2.5rem;
  text-align: center;
}
.g-owlcarousel-layout-showcase .g-owlcarousel-panel-container .owl-controls .owl-nav div.owl-prev, .g-owlcarousel-layout-showcase .g-owlcarousel-panel-container .owl-controls .owl-nav div.owl-next, .g-owlcarousel-layout-showcase .g-owlcarousel-panel-container .owl-controls .owl-nav button.owl-prev, .g-owlcarousel-layout-showcase .g-owlcarousel-panel-container .owl-controls .owl-nav button.owl-next {
  margin: 0;
}
.g-owlcarousel-layout-showcase .g-owlcarousel-panel-container .owl-controls .owl-nav div:hover, .g-owlcarousel-layout-showcase .g-owlcarousel-panel-container .owl-controls .owl-nav button:hover {
  background-color: #839b97;
  color: #ffffff;
  opacity: 1;
}
.g-owlcarousel-layout-showcase:after {
  position: absolute;
  bottom: 0;
  z-index: 2;
  content: "";
  display: block;
  width: 100%;
  height: 80px;
  background-color: rgba(0, 0, 0, 0);
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(198, 180, 151, 0.05) 10%, #c6b497 70%);
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(198, 180, 151, 0.05) 10%, #c6b497 70%);
}
.g-owlcarousel-panel-container {
  margin-top: 1.563rem;
}
.g-owlcarousel-panel-container .g-owlcarousel-panel {
  display: block;
  cursor: pointer;
  margin-bottom: 1.5rem;
}
.g-owlcarousel-panel-container .g-owlcarousel-panel span {
  display: block;
  margin: 0 1rem;
}
.g-owlcarousel-panel-container .g-owlcarousel-panel a {
  display: block;
  width: 100%;
  height: 100%;
}
.g-owlcarousel-panel-container .g-owlcarousel-panel .g-owlcarousel-panel-title {
  color: #c6b497;
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 0.625rem;
}
.g-owlcarousel-panel-container .g-owlcarousel-panel .g-owlcarousel-panel-subtitle {
  color: #839b97;
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  font-size: 1.1rem;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .g-owlcarousel-panel-container .g-owlcarousel-panel .g-owlcarousel-panel-subtitle {
    font-size: 1rem;
  }
}
.g-owlcarousel-panel-container .g-owlcarousel-panel .g-owlcarousel-panel-desc {
  color: #839b97;
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  font-size: 1.1rem;
}
.g-owlcarousel-panel-indicator {
  width: 96px;
  height: 50px;
  position: absolute;
  left: 0;
  z-index: 2;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  top: -2.513rem;
}
.dir-rtl .g-owlcarousel-panel-indicator {
  left: 200px;
}
/*
	//////////////////////////////////////////////// 
    //                                            //
    //                                            //                                                                                                                 
    //		STYLESHEET ORGANIZATION OVERVIEW      //                                                                                                                  
    //                                            //                                                                                                                  
    //      1 - STYLES                            //                                                                                                                  
    //        '--> Buttons                        //                                                                                                                 
    //        '--> Colors                         //                                                                                                                  
    //           '- 1 - Main Colors               //                                                                                                                  
    //           '- 2 - Background Colors         //                                                                                                                  
    //           '- 3 - Button Colors             //
    //           '- 4 - Menu Colors               //                                                                                                                 
    //           '- 5 - Shapes Colors             //                                                                                                                  
    //           '- 6 - Typography Colors         //  
    //           '- 7 - Other Colors              //                                                                                                                
    //        '--> Icons                          // 
    //        '--> Logos                          //                                                                                                                 
    //        '--> Menu                           //  
    //        '--> Menu Mobile                    //                                                                                                             
    //        '--> Resets & Fixes                 //                                                                                                                  
    //        '--> Typography                     //                                                                                                                  
    //        '--> Utilities                      //                                                                                                                  
    //                                            //
    //      2 - PARTICLES                         //                                                                                                                 
    //                                            //                                                                                                                  
    //      3 - SHARED SECTIONS                   //                                                                                                                  
    //                                            //                                                                                                                  
    //      4 - PAGES                             //                                                                                                                 
    //         '--> Page 1                        //                                                                                                                  
    //            '- Common Settings              //                                                                                                                  
    //            '- Section 1 Settings           //                                                                                                                  
    //            '- Section 2 Settings           //
    //         '--> Page 2                        //                                                                                                                 
    //            '- Common Settings              //                                                                                                                  
    //            '- Section 1 Settings           //                                                                                                                  
    //            '- Section 2 Settings           //                                                                                                                  
    //                                            //                                                                                                                 
    //                                            //                                                                                                                  
    //      BREAKPOINTS ORDER OVERVIEW            //                                                                                                                  
    //                                            //                                                                                                                  
    //      // No Breakpoints                     //
    //                                            //   
    //      // Commonly used media queries        //
    //         '--> Large Desktop > 1200px        //                                                                                                                 
    //         '--> Desktop 1199px -> 960px       //                                                                                                                  
    //         '--> Tablet 959px -> 767px         //                                                                                                                  
    //         '--> Large Mobile 767px -> 480px   //                                                                                                                  
    //         '--> Small Mobile < 480px          //
    //                                            //
    //		// Less commonly used media queries   //                                                                                                                 
    //         '--> Desktop Only > 960px          //                                                                                                                  
    //         '--> No Mobile > 768px             //                                                                                                                  
    //         '--> Mobile Only < 767px           //                                                                                                                  
    //         '--> No Desktop < 960px            //
    //                                            //                                                                                                                 
    //                                            //
	////////////////////////////////////////////////
*/
/* ########################################################################## 1 - STYLES ########################################################################## */
/* ****************************************** BUTTONS ****************************************** */
input.button, input.button:hover {
  background-color: #A6906D;
}
.button, .edit.item-page .btn-toolbar .btn, .pager.pagenav a, p.readmore .btn, .contact .form-actions .btn, #contact-form .controls .btn-primary.validate, .profile .btn, .login .btn, .logout .btn, .registration .btn, .profile-edit .btn, .remind .btn, .reset .btn, .search #searchForm .btn, .search #search-form .btn, .finder #searchForm .btn, .finder #search-form .btn {
  font-family: "Roboto Slab", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.11rem;
  border-radius: 0.5rem;
  padding: 1.5rem 2.125rem;
}
#contact-form .controls .btn-primary.validate {
  font-size: 0.8rem;
}
/* ****************************************** COLORS ****************************************** */
/* ----------------- 1 - Main Colors ----------------- */
.white {
  color: white !important;
}
.beije {
  color: #fbf9f0 !important;
}
.green {
  color: #839b97 !important;
}
.black {
  color: #242823 !important;
}
/* ----------------- 2 - Background Colors ----------------- */
.bg-white {
  background-color: white !important;
}
.bg-brown {
  background-color: #c6b497 !important;
}
.bg-light-brown {
  background-color: #c6b497 !important;
}
.bg-green {
  background-color: #839b97 !important;
}
.bg-grey {
  background-color: #cfd3ce !important;
}
.bg-black {
  background-color: #242823 !important;
}
/* ----------------- 3 - Button Colors ----------------- */
.btn-white-over-dark-grey {
  color: white;
  border-color: white;
}
.btn-white-over-dark-grey:hover {
  color: #707070;
  border-color: white;
  background-color: white;
  font-weight: 700;
}
/* ----------------- 4 - Menu Colors ----------------- */
#g-footer .g-simplemenu-particle .g-simplemenu a {
  color: rgba(36, 40, 35, 0.5);
}
#g-footer .g-simplemenu-particle .g-simplemenu a:hover {
  color: rgba(36, 40, 35, 0.7);
}
#g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active {
  background: #a8b0a6;
}
.sf-s1 .services-menu .g-main-nav .g-toplevel > li > .g-menu-item-container > .g-menu-item-content {
  background-color: #33626C;
  border: 1px solid #33626C;
  color: white;
}
.sf-s1 .services-menu .g-main-nav .g-toplevel > li > .g-menu-item-container > .g-menu-item-content {
  font-size: 1rem;
}
.sf-s1 .services-menu .g-main-nav .g-toplevel > li > .g-menu-item-container > .g-menu-item-content:hover {
  background-color: #839B97;
  border-color: #839B97;
}
.sf-s1 .services-menu .g-main-nav .g-toplevel > li > .g-menu-item-container > .g-menu-item-content {
  font-weight: 400;
  padding: 10px 20px;
  line-height: 20px;
  margin: 5px 3px;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.sf-s1 .services-menu .g-main-nav {
  margin-left: -3px;
  margin-right: -3px;
}
.sf-s1 .services-menu .g-content {
  margin-bottom: -10px;
  padding-bottom: 0;
  margin-top: 6px;
  padding-top: 0;
}
.sf-s1 .services-menu .g-main-nav .g-toplevel > li > .g-menu-item-container, .g-main-nav .g-sublevel > li > .g-menu-item-container {
  padding: 0;
}
/* ----------------- 5 - Shapes Colors ----------------- */
/* ----------------- 6 - Typography Colors ----------------- */
h1, h2 {
  color: rgba(36, 40, 35, 0.75);
}
h3, h4, h5, h6, .offline #frame h1, .sub-title {
  color: rgba(36, 40, 35, 0.5);
}
.prefix-title {
  color: #839b97;
}
.sf-s1 .sessions-list .g-infolist-particle .g-infolist .g-infolist-item-title a {
  color: rgba(36, 40, 35, 0.75);
}
/* ----------------- 7 - Other Colors ----------------- */
#g-footer .g-grid:nth-child(2) {
  border-top: 2px solid rgba(36, 40, 35, 0.5);
}
@keyframes lds-dual-ring-color {
  25% {
    border-color: #839b97 transparent #c6b497 transparent;
  }
}
.fp-s2 h2 {
  color: rgba(51, 98, 108, 0.75);
}
.fp-s2 h2 span.sub-title {
  color: white;
}
.faq .accordion .accordion-item-title .toggle, .faq .accordion-item-title {
  color: #242823;
  opacity: 0.75;
}
.accordion li.active .accordion-item-title {
  color: #242823;
  opacity: 0.3;
}
#g-testimonials a, #g-testimonials a:hover {
  color: #ffffff;
}
.sessions-slider .g-slider .g-slider-carousel .g-slider-carousel-image-container {
  background-color: #c6b497;
}
.sessions-slider .g-slider .g-slider-carousel .owl-item img {
  opacity: 0.75;
}
.g-social a {
  color: rgba(36, 40, 35, 0.5);
}
.testimonials .g-owlcarousel-layout-testimonial .g-owlcarousel-item-desc, .testimonials .g-owlcarousel-layout-testimonial .g-owlcarousel-item-desc a {
  color: rgba(36, 40, 35, 0.75) !important;
}
.testimonials .g-owlcarousel-layout-testimonial .g-owlcarousel-item-desc a:hover {
  color: #242823 !important;
}
.testimonials .g-owlcarousel-layout-testimonial .g-owlcarousel-author .g-owlcarousel-author-details .author-name, .testimonials .g-owlcarousel-layout-testimonial .g-owlcarousel-author .g-owlcarousel-author-details .author-name a {
  color: rgba(36, 40, 35, 0.5) !important;
}
.testimonials .g-owlcarousel-layout-testimonial .g-owlcarousel-author .g-owlcarousel-author-details .author-name a:hover {
  color: rgba(36, 40, 35, 0.7) !important;
}
.testimonials .g-owlcarousel-layout-testimonial .owl-dots .owl-dot.active {
  background: #a6906d;
  border: #a6906d;
}
.offline .outline {
  border: 1px solid #cfd3ce;
}
/* ****************************************** LOGOS ****************************************** */
.g-logo.g-logo-helium img, .g-logo.g-logo-helium svg {
  min-width: 165px;
}
/* ****************************************** MENUS ****************************************** */
/* ----------------- Main Menu ----------------- */
/* ----------------- Mobile Menu ----------------- */
/* ****************************************** RESETS % FIXES ****************************************** */
.well {
  border: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#g-header.off-s1, #g-header.ct-s1 {
  padding: 9rem 0;
}
#g-features, #g-utility, #g-expanded {
  padding: 0;
}
#g-header a.phone {
  color: white;
}
.ct-s1 p {
  font-size: 1.1rem;
}
#g-expanded .g-container .g-grid:nth-child(2) {
  padding: 0 3rem;
}
/* ****************************************** TYPOGRAPHY ****************************************** */
p {
  font-family: "Roboto Slab", serif;
  font-weight: 400;
}
/* ----------------- Contacts Page Typography Styling ----------------- */
.ct-s1 p a {
  font-weight: 500;
}
/* ----------------- Copyright Typography Styling ----------------- */
.g-copyright {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}
/* ----------------- Copyright Typography Styling ----------------- */
.ct-s1 a.phone {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}
/* ----------------- Footer Menu Typography Styling ----------------- */
#g-footer .g-simplemenu-particle .g-simplemenu a {
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  line-height: 1.5;
  font-size: 1.2rem;
}
/* ----------------- Headings Typography Styling ----------------- */
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
}
.sub-title {
  font-weight: 600;
  display: block;
  margin-top: 0.75rem;
}
/* ----------------- Individual Sessions Headings Typography Styling ----------------- */
.sf-i-s1 h1 span.prefix-title {
  font-weight: 500;
}
/* ----------------- Main Menu Typography Styling ----------------- */
#g-navigation .g-main-nav {
  font-family: "Roboto Slab", sans-serif;
}
.g-main-nav .g-toplevel > li > .g-menu-item-container {
  letter-spacing: 0.06rem;
}
/* ----------------- FAQ's Typography Styling ----------------- */
.faq .accordion-item-title {
  font-weight: 400;
}
/* ----------------- Offline Page Typography Styling ----------------- */
.offline #frame h1 {
  font-size: 1.25rem;
}
/* ----------------- Testimonials ----------------- */
.testimonials .g-owlcarousel-layout-testimonial .g-owlcarousel-item-desc, .testimonials .g-owlcarousel-layout-testimonial .g-owlcarousel-item-desc a {
  font-family: "Roboto Slab", serif;
  text-align: center;
  font-weight: 500;
}
/* ****************************************** UTILITIES ****************************************** */
/* ----------------- Call to Action ----------------- */
.cta h3 {
  margin-bottom: 3rem;
  line-height: 1.5;
}
/* ----------------- Off Screen Menu ----------------- */
.offscreen {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
/* ----------------- Top Border ----------------- */
.vox-s3 .container .inner-container, .st-s2 .container, .st-s3 .container, .ct-s2 .photo, .ct-s3 {
  border-top-style: solid;
}
/* ########################################################################## 2 - PARTICLES ########################################################################## */
/* ****************************************** CW GALLERY ****************************************** */
.cwgallery .cwbutton, .cwgallery .cwFilters .cwbutton {
  background: #33626C;
  border-color: #33626C;
}
.cwgallery .cwFiltersAlbum .cwbutton.is-checked, .cwgallery .cwFilters .cwbutton.is-checked, .cwgallery_module .cwFiltersModule .cwbutton.is-checked, .cwgallery .cwbutton:hover, .cwgallery_module .cwFiltersModule .cwbutton:hover, .cwgallery .cwFilters .cwbutton:hover {
  background: #839b97;
  border-color: #839b97;
}
/* ****************************************** FOOTER MENU (SIMPLE MENU) ****************************************** */
#g-footer .g-simplemenu-particle {
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
}
/* ****************************************** SERVICES MENU ****************************************** */
/* ****************************************** SOCIAL ****************************************** */
/* ****************************************** TESTIMONIALS ****************************************** */
.g-owlcarousel-layout-testimonial .g-owlcarousel-author .g-owlcarousel-author-details .author-name:hover {
  text-decoration: none;
}
/* ########################################################################## 3 - SHARED SECTIONS ########################################################################## */
/* ----------------- Copyright ----------------- */
#g-footer .g-copyright {
  font-size: 1.2rem;
}
.g-social {
  font-size: 1.8rem;
}
/* ----------------- Testimonials ----------------- */
#g-testimonials, #g-testimonials:before {
  background: none;
}
#g-testimonials.fp-s3, .sf-i-s1 .testimonials {
  padding: 6rem 3rem 0;
}
.sf-i-s1 .testimonials {
  padding: 3rem;
}
.g-owlcarousel-layout-testimonial .g-owlcarousel-item-desc {
  text-align: center;
}
/*.g-owlcarousel-layout-testimonial .g-owlcarousel-item-desc {
    padding: 0;
    margin: 0 5%;
    font-size: 1.5vw;
}*/
.g-owlcarousel-layout-testimonial .g-owlcarousel-author, .g-owlcarousel-layout-testimonial .g-owlcarousel-author a {
  display: block;
  text-align: right;
  font-weight: 300;
  line-height: 2;
}
.g-owlcarousel-layout-testimonial .owl-dots {
  position: relative;
}
.g-owlcarousel-layout-testimonial .owl-dots .owl-dot {
  vertical-align: middle;
  border-radius: 100%;
  margin: 0 0.4rem;
  background: transparent;
  border: 2px solid #A6906D;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* ########################################################################## 4 - PAGES ########################################################################## */
/* ****************************************** FRONT PAGE ****************************************** */
/* ----------------- FP Common Settings ----------------- */
/* ----------------- FP Section 1 - Hero ----------------- */
.cwgallery .button-group {
  margin-left: -5px;
  margin-right: -5px;
}
.cwgallery .calbum.gallery.metro.isotope {
  margin-left: -10px;
  margin-right: -10px;
}
.fp-s1 .g-container .g-grid:nth-child(2) .g-block .g-content {
  padding-top: 0;
  margin-top: 0;
}
/* ----------------- FP Section 2 - Joana ----------------- */
#g-above.fp-s2 {
  background-image: url('../../custom/images/jp.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right top;
}
.fp-s2 h3 {
  margin-top: 1.875vw;
}
p.fp-s2 {
  line-height: 1.2;
}
.fp-s2 p:not(:nth-child(1)) {
  margin-top: 2vw;
}
.button.fp-s2 {
  font-size: 1.2vw;
  background-color: #A6906D;
  margin-top: 4vw;
  margin-bottom: 3vw;
}
/* ----------------- FP Section 2 - Joana ----------------- */
.fp-s2 .container {
  display: flex;
}
.fp-s2 .container .left img {
  border-radius: 50%;
  opacity: 81%;
  border: 10px solid #839b97;
}
.fp-s2 .container .right {
  margin-left: 3.125%;
}
/* ----------------- FP Section 3 - Sessions ----------------- */
.g-slider-carousel-button a.button {
  padding: 0.5rem 0.7rem;
  margin: 0 0.75rem;
}
#g-expanded.fp-s4 {
  padding-bottom: 0;
}
/* ****************************************** SESSIONS PAGE ****************************************** */
.sf-s1 .g-infolist-particle .g-infolist .g-infolist-item-title {
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.3;
  font-family: "Open Sans", sans-serif;
}
.sf-s1 .sessions-list .g-content {
  margin: 0;
  padding: 0.313rem;
}
/* ----------------- Photos Styling ----------------- */
.sf-s1 .g-infolist-item-img {
  background-color: #c6b497;
}
.sf-s1 .g-infolist-item-img img {
  opacity: 0.75;
}
/* ****************************************** INDIVIDUAL SESSIONS PAGE ****************************************** */
/* ----------------- Title ----------------- */
.sf-i-s1 .prefix-title {
  font-size: 0.6em;
}
/* ----------------- Gallery ----------------- */
.gallery .g-content {
  padding-top: 0;
  margin-top: 0;
}
/* ----------------- Faq's ----------------- */
#g-utility.sf-i-s2 {
  padding-bottom: 3rem;
}
/* ****************************************** CONHEÇA-ME PAGE ****************************************** */
.c-s1 .flex-container {
  display: flex;
  min-height: 100%;
}
.c-s1 .flex-container.main-box, .c-s1 .flex-container.first-box-inner {
  flex-direction: column;
}
.c-s1 .flex-container .item {
  flex: 1;
  flex-basis: 50%;
}
.c-s1 .flex-container .item img {
  min-width: 100%;
}
.c-s1 .flex-container.first-box-inner .item, .c-s1 .flex-container.second-box .item:first-child, .c-s1 .flex-container.third-box .item:first-child {
  padding: 2.8vw 4.5vw;
}
.c-s1 .flex-container.first-box-outter .item:first-child, .c-s1 .flex-container.second-box .item:nth-child(2), .c-s1 .flex-container.third-box .item:nth-child(2) {
  flex-basis: 33.3%;
}
.c-s1 .flex-container.second-box .item:first-child, .c-s1 .flex-container.third-box .item:first-child, .c-s1 .flex-container.first-box-outter .item:nth-child(2) {
  flex-basis: 66.6%;
}
.c-s1 .flex-container.first-box-outter > .item:first-child, .c-s1 .flex-container.first-box-inner .item, .c-s1 .flex-container.second-box .item, .c-s1 .flex-container.third-box .item {
  border: 10px solid white;
}
.c-s1 .flex-container .item p {
  font-size: 1.22vw;
  line-height: 1.2;
  letter-spacing: 0.075vw;
  display: inline-block;
  vertical-align: middle;
  margin: 0.5vw 0;
}
.c-s1 .flex-container.second-box .item p:first-child {
  margin: 1vw 0 2vw;
}
.c-s1 .flex-container.third-box .item p:first-child {
  margin: 1.3vw 0 2vw;
}
.big-hi {
  font-weight: bold;
}
.c-s1 .flex-container.main-box {
  margin-left: -10px;
  margin-right: -10px;
}
.c-s1 .flex-container.third-box .item p:first-child {
  font-weight: bold;
}
/* ****************************************** CONTACTS PAGE ****************************************** */
#jform_contact_email_copy, #jform_consentbox0 {
  margin-top: 10px;
}
#jform_consentbox-lbl {
  margin-top: -5px;
}
#contact-form fieldset:nth-child(2) .control-group {
  margin-bottom: 0;
}
.ecc-recaptcha {
  margin-top: 20px !important;
  margin-bottom: 20px;
}
#easycalccheckplus div input {
  max-width: 300px;
}
#contact-form .control-group:nth-child(7) #jform_contact_email_copy, #contact-form fieldset:nth-child(2) .control-group #jform_consentbox0 {
  margin-right: 8px;
}
/* ****************************************** POLÍTICA DE PRIVACIDADE PAGE ****************************************** */
.pp h2 {
  font-size: 1.9rem;
  margin: 1.5rem 0 1.5rem 0;
}
/* ****************************************** OFFLINE PAGE ****************************************** */
@media only all and (min-width: 75rem) {
  /* ########################################################################## 1 - STYLES ########################################################################## */
  /* ****************************************** MENU ****************************************** */
  /* ----------------- Main Menu ----------------- */
  /* ****************************************** TYPOGRAPHY ****************************************** */
  /* ----------------- Copyright ----------------- */
  /* ----------------- Headings ----------------- */
  /* ----------------- Offline Page ----------------- */
  /* ****************************************** RESETS & FIXES ****************************************** */
  /* ########################################################################## 4 - PAGES ########################################################################## */
  /* ****************************************** FRONT PAGE ****************************************** */
  /* ----------------- FP Section 1 - Hero ----------------- */
  /* ----------------- FP Section 2 - Joana ----------------- */
  /* ----------------- FP Section 3 - Testimonials ----------------- */
  /* ****************************************** SESSIONS PAGE ****************************************** */
  /* ****************************************** INDIVIDUAL SESSIONS PAGE ****************************************** */
  /* ----------------- Title ----------------- */
  /*
.sf-i-s1 .prefix-title {
	font-size: clamp(2.75rem, 2.95vw, 3rem);
}*/
  /* ----------------- Description ----------------- */
  /* ----------------- Testimonials ----------------- */
  /* ****************************************** CONHEÇA-ME PAGE ****************************************** */
  /* ****************************************** CONTACTS PAGE ****************************************** */
  /* ****************************************** FAQ's PAGE ****************************************** */
  /* ****************************************** OFFILINE PAGE ****************************************** */
  .g-main-nav .g-toplevel > li > .g-menu-item-container, .g-main-nav .g-sublevel > li > .g-menu-item-container {
    font-size: clamp(0.94rem, 0.99vw, 1rem);
  }
  h1, h2 {
    font-size: clamp(3.44rem, 3.69vw, 3.75rem);
  }
  h3, span.sub-title {
    font-size: clamp(1.6rem, 1.72vw, 1.75rem);
  }
  .g-offline #g-header .g-content h1.g-title {
    font-size: 3.5rem;
  }
  .g-container {
    width: 100%;
    padding: 0 10%;
  }
  #g-above.fp-s2 {
    background-position-x: 16rem;
  }
  p.fp-s2 {
    font-size: clamp(1.5rem, 1.72vw, 1.75rem);
  }
  .button.fp-s2 {
    font-size: clamp(1.23rem, 1.37vw, 1.44rem);
    margin-top: 4vw;
    margin-bottom: 3vw;
  }
  .fp-s3 .g-owlcarousel-layout-testimonial .g-owlcarousel-item-desc {
    padding: 0;
    margin: 0 5%;
    font-size: clamp(1.38rem, 1.63vw, 1.81rem);
  }
  .fp-s3 .g-owlcarousel-layout-testimonial .g-owlcarousel-author .g-owlcarousel-author-details .author-name, .fp-s3 .g-owlcarousel-layout-testimonial .g-owlcarousel-author .g-owlcarousel-author-details .author-name span {
    font-size: clamp(1.19rem, 1.31vw, 1.38rem);
  }
  .sf-s1 .g-infolist-particle .g-infolist .g-infolist-item-title {
    font-size: 1.6rem;
  }
  .sf-s1 .prefix-title {
    font-size: 0.8rem;
  }
  .sf-i-s1 h1, .sf-i-s1 h2 {
    margin-bottom: 3rem;
  }
  .sf-i-s1 p {
    font-size: clamp(1.13rem, 1.71vw, 1.19rem);
  }
  .sf-i-s1 .testimonials .g-owlcarousel-layout-testimonial .g-owlcarousel-item-desc {
    padding: 0;
    font-size: clamp(1.38rem, 1.63vw, 1.81rem);
  }
  .sf-i-s1 .testimonials .g-owlcarousel-layout-testimonial .g-owlcarousel-author .g-owlcarousel-author-details .author-name {
    font-size: clamp(1.19rem, 1.31vw, 1.38rem);
  }
  .c-s1 .flex-container .item p {
    font-size: clamp(0.94rem, 1.28vw, 1.56rem);
    line-height: 1.2;
    letter-spacing: 0.075vw;
    margin: 0.5vw 0;
  }
  .big-hi {
    font-size: clamp(1.09rem, 1.49vw, 1.81rem);
  }
  .c-s1 .flex-container.first-box-inner .item, .c-s1 .flex-container.second-box .item:first-child, .c-s1 .flex-container.third-box .item:first-child {
    padding: clamp(2.05rem, 2.7vw, 3.36rem) clamp(3.38rem, 4.5vw, 5.4rem);
  }
  .ct-s1 h1 {
    margin-bottom: 3rem;
  }
  .ct-s1 a.phone {
    font-size: 2.2rem;
  }
  .faq .accordion-item-title {
    font-size: clamp(1.5rem, 1.73vw, 1.88rem);
  }
  .faq-s1 .accordion-item-content {
    font-size: clamp(1.25rem, 1.41vw, 1.5rem);
  }
  #g-header.off-s1 h1 {
    margin-bottom: 3rem;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  /* ########################################################################## 1 - STYLES ########################################################################## */
  /* ****************************************** MENU ****************************************** */
  /* ----------------- Main Menu ----------------- */
  /* ****************************************** TYPOGRAPHY ****************************************** */
  /* ----------------- Copyright ----------------- */
  /* ----------------- Headings ----------------- */
  /* ########################################################################## 4 - PAGES ########################################################################## */
  /* ****************************************** FRONT PAGE ****************************************** */
  /* ----------------- FP Section 1 - Hero ----------------- */
  /* ----------------- FP Section 2 - Joana ----------------- */
  /* ----------------- FP Section 3 - Testimonials ----------------- */
  /* ****************************************** SESSIONS PAGE ****************************************** */
  /* ****************************************** INDIVIDUAL SESSIONS PAGE ****************************************** */
  /* ----------------- Title ----------------- */
  /*
.sf-i-s1 .prefix-title {
	font-size: clamp(2.63rem, 4.08vw, 2.88rem);
}*/
  /* ----------------- Description ----------------- */
  /* ----------------- Testimonials ----------------- */
  /* ****************************************** CONHEÇA-ME PAGE ****************************************** */
  /* ****************************************** CONTACTS PAGE ****************************************** */
  /* ****************************************** FAQ's PAGE ****************************************** */
  .g-main-nav .g-toplevel > li > .g-menu-item-container, .g-main-nav .g-sublevel > li > .g-menu-item-container {
    font-size: clamp(0.88rem, 0.93vw, 0.94rem);
  }
  .g-container {
    width: 100%;
    padding: 0 4%;
  }
  h1, h2 {
    font-size: clamp(3.31rem, 5.14vw, 3.63rem);
  }
  h3, span.sub-title {
    font-size: clamp(1.54rem, 2.39vw, 1.69rem);
  }
  .sf-s1 .prefix-title {
    font-size: 1rem;
  }
  #g-above.fp-s2 {
    background-position-x: 12rem;
  }
  p.fp-s2 {
    font-size: clamp(1.38rem, 2.08vw, 1.44rem);
  }
  .button.fp-s2 {
    font-size: clamp(1rem, 1.67vw, 1.13rem);
    margin-top: 4vw;
    margin-bottom: 3vw;
  }
  .fp-s3 .g-owlcarousel-layout-testimonial .g-owlcarousel-item-desc {
    padding: 0;
    margin: 0 5%;
    font-size: clamp(1.25rem, 1.95vw, 1.38rem);
  }
  .fp-s3 .g-owlcarousel-layout-testimonial .g-owlcarousel-author .g-owlcarousel-author-details .author-name, .fp-s3 .g-owlcarousel-layout-testimonial .g-owlcarousel-author .g-owlcarousel-author-details .author-name span {
    font-size: clamp(1.13rem, 1.71vw, 1.19rem);
  }
  .sf-s1 .g-infolist-particle .g-infolist .g-infolist-item-title {
    font-size: 1.6rem;
  }
  .sf-s1 .prefix-title {
    font-size: 0.8rem;
  }
  .sf-i-s1 h2 {
    margin-bottom: 3rem;
  }
  .sf-i-s1 p {
    font-size: clamp(1.13rem, 1.76vw, 1.25rem);
  }
  .sf-i-s1 .testimonials .g-owlcarousel-layout-testimonial .g-owlcarousel-item-desc {
    padding: 0;
    font-size: clamp(1.25rem, 1.95vw, 1.38rem);
  }
  .sf-i-s1 .testimonials .g-owlcarousel-layout-testimonial .g-owlcarousel-author .g-owlcarousel-author-details .author-name {
    font-size: clamp(1.13rem, 1.71vw, 1.19rem);
  }
  .c-s1 .flex-container .item p {
    font-size: 1.48vw;
  }
  .big-hi {
    font-size: clamp(1.09rem, 1.49vw, 1.81rem);
  }
  .c-s1 .flex-container.first-box-inner .item, .c-s1 .flex-container.second-box .item:first-child, .c-s1 .flex-container.third-box .item:first-child {
    padding: clamp(1.88rem, 2.87vw, 2rem) clamp(3.25rem, 4.91vw, 3.38rem);
  }
  .ct-s1 h1 {
    margin-bottom: 3rem;
  }
  .ct-s1 a.phone {
    font-size: 2.2rem;
  }
  .faq .accordion-item-title {
    font-size: clamp(1.38rem, 2.13vw, 1.5rem);
  }
  .faq-s1 .accordion-item-content {
    font-size: clamp(1.13rem, 1.76vw, 1.25rem);
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  /* ########################################################################## 1 - STYLES ########################################################################## */
  /* ****************************************** Logos ****************************************** */
  /* ****************************************** MENU ****************************************** */
  /* ----------------- Main Menu ----------------- */
  /* ****************************************** TYPOGRAPHY ****************************************** */
  /* ----------------- Copyright ----------------- */
  /* ----------------- Headings ----------------- */
  /* ----------------- Offline Page ----------------- */
  /* ########################################################################## 4 - PAGES ########################################################################## */
  /* ****************************************** FRONT PAGE ****************************************** */
  /* ----------------- FP Section 1 - Hero ----------------- */
  /* ----------------- FP Section 2 - Joana ----------------- */
  /* ----------------- FP Section 3 - Testimonials ----------------- */
  /* ****************************************** SESSIONS PAGE ****************************************** */
  /* ****************************************** INDIVIDUAL SESSIONS PAGE ****************************************** */
  /* ----------------- Title ----------------- */
  /*
.sf-i-s1 .prefix-title {
	font-size: clamp(2.5rem, 4.86vw, 2.75rem);
}*/
  /* ----------------- Description ----------------- */
  /* ----------------- Testimonials ----------------- */
  /* ****************************************** CONHEÇA-ME PAGE ****************************************** */
  /* ****************************************** CONTACTS PAGE ****************************************** */
  /* ****************************************** FAQ's PAGE ****************************************** */
  .g-logo.g-logo-helium img, .g-logo.g-logo-helium svg {
    min-width: 150px;
  }
  .g-main-nav .g-toplevel > li > .g-menu-item-container, .g-main-nav .g-sublevel > li > .g-menu-item-container {
    font-size: clamp(0.75rem, 1.4vw, 1rem);
  }
  .g-container {
    width: 100%;
    padding: 0 2%;
  }
  h1, h2 {
    font-size: clamp(3.19rem, 6.2vw, 3.5rem);
  }
  h3, span.sub-title {
    font-size: clamp(1.48rem, 2.87vw, 1.63rem);
  }
  .g-offline #g-header .g-content h1.g-title {
    font-size: 3rem;
  }
  #g-above.fp-s2 {
    background-position-x: 8rem;
  }
  p.fp-s2 {
    font-size: clamp(1.24rem, 2.43vw, 1.38rem);
  }
  .button.fp-s2 {
    font-size: 1rem;
    margin-top: 4vw;
    margin-bottom: 3vw;
  }
  .fp-s3 .g-owlcarousel-layout-testimonial .g-owlcarousel-item-desc {
    padding: 0;
    margin: 0 5%;
    font-size: clamp(1.13rem, 2.32vw, 1.38rem);
  }
  .fp-s3 .g-owlcarousel-layout-testimonial .g-owlcarousel-author .g-owlcarousel-author-details .author-name, .fp-s3 .g-owlcarousel-layout-testimonial .g-owlcarousel-author .g-owlcarousel-author-details .author-name span {
    font-size: clamp(1.06rem, 2.08vw, 1.19rem);
  }
  .sf-s1 .g-infolist-particle .g-infolist .g-infolist-item-title {
    font-size: 1.4rem;
  }
  .sf-s1 .prefix-title {
    font-size: 0.8rem;
  }
  .sf-i-s1 h2 {
    margin-bottom: 3rem;
  }
  .sf-i-s1 p {
    font-size: clamp(1.06rem, 2.03vw, 1.13rem);
  }
  .sf-i-s1 .testimonials .g-owlcarousel-layout-testimonial .g-owlcarousel-item-desc {
    padding: 0;
    font-size: clamp(1.13rem, 2.32vw, 1.38rem);
  }
  .sf-i-s1 .testimonials .g-owlcarousel-layout-testimonial .g-owlcarousel-author .g-owlcarousel-author-details .author-name {
    font-size: clamp(1.06rem, 2.08vw, 1.19rem);
  }
  .c-s1 .flex-container .item p {
    font-size: clamp(0.75rem, 1.56vw, 0.94rem);
    line-height: 1.2;
    letter-spacing: 0.075vw;
    margin: 0.5vw 0;
  }
  .big-hi {
    font-size: clamp(0.88rem, 1.97vw, 1.25rem);
  }
  .c-s1 .flex-container.first-box-inner .item, .c-s1 .flex-container.second-box .item:first-child, .c-s1 .flex-container.third-box .item:first-child {
    padding: clamp(1.25rem, 3.01vw, 2rem) clamp(2.38rem, 5.1vw, 3.13rem);
  }
  .ct-s1 h1 {
    margin-bottom: 3rem;
  }
  .ct-s1 a.phone {
    font-size: 2.2rem;
  }
  .faq .accordion-item-title {
    font-size: clamp(1.25rem, 2.43vw, 1.38rem);
  }
  .faq-s1 .accordion-item-content {
    font-size: clamp(1.06rem, 2.03vw, 1.13rem);
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  /* ****************************************** TYPOGRAPHY ****************************************** */
  /* ----------------- Copyright ----------------- */
  /* ----------------- Headings ----------------- */
  /* ########################################################################## 4 - PAGES ########################################################################## */
  /* ****************************************** FRONT PAGE ****************************************** */
  /* ----------------- FP Section 1 - Hero ----------------- */
  /* ----------------- FP Section 2 - Joana ----------------- */
  /* ----------------- FP Section 3 - Testimonials ----------------- */
  /* ****************************************** SESSIONS PAGE ****************************************** */
  /* ****************************************** INDIVIDUAL SESSIONS PAGE ****************************************** */
  /* ----------------- Title ----------------- */
  /*
.sf-i-s1 .prefix-title {
	font-size: clamp(1.66rem, 5.34vw, 2.5rem);
}*/
  /* ----------------- Description ----------------- */
  /* ----------------- Testimonials ----------------- */
  /* ****************************************** CONHEÇA-ME PAGE ****************************************** */
  /* ****************************************** CONTACTS PAGE ****************************************** */
  /* ****************************************** FAQ's PAGE ****************************************** */
  .g-container {
    width: 100%;
    padding: 0 2%;
  }
  h1, h2 {
    font-size: clamp(2.13rem, 6.82vw, 3.19rem);
  }
  h3, span.sub-title {
    font-size: clamp(0.98rem, 3.15vw, 1.48rem);
  }
  .lang-switch-mob {
    position: absolute;
    right: 0;
  }
  #g-above.fp-s2 {
    background-position-x: 8rem;
  }
  p.fp-s2 {
    font-size: clamp(1.24rem, 2.43vw, 1.38rem);
  }
  .button.fp-s2 {
    font-size: 1rem;
    margin-top: 4vw;
    margin-bottom: 3vw;
  }
  .g-owlcarousel-layout-testimonial .g-owlcarousel-item-desc {
    padding: 0;
    margin: 0;
    font-size: clamp(1rem, 2.72vw, 1.13rem);
  }
  .fp-s3 .g-owlcarousel-layout-testimonial .g-owlcarousel-author .g-owlcarousel-author-details .author-name, .fp-s3 .g-owlcarousel-layout-testimonial .g-owlcarousel-author .g-owlcarousel-author-details .author-name span {
    font-size: clamp(0.94rem, 2.64vw, 1.13rem);
  }
  .sf-s1 .g-infolist-particle .g-infolist .g-infolist-item-title {
    font-size: 1.6rem;
  }
  .sf-s1 .prefix-title {
    font-size: 0.9rem;
  }
  .sf-i-s1 h2 {
    margin-bottom: 2rem;
  }
  .sf-i-s1 p {
    font-size: clamp(1rem, 2.64vw, 1.06rem);
  }
  .sf-i-s1 .testimonials .g-owlcarousel-layout-testimonial .g-owlcarousel-item-desc {
    padding: 0;
    margin: 0;
    font-size: clamp(1rem, 2.72vw, 1.13rem);
  }
  .sf-i-s1 .testimonials .g-owlcarousel-layout-testimonial .g-owlcarousel-author .g-owlcarousel-author-details .author-name {
    font-size: clamp(0.94rem, 2.64vw, 1.13rem);
  }
  .c-s1 .flex-container .item p {
    font-size: clamp(1rem, 2.88vw, 1.25rem);
  }
  .big-hi {
    font-size: clamp(1.25rem, 3.61vw, 1.56rem);
  }
  .c-s1 .flex-container.first-box-inner .item, .c-s1 .flex-container.second-box .item:first-child, .c-s1 .flex-container.third-box .item:first-child {
    padding: 2.5rem 3.75rem;
  }
  .ct-s1 h1 {
    margin-bottom: 3rem;
  }
  .ct-s1 a.phone {
    font-size: 2rem;
  }
  .faq .accordion-item-title {
    font-size: clamp(1.13rem, 3.04vw, 1.25rem);
  }
  .faq-s1 .accordion-item-content {
    font-size: clamp(1rem, 2.64vw, 1.06rem);
  }
}
@media only all and (max-width: 30rem) {
  /* ****************************************** TYPOGRAPHY ****************************************** */
  /* ----------------- Copyright ----------------- */
  /* ----------------- Headings ----------------- */
  /* ****************************************** UTILITIES ****************************************** */
  /* ########################################################################## 4 - PAGES ########################################################################## */
  /* ****************************************** FRONT PAGE ****************************************** */
  /* ----------------- FP Section 1 - Hero ----------------- */
  /* ----------------- FP Section 2 - Joana ----------------- */
  /* ----------------- FP Section 3 - Testimonials ----------------- */
  /* ****************************************** SESSIONS PAGE ****************************************** */
  /* ****************************************** INDIVIDUAL SESSIONS PAGE ****************************************** */
  /* ----------------- Title ----------------- */
  /*
.sf-i-s1 .prefix-title {
	font-size: 1.75rem;
}*/
  /* ----------------- Testimonials ----------------- */
  /* ****************************************** CONHEÇA-ME PAGE ****************************************** */
  /* ****************************************** CONTACTS PAGE ****************************************** */
  /* ****************************************** FAQ's PAGE ****************************************** */
  /* ****************************************** OFFLINE PAGE PAGE ****************************************** */
  .g-container {
    width: 100%;
    padding: 0;
  }
  h1, h2 {
    font-size: 2.125rem;
  }
  h3, span.sub-title {
    font-size: 1rem;
    line-height: 1.2;
  }
  #logo-1177-particle {
    margin-top: 0;
    padding-top: 0;
  }
  #g-above.fp-s2 {
    background-position-x: 8rem;
  }
  p.fp-s2 {
    font-size: clamp(1.24rem, 2.43vw, 1.38rem);
  }
  .button.fp-s2 {
    font-size: 1rem;
    margin-top: 4vw;
    margin-bottom: 3vw;
  }
  .fp-s3 .g-owlcarousel-layout-testimonial .g-owlcarousel-item-desc {
    padding: 0;
    margin: 0;
    font-size: 1rem;
  }
  .fp-s3 .g-owlcarousel-layout-testimonial .g-owlcarousel-author .g-owlcarousel-author-details .author-name, .fp-s3 .g-owlcarousel-layout-testimonial .g-owlcarousel-author .g-owlcarousel-author-details .author-name span {
    font-size: 0.94rem;
  }
  .sf-s1 .g-infolist-particle .g-infolist .g-infolist-item-title {
    font-size: 1.2rem;
  }
  .sf-s1 .prefix-title {
    font-size: 0.8rem;
  }
  .sf-i-s1 h2 {
    margin-bottom: 2rem;
  }
  .sf-i-s1 .testimonials .g-owlcarousel-layout-testimonial .g-owlcarousel-item-desc {
    padding: 0;
    margin: 0;
    font-size: 1rem;
  }
  .sf-i-s1 .testimonials .g-owlcarousel-layout-testimonial .g-owlcarousel-author .g-owlcarousel-author-details .author-name {
    font-size: 0.94rem;
  }
  .c-s1 .flex-container .item p {
    font-size: 1rem;
  }
  .big-hi {
    font-size: 1.2rem;
  }
  .c-s1 .flex-container.first-box-inner .item, .c-s1 .flex-container.second-box .item:first-child, .c-s1 .flex-container.third-box .item:first-child {
    padding: 1.5rem 2rem;
  }
  .c-s1 .flex-container .item p {
    line-height: 1.3;
    letter-spacing: 0.125vw;
    margin: 2.5vw 0;
  }
  .ct-s1 h1 {
    margin-bottom: 3rem;
  }
  .ct-s1 a.phone {
    font-size: 1.7rem;
  }
  #g-header {
    margin-top: 2rem;
  }
  .well {
    padding: 0;
  }
  #contact-form .control-group:nth-child(7) #jform_contact_email_copy {
    margin-top: -4px;
  }
  .faq .accordion-item-title {
    font-size: 1.13rem;
  }
  .faq-s1 .accordion-item-content {
    font-size: 1rem;
  }
  .offline #frame {
    width: 375px;
  }
  .offline .g-content {
    margin: 0px;
    padding: 0;
  }
  .offline .outline {
    border: none;
  }
  .offline #frame p#submit-buton {
    text-align: center;
  }
}
@media only all and (min-width: 60rem) {
  /* ****************************************** TYPOGRAPHY ****************************************** */
  /* ----------------- Offline Page ----------------- */
  .g-offline #g-header .g-content h1.g-title {
    font-size: 3.5rem;
  }
}
@media only all and (min-width: 48rem) {
  /* ----------------- Language Swicther Mobile ----------------- */
  /* ########################################################################## 4 - PAGES ########################################################################## */
  /* ****************************************** SESSIONS PAGE ****************************************** */
  .lang-switch-mob {
    display: none;
  }
  .fp-s3 .g-owlcarousel-layout-testimonial .g-owlcarousel-author {
    padding: 1.5vw 10vw 0 0;
  }
  .sf-i-s1 .g-owlcarousel-layout-testimonial .g-owlcarousel-author {
    padding: 1.5vw 10vw 0 0;
  }
  .sf-s1 .sessions-list .g-content {
    margin: 0;
    padding: 0.313rem;
  }
}
@media only all and (max-width: 47.99rem) {
  /* ****************************************** TYPOGRAPHY ****************************************** */
  /* ----------------- Offline Page ----------------- */
  /* ########################################################################## 4 - PAGES ########################################################################## */
  /* ----------------- FP Section 2 - Joana ----------------- */
  /* ----------------- FP Section 3 - Testimonials ----------------- */
  /* ****************************************** SESSIONS PAGE ****************************************** */
  /* ****************************************** INDIVIDUAL SESSIONS PAGE ****************************************** */
  /* ----------------- Call to Action ----------------- */
  /* ****************************************** CONHEÇA-ME PAGE ****************************************** */
  /* ****************************************** CONTACTS PAGE ****************************************** */
  #g-mobilemenu-container .g-toplevel li:last-child {
    display: none;
  }
  .lang-switch-mob .g-content {
    margin: 0;
  }
  .lang-switch-mob .mod-languages ul.lang-inline {
    text-align: end;
  }
  .g-logo {
    margin: 0;
    padding-left: 0;
  }
  .g-social {
    text-align: center;
  }
  #social-2725-particle {
    margin-top: 0;
  }
  #g-footer {
    padding: 0;
  }
  #copyright-4957-particle {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  #g-footer .g-copyright {
    margin-top: 1rem;
  }
  .g-offline #g-header .g-content h1.g-title {
    font-size: 2rem;
  }
  .fp-s2 .container {
    flex-direction: column;
  }
  .fp-s2 .container .left img {
    margin-bottom: 10%;
    max-width: 400px;
    width: 100%;
  }
  .fp-s2 .container .left, .fp-s2 .container .right {
    align-self: center;
  }
  .fp-s2 .container .right {
    text-align: center;
  }
  a.button.sp-s2 {
    text-align: center;
  }
  .fp-s3 .g-content {
    padding: 0;
    margin: 0;
  }
  .fp-s3 .g-owlcarousel-layout-testimonial .g-owlcarousel-author {
    padding: 3vw 8vw 0 0;
  }
  .sf-i-s1 .g-owlcarousel-layout-testimonial .g-owlcarousel-author {
    padding: 3vw 8vw 0 0;
  }
  .g-infolist-link {
    text-align: center;
  }
  .g-infolist-particle .g-infolist .g-infolist-item-icon.left, .g-infolist-particle .g-infolist .g-infolist-item-img.left {
    margin-right: 0;
  }
  .sf-s1 .sessions-list .g-content {
    margin: 0.625rem;
    padding: 0.313rem;
  }
  .cta .g-content {
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .c-s1 .flex-container {
    flex-direction: column;
  }
  .c-s1 .flex-container.second-box, .c-s1 .flex-container.third-box {
    flex-direction: column-reverse;
  }
  .c-s1 .flex-container.first-box-outter .item, .c-s1 .flex-container.third-box .item {
    overflow: hidden;
  }
  .c-s1 .flex-container.first-box-outter .item img {
    margin-top: -35%;
    margin-bottom: -36%;
  }
  .c-s1 .flex-container.third-box .item img {
    margin-top: -10%;
    margin-bottom: -54%;
  }
  .c-s1 .flex-container .item p {
    line-height: 1.3;
    letter-spacing: 0.1vw;
    margin: 1.5vw 0;
  }
  .ct-s1 {
    text-align: center;
  }
  #contact-form .control-group:nth-child(7) {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
  #contact-form .control-group:nth-child(7) .control-label {
    width: auto;
  }
}
/*# sourceMappingURL=custom_54.css.map */