/*====================

- Vendor
- Layout
- Atoms
- Molecules
- Organisms
- Layout
- Templates
- Pages

==================*/
.animated {
  -webkit-animation-duration: calc(0.3s) !important;
          animation-duration: calc(0.3s) !important; }
  .animated.animated-fast {
    -webkit-animation-duration: calc(0.15s) !important;
            animation-duration: calc(0.15s) !important; }
  .animated.animated-slow {
    -webkit-animation-duration: calc(0.45s) !important;
            animation-duration: calc(0.45s) !important; }

@-webkit-keyframes gradaFadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes gradaFadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.gsFadeIn,
.fadeIn {
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: calc(0.3s);
          animation-duration: calc(0.3s); }

.gsFadeIn {
  -webkit-animation-name: gradaFadeIn;
          animation-name: gradaFadeIn; }

.fadeIn {
  -webkit-animation-name: gradaFadeIn !important;
          animation-name: gradaFadeIn !important; }

@-webkit-keyframes gradaFadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
            transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

@keyframes gradaFadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
            transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

.gsFadeInUp,
.fadeInUp {
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: calc(0.3s);
          animation-duration: calc(0.3s); }

.gsFadeInUp {
  -webkit-animation-name: gradaFadeInUp;
          animation-name: gradaFadeInUp; }

.fadeInUp {
  -webkit-animation-name: gradaFadeInUp !important;
          animation-name: gradaFadeInUp !important; }

@-webkit-keyframes gradaFadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -40px, 0);
            transform: translate3d(0, -40px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

@keyframes gradaFadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -40px, 0);
            transform: translate3d(0, -40px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

.gsFadeInDown,
.fadeInDown {
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: calc(0.3s);
          animation-duration: calc(0.3s); }

.gsFadeInDown {
  -webkit-animation-name: gradaFadeInDown;
          animation-name: gradaFadeInDown; }

.fadeInDown {
  -webkit-animation-name: gradaFadeInDown !important;
          animation-name: gradaFadeInDown !important; }

@-webkit-keyframes gradaFadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-40px, 0, 0);
            transform: translate3d(-40px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

@keyframes gradaFadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-40px, 0, 0);
            transform: translate3d(-40px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

.gsFadeInLeft,
.fadeInLeft {
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: calc(0.3s);
          animation-duration: calc(0.3s); }

.gsFadeInLeft {
  -webkit-animation-name: gradaFadeInLeft;
          animation-name: gradaFadeInLeft; }

.fadeInLeft {
  -webkit-animation-name: gradaFadeInLeft !important;
          animation-name: gradaFadeInLeft !important; }

@-webkit-keyframes gradaFadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(40px, 0, 0);
            transform: translate3d(40px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

@keyframes gradaFadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(40px, 0, 0);
            transform: translate3d(40px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

.gsFadeInRight,
.fadeInRight {
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: calc(0.3s);
          animation-duration: calc(0.3s); }

.gsFadeInRight {
  -webkit-animation-name: gradaFadeInRight;
          animation-name: gradaFadeInRight; }

.fadeInRight {
  -webkit-animation-name: gradaFadeInRight !important;
          animation-name: gradaFadeInRight !important; }

@-webkit-keyframes gradaZoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes gradaZoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

.gsZoomIn,
.zoomIn {
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: calc(0.3s);
          animation-duration: calc(0.3s); }

.gsZoomIn {
  -webkit-animation-name: gradaZoomIn;
          animation-name: gradaZoomIn; }

.zoomIn {
  -webkit-animation-name: gradaZoomIn !important;
          animation-name: gradaZoomIn !important; }

@-webkit-keyframes gradaZoomOut {
  0% {
    opacity: 0.1;
    -webkit-transform: scale(1.5);
            transform: scale(1.5); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes gradaZoomOut {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

.gsZoomOut {
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: calc(0.3s);
          animation-duration: calc(0.3s); }

.gsZoomOut {
  -webkit-animation-name: gradaZoomOut;
          animation-name: gradaZoomOut; }

@-webkit-keyframes gradaPreserve3d {
  0% {
    -webkit-transform: perspective(450px) translateY(90px) rotateX(24deg) translateZ(0);
            transform: perspective(450px) translateY(90px) rotateX(24deg) translateZ(0);
    opacity: 0; }
  100% {
    -webkit-transform: perspective(0px) translateY(0px) rotateX(0deg) translateZ(0);
            transform: perspective(0px) translateY(0px) rotateX(0deg) translateZ(0);
    opacity: 1; } }

@keyframes gradaPreserve3d {
  0% {
    -webkit-transform: perspective(450px) translateY(90px) rotateX(24deg) translateZ(0);
            transform: perspective(450px) translateY(90px) rotateX(24deg) translateZ(0);
    opacity: 0; }
  100% {
    -webkit-transform: perspective(0px) translateY(0px) rotateX(0deg) translateZ(0);
            transform: perspective(0px) translateY(0px) rotateX(0deg) translateZ(0);
    opacity: 1; } }

.gsPreserve3d,
.gradaPreserve3d {
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: calc(0.3s);
          animation-duration: calc(0.3s);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.gsPreserve3d {
  -webkit-animation-name: gradaPreserve3d;
          animation-name: gradaPreserve3d; }

.owl-item .init-anim {
  opacity: 0 !important;
  visibility: hidden !important; }

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg); } }

@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg); } }

.gsRotating {
  -webkit-animation: rotating 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
          animation: rotating 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite; }

@-webkit-keyframes gradaAnimateWidth {
  0% {
    width: 0; }
  100% {
    width: 100%; } }

@keyframes gradaAnimateWidth {
  0% {
    width: 0; }
  100% {
    width: 100%; } }

.gsAnimateWidth {
  -webkit-animation-name: gradaAnimateWidth;
          animation-name: gradaAnimateWidth;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: calc(0.8s) !important;
          animation-duration: calc(0.8s) !important; }

@-webkit-keyframes gradaSkewIn {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px); }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes gradaSkewIn {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px); }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

.gsSkewIn {
  -webkit-animation-name: gradaSkewIn;
          animation-name: gradaSkewIn;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 0.8s !important;
          animation-duration: 0.8s !important;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.no-mt {
  margin-top: 0; }

.no-mr {
  margin-left: 0; }

.no-mb {
  margin-bottom: 0; }

.no-ml {
  margin-bottom: 0; }

.tiny-pt {
  padding-top: 0.25rem; }

.tiny-pb {
  padding-bottom: 0.25rem; }

.small-pt {
  padding-top: 0.5rem; }

.small-pb {
  padding-bottom: 0.5rem; }

.default-pt {
  padding-top: 1rem; }

.default-pb {
  padding-bottom: 1rem; }

.medium-pt {
  padding-top: 2rem; }

.medium-pb {
  padding-bottom: 2rem; }

.large-pt {
  padding-top: 4rem; }

.large-pb {
  padding-bottom: 4rem; }

.huge-pt {
  padding-top: 6.25rem; }

.huge-pb {
  padding-bottom: 6.25rem; }

.wow {
  visibility: hidden; }

.gs-cl::after {
  content: '';
  display: table;
  clear: both; }

.gs-d-none {
  display: none !important; }

.gs-d-block {
  display: block !important; }

.gs-fullwidth-container .container {
  max-width: 100%; }

.gs-fullwidth {
  width: 100% !important; }

.gs-fullheight {
  height: 100vh !important; }
  @media (max-width: 575px) {
    .gs-fullheight.gs-fullheight-mobile {
      height: auto !important; } }

.gs-overflow-hidden {
  overflow: hidden; }

.gs-map-full iframe {
  height: 100vh !important; }

.gs-map-full .bdt-advanced-gmap {
  height: 100vh; }

.sticky {
  position: relative; }

.gs-no-decoration {
  text-decoration: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: inherit; }

.text-outlined {
  -webkit-text-stroke: 1px currentColor;
  text-stroke: 1px currentColor;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent; }

.gs-text-left {
  text-align: right; }

.gs-text-center {
  text-align: center; }

.gs-text-right {
  text-align: left; }

.gs-tabs-left .bdt-tabs-container {
  text-align: right; }

.gs-tabs-right .bdt-tabs-container {
  text-align: left; }

.gs-mailchimp-form form {
  position: relative; }
  .gs-mailchimp-form form .form-item-email input {
    color: #83878A;
    background-color: #ffffff;
    border: 2px solid #ffffff;
    padding-left: 130px;
    min-height: 60px; }
  .gs-mailchimp-form form .button-submit {
    border: 0 !important;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 6px;
    padding: 0 29px;
    -webkit-box-shadow: none;
            box-shadow: none;
    height: 48px;
    line-height: 48px; }

.gs-branding-logo, .page-links,
.clearfix {
  *zoom: 1; }
  .gs-branding-logo:before, .page-links:before, .gs-branding-logo:after, .page-links:after,
  .clearfix:before,
  .clearfix:after {
    content: " ";
    display: table; }

.gs-language-switcher > li > a:after, ul.menu.site-header-menu li.menu-item a .sub-menu-arrow:before, .gs-product-list-type-01 .gs-product-list .gs-product-list__link:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900; }

.widget.widget_recent_comments ul li:before, .gs-header-categories__btn:after, .gs-mobile-menu__navigation ul li .sub-menu-arrow:after, .gs-mailchimp-form .button-icon, .gs-product-list-type-02 .gs-product-list .gs-product-list__link:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300; }

/*======================
=        Vendor        =
=======================*/
/*!
 * Bootstrap Grid v5.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-left: var(--bs-gutter-x, 0.75rem);
  padding-right: var(--bs-gutter-x, 0.75rem);
  margin-left: auto;
  margin-right: auto; }

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px; } }

@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px; } }

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-left: calc(var(--bs-gutter-x) * -.5);
  margin-right: calc(var(--bs-gutter-x) * -.5); }

.row > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-left: calc(var(--bs-gutter-x) * .5);
  padding-right: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y); }

.col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%; }

.row-cols-auto > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto; }

.row-cols-1 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%; }

.row-cols-2 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%; }

.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.3333333333%; }

.row-cols-4 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%; }

.row-cols-5 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 20%; }

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.6666666667%; }

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto; }

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 8.33333333%; }

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.66666667%; }

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%; }

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.33333333%; }

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 41.66666667%; }

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%; }

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 58.33333333%; }

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 66.66666667%; }

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 75%; }

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 83.33333333%; }

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 91.66666667%; }

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%; }

.offset-1 {
  margin-right: 8.33333333%; }

.offset-2 {
  margin-right: 16.66666667%; }

.offset-3 {
  margin-right: 25%; }

.offset-4 {
  margin-right: 33.33333333%; }

.offset-5 {
  margin-right: 41.66666667%; }

.offset-6 {
  margin-right: 50%; }

.offset-7 {
  margin-right: 58.33333333%; }

.offset-8 {
  margin-right: 66.66666667%; }

.offset-9 {
  margin-right: 75%; }

.offset-10 {
  margin-right: 83.33333333%; }

.offset-11 {
  margin-right: 91.66666667%; }

.g-0,
.gx-0 {
  --bs-gutter-x: 0; }

.g-0,
.gy-0 {
  --bs-gutter-y: 0; }

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem; }

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem; }

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem; }

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem; }

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem; }

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem; }

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem; }

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem; }

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem; }

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem; }

@media (min-width: 576px) {
  .col-sm {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%; }
  .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%; }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%; }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .offset-sm-0 {
    margin-right: 0; }
  .offset-sm-1 {
    margin-right: 8.33333333%; }
  .offset-sm-2 {
    margin-right: 16.66666667%; }
  .offset-sm-3 {
    margin-right: 25%; }
  .offset-sm-4 {
    margin-right: 33.33333333%; }
  .offset-sm-5 {
    margin-right: 41.66666667%; }
  .offset-sm-6 {
    margin-right: 50%; }
  .offset-sm-7 {
    margin-right: 58.33333333%; }
  .offset-sm-8 {
    margin-right: 66.66666667%; }
  .offset-sm-9 {
    margin-right: 75%; }
  .offset-sm-10 {
    margin-right: 83.33333333%; }
  .offset-sm-11 {
    margin-right: 91.66666667%; }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0; }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0; }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem; }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem; }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem; }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem; }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem; }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem; }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem; }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem; }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem; }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 768px) {
  .col-md {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%; }
  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%; }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%; }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%; }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .offset-md-0 {
    margin-right: 0; }
  .offset-md-1 {
    margin-right: 8.33333333%; }
  .offset-md-2 {
    margin-right: 16.66666667%; }
  .offset-md-3 {
    margin-right: 25%; }
  .offset-md-4 {
    margin-right: 33.33333333%; }
  .offset-md-5 {
    margin-right: 41.66666667%; }
  .offset-md-6 {
    margin-right: 50%; }
  .offset-md-7 {
    margin-right: 58.33333333%; }
  .offset-md-8 {
    margin-right: 66.66666667%; }
  .offset-md-9 {
    margin-right: 75%; }
  .offset-md-10 {
    margin-right: 83.33333333%; }
  .offset-md-11 {
    margin-right: 91.66666667%; }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0; }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0; }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem; }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem; }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem; }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem; }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem; }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem; }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem; }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem; }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem; }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 992px) {
  .col-lg {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%; }
  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%; }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%; }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .offset-lg-0 {
    margin-right: 0; }
  .offset-lg-1 {
    margin-right: 8.33333333%; }
  .offset-lg-2 {
    margin-right: 16.66666667%; }
  .offset-lg-3 {
    margin-right: 25%; }
  .offset-lg-4 {
    margin-right: 33.33333333%; }
  .offset-lg-5 {
    margin-right: 41.66666667%; }
  .offset-lg-6 {
    margin-right: 50%; }
  .offset-lg-7 {
    margin-right: 58.33333333%; }
  .offset-lg-8 {
    margin-right: 66.66666667%; }
  .offset-lg-9 {
    margin-right: 75%; }
  .offset-lg-10 {
    margin-right: 83.33333333%; }
  .offset-lg-11 {
    margin-right: 91.66666667%; }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0; }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0; }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem; }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem; }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem; }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem; }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem; }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem; }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem; }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem; }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem; }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 1200px) {
  .col-xl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%; }
  .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%; }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%; }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .offset-xl-0 {
    margin-right: 0; }
  .offset-xl-1 {
    margin-right: 8.33333333%; }
  .offset-xl-2 {
    margin-right: 16.66666667%; }
  .offset-xl-3 {
    margin-right: 25%; }
  .offset-xl-4 {
    margin-right: 33.33333333%; }
  .offset-xl-5 {
    margin-right: 41.66666667%; }
  .offset-xl-6 {
    margin-right: 50%; }
  .offset-xl-7 {
    margin-right: 58.33333333%; }
  .offset-xl-8 {
    margin-right: 66.66666667%; }
  .offset-xl-9 {
    margin-right: 75%; }
  .offset-xl-10 {
    margin-right: 83.33333333%; }
  .offset-xl-11 {
    margin-right: 91.66666667%; }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0; }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0; }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem; }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem; }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem; }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem; }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem; }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem; }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem; }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem; }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem; }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 1400px) {
  .col-xxl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%; }
  .row-cols-xxl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%; }
  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%; }
  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%; }
  .col-xxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%; }
  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%; }
  .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; }
  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%; }
  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%; }
  .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
  .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%; }
  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%; }
  .col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%; }
  .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%; }
  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%; }
  .col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
  .offset-xxl-0 {
    margin-right: 0; }
  .offset-xxl-1 {
    margin-right: 8.33333333%; }
  .offset-xxl-2 {
    margin-right: 16.66666667%; }
  .offset-xxl-3 {
    margin-right: 25%; }
  .offset-xxl-4 {
    margin-right: 33.33333333%; }
  .offset-xxl-5 {
    margin-right: 41.66666667%; }
  .offset-xxl-6 {
    margin-right: 50%; }
  .offset-xxl-7 {
    margin-right: 58.33333333%; }
  .offset-xxl-8 {
    margin-right: 66.66666667%; }
  .offset-xxl-9 {
    margin-right: 75%; }
  .offset-xxl-10 {
    margin-right: 83.33333333%; }
  .offset-xxl-11 {
    margin-right: 91.66666667%; }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0; }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0; }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem; }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem; }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem; }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem; }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem; }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem; }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem; }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem; }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem; }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem; } }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-grid {
  display: grid !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

.d-none {
  display: none !important; }

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important; }

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important; }

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important; }

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important; }

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important; }

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important; }

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important; }

.justify-content-evenly {
  -webkit-box-pack: space-evenly !important;
      -ms-flex-pack: space-evenly !important;
          justify-content: space-evenly !important; }

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important; }

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important; }

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important; }

.order-first {
  -webkit-box-ordinal-group: 0 !important;
      -ms-flex-order: -1 !important;
          order: -1 !important; }

.order-0 {
  -webkit-box-ordinal-group: 1 !important;
      -ms-flex-order: 0 !important;
          order: 0 !important; }

.order-1 {
  -webkit-box-ordinal-group: 2 !important;
      -ms-flex-order: 1 !important;
          order: 1 !important; }

.order-2 {
  -webkit-box-ordinal-group: 3 !important;
      -ms-flex-order: 2 !important;
          order: 2 !important; }

.order-3 {
  -webkit-box-ordinal-group: 4 !important;
      -ms-flex-order: 3 !important;
          order: 3 !important; }

.order-4 {
  -webkit-box-ordinal-group: 5 !important;
      -ms-flex-order: 4 !important;
          order: 4 !important; }

.order-5 {
  -webkit-box-ordinal-group: 6 !important;
      -ms-flex-order: 5 !important;
          order: 5 !important; }

.order-last {
  -webkit-box-ordinal-group: 7 !important;
      -ms-flex-order: 6 !important;
          order: 6 !important; }

.m-0 {
  margin: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.m-auto {
  margin: auto !important; }

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important; }

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important; }

.mx-3 {
  margin-left: 1rem !important;
  margin-right: 1rem !important; }

.mx-4 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important; }

.mx-5 {
  margin-left: 3rem !important;
  margin-right: 3rem !important; }

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important; }

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important; }

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important; }

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important; }

.mt-0 {
  margin-top: 0 !important; }

.mt-1 {
  margin-top: 0.25rem !important; }

.mt-2 {
  margin-top: 0.5rem !important; }

.mt-3 {
  margin-top: 1rem !important; }

.mt-4 {
  margin-top: 1.5rem !important; }

.mt-5 {
  margin-top: 3rem !important; }

.mt-auto {
  margin-top: auto !important; }

.me-0 {
  margin-left: 0 !important; }

.me-1 {
  margin-left: 0.25rem !important; }

.me-2 {
  margin-left: 0.5rem !important; }

.me-3 {
  margin-left: 1rem !important; }

.me-4 {
  margin-left: 1.5rem !important; }

.me-5 {
  margin-left: 3rem !important; }

.me-auto {
  margin-left: auto !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.mb-1 {
  margin-bottom: 0.25rem !important; }

.mb-2 {
  margin-bottom: 0.5rem !important; }

.mb-3 {
  margin-bottom: 1rem !important; }

.mb-4 {
  margin-bottom: 1.5rem !important; }

.mb-5 {
  margin-bottom: 3rem !important; }

.mb-auto {
  margin-bottom: auto !important; }

.ms-0 {
  margin-right: 0 !important; }

.ms-1 {
  margin-right: 0.25rem !important; }

.ms-2 {
  margin-right: 0.5rem !important; }

.ms-3 {
  margin-right: 1rem !important; }

.ms-4 {
  margin-right: 1.5rem !important; }

.ms-5 {
  margin-right: 3rem !important; }

.ms-auto {
  margin-right: auto !important; }

.p-0 {
  padding: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important; }

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important; }

.px-3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important; }

.px-4 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important; }

.px-5 {
  padding-left: 3rem !important;
  padding-right: 3rem !important; }

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important; }

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important; }

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.pt-0 {
  padding-top: 0 !important; }

.pt-1 {
  padding-top: 0.25rem !important; }

.pt-2 {
  padding-top: 0.5rem !important; }

.pt-3 {
  padding-top: 1rem !important; }

.pt-4 {
  padding-top: 1.5rem !important; }

.pt-5 {
  padding-top: 3rem !important; }

.pe-0 {
  padding-left: 0 !important; }

.pe-1 {
  padding-left: 0.25rem !important; }

.pe-2 {
  padding-left: 0.5rem !important; }

.pe-3 {
  padding-left: 1rem !important; }

.pe-4 {
  padding-left: 1.5rem !important; }

.pe-5 {
  padding-left: 3rem !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pb-1 {
  padding-bottom: 0.25rem !important; }

.pb-2 {
  padding-bottom: 0.5rem !important; }

.pb-3 {
  padding-bottom: 1rem !important; }

.pb-4 {
  padding-bottom: 1.5rem !important; }

.pb-5 {
  padding-bottom: 3rem !important; }

.ps-0 {
  padding-right: 0 !important; }

.ps-1 {
  padding-right: 0.25rem !important; }

.ps-2 {
  padding-right: 0.5rem !important; }

.ps-3 {
  padding-right: 1rem !important; }

.ps-4 {
  padding-right: 1.5rem !important; }

.ps-5 {
  padding-right: 3rem !important; }

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-grid {
    display: grid !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .d-sm-none {
    display: none !important; }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .justify-content-sm-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important; }
  .order-sm-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important; }
  .m-sm-0 {
    margin: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mx-sm-0 {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .mx-sm-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important; }
  .mx-sm-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important; }
  .mx-sm-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important; }
  .mx-sm-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important; }
  .mx-sm-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important; }
  .mx-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important; }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-sm-0 {
    margin-top: 0 !important; }
  .mt-sm-1 {
    margin-top: 0.25rem !important; }
  .mt-sm-2 {
    margin-top: 0.5rem !important; }
  .mt-sm-3 {
    margin-top: 1rem !important; }
  .mt-sm-4 {
    margin-top: 1.5rem !important; }
  .mt-sm-5 {
    margin-top: 3rem !important; }
  .mt-sm-auto {
    margin-top: auto !important; }
  .me-sm-0 {
    margin-left: 0 !important; }
  .me-sm-1 {
    margin-left: 0.25rem !important; }
  .me-sm-2 {
    margin-left: 0.5rem !important; }
  .me-sm-3 {
    margin-left: 1rem !important; }
  .me-sm-4 {
    margin-left: 1.5rem !important; }
  .me-sm-5 {
    margin-left: 3rem !important; }
  .me-sm-auto {
    margin-left: auto !important; }
  .mb-sm-0 {
    margin-bottom: 0 !important; }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important; }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important; }
  .mb-sm-3 {
    margin-bottom: 1rem !important; }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important; }
  .mb-sm-5 {
    margin-bottom: 3rem !important; }
  .mb-sm-auto {
    margin-bottom: auto !important; }
  .ms-sm-0 {
    margin-right: 0 !important; }
  .ms-sm-1 {
    margin-right: 0.25rem !important; }
  .ms-sm-2 {
    margin-right: 0.5rem !important; }
  .ms-sm-3 {
    margin-right: 1rem !important; }
  .ms-sm-4 {
    margin-right: 1.5rem !important; }
  .ms-sm-5 {
    margin-right: 3rem !important; }
  .ms-sm-auto {
    margin-right: auto !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .px-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .px-sm-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important; }
  .px-sm-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important; }
  .px-sm-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important; }
  .px-sm-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important; }
  .px-sm-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important; }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-sm-0 {
    padding-top: 0 !important; }
  .pt-sm-1 {
    padding-top: 0.25rem !important; }
  .pt-sm-2 {
    padding-top: 0.5rem !important; }
  .pt-sm-3 {
    padding-top: 1rem !important; }
  .pt-sm-4 {
    padding-top: 1.5rem !important; }
  .pt-sm-5 {
    padding-top: 3rem !important; }
  .pe-sm-0 {
    padding-left: 0 !important; }
  .pe-sm-1 {
    padding-left: 0.25rem !important; }
  .pe-sm-2 {
    padding-left: 0.5rem !important; }
  .pe-sm-3 {
    padding-left: 1rem !important; }
  .pe-sm-4 {
    padding-left: 1.5rem !important; }
  .pe-sm-5 {
    padding-left: 3rem !important; }
  .pb-sm-0 {
    padding-bottom: 0 !important; }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pb-sm-3 {
    padding-bottom: 1rem !important; }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pb-sm-5 {
    padding-bottom: 3rem !important; }
  .ps-sm-0 {
    padding-right: 0 !important; }
  .ps-sm-1 {
    padding-right: 0.25rem !important; }
  .ps-sm-2 {
    padding-right: 0.5rem !important; }
  .ps-sm-3 {
    padding-right: 1rem !important; }
  .ps-sm-4 {
    padding-right: 1.5rem !important; }
  .ps-sm-5 {
    padding-right: 3rem !important; } }

@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-grid {
    display: grid !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .d-md-none {
    display: none !important; }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .justify-content-md-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; }
  .order-md-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important; }
  .order-md-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important; }
  .m-md-0 {
    margin: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mx-md-0 {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .mx-md-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important; }
  .mx-md-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important; }
  .mx-md-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important; }
  .mx-md-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important; }
  .mx-md-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important; }
  .mx-md-auto {
    margin-left: auto !important;
    margin-right: auto !important; }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-md-0 {
    margin-top: 0 !important; }
  .mt-md-1 {
    margin-top: 0.25rem !important; }
  .mt-md-2 {
    margin-top: 0.5rem !important; }
  .mt-md-3 {
    margin-top: 1rem !important; }
  .mt-md-4 {
    margin-top: 1.5rem !important; }
  .mt-md-5 {
    margin-top: 3rem !important; }
  .mt-md-auto {
    margin-top: auto !important; }
  .me-md-0 {
    margin-left: 0 !important; }
  .me-md-1 {
    margin-left: 0.25rem !important; }
  .me-md-2 {
    margin-left: 0.5rem !important; }
  .me-md-3 {
    margin-left: 1rem !important; }
  .me-md-4 {
    margin-left: 1.5rem !important; }
  .me-md-5 {
    margin-left: 3rem !important; }
  .me-md-auto {
    margin-left: auto !important; }
  .mb-md-0 {
    margin-bottom: 0 !important; }
  .mb-md-1 {
    margin-bottom: 0.25rem !important; }
  .mb-md-2 {
    margin-bottom: 0.5rem !important; }
  .mb-md-3 {
    margin-bottom: 1rem !important; }
  .mb-md-4 {
    margin-bottom: 1.5rem !important; }
  .mb-md-5 {
    margin-bottom: 3rem !important; }
  .mb-md-auto {
    margin-bottom: auto !important; }
  .ms-md-0 {
    margin-right: 0 !important; }
  .ms-md-1 {
    margin-right: 0.25rem !important; }
  .ms-md-2 {
    margin-right: 0.5rem !important; }
  .ms-md-3 {
    margin-right: 1rem !important; }
  .ms-md-4 {
    margin-right: 1.5rem !important; }
  .ms-md-5 {
    margin-right: 3rem !important; }
  .ms-md-auto {
    margin-right: auto !important; }
  .p-md-0 {
    padding: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .px-md-0 {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .px-md-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important; }
  .px-md-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important; }
  .px-md-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important; }
  .px-md-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important; }
  .px-md-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important; }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-md-0 {
    padding-top: 0 !important; }
  .pt-md-1 {
    padding-top: 0.25rem !important; }
  .pt-md-2 {
    padding-top: 0.5rem !important; }
  .pt-md-3 {
    padding-top: 1rem !important; }
  .pt-md-4 {
    padding-top: 1.5rem !important; }
  .pt-md-5 {
    padding-top: 3rem !important; }
  .pe-md-0 {
    padding-left: 0 !important; }
  .pe-md-1 {
    padding-left: 0.25rem !important; }
  .pe-md-2 {
    padding-left: 0.5rem !important; }
  .pe-md-3 {
    padding-left: 1rem !important; }
  .pe-md-4 {
    padding-left: 1.5rem !important; }
  .pe-md-5 {
    padding-left: 3rem !important; }
  .pb-md-0 {
    padding-bottom: 0 !important; }
  .pb-md-1 {
    padding-bottom: 0.25rem !important; }
  .pb-md-2 {
    padding-bottom: 0.5rem !important; }
  .pb-md-3 {
    padding-bottom: 1rem !important; }
  .pb-md-4 {
    padding-bottom: 1.5rem !important; }
  .pb-md-5 {
    padding-bottom: 3rem !important; }
  .ps-md-0 {
    padding-right: 0 !important; }
  .ps-md-1 {
    padding-right: 0.25rem !important; }
  .ps-md-2 {
    padding-right: 0.5rem !important; }
  .ps-md-3 {
    padding-right: 1rem !important; }
  .ps-md-4 {
    padding-right: 1.5rem !important; }
  .ps-md-5 {
    padding-right: 3rem !important; } }

@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-grid {
    display: grid !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .d-lg-none {
    display: none !important; }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .justify-content-lg-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important; }
  .order-lg-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important; }
  .m-lg-0 {
    margin: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mx-lg-0 {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .mx-lg-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important; }
  .mx-lg-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important; }
  .mx-lg-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important; }
  .mx-lg-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important; }
  .mx-lg-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important; }
  .mx-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important; }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-lg-0 {
    margin-top: 0 !important; }
  .mt-lg-1 {
    margin-top: 0.25rem !important; }
  .mt-lg-2 {
    margin-top: 0.5rem !important; }
  .mt-lg-3 {
    margin-top: 1rem !important; }
  .mt-lg-4 {
    margin-top: 1.5rem !important; }
  .mt-lg-5 {
    margin-top: 3rem !important; }
  .mt-lg-auto {
    margin-top: auto !important; }
  .me-lg-0 {
    margin-left: 0 !important; }
  .me-lg-1 {
    margin-left: 0.25rem !important; }
  .me-lg-2 {
    margin-left: 0.5rem !important; }
  .me-lg-3 {
    margin-left: 1rem !important; }
  .me-lg-4 {
    margin-left: 1.5rem !important; }
  .me-lg-5 {
    margin-left: 3rem !important; }
  .me-lg-auto {
    margin-left: auto !important; }
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important; }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important; }
  .mb-lg-3 {
    margin-bottom: 1rem !important; }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important; }
  .mb-lg-5 {
    margin-bottom: 3rem !important; }
  .mb-lg-auto {
    margin-bottom: auto !important; }
  .ms-lg-0 {
    margin-right: 0 !important; }
  .ms-lg-1 {
    margin-right: 0.25rem !important; }
  .ms-lg-2 {
    margin-right: 0.5rem !important; }
  .ms-lg-3 {
    margin-right: 1rem !important; }
  .ms-lg-4 {
    margin-right: 1.5rem !important; }
  .ms-lg-5 {
    margin-right: 3rem !important; }
  .ms-lg-auto {
    margin-right: auto !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .px-lg-0 {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .px-lg-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important; }
  .px-lg-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important; }
  .px-lg-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important; }
  .px-lg-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important; }
  .px-lg-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important; }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-lg-0 {
    padding-top: 0 !important; }
  .pt-lg-1 {
    padding-top: 0.25rem !important; }
  .pt-lg-2 {
    padding-top: 0.5rem !important; }
  .pt-lg-3 {
    padding-top: 1rem !important; }
  .pt-lg-4 {
    padding-top: 1.5rem !important; }
  .pt-lg-5 {
    padding-top: 3rem !important; }
  .pe-lg-0 {
    padding-left: 0 !important; }
  .pe-lg-1 {
    padding-left: 0.25rem !important; }
  .pe-lg-2 {
    padding-left: 0.5rem !important; }
  .pe-lg-3 {
    padding-left: 1rem !important; }
  .pe-lg-4 {
    padding-left: 1.5rem !important; }
  .pe-lg-5 {
    padding-left: 3rem !important; }
  .pb-lg-0 {
    padding-bottom: 0 !important; }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pb-lg-3 {
    padding-bottom: 1rem !important; }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pb-lg-5 {
    padding-bottom: 3rem !important; }
  .ps-lg-0 {
    padding-right: 0 !important; }
  .ps-lg-1 {
    padding-right: 0.25rem !important; }
  .ps-lg-2 {
    padding-right: 0.5rem !important; }
  .ps-lg-3 {
    padding-right: 1rem !important; }
  .ps-lg-4 {
    padding-right: 1.5rem !important; }
  .ps-lg-5 {
    padding-right: 3rem !important; } }

@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-grid {
    display: grid !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .d-xl-none {
    display: none !important; }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .justify-content-xl-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important; }
  .order-xl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important; }
  .m-xl-0 {
    margin: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mx-xl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .mx-xl-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important; }
  .mx-xl-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important; }
  .mx-xl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important; }
  .mx-xl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important; }
  .mx-xl-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important; }
  .mx-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important; }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xl-0 {
    margin-top: 0 !important; }
  .mt-xl-1 {
    margin-top: 0.25rem !important; }
  .mt-xl-2 {
    margin-top: 0.5rem !important; }
  .mt-xl-3 {
    margin-top: 1rem !important; }
  .mt-xl-4 {
    margin-top: 1.5rem !important; }
  .mt-xl-5 {
    margin-top: 3rem !important; }
  .mt-xl-auto {
    margin-top: auto !important; }
  .me-xl-0 {
    margin-left: 0 !important; }
  .me-xl-1 {
    margin-left: 0.25rem !important; }
  .me-xl-2 {
    margin-left: 0.5rem !important; }
  .me-xl-3 {
    margin-left: 1rem !important; }
  .me-xl-4 {
    margin-left: 1.5rem !important; }
  .me-xl-5 {
    margin-left: 3rem !important; }
  .me-xl-auto {
    margin-left: auto !important; }
  .mb-xl-0 {
    margin-bottom: 0 !important; }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important; }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important; }
  .mb-xl-3 {
    margin-bottom: 1rem !important; }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important; }
  .mb-xl-5 {
    margin-bottom: 3rem !important; }
  .mb-xl-auto {
    margin-bottom: auto !important; }
  .ms-xl-0 {
    margin-right: 0 !important; }
  .ms-xl-1 {
    margin-right: 0.25rem !important; }
  .ms-xl-2 {
    margin-right: 0.5rem !important; }
  .ms-xl-3 {
    margin-right: 1rem !important; }
  .ms-xl-4 {
    margin-right: 1.5rem !important; }
  .ms-xl-5 {
    margin-right: 3rem !important; }
  .ms-xl-auto {
    margin-right: auto !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .px-xl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .px-xl-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important; }
  .px-xl-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important; }
  .px-xl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important; }
  .px-xl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important; }
  .px-xl-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important; }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-xl-0 {
    padding-top: 0 !important; }
  .pt-xl-1 {
    padding-top: 0.25rem !important; }
  .pt-xl-2 {
    padding-top: 0.5rem !important; }
  .pt-xl-3 {
    padding-top: 1rem !important; }
  .pt-xl-4 {
    padding-top: 1.5rem !important; }
  .pt-xl-5 {
    padding-top: 3rem !important; }
  .pe-xl-0 {
    padding-left: 0 !important; }
  .pe-xl-1 {
    padding-left: 0.25rem !important; }
  .pe-xl-2 {
    padding-left: 0.5rem !important; }
  .pe-xl-3 {
    padding-left: 1rem !important; }
  .pe-xl-4 {
    padding-left: 1.5rem !important; }
  .pe-xl-5 {
    padding-left: 3rem !important; }
  .pb-xl-0 {
    padding-bottom: 0 !important; }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pb-xl-3 {
    padding-bottom: 1rem !important; }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pb-xl-5 {
    padding-bottom: 3rem !important; }
  .ps-xl-0 {
    padding-right: 0 !important; }
  .ps-xl-1 {
    padding-right: 0.25rem !important; }
  .ps-xl-2 {
    padding-right: 0.5rem !important; }
  .ps-xl-3 {
    padding-right: 1rem !important; }
  .ps-xl-4 {
    padding-right: 1.5rem !important; }
  .ps-xl-5 {
    padding-right: 3rem !important; } }

@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-grid {
    display: grid !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-row {
    display: table-row !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .d-xxl-none {
    display: none !important; }
  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .justify-content-xxl-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important; }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important; }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important; }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important; }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important; }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important; }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important; }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important; }
  .order-xxl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important; }
  .m-xxl-0 {
    margin: 0 !important; }
  .m-xxl-1 {
    margin: 0.25rem !important; }
  .m-xxl-2 {
    margin: 0.5rem !important; }
  .m-xxl-3 {
    margin: 1rem !important; }
  .m-xxl-4 {
    margin: 1.5rem !important; }
  .m-xxl-5 {
    margin: 3rem !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mx-xxl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important; }
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important; }
  .mx-xxl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important; }
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important; }
  .mx-xxl-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important; }
  .mx-xxl-auto {
    margin-left: auto !important;
    margin-right: auto !important; }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xxl-0 {
    margin-top: 0 !important; }
  .mt-xxl-1 {
    margin-top: 0.25rem !important; }
  .mt-xxl-2 {
    margin-top: 0.5rem !important; }
  .mt-xxl-3 {
    margin-top: 1rem !important; }
  .mt-xxl-4 {
    margin-top: 1.5rem !important; }
  .mt-xxl-5 {
    margin-top: 3rem !important; }
  .mt-xxl-auto {
    margin-top: auto !important; }
  .me-xxl-0 {
    margin-left: 0 !important; }
  .me-xxl-1 {
    margin-left: 0.25rem !important; }
  .me-xxl-2 {
    margin-left: 0.5rem !important; }
  .me-xxl-3 {
    margin-left: 1rem !important; }
  .me-xxl-4 {
    margin-left: 1.5rem !important; }
  .me-xxl-5 {
    margin-left: 3rem !important; }
  .me-xxl-auto {
    margin-left: auto !important; }
  .mb-xxl-0 {
    margin-bottom: 0 !important; }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important; }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important; }
  .mb-xxl-3 {
    margin-bottom: 1rem !important; }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important; }
  .mb-xxl-5 {
    margin-bottom: 3rem !important; }
  .mb-xxl-auto {
    margin-bottom: auto !important; }
  .ms-xxl-0 {
    margin-right: 0 !important; }
  .ms-xxl-1 {
    margin-right: 0.25rem !important; }
  .ms-xxl-2 {
    margin-right: 0.5rem !important; }
  .ms-xxl-3 {
    margin-right: 1rem !important; }
  .ms-xxl-4 {
    margin-right: 1.5rem !important; }
  .ms-xxl-5 {
    margin-right: 3rem !important; }
  .ms-xxl-auto {
    margin-right: auto !important; }
  .p-xxl-0 {
    padding: 0 !important; }
  .p-xxl-1 {
    padding: 0.25rem !important; }
  .p-xxl-2 {
    padding: 0.5rem !important; }
  .p-xxl-3 {
    padding: 1rem !important; }
  .p-xxl-4 {
    padding: 1.5rem !important; }
  .p-xxl-5 {
    padding: 3rem !important; }
  .px-xxl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .px-xxl-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important; }
  .px-xxl-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important; }
  .px-xxl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important; }
  .px-xxl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important; }
  .px-xxl-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important; }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-xxl-0 {
    padding-top: 0 !important; }
  .pt-xxl-1 {
    padding-top: 0.25rem !important; }
  .pt-xxl-2 {
    padding-top: 0.5rem !important; }
  .pt-xxl-3 {
    padding-top: 1rem !important; }
  .pt-xxl-4 {
    padding-top: 1.5rem !important; }
  .pt-xxl-5 {
    padding-top: 3rem !important; }
  .pe-xxl-0 {
    padding-left: 0 !important; }
  .pe-xxl-1 {
    padding-left: 0.25rem !important; }
  .pe-xxl-2 {
    padding-left: 0.5rem !important; }
  .pe-xxl-3 {
    padding-left: 1rem !important; }
  .pe-xxl-4 {
    padding-left: 1.5rem !important; }
  .pe-xxl-5 {
    padding-left: 3rem !important; }
  .pb-xxl-0 {
    padding-bottom: 0 !important; }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important; }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important; }
  .pb-xxl-3 {
    padding-bottom: 1rem !important; }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important; }
  .pb-xxl-5 {
    padding-bottom: 3rem !important; }
  .ps-xxl-0 {
    padding-right: 0 !important; }
  .ps-xxl-1 {
    padding-right: 0.25rem !important; }
  .ps-xxl-2 {
    padding-right: 0.5rem !important; }
  .ps-xxl-3 {
    padding-right: 1rem !important; }
  .ps-xxl-4 {
    padding-right: 1.5rem !important; }
  .ps-xxl-5 {
    padding-right: 3rem !important; } }

@media print {
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-grid {
    display: grid !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .d-print-none {
    display: none !important; } }

/*-------------------------------------*\
	HINT.css - A CSS tooltip library
\*-------------------------------------*/
/**
 * HINT.css is a tooltip library made in pure CSS.
 *
 * Source: https://github.com/chinchang/hint.css
 * Demo: http://kushagragour.in/lab/hint/
 *
 */
/**
 * source: hint-core.scss
 *
 * Defines the basic styling for the tooltip.
 * Each tooltip is made of 2 parts:
 * 	1) body (:after)
 * 	2) arrow (:before)
 *
 * Classes added:
 * 	1) hint
 */
[class*="hint--"] {
  position: relative;
  display: inline-block;
  /**
	 * tooltip arrow
	 */
  /**
	 * tooltip body
	 */ }
  [class*="hint--"]:before, [class*="hint--"]:after {
    position: absolute;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: hidden;
    opacity: 0;
    z-index: 1000000;
    pointer-events: none;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-transition-delay: 0ms;
    -o-transition-delay: 0ms;
       transition-delay: 0ms; }
  [class*="hint--"]:hover:before, [class*="hint--"]:hover:after {
    visibility: visible;
    opacity: 1; }
  [class*="hint--"]:hover:before, [class*="hint--"]:hover:after {
    -webkit-transition-delay: 100ms;
    -o-transition-delay: 100ms;
       transition-delay: 100ms; }
  [class*="hint--"]:before {
    content: '';
    position: absolute;
    background: transparent;
    border: 7px solid transparent;
    z-index: 1000001; }
  [class*="hint--"]:after {
    background: #313131;
    color: white;
    padding: 8px 10px;
    font-size: 13px;
    line-height: 13px;
    white-space: nowrap; }
  [class*="hint--"][aria-label]:after {
    content: attr(aria-label); }
  [class*="hint--"][data-hint]:after {
    content: attr(data-hint); }

[aria-label='']:before, [aria-label='']:after,
[data-hint='']:before,
[data-hint='']:after {
  display: none !important; }

[class*="hint--"]:after {
  font-weight: 600;
  line-height: 1.3;
  -webkit-backface-visibility: hidden; }

/**
 * source: hint-position.scss
 *
 * Defines the positoning logic for the tooltips.
 *
 * Classes added:
 * 	1) hint--top
 * 	2) hint--bottom
 * 	3) hint--left
 * 	4) hint--right
 */
/**
 * set default color for tooltip arrows
 */
.hint--top-left:before {
  border-top-color: #313131; }

.hint--top-right:before {
  border-top-color: #313131; }

.hint--top:before {
  border-top-color: #313131; }

.hint--bottom-left:before {
  border-bottom-color: #313131; }

.hint--bottom-right:before {
  border-bottom-color: #313131; }

.hint--bottom:before {
  border-bottom-color: #313131; }

.hint--left:before {
  border-right-color: #313131; }

.hint--right:before {
  border-left-color: #313131; }

/**
 * top tooltip
 */
.hint--top:before {
  margin-bottom: -13px; }

.hint--top:before, .hint--top:after {
  bottom: 100%;
  right: 50%; }

.hint--top:before {
  right: calc(50% - 7px); }

.hint--top:after {
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
      transform: translateX(50%); }

.hint--top:hover:before {
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
      transform: translateY(-8px); }

.hint--top:hover:after {
  -webkit-transform: translateX(50%) translateY(-8px);
  -ms-transform: translateX(50%) translateY(-8px);
      transform: translateX(50%) translateY(-8px); }

/**
 * bottom tooltip
 */
.hint--bottom:before {
  margin-top: -13px; }

.hint--bottom:before, .hint--bottom:after {
  top: 100%;
  right: 50%; }

.hint--bottom:before {
  right: calc(50% - 7px); }

.hint--bottom:after {
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
      transform: translateX(50%); }

.hint--bottom:hover:before {
  -webkit-transform: translateY(8px);
  -ms-transform: translateY(8px);
      transform: translateY(8px); }

.hint--bottom:hover:after {
  -webkit-transform: translateX(50%) translateY(8px);
  -ms-transform: translateX(50%) translateY(8px);
      transform: translateX(50%) translateY(8px); }

/**
 * right tooltip
 */
.hint--right:before {
  margin-right: -13px;
  margin-bottom: -7px; }

.hint--right:after {
  margin-bottom: -14px; }

.hint--right:before, .hint--right:after {
  right: 100%;
  bottom: 50%; }

.hint--right:hover:before {
  -webkit-transform: translateX(-8px);
  -ms-transform: translateX(-8px);
      transform: translateX(-8px); }

.hint--right:hover:after {
  -webkit-transform: translateX(-8px);
  -ms-transform: translateX(-8px);
      transform: translateX(-8px); }

/**
 * left tooltip
 */
.hint--left:before {
  margin-left: -13px;
  margin-bottom: -7px; }

.hint--left:after {
  margin-bottom: -14px; }

.hint--left:before, .hint--left:after {
  left: 100%;
  bottom: 50%; }

.hint--left:hover:before {
  -webkit-transform: translateX(8px);
  -ms-transform: translateX(8px);
      transform: translateX(8px); }

.hint--left:hover:after {
  -webkit-transform: translateX(8px);
  -ms-transform: translateX(8px);
      transform: translateX(8px); }

/**
 * top-left tooltip
 */
.hint--top-left:before {
  margin-bottom: -13px; }

.hint--top-left:before, .hint--top-left:after {
  bottom: 100%;
  right: 50%; }

.hint--top-left:before {
  right: calc(50% - 7px); }

.hint--top-left:after {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
      transform: translateX(100%); }

.hint--top-left:after {
  margin-right: 14px; }

.hint--top-left:hover:before {
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
      transform: translateY(-8px); }

.hint--top-left:hover:after {
  -webkit-transform: translateX(100%) translateY(-8px);
  -ms-transform: translateX(100%) translateY(-8px);
      transform: translateX(100%) translateY(-8px); }

/**
 * top-right tooltip
 */
.hint--top-right:before {
  margin-bottom: -13px; }

.hint--top-right:before, .hint--top-right:after {
  bottom: 100%;
  right: 50%; }

.hint--top-right:before {
  right: calc(50% - 7px); }

.hint--top-right:after {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
      transform: translateX(0); }

.hint--top-right:after {
  margin-right: -14px; }

.hint--top-right:hover:before {
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
      transform: translateY(-8px); }

.hint--top-right:hover:after {
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
      transform: translateY(-8px); }

/**
 * bottom-left tooltip
 */
.hint--bottom-left:before {
  margin-top: -13px; }

.hint--bottom-left:before, .hint--bottom-left:after {
  top: 100%;
  right: 50%; }

.hint--bottom-left:before {
  right: calc(50% - 7px); }

.hint--bottom-left:after {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
      transform: translateX(100%); }

.hint--bottom-left:after {
  margin-right: 14px; }

.hint--bottom-left:hover:before {
  -webkit-transform: translateY(8px);
  -ms-transform: translateY(8px);
      transform: translateY(8px); }

.hint--bottom-left:hover:after {
  -webkit-transform: translateX(100%) translateY(8px);
  -ms-transform: translateX(100%) translateY(8px);
      transform: translateX(100%) translateY(8px); }

/**
 * bottom-right tooltip
 */
.hint--bottom-right:before {
  margin-top: -13px; }

.hint--bottom-right:before, .hint--bottom-right:after {
  top: 100%;
  right: 50%; }

.hint--bottom-right:before {
  right: calc(50% - 7px); }

.hint--bottom-right:after {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
      transform: translateX(0); }

.hint--bottom-right:after {
  margin-right: -14px; }

.hint--bottom-right:hover:before {
  -webkit-transform: translateY(8px);
  -ms-transform: translateY(8px);
      transform: translateY(8px); }

.hint--bottom-right:hover:after {
  -webkit-transform: translateY(8px);
  -ms-transform: translateY(8px);
      transform: translateY(8px); }

/**
 * source: hint-theme.scss
 *
 * Defines basic theme for tooltips.
 *
 */
[class*="hint--"] {
  /**
	 * tooltip body
	 */ }
  [class*="hint--"]:after {
    -webkit-box-shadow: -4px 4px 8px rgba(0, 0, 0, 0.3);
            box-shadow: -4px 4px 8px rgba(0, 0, 0, 0.3); }

/**
 * source: hint-color-types.scss
 *
 * Contains tooltips of various types based on color differences.
 *
 * Classes added:
 * 	1) hint--error
 * 	2) hint--warning
 * 	3) hint--info
 * 	4) hint--success
 *
 */
/**
 * Error
 */
.hint--error:after {
  background-color: #b34e4d;
  text-shadow: 0 -1px 0px #592726; }

.hint--error.hint--top-left:before {
  border-top-color: #b34e4d; }

.hint--error.hint--top-right:before {
  border-top-color: #b34e4d; }

.hint--error.hint--top:before {
  border-top-color: #b34e4d; }

.hint--error.hint--bottom-left:before {
  border-bottom-color: #b34e4d; }

.hint--error.hint--bottom-right:before {
  border-bottom-color: #b34e4d; }

.hint--error.hint--bottom:before {
  border-bottom-color: #b34e4d; }

.hint--error.hint--left:before {
  border-right-color: #b34e4d; }

.hint--error.hint--right:before {
  border-left-color: #b34e4d; }

/**
 * Warning
 */
.hint--warning:after {
  background-color: #c09854;
  text-shadow: 0 -1px 0px #6c5328; }

.hint--warning.hint--top-left:before {
  border-top-color: #c09854; }

.hint--warning.hint--top-right:before {
  border-top-color: #c09854; }

.hint--warning.hint--top:before {
  border-top-color: #c09854; }

.hint--warning.hint--bottom-left:before {
  border-bottom-color: #c09854; }

.hint--warning.hint--bottom-right:before {
  border-bottom-color: #c09854; }

.hint--warning.hint--bottom:before {
  border-bottom-color: #c09854; }

.hint--warning.hint--left:before {
  border-right-color: #c09854; }

.hint--warning.hint--right:before {
  border-left-color: #c09854; }

/**
 * Info
 */
.hint--info:after {
  background-color: #3986ac;
  text-shadow: 0 -1px 0px #1a3c4d; }

.hint--info.hint--top-left:before {
  border-top-color: #3986ac; }

.hint--info.hint--top-right:before {
  border-top-color: #3986ac; }

.hint--info.hint--top:before {
  border-top-color: #3986ac; }

.hint--info.hint--bottom-left:before {
  border-bottom-color: #3986ac; }

.hint--info.hint--bottom-right:before {
  border-bottom-color: #3986ac; }

.hint--info.hint--bottom:before {
  border-bottom-color: #3986ac; }

.hint--info.hint--left:before {
  border-right-color: #3986ac; }

.hint--info.hint--right:before {
  border-left-color: #3986ac; }

/**
 * Success
 */
.hint--success:after {
  background-color: #458746;
  text-shadow: 0 -1px 0px #1a321a; }

.hint--success.hint--top-left:before {
  border-top-color: #458746; }

.hint--success.hint--top-right:before {
  border-top-color: #458746; }

.hint--success.hint--top:before {
  border-top-color: #458746; }

.hint--success.hint--bottom-left:before {
  border-bottom-color: #458746; }

.hint--success.hint--bottom-right:before {
  border-bottom-color: #458746; }

.hint--success.hint--bottom:before {
  border-bottom-color: #458746; }

.hint--success.hint--left:before {
  border-right-color: #458746; }

.hint--success.hint--right:before {
  border-left-color: #458746; }

/**
 * source: hint-rounded.scss
 *
 * Defines rounded corner tooltips.
 *
 * Classes added:
 * 	1) hint--rounded
 *
 */
.hint--rounded:after {
  -webkit-border-radius: 4px;
          border-radius: 4px; }

/**
 * source: hint-effects.scss
 *
 * Defines various transition effects for the tooltips.
 *
 * Classes added:
 * 	1) hint--no-animate
 * 	2) hint--bounce
 *
 */
.hint--no-animate:before, .hint--no-animate:after {
  -webkit-transition-duration: 0ms;
  -o-transition-duration: 0ms;
     transition-duration: 0ms; }

.hint--bounce:before, .hint--bounce:after {
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -o-transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24); }

.hint--no-shadow:before, .hint--no-shadow:after {
  text-shadow: initial;
  -webkit-box-shadow: initial;
          box-shadow: initial; }

/* Magnific Popup: Custom Style
   ========================================================================== */
.mfp-bg.gs-mfp-quickview {
  display: none; }

.gs-mfp-fade-in.mfp-bg,
.gs-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.18s ease-out;
  -o-transition: opacity 0.18s ease-out;
  transition: opacity 0.18s ease-out; }
  .gs-mfp-fade-in.mfp-bg.mfp-ready,
  .gs-mfp-zoom-in.mfp-bg.mfp-ready {
    opacity: 0.73; }
  .gs-mfp-fade-in.mfp-bg.mfp-removing,
  .gs-mfp-zoom-in.mfp-bg.mfp-removing {
    opacity: 0; }

.gs-mfp-fade-in .mfp-content {
  opacity: 0;
  -webkit-transition: opacity 0.18s ease-in-out;
  -o-transition: opacity 0.18s ease-in-out;
  transition: opacity 0.18s ease-in-out; }

.gs-mfp-fade-in.mfp-ready .mfp-content {
  opacity: 1; }

.gs-mfp-fade-in.mfp-removing .mfp-content {
  opacity: 0; }

.gs-mfp-zoom-in .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.18s ease-in-out;
  -o-transition: all 0.18s ease-in-out;
  transition: all 0.18s ease-in-out;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center; }

.gs-mfp-zoom-in.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1); }

.gs-mfp-zoom-in.mfp-removing .mfp-content {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0; }

.gs-mfp-move-from-top .mfp-content {
  vertical-align: top; }

.gs-mfp-move-from-top .gs-popup-wrap {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: translateY(-160px);
      -ms-transform: translateY(-160px);
          transform: translateY(-160px); }

.gs-mfp-move-from-top.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }

.gs-mfp-move-from-top.mfp-ready .gs-popup-wrap {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

.gs-mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: .9; }

.gs-mfp-move-from-top.mfp-removing .gs-popup-wrap {
  opacity: 0; }

.gs-mfp-move-from-top.mfp-removing.mfp-bg {
  opacity: 0; }

/* Vendors: Swiper custom style
   ========================================================================== */
.gs-swiper {
  position: relative;
  z-index: 1; }
  .gs-swiper:hover .swiper-nav-button {
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    opacity: 1;
    visibility: visible; }
  .gs-swiper .swiper-inner {
    position: relative; }
  .gs-swiper .swiper-container {
    width: 100%; }
  .gs-swiper .swiper-slide {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: right;
    overflow: visible; }
  .gs-swiper.v-stretch > .swiper-inner > .swiper-container > .swiper-wrapper > .swiper-slide {
    height: auto; }
    .gs-swiper.v-stretch > .swiper-inner > .swiper-container > .swiper-wrapper > .swiper-slide > div {
      height: 100%; }
  .gs-swiper.v-top > .swiper-inner > .swiper-container > .swiper-wrapper > .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: start;
        align-self: start; }
  .gs-swiper.v-middle > .swiper-inner > .swiper-container > .swiper-wrapper > .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
        align-self: center; }
  .gs-swiper.v-bottom > .swiper-inner > .swiper-container > .swiper-wrapper > .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: end;
        align-self: flex-end; }
  .gs-swiper.h-left > .swiper-inner > .swiper-container > .swiper-wrapper > .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .gs-swiper.h-center > .swiper-inner > .swiper-container > .swiper-wrapper > .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .gs-swiper.h-right > .swiper-inner > .swiper-container > .swiper-wrapper > .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .gs-swiper[data-autoplay='1'] .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
         -o-transition-timing-function: linear !important;
            transition-timing-function: linear !important; }
  .gs-swiper.highlight-centered-items .swiper-slide {
    -webkit-transition: opacity .25s linear;
    -o-transition: opacity .25s linear;
    transition: opacity .25s linear; }
    .gs-swiper.highlight-centered-items .swiper-slide:not(.swiper-slide-active) {
      opacity: .4; }
  .gs-swiper.highlight-centered-items .swiper-slide {
    -webkit-transition: opacity .25s linear;
    -o-transition: opacity .25s linear;
    transition: opacity .25s linear; }
    .gs-swiper.highlight-centered-items .swiper-slide:not(.swiper-slide-active) {
      opacity: .4; }
  .gs-swiper:not(.bullets-v-align-below) .swiper-pagination-container {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    pointer-events: none; }
  .gs-swiper .swiper-pagination-container .container,
  .gs-swiper .swiper-pagination-container .row,
  .gs-swiper .swiper-pagination-container .col-md-12 {
    height: 100%; }
  .gs-swiper .swiper-pagination-wrap {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .gs-swiper .swiper-pagination-inner {
    pointer-events: auto; }
  .gs-swiper .swiper-pagination {
    position: relative;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    outline: none;
    width: auto; }
    .gs-swiper .swiper-pagination.swiper-pagination-progressbar {
      width: 100%;
      height: 3px;
      right: 0;
      top: 0;
      background: #bbb; }
    .gs-swiper .swiper-pagination.swiper-pagination-custom {
      top: auto;
      right: auto;
      bottom: auto;
      left: auto; }
  .gs-swiper.bullets-v-align-below .swiper-pagination-wrap {
    position: static;
    margin-top: 44px; }
  .gs-swiper .swiper-pagination-bullets {
    font-size: 0; }
  .gs-swiper .swiper-pagination-bullet {
    display: inline-block;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 4px;
    width: 20px;
    height: 20px;
    border: none;
    -webkit-border-radius: 0;
            border-radius: 0;
    background: transparent;
    opacity: 1;
    position: relative;
    outline: none;
    color: #d8d8d8; }
    .gs-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
      color: #d54c42; }
      .gs-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
        -webkit-box-sizing: content-box;
                box-sizing: content-box;
        border-color: currentColor;
        background: transparent; }
    .gs-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
      cursor: default; }
    .gs-swiper .swiper-pagination-bullet:before {
      -webkit-transition: all 0.25s ease-out;
      -o-transition: all 0.25s ease-out;
      transition: all 0.25s ease-out;
      content: '';
      position: absolute;
      top: 50%;
      right: 50%;
      -webkit-transform: translate(50%, -50%);
          -ms-transform: translate(50%, -50%);
              transform: translate(50%, -50%);
      -webkit-border-radius: 100%;
              border-radius: 100%;
      width: 8px;
      height: 8px;
      border: 2px solid transparent;
      background: currentColor;
      z-index: 1; }
    .gs-swiper .swiper-pagination-bullet:only-child {
      visibility: hidden; }
  .gs-swiper .fraction {
    display: inline-block; }
  .gs-swiper.bullets-vertical .swiper-pagination-bullet {
    display: block;
    margin: 0; }
    .gs-swiper.bullets-vertical .swiper-pagination-bullet + .swiper-pagination-bullet {
      margin-top: 10px; }
  .gs-swiper.pagination-style-02 .swiper-pagination-bullet {
    width: 22px;
    margin: 0 4px; }
    .gs-swiper.pagination-style-02 .swiper-pagination-bullet:before {
      -webkit-border-radius: 0;
              border-radius: 0;
      width: 22px;
      height: 4px; }
  .gs-swiper.pagination-style-03 .fraction {
    font-size: 18px;
    font-weight: 700;
    color: #333; }
    .gs-swiper.pagination-style-03 .fraction * {
      display: inline-block;
      vertical-align: middle; }
    .gs-swiper.pagination-style-03 .fraction .separator {
      width: 40px;
      height: 1px;
      background: #ababab;
      margin-right: 13px;
      margin-left: 13px; }
  .gs-swiper.pagination-style-04 .swiper-pagination-inner {
    width: 94px;
    height: 94px;
    line-height: 94px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
            box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05); }
  .gs-swiper.pagination-style-04 .fraction {
    font-size: 17px;
    font-weight: 500;
    color: #313131;
    letter-spacing: 0; }
    .gs-swiper.pagination-style-04 .fraction div {
      display: inline-block; }
  .gs-swiper.pagination-style-04 .swiper-pagination-inner {
    position: relative; }
  .gs-swiper.pagination-style-04 .swiper-alt-arrow-button {
    position: absolute;
    width: 21px;
    height: 21px;
    right: 50%;
    top: 50%;
    z-index: 12;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer; }
  .gs-swiper.pagination-style-04 .swiper-alt-arrow-prev {
    -webkit-transform: translate(10px, -35px);
        -ms-transform: translate(10px, -35px);
            transform: translate(10px, -35px);
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHCAYAAADebrddAAAAAXNSR0IArs4c6QAAAJZJREFUGBltjUEKwyAURNVCs4klTREUWnsAz5P75LRZZCMFCVoj1lkk2LSz8H/nzfAJOWgYhpNS6ol5QOTHsNZq7/1lmqbGOfeqC19hKaUIIdwQWNe16boul8KyFfawEKKNMT42gJlSajnnS9Ebf4bHGHMuQGM/Cj44fDaOI5vnWeec9yt1AT44crTv+3sxrnXg304ptR/PET/We1JFoAAAAABJRU5ErkJggg=="); }
  .gs-swiper.pagination-style-04 .swiper-alt-arrow-next {
    -webkit-transform: translate(10px, 15px);
        -ms-transform: translate(10px, 15px);
            transform: translate(10px, 15px);
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHCAYAAADebrddAAAAAXNSR0IArs4c6QAAAKBJREFUGBmFjb0KwyAUhWsaqoUMUcgQ6FLo5iv4TL6tW6FLiWKGhiIWgmK9BUNxaO9y7s93zkWMsVNKie7+FELo0Ugpp7ZtX79YuAOHAOKcH7TWl/xhX5tyYhzH8aqUWj8wAMMwdCGEcw3n1Ns8zw72W5L3fu37PsUYu2LAGBtr7VLmDYaFc85TSo/5AyaEPI0xUwFBm+8BeiHEHUDQ+vYGfjU7ajWU+XYAAAAASUVORK5CYII="); }
  .gs-swiper.pagination-style-04.bullets-horizontal .swiper-alt-arrow-prev {
    -webkit-transform: translate(40px, -11px) rotate(90deg);
        -ms-transform: translate(40px, -11px) rotate(90deg);
            transform: translate(40px, -11px) rotate(90deg); }
  .gs-swiper.pagination-style-04.bullets-horizontal .swiper-alt-arrow-next {
    -webkit-transform: translate(-20px, -11px) rotate(90deg);
        -ms-transform: translate(-20px, -11px) rotate(90deg);
            transform: translate(-20px, -11px) rotate(90deg); }
  .gs-swiper.pagination-style-05 .swiper-pagination-bullet {
    width: 32px;
    height: 32px;
    margin: 0 4px;
    color: #313131; }
    .gs-swiper.pagination-style-05 .swiper-pagination-bullet:before {
      width: 6px;
      height: 6px; }
    .gs-swiper.pagination-style-05 .swiper-pagination-bullet:after {
      -webkit-transition: all 0.25s ease-out;
      -o-transition: all 0.25s ease-out;
      transition: all 0.25s ease-out;
      content: '';
      position: absolute;
      top: 50%;
      right: 50%;
      -webkit-transform: translate(50%, -50%);
          -ms-transform: translate(50%, -50%);
              transform: translate(50%, -50%);
      width: 16px;
      height: 16px;
      opacity: 0;
      border: 1px solid transparent;
      -webkit-border-radius: 50%;
              border-radius: 50%; }
    .gs-swiper.pagination-style-05 .swiper-pagination-bullet:hover:after, .gs-swiper.pagination-style-05 .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
      opacity: 1;
      border-color: currentColor; }
    .gs-swiper.pagination-style-05 .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
      opacity: .5;
      width: 100%;
      height: 100%; }
  .gs-swiper.pagination-style-06 .fraction {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0;
    color: #111; }
    .gs-swiper.pagination-style-06 .fraction * {
      display: inline-block;
      vertical-align: top; }
    .gs-swiper.pagination-style-06 .fraction .current {
      font-size: 60px;
      line-height: 1; }
  .gs-swiper .swiper-nav-buttons-wrap {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
    .gs-swiper .swiper-nav-buttons-wrap .container,
    .gs-swiper .swiper-nav-buttons-wrap .row,
    .gs-swiper .swiper-nav-buttons-wrap .col-md-12 {
      height: 100%; }
  .gs-swiper .swiper-nav-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%; }
  .gs-swiper .swiper-nav-button {
    position: absolute;
    width: 70px;
    height: 120px;
    margin: auto;
    background-image: none;
    color: #313131;
    border: none;
    list-style: none;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.2s ease, visibility 0.2s ease;
    -o-transition: opacity 0.2s ease, visibility 0.2s ease;
    transition: opacity 0.2s ease, visibility 0.2s ease; }
    .gs-swiper .swiper-nav-button.swiper-button-disabled {
      opacity: 0.35;
      cursor: auto;
      pointer-events: none; }
    .gs-swiper .swiper-nav-button svg {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      z-index: 1;
      width: 10px;
      height: 26px;
      -webkit-transition: -webkit-transform .25s;
      transition: -webkit-transform .25s;
      -o-transition: transform .25s;
      transition: transform .25s;
      transition: transform .25s, -webkit-transform .25s; }
    .gs-swiper .swiper-nav-button:after {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      content: "";
      display: block;
      width: 42px;
      height: 42px;
      background: #fff;
      border: 1px solid #F5F5F5;
      -webkit-border-radius: 50%;
              border-radius: 50%; }
    .gs-swiper .swiper-nav-button:hover svg {
      -webkit-transform: scale(0.8);
          -ms-transform: scale(0.8);
              transform: scale(0.8); }
    .gs-swiper .swiper-nav-button:hover.swiper-button-prev svg {
      -webkit-transform: rotate(-180deg) scale(0.8);
          -ms-transform: rotate(-180deg) scale(0.8);
              transform: rotate(-180deg) scale(0.8); }
  .gs-swiper.nav-show-always .swiper-nav-button {
    opacity: 1;
    visibility: visible; }
  .gs-swiper .swiper-button-prev svg {
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg); }

/*=====================
=        Reset        =
======================*/
html {
  max-width: 100%; }

a,
abbr,
acronym,
address,
applet,
big,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
ins,
kbd,
label,
legend,
li,
object,
ol,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
ul,
var,
figure {
  vertical-align: baseline;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0; }

sub,
sup {
  font-size: 10px; }

:focus {
  outline: 0; }

input[type=submit] {
  -webkit-appearance: none; }

html {
  overflow-x: hidden; }

ol,
ul {
  list-style: none; }

input[type=text]::-ms-clear {
  display: none; }

sup {
  vertical-align: super; }

sub {
  vertical-align: sub; }

p:empty {
  display: none; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

/*=====================
=        Admin        =
=====================*/
.animated {
  -webkit-animation-duration: calc(0.3s) !important;
          animation-duration: calc(0.3s) !important; }
  .animated.animated-fast {
    -webkit-animation-duration: calc(0.15s) !important;
            animation-duration: calc(0.15s) !important; }
  .animated.animated-slow {
    -webkit-animation-duration: calc(0.45s) !important;
            animation-duration: calc(0.45s) !important; }

@-webkit-keyframes gradaFadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes gradaFadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.gsFadeIn,
.fadeIn {
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: calc(0.3s);
          animation-duration: calc(0.3s); }

.gsFadeIn {
  -webkit-animation-name: gradaFadeIn;
          animation-name: gradaFadeIn; }

.fadeIn {
  -webkit-animation-name: gradaFadeIn !important;
          animation-name: gradaFadeIn !important; }

@-webkit-keyframes gradaFadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
            transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

@keyframes gradaFadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
            transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

.gsFadeInUp,
.fadeInUp {
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: calc(0.3s);
          animation-duration: calc(0.3s); }

.gsFadeInUp {
  -webkit-animation-name: gradaFadeInUp;
          animation-name: gradaFadeInUp; }

.fadeInUp {
  -webkit-animation-name: gradaFadeInUp !important;
          animation-name: gradaFadeInUp !important; }

@-webkit-keyframes gradaFadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -40px, 0);
            transform: translate3d(0, -40px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

@keyframes gradaFadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -40px, 0);
            transform: translate3d(0, -40px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

.gsFadeInDown,
.fadeInDown {
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: calc(0.3s);
          animation-duration: calc(0.3s); }

.gsFadeInDown {
  -webkit-animation-name: gradaFadeInDown;
          animation-name: gradaFadeInDown; }

.fadeInDown {
  -webkit-animation-name: gradaFadeInDown !important;
          animation-name: gradaFadeInDown !important; }

@-webkit-keyframes gradaFadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-40px, 0, 0);
            transform: translate3d(-40px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

@keyframes gradaFadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-40px, 0, 0);
            transform: translate3d(-40px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

.gsFadeInLeft,
.fadeInLeft {
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: calc(0.3s);
          animation-duration: calc(0.3s); }

.gsFadeInLeft {
  -webkit-animation-name: gradaFadeInLeft;
          animation-name: gradaFadeInLeft; }

.fadeInLeft {
  -webkit-animation-name: gradaFadeInLeft !important;
          animation-name: gradaFadeInLeft !important; }

@-webkit-keyframes gradaFadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(40px, 0, 0);
            transform: translate3d(40px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

@keyframes gradaFadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(40px, 0, 0);
            transform: translate3d(40px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

.gsFadeInRight,
.fadeInRight {
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: calc(0.3s);
          animation-duration: calc(0.3s); }

.gsFadeInRight {
  -webkit-animation-name: gradaFadeInRight;
          animation-name: gradaFadeInRight; }

.fadeInRight {
  -webkit-animation-name: gradaFadeInRight !important;
          animation-name: gradaFadeInRight !important; }

@-webkit-keyframes gradaZoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes gradaZoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

.gsZoomIn,
.zoomIn {
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: calc(0.3s);
          animation-duration: calc(0.3s); }

.gsZoomIn {
  -webkit-animation-name: gradaZoomIn;
          animation-name: gradaZoomIn; }

.zoomIn {
  -webkit-animation-name: gradaZoomIn !important;
          animation-name: gradaZoomIn !important; }

@-webkit-keyframes gradaZoomOut {
  0% {
    opacity: 0.1;
    -webkit-transform: scale(1.5);
            transform: scale(1.5); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes gradaZoomOut {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

.gsZoomOut {
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: calc(0.3s);
          animation-duration: calc(0.3s); }

.gsZoomOut {
  -webkit-animation-name: gradaZoomOut;
          animation-name: gradaZoomOut; }

@-webkit-keyframes gradaPreserve3d {
  0% {
    -webkit-transform: perspective(450px) translateY(90px) rotateX(24deg) translateZ(0);
            transform: perspective(450px) translateY(90px) rotateX(24deg) translateZ(0);
    opacity: 0; }
  100% {
    -webkit-transform: perspective(0px) translateY(0px) rotateX(0deg) translateZ(0);
            transform: perspective(0px) translateY(0px) rotateX(0deg) translateZ(0);
    opacity: 1; } }

@keyframes gradaPreserve3d {
  0% {
    -webkit-transform: perspective(450px) translateY(90px) rotateX(24deg) translateZ(0);
            transform: perspective(450px) translateY(90px) rotateX(24deg) translateZ(0);
    opacity: 0; }
  100% {
    -webkit-transform: perspective(0px) translateY(0px) rotateX(0deg) translateZ(0);
            transform: perspective(0px) translateY(0px) rotateX(0deg) translateZ(0);
    opacity: 1; } }

.gsPreserve3d,
.gradaPreserve3d {
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: calc(0.3s);
          animation-duration: calc(0.3s);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.gsPreserve3d {
  -webkit-animation-name: gradaPreserve3d;
          animation-name: gradaPreserve3d; }

.owl-item .init-anim {
  opacity: 0 !important;
  visibility: hidden !important; }

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg); } }

@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg); } }

.gsRotating {
  -webkit-animation: rotating 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
          animation: rotating 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite; }

@-webkit-keyframes gradaAnimateWidth {
  0% {
    width: 0; }
  100% {
    width: 100%; } }

@keyframes gradaAnimateWidth {
  0% {
    width: 0; }
  100% {
    width: 100%; } }

.gsAnimateWidth {
  -webkit-animation-name: gradaAnimateWidth;
          animation-name: gradaAnimateWidth;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: calc(0.8s) !important;
          animation-duration: calc(0.8s) !important; }

@keyframes gradaSkewIn {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px); }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

.gsSkewIn {
  -webkit-animation-name: gradaSkewIn;
          animation-name: gradaSkewIn;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 0.8s !important;
          animation-duration: 0.8s !important;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.no-mt {
  margin-top: 0; }

.no-mr {
  margin-left: 0; }

.no-mb {
  margin-bottom: 0; }

.no-ml {
  margin-bottom: 0; }

.tiny-pt {
  padding-top: 0.25rem; }

.tiny-pb {
  padding-bottom: 0.25rem; }

.small-pt {
  padding-top: 0.5rem; }

.small-pb {
  padding-bottom: 0.5rem; }

.default-pt {
  padding-top: 1rem; }

.default-pb {
  padding-bottom: 1rem; }

.medium-pt {
  padding-top: 2rem; }

.medium-pb {
  padding-bottom: 2rem; }

.large-pt {
  padding-top: 4rem; }

.large-pb {
  padding-bottom: 4rem; }

.huge-pt {
  padding-top: 6.25rem; }

.huge-pb {
  padding-bottom: 6.25rem; }

.wow {
  visibility: hidden; }

.gs-cl::after {
  content: '';
  display: table;
  clear: both; }

.gs-d-none {
  display: none !important; }

.gs-d-block {
  display: block !important; }

.gs-fullwidth-container .container {
  max-width: 100%; }

.gs-fullwidth {
  width: 100% !important; }

.gs-fullheight {
  height: 100vh !important; }
  @media (max-width: 575px) {
    .gs-fullheight.gs-fullheight-mobile {
      height: auto !important; } }

.gs-overflow-hidden {
  overflow: hidden; }

.gs-map-full iframe {
  height: 100vh !important; }

.gs-map-full .bdt-advanced-gmap {
  height: 100vh; }

.sticky {
  position: relative; }

.gs-no-decoration {
  text-decoration: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: inherit; }

.text-outlined {
  -webkit-text-stroke: 1px currentColor;
  text-stroke: 1px currentColor;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent; }

.gs-text-left {
  text-align: right; }

.gs-text-center {
  text-align: center; }

.gs-text-right {
  text-align: left; }

.gs-tabs-left .bdt-tabs-container {
  text-align: right; }

.gs-tabs-right .bdt-tabs-container {
  text-align: left; }

.gs-mailchimp-form form {
  position: relative; }
  .gs-mailchimp-form form .form-item-email input {
    color: #83878A;
    background-color: #ffffff;
    border: 2px solid #ffffff;
    padding-left: 130px;
    min-height: 60px; }
  .gs-mailchimp-form form .button-submit {
    border: 0 !important;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 6px;
    padding: 0 29px;
    -webkit-box-shadow: none;
            box-shadow: none;
    height: 48px;
    line-height: 48px; }

.gs-branding-logo, .page-links,
.clearfix {
  *zoom: 1; }
  .gs-branding-logo:before, .page-links:before, .gs-branding-logo:after, .page-links:after,
  .clearfix:before,
  .clearfix:after {
    content: " ";
    display: table; }

.gs-language-switcher > li > a:after, ul.menu.site-header-menu li.menu-item a .sub-menu-arrow:before, .gs-product-list-type-01 .gs-product-list .gs-product-list__link:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900; }

.widget.widget_recent_comments ul li:before, .gs-header-categories__btn:after, .gs-mobile-menu__navigation ul li .sub-menu-arrow:after, .gs-mailchimp-form .button-icon, .gs-product-list-type-02 .gs-product-list .gs-product-list__link:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300; }

#page_options-tab-product_options,
#page_options-tab-post_options {
  display: none; }

.post-type-product #page_options-tab-product_options {
  display: block; }

.post-type-post #page_options-tab-post_options {
  display: block; }

.post-type-post #page_options-tab-page_options_sidebars,
.post-type-product #page_options-tab-page_options_sidebars {
  display: none; }

/* Components
   ========================================================================== */
/*======================
=        Button        =
======================*/
/*===========================
=        Button Base        =
===========================*/
.gs-btn {
  display: inline-block;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  -webkit-border-radius: 0;
          border-radius: 0;
  border: 1px solid transparent;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  .gs-btn span {
    display: inline-block;
    margin: 0; }
  .gs-btn.gs-btn-loading {
    background-color: transparent !important;
    color: #313131; }
    .gs-btn.gs-btn-loading:hover {
      color: #313131; }
  .gs-btn.gs-btn-simple {
    padding: 6px 0 !important;
    line-height: 1.2;
    -webkit-box-shadow: none;
            box-shadow: none;
    position: relative;
    z-index: 2; }
    .gs-btn.gs-btn-simple:before {
      content: '';
      position: absolute;
      bottom: 0;
      right: 0;
      background: #d54c42;
      height: 1px;
      width: 0;
      -webkit-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
      z-index: 1; }
    .gs-btn.gs-btn-simple:after {
      content: '';
      position: absolute;
      bottom: 0;
      right: 0;
      left: 0;
      background: rgba(129, 129, 129, 0.2);
      height: 1px;
      -webkit-transition: -webkit-transform .3s;
      transition: -webkit-transform .3s;
      -o-transition: transform .3s;
      transition: transform .3s;
      transition: transform .3s, -webkit-transform .3s; }
    .gs-btn.gs-btn-simple:hover:before {
      width: 100%; }

.gs-btn-full {
  width: 100% !important;
  text-align: center; }

input[type='submit'],
input[type='button'],
button,
.button {
  display: inline-block;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  -webkit-border-radius: 0;
          border-radius: 0;
  border: 1px solid transparent;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  font-size: 16px;
  padding: 0.9375rem 2.5rem;
  color: #ffffff;
  background-color: #242424;
  border-color: #242424; }
  input[type='submit']:hover,
  input[type='button']:hover,
  button:hover,
  .button:hover {
    color: #ffffff;
    border-color: #d54c42;
    background-color: #d54c42; }

.woocommerce .sidebar-container input[type='submit'],
.woocommerce .sidebar-container .price_slider_amount .button {
  display: inline-block;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  -webkit-border-radius: 0;
          border-radius: 0;
  border: 1px solid transparent;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  font-size: 15px !important;
  padding: 0.875rem 1.375rem !important;
  color: #ffffff;
  background-color: #242424;
  border-color: #242424; }
  .woocommerce .sidebar-container input[type='submit'] a,
  .woocommerce .sidebar-container .price_slider_amount .button a {
    color: #ffffff !important; }
  .woocommerce .sidebar-container input[type='submit']:hover,
  .woocommerce .sidebar-container .price_slider_amount .button:hover {
    color: #ffffff;
    border-color: #d54c42;
    background-color: #d54c42; }

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tr td a.button,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-table--order-downloads tr td a.button {
  font-size: 16px;
  padding: 0.75rem 1.375rem; }

.close-button {
  position: absolute;
  top: 1.625rem;
  left: 1.625rem;
  width: 26px;
  height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-transition: color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
  -o-transition: color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
  transition: color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
  z-index: 10; }
  .close-button:before, .close-button:after {
    content: " ";
    position: absolute;
    top: 15px;
    right: 0;
    width: 26px;
    height: 2px;
    display: inline-block;
    margin-top: -1px;
    background-color: #313131;
    -webkit-transition: -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
    transition: -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
    -o-transition: transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
    transition: transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
    transition: transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s; }
    .dark-skin .close-button:before, .dark-skin .close-button:after {
      background-color: #fff; }
  .close-button:before {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .close-button:after {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .close-button:hover:before, .close-button:hover:after {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }

/*===========================
=        Button Size        =
===========================*/
.gs-btn.gs-btn-small {
  font-size: 16px;
  padding: 0.75rem 1.375rem; }

.gs-btn.gs-btn-regular {
  font-size: 16px;
  padding: 0.9375rem 2.5rem; }

.gs-btn.gs-btn-medium {
  font-size: 0.875rem;
  padding: 1.25rem 2.5rem; }

.gs-btn.gs-btn-large {
  font-size: 17px;
  padding: 1.875rem 3.125rem; }

/*============================
=        Button Color        =
============================*/
.gs-btn.gs-btn-accent {
  color: #ffffff;
  background-color: #d54c42;
  border-color: #d54c42; }
  .gs-btn.gs-btn-accent:hover {
    color: #ffffff;
    background-color: #313131;
    border-color: #313131; }
  .gs-btn.gs-btn-accent.gs-btn-loading {
    color: #313131; }

.gs-btn.gs-btn-dark {
  color: #ffffff;
  background-color: #242424;
  border-color: #242424; }
  .gs-btn.gs-btn-dark:hover {
    color: #ffffff;
    border-color: #d54c42;
    background-color: #d54c42; }
  .gs-btn.gs-btn-dark.gs-btn-loading {
    color: #313131 !important; }

.gs-btn.gs-btn-white {
  color: #313131;
  background-color: #ffffff;
  border-color: #ffffff; }
  .gs-btn.gs-btn-white:hover {
    background-color: #ffffff;
    color: #313131;
    border-color: #ffffff; }
  .gs-btn.gs-btn-white.gs-btn-loading {
    color: #ffffff !important; }

.gs-btn.gs-btn-border {
  color: #313131;
  border-color: rgba(129, 129, 129, 0.2);
  background-color: transparent; }
  .gs-btn.gs-btn-border:hover {
    color: #ffffff;
    background-color: #242424;
    border-color: #242424; }

.gs-btn.gs-btn-light {
  color: #313131;
  background-color: #f7f7f7;
  border-color: #f7f7f7; }
  .gs-btn.gs-btn-light:hover, .gs-btn.gs-btn-light:active {
    color: #313131;
    background-color: #efefef;
    border-color: #efefef; }

#growls-br {
  right: 15px !important;
  bottom: 15px !important;
  display: inline-block;
  left: auto; }

.growl.growl {
  opacity: 1;
  font-size: 14px; }
  .growl.growl.growl-default {
    background: #fff;
    color: #83878A;
    -webkit-box-shadow: 0 0 30px rgba(51, 51, 51, 0.1);
            box-shadow: 0 0 30px rgba(51, 51, 51, 0.1); }
  .growl.growl.growl-large {
    padding: 25px 30px;
    -webkit-border-radius: 0;
            border-radius: 0; }
    .growl.growl.growl-large .growl-close {
      margin-left: -30px;
      margin-top: -20px;
      font-size: 1.25rem;
      font-weight: 300; }
  .growl.growl .growl-message {
    font-size: 14px;
    line-height: 1.72; }
  .growl.growl .growl-close {
    position: relative;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    margin-left: -10px;
    margin-top: -6px; }

#gs-cookie-notice-btn {
  font-size: 15px;
  margin-top: 17px; }

/*=====================
=        Edits        =
=====================*/
del {
  opacity: 1 !important; }

ins {
  text-decoration: none;
  font-weight: inherit !important; }

/*=====================
=        5 Col        =
=====================*/
@media (max-width: 767px) {
  .gs-col-5 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; } }

@media (min-width: 768px) and (max-width: 991px) {
  .gs-col-md-5 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; } }

@media (min-width: 992px) {
  .gs-col-lg-5 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; } }

/*=====================
=        Forms        =
=====================*/
::-webkit-input-placeholder {
  color: inherit; }

:-moz-placeholder {
  color: inherit; }

::-moz-placeholder {
  color: inherit; }

:-ms-input-placeholder {
  color: inherit; }

fieldset {
  border: 1px solid rgba(129, 129, 129, 0.2);
  padding: 1rem;
  margin-bottom: 1rem; }
  fieldset legend {
    padding: 0.25rem 0.375rem;
    border: 1px solid rgba(129, 129, 129, 0.2);
    margin-bottom: 0; }

legend {
  color: #313131;
  font-size: 0.9375rem;
  line-height: 1.455em;
  margin-bottom: 1rem; }

label {
  display: block;
  margin: 0;
  padding: 0.25rem 0 0.625rem;
  font-size: 0.9375rem;
  line-height: 1.5rem; }

input[type='email'],
input[type='date'],
input[type='search'],
input[type='number'],
input[type='text'],
input[type='tel'],
input[type='url'],
input[type='password'],
textarea,
select {
  display: block;
  width: 100%;
  height: 48px;
  font-family: inherit;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 2;
  padding: 3px 15px;
  color: inherit;
  border: 2px solid;
  -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1); }
  input[type='email']:focus,
  input[type='date']:focus,
  input[type='search']:focus,
  input[type='number']:focus,
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='url']:focus,
  input[type='password']:focus,
  textarea:focus,
  select:focus {
    outline: 0; }

textarea {
  overflow: auto;
  padding: 10px 15px;
  min-height: 190px; }

select {
  font-family: inherit;
  min-height: 48px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #f5f5f5;
  border: 2px solid #f5f5f5;
  background-image: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='18' height='18' viewBox='0 0 24 24'><path fill='currentColor' d='M7.406 7.828l4.594 4.594 4.594-4.594 1.406 1.406-6 6-6-6z'></path></svg>");
  background-position: 6% 50%;
  background-repeat: no-repeat;
  padding: 3px 15px 3px 48px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none; }

.form-row .input-text,
.form-row select {
  display: block;
  width: 100%; }

.form-row-first,
.form-row-last {
  width: 48%; }

.form-row-first {
  float: right; }

.form-row-last {
  float: left; }

.woocommerce-form__label, .form-row label {
  display: inline-block;
  line-height: 1.4;
  padding-top: 5px;
  padding-bottom: 8px;
  color: #313131; }
  .woocommerce-form__label .required, .form-row label .required {
    text-decoration: none;
    border-bottom: 0 none;
    opacity: 0.5;
    color: #313131; }

textarea {
  resize: none;
  height: 9.375rem !important; }

textarea,
input[type='text'],
input[type='button'],
input[type='submit'],
input[type='search'] {
  -webkit-appearance: none; }

input[type=checkbox],
input[type=radio] {
  background-color: #eee;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  outline: none;
  margin: 0 0 0 7px;
  height: 18px;
  width: 18px;
  padding: 0;
  position: relative;
  top: 5px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }
  input[type=checkbox]:before,
  input[type=radio]:before {
    content: '';
    display: block;
    opacity: 0;
    margin: 5px;
    width: 8px;
    height: 8px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease; }
  input[type=checkbox]:disabled,
  input[type=radio]:disabled {
    opacity: .5; }
  input[type=checkbox]:checked,
  input[type=radio]:checked {
    background-color: #ddd; }
    input[type=checkbox]:checked:before,
    input[type=radio]:checked:before {
      background-color: currentColor;
      opacity: 1; }
  input[type=checkbox] + label,
  input[type=radio] + label {
    display: inline;
    margin-right: 0.25rem;
    margin-left: 0.5rem;
    margin-bottom: 0;
    text-transform: initial; }
  label input[type=checkbox], label
  input[type=radio] {
    vertical-align: baseline; }

.search-form {
  position: relative; }
  .search-form input[type='search'] {
    padding-left: 2.9375rem; }
  .search-form .search-form-button {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0.9375rem;
    cursor: pointer; }
    .search-form .search-form-button input {
      display: none; }
    .search-form .search-form-button span {
      cursor: pointer;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      color: #242424;
      padding: 10px 0; }

progress {
  width: 100%; }

.wpcf7 input,
.wpcf7 textarea {
  width: 100%; }

.wpcf7 input[type='submit'] {
  width: auto; }

.wpcf7 .ajax-loader {
  position: absolute; }

.gs-dark-form label,
.gs-dark-form legend {
  color: #ffffff; }

.gs-dark-form input,
.gs-dark-form textarea,
.gs-dark-form select {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff; }

.gs-dark-form input:focus,
.gs-dark-form textarea:focus {
  border-color: #ffffff; }

.gs-dark-form input[type='submit'],
.gs-dark-form button,
.gs-dark-form .button {
  color: #313131;
  background-color: #ffffff;
  border-color: #ffffff; }
  .gs-dark-form input[type='submit']:hover,
  .gs-dark-form button:hover,
  .gs-dark-form .button:hover {
    background-color: #ffffff;
    color: #313131;
    border-color: #ffffff; }

.wpcf7 input,
.wpcf7 textarea {
  margin-top: 0 !important; }

/* Language Switcher
   ========================================================================== */
.gs-language-switcher {
  padding: 0;
  margin: 0;
  list-style: none; }
  .gs-language-switcher > li {
    position: relative;
    display: inline-block;
    margin-bottom: 0; }
    .gs-language-switcher > li > a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .gs-language-switcher > li > a:after {
        content: "\f107";
        display: inline-block;
        font-size: 10px;
        margin-right: 6px; }
    .gs-language-switcher > li .sub-menu {
      min-width: 170px;
      border: 0;
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      padding: 12px 20px;
      margin-top: 6px;
      margin-bottom: 0;
      margin-right: -10px;
      margin-left: -10px;
      list-style: none;
      background: #fff;
      -webkit-box-shadow: 0 0 35px -10px rgba(0, 0, 0, 0.25);
              box-shadow: 0 0 35px -10px rgba(0, 0, 0, 0.25);
      opacity: 0;
      visibility: hidden;
      -webkit-transform: translateY(15px);
          -ms-transform: translateY(15px);
              transform: translateY(15px);
      -webkit-transition: opacity .2s ease,visibility .2s ease,-webkit-transform .2s ease;
      transition: opacity .2s ease,visibility .2s ease,-webkit-transform .2s ease;
      -o-transition: opacity .2s ease,visibility .2s ease,transform .2s ease;
      transition: opacity .2s ease,visibility .2s ease,transform .2s ease;
      transition: opacity .2s ease,visibility .2s ease,transform .2s ease,-webkit-transform .2s ease;
      z-index: 102; }
      .gs-language-switcher > li .sub-menu:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 100%;
        right: 0;
        height: 15px; }
      .gs-language-switcher > li .sub-menu li {
        display: block;
        padding: 0;
        margin: 0;
        list-style: none;
        color: #83878A; }
        .gs-language-switcher > li .sub-menu li a {
          display: block;
          padding-top: 4px;
          padding-bottom: 4px;
          font-size: 0.875rem;
          color: #83878A; }
          .gs-language-switcher > li .sub-menu li a:hover {
            color: #313131; }
    .gs-language-switcher > li:hover .sub-menu {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); }

/*====================
=        Logo        =
====================*/
.gs-branding {
  line-height: 0; }

.gs-branding-logo a {
  display: inline-block; }

.dark-logo,
.light-logo {
  display: none; }

.header-light .light-logo {
  display: block; }

.header-dark .dark-logo {
  display: block; }

.logo-text {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0; }

/*==========================
=        Page Title        =
==========================*/
.gs-entry-header-page {
  position: relative; }
  .gs-entry-header-page__inner {
    position: relative;
    z-index: 2; }
  .gs-entry-header-page__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
            background-size: cover;
    z-index: 0; }
    .gs-entry-header-page__bg:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background: rgba(0, 0, 0, 0.4); }
  .gs-entry-header-page__title {
    position: relative;
    margin-bottom: 0;
    z-index: 2; }
  .gs-entry-header-page--01 .gs-entry-header-page__title {
    text-align: center; }
  .gs-entry-header-page--01 .gs-breadcrumb {
    position: absolute;
    top: 15px;
    right: 0;
    width: 100%;
    z-index: 2; }

/*==========================
=        Sectioning        =
==========================*/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.heading-primary {
  margin-bottom: 1.25rem;
  color: #313131; }

h1,
.h1 {
  font-size: 2.8125rem;
  line-height: 1.09em; }

h2,
.h2 {
  font-size: 2.25rem;
  line-height: 1.2em; }

h3,
.h3 {
  font-size: 1.875rem;
  line-height: 1.17em; }

h4,
.h4 {
  font-size: 1.375rem;
  line-height: 1.3em; }

h5,
.h5 {
  font-size: 1.125rem;
  line-height: 1.35em; }

h6,
.h6 {
  font-size: 0.9375rem;
  line-height: 1.455em; }

address {
  font-style: italic;
  margin-bottom: 1rem; }

.heading-secondary {
  color: inherit;
  font-weight: 300; }

/*=====================
=        Table        =
=====================*/
table {
  border-collapse: collapse;
  border-spacing: 0; }
  table:not(.variations) {
    width: 100%; }

th, td, caption {
  font-weight: inherit;
  vertical-align: top;
  text-align: right; }

/*=========================
=        Tag Cloud        =
=========================*/
/*============================
=        Text Content        =
============================*/
hr {
  border: 0;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(129, 129, 129, 0.2);
  margin: 2rem 0; }

ul {
  list-style: disc;
  margin-bottom: 2.1875rem;
  padding-right: 1.75rem; }
  ul li {
    margin-bottom: 0.875rem; }
    ul li ul,
    ul li ol {
      padding-right: 0.875rem;
      margin-top: 0.875rem;
      margin-bottom: 0.875rem; }

ol {
  list-style: decimal;
  margin-bottom: 2.1875rem;
  padding-right: 1.75rem; }
  ol li {
    margin-bottom: 0.875rem; }
    ol li ol,
    ol li ul {
      padding-right: 0.875rem;
      margin-top: 0.875rem;
      margin-bottom: 0.875rem; }

dl {
  margin: 0 1rem 2.1875rem 1rem; }
  dl dt {
    color: #313131;
    font-weight: 600;
    margin-bottom: 1rem; }
    dl dt:last-child {
      margin-bottom: 0; }

p {
  margin-bottom: 1.5em;
  margin-top: 0; }
  p:last-child {
    margin-bottom: 0; }

pre {
  font-family: Monaco, monospace;
  padding: 1rem;
  margin: 1rem 0;
  line-height: 1.7333333333;
  background-color: #fefefe;
  border: 1px solid #dedede;
  -webkit-border-radius: 0;
          border-radius: 0;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word; }

blockquote,
.wp-block-quote {
  position: relative;
  font-size: 1.5rem;
  line-height: 1.5833333333;
  padding: 18px 0;
  color: #313131;
  text-align: center; }
  @media (min-width: 768px) {
    blockquote,
    .wp-block-quote {
      max-width: 70%;
      margin-right: auto;
      margin-left: auto; } }
  blockquote cite,
  .wp-block-quote cite {
    font-size: 70%; }
  blockquote p,
  .wp-block-quote p {
    font-size: inherit !important;
    line-height: inherit; }
    blockquote p:first-child,
    .wp-block-quote p:first-child {
      margin-top: 0; }
  blockquote > *:last-child,
  .wp-block-quote > *:last-child {
    margin-bottom: 0 !important; }

.wp-block-group__inner-container > h2 {
  font-size: 18px; }

.wp-block-latest-comments__comment {
  line-height: 1.6; }

.theme-molino:not(.woocommerce-page) .type-page table,
.gs-single-post table,
.gs-comment-body table {
  margin: 0 0 1.5em;
  width: 100%; }

.theme-molino:not(.woocommerce-page) .type-page th,
.gs-single-post th,
.gs-comment-body th {
  font-weight: 700;
  letter-spacing: 0;
  color: #313131;
  line-height: 1.3; }

.theme-molino:not(.woocommerce-page) .type-page table:not(.order_details) td, .theme-molino:not(.woocommerce-page) .type-page table:not(.order_details) th,
.gs-single-post td,
.gs-single-post th,
.gs-comment-body td,
.gs-comment-body th {
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 10px;
  text-align: center;
  vertical-align: middle; }

.embed-responsive,
.video-player {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0;
  height: 400px;
  margin: 45px 0 42px; }
  .embed-responsive iframe,
  .video-player iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-16by9,
.video-player {
  padding-bottom: 56.25%; }

/*==============================
=        Text Semantics        =
==============================*/
a:not(button) {
  text-decoration: none;
  position: relative;
  -webkit-transition: color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
  -o-transition: color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
  transition: color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
  color: #313131; }
  a:not(button):hover, a:not(button).active {
    color: #313131; }

abbr {
  text-decoration: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #313131; }

abbr, abbr[title] {
  cursor: help; }

b,
strong {
  font-weight: 700; }

cite {
  display: block;
  margin: 1rem 0; }

code {
  background-color: #f5f5f5; }

em,
var,
i {
  font-style: italic; }

mark, ins {
  background: 100% 0;
  text-decoration: none; }

mark {
  color: #313131; }

small {
  font-size: 0.75rem; }

/* Go to top button
   ========================================================================== */
.gs-go-top {
  position: fixed;
  width: 48px;
  height: 48px;
  bottom: 2.5rem;
  left: 2.5rem;
  cursor: pointer;
  -webkit-border-radius: 50px;
          border-radius: 50px;
  z-index: 5;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  text-align: center;
  color: #242424;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
  @media (max-width: 767px) {
    .gs-go-top {
      display: none; } }
  .gs-go-top:hover {
    color: #242424; }
  .gs-go-top.is-visible {
    opacity: 1;
    visibility: visible; }
  .gs-go-top i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    font-size: 24px;
    line-height: 46px; }
  .gs-go-top svg {
    position: absolute;
    top: 0;
    right: 0;
    fill: transparent; }
    .gs-go-top svg path {
      stroke: currentColor;
      stroke-width: 2px;
      -webkit-transition: all .2s linear;
      -o-transition: all .2s linear;
      transition: all .2s linear; }

/*=========================
=        UI Slider        =
=========================*/
.ui-slider {
  position: relative;
  height: 3px !important;
  -webkit-border-radius: 6px !important;
          border-radius: 6px !important;
  background-color: rgba(129, 129, 129, 0.2) !important;
  margin-bottom: 1.5rem !important;
  cursor: pointer; }
  .ui-slider .ui-slider-range {
    background-color: #313131 !important; }
  .ui-slider .ui-slider-handle {
    position: absolute;
    display: inline-block;
    height: 14px !important;
    width: 14px !important;
    top: -5px !important;
    margin-left: -7px !important;
    background-color: #313131 !important;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    -webkit-transition: -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
    transition: -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
    -o-transition: transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
    transition: transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
    transition: transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
    cursor: pointer !important; }
    .ui-slider .ui-slider-handle.ui-state-active {
      -webkit-transform: scale(1.3);
          -ms-transform: scale(1.3);
              transform: scale(1.3); }

/*=============================
=        Web Components       =
=============================*/
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: calc(1.5 * 1rem); }

.gallery-item {
  display: inline-block;
  margin-left: 16px;
  margin-bottom: 16px;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: calc((100% - 16px * 1) / 2); }
    .gallery-columns-2 .gallery-item:nth-of-type(2n+2) {
      margin-left: 0; }
  .gallery-columns-3 .gallery-item {
    max-width: calc((100% - 16px * 2) / 3); }
    .gallery-columns-3 .gallery-item:nth-of-type(3n+3) {
      margin-left: 0; }
  .gallery-columns-4 .gallery-item {
    max-width: calc((100% - 16px * 3) / 4); }
    .gallery-columns-4 .gallery-item:nth-of-type(4n+4) {
      margin-left: 0; }
  .gallery-columns-5 .gallery-item {
    max-width: calc((100% - 16px * 4) / 5); }
    .gallery-columns-5 .gallery-item:nth-of-type(5n+5) {
      margin-left: 0; }
  .gallery-columns-6 .gallery-item {
    max-width: calc((100% - 16px * 5) / 6); }
    .gallery-columns-6 .gallery-item:nth-of-type(6n+6) {
      margin-left: 0; }
  .gallery-columns-7 .gallery-item {
    max-width: calc((100% - 16px * 6) / 7); }
    .gallery-columns-7 .gallery-item:nth-of-type(7n+7) {
      margin-left: 0; }
  .gallery-columns-8 .gallery-item {
    max-width: calc((100% - 16px * 7) / 8); }
    .gallery-columns-8 .gallery-item:nth-of-type(8n+8) {
      margin-left: 0; }
  .gallery-columns-9 .gallery-item {
    max-width: calc((100% - 16px * 8) / 9); }
    .gallery-columns-9 .gallery-item:nth-of-type(9n+9) {
      margin-left: 0; }
  .gallery-item:last-of-type {
    padding-left: 0; }

/* Social Media
   ========================================================================== */
.gs-social-media {
  padding: 0;
  margin: 0;
  list-style: none; }
  .gs-social-media__item {
    display: inline-block;
    list-style: none;
    margin: 0; }
    .gs-social-media__item + .gs-social-media__item {
      margin-right: 1rem; }
  .gs-social-media__icon {
    width: 40px;
    height: 40px;
    border: 1px solid #aaa;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
    .gs-social-media__icon--colorized.facebook:hover {
      background-color: #3b5998;
      border-color: #3b5998;
      color: #fff !important; }
    .gs-social-media__icon--colorized.facebook-f:hover {
      background-color: #3b5998;
      border-color: #3b5998;
      color: #fff !important; }
    .gs-social-media__icon--colorized.google-plus:hover {
      background-color: #dd4b39;
      border-color: #dd4b39;
      color: #fff !important; }
    .gs-social-media__icon--colorized.linkedin:hover {
      background-color: #007bb6;
      border-color: #007bb6;
      color: #fff !important; }
    .gs-social-media__icon--colorized.pinterest:hover {
      background-color: #cb2027;
      border-color: #cb2027;
      color: #fff !important; }
    .gs-social-media__icon--colorized.twitter:hover {
      background-color: #00aced;
      border-color: #00aced;
      color: #fff !important; }
    .gs-social-media__icon--colorized.instagram:hover {
      background-color: #405de6;
      border-color: #405de6;
      color: #fff !important; }
    .gs-social-media__icon--colorized.vk:hover {
      background-color: #45668e;
      border-color: #45668e;
      color: #fff !important; }
    .gs-social-media__icon--colorized.tumblr:hover {
      background-color: #35465c;
      border-color: #35465c;
      color: #fff !important; }
    .gs-social-media__icon--colorized.xing:hover {
      background-color: #cfdc00;
      border-color: #cfdc00;
      color: #fff !important; }
    .gs-social-media__icon--colorized.soundcloud:hover {
      background-color: #f80;
      border-color: #f80;
      color: #fff !important; }
    .gs-social-media__icon--colorized.dribbble:hover {
      background-color: #ea4c89;
      border-color: #ea4c89;
      color: #fff !important; }
    .gs-social-media__icon--colorized.youtube:hover {
      background-color: #e52d27;
      border-color: #e52d27;
      color: #fff !important; }
    .gs-social-media__icon--colorized.spotify:hover {
      background-color: #7ab800;
      border-color: #7ab800;
      color: #fff !important; }
    .gs-social-media__icon--colorized.behance:hover {
      background-color: #1769ff;
      border-color: #1769ff;
      color: #fff !important; }
    .gs-social-media__icon--colorized.deviantart:hover {
      background-color: #4e6252;
      border-color: #4e6252;
      color: #fff !important; }
    .gs-social-media__icon--colorized.vimeo:hover {
      background-color: #1ab7ea;
      border-color: #1ab7ea;
      color: #fff !important; }
    .gs-social-media__icon--colorized.flickr:hover {
      background-color: #0063dc;
      border-color: #0063dc;
      color: #fff !important; }
    .gs-social-media__icon--colorized.rss:hover {
      background-color: #f26522;
      border-color: #f26522;
      color: #fff !important; }
    .gs-social-media__icon--colorized.twitch:hover {
      background-color: #6441a5;
      border-color: #6441a5;
      color: #fff !important; }
    .gs-social-media__icon--colorized.fivehundred:hover {
      background-color: #0099e5;
      border-color: #0099e5;
      color: #fff !important; }
    .gs-social-media__icon--colorized.email:hover {
      background-color: #313131;
      border-color: #313131;
      color: #fff !important; }

/*====================
=        Site        =
====================*/
/*===========================
=        Site Search        =
===========================*/
.gs-header-search #gs-header-search-input {
  border: none;
  padding-left: 48px;
  background: transparent; }

.gs-header-search .search-form {
  border: 2px solid;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease; }

.gs-header-search.search-form-categories #gs-header-search-input {
  padding-left: 210px; }

.gs-header-search .search-header-categories {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0; }
  .gs-header-search .search-header-categories.show {
    opacity: 1; }
  .gs-header-search .search-header-categories.dropdown-open > a:after {
    -webkit-transform: rotateX(180deg) rotateY(0deg) rotateZ(0deg);
            transform: rotateX(180deg) rotateY(0deg) rotateZ(0deg); }
  .gs-header-search .search-header-categories > a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-left: 10px;
    padding-right: 10px;
    width: 170px;
    height: 100%;
    font-size: 15px;
    text-align: left;
    color: inherit;
    -webkit-transition: none;
    -o-transition: none;
    transition: none; }
    .gs-header-search .search-header-categories > a span {
      width: 100%;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      white-space: nowrap;
      line-height: 1; }
    .gs-header-search .search-header-categories > a:after {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-right: 12px;
      height: 100%;
      font-family: 'Font Awesome 5 Pro' !important;
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      font-style: normal;
      font-variant: normal;
      font-weight: 400;
      text-rendering: auto;
      line-height: 1;
      content: "\f107";
      font-size: 12px;
      -webkit-transition: -webkit-transform .8s;
      transition: -webkit-transform .8s;
      -o-transition: transform .8s;
      transition: transform .8s;
      transition: transform .8s, -webkit-transform .8s; }
  .gs-header-search .search-header-categories .search-categories-list {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 300;
    display: none;
    width: 170px;
    height: auto;
    margin-top: 2px;
    padding: 12px 20px;
    background-color: #fff;
    text-align: right;
    -webkit-box-shadow: 0 0 35px -10px rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 35px -10px rgba(0, 0, 0, 0.25); }
    .gs-header-search .search-header-categories .search-categories-list ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .gs-header-search .search-header-categories .search-categories-list ul li {
        margin-bottom: 0; }
        .gs-header-search .search-header-categories .search-categories-list ul li a {
          display: block;
          margin: 0;
          height: auto;
          padding-top: 4px;
          padding-bottom: 4px;
          font-size: 0.875rem;
          color: #83878A; }
          .gs-header-search .search-header-categories .search-categories-list ul li a:hover {
            color: #313131; }
        .gs-header-search .search-header-categories .search-categories-list ul li.current-item > a {
          font-weight: 600;
          color: #313131; }

.gs-header-search .search-form {
  position: relative; }
  .gs-header-search .search-form .gs-header-search-button {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    background-color: transparent;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 48px;
    width: 48px; }
  .gs-header-search .search-form.search-loading .gs-header-search-button svg {
    opacity: 0;
    visibility: hidden; }
  .gs-header-search .search-form.search-loading .gs-header-search-button:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 14px;
    width: 1.25rem;
    height: 1.25rem;
    margin-top: -0.625rem;
    margin-right: -0.625rem;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    border: 1px solid transparent;
    border-top-color: #313131;
    -webkit-animation: rotating 0.4s linear infinite;
            animation: rotating 0.4s linear infinite; }
    .header-light .gs-header-search .search-form.search-loading .gs-header-search-button:after {
      border-top-color: #fff; }

.gs-header-search .search-results-holder {
  position: relative;
  z-index: 20; }

.gs-header-search .search-results-inner {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0; }

.gs-header-search .autocomplete-suggestions {
  max-width: none !important;
  max-height: none !important;
  width: 100% !important;
  padding: 3rem;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 35px -10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 35px -10px rgba(0, 0, 0, 0.15);
  -webkit-animation: search_results_fade_in ease-in-out 0.3s both;
          animation: search_results_fade_in ease-in-out 0.3s both; }

.gs-header-search .autocomplete-suggestion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 285px;
          flex: 1 1 285px;
  margin-bottom: 20px; }
  .gs-header-search .autocomplete-suggestion:last-child {
    margin-bottom: 0; }
  .gs-header-search .autocomplete-suggestion .suggestion-heading {
    font-size: 17px;
    color: #313131;
    margin-bottom: 0; }
  .gs-header-search .autocomplete-suggestion .suggestion-thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-left: 15px;
    max-width: 65px;
    cursor: pointer; }
    .gs-header-search .autocomplete-suggestion .suggestion-thumb img {
      display: block; }
  .gs-header-search .autocomplete-suggestion .suggestion-title {
    font-weight: 500;
    font-size: 1.0625rem;
    margin-bottom: 0;
    -webkit-transition: color 0.25s ease;
    -o-transition: color 0.25s ease;
    transition: color 0.25s ease; }
    .gs-header-search .autocomplete-suggestion .suggestion-title strong {
      text-decoration: underline; }
    .gs-header-search .autocomplete-suggestion .suggestion-title:not(.no-found-msg):hover {
      cursor: pointer;
      color: #d54c42; }
  .gs-header-search .autocomplete-suggestion .no-found-msg {
    text-align: center;
    margin: 0; }
  .gs-header-search .autocomplete-suggestion .suggestion-price {
    font-size: 0.875rem;
    margin-top: 5px; }
    .gs-header-search .autocomplete-suggestion .suggestion-price .amount {
      font-weight: inherit;
      font-size: inherit;
      color: inherit; }
    .gs-header-search .autocomplete-suggestion .suggestion-price ins {
      width: auto; }
    .gs-header-search .autocomplete-suggestion .suggestion-price del {
      font-size: inherit;
      margin-right: 5px; }

@-webkit-keyframes search_results_fade_in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes search_results_fade_in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* Site Search - Popup Style*/
.site-search-popup {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  min-height: 320px;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: opacity 0.8s cubic-bezier(0.2, 1, 0.3, 1), -webkit-transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
  transition: opacity 0.8s cubic-bezier(0.2, 1, 0.3, 1), -webkit-transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
  -o-transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1), opacity 0.8s cubic-bezier(0.2, 1, 0.3, 1);
  transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1), opacity 0.8s cubic-bezier(0.2, 1, 0.3, 1);
  transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1), opacity 0.8s cubic-bezier(0.2, 1, 0.3, 1), -webkit-transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
  z-index: 10000;
  pointer-events: none; }
  .site-search-popup:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: block;
    background-color: #fff;
    -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: top;
        -ms-transform-origin: top;
            transform-origin: top;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
    transition: -webkit-transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
    -o-transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
    transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
    transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1), -webkit-transform 0.8s cubic-bezier(0.2, 1, 0.3, 1); }
  .site-search-popup.is-open {
    pointer-events: auto; }
    .site-search-popup.is-open:before {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .site-search-popup.is-open > .container {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); }
    .site-search-popup.is-open .popup-search-content,
    .site-search-popup.is-open .site-search-close {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
      opacity: 1; }
  .admin-bar .site-search-popup {
    margin-top: 46px; }
    @media (min-width: 783px) {
      .admin-bar .site-search-popup {
        margin-top: 32px; } }
  .site-search-popup > .container {
    margin-top: 40px;
    -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.2, 1, 0.3, 1);
    transition: -webkit-transform 0.7s cubic-bezier(0.2, 1, 0.3, 1);
    -o-transition: transform 0.7s cubic-bezier(0.2, 1, 0.3, 1);
    transition: transform 0.7s cubic-bezier(0.2, 1, 0.3, 1);
    transition: transform 0.7s cubic-bezier(0.2, 1, 0.3, 1), -webkit-transform 0.7s cubic-bezier(0.2, 1, 0.3, 1);
    -webkit-transform: translate3d(0, -320px, 0);
            transform: translate3d(0, -320px, 0); }
  .site-search-popup .popup-search-content,
  .site-search-popup .site-search-close {
    -webkit-transition: opacity 0.7s cubic-bezier(0.2, 1, 0.3, 1), -webkit-transform 0.7s cubic-bezier(0.2, 1, 0.3, 1);
    transition: opacity 0.7s cubic-bezier(0.2, 1, 0.3, 1), -webkit-transform 0.7s cubic-bezier(0.2, 1, 0.3, 1);
    -o-transition: transform 0.7s cubic-bezier(0.2, 1, 0.3, 1), opacity 0.7s cubic-bezier(0.2, 1, 0.3, 1);
    transition: transform 0.7s cubic-bezier(0.2, 1, 0.3, 1), opacity 0.7s cubic-bezier(0.2, 1, 0.3, 1);
    transition: transform 0.7s cubic-bezier(0.2, 1, 0.3, 1), opacity 0.7s cubic-bezier(0.2, 1, 0.3, 1), -webkit-transform 0.7s cubic-bezier(0.2, 1, 0.3, 1);
    -webkit-transform: translate3d(0, 320px, 0);
            transform: translate3d(0, 320px, 0);
    opacity: 0; }
  .site-search-popup .search-form {
    border: none;
    border-bottom: 2px solid rgba(84, 84, 84, 0.1);
    color: #313131; }
    .site-search-popup .search-form input[type="text"] {
      font-weight: 900;
      padding: 8px 8px 8px 60px !important;
      height: auto;
      text-transform: lowercase;
      font-size: 41px; }
    .site-search-popup .search-form .gs-header-search-button {
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 60px;
      height: 60px;
      color: #313131; }
      .site-search-popup .search-form .gs-header-search-button svg {
        width: 30px;
        height: 30px; }
    .site-search-popup .search-form.search-loading .gs-header-search-button:after {
      display: block;
      content: '';
      margin-left: 0;
      position: absolute;
      width: 21px;
      height: 21px;
      margin-top: -5px;
      margin-right: -3px;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      border: 2px solid transparent;
      border-top-color: #313131;
      -webkit-animation: rotating 0.4s linear infinite;
              animation: rotating 0.4s linear infinite; }
  .site-search-popup .site-search-close {
    text-align: left;
    margin-bottom: 30px;
    padding-left: 8px;
    padding-right: 8px; }
    .site-search-popup .site-search-close span {
      font-size: 24px;
      color: #313131;
      cursor: pointer; }
  .site-search-popup .search-popup-text {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    padding-left: 8px;
    padding-right: 8px; }
  .site-search-popup .search-results-inner {
    position: relative; }
    .site-search-popup .search-results-inner .autocomplete-suggestions {
      -webkit-box-shadow: none;
              box-shadow: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding: 10px; }
    .site-search-popup .search-results-inner .autocomplete-suggestion {
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-preferred-size: 16.6666%;
          flex-basis: 16.6666%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 10px; }
      .site-search-popup .search-results-inner .autocomplete-suggestion .suggestion-thumb {
        margin-bottom: 10px;
        margin-left: 0;
        max-width: 100%; }
    .site-search-popup .search-results-inner .suggestion-divider {
      margin-right: -10px;
      padding-right: 10px;
      margin-left: -10px;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 100%;
              flex: 1 1 100%; }
    .site-search-popup .search-results-inner .no-found-msg {
      text-align: right; }

/* Header
   ========================================================================== */
/*===================================
=        Header Default Menu        =
===================================*/
@media (min-width: 992px) {
  .header-style1 .site-header-navigation {
    margin-right: 3.125rem; } }

ul.menu.site-header-menu {
  padding: 0;
  margin: 0;
  list-style: none; }
  ul.menu.site-header-menu:hover > li > a {
    opacity: 0.5; }
    ul.menu.site-header-menu:hover > li > a.highlighted, ul.menu.site-header-menu:hover > li > a:hover {
      opacity: 1 !important; }
  ul.menu.site-header-menu > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #313131; }
    ul.menu.site-header-menu > li > a:after {
      content: "";
      position: absolute;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 4px;
      background: currentColor;
      will-change: transform;
      z-index: 1;
      -webkit-backface-visibility: hidden;
      -webkit-transform: scaleX(0);
          -ms-transform: scaleX(0);
              transform: scaleX(0);
      -webkit-transition: -webkit-transform .3s;
      transition: -webkit-transform .3s;
      -o-transition: transform .3s;
      transition: transform .3s;
      transition: transform .3s, -webkit-transform .3s; }
    ul.menu.site-header-menu > li > a.highlighted:after, ul.menu.site-header-menu > li > a:hover:after {
      -webkit-transform: scaleX(1);
          -ms-transform: scaleX(1);
              transform: scaleX(1); }
  ul.menu.site-header-menu li.menu-item {
    display: inline-block;
    margin-bottom: 0;
    position: relative; }
    ul.menu.site-header-menu li.menu-item a .sub-arrow {
      display: none !important; }
    ul.menu.site-header-menu li.menu-item a .gs-menu-item-icon {
      font-size: 20px;
      margin-left: 12px;
      line-height: 1; }
    ul.menu.site-header-menu li.menu-item a .sub-menu-arrow:before {
      content: "\f107";
      display: inline-block;
      font-size: 10px;
      margin-right: 6px; }
    ul.menu.site-header-menu li.menu-item .mega-menu > li {
      display: block !important; }
    ul.menu.site-header-menu li.menu-item.menu-item-has-children > ul.sub-menu {
      text-align: right !important;
      padding: 0;
      margin: 0;
      list-style: none;
      z-index: 1;
      position: absolute;
      right: 0;
      background-color: #ffffff;
      -webkit-box-shadow: 0 0 35px -10px rgba(0, 0, 0, 0.1);
              box-shadow: 0 0 35px -10px rgba(0, 0, 0, 0.1);
      min-width: 18.125rem;
      padding: 1.75rem 1.875rem; }
      ul.menu.site-header-menu li.menu-item.menu-item-has-children > ul.sub-menu.submenu-left {
        right: auto;
        left: -1.875rem;
        margin-right: 0; }
      ul.menu.site-header-menu li.menu-item.menu-item-has-children > ul.sub-menu li.menu-item {
        position: relative;
        display: block;
        width: 100%;
        margin-bottom: 0.75rem;
        margin-right: 0; }
        ul.menu.site-header-menu li.menu-item.menu-item-has-children > ul.sub-menu li.menu-item:last-child {
          margin-bottom: 0; }
        ul.menu.site-header-menu li.menu-item.menu-item-has-children > ul.sub-menu li.menu-item a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          font-family: inherit;
          font-size: 0.875rem;
          color: #83878A; }
          ul.menu.site-header-menu li.menu-item.menu-item-has-children > ul.sub-menu li.menu-item a:hover {
            color: #313131; }
        ul.menu.site-header-menu li.menu-item.menu-item-has-children > ul.sub-menu li.menu-item.current_page_ancestor a,
        ul.menu.site-header-menu li.menu-item.menu-item-has-children > ul.sub-menu li.menu-item.current-menu-item a {
          color: #313131; }
        ul.menu.site-header-menu li.menu-item.menu-item-has-children > ul.sub-menu li.menu-item .sub-menu-arrow {
          -webkit-transform: rotate(90deg);
              -ms-transform: rotate(90deg);
                  transform: rotate(90deg); }
        ul.menu.site-header-menu li.menu-item.menu-item-has-children > ul.sub-menu li.menu-item.menu-item-has-children ul.sub-menu {
          margin-top: -12px !important;
          top: 0 !important;
          right: 100% !important;
          margin-right: 1.875rem !important; }
          ul.menu.site-header-menu li.menu-item.menu-item-has-children > ul.sub-menu li.menu-item.menu-item-has-children ul.sub-menu::before {
            content: '';
            position: absolute;
            top: 0;
            left: auto;
            bottom: 0;
            right: auto;
            width: 1.875rem;
            right: -1.875rem;
            height: 100%; }
          ul.menu.site-header-menu li.menu-item.menu-item-has-children > ul.sub-menu li.menu-item.menu-item-has-children ul.sub-menu.submenu-left {
            right: auto !important;
            margin-right: 0 !important;
            left: 100% !important;
            margin-left: 1.875rem !important; }
            ul.menu.site-header-menu li.menu-item.menu-item-has-children > ul.sub-menu li.menu-item.menu-item-has-children ul.sub-menu.submenu-left::before {
              position: absolute;
              top: 0;
              left: auto;
              bottom: 0;
              right: auto;
              width: 1.875rem;
              left: 0; }

.create-nav-msg {
  padding: 30px 0; }
  .create-nav-msg a {
    font-weight: 600; }

.sm {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 9999;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.sm, .sm ul, .sm li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  direction: rtl;
  text-align: right; }

.sm-rtl, .sm-rtl ul, .sm-rtl li {
  direction: ltr;
  text-align: left; }

.sm > li > h1, .sm > li > h2, .sm > li > h3, .sm > li > h4, .sm > li > h5, .sm > li > h6 {
  margin: 0;
  padding: 0; }

.sm ul {
  display: none; }

.sm li, .sm a {
  position: relative; }

.sm a {
  display: block; }

.sm a.disabled {
  cursor: default; }

.sm::after {
  content: "";
  display: block;
  height: 0;
  font: 0px/0 serif;
  clear: both;
  overflow: hidden; }

.sm *, .sm *::before, .sm *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

.sm-simple:not(.sm-vertical) .has-mega-menu .mega-menu {
  right: 0 !important;
  left: 0 !important;
  margin-left: 0 !important;
  max-width: none !important;
  width: auto !important; }

.sm-simple.sm-vertical {
  display: block; }

.sm-simple .children.hide-menu {
  -webkit-animation: hide-menu .25s;
          animation: hide-menu .25s; }

.sm-simple .children.show-menu {
  -webkit-animation: show-menu .25s;
          animation: show-menu .25s; }

.sm-simple .children {
  padding: 18px 0 22px;
  min-width: 290px !important;
  border: 0;
  -webkit-backface-visibility: hidden;
  /* Safari */
  backface-visibility: hidden; }

.sm-simple {
  position: static;
  display: inline-block; }
  .sm-simple .mega-menu ul {
    position: static;
    display: block;
    width: auto;
    border: 0;
    background: 100% 0;
    -webkit-box-shadow: none;
            box-shadow: none; }

.sm-simple:not(.sm-vertical) .has-mega-menu {
  position: static !important; }

.sm-simple:not(.sm-vertical) .has-mega-menu {
  position: static !important; }

@-webkit-keyframes hide-menu {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
    opacity: 0; } }

@keyframes hide-menu {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
    opacity: 0; } }

@-webkit-keyframes show-menu {
  0% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

@keyframes show-menu {
  0% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

/* Header Base
   ========================================================================== */
.gs-site-header-holder {
  position: relative;
  z-index: 998; }

/* Header Style 2
   ========================================================================== */
.header-style-01 > .gs-site-header > .container > .row > .col-xs-12 {
  position: static; }

.header-style-01.header-fixed-on.headroom--top .gs-site-header {
  background: transparent !important;
  -webkit-box-shadow: none;
          box-shadow: none; }

.header-style-01 .gs-site-header-inner {
  position: relative;
  width: 100%; }
  .header-style-01 .gs-site-header-inner .menu-navigation-regular,
  .header-style-01 .gs-site-header-inner .gs-header-navigation,
  .header-style-01 .gs-site-header-inner .create-nav-msg {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto; }

.header-style-01 .gs-header-navigation {
  margin-right: 25px; }

.header-style-01 .menu-navigation-regular .site-header-menu > li > a {
  padding-top: 30px;
  padding-bottom: 30px; }

.header-style-01 .gs-header-search {
  min-width: 290px; }

/* Header Style 2
   ========================================================================== */
.header-style-02 .gs-site-header-inner {
  border-bottom: 1px solid transparent; }

.header-style-02.header-fixed-on.headroom--top .gs-site-header-inner {
  background: transparent !important; }

.header-style-02 .header-row-1 {
  padding: 20px 0;
  z-index: 20; }
  .header-style-02 .header-row-1 .search-style-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 25%; }

.header-style-02 .header-row-2 {
  margin-bottom: -1px; }
  .header-style-02 .header-row-2__inner {
    position: relative; }
    .header-style-02 .header-row-2__inner .menu-wrapper {
      position: static;
      z-index: 11;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }

.header-style-02 .menu-navigation-regular .site-header-menu > li > a {
  padding-top: 17px;
  padding-bottom: 17px; }

.header-style-02 .header-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: auto; }
  .header-style-02 .header-phone__icon {
    margin-left: 12px;
    line-height: 1;
    color: rgba(0, 0, 0, 0.17); }
  .header-style-02 .header-phone__info {
    display: inline-block;
    line-height: 1.2; }
    .header-style-02 .header-phone__info__label {
      display: block;
      font-size: 13px;
      color: #83878A; }
    .header-style-02 .header-phone__info__text {
      font-size: 16px;
      color: #313131; }

/* Widgets
   ========================================================================== */
.widget {
  margin-bottom: 2rem; }
  @media (min-width: 768px) {
    .widget {
      margin-bottom: 3.125rem; } }
  .widget:last-child {
    margin-bottom: 0; }
  .widget > *:last-child {
    margin-bottom: 0; }
  .widget .widgettitle {
    font-size: 1.125rem;
    display: block; }
  .widget form input {
    width: 100%; }
  .widget.widget_rss .widgettitle .rsswidget {
    color: #313131; }
    .widget.widget_rss .widgettitle .rsswidget img {
      display: none; }
  .widget.widget_rss ul li {
    color: #83878A; }
    .widget.widget_rss ul li::before {
      display: none; }
  .widget ul, .widget ol {
    padding: 0; }
    .widget ul li, .widget ol li {
      list-style: none; }
      .widget ul li:last-child, .widget ol li:last-child {
        margin-bottom: 0; }
      .widget ul li ul, .widget ul li ol, .widget ol li ul, .widget ol li ol {
        padding-right: 0.75rem; }
  .widget #wp-calendar {
    margin: 1.25rem 0 !important; }
    .widget #wp-calendar caption {
      text-align: right;
      padding-bottom: 0.625rem; }
    .widget #wp-calendar td,
    .widget #wp-calendar th {
      text-align: center;
      padding: 7px !important;
      font-size: 0.75rem;
      border-right: 1px solid #e6e6e6 !important; }
  .widget.widget_layered_nav_filters ul li a::before {
    color: #d54c42; }
  .widget.widget_recent_entries ul li span {
    display: block;
    color: #83878A;
    font-size: 0.75rem; }
  .widget.widget_recent_comments ul li span {
    color: #313131; }
  .widget.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .widget.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-dropdown .select2 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 66.66667%;
              flex: 0 0 66.66667%;
      max-width: 66.66667%; }
      .widget.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-dropdown .select2 .selection .select2-selection {
        -webkit-border-top-left-radius: 0 !important;
                border-top-left-radius: 0 !important;
        -webkit-border-bottom-left-radius: 0 !important;
                border-bottom-left-radius: 0 !important; }
    .widget.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-dropdown .woocommerce-widget-layered-nav-dropdown__submit {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%;
      margin-top: 0;
      -webkit-border-top-right-radius: 0 !important;
              border-top-right-radius: 0 !important;
      -webkit-border-bottom-right-radius: 0 !important;
              border-bottom-right-radius: 0 !important;
      padding: 0 1rem; }
  .widget.woocommerce-widget-layered-nav .select2 .selection .select2-selection .select2-selection__rendered {
    padding: 0 0.75rem; }
  .widget.widget_price_filter form .price_slider_wrapper .price_slider_amount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .widget.widget_price_filter form .price_slider_wrapper .price_slider_amount button[type='submit'] {
      float: none !important; }
    .widget.widget_price_filter form .price_slider_wrapper .price_slider_amount .price_label {
      margin-right: auto;
      font-size: 0.875rem; }
  .widget.widget_recent_comments ul li:before {
    display: inline-block;
    margin-left: 7px;
    vertical-align: middle;
    content: "\f4a3";
    color: #313131; }
  .widget.widget_products .product_list_widget li {
    display: block;
    overflow: hidden; }
    .widget.widget_products .product_list_widget li img {
      max-width: 60px;
      float: right;
      margin-left: 15px;
      overflow: hidden; }
    .widget.widget_products .product_list_widget li .product-title {
      display: block; }
    .widget.widget_products .product_list_widget li .amount {
      font-size: 14px;
      font-weight: 400; }
    .widget.widget_products .product_list_widget li del {
      margin-right: 8px;
      color: #83878A; }
      .widget.widget_products .product_list_widget li del .amount {
        color: #83878A; }

body .select2-container--default {
  font-size: 15px; }
  body .select2-container--default > .selection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  body .select2-container--default .select2-selection--single {
    padding: 0 7px;
    min-height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    background-color: #f5f5f5;
    border: 2px solid #f5f5f5;
    -webkit-border-radius: 0;
            border-radius: 0;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease; }
    body .select2-container--default .select2-selection--single.select2_no_border {
      border: none;
      text-align: left; }
    body .select2-container--default .select2-selection--single .select2-selection__rendered {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 100%;
      padding: 0 8px; }
      body .select2-container--default .select2-selection--single .select2-selection__rendered:after {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: 'Font Awesome 5 Pro' !important;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
        content: "\f107";
        font-size: 14px;
        -webkit-transition: -webkit-transform .7s;
        transition: -webkit-transform .7s;
        -o-transition: transform .7s;
        transition: transform .7s;
        transition: transform .7s, -webkit-transform .7s; }
    body .select2-container--default .select2-selection--single .select2-selection__arrow {
      display: none; }
  body .select2-container--default.select2-container--open .select2-selection--single {
    border-color: rgba(129, 129, 129, 0.2);
    background-color: #ffffff; }
  body .select2-container--default.select2-container--open .select2-selection__rendered:after {
    -webkit-transform: rotateX(180deg) rotateY(0deg) rotateZ(0deg);
            transform: rotateX(180deg) rotateY(0deg) rotateZ(0deg); }
  body .select2-container--default .select2-dropdown {
    border: none;
    -webkit-border-radius: 0;
            border-radius: 0;
    padding: 12px 20px;
    -webkit-box-shadow: 0 0 35px -10px rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 35px -10px rgba(0, 0, 0, 0.25); }
  body .select2-container--default .select2-results__option {
    color: #313131;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 0; }
    body .select2-container--default .select2-results__option[aria-selected='true'], body .select2-container--default .select2-results__option[data-selected="true"] {
      background-color: #ffffff;
      color: #313131 !important;
      font-weight: 700;
      -webkit-transition: color 0.2s ease;
      -o-transition: color 0.2s ease;
      transition: color 0.2s ease; }
    body .select2-container--default .select2-results__option--highlighted[aria-selected] {
      background-color: #ffffff;
      color: #d54c42; }
  body .select2-container--default .select2-search--dropdown {
    margin-top: 8px; }
    body .select2-container--default .select2-search--dropdown .select2-search__field {
      background-color: #ffffff;
      border: 2px solid rgba(129, 129, 129, 0.2);
      padding: 3px 15px; }

/*=============================
=        Magnificpopup        =
=============================*/
img.mfp-img {
  max-height: 90vh !important; }

.mfp-ready .mfp-figure {
  opacity: 0; }

.mfp-zoom-in .mfp-figure,
.mfp-zoom-in .mfp-iframe-holder .mfp-iframe-scaler {
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95); }

.mfp-zoom-in.mfp-bg,
.mfp-zoom-in .mfp-preloader {
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.mfp-zoom-in.mfp-ready .mfp-figure,
.mfp-zoom-in.mfp-ready .mfp-iframe-holder .mfp-iframe-scaler {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1); }

.mfp-zoom-in.mfp-ready.mfp-bg,
.mfp-zoom-in.mfp-ready .mfp-preloader {
  opacity: .3; }

.mfp-zoom-in.mfp-ready .mfp-preloader {
  display: block !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 50%;
  right: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-right: -20px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: #ffffff;
  -webkit-animation: rotating 0.6s linear infinite;
          animation: rotating 0.6s linear infinite;
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transition: opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, visibility cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
  -o-transition: opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, visibility cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
  transition: opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, visibility cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s; }

.mfp-zoom-in.mfp-removing .mfp-figure,
.mfp-zoom-in.mfp-removing .mfp-iframe-holder .mfp-iframe-scaler {
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
  opacity: 0; }

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0; }

.mfp-zoom-in.mfp-removing .mfp-preloader {
  display: none !important; }

.mfp-iframe-scaler {
  overflow: visible;
  /*so the close button is shown*/ }

.mfp-zoom-out-cur {
  cursor: auto; }

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: pointer; }

.mfp-close {
  color: #313131 !important;
  font-size: 16px !important;
  top: 10px !important;
  left: 10px;
  cursor: pointer; }

.mfp-iframe-holder .mfp-close {
  top: -10px !important;
  left: 0 !important;
}

.mfp-arrow {
  background-color: transparent !important;
  margin-top: 0 !important;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px !important;
  height: 30px !important;
  opacity: 1 !important; }

.mfp-arrow:after {
  display: none !important; }

.mfp-arrow:before {
  content: '' !important;
  position: relative !important;
  display: block !important;
  width: 30px !important;
  height: 30px !important;
  margin: 0 !important;
  border: 0 !important;
  opacity: 1 !important;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
  -webkit-transition: -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
  transition: -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
  -o-transition: transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
  transition: transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
  transition: transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s; }

.mfp-arrow:hover:before {
  -webkit-transform: scale(1.1) !important;
      -ms-transform: scale(1.1) !important;
          transform: scale(1.1) !important; }

.mfp-arrow-left {
  right: 40px !important; }

.mfp-arrow-left:before {
  background-image: url(../images/mfp-arrows/arrow-right.svg); }

.mfp-arrow-right {
  left: 40px !important; }

.mfp-arrow-right:before {
  background-image: url(../images/mfp-arrows/arrow-left.svg); }

.mfp-bottom-bar {
  margin-top: -30px !important; }

.mfp-title {
  font-size: 1.5rem; }

.mfp-counter {
  font-size: 1.3rem !important; }

.mfp-move-vertical .mfp-with-anim {
  opacity: 0;
  -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
  transition: opacity .3s ease, -webkit-transform .3s ease;
  -o-transition: transform .3s ease, opacity .3s ease;
  transition: transform .3s ease, opacity .3s ease;
  transition: transform .3s ease, opacity .3s ease, -webkit-transform .3s ease;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px); }

.mfp-move-vertical .mfp-with-anim .summary-inner {
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s; }

.mfp-move-vertical.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease; }

.mfp-move-vertical.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none; }

.mfp-move-vertical.mfp-ready .mfp-with-anim .summary-inner {
  opacity: 1; }

.mfp-move-vertical.mfp-ready.mfp-bg {
  background: #000;
  opacity: .3; }

.mfp-move-vertical.mfp-removing .mfp-with-anim {
  opacity: 0;
  -webkit-transform: translateY(-50px);
      -ms-transform: translateY(-50px);
          transform: translateY(-50px); }

.mfp-move-vertical.mfp-removing.mfp-bg {
  opacity: 0; }

.mfp-move-vertical.mfp-removing .mfp-close {
  display: none; }

/*=========================
=        Organisms        =
==========================*/
/*========================
=        Comments        =
========================*/
.gs-comments .gs-comments-title {
  margin-bottom: 0; }

.gs-comments .gs-comments-list {
  padding-bottom: 4rem; }
  .gs-comments .gs-comments-list .gs-comment {
    position: relative;
    margin-bottom: 3.625rem; }
    .gs-comments .gs-comments-list .gs-comment:first-child {
      margin-top: 2.75rem; }
    .gs-comments .gs-comments-list .gs-comment:last-child {
      margin-bottom: 0; }
    .gs-comments .gs-comments-list .gs-comment .gs-comment-avatar {
      display: inline-block;
      overflow: hidden;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      margin-bottom: 1rem; }
      @media (min-width: 576px) {
        .gs-comments .gs-comments-list .gs-comment .gs-comment-avatar {
          position: absolute;
          top: 0;
          margin-bottom: 0; } }
      .gs-comments .gs-comments-list .gs-comment .gs-comment-avatar img {
        display: block; }
    .gs-comments .gs-comments-list .gs-comment .gs-comment-body {
      padding-bottom: 2rem; }
      @media (min-width: 576px) {
        .gs-comments .gs-comments-list .gs-comment .gs-comment-body {
          padding-bottom: 0;
          padding-right: 5rem; } }
      .gs-comments .gs-comments-list .gs-comment .gs-comment-body .gs-comment-author .gs-comment-name {
        font-size: 1.0625rem;
        margin-bottom: 0; }
      .gs-comments .gs-comments-list .gs-comment .gs-comment-body .gs-comment-author time {
        display: block;
        font-size: 14px;
        line-height: 1;
        color: #a1a1a1;
        padding-top: 7px; }
      .gs-comments .gs-comments-list .gs-comment .gs-comment-body .comment-reply-link {
        font-size: 13px;
        font-weight: 700;
        position: relative;
        z-index: 2;
        color: #313131; }
        .gs-comments .gs-comments-list .gs-comment .gs-comment-body .comment-reply-link:before {
          content: '';
          position: absolute;
          bottom: 0;
          right: 0;
          background: #d54c42;
          height: 1px;
          width: 0;
          -webkit-transition: all .3s ease-in-out;
          -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
          z-index: 1; }
        .gs-comments .gs-comments-list .gs-comment .gs-comment-body .comment-reply-link:after {
          content: '';
          position: absolute;
          bottom: 0;
          right: 0;
          left: 0;
          background: rgba(129, 129, 129, 0.2);
          height: 1px;
          -webkit-transition: -webkit-transform .3s;
          transition: -webkit-transform .3s;
          -o-transition: transform .3s;
          transition: transform .3s;
          transition: transform .3s, -webkit-transform .3s; }
        .gs-comments .gs-comments-list .gs-comment .gs-comment-body .comment-reply-link:hover:before {
          width: 100%; }
      .gs-comments .gs-comments-list .gs-comment .gs-comment-body .gs-comment-text {
        padding-top: 16px; }
        .gs-comments .gs-comments-list .gs-comment .gs-comment-body .gs-comment-text > *:last-child {
          margin-bottom: 0;
          padding-bottom: 0; }
        .gs-comments .gs-comments-list .gs-comment .gs-comment-body .gs-comment-text p {
          margin-bottom: 16px; }
    .gs-comments .gs-comments-list .gs-comment.comment-no-avatar .gs-comment-avatar {
      display: none; }
    .gs-comments .gs-comments-list .gs-comment.comment-no-avatar .gs-comment-body {
      padding-right: 0; }
  .gs-comments .gs-comments-list .page-numbers:not(.next):not(.prev) {
    margin-top: 4rem;
    margin-left: 0.5rem;
    font-size: 0.875rem;
    font-weight: 500;
    text-align: center;
    -webkit-border-radius: 6px;
            border-radius: 6px;
    color: #313131;
    border: 1px solid rgba(129, 129, 129, 0.2);
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.25rem;
    display: inline-block;
    -webkit-transition: border-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
    -o-transition: border-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
    transition: border-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, color cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s; }
    .gs-comments .gs-comments-list .page-numbers:not(.next):not(.prev):hover, .gs-comments .gs-comments-list .page-numbers:not(.next):not(.prev).current {
      border-color: #313131; }
    .gs-comments .gs-comments-list .page-numbers:not(.next):not(.prev):last-child {
      margin-left: 0; }
  .gs-comments .gs-comments-list .page-numbers.next {
    margin-right: 0.5rem; }
  .gs-comments .gs-comments-list .page-numbers.prev {
    margin-left: 0.5rem; }
  .gs-comments .gs-comments-list .page-numbers.next, .gs-comments .gs-comments-list .page-numbers.prev {
    margin-top: 4rem;
    display: inline-block;
    color: #313131; }
  .gs-comments .gs-comments-list .page-numbers.next:hover, .gs-comments .gs-comments-list .page-numbers.prev:hover {
    color: #d54c42; }
  .gs-comments .gs-comments-list .comment-respond {
    width: calc(100% - 30px);
    margin: 0 16px 4rem 16px;
    padding: 2.5rem;
    background-color: #ffffff;
    border: 1px solid rgba(129, 129, 129, 0.2); }
    .gs-comments .gs-comments-list .comment-respond .gs-comments-title {
      margin-bottom: 0;
      padding-bottom: 2rem; }
      .gs-comments .gs-comments-list .comment-respond .gs-comments-title small {
        font-size: 16px;
        margin-right: 15px; }
        .gs-comments .gs-comments-list .comment-respond .gs-comments-title small a {
          color: #313131;
          position: relative;
          z-index: 2; }
          .gs-comments .gs-comments-list .comment-respond .gs-comments-title small a:before {
            content: '';
            position: absolute;
            bottom: 0;
            right: 0;
            background: #d54c42;
            height: 1px;
            width: 0;
            -webkit-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
            z-index: 1; }
          .gs-comments .gs-comments-list .comment-respond .gs-comments-title small a:after {
            content: '';
            position: absolute;
            bottom: 0;
            right: 0;
            left: 0;
            background: rgba(129, 129, 129, 0.2);
            height: 1px;
            -webkit-transition: -webkit-transform .3s;
            transition: -webkit-transform .3s;
            -o-transition: transform .3s;
            transition: transform .3s;
            transition: transform .3s, -webkit-transform .3s; }
          .gs-comments .gs-comments-list .comment-respond .gs-comments-title small a:hover:before {
            width: 100%; }

.gs-comments .comment-respond .comment-form .textarea-holder {
  margin-bottom: 1.375rem; }

.gs-comments .comment-respond .comment-form .input-holder {
  margin-bottom: 1.375rem; }

.gs-comments .gs-comment-form .comment-respond .gs-comments-title {
  margin-bottom: 0;
  padding-bottom: 1.375rem; }

.gs-comments .gs-comment-form .comment-form-cookies-consent {
  margin: 0 0 0.625rem 0; }

.gs-comments .gs-comment-closed {
  padding: 4rem 0; }
  .gs-comments .gs-comment-closed .gs-comment-closed-title {
    margin-bottom: 0;
    color: #313131;
    font-size: 1.25rem; }

/*==========================
=        Breadcrumb        =
==========================*/
.gs-breadcrumb-list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .gs-breadcrumb-list__item {
    display: inline-block;
    margin: 0; }
    .gs-breadcrumb-list__item + li {
      position: relative;
      padding-right: 30px; }
      .gs-breadcrumb-list__item + li:before {
        content: '\f105';
        font-family: 'Font Awesome 5 Pro';
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
        font-weight: 300;
        position: absolute;
        right: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }

/*==========================
=        Pagination        =
==========================*/
.comment-nav-links,
.page-pagination,
.page-numbers {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center; }
  .comment-nav-links li,
  .page-pagination li,
  .page-numbers li {
    display: inline-block;
    list-style-type: none;
    margin: 0 5px;
    padding: 0; }
    .comment-nav-links li > span,
    .comment-nav-links li > a,
    .page-pagination li > span,
    .page-pagination li > a,
    .page-numbers li > span,
    .page-numbers li > a {
      display: block;
      text-align: center;
      min-width: 36px;
      height: 36px;
      line-height: 38px;
      border: 0;
      color: inherit;
      padding: 0; }
    .comment-nav-links li .current,
    .page-pagination li .current,
    .page-numbers li .current {
      background-color: #313131;
      color: #fff; }
    .comment-nav-links li .dots,
    .page-pagination li .dots,
    .page-numbers li .dots {
      background: none;
      border: 0;
      min-width: 20px; }

.gs-pagination {
  margin-top: 30px; }

.page-links {
  clear: both;
  padding-top: 30px; }
  .page-links > span,
  .page-links > a {
    display: block;
    float: right;
    padding: 0 10px;
    text-align: center;
    min-width: 40px;
    height: 40px;
    line-height: 38px;
    border: 0;
    color: inherit;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase; }
  .page-links .current {
    background: #313131;
    color: #fff; }

/*======================
=        Layout        =
======================*/
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

html {
  overflow-y: scroll; }

body {
  background-color: #ffffff;
  overflow-x: hidden;
  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

::-moz-selection {
  background-color: #d54c42;
  color: #ffffff; }

::selection {
  background-color: #d54c42;
  color: #ffffff; }

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1150px; }
  @media (min-width: 1350px) {
    .container {
      max-width: 1320px; } }

/*===================================
=        Layout Main Wrapper        =
===================================*/
.site-content {
  position: relative; }
  .site-content .gs-content-wrapper {
    background-color: #ffffff; }
  .site-content .gs-entry-header-page + .gs-content-wrapper .content-wrapper-holder {
    margin-top: 0; }
  .site-content .content-wrapper-main,
  .site-content .content-wrapper-sidebar {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%; }
  body:not(.elementor-page) .site-content .content-wrapper-main > .page {
    overflow: hidden; }
  .site-content .content-wrapper-holder {
    position: relative;
    z-index: 2;
    margin-top: 100px;
    margin-bottom: 100px; }
  .site-content .content-wrapper-sidebar__content {
    border: 1px solid #eee;
    padding: 1.875rem 1.875rem 2.5rem;
    background: #fff; }

.page .gs-comments {
  padding-top: 3.125rem; }

@media (max-width: 991px) {
  .gs-site-header-holder .site-header-tools > *:not(.gs-mobile-menu-trigger) {
    display: none !important; }
  .gs-site-header-holder .header-row-1 {
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0; }
  .gs-site-header-holder .header-row-2,
  .gs-site-header-holder .menu-navigation-regular,
  .gs-site-header-holder .gs-header-navigation > .create-nav-msg {
    display: none !important; }
  .gs-site-header-holder.header-style-01 .gs-site-header-inner {
    height: 70px; }
  .gs-site-header-holder .create-nav-msg {
    padding: 12px 0; } }

/*============================
=        Header Icons        =
============================*/
.gs-site-header .site-header-tools > * {
  margin-right: 1.25rem; }
  .gs-site-header .site-header-tools > *:first-child {
    margin-right: 0; }

.gs-header-tool {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .gs-header-tool svg {
    fill: currentColor; }

.gs-header-categories {
  position: relative;
  z-index: 10; }
  .gs-header-categories__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    padding: 10px 20px; }
    .gs-header-categories__btn svg {
      margin-left: 14px; }
    .gs-header-categories__btn:after {
      content: "\f107";
      display: inline-block;
      margin-right: 14px; }
  .gs-header-categories__menu {
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    max-height: 360px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(15px);
        -ms-transform: translateY(15px);
            transform: translateY(15px);
    pointer-events: none;
    overflow-y: auto;
    -webkit-transition: opacity .25s ease, visibility .25s ease, -webkit-transform .25s ease;
    transition: opacity .25s ease, visibility .25s ease, -webkit-transform .25s ease;
    -o-transition: opacity .25s ease, visibility .25s ease, transform .25s ease;
    transition: opacity .25s ease, visibility .25s ease, transform .25s ease;
    transition: opacity .25s ease, visibility .25s ease, transform .25s ease, -webkit-transform .25s ease;
    background-color: #fff;
    -webkit-box-shadow: 0 0 35px -10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 35px -10px rgba(0, 0, 0, 0.1); }
    .gs-header-categories__menu ul {
      position: relative; }
      .gs-header-categories__menu ul > li {
        border-bottom: 1px solid #efefef; }
        .gs-header-categories__menu ul > li:last-child {
          border-bottom: none; }
        .gs-header-categories__menu ul > li > a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          padding: 15px 20px; }
          .gs-header-categories__menu ul > li > a .gs-menu-item-icon {
            font-size: 1.5rem;
            margin-left: 12px;
            line-height: 1; }
  .gs-header-categories:hover .gs-header-categories__menu, .gs-header-categories.is-active .gs-header-categories__menu, .headroom--not-top .gs-header-categories.is-active:hover .gs-header-categories__menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  .headroom--not-top .gs-header-categories.is-active .gs-header-categories__menu {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(15px);
        -ms-transform: translateY(15px);
            transform: translateY(15px);
    pointer-events: none; }

/* Navigation: Mobile menu
   ========================================================================== */
.gs-mobile-menu-trigger {
  cursor: pointer; }
  @media (min-width: 992px) {
    .gs-mobile-menu-trigger {
      display: none; } }
  .gs-mobile-menu-trigger .burger-icon {
    cursor: context-menu;
    position: relative;
    margin-top: -8px;
    width: 20px;
    height: 11px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    will-change: transform; }
    .gs-mobile-menu-trigger .burger-icon__line {
      height: 2px;
      background: #313131;
      width: 100%;
      -webkit-transition: -webkit-transform .3s;
      transition: -webkit-transform .3s;
      -o-transition: transform .3s;
      transition: transform .3s;
      transition: transform .3s, -webkit-transform .3s;
      will-change: transform; }
      .gs-mobile-menu-trigger .burger-icon__line:before, .gs-mobile-menu-trigger .burger-icon__line:after {
        content: "";
        width: 100%;
        height: 2px;
        background: #313131;
        position: absolute;
        right: 0;
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        -o-transition: transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s;
        will-change: transform; }
      .gs-mobile-menu-trigger .burger-icon__line:before {
        opacity: 0;
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0); }
      .gs-mobile-menu-trigger .burger-icon__line:after {
        -webkit-transform: translateY(7px);
            -ms-transform: translateY(7px);
                transform: translateY(7px); }
  .gs-mobile-menu-trigger.is-active .burger-icon {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
    .gs-mobile-menu-trigger.is-active .burger-icon__line:before, .gs-mobile-menu-trigger.is-active .burger-icon__line:after {
      -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
              transform: rotate(-90deg); }

.mobile-menu-open {
  overflow: hidden; }

.gs-mobile-menu {
  position: fixed;
  top: 0;
  padding-top: 70px;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 80;
  background-color: #fff;
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  /* Mobile Menu: Navigation */ }
  .admin-bar .gs-mobile-menu {
    padding-top: calc(70px + 46px); }
  .mobile-menu-open .gs-mobile-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; }
  .gs-mobile-menu__inner {
    position: relative;
    height: 100%; }
  .gs-mobile-menu .molino-scroll-content {
    padding: 15px 20px;
    max-height: 100%; }
    @media (max-width: 767px) {
      .gs-mobile-menu .molino-scroll-content {
        position: static; } }
  .gs-mobile-menu__navigation ul {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%; }
    .gs-mobile-menu__navigation ul > li + li > a {
      border-top: 1px solid rgba(49, 49, 49, 0.05); }
    .gs-mobile-menu__navigation ul > li > a {
      padding-top: 12px;
      padding-bottom: 12px;
      font-size: 20px; }
    .gs-mobile-menu__navigation ul > li.opened > a {
      border-bottom: 1px solid rgba(49, 49, 49, 0.05); }
    .gs-mobile-menu__navigation ul .children a {
      font-size: 16px;
      opacity: .7; }
    .gs-mobile-menu__navigation ul li {
      margin: 0;
      display: block;
      list-style-type: none; }
      .gs-mobile-menu__navigation ul li a {
        position: relative;
        display: block; }
      .gs-mobile-menu__navigation ul li .sub-menu-arrow {
        position: absolute;
        top: 50%;
        left: 0;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
                transform: translate(0, -50%);
        -webkit-border-radius: 50%;
                border-radius: 50%; }
        .gs-mobile-menu__navigation ul li .sub-menu-arrow:after {
          content: '\f107'; }
      .gs-mobile-menu__navigation ul li.opened .sub-menu-arrow {
        background: rgba(49, 49, 49, 0.05); }
        .gs-mobile-menu__navigation ul li.opened .sub-menu-arrow:after {
          content: '\f106'; }
    .gs-mobile-menu__navigation ul .sub-menu {
      display: none;
      margin: 14px 0; }
    .gs-mobile-menu__navigation ul .mega-menu {
      margin-top: 30px;
      margin-bottom: 30px; }

.gs-header-sticky-both .headroom.headroom--not-top,
.gs-header-sticky-up .headroom.headroom--not-top.headroom--pinned,
.gs-header-sticky-down .headroom.headroom--not-top.headroom--unpinned {
  position: relative;
  z-index: 888; }
  .gs-header-sticky-both .headroom.headroom--not-top .gs-site-header,
  .gs-header-sticky-up .headroom.headroom--not-top.headroom--pinned .gs-site-header,
  .gs-header-sticky-down .headroom.headroom--not-top.headroom--unpinned .gs-site-header {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    width: 100%;
    -webkit-animation: show-sticky-header .6s;
            animation: show-sticky-header .6s;
    will-change: transform; }
  .gs-header-sticky-both .headroom.headroom--not-top .container,
  .gs-header-sticky-both .headroom.headroom--not-top .row,
  .gs-header-sticky-up .headroom.headroom--not-top.headroom--pinned .container,
  .gs-header-sticky-up .headroom.headroom--not-top.headroom--pinned .row,
  .gs-header-sticky-down .headroom.headroom--not-top.headroom--unpinned .container,
  .gs-header-sticky-down .headroom.headroom--not-top.headroom--unpinned .row {
    height: 100%; }

@media (max-width: 767px) {
  .admin-bar .headroom.headroom--not-top .gs-site-header {
    margin-top: 46px; } }

@media (min-width: 768px) {
  .admin-bar .headroom.headroom--not-top .gs-site-header {
    margin-top: 32px; } }

.headroom--not-top.fixed-header-dark-logo .dark-logo {
  display: block; }

.headroom--not-top.fixed-header-dark-logo .light-logo {
  display: none; }

.headroom--not-top.fixed-header-light-logo .dark-logo {
  display: none; }

.headroom--not-top.fixed-header-light-logo .light-logo {
  display: block; }

.header-absolute {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  -webkit-transition: top 0.25s ease-in-out 0s;
  -o-transition: top 0.25s ease-in-out 0s;
  transition: top 0.25s ease-in-out 0s; }

@-webkit-keyframes show-sticky-header {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes show-sticky-header {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

.header-fixed-on .gs-site-header {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9999;
  width: 100%; }

.header-fixed-on.headroom--top .gs-site-header {
  pointer-events: none; }

.header-fixed-on.headroom--top .gs-branding *,
.header-fixed-on.headroom--top .menu-navigation-regular,
.header-fixed-on.headroom--top .site-header-tools *,
.header-fixed-on.headroom--top .gs-header-categories,
.header-fixed-on.headroom--top .header-phone {
  pointer-events: auto; }

/* Top Bar (Header)
   ========================================================================== */
.gs-top-bar {
  position: relative;
  z-index: 999;
  border-bottom: 0 solid transparent; }
  @media (max-width: 991px) {
    .top-bar-mobile-hidden .gs-top-bar {
      display: none; } }
  .gs-top-bar--none {
    display: none; }
  .gs-top-bar__holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 40px;
    margin-right: -15px;
    margin-left: -15px; }
    .gs-top-bar--center .gs-top-bar__holder {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .gs-top-bar--right .gs-top-bar__holder {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
    .gs-top-bar__holder > * {
      padding: 7px 15px; }
      .gs-top-bar__holder > * + * {
        position: relative;
        padding-right: 15px; }
        .gs-top-bar__holder > * + *:before {
          content: '';
          position: absolute;
          right: 0;
          top: 50%;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          width: 1px;
          height: 16px;
          background-color: currentColor;
          opacity: 0.3; }
  .gs-top-bar__list {
    margin: 0;
    list-style: none; }
    .gs-top-bar__list__item {
      position: relative;
      display: inline-block;
      line-height: 1;
      margin: 0 0 0 15px; }
      .gs-top-bar__list__item + .gs-top-bar__list__item {
        padding-right: 15px; }
        .gs-top-bar__list__item + .gs-top-bar__list__item:before {
          content: '';
          position: absolute;
          right: 0;
          top: 50%;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          width: 1px;
          height: 16px;
          background-color: currentColor;
          opacity: 0.3; }
      .gs-top-bar__list__item:last-child {
        margin-left: 0; }
      .gs-top-bar__list__item__icon {
        margin-left: 5px;
        vertical-align: middle; }
      .gs-top-bar__list__item__text {
        vertical-align: middle; }

/*======================
=        Footer        =
======================*/
/* Site Footer
   ========================================================================== */
.gs-site-footer--standard {
  background-color: #f8f8f8;
  color: #83878A;
  padding: 26px 0;
  font-size: 14px; }
  .gs-site-footer--standard .gs-site-footer__text {
    text-align: center; }

/* Blog: Columns
   ========================================================================== */
.gs-posts-wrapper {
  display: grid;
  gap: 1.875rem; }
  @media (min-width: 768px) {
    .gs-posts-wrapper.blog-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .gs-posts-wrapper.blog-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .gs-posts-wrapper.blog-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr)); } }

/* Blog post: Animations
   ========================================================================== */
@-webkit-keyframes postAnimate {
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }
@keyframes postAnimate {
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

.animated-blog-posts article {
  opacity: 0;
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
  -webkit-animation: postAnimate .25s;
          animation: postAnimate .25s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  will-change: opacity, transform; }

.animated-blog-posts.js-animation article {
  -webkit-animation: none;
          animation: none; }
  .animated-blog-posts.js-animation article.is-animated {
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: opacity .25s ease-in-out, -webkit-transform .25s ease-in-out;
    transition: opacity .25s ease-in-out, -webkit-transform .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out, transform .25s ease-in-out;
    transition: opacity .25s ease-in-out, transform .25s ease-in-out;
    transition: opacity .25s ease-in-out, transform .25s ease-in-out, -webkit-transform .25s ease-in-out; }

/* Blog Post: Basic styling
   ========================================================================== */
.gs-post-item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 1;
  min-height: 100%;
  border: 1px solid #f5f5f5;
  background-color: white;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
  overflow: hidden; }

.gs-post-item__thumbnail {
  position: relative;
  overflow: hidden; }
  .gs-post-item__thumbnail img {
    width: 100%;
    display: block; }

.gs-post-item__content {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto; }

.gs-post-item__category, .gs-post-item__type {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  color: #d54c42;
  text-transform: uppercase;
  letter-spacing: 0;
  margin-bottom: 10px; }
  .gs-post-item__category a, .gs-post-item__type a {
    color: #d54c42; }
    .gs-post-item__category a:hover, .gs-post-item__type a:hover {
      text-decoration: underline; }

.gs-post-item__title {
  font-size: 1.375rem;
  line-height: 1.5;
  margin: 0;
  padding: 0px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: auto;
  max-height: 4.8em;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease; }
  .gs-post-item__title:hover {
    color: #d54c42; }

.gs-post-item__excerpt {
  margin-top: 14px; }

.gs-post-item:hover:not(.gs-post-item--metro) .gs-post-item__inner {
  -webkit-transform: translate3d(0, -4px, 0);
          transform: translate3d(0, -4px, 0);
  -webkit-box-shadow: 0 10px 35px rgba(0, 0, 0, 0.06);
          box-shadow: 0 10px 35px rgba(0, 0, 0, 0.06); }

/* Blog Post: Grid
   ========================================================================== */
.gs-grid-holder .gs-post-item--grid, .gs-grid-holder .gs-post-item--masonry {
  margin: 0; }

.gs-post-item--grid .gs-post-item__content, .gs-post-item--masonry .gs-post-item__content {
  padding: 20px; }

.gs-post-item--grid .gs-post-meta,
.gs-post-item--grid .gs-post-item__read-more, .gs-post-item--masonry .gs-post-meta,
.gs-post-item--masonry .gs-post-item__read-more {
  padding: 0 20px 20px; }

.gs-post-item.sticky .gs-post-item__inner {
  background-color: #313131;
  color: #ffffff; }
  .gs-post-item.sticky .gs-post-item__inner a, .gs-post-item.sticky .gs-post-item__inner h3 {
    color: #ffffff; }

.gs-post-item--masonry {
  margin-bottom: 40px; }

/* Blog Post: List
   ========================================================================== */
@media (min-width: 768px) {
  .gs-post-item--list .gs-post-item__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .gs-post-item--list .gs-post-item__thumbnail {
    width: 50%; }
  .gs-post-item--list .gs-post-item__content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 50%; } }

.gs-post-item--list .gs-post-item__content {
  padding: 25px; }

.gs-post-item--list .gs-post-meta {
  padding: 0 25px 25px; }

/* Blog: Post meta
   ========================================================================== */
.gs-post-meta--archive {
  margin-top: auto;
  line-height: 1.6;
  font-weight: 400;
  font-size: 14px; }
  .gs-post-meta--archive a {
    color: inherit !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.gs-post-meta--single .gs-post-meta__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.gs-post-meta--single .gs-post-meta__item:not(:last-of-type):after {
  content: "-";
  color: #8492a6;
  margin: 0 5px; }

.gs-post-meta__item--minimal:not(:last-of-type):after {
  content: " | ";
  font-size: 1.2em;
  color: #ededed;
  padding: 0 8px; }

.gs-post-meta__item--author img {
  -webkit-border-radius: 50%;
          border-radius: 50%;
  width: 30px;
  height: 30px;
  border: 1px solid #d54c42;
  padding: 1px;
  background-color: #fff; }

.gs-post-meta__item--author a {
  color: #d54c42;
  font-weight: 600;
  margin-right: 5px; }

/* Blog: Post single
   ========================================================================== */
.gs-single-post__header {
  margin-bottom: 30px; }

.gs-single-post__categories a {
  color: #fff;
  font-size: 12px;
  line-height: 1.4;
  text-transform: uppercase;
  display: inline-block;
  background-color: #d54c42;
  padding: 7px 10px;
  margin: 2px 4px; }
  .gs-single-post__categories a:hover {
    color: #fff; }

.gs-single-post__title {
  margin-top: 20px;
  margin-bottom: 20px; }

.gs-single-post__feature {
  margin-bottom: 30px; }
  .gs-single-post__feature img {
    display: inline-block;
    -webkit-box-shadow: 0 4px 25px rgba(0, 0, 0, 0.05);
            box-shadow: 0 4px 25px rgba(0, 0, 0, 0.05); }
  .gs-single-post__feature--thumbnail, .gs-single-post__feature--video {
    text-align: center; }
  .gs-single-post__feature .post-link {
    padding: 82px 100px;
    background: #f2f2f2;
    font-size: 24px;
    line-height: 1.5; }
    .gs-single-post__feature .post-link a {
      word-wrap: break-word; }

.gs-single-post__wrap {
  font-size: 1rem; }

.gs-single-post__footer {
  margin-top: 40px; }

.gs-single-post__label {
  display: block;
  font-size: 12px;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 0;
  color: #313131;
  margin-bottom: 20px; }

.gs-single-post__tags {
  margin-bottom: 2.8125rem; }

.gs-single-post__share {
  text-align: center;
  margin-bottom: 2.8125rem; }
  .gs-single-post__share_list {
    position: relative; }
    .gs-single-post__share_list > ul {
      position: relative;
      z-index: 9;
      padding: 0 20px;
      background: #ffffff;
      display: inline-block; }
    .gs-single-post__share_list span {
      content: "";
      position: absolute;
      right: 0;
      top: 50%;
      width: 100%;
      height: 1px;
      background-color: rgba(129, 129, 129, 0.2); }

.gs-single-post__authorBox {
  text-align: center; }
  .gs-single-post__authorBox__avatar {
    display: inline-block;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    overflow: hidden; }
  .gs-single-post__authorBox__name {
    font-size: 1.125rem;
    margin-top: 1.25rem; }
    .gs-single-post__authorBox__name a {
      color: #d54c42; }
      .gs-single-post__authorBox__name a:hover {
        text-decoration: underline; }

/* Related Posts */
.gs-related-posts {
  background-color: #f8f8f8;
  padding: 3.75rem 0 3.75rem;
  margin-top: 60px; }

/* Comments */
.gs-comments {
  margin-top: 3.125rem; }

/* Post Quote */
.gs-post-quote {
  position: relative;
  text-align: center;
  padding: 3rem 2.5rem;
  background-color: #f2f2f2; }
  .gs-post-quote__icon {
    font-size: 26px;
    margin-bottom: 35px; }
  .gs-post-quote__text {
    margin-bottom: 26px;
    font-size: 24px;
    line-height: 1.375; }
  .gs-post-quote__name {
    font-size: 18px;
    margin-bottom: 0; }

/* Templates
   ========================================================================== */
/* Pages: 404
   ========================================================================== */
@media (min-width: 768px) {
  .gs-404page {
    text-align: center; } }

.gs-404page .gs-branding .dark-logo {
  display: block; }

.gs-404page__content {
  padding-bottom: 4.375rem; }

.gs-404page__image {
  margin-bottom: 3.75rem; }

.gs-404page__title {
  font-size: 2.25rem; }

.gs-404page__text {
  font-size: 18px;
  margin-bottom: 2.5rem; }

.gs-404page__search {
  margin-right: auto;
  margin-left: auto;
  max-width: 550px; }

.gs-branding-logo, .page-links,
.clearfix {
  *zoom: 1; }
  .gs-branding-logo:before, .page-links:before, .gs-branding-logo:after, .page-links:after,
  .clearfix:before,
  .clearfix:after {
    content: " ";
    display: table; }

.gs-language-switcher > li > a:after, ul.menu.site-header-menu li.menu-item a .sub-menu-arrow:before, .gs-product-list-type-01 .gs-product-list .gs-product-list__link:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900; }

.widget.widget_recent_comments ul li:before, .gs-header-categories__btn:after, .gs-mobile-menu__navigation ul li .sub-menu-arrow:after, .gs-mailchimp-form .button-icon, .gs-product-list-type-02 .gs-product-list .gs-product-list__link:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300; }

/* Elementor
   ========================================================================== */
/*==============================
=        Elementor Base        =
==============================*/
.elementor-html .wow {
  visibility: visible; }

.elementor-button {
  display: inline-block;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  -webkit-border-radius: 0;
          border-radius: 0;
  border: 1px solid transparent;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  font-size: 16px;
  padding: 0.9375rem 2.5rem;
  color: #ffffff;
  background-color: #242424;
  border-color: #242424; }
  .elementor-button:hover {
    color: #ffffff;
    border-color: #d54c42;
    background-color: #d54c42; }

.elementor .elementor-widget-wrap .elementor-widget .elementor-text-editor p {
  margin-bottom: 0; }

.elementor-page.page-with-sidebar .content-wrapper-holder > .container {
  max-width: 1320px;
  padding-right: 15px;
  padding-left: 15px; }

.elementor-page.page-with-sidebar .content-wrapper-holder .elementor-section.elementor-top-section > .elementor-container {
  padding-right: 0;
  padding-left: 0; }

.elementor-page.page-without-sidebar .content-wrapper-holder {
  margin: 0; }
  .elementor-page.page-without-sidebar .content-wrapper-holder > .container {
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px; }

.elementor-page.page-without-sidebar .content-wrapper-main {
  padding: 0; }

body.elementor-archive-page .page-content, body.elementor-page .page-content {
  margin-top: 0; }

body.elementor-archive-page.page-has-no-sidebar .page-content, body.elementor-page.page-has-no-sidebar .page-content {
  margin-bottom: 0; }

/*===============================
=        Elementor Space        =
===============================*/
.elementor-widget-image {
  margin-bottom: 0 !important; }

.gs-layout-metro .grid-item-height .gs-holder,
.gs-layout-metro .grid-item-height .gs-image {
  height: 100%; }

.gs-layout-metro .grid-item-height .gs-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.gs-grid-loader {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px; }
  .gs-grid-loader .grid-sizer {
    display: none; }
  .gs-grid-loader .grid-item {
    opacity: 0;
    -webkit-animation: gradaFadeIn .25s;
            animation: gradaFadeIn .25s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
    will-change: opacity, transform; }
    .gs-grid-loader .grid-item.is-animated {
      -webkit-animation: none;
              animation: none;
      opacity: 1;
      -webkit-transition: opacity .25s ease-in-out, -webkit-transform .25s ease-in-out;
      transition: opacity .25s ease-in-out, -webkit-transform .25s ease-in-out;
      -o-transition: opacity .25s ease-in-out, transform .25s ease-in-out;
      transition: opacity .25s ease-in-out, transform .25s ease-in-out;
      transition: opacity .25s ease-in-out, transform .25s ease-in-out, -webkit-transform .25s ease-in-out; }
  .gs-grid-loader.loaded {
    display: block; }
    .gs-grid-loader.loaded .grid-sizer {
      display: block; }

/* Elementor: Animation
   ========================================================================== */
.gs-anim-zoom-in .gs-image {
  overflow: hidden; }
  .gs-anim-zoom-in .gs-image img {
    width: 100%;
    -webkit-transition: opacity .5s ease, -webkit-transform 1s ease;
    transition: opacity .5s ease, -webkit-transform 1s ease;
    -o-transition: transform 1s ease, opacity .5s ease;
    transition: transform 1s ease, opacity .5s ease;
    transition: transform 1s ease, opacity .5s ease, -webkit-transform 1s ease; }

.gs-anim-zoom-in .gs-holder:hover .gs-image img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
          transform: scale3d(1.1, 1.1, 1.1); }

.gs-anim-zoom-out .gs-image {
  overflow: hidden; }
  .gs-anim-zoom-out .gs-image img {
    width: 100%;
    -webkit-transition: opacity .5s ease, -webkit-transform 1s ease;
    transition: opacity .5s ease, -webkit-transform 1s ease;
    -o-transition: transform 1s ease, opacity .5s ease;
    transition: transform 1s ease, opacity .5s ease;
    transition: transform 1s ease, opacity .5s ease, -webkit-transform 1s ease;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1); }

.gs-anim-zoom-out .gs-holder:hover .gs-image img {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1); }

.gs-anim-move-up .gs-holder .gs-image {
  -webkit-transition: opacity .5s ease, -webkit-transform 1s ease;
  transition: opacity .5s ease, -webkit-transform 1s ease;
  -o-transition: transform 1s ease, opacity .5s ease;
  transition: transform 1s ease, opacity .5s ease;
  transition: transform 1s ease, opacity .5s ease, -webkit-transform 1s ease; }

.gs-anim-move-up .gs-holder:hover .gs-image {
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px); }

/* Elementor: Heading
   ========================================================================== */
.gs-heading--style1 {
  max-width: 100%; }
  .gs-heading--style1 .gs-heading__primary-wrap,
  .gs-heading--style1 .gs-heading__subtitle-wrap {
    line-height: 1; }
  .gs-heading--style1 .gs-heading__primary,
  .gs-heading--style1 .gs-heading__subtitle,
  .gs-heading--style1 .gs-heading__description,
  .gs-heading--style1 .gs-heading__divider {
    display: inline-block;
    margin-bottom: 0; }
  .gs-heading--style1 a {
    display: block;
    color: inherit;
    font-size: inherit; }
    .gs-heading--style1 a:hover {
      color: inherit;
      font-size: inherit; }
  .gs-heading--style1 mark span {
    margin-right: 5px; }
  .gs-heading--style1 .gs-heading__description-wrap {
    margin-top: 25px; }
    .gs-heading--style1 .gs-heading__description-wrap:first-child {
      margin-top: 0; }
  .gs-heading--style1 .gs-heading__subtitle-wrap {
    margin-bottom: 10px; }
  .gs-heading--style1 .gs-heading__divider-wrap {
    line-height: 0;
    margin-top: 10px; }
  .gs-heading--style1 .gs-heading__divider {
    height: 2px;
    width: 100px;
    background: #111; }

.gs-heading--style2 {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .gs-heading--style2 .gs-heading__primary-wrap,
  .gs-heading--style2 .gs-heading__subtitle-wrap {
    line-height: 1; }
  .gs-heading--style2 .gs-heading__primary,
  .gs-heading--style2 .gs-heading__subtitle,
  .gs-heading--style2 .gs-heading__description,
  .gs-heading--style2 .gs-heading__divider {
    display: inline-block;
    margin-bottom: 0; }
  .gs-heading--style2 a {
    display: block;
    color: inherit;
    font-size: inherit; }
    .gs-heading--style2 a:hover {
      color: inherit;
      font-size: inherit; }
  .gs-heading--style2 mark span {
    margin-right: 5px; }
  .gs-heading--style2 .gs-heading__description-wrap {
    margin-top: 25px; }
    .gs-heading--style2 .gs-heading__description-wrap:first-child {
      margin-top: 0; }
  .gs-heading--style2 .gs-heading__subtitle-wrap {
    margin-left: 30px; }
  .gs-heading--style2 .gs-heading__divider-wrap {
    line-height: 0;
    margin-top: 10px; }
  .gs-heading--style2 .gs-heading__divider {
    height: 2px;
    width: 100px;
    background: #111; }

.gs-link-animate-border .gs-heading__primary a:hover mark:before {
  -webkit-transform: scaleX(0) translateZ(0);
          transform: scaleX(0) translateZ(0);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); }

.gs-link-animate-border .gs-heading__primary a:hover mark:after {
  -webkit-transform: scaleX(1) translateZ(0);
          transform: scaleX(1) translateZ(0);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s; }

.gs-link-animate-border .gs-heading__primary a mark {
  position: relative;
  display: inline-block;
  line-height: 1;
  padding: 3px 0; }
  .gs-link-animate-border .gs-heading__primary a mark:before, .gs-link-animate-border .gs-heading__primary a mark:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: #e0e0e0;
    -webkit-transform-origin: left;
        -ms-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1) translateZ(0);
            transform: scaleX(1) translateZ(0);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s; }
  .gs-link-animate-border .gs-heading__primary a mark:after {
    -webkit-transform-origin: right;
        -ms-transform-origin: right;
            transform-origin: right; }
  .gs-link-animate-border .gs-heading__primary a mark:after {
    -webkit-transform: scaleX(0) translateZ(0);
            transform: scaleX(0) translateZ(0);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); }

.gs-link-animate-border-02 .gs-heading__primary a:hover mark:before {
  width: 100%;
  right: 0;
  left: auto; }

.gs-link-animate-border-02 .gs-heading__primary a mark {
  position: relative;
  display: inline-block;
  line-height: 1;
  padding: 3px 0; }
  .gs-link-animate-border-02 .gs-heading__primary a mark:before {
    content: '';
    width: 0;
    height: 1px;
    position: absolute;
    right: auto;
    left: 0;
    bottom: 0;
    -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    -o-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    background: #e0e0e0; }

/* Elementor: Button
   ========================================================================== */
.gs-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out, color 200ms ease-in-out;
  -o-transition: background 200ms ease-in-out, border-color 200ms ease-in-out, color 200ms ease-in-out;
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out, color 200ms ease-in-out; }
  .gs-btn .gs-btn-holder-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .gs-btn .gs-btn__icon {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: relative;
    font-size: 16px;
    line-height: 1; }
    .gs-btn .gs-btn__icon i {
      background: inherit; }
  .gs-btn.gs-btn--icon-left .gs-btn__icon {
    margin-left: 14px; }
  .gs-btn.gs-btn--icon-right .gs-btn__icon {
    margin-right: 14px; }
  .gs-btn .gs-btn-badge {
    position: absolute;
    top: -15px;
    left: -15px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 31px;
    min-width: 31px;
    padding: 4px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    background: #d54c42;
    color: #fff; }
  .gs-btn.gs-btn-flat {
    background: #313131;
    color: #fff; }
    .gs-btn.gs-btn-flat:hover {
      background: #d54c42;
      color: #fff; }

/* Elementor: Icon
   ========================================================================== */
.gs-icon__wrap {
  line-height: 0; }

.gs-icon__inner {
  display: inline-block;
  font-size: 60px; }

.gs-icon {
  display: inline-block;
  text-align: center;
  font-size: 60px;
  line-height: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #818a91; }
  .gs-icon .icon {
    -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out, color 200ms ease-in-out;
    -o-transition: background 200ms ease-in-out, border-color 200ms ease-in-out, color 200ms ease-in-out;
    transition: background 200ms ease-in-out, border-color 200ms ease-in-out, color 200ms ease-in-out; }
  .gs-icon i,
  .gs-icon svg {
    width: 1em;
    height: 1em;
    position: relative;
    display: block; }
  .gs-icon i {
    background: inherit; }
    .gs-icon i:before {
      position: absolute;
      right: 50%;
      -webkit-transform: translateX(50%);
          -ms-transform: translateX(50%);
              transform: translateX(50%); }
  .gs-icon svg.svg-defs-gradient {
    position: absolute !important;
    width: 0 !important;
    height: 0 !important; }

.svg-defs-gradient .stop-a,
.svg-defs-gradient .stop-b {
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out, color 200ms ease-in-out;
  -o-transition: background 200ms ease-in-out, border-color 200ms ease-in-out, color 200ms ease-in-out;
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out, color 200ms ease-in-out; }

.gs-icon--solid svg *[stroke^="#"],
.gs-icon--solid svg *[stroke^="url(#"] {
  stroke: currentColor; }

.gs-icon--solid svg *[fill^="#"],
.gs-icon--solid svg *[fill^="url(#"] {
  fill: currentColor; }

.gs-icon__inner.second {
  display: none !important; }

.gs-icon--style-stacked .gs-icon__inner {
  padding: .5em;
  background-color: #111; }

.gs-icon--style-bubble .gs-icon__wrap {
  position: relative;
  display: inline-block;
  padding-bottom: 21px; }

.gs-icon--style-bubble .gs-icon__inner {
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-image: -webkit-linear-gradient(-315deg, rgba(241, 212, 211, 0.17) 15%, rgba(223, 169, 168, 0.17) 85%);
  background-image: -o-linear-gradient(-315deg, rgba(241, 212, 211, 0.17) 15%, rgba(223, 169, 168, 0.17) 85%);
  background-image: linear-gradient(225deg, rgba(241, 212, 211, 0.17) 15%, rgba(223, 169, 168, 0.17) 85%); }
  .gs-icon--style-bubble .gs-icon__inner.first {
    padding: .84em; }
  .gs-icon--style-bubble .gs-icon__inner.second {
    display: inline-block !important;
    padding: .28em;
    position: relative;
    bottom: 21px;
    margin-right: 22px; }
  .gs-icon--style-bubble .gs-icon__inner .icon {
    position: absolute;
    right: 50%;
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
    bottom: 0; }

.gs-icon--circle .gs-icon__inner {
  -webkit-border-radius: 50%;
          border-radius: 50%; }

/* Elementor: Team Member
   ========================================================================== */
.gs-team-member .gs-team-member__name a {
  color: inherit; }

.gs-team-member--01 .gs-team-member:hover .gs-team-member__overlay,
.gs-team-member--01 .gs-team-member:hover .gs-social-media {
  opacity: 1;
  visibility: visible; }

.gs-team-member--01 .gs-team-member__image {
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  position: relative;
  -webkit-border-radius: 5px;
          border-radius: 5px; }
  .gs-team-member--01 .gs-team-member__image img {
    width: 100%;
    -webkit-border-radius: inherit;
            border-radius: inherit; }

.gs-team-member--01 .gs-team-member__overlay {
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 0; }

.gs-team-member--01 .gs-team-member__content {
  padding: 24px 0 0; }

.gs-team-member--01 .gs-team-member__name {
  font-size: 18px;
  margin-bottom: 0; }

.gs-team-member--01 .gs-team-member__role {
  margin-top: 10px;
  font-size: 15px;
  color: #7e7e7e; }

.gs-team-member--01 .gs-team-member__text {
  margin-top: 10px; }

.gs-team-member--01 .gs-social-media {
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  position: absolute;
  bottom: 15px;
  right: 10px;
  left: 10px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .gs-team-member--01 .gs-social-media a {
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    display: inline-block;
    font-size: 14px;
    color: #696969;
    background: #fff;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 5px 3px; }
    .gs-team-member--01 .gs-social-media a:hover {
      color: #fff;
      background-color: #d54c42; }

.gs-team-member--02 .gs-team-member {
  position: relative; }
  .gs-team-member--02 .gs-team-member:hover .gs-team-member__image {
    -webkit-box-shadow: 0 55px 40px -40px rgba(51, 51, 51, 0.25);
            box-shadow: 0 55px 40px -40px rgba(51, 51, 51, 0.25); }
  .gs-team-member--02 .gs-team-member:hover .gs-team-member__overlay,
  .gs-team-member--02 .gs-team-member:hover .gs-team-member__content,
  .gs-team-member--02 .gs-team-member:hover .gs-social-media {
    opacity: 1;
    visibility: visible; }

.gs-team-member--02 .gs-team-member__image {
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  position: relative; }
  .gs-team-member--02 .gs-team-member__image img {
    width: 100%; }

.gs-team-member--02 .gs-team-member__overlay {
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background: rgba(49, 49, 49, 0.8);
  z-index: 0; }

.gs-team-member--02 .gs-team-member__content {
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  padding: 30px 30px 27px;
  z-index: 2;
  opacity: 0;
  visibility: hidden; }

.gs-team-member--02 .gs-team-member__name {
  font-size: 20px;
  color: #fff;
  margin-bottom: 0; }

.gs-team-member--02 .gs-team-member__role {
  margin-top: 8px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.4); }

.gs-team-member--02 .gs-team-member__text {
  color: #fff;
  margin-top: 10px; }

.gs-team-member--02 .gs-social-media {
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  position: absolute;
  top: 20px;
  right: 20px;
  left: 20px;
  text-align: left;
  opacity: 0;
  visibility: hidden; }
  .gs-team-member--02 .gs-social-media a {
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    display: inline-block;
    font-size: 18px;
    line-height: 0;
    color: #fff;
    padding: 10px 8px; }

.gs-team-member--03 .gs-team-member {
  position: relative; }
  .gs-team-member--03 .gs-team-member:hover .gs-team-member__overlay,
  .gs-team-member--03 .gs-team-member:hover .gs-team-member__content,
  .gs-team-member--03 .gs-team-member:hover .gs-social-media {
    opacity: 1;
    visibility: visible; }

.gs-team-member--03 .gs-team-member__image {
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  position: relative; }
  .gs-team-member--03 .gs-team-member__image img {
    width: 100%; }

.gs-team-member--03 .gs-team-member__overlay {
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background: rgba(49, 49, 49, 0.7);
  z-index: 0; }

.gs-team-member--03 .gs-team-member__content {
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  position: absolute;
  top: 50%;
  right: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 30px 30px 27px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  text-align: center; }

.gs-team-member--03 .gs-team-member__name {
  font-size: 24px;
  color: #fff;
  margin-bottom: 0; }

.gs-team-member--03 .gs-team-member__role {
  margin: 0 0 8px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0;
  color: #fff; }

.gs-team-member--03 .gs-team-member__text {
  color: #fff;
  margin-top: 10px; }

.gs-team-member--03 .gs-social-media {
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  position: absolute;
  bottom: 33px;
  right: 0;
  width: 100%;
  text-align: center;
  opacity: 0;
  visibility: hidden; }
  .gs-team-member--03 .gs-social-media a {
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    display: inline-block;
    font-size: 20px;
    line-height: 0;
    color: #fff;
    padding: 10px 8px; }

/* Elementor: Pricing Table
   ========================================================================== */
.gs-pricing__features {
  margin: 0;
  padding: 0; }
  .gs-pricing__features li {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .gs-pricing__features li .gs-icon {
      display: inline-block; }

.gs-pricing__ribbon {
  position: absolute;
  top: -10px;
  left: 23px;
  padding: 3px 10px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
  background: #d54c42;
  color: #fff; }

.gs-pricing--style01 {
  text-align: center; }
  .gs-pricing--style01 .gs-pricing__inner {
    position: relative;
    height: 100%;
    margin: 0 auto;
    background-color: #fff;
    padding: 3.125rem 1.5625rem 2.8125rem; }
  .gs-pricing--style01 .gs-pricing__header {
    z-index: 1;
    position: relative;
    margin-bottom: 39px; }
  .gs-pricing--style01 .gs-pricing__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .gs-pricing--style01 .gs-pricing__amount {
    font-size: 55px;
    color: #d54c42;
    letter-spacing: 0;
    line-height: .8;
    margin: 0; }
  .gs-pricing--style01 .gs-pricing__currency {
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 0;
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-left: 3px; }
  .gs-pricing--style01 .gs-pricing__period {
    font-size: 15px;
    font-weight: 300;
    font-style: italic;
    margin-bottom: 0;
    color: #ababab;
    -ms-flex-item-align: end;
        align-self: flex-end; }
  .gs-pricing--style01 .gs-pricing__title {
    font-size: 24px;
    line-height: .8; }
  .gs-pricing--style01 .gs-pricing__features {
    font-size: 15px;
    max-width: 270px;
    margin: 29px auto 0; }
    .gs-pricing--style01 .gs-pricing__features li {
      position: relative;
      display: block;
      padding: 7px 0; }
      .gs-pricing--style01 .gs-pricing__features li i {
        font-size: 16px;
        margin-left: 5px; }
  .gs-pricing--style01 .gs-pricing__footer {
    padding-top: 20px; }
  .gs-pricing--style01 .gs-btn {
    width: 180px;
    max-width: 100%; }

.gs-pricing--style02 .gs-pricing__inner {
  position: relative;
  height: 100%;
  margin: 0 auto;
  background-color: #fff;
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
          box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
  padding: 25px 30px 37px; }

.gs-pricing--style02 .gs-pricing__header {
  z-index: 1;
  position: relative;
  margin-bottom: 26px; }

.gs-pricing--style02 .gs-pricing__price {
  margin-top: 33px;
  padding-top: 22px;
  color: #313131;
  border-top: 1px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.gs-pricing--style02 .gs-pricing__amount {
  font-size: 40px;
  line-height: 1;
  font-weight: 600;
  margin: 0; }

.gs-pricing--style02 .gs-pricing__currency {
  font-size: 40px;
  line-height: 1; }

.gs-pricing--style02 .gs-pricing__period {
  display: block;
  font-size: 15px;
  margin: 15px 0 0;
  color: #777; }

.gs-pricing--style02 .gs-pricing__title {
  font-size: 18px;
  line-height: .8; }

.gs-pricing--style02 .gs-pricing__features {
  font-size: 15px;
  margin: 15px 0 0; }
  .gs-pricing--style02 .gs-pricing__features li {
    position: relative;
    display: block;
    padding: 6px 0; }
    .gs-pricing--style02 .gs-pricing__features li i {
      font-size: 12px;
      margin-left: 14px; }

.gs-pricing--style02 .gs-pricing__footer {
  padding-top: 30px; }

.gs-pricing--style02 .gs-btn {
  width: 100%; }

/* Elementor: Icon Box
   ========================================================================== */
.elementor-widget-gs-icon-box .gs-icon-box {
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  position: relative;
  display: block;
  width: 100%;
  /**
         * Hover background
         */ }
  .elementor-widget-gs-icon-box .gs-icon-box:before {
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0; }
  .elementor-widget-gs-icon-box .gs-icon-box:hover:before {
    visibility: visible;
    opacity: 1; }
  .elementor-widget-gs-icon-box .gs-icon-box ul {
    margin: 0; }

.elementor-widget-gs-icon-box .gs-icon-box__wrapper {
  position: relative;
  z-index: 1;
  text-align: center; }

.elementor-widget-gs-icon-box .icon,
.elementor-widget-gs-icon-box .heading,
.elementor-widget-gs-icon-box .description,
.elementor-widget-gs-icon-box .icon-box-button {
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out; }

.elementor-widget-gs-icon-box .gs-icon__wrap,
.elementor-widget-gs-icon-box .gs-icon-box__heading_holder,
.elementor-widget-gs-icon-box .gs-icon-box__content {
  line-height: 0; }

.elementor-widget-gs-icon-box .heading,
.elementor-widget-gs-icon-box .description {
  display: inline-block; }

.elementor-widget-gs-icon-box .heading {
  font-size: 20px;
  margin-bottom: 0; }
  .elementor-widget-gs-icon-box .heading a {
    color: inherit; }

.elementor-widget-gs-icon-box .gs-icon-box .gs-icon {
  color: #333; }

.elementor-widget-gs-icon-box .gs-icon-box:hover .gs-icon-box__divider:after {
  width: 100%; }

.elementor-widget-gs-icon-box .gs-icon-box__divider-wrap {
  margin-top: 27px; }

.elementor-widget-gs-icon-box .gs-icon-box__divider {
  position: relative;
  height: 3px; }
  .elementor-widget-gs-icon-box .gs-icon-box__divider:before, .elementor-widget-gs-icon-box .gs-icon-box__divider:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0; }
  .elementor-widget-gs-icon-box .gs-icon-box__divider:before {
    width: 100%;
    height: 1px;
    top: 1px;
    background: #eee; }
  .elementor-widget-gs-icon-box .gs-icon-box__divider:after {
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    width: 0;
    height: 3px;
    right: 50%;
    -webkit-transform: translate(50%, 0);
        -ms-transform: translate(50%, 0);
            transform: translate(50%, 0);
    background: #111; }

.elementor-widget-gs-icon-box .gs-icon-box__heading_holder + .gs-icon-box__content {
  margin-top: 10px; }

.elementor-widget-gs-icon-box .description {
  font-size: 15px;
  line-height: 1.74; }

.elementor-widget-gs-icon-box .gs-icon-box__inner {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.elementor-widget-gs-icon-box .tm-button-wrapper {
  margin: 34px 0 0;
  line-height: 0; }

.elementor-widget-gs-icon-box.gs-icon-box-type01 .gs-icon-box {
  padding: 32px 37px 48px;
  background: #fff;
  -webkit-border-radius: 5px;
          border-radius: 5px; }
  .elementor-widget-gs-icon-box.gs-icon-box-type01 .gs-icon-box:hover {
    -webkit-box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
            box-shadow: 0 0 40px rgba(51, 51, 51, 0.1); }
  .elementor-widget-gs-icon-box.gs-icon-box-type01 .gs-icon-box .heading {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.34; }
  .elementor-widget-gs-icon-box.gs-icon-box-type01 .gs-icon-box .tm-button.style-text {
    color: #8c89a2; }

.elementor-widget-gs-icon-box.gs-icon-box-type01 .gs-icon,
.elementor-widget-gs-icon-box.gs-icon-box-type01 .gs-icon__inner {
  font-size: 56px; }

.elementor-widget-gs-icon-box.gs-icon-box-type01 .gs-icon-box__heading_holder + .gs-icon-box__content {
  margin-top: 18px; }

.elementor-widget-gs-icon-box.gs-icon-box-type02 .gs-icon-box {
  padding: 51px 35px 50px; }
  .elementor-widget-gs-icon-box.gs-icon-box-type02 .gs-icon-box:after {
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    pointer-events: none;
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    height: 3px;
    background: #111;
    opacity: 0;
    visibility: hidden; }
  .elementor-widget-gs-icon-box.gs-icon-box-type02 .gs-icon-box:hover {
    background: #fff;
    -webkit-box-shadow: 0 16px 40px #ededed;
            box-shadow: 0 16px 40px #ededed; }
    .elementor-widget-gs-icon-box.gs-icon-box-type02 .gs-icon-box:hover:after {
      opacity: 1;
      visibility: visible; }

.elementor-widget-gs-icon-box.gs-icon-box-type03 .gs-icon-box .gs-icon__inner,
.elementor-widget-gs-icon-box.gs-icon-box-type03 .gs-icon-box .gs-icon {
  font-size: 48px; }

.elementor-widget-gs-icon-box.gs-icon-box-type03 .gs-icon-box .heading {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5; }

.elementor-widget-gs-icon-box.gs-icon-box-type03 .gs-icon-box .gs-icon-box__content {
  margin-top: 12px; }

@media (min-width: 768px) {
  .elementor-widget-gs-icon-box.elementor-position-left .gs-icon-box__wrapper, .elementor-widget-gs-icon-box.elementor-position-right .gs-icon-box__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .elementor-widget-gs-icon-box.elementor-position-left .gs-icon__wrap, .elementor-widget-gs-icon-box.elementor-position-right .gs-icon__wrap {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .elementor-widget-gs-icon-box.elementor-position-left .gs-icon-box__heading_holder + .gs-icon-box__content, .elementor-widget-gs-icon-box.elementor-position-right .gs-icon-box__heading_holder + .gs-icon-box__content {
    margin-top: 17px; }
  .elementor-widget-gs-icon-box.elementor-position-left.gs-icon-box-type03 .gs-icon-box__heading_holder + .gs-icon-box__content, .elementor-widget-gs-icon-box.elementor-position-right.gs-icon-box-type03 .gs-icon-box__heading_holder + .gs-icon-box__content {
    margin-top: 10px; }
  .elementor-widget-gs-icon-box.elementor-position-right .gs-icon-box__wrapper {
    text-align: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .elementor-widget-gs-icon-box.elementor-position-right .gs-icon__wrap {
    margin-right: 20px; }
  .elementor-widget-gs-icon-box.elementor-position-right.gs-icon-box-type03 .gs-icon__wrap {
    margin-right: 35px; }
  .elementor-widget-gs-icon-box.elementor-position-left .gs-icon-box__wrapper {
    text-align: right;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .elementor-widget-gs-icon-box.elementor-position-left .gs-icon__wrap {
    margin-left: 20px; }
  .elementor-widget-gs-icon-box.elementor-position-left.gs-icon-box-type03 .gs-icon__wrap {
    margin-left: 35px; }
  .elementor-widget-gs-icon-box.elementor-position-top .gs-icon__wrap {
    margin-bottom: 24px; }
  .elementor-widget-gs-icon-box.elementor-vertical-align-top .gs-icon-box__wrapper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .elementor-widget-gs-icon-box.elementor-vertical-align-middle .gs-icon-box__wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .elementor-widget-gs-icon-box.elementor-vertical-align-bottom .gs-icon-box__wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; } }

@media (max-width: 767px) {
  .elementor-widget-gs-icon-box .gs-icon__wrap {
    margin-right: auto !important;
    margin-left: auto !important;
    margin-bottom: 15px; } }

@media (min-width: 768px) {
  .elementor-widget-gs-icon-box.gs-icon-box-type01 .gs-icon-box {
    padding: 41px 30px 25px; } }

/* Elementor: Image Gallery
   ========================================================================== */
.lightbox-enabled .gs-holder:hover .gs-holder-overlay {
  visibility: visible;
  opacity: .9; }

.lightbox-enabled .gs-holder {
  position: relative;
  display: block; }

.lightbox-enabled .gs-holder-overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  background: rgba(49, 49, 49, 0.8);
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out; }
  .lightbox-enabled .gs-holder-overlay > div {
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
    font-size: 36px;
    color: #fff; }

/* Elementor: Popup video
   ========================================================================== */
@-webkit-keyframes video-bounce-up {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); }
  25% {
    -webkit-transform: scale(1.15, 1.15);
            transform: scale(1.15, 1.15); }
  50% {
    -webkit-transform: scale(0.85, 0.85);
            transform: scale(0.85, 0.85); }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); } }
@keyframes video-bounce-up {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); }
  25% {
    -webkit-transform: scale(1.15, 1.15);
            transform: scale(1.15, 1.15); }
  50% {
    -webkit-transform: scale(0.85, 0.85);
            transform: scale(0.85, 0.85); }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); } }

.gs-popup-video {
  position: relative; }
  .gs-popup-video .gs-video {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .gs-popup-video .gs-video__poster {
    position: relative; }
  .gs-popup-video .gs-video__play {
    width: 90px;
    height: 90px;
    background: transparent;
    border: 3px solid #111;
    position: relative;
    -webkit-border-radius: 50%;
            border-radius: 50%; }
  .gs-popup-video .gs-video__play_icon {
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
    line-height: 1;
    margin-right: 2px;
    z-index: 2; }
    .gs-popup-video .gs-video__play_icon:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      -webkit-transform: translate(50%, -50%);
          -ms-transform: translate(50%, -50%);
              transform: translate(50%, -50%);
      border-top: 9px solid transparent;
      border-bottom: 9px solid transparent;
      border-left: 14px solid #111;
      -webkit-transition: all 0.25s ease-out;
      -o-transition: all 0.25s ease-out;
      transition: all 0.25s ease-out; }
  .gs-popup-video .gs-video__overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out; }
  .gs-popup-video .gs-video__caption {
    margin-top: 21px;
    font-size: 16px;
    font-style: italic;
    text-align: center; }
  .gs-popup-video.type-poster .gs-video__poster {
    -webkit-border-radius: 5px;
            border-radius: 5px; }
  .gs-popup-video.type-poster .gs-image {
    border: 0 solid transparent;
    position: relative;
    -webkit-border-radius: inherit;
            border-radius: inherit; }
    .gs-popup-video.type-poster .gs-image img {
      -webkit-border-radius: inherit;
              border-radius: inherit; }
  .gs-popup-video.type-poster .gs-video__play {
    border-color: #fff; }
  .gs-popup-video.type-poster .gs-video__play_icon:before {
    border-right-color: #fff; }
  .gs-popup-video.type-poster .gs-video__button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .gs-popup-video.type-poster.poster-full-wide .gs-video {
    display: block; }
  .gs-popup-video.type-poster.poster-full-wide .video-poster img {
    width: 100%; }
  .gs-popup-video.type-button {
    line-height: 0; }
    .gs-popup-video.type-button .gs-video:hover .gs-video__play {
      -webkit-animation: 1s video-bounce-up;
              animation: 1s video-bounce-up; }
    .gs-popup-video.type-button > a {
      display: inline-block;
      text-align: center; }

.gs-text-animate-line .gs-video:hover .gs-video__text:after {
  width: 100%;
  right: 0;
  left: auto; }

.gs-text-animate-line .gs-video__text {
  position: relative;
  padding-bottom: 5px;
  line-height: 1.3; }
  .gs-text-animate-line .gs-video__text:before, .gs-text-animate-line .gs-video__text:after {
    content: '';
    width: 0;
    height: 1px;
    position: absolute;
    right: auto;
    left: 0;
    bottom: 0;
    -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    -o-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    background: currentColor; }
  .gs-text-animate-line .gs-video__text:before {
    width: 100%;
    background: rgba(0, 0, 0, 0.2); }

.gs-popup-video-icon-position-top .gs-video__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.gs-popup-video-icon-position-top .gs-video__play {
  margin: 0 0 20px; }

.gs-popup-video-icon-position-left .gs-video__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.gs-popup-video-icon-position-left .gs-video__play {
  margin: 0 0 0 20px; }

.gs-popup-video-icon-position-right .gs-video__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }

.gs-popup-video-icon-position-right .gs-video__play {
  margin: 0 20px 0 0; }

/* Elementor: Contact form 7
   ========================================================================== */
.wpcf7 .wpcf7-response-output {
  margin: 30px 0 0;
  padding: 15px 20px;
  border: 0;
  color: #fff; }

.wpcf7 .wpcf7-validation-errors {
  background: #f0ad4e; }

.wpcf7 .wpcf7-mail-sent-ok {
  background: #5cb85c; }

.wpcf7 .wpcf7-not-valid-tip {
  margin-top: 5px;
  color: #d9534f;
  font-size: 12px; }

.gs-contact-form-7 .wpcf7-form br {
  display: none; }

.gs-contact-form-7 .form-item {
  position: relative; }
  .gs-contact-form-7 .form-item.has-icon .wpcf7-text,
  .gs-contact-form-7 .form-item.has-icon .wpcf7-date {
    padding-left: 40px; }

.gs-contact-form-7 .form-icon {
  font-size: 18px;
  color: #ccc;
  position: absolute;
  top: 14px;
  left: 17px;
  line-height: 0; }

.gs-contact-form-7 .wpcf7-textarea {
  height: 150px; }

.gs-contact-form-7 .ajax-loader {
  display: none !important; }

.gs-contact-form-7 .form-submit {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.gs-button-align-start .form-submit {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.gs-button-align-center .form-submit {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.gs-button-align-end .form-submit {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.gs-button-align-stretch .form-submit input[type='submit'],
.gs-button-align-stretch .form-submit button {
  text-align: center;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%; }

/* Elementor: Mailchimp
   ========================================================================== */
.gs-mailchimp-form .form-title,
.gs-mailchimp-form .form-description {
  display: none; }

.gs-mailchimp-form input[type='email']::-webkit-input-placeholder {
  color: inherit; }

.gs-mailchimp-form input[type='email']:-moz-placeholder {
  color: inherit; }

.gs-mailchimp-form input[type='email']::-moz-placeholder {
  color: inherit; }

.gs-mailchimp-form input[type='email']:-ms-input-placeholder {
  color: inherit; }

.gs-mailchimp-form .button-icon:before {
  content: '\f178'; }

.gs-mailchimp-form-style-01 .form-item-wrap {
  position: relative; }

.gs-mailchimp-form-style-01 input[type='email'] {
  background: transparent;
  padding-left: 100px;
  padding-right: 45px; }

.gs-mailchimp-form-style-01 .form-input {
  border: 1px solid rgba(129, 129, 129, 0.2); }
  .gs-mailchimp-form-style-01 .form-input:focus {
    border-color: rgba(0, 0, 0, 0.2); }

.gs-mailchimp-form-style-01 .form-icon {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 15px;
  font-size: 18px;
  height: 48px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #313131; }

.gs-mailchimp-form-style-01 p {
  font-size: 13px;
  margin: 10px 0; }

.gs-mailchimp-form-style-01 .form-submit {
  border: 0 !important;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  padding: 0 20px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  color: #313131; }
  .gs-mailchimp-form-style-01 .form-submit svg {
    stroke: currentColor; }

.gs-mailchimp-form-style-01 .form-description {
  margin-top: 24px; }

.gs-mailchimp-form-style-01 .button-icon {
  display: none; }

.molino-mailchimp-form-style-02 .form-item-wrap {
  position: relative; }

.molino-mailchimp-form-style-02 input[type='email'] {
  padding-right: 0;
  padding-left: 65px;
  min-height: 50px;
  border: 0;
  -webkit-border-radius: 0;
          border-radius: 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0.25);
  background: none;
  font-size: 24px;
  color: #333; }
  .molino-mailchimp-form-style-02 input[type='email']:focus {
    background: none; }

.molino-mailchimp-form-style-02 .form-submit {
  border: 0 !important;
  -webkit-border-radius: 0;
          border-radius: 0;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 100%;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  color: #333; }

.molino-mailchimp-form-style-02 .button-icon {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-size: 30px; }

.molino-mailchimp-form-style-02 .form-description {
  color: #fff;
  margin-top: 24px; }

.molino-mailchimp-form-style-02 .button-text {
  display: none; }

/* Elementor: Image Box
   ========================================================================== */
.gs-image-box {
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  position: relative;
  display: block;
  width: 100%; }
  .gs-image-box:before {
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0; }
  .gs-image-box:hover:before {
    visibility: visible;
    opacity: 1; }
  .gs-image-box .gs-image-box__wrap {
    position: relative;
    z-index: 1; }
  .gs-image-box .image {
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    display: inline-block; }
  .gs-image-box .gs-image-box__content {
    width: 100%; }
  .gs-image-box .gs-image-box__title {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 0; }
  .gs-image-box .gs-image-box__description {
    line-height: 1.6;
    margin-top: 14px; }
  .gs-image-box.style-01 {
    padding: 38px 30px 29px;
    background: #fff; }
    .gs-image-box.style-01:hover {
      z-index: 1;
      -webkit-box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
              box-shadow: 0 0 40px rgba(51, 51, 51, 0.1); }
  .gs-image-box.style-02 .image {
    margin-bottom: 17px; }
  .gs-image-box.style-02:hover .gs-image-box__title {
    padding-right: 20px; }
    .gs-image-box.style-02:hover .gs-image-box__title:before {
      right: 0;
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1);
      -webkit-transition: right .2s ease-out,left .2s ease-out,-webkit-transform .2s ease-out 80ms;
      transition: right .2s ease-out,left .2s ease-out,-webkit-transform .2s ease-out 80ms;
      -o-transition: right .2s ease-out,left .2s ease-out,transform .2s ease-out 80ms;
      transition: right .2s ease-out,left .2s ease-out,transform .2s ease-out 80ms;
      transition: right .2s ease-out,left .2s ease-out,transform .2s ease-out 80ms,-webkit-transform .2s ease-out 80ms; }
  .gs-image-box.style-02 .gs-image-box__title {
    position: relative;
    font-size: 20px;
    line-height: 1.625;
    -webkit-transition: padding .2s ease-out;
    -o-transition: padding .2s ease-out;
    transition: padding .2s ease-out; }
    .gs-image-box.style-02 .gs-image-box__title:before {
      background: #d54c42;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      content: '';
      height: 10px;
      right: -26px;
      position: absolute;
      top: calc(50% - 5px);
      -webkit-transform: scale(0);
          -ms-transform: scale(0);
              transform: scale(0);
      -webkit-transition: right .2s ease-out,left .2s ease-out,-webkit-transform .2s ease-out;
      transition: right .2s ease-out,left .2s ease-out,-webkit-transform .2s ease-out;
      -o-transition: right .2s ease-out,left .2s ease-out,transform .2s ease-out;
      transition: right .2s ease-out,left .2s ease-out,transform .2s ease-out;
      transition: right .2s ease-out,left .2s ease-out,transform .2s ease-out,-webkit-transform .2s ease-out;
      width: 10px; }

/* Elementor: Blog
   ========================================================================== */
.gs-blog .post-thumbnail {
  position: relative; }
  .gs-blog .post-thumbnail img {
    -webkit-border-radius: inherit;
            border-radius: inherit;
    width: 100%; }

.gs-blog-metro .post-thumbnail {
  width: 100%;
  height: 100%; }
  .gs-blog-metro .post-thumbnail img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

/* Metro */
.gs-blog-metro .gs-post-item__content {
  padding: 20px; }

.gs-blog-metro .gs-post-meta {
  padding: 0 20px 20px; }

.gs-blog-metro.gs-blog-content-overlay-float-02 .gs-post-item__inner, .gs-blog-metro.gs-blog-content-overlay-float .gs-post-item__inner {
  border: none; }

/* Overlay Style */
.gs-blog .gs-post-overlay-bg,
.gs-blog .gs-post-overlay__content {
  pointer-events: none; }

.gs-blog .gs-post-overlay__title {
  margin-bottom: 6px;
  font-size: 26px;
  line-height: 1.6;
  color: #fff; }
  .gs-blog .gs-post-overlay__title a {
    font-size: inherit;
    color: inherit; }

.gs-blog .gs-post-overlay__meta {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px; }
  .gs-blog .gs-post-overlay__meta a {
    color: #fff; }

.gs-blog .gs-post-overlay__meta {
  font-size: 14px; }
  .gs-blog .gs-post-overlay__meta a {
    -webkit-transition: color 0.25s ease-out;
    -o-transition: color 0.25s ease-out;
    transition: color 0.25s ease-out; }
  .gs-blog .gs-post-overlay__meta > div {
    display: inline-block;
    padding: 0 2px;
    margin-top: 5px; }

.gs-blog-content-overlay-float .gs-post-overlay-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-border-radius: inherit;
          border-radius: inherit;
  background-color: rgba(49, 49, 49, 0.45);
  -webkit-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease; }

.gs-blog-content-overlay-float .gs-holder:hover .gs-post-overlay-bg {
  background-color: rgba(49, 49, 49, 0.65); }

.gs-blog-content-overlay-float .gs-post-overlay__content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px;
  text-align: center; }

.gs-blog-content-overlay-float .post-overlay-content {
  z-index: 1; }

.gs-blog-content-overlay-float .post-overlay-categories {
  z-index: 2; }

.gs-blog-content-overlay-float-02 .gs-post-overlay-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-border-radius: inherit;
          border-radius: inherit;
  background-image: -webkit-gradient(linear, right top, right bottom, from(transparent), color-stop(50%, transparent), to(rgba(0, 0, 0, 0.8)));
  background-image: -webkit-linear-gradient(top, transparent 0%, transparent 50%, rgba(0, 0, 0, 0.8) 100%);
  background-image: -o-linear-gradient(top, transparent 0%, transparent 50%, rgba(0, 0, 0, 0.8) 100%);
  background-image: linear-gradient(-180deg, transparent 0%, transparent 50%, rgba(0, 0, 0, 0.8) 100%);
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out; }

.gs-blog-content-overlay-float-02 .gs-post-overlay__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px; }

/* Zig Zag */
.gs-blog-zigzag .gs-grid {
  display: grid;
  grid-template-columns: 270px minmax(270px, 500px) 270px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-gap: 50px 30px;
  grid-auto-flow: column; }

.gs-blog-zigzag .gs-post-item__inner {
  min-height: auto; }

.gs-blog-zigzag .gs-post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px; }

.gs-blog-zigzag .grid-item {
  min-width: 0; }
  .gs-blog-zigzag .grid-item:nth-child(3n + 1) {
    margin: 162px 0 0; }
  .gs-blog-zigzag .grid-item:nth-child(3n + 2) {
    margin: 55px 0 0;
    grid-column-end: 4; }
  .gs-blog-zigzag .grid-item:nth-child(3n + 3) {
    grid-column-end: 3; }

.gs-blog-zigzag .post-wrapper {
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0 14px 59px rgba(0, 0, 0, 0.12);
          box-shadow: 0 14px 59px rgba(0, 0, 0, 0.12);
  overflow: hidden; }

.gs-blog-zigzag .gs-post-item__content {
  padding: 26px 20px 32px; }

.gs-blog-zigzag .post-thumbnail {
  position: relative; }
  .gs-blog-zigzag .post-thumbnail img {
    width: 100%; }

.gs-blog-zigzag .post-title {
  font-size: 20px;
  line-height: 1.5; }

.gs-blog-zigzag .post-categories {
  font-size: 15px;
  color: #8c89a2;
  margin: 0 0 4px; }

.gs-blog-zigzag .post-meta {
  font-size: 14px;
  font-style: normal;
  margin: 13px 0 0; }

.gs-blog-zigzag .highlight-item .gs-post-item__inner {
  -webkit-box-shadow: none;
          box-shadow: none; }

.gs-blog-zigzag .highlight-item .post-thumbnail:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  pointer-events: none;
  -webkit-border-radius: inherit;
          border-radius: inherit;
  background-image: -webkit-gradient(linear, right top, right bottom, from(transparent), to(rgba(0, 0, 0, 0.3)));
  background-image: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
  background-image: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
  background-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.3) 100%); }

.gs-blog-zigzag .highlight-item .post-thumbnail img {
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover; }

.gs-blog-zigzag .highlight-item .gs-post-item__category {
  color: #fff;
  margin: 0 0 8px; }
  .gs-blog-zigzag .highlight-item .gs-post-item__category a {
    color: currentColor; }
    .gs-blog-zigzag .highlight-item .gs-post-item__category a:hover {
      color: #fff; }

.gs-blog-zigzag .highlight-item .gs-post-item__title {
  font-size: 34px;
  line-height: 1.42;
  color: #fff; }
  .gs-blog-zigzag .highlight-item .gs-post-item__title a:hover {
    color: #fff; }

.gs-blog-zigzag .highlight-item .gs-post-meta {
  color: #fff;
  margin: 7px 0 0; }
  .gs-blog-zigzag .highlight-item .gs-post-meta a {
    color: #fff; }

.gs-blog-zigzag .highlight-item .gs-post-item__content {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 20px 38px 54px; }

.elementor-widget-gs-testimonial-grid.type-img-inline .gs-testimonial-item__avatar {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 0 0 20px; }

.elementor-widget-gs-testimonial-grid.type-img-inline .gs-testimonial-item__author {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: right; }

.elementor-widget-gs-testimonial-grid.type-img-inline.align-right .gs-testimonial-item__author {
  text-align: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }

.elementor-widget-gs-testimonial-grid.type-img-inline.align-right .gs-testimonial-item__avatar {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 20px 0 0; }

.elementor-widget-gs-testimonial-grid.type-img-inline.align-right .gs-testimonial-item {
  text-align: left; }

.elementor-widget-gs-testimonial-grid.type-img-stacked .gs-testimonial-item__avatar {
  margin: 0 0 28px; }

.elementor-widget-gs-testimonial-grid.type-img-stacked .gs-testimonial-item__author {
  display: inline-block; }

.elementor-widget-gs-testimonial-grid.type-img-above .gs-testimonial-item__avatar {
  margin-bottom: 20px; }

.elementor-widget-gs-testimonial-grid.type-img-above .cite {
  display: block;
  margin-top: 46px; }

.elementor-widget-gs-testimonial-grid.image-position-above .gs-testimonial-item__author {
  padding: 0 0 19px; }

.elementor-widget-gs-testimonial-grid.image-position-below .gs-testimonial-item__author {
  padding: 19px 0 0; }

.elementor-widget-gs-testimonial-grid.image-position-bottom .gs-testimonial-item__holder {
  height: 100%; }

.elementor-widget-gs-testimonial-grid.image-position-bottom .gs-testimonial-item__inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  width: 100%; }

.elementor-widget-gs-testimonial-grid.image-position-bottom .gs-testimonial-item__content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.elementor-widget-gs-testimonial-grid.image-position-bottom .gs-testimonial-item__author {
  padding: 60px 0 0;
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.elementor-widget-gs-testimonial-grid.image-position-bottom.align-center .gs-testimonial-item__author {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.elementor-widget-gs-testimonial-grid .style-01 .gs-testimonial-item {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 100%; }

.elementor-widget-gs-testimonial-grid .style-01.align-left {
  text-align: right; }

.elementor-widget-gs-testimonial-grid .style-01.align-right {
  text-align: left; }

.elementor-widget-gs-testimonial-grid .style-01 .gs-testimonial-item__holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.elementor-widget-gs-testimonial-grid .style-01 .gs-testimonial-item__inner {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 100%; }

.elementor-widget-gs-testimonial-grid .style-01 .thumbnail {
  margin-bottom: 38px; }

.elementor-widget-gs-testimonial-grid .style-01 .gs-testimonial-item__avatar img {
  width: 90px;
  height: 90px;
  -webkit-border-radius: 50%;
          border-radius: 50%; }

.elementor-widget-gs-testimonial-grid .style-01 .gs-testimonial-item__text {
  font-style: italic; }

.elementor-widget-gs-testimonial-grid .style-01 .cite {
  font-style: normal; }

.elementor-widget-gs-testimonial-grid .style-01 .gs-testimonial-item__title {
  font-size: 21px;
  margin-bottom: 14px; }

.elementor-widget-gs-testimonial-grid .style-01 .gs-testimonial-item__rating {
  font-size: 12px;
  color: #f5a623;
  letter-spacing: 4px;
  margin-bottom: 10px; }

.elementor-widget-gs-testimonial-grid .style-01 .name {
  display: block;
  font-size: 18px;
  line-height: 1.34;
  margin-bottom: 0; }

.elementor-widget-gs-testimonial-grid .style-01 .position {
  display: block;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0;
  margin-top: 6px; }

.elementor-widget-gs-testimonial-grid .style-02 .gs-testimonial-item {
  position: relative;
  display: block;
  overflow: hidden; }
  .elementor-widget-gs-testimonial-grid .style-02 .gs-testimonial-item.align-left {
    text-align: right; }
  .elementor-widget-gs-testimonial-grid .style-02 .gs-testimonial-item.align-right {
    text-align: left; }
  .elementor-widget-gs-testimonial-grid .style-02 .gs-testimonial-item .gs-testimonial-item__holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: white;
    border: 1px solid rgba(129, 129, 129, 0.2);
    height: 100%;
    background: url("../images/quote.svg") no-repeat 5% 5%; }
  .elementor-widget-gs-testimonial-grid .style-02 .gs-testimonial-item .gs-testimonial-item__inner {
    padding-top: 13%;
    padding-left: 13%;
    padding-right: 13%;
    margin-bottom: 13%;
    overflow: hidden; }
  .elementor-widget-gs-testimonial-grid .style-02 .gs-testimonial-item .thumbnail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 400px;
    overflow: hidden; }
    .elementor-widget-gs-testimonial-grid .style-02 .gs-testimonial-item .thumbnail img {
      width: auto;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .elementor-widget-gs-testimonial-grid .style-02 .gs-testimonial-item .gs-testimonial-item__avatar {
    margin: 0 0 20px; }
    .elementor-widget-gs-testimonial-grid .style-02 .gs-testimonial-item .gs-testimonial-item__avatar img {
      width: 60px;
      height: 60px;
      -webkit-border-radius: 50%;
              border-radius: 50%; }
  .elementor-widget-gs-testimonial-grid .style-02 .gs-testimonial-item .gs-testimonial-item__text {
    font-style: normal;
    font-size: 17px;
    line-height: 1.6;
    color: #83878A; }
  .elementor-widget-gs-testimonial-grid .style-02 .gs-testimonial-item .cite {
    font-style: normal; }
  .elementor-widget-gs-testimonial-grid .style-02 .gs-testimonial-item .gs-testimonial-item__title {
    font-size: 20px;
    margin-bottom: 14px;
    line-height: 1;
    margin-top: 10px; }
  .elementor-widget-gs-testimonial-grid .style-02 .gs-testimonial-item .gs-testimonial-item__rating {
    font-size: 12px;
    color: #f5a623;
    letter-spacing: 4px;
    margin-bottom: 10px; }
  .elementor-widget-gs-testimonial-grid .style-02 .gs-testimonial-item .name {
    display: block;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 0;
    margin-top: 45px; }
  .elementor-widget-gs-testimonial-grid .style-02 .gs-testimonial-item .position {
    display: block;
    font-size: 15px;
    font-weight: 400;
    margin-top: 12px;
    line-height: 1.2;
    color: #7e7e7e; }

/* Elementor: Product Categories
   ========================================================================== */
.gs-product-categories .gs-product-category__holder {
  height: 100%;
  position: relative;
  display: block; }

.gs-categories-minimal .gs-product-categories .gs-product-category__holder {
  background: #f8f8f8;
  text-align: center; }

.gs-categories-minimal .gs-product-categories .gs-product-category__name {
  position: absolute;
  bottom: 15px;
  right: 0;
  background: #fff;
  padding: 10px 20px;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  font-size: 20px;
  font-weight: 400;
  margin: 12px 0; }

.gs-categories-expanded .gs-product-categories .gs-product-category-title {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 22px;
  padding-top: 1.875rem;
  padding-right: 1.875rem;
  margin: 0; }

.gs-categories-expanded .gs-product-categories .gs-product-category-label {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #83878A;
  display: inline-block;
  margin-right: 1.875rem;
  margin-bottom: 1.875rem;
  font-size: 14px;
  -webkit-box-shadow: 0px 1px 4px rgba(100, 100, 100, 0.1);
          box-shadow: 0px 1px 4px rgba(100, 100, 100, 0.1);
  background: #fff;
  padding: 6px 10px; }

/* Elementor: Product List
   ========================================================================== */
.gs-product-list {
  margin: 0;
  padding: 0; }
  .gs-product-list li {
    list-style-type: none; }
  .gs-product-list .gs-product-list__link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative; }
    .gs-product-list .gs-product-list__link:before {
      margin-left: 10px; }
  .gs-product-list .gs-product-list__title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 0;
    color: inherit;
    -webkit-transition: color 0.25s ease-out;
    -o-transition: color 0.25s ease-out;
    transition: color 0.25s ease-out; }

.gs-product-list-type-01 .gs-product-list .gs-product-list__link:before {
  content: '\f111';
  font-size: 4px;
  top: 10px; }

.gs-product-list-type-02 .gs-product-list .gs-product-list__link:before {
  content: "\f178";
  top: 6px; }

/* Elementor: Product carousel
   ========================================================================== */
/* Elementor: Widget nav menu
   ========================================================================== */
.elementor-widget-wp-widget-nav_menu ul,
.elementor-widget-wp-widget-grada-menu-widget ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

/* Comments
   ========================================================================== */
/* Comment Form */
.comment-respond h3 {
  font-size: 24px;
  margin-bottom: 32px; }
  .gs-review-form-popup .comment-respond h3 {
    margin-bottom: 1.25rem; }

.comment-form {
  clear: both;
  overflow: hidden; }
  .comment-form > p {
    display: block;
    float: right;
    width: 100%;
    margin: 0 0 1rem;
    padding: 0; }
  .comment-form p.comment-form-author, .comment-form p.comment-form-email, .comment-form p.form-row-first, .comment-form p.form-row-last {
    width: 48%; }
  .comment-form p.comment-form-email, .comment-form p.form-row-last {
    float: left; }

/* Overlay
   ========================================================================== */
.gs-overlay {
  position: fixed;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.8s cubic-bezier(0.2, 1, 0.3, 1), visibility 0.8s cubic-bezier(0.2, 1, 0.3, 1);
  -o-transition: opacity 0.8s cubic-bezier(0.2, 1, 0.3, 1), visibility 0.8s cubic-bezier(0.2, 1, 0.3, 1);
  transition: opacity 0.8s cubic-bezier(0.2, 1, 0.3, 1), visibility 0.8s cubic-bezier(0.2, 1, 0.3, 1); }
  .gs-overlay.is-visible {
    opacity: 1;
    visibility: visible; }
  .gs-overlay.is-clickable {
    pointer-events: auto;
    cursor: pointer; }

/* Gutenberg: Blocks
   ========================================================================== */
/* Gutenberg Block: Button
   ========================================================================== */
.wp-block-button {
  margin-bottom: 30px; }
  .wp-block-button .wp-block-button__link {
    padding: 0.9375rem 2.5rem;
    border-color: #313131;
    background-color: #313131; }
  .wp-block-button.is-style-squared .wp-block-button__link {
    -webkit-border-radius: 0;
            border-radius: 0; }
  .wp-block-button.is-style-outline .wp-block-button__link {
    border-color: currentColor !important;
    background-color: transparent;
    padding: 14px 41px; }
    .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color) {
      color: inherit; }

/* Gutenberg Block: Calendar
   ========================================================================== */
.wp-block-calendar {
  overflow-x: auto; }
  .wp-block-calendar a {
    text-decoration: none; }
  .wp-block-calendar td, .wp-block-calendar th {
    padding: 5px; }
  .wp-block-calendar table caption {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 14px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #111; }
  .wp-block-calendar #today {
    color: #fff; }
    .wp-block-calendar #today a {
      color: inherit; }
  .wp-block-calendar tfoot td {
    border: 1px solid rgba(0, 0, 0, 0.08); }
  .wp-block-calendar tfoot a {
    color: #111; }

/* Gutenberg block: Search
   ========================================================================== */
.wp-block-search label {
  display: none; }

.wp-block-search .wp-block-search__input {
  border: 2px solid transparent; }

.wp-block-search .wp-block-search__button {
  font-size: 16px;
  padding: 0.9375rem 2.5rem;
  color: #ffffff;
  background-color: #242424;
  border-color: #242424;
  padding: 0.9375rem;
  margin-right: 0; }
  .wp-block-search .wp-block-search__button:hover {
    color: #ffffff;
    border-color: #d54c42;
    background-color: #d54c42; }

@media (max-width: 767px) {
  .wp-block-search {
    display: block; }
    .wp-block-search .wp-block-search__input {
      width: 100%; }
    .wp-block-search .wp-block-search__button {
      margin-right: 0;
      margin-top: 10px; } }

/* Gutenberg block: Quote
   ========================================================================== */
.wp-block-quote {
  border: none; }

.wp-block-column .wp-block-quote {
  margin: 0 0 30px; }

/* Gutenberg block: Tag-cloud
   ========================================================================== */
.tagcloud,
.wp-block-tag-cloud {
  display: inline;
  vertical-align: middle;
  color: #83878A; }
  .tagcloud > span,
  .wp-block-tag-cloud > span {
    display: inline;
    vertical-align: middle;
    margin-left: 10px; }
  .tagcloud a,
  .wp-block-tag-cloud a {
    font-size: 15px !important;
    padding: 0 10px 3px;
    display: inline-block;
    margin: 0px 0px 10px 10px;
    background-color: #f2f2f2;
    color: inherit;
    text-align: center;
    text-decoration: none;
    -webkit-transition: color .2s ease, background .2s ease;
    -o-transition: color .2s ease, background .2s ease;
    transition: color .2s ease, background .2s ease; }
    .tagcloud a:hover,
    .wp-block-tag-cloud a:hover {
      background: #313131;
      color: #ffffff; }
    .tagcloud a:last-of-type,
    .wp-block-tag-cloud a:last-of-type {
      margin-left: 0; }

/* Gutenberg block: Separator
   ========================================================================== */
.wp-block-separator {
  border: 0;
  height: 2px;
  background: #313131; }
  .wp-block-separator.is-style-wide {
    height: 1px; }
  .wp-block-separator.is-style-dots {
    color: #313131; }

/* Gutenberg block: Table
   ========================================================================== */
.wp-block-table {
  margin: 0; }

/* Gutenberg Block: Embeds
   ========================================================================== */
.wp-block-embed {
  margin: 0 0 40px; }
  .wp-block-embed.is-type-video .wp-block-embed__wrapper:before {
    display: none !important; }
  .wp-block-embed.is-type-video .embed-responsive {
    margin: 0; }

/* Gutenberg Block: Button
   ========================================================================== */
.wp-block-cover,
.wp-block-cover-image {
  color: #fff; }
  .wp-block-cover a,
  .wp-block-cover-image a {
    color: #fff; }
    .wp-block-cover a:hover,
    .wp-block-cover-image a:hover {
      color: #fff;
      text-decoration: underline; }

/* Custom Styles
========================================================================== */
.swiper-slide {
	display: none;
}
.swiper-container-initialized .swiper-slide {
	display: block;
}
.wpcf7 .wpcf7-spinner {
	margin-left: -48px;
	vertical-align: middle;
}
.wpcf7 .wpcf7-response-output {
	color: inherit;
}
.gs-header-categories__menu ul > li > a,
ul.menu.site-header-menu > li > a {
	font-weight: 700;
}
.select2-container--default .select2-results>.select2-results__options {
	padding-left: 7px;
	margin-left: -9px;
}
.select2-container--default .select2-results>.select2-results__options .select2-results__option {
	padding-right: 0;
	padding-left: 0;
}
.woocommerce .gs-single-product .woocommerce-tabs ul.tabs {
	padding-top: 2.25rem;
}
.woocommerce .gs-single-product .woocommerce-tabs ul.tabs>li a {
	font-weight: 700;
}
input[type='submit'],
input[type='button'],
button,
.button {
	font-family: inherit;
}
.gs-header-search #gs-header-search-input {
    color: inherit;
}
.gs-entry-header-page__inner {
	border-bottom-style: solid;
}
.site-search-popup .search-form {
	color: #83878A;
}
.site-search-popup .search-form.active {
	color: #313131;
}

@media (max-width: 767px){
	.gs-top-bar--right .gs-top-bar__holder,
	.gs-top-bar--left .gs-top-bar__holder,
	.gs-top-bar--center .gs-top-bar__holder {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media (max-width: 991px){
	.gs-site-header-holder .site-header-tools > .gs-login-icon,
	.gs-site-header-holder .site-header-tools > .gs-wishlist-icon,
	.gs-site-header-holder .site-header-tools > .header-shopping-cart {
		display: flex !important;
	}
}

@media (max-width: 575px){
	.gs-site-header-holder .site-header-tools > * {
		margin-right: 15px;
	}
}

@media (max-width: 439px){
	.gs-site-header-holder .site-header-tools > .gs-wishlist-icon {
		display: none !important;
	}
	.gs-site-header-holder .site-header-tools {
		margin-left: -10px;
	}
	.gs-site-header-holder .site-header-tools > * {
		margin-right: 10px;
	}
	.gs-site-header-holder .site-header-tools svg {
		width: 28px;
	}
}

body {
	overflow-wrap: normal;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
}

body .header-phone__info__text {
	font-weight: bold;
	display: inline-block;
}

body .header-shopping-cart .cart-number {
	min-width: 19px;
	text-align: center;
}

body .fab {
	font-family: "Font Awesome 5 Brands";
}

body .fa,
body .fal,
body .far,
body .fas {
	font-family: "Font Awesome 5 Pro";
}

body nav.woocommerce-breadcrumb a {
    color: #a3a3a3;
}

body nav.woocommerce-breadcrumb .delimiter {
    color: #a3a3a3;
}

body .widget.widget_price_filter form .price_slider_wrapper .price_slider_amount input {
    display: none;
}

body .gs-mobile-menu-trigger .burger-icon {
	cursor: pointer;
	-webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
	width: 40px;
    height: 40px;
    padding: 10px;
	margin-top: -2px;
}

body .gs-mobile-menu-trigger.is-active .burger-icon {
	margin-top: 4px;
}

body .gs-mobile-menu-trigger .burger-icon__line {
	margin-top: -6px;
}

body .gs-mobile-menu-trigger .burger-icon__line,
body .gs-mobile-menu-trigger .burger-icon__line:before,
body .gs-mobile-menu-trigger .burger-icon__line:after {
	background: currentColor;
}

body.woocommerce ul.products .product,
body.woocomemrce-page ul.products .product,
body .gs-shop-products ul.products .product {
	margin-bottom: 1.3rem;
}

body .price .woocommerce-Price-amount::before,
body .price .woocommerce-Price-amount::after,
body .gs-header-search .autocomplete-suggestion .suggestion-price .amount::before,
body .gs-header-search .autocomplete-suggestion .suggestion-price .amount::after {
	content: " ";
}

body.woocommerce-cart .woocommerce-cart-form .shop_table.cart tbody tr td.product-details .woocommerce-Price-amount {
	text-align: left;
	margin-right: 5px;
}

body.woocommerce-cart .woocommerce-cart-form .shop_table.cart tbody tr td.product-details .woocommerce-Price-amount span {
	display: inline-block;
}

body .button {
    overflow: hidden;
}

body .gs-comments .gs-comments-list .gs-comment .gs-comment-body {
    padding-bottom: 0;
}

body .gs-swiper .swiper-nav-button {
	user-select: none;
}

body .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: inherit;
}

body .mini-cart-list .cart-item-title {
    margin-left: 20px;
}

body .mini-cart-list .shop-mini-cart-item .blockOverlay {
	height: calc(100% - 14px) !important;
}

body .gs-overlay.is-clickable {
	cursor: default;
}

@media (min-width: 1200px) {
	body.woocommerce ul.products .product,
	body.woocomemrce-page ul.products .product,
	body .gs-shop-products ul.products .product {
		margin-bottom: 0.8rem;
	}
}

@media (max-width: 991px) {
	body .woocommerce-MyAccount-content {
		margin-top: 30px;
	}
	body .thumbs-vertical .woocommerce-product-gallery__wrapper {
		padding-right: 20px;
	}
	body .thumbs-vertical .woocommerce-product-gallery .flex-direction-nav .flex-nav-prev {
		right: 93px;
	}
}

@media (max-width: 767px) {
	body .woocommerce-MyAccount-content table.shop_table_responsive thead {
		display: none;
	}
	body .woocommerce-MyAccount-content table.shop_table_responsive tr {
		display: block;
		border-top: 1px solid rgba(129, 129, 129, 0.2);
	}
	body .woocommerce-MyAccount-content table.shop_table_responsive tr:first-child {
		border-top: 0;
	}
	body .woocommerce-MyAccount-content table.shop_table_responsive tr td {
		display: block;
		text-align: left !important;
		padding: 6px 0;
	}
	body .woocommerce-MyAccount-content table.shop_table_responsive tr td:first-child {
		padding-top: 20px;
	}
	body .woocommerce-MyAccount-content table.shop_table_responsive tr:first-child td:first-child {
		padding-top: 0;
	}
	body .woocommerce-MyAccount-content table.shop_table_responsive tr td:last-child {
		padding-bottom: 20px;
	}
	body .woocommerce-MyAccount-content table.shop_table_responsive tr:last-child td:last-child {
		padding-bottom: 0;
	}
	body .woocommerce-MyAccount-content table.shop_table_responsive tr td::before {
		content: attr(data-title) ": ";
		font-weight: 700;
		float: right;
	}
	body .thumbs-vertical .woocommerce-product-gallery__wrapper {
		padding-right: 0;
	}
	body .thumbs-vertical .woocommerce-product-gallery .flex-direction-nav .flex-nav-prev {
		right: 0;
	}
	body .woocommerce-product-gallery .gs-product-video-link {
		left: 20px;
	}
	body #gs-quick-view .molino-scroll-content {
		padding: 0 20px 40px;
	}
}

@media (max-width: 575px) {
	body .woocommerce-form-track-order .form-row {
		width: 100%;
	}
	body .gs-shop-header .woocommerce-ordering select,
	body .gs-shop-header .woocommerce-ordering .select2 {
		width: 100% !important;
	}
	body .gs-comments {
		margin-top: 2rem;
		margin-bottom: -1rem;
	}
}

@media (max-width: 439px) {
	body.woocommerce-cart .woocommerce-cart-form .shop_table.cart tbody tr td.actions .coupon {
		flex-direction: column;
	}
	body.woocommerce-cart .woocommerce-cart-form .shop_table.cart tbody tr td.actions .coupon input#coupon_code {
		margin-left: 0;
	}
	body.woocommerce-cart .woocommerce-cart-form .shop_table.cart tbody tr td.actions .coupon:before {
		top: 20px;
	}
	body .woocommerce-Reviews .star-rating span {
		margin-left: 1px;
	}
	body .woocommerce-Reviews .commentlist .review .comment_container img {
		width: 3rem;
		height: 3rem;
	}
	body .growl.growl-large {
		width: calc(100vw - 60px);
	}
}
