﻿/*@font-face {
    font-family: 'SecondaryFont';
    src: url('/fonts/Gotham/Gotham Book/Gotham-Book.eot');
    src: url('/fonts/Gotham/Gotham Book/Gotham-Book.eot?#iefix') format('embedded-opentype'), url('/fonts/Gotham/Gotham Book/Gotham-Book.woff2') format('woff2'), url('/fonts/Gotham/Gotham Book/Gotham-Book.woff') format('woff'), url('/fonts/Gotham/Gotham Book/Gotham-Book.ttf') format('truetype'), url('/fonts/Gotham/Gotham Book/Gotham-Book.svg#Gotham-Book') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PrimaryFontMedium';
    src: url('/fonts/Gotham/Gotham Medium/Gotham-Medium.eot');
    src: url('/fonts/Gotham/Gotham Medium/Gotham-Medium.eot?#iefix') format('embedded-opentype'), url('/fonts/Gotham/Gotham Medium/Gotham-Medium.woff2') format('woff2'), url('/fonts/Gotham/Gotham Medium/Gotham-Medium.woff') format('woff'), url('/fonts/Gotham/Gotham Medium/Gotham-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PrimaryFont';
    src: url('/fonts/Gotham/Gotham Black/Gotham-Black.eot');
    src: url('/fonts/Gotham Black/Gotham-Black.eot?#iefix') format('embedded-opentype'), url('/fonts/Gotham/Gotham Black/Gotham-Black.woff2') format('woff2'), url('/fonts/Gotham/Gotham Black/Gotham-Black.woff') format('woff'), url('/fonts/Gotham/Gotham Black/Gotham-Black.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PrimaryFontBold';
    src: url('/fonts/Gotham/Gotham Bold/Gotham-Bold.eot');
    src: url('/fonts/Gotham/Gotham Bold/Gotham-Bold.eot?#iefix') format('embedded-opentype'), url('/fonts/Gotham/Gotham Bold/Gotham-Bold.woff2') format('woff2'), url('/fonts/Gotham/Gotham Bold/Gotham-Bold.woff') format('woff'), url('/fonts/Gotham/Gotham Bold/Gotham-Bold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PrimaryFontLight';
    src: url('/fonts/Gotham/Gotham Light/Gotham-Light.eot');
    src: url('/fonts/Gotham/Gotham Light/Gotham-Light.eot?#iefix') format('embedded-opentype'), url('/fonts/Gotham/Gotham Light/Gotham-Light.woff2') format('woff2'), url('/fonts/Gotham/Gotham Light/Gotham-Light.woff') format('woff'), url('/fonts/Gotham/Gotham Light/Gotham-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PrimaryFontThin';
    src: url('/fonts/Gotham/Gotham Thin/Gotham-Thin.eot');
    src: url('/fonts/Gotham/Gotham Thin/Gotham-Thin.eot?#iefix') format('embedded-opentype'), url('/fonts/Gotham/Gotham Thin/Gotham-Thin.woff2') format('woff2'), url('/fonts/Gotham/Gotham Thin/Gotham-Thin.woff') format('woff'), url('/fonts/Gotham/Gotham Thin/Gotham-Thin.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PrimaryFontUltra';
    src: url('/fonts/Gotham/Gotham Ultra/Gotham-Ultra.eot');
    src: url('/fonts/Gotham/Gotham Ultra/Gotham-Ultra.eot?#iefix') format('embedded-opentype'), url('/fonts/Gotham/Gotham Ultra/Gotham-Ultra.woff2') format('woff2'), url('/fonts/Gotham/Gotham Ultra/Gotham-Ultra.woff') format('woff'), url('/fonts/Gotham/Gotham Ultra/Gotham-Ultra.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PrimaryFontExtra';
    src: url('/fonts/Gotham/Gotham Extra/Gotham-ExtraLight.eot');
    src: url('/fonts/Gotham/Gotham Extra/Gotham-ExtraLight.eot?#iefix') format('embedded-opentype'), url('/fonts/Gotham/Gotham Extra/Gotham-ExtraLight.woff2') format('woff2'), url('/fonts/Gotham/Gotham Extra/Gotham-ExtraLight.woff') format('woff'), url('/fonts/Gotham/Gotham Extra/Gotham-ExtraLight.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}*/
@import url(css/themify-icons.css);
@font-face {
  font-family: 'PrimaryFont';
  src: url("/fonts/GothamRounded/GothamRnd-Book.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'PrimaryFontItalic';
  src: url("/fonts/GothamRounded/GothamRnd-BookItal.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'PrimaryFontMedium';
  src: url("/fonts/GothamRounded/GothamRounded-Medium.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'PrimaryFontBold';
  src: url("/fonts/GothamRounded/GothamRnd-Bold.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

.loading-wrapper {
  width: 100vw;
  height: 110vh;
  background: rgba(26, 26, 39, 0.5);
  position: fixed;
  z-index: 1001; }

.loading-wrapper.cursor-enabled {
  cursor: url("/Content/Images/cursor-close.svg") 20 20, pointer; }

.row-eq-height {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.frontend-app .design-block {
  padding: 20px 0; }

.frontend-app .container {
  max-width: 1100px !important; }

.frontend-app h1, .frontend-app h1 span,
.frontend-app h2, .frontend-app h2 span,
.frontend-app h3, .frontend-app h3 span,
.frontend-app h4, .frontend-app h4 span,
.frontend-app h5, .frontend-app h5 span,
.frontend-app h6, .frontend-app h6 span {
  font-family: 'PrimaryFont' !important;
  color: black;
  line-height: normal;
  font-weight: normal;
  letter-spacing: normal; }

.frontend-app p, .frontend-app p span, .frontend-app .free-content-text, .frontend-app input, .frontend-app textarea, .frontend-app span {
  font-family: 'PrimaryFont' !important;
  color: black;
  line-height: 30px;
  font-weight: normal;
  letter-spacing: normal; }

.frontend-app a:not(.btn-option-variation, .btn-finish), .frontend-app a span {
  font-family: 'PrimaryFontMedium' !important;
  color: black;
  line-height: normal;
  font-weight: normal;
  letter-spacing: normal; }

.frontend-app .free-content-text ul li {
  font-family: 'PrimaryFont' !important;
  color: black;
  line-height: 30px;
  font-weight: normal;
  letter-spacing: normal;
  margin-left: 20px; }

@media (min-width: 1200px) {
  .frontend-app h1, .frontend-app h1 span {
    font-size: 48px; }
  .frontend-app h2, .frontend-app h2 span {
    font-size: 40px; }
  .frontend-app h3, .frontend-app h3 span {
    font-size: 32px; }
  .frontend-app h4, .frontend-app h4 span {
    font-size: 28px; }
  .frontend-app h5, .frontend-app h5 span {
    font-size: 24px; }
  .frontend-app h6, .frontend-app h6 span {
    font-size: 20px; }
  .frontend-app p, .frontend-app .free-content-text, .frontend-app a, .frontend-app input, .frontend-app textarea, .frontend-app span {
    font-size: 16px; }
  .frontend-app .free-content-text ul li {
    font-size: 16px; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .frontend-app h1, .frontend-app h1 span {
    font-size: 36px; }
  .frontend-app h2, .frontend-app h2 span {
    font-size: 32px; }
  .frontend-app h3, .frontend-app h3 span {
    font-size: 28px; }
  .frontend-app h4, .frontend-app h4 span {
    font-size: 24px; }
  .frontend-app h5, .frontend-app h5 span {
    font-size: 20px; }
  .frontend-app h6, .frontend-app h6 span {
    font-size: 18px; }
  .frontend-app p, .frontend-app .free-content-text, .frontend-app a, .frontend-app input, .frontend-app textarea, .frontend-app span {
    font-size: 14px; }
  .frontend-app .free-content-text ul li {
    font-size: 14px; }
  .frontend-app .container {
    max-width: 700px !important; } }

@media (max-width: 767px) {
  .frontend-app .row {
    --bs-gutter-x: 0 !important; }
  .frontend-app h1, .frontend-app h1 span {
    font-size: 28px; }
  .frontend-app h2, .frontend-app h2 span {
    font-size: 24px; }
  .frontend-app h3, .frontend-app h3 span {
    font-size: 20px; }
  .frontend-app h4, .frontend-app h4 span {
    font-size: 18px; }
  .frontend-app h5, .frontend-app h5 span {
    font-size: 16px; }
  .frontend-app h6, .frontend-app h6 span {
    font-size: 14px; }
  .frontend-app p, .frontend-app .free-content-text, .frontend-app a, .frontend-app input, .frontend-app textarea, .frontend-app span {
    font-size: 12px; }
  .frontend-app .free-content-text ul li {
    font-size: 12px; }
  .frontend-app .container {
    max-width: 90% !important; } }

body {
  overflow-x: hidden;
  background-color: white;
  color: #70706F;
  /*font-family: 'Quicksand', sans-serif !important;*/
  /*font-family: RennerBook, serif !important;*/
  font-family: 'Barlow'; }

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/MaterialIcons-Regular.eot);
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(/fonts/MaterialIcons-Regular.woff2) format("woff2"), url(/fonts/MaterialIcons-Regular.woff) format("woff"), url(/fonts/MaterialIcons-Regular.ttf) format("truetype"); }

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga'; }

@font-face {
  font-family: 'Open Sans', sans-serif;
  src: url("/fonts/Typography/Open_Sans/OpenSans-Light.ttf");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Open Sans', sans-serif;
  src: url("/fonts/Typography/Open_Sans/OpenSans-LightItalic.ttf");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'Open Sans', sans-serif;
  src: url("/fonts/Typography/Open_Sans/OpenSans-Regular.ttf");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans', sans-serif;
  src: url("/fonts/Typography/Open_Sans/OpenSans-Italic.ttf");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: 'Open Sans', sans-serif;
  src: url("/fonts/Typography/Open_Sans/OpenSans-SemiBold.ttf");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans', sans-serif;
  src: url("/fonts/Typography/Open_Sans/OpenSans-SemiBoldItalic.ttf");
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: 'Open Sans', sans-serif;
  src: url("/fonts/Typography/Open_Sans/OpenSans-Bold.ttf");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans', sans-serif;
  src: url("/fonts/Typography/Open_Sans/OpenSans-BoldItalic.ttf");
  font-weight: 700;
  font-style: italic; }

@font-face {
  font-family: 'Open Sans', sans-serif;
  src: url("/fonts/Typography/Open_Sans/OpenSans-ExtraBold.ttf");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans', sans-serif;
  src: url("/fonts/Typography/Open_Sans/OpenSans-ExtraBoldItalic.ttf");
  font-weight: 800;
  font-style: italic; }

@font-face {
  font-family: 'Montserrat', sans-serif;
  src: url("/fonts/Typography/Montserrat/Montserrat-Light.ttf");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat', sans-serif;
  src: url("/fonts/Typography/Montserrat/Montserrat-LightItalic.ttf");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'Montserrat', sans-serif;
  src: url("/fonts/Typography/Montserrat/Montserrat-Regular.ttf");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat', sans-serif;
  src: url("/fonts/Typography/Montserrat/Montserrat-Italic.ttf");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: 'Montserrat', sans-serif;
  src: url("/fonts/Typography/Montserrat/Montserrat-Medium.ttf");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat', sans-serif;
  src: url("/fonts/Typography/Montserrat/Montserrat-MediumItalic.ttf");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'Montserrat', sans-serif;
  src: url("/fonts/Typography/Montserrat/Montserrat-SemiBold.ttf");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat', sans-serif;
  src: url("/fonts/Typography/Montserrat/Montserrat-SemiBoldItalic.ttf");
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: 'Montserrat', sans-serif;
  src: url("/fonts/Typography/Montserrat/Montserrat-Bold.ttf");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat', sans-serif;
  src: url("/fonts/Typography/Montserrat/Montserrat-BoldItalic.ttf");
  font-weight: 700;
  font-style: italic; }

@font-face {
  font-family: 'Futura Regular';
  src: url("/fonts/Coperol/Futura/Futura.ttf");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Futura Medium';
  src: url("/fonts/Coperol/Futura/futura-medium.ttf");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Futura Bold';
  src: url("/fonts/Coperol/Futura/Futura-Bold.otf");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'GothamPro';
  src: url("/fonts/Coperol/GothamPro/GothamPro.ttf");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'GothamPro Light';
  src: url("/fonts/Coperol/GothamPro/GothamPro-Light-Regular.ttf");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'GothamPro Bold';
  src: url("/fonts/Coperol/GothamPro/GothamPro-Bold.ttf");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'GothamPro Bold';
  src: url("/fonts/Coperol/GothamPro/GothamPro-Bold.ttf");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Barlow';
  src: url("/fonts/Barlow/Barlow-Regular.ttf");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Barlow Light';
  src: url("/fonts/Barlow/Barlow-Light.ttf");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Barlow SemiBold';
  src: url("/fonts/Barlow/Barlow-SemiBold.ttf");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Barlow Bold';
  src: url("/fonts/Barlow/Barlow-Bold.ttf");
  font-weight: bold;
  font-style: normal; }

.badge {
  margin-bottom: .5rem; }

.bg-white {
  background-color: white; }

.b-radius-0 {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }

@font-face {
  font-family: RennerBook;
  src: url(/fonts/Obladi/Renner/nner-Medium.otf);
  font-weight: 500; }

@font-face {
  font-family: Coolvetica;
  src: url(/fonts/Obladi/Coolvetica/coolvetica_rg.ttf); }

p {
  margin-bottom: 0 !important; }

.grab {
  cursor: -webkit-grab;
  cursor: grab; }

.m-h-1 {
  max-height: 1rem; }

.h-12r {
  height: 12rem; }

.f-s-1 {
  font-size: 1rem !important; }

.w-50 {
  width: 50%; }

.bg-black {
  background-color: black; }

.hidden {
  visibility: hidden; }

.ds-none {
  display: none; }

.c-pointer {
  cursor: pointer; }

.v-a-middle {
  vertical-align: middle; }

.m-t-10-b-7 {
  margin-top: 10rem;
  margin-bottom: 7rem; }

.m-l-0p5 {
  margin-left: 0.5rem !important; }

.m-t-0p5 {
  margin-top: .5rem !important; }

.m-t-1 {
  margin-top: 1rem; }

.m-t-1p5 {
  margin-top: 1.5rem; }

.m-t-2 {
  margin-top: 2rem; }

.m-b-d {
  margin-bottom: 1.5rem !important; }

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

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

.m-b-p25 {
  margin-bottom: .25rem; }

.m-b-1p9 {
  margin-bottom: 1.9rem; }

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

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

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

.p-t-3 {
  padding-top: 3rem; }

.p-l-4 {
  padding-left: 4rem; }

.error {
  color: red;
  font-size: 13px; }

.active-c {
  color: #ff2d55; }

.gray {
  color: #808080; }

a,
a:hover,
a:focus,
a:active,
a:visited {
  text-decoration: none;
  color: inherit !important; }

@font-face {
  font-family: jost;
  src: url(/fonts/Obladi/Quicksand/static/Quicksand-Regular.ttf); }

@font-face {
  font-family: jost;
  src: url(/fonts/Obladi/Jost/TrueType/Jost-500-Medium.ttf); }

.f-f-jost {
  font-family: Barlow !important; }

.badge.badge-tag {
  background-color: #ff2d55c7;
  padding: 0.6rem;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  text-transform: capitalize;
  color: white;
  font-weight: 300;
  font-size: 0.8rem;
  margin-right: .25rem; }

.module-slider-header {
  margin-top: 50px;
  margin-bottom: 1rem;
  text-align: left;
  /*&:before {
        width: 1px;
        height: 5rem;
        background: #000;
        content: "";
        margin: 0 auto;
        display: block;
        z-index: 2;
        position: relative;
        margin-bottom: 10px;
    }*/ }
  .module-slider-header p {
    font-size: 15px;
    font-weight: 100;
    /*letter-spacing: 2px;*/
    color: #70706F; }
  .module-slider-header h2 {
    font-family: 'Barlow SemiBold' !important;
    color: #004885 !important;
    letter-spacing: 1px !important;
    font-size: 35px !important; }

.articles-module-content-and-image .content {
  font-size: 16px;
  /*font-weight: 600;*/
  line-height: 1.7; }

.three-columns-wrapper h3 {
  font-family: 'Barlow SemiBold' !important;
  color: #004885 !important;
  letter-spacing: 1px !important;
  font-size: 36px !important;
  margin-bottom: 30px; }

.three-columns-wrapper:not(.columns-style-1, .columns-style-4) .subtitle {
  margin-bottom: 20px !important;
  font-size: 18px;
  color: #626262;
  font-family: Barlow !important;
  text-align: left !important; }

.three-columns-wrapper:not(.columns-style-1, .columns-style-4) p span {
  margin-bottom: 20px !important;
  font-size: 24px;
  color: #666666;
  font-family: 'Barlow SemiBold' !important; }

.card-container .col-12 {
  padding: 0 !important; }

.category-detail-container .category-product-card {
  -moz-transition: all .33s ease-in-out;
  -o-transition: all .33s ease-in-out;
  -webkit-transition: all .33s ease-in-out;
  transition: all .33s ease-in-out;
  -moz-box-shadow: 1px 1px 5px #dad4d4;
  -webkit-box-shadow: 1px 1px 5px #dad4d4;
  box-shadow: 1px 1px 5px #dad4d4; }
  .category-detail-container .category-product-card:hover {
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
    .category-detail-container .category-product-card:hover .card-img-container:before {
      visibility: visible;
      width: 60px;
      top: 50%;
      opacity: 0.4; }
    .category-detail-container .category-product-card:hover .card-img-container:after {
      visibility: visible;
      width: 60px;
      right: calc(50% - 30px);
      opacity: 0.4; }

.category-detail-container .category-product-card {
  border-radius: 0 !important;
  background-color: white;
  border: none; }
  .category-detail-container .category-product-card .card-img-container {
    height: 196px;
    background-size: cover !important;
    position: relative;
    /*&:hover {
            &:before {
                visibility: visible;
                width: 60px;
                top: 50%;
                opacity: 0.4;
            }

            &:after {
                visibility: visible;
                width: 60px;
                right: calc(50% - 30px);
                opacity: 0.4;
            }
        }*/ }
    .category-detail-container .category-product-card .card-img-container::before {
      position: absolute;
      content: '';
      top: 0;
      right: calc(50% - 60px);
      border: 1px solid white;
      -moz-transform: translateX(-50%) rotate(90deg);
      -ms-transform: translateX(-50%) rotate(90deg);
      -o-transform: translateX(-50%) rotate(90deg);
      -webkit-transform: translateX(-50%) rotate(90deg);
      transform: translateX(-50%) rotate(90deg);
      width: 60px;
      -moz-transition: all ease-in-out 0.44s;
      -o-transition: all ease-in-out 0.44s;
      -webkit-transition: all ease-in-out 0.44s;
      transition: all ease-in-out 0.44s;
      opacity: 0;
      visibility: hidden;
      z-index: 2; }
    .category-detail-container .category-product-card .card-img-container::after {
      visibility: hidden;
      position: absolute;
      content: '';
      top: 50%;
      right: 0;
      border: 1px solid white;
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 0;
      -moz-transition: all ease-in-out 0.33s;
      -o-transition: all ease-in-out 0.33s;
      -webkit-transition: all ease-in-out 0.33s;
      transition: all ease-in-out 0.33s;
      opacity: 0;
      z-index: 1; }
  .category-detail-container .category-product-card h5 {
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 0px;
    text-transform: none;
    line-height: 1.2;
    margin-bottom: .75rem;
    color: #684490; }
  .category-detail-container .category-product-card span.card-theme-description {
    color: #70706F;
    font-size: 15px;
    font-weight: 100;
    letter-spacing: 0px; }

.category-detail-container .container {
  margin-top: 70px; }

.category-detail-container h3 {
  margin-top: 10px; }

.card:not(.category-product-card) {
  -moz-transition: all .33s ease-in-out;
  -o-transition: all .33s ease-in-out;
  -webkit-transition: all .33s ease-in-out;
  transition: all .33s ease-in-out;
  /*-moz-box-shadow: 1px 1px 5px #dad4d4;
    -webkit-box-shadow: 1px 1px 5px #dad4d4;
    box-shadow: 1px 1px 5px #dad4d4;*/ }
  .card:not(.category-product-card):hover {
    transform: scale(1.03);
    /*box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);*/
    /*background: linear-gradient(to top, rgba(0, 54, 99, 0.5) 100%, transparent);
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
        color: #fff;*/
    /*-moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
        -webkit-transform: scale(1.05);
        transform: scale(1.05);*/ }
    .card:not(.category-product-card):hover .card-img-container {
      /*background: linear-gradient(to top, rgba(0, 54, 99, 0.5) 100%, transparent);
            text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    color: #fff;*/
      /*&:before {
                visibility: visible;
                width: 60px;
                top: 50%;
                opacity: 0.4;
            }

            &:after {
                visibility: visible;
                width: 60px;
                right: calc(50% - 30px);
                opacity: 0.4;
            }*/ }

.card:not(.category-product-card),
.card-img-top:not(.category-product-card) {
  border-radius: 0 !important;
  background-color: white;
  border: none;
  /*margin-bottom: 2rem;*/ }
  .card:not(.category-product-card) .card-body,
  .card-img-top:not(.category-product-card) .card-body {
    background: #F9F9F9;
    padding: 1.5rem 2rem 1.5rem 2rem; }
  .card:not(.category-product-card) .card-img-container,
  .card-img-top:not(.category-product-card) .card-img-container {
    height: 180px;
    background-size: cover !important;
    position: relative; }
    .card:not(.category-product-card) .card-img-container:hover,
    .card-img-top:not(.category-product-card) .card-img-container:hover {
      /*.mask {
                background: linear-gradient(to top, rgba(0, 54, 99, 0.5) 100%, transparent);
            }*/ }
    .card:not(.category-product-card) .card-img-container:hover:before,
    .card-img-top:not(.category-product-card) .card-img-container:hover:before {
      visibility: visible;
      width: 60px;
      top: 50%;
      opacity: 0.4; }
    .card:not(.category-product-card) .card-img-container:hover:after,
    .card-img-top:not(.category-product-card) .card-img-container:hover:after {
      visibility: visible;
      width: 60px;
      right: calc(50% - 30px);
      opacity: 0.4; }
    .card:not(.category-product-card) .card-img-container::before,
    .card-img-top:not(.category-product-card) .card-img-container::before {
      position: absolute;
      content: '';
      top: 0;
      right: calc(50% - 60px);
      border: 1px solid white;
      -moz-transform: translateX(-50%) rotate(90deg);
      -ms-transform: translateX(-50%) rotate(90deg);
      -o-transform: translateX(-50%) rotate(90deg);
      -webkit-transform: translateX(-50%) rotate(90deg);
      transform: translateX(-50%) rotate(90deg);
      width: 60px;
      -moz-transition: all ease-in-out 0.44s;
      -o-transition: all ease-in-out 0.44s;
      -webkit-transition: all ease-in-out 0.44s;
      transition: all ease-in-out 0.44s;
      opacity: 0;
      visibility: hidden;
      z-index: 2; }
    .card:not(.category-product-card) .card-img-container::after,
    .card-img-top:not(.category-product-card) .card-img-container::after {
      visibility: hidden;
      position: absolute;
      content: '';
      top: 50%;
      right: 0;
      border: 1px solid white;
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 0;
      -moz-transition: all ease-in-out 0.33s;
      -o-transition: all ease-in-out 0.33s;
      -webkit-transition: all ease-in-out 0.33s;
      transition: all ease-in-out 0.33s;
      opacity: 0;
      z-index: 1; }
  .card:not(.category-product-card) h5,
  .card-img-top:not(.category-product-card) h5 {
    font-family: Barlow;
    font-size: 23px;
    letter-spacing: 1px;
    line-height: 1.2;
    margin-bottom: 5px;
    width: 100%;
    color: black;
    z-index: 2; }
  .card:not(.category-product-card) .mask,
  .card-img-top:not(.category-product-card) .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.2) 100%, transparent); }
  .card:not(.category-product-card) span.card-theme-description,
  .card-img-top:not(.category-product-card) span.card-theme-description {
    color: #70706F;
    font-size: 15px;
    font-weight: 100;
    letter-spacing: 0px;
    margin-top: 20px;
    display: block; }

.form-container {
  border: 5px solid black; }
  .form-container .form-content-padding {
    padding: 70px 50px 50px; }
  .form-container h5 {
    font-size: 1.25rem;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2; }
  .form-container input[type="text"],
  .form-container textarea {
    border-radius: 0;
    background-color: transparent;
    border: 2px solid black;
    padding: 0.6rem;
    color: black;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 1.7;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
    .form-container input[type="text"]::-webkit-input-placeholder,
    .form-container textarea::-webkit-input-placeholder {
      color: rgba(0, 0, 0, 0.75); }
    .form-container input[type="text"]::-moz-placeholder,
    .form-container textarea::-moz-placeholder {
      color: rgba(0, 0, 0, 0.75); }
    .form-container input[type="text"]:-ms-input-placeholder,
    .form-container textarea:-ms-input-placeholder {
      color: rgba(0, 0, 0, 0.75); }
    .form-container input[type="text"]:-moz-placeholder,
    .form-container textarea:-moz-placeholder {
      color: rgba(0, 0, 0, 0.75); }
  .form-container textarea {
    height: 10rem; }
  .form-container .input-group-text {
    padding: 0;
    background-color: transparent;
    border: none; }

button.btn-pink {
  background-color: #004885; }

button.btn-cancel {
  background-color: #808080; }

button.btn-pink, button.btn-cancel {
  margin-left: 1rem;
  font-weight: 600;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px; }
  button.btn-pink:not(.btn-sm), button.btn-cancel:not(.btn-sm) {
    padding: 15px 30px; }
  button.btn-pink.btn-sm, button.btn-cancel.btn-sm {
    font-weight: 300;
    padding: 0.65rem 1.2rem; }

.reviews-wrapper .carousel-item {
  -moz-transition: all .33s ease-in-out;
  -o-transition: all .33s ease-in-out;
  -webkit-transition: all .33s ease-in-out;
  transition: all .33s ease-in-out; }
  .reviews-wrapper .carousel-item .content {
    padding: 3rem; }

.reviews-wrapper .carousel-indicators {
  bottom: -4.7rem; }
  .reviews-wrapper .carousel-indicators li {
    background-color: #e4d3d3;
    cursor: pointer; }
    .reviews-wrapper .carousel-indicators li.active {
      background-color: #ff2d55 !important; }

.reviews-wrapper blockquote {
  margin: 0 0 2rem;
  position: relative; }
  .reviews-wrapper blockquote:after {
    content: '';
    position: absolute;
    bottom: -3.8rem;
    left: 50%;
    border-right: 2px solid #e4e4e4;
    height: 2.3rem;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  .reviews-wrapper blockquote i {
    font-size: 1.5rem;
    margin-right: 0.5rem; }

.reviews-wrapper p.from {
  text-transform: uppercase !important;
  letter-spacing: 1.5px !important;
  font-size: 14px;
  margin-top: 4.6rem; }

.modal-content {
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }

.starrating-wrapper {
  height: 3rem; }

.starrating {
  position: absolute;
  left: 0; }

.starrating > input {
  display: none; }

/* Remove radio buttons */
.starrating > label:before {
  content: "\f005";
  /* Star */
  margin: 2px;
  font-size: 25px;
  font-family: FontAwesome;
  display: inline-block; }

.starrating > label {
  color: #acaeb0;
  /* Start color when not clicked */ }

.starrating > input:checked ~ label {
  color: #ff2d55; }

/* Set yellow color when star checked */
.starrating > input:hover ~ label {
  color: #ff2d55; }

/* Set yellow color when star hover */
.btn-black {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border-color: black;
  color: black;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
  text-transform: none;
  padding: .6em 2.5em;
  -moz-transition: all ease-in-out 0.33s;
  -o-transition: all ease-in-out 0.33s;
  -webkit-transition: all ease-in-out 0.33s;
  transition: all ease-in-out 0.33s; }
  .btn-black:hover {
    background-color: black;
    color: white !important; }

/*@media (max-width:991px) {
    body {
        margin-top: 4.9rem;
    }
}*/
.loading-wrapper {
  /*width:100vw;
    height:100vh;
    background: rgba(31,39,50,0.90);
    position:fixed;*/
  z-index: 10000;
  height: 20rem; }

@keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg); }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg); } }

@-moz-keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg); }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg); } }

@-webkit-keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg); }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg); } }

@-o-keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg); }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg); } }

@keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg); }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg); } }

@-moz-keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg); }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg); } }

@-webkit-keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg); }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg); } }

@-o-keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg); }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg); } }

@keyframes loading-text-opacity {
  0% {
    opacity: 0; }
  20% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-moz-keyframes loading-text-opacity {
  0% {
    opacity: 0; }
  20% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes loading-text-opacity {
  0% {
    opacity: 0; }
  20% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-o-keyframes loading-text-opacity {
  0% {
    opacity: 0; }
  20% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.loading-container,
.loading {
  height: 100px;
  position: relative;
  width: 100px;
  border-radius: 100%; }

.loading-container {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

.loading {
  border: 2px solid transparent;
  border-color: transparent #ff2d55 transparent #ff2d55;
  -moz-animation: rotate-loading 1.5s linear 0s infinite normal;
  -moz-transform-origin: 50% 50%;
  -o-animation: rotate-loading 1.5s linear 0s infinite normal;
  -o-transform-origin: 50% 50%;
  -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
  -webkit-transform-origin: 50% 50%;
  animation: rotate-loading 1.5s linear 0s infinite normal;
  transform-origin: 50% 50%; }

.loading-container:hover .loading {
  border-color: transparent white transparent white; }

.loading-container:hover .loading,
.loading-container .loading {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

#loading-text {
  -moz-animation: loading-text-opacity 2s linear 0s infinite normal;
  -o-animation: loading-text-opacity 2s linear 0s infinite normal;
  -webkit-animation: loading-text-opacity 2s linear 0s infinite normal;
  animation: loading-text-opacity 2s linear 0s infinite normal;
  color: black;
  font-family: inherit !important;
  font-size: 10px;
  font-weight: bold;
  margin-top: 45px;
  opacity: 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  width: 100px; }

.faqs-container .list-group-item {
  border-color: #cd0206;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }
  .faqs-container .list-group-item h5 {
    color: #cd0206;
    font-weight: 400; }

.package {
  box-sizing: border-box;
  width: 301px;
  border: 3px solid white;
  background: white;
  display: inline-block;
  padding: 24px;
  text-align: center;
  float: left;
  -webkit-transition: margin-top .5s linear;
  transition: margin-top .5s linear;
  position: relative;
  margin-right: 11px;
  display: flex;
  flex-direction: column; }

.packages .name {
  color: #565656;
  font-weight: 300;
  font-size: 2rem;
  margin-top: -5px; }

.packages .price span {
  margin-top: 7px;
  font-weight: bold;
  color: #cd0206; }

.packages hr {
  background-color: #dedede;
  border: none;
  height: 1px; }

.trial {
  font-size: .9rem;
  font-weight: 600;
  padding: 2px 21px 2px 21px;
  color: #cd0206;
  border: 1px solid #e4e4e4;
  display: inline-block;
  border-radius: 15px;
  background-color: white;
  position: relative;
  top: 20px; }

.packages ul {
  list-style: none;
  padding: 0;
  text-align: left;
  margin-top: 15px; }

.packages ul li {
  margin-bottom: 15px;
  font-size: 15px; }

.packages ul li:before {
  font-size: 15px;
  color: #cd0206;
  margin-right: 3px; }

.packages .checkIcon, .packages ul li:before, .packages .active::after, .package:hover::after {
  font-family: "FontAwesome";
  content: "\f00c"; }

.package:hover {
  margin-top: -30px;
  -webkit-transition: margin-top .3s linear;
  transition: margin-top .3s linear;
  border-color: #cd0206; }

.package:hover::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 64px 64px 0 0;
  border-color: #cd0206 transparent transparent transparent;
  position: absolute;
  left: 0;
  top: 0;
  content: ""; }

.package:hover::after {
  color: white;
  position: absolute;
  left: 9px;
  top: 6px;
  text-shadow: 0 0 2px #cd0206;
  font-size: 1.4rem; }

.packages .active {
  border-color: #cd0206; }

.packages .active::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 64px 64px 0 0;
  border-color: #cd0206 transparent transparent transparent;
  position: absolute;
  left: 0;
  top: 0;
  content: ""; }

.packages .active::after {
  color: white;
  position: absolute;
  left: 9px;
  top: 6px;
  text-shadow: 0 0 2px #cd0206;
  font-size: 1.4rem; }

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .package {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; } }

@media only screen and (max-width: 768px) {
  .package {
    flex: 0 0 100%;
    max-width: 92%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 30px; } }

@media only screen and (min-width: 1200px) {
  #main-container {
    /*min-height: 35rem;*/
    min-height: calc(100vh - 394px);
    /*margin-top: 30px;*/ } }

.navbar-gray-container {
  margin-top: 153px; }

.form-subscribe #subscribe {
  border-bottom-left-radius: 23px;
  border-bottom-right-radius: 23px;
  border-top-left-radius: 23px;
  border-top-right-radius: 23px;
  width: 100px;
  height: 43px;
  font-size: 10pt;
  border: 1px solid grey;
  background-color: white;
  color: #c8c8c8 !important;
  border: 1px thin #c8c8c8 !important;
  text-indent: -5%;
  margin-left: 10px; }

.form-subscribe input {
  height: 43px;
  font-size: 10pt;
  text-indent: 10%;
  color: #292929 !important;
  border: none;
  margin-left: 10px;
  border-bottom-left-radius: 23px;
  border-bottom-right-radius: 23px;
  border-top-left-radius: 23px;
  border-top-right-radius: 23px;
  width: 250px;
  margin-bottom: 5px; }

.form-subscribe input:focus {
  outline: none; }

.form-subscribe #subscribe {
  border: none;
  width: 120px;
  text-indent: 0;
  color: #08357a !important; }

.form-subscribe #subscribe:focus, .form-subscribe #subscribe:hover, .form-subscribe #subscribe:active {
  outline: none;
  color: white !important;
  background: #08357a;
  border: 1px solid white; }

.form-subscribe label.error {
  padding-left: 10px;
  padding-right: 10px; }

.form-send #subscribe {
  border-bottom-left-radius: 23px;
  border-bottom-right-radius: 23px;
  border-top-left-radius: 23px;
  border-top-right-radius: 23px;
  width: 300px;
  height: 43px;
  font-size: 17px;
  border: 1px solid grey;
  background-color: white;
  color: #07367b;
  border: 2px solid #e32411;
  text-indent: 0;
  text-transform: uppercase;
  font-family: 'GothamPro Bold'; }

.form-send input {
  height: 43px;
  font-size: 10pt;
  text-indent: 8%;
  color: #4d4d4d;
  display: block;
  margin-bottom: 1rem;
  border: 2px solid #e32411;
  border-radius: 25px;
  width: 300px; }

.form-send input:focus {
  outline: none; }

.form-send #subscribe:focus, .form-send #subscribe:hover, .form-send #subscribe:active {
  outline: none;
  color: white;
  background: #e32411;
  cursor: pointer; }

::placeholder {
  color: #4d4d4d;
  font-family: 'GothamPro Light';
  text-transform: uppercase; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #4d4d4d;
  font-family: 'GothamPro Light';
  text-transform: uppercase; }

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #4d4d4d;
  font-family: 'GothamPro Light';
  text-transform: uppercase; }

form label.error {
  margin-bottom: 1rem;
  font-family: 'GothamPro Bold'; }

.filter-options-desktop {
  padding: 4rem;
  padding-top: 1.5rem; }
  .filter-options-desktop h3 {
    font-family: 'GothamPro Bold';
    color: #083579;
    margin-bottom: 1rem; }
  .filter-options-desktop .attribute-section {
    color: #083579;
    font-family: 'GothamPro Light';
    font-size: 11px; }
    .filter-options-desktop .attribute-section .pretty {
      margin-bottom: 1rem; }

h5.product-associated {
  border-radius: 30px;
  border-color: rgba(151, 151, 151, 0.2) !important;
  text-transform: uppercase;
  font-size: 1.5rem;
  letter-spacing: 1px;
  color: #535353 !important;
  font-weight: bold;
  font-family: 'Futura Bold' !important;
  line-height: 35px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  margin-top: 5rem; }

.card-description p {
  font-family: 'GothamPro';
  font-size: 15px;
  margin-top: 0; }

.card-description-title {
  font-family: 'GothamPro';
  font-size: 20px; }

.f-dyn-container.subscribe-form h2 {
  font-size: 22px;
  color: white;
  font-family: 'Barlow';
  line-height: 40px; }

.f-dyn-container.subscribe-form p {
  color: white;
  font-family: 'Barlow SemiBold';
  font-size: 14px;
  margin-top: -10px; }

.f-dyn-container.subscribe-form .flexContainer {
  display: flex;
  margin-top: 1.5rem; }
  .f-dyn-container.subscribe-form .flexContainer .inputField {
    flex: 1; }
  .f-dyn-container.subscribe-form .flexContainer button {
    background: #14705d;
    border: none;
    height: 50px; }
    .f-dyn-container.subscribe-form .flexContainer button i {
      color: #004885;
      margin-left: 8px;
      margin-right: 8px; }

.f-dyn-container.subscribe-form input.form-control {
  background: #14705d;
  border: none;
  border-radius: 0;
  height: 50px;
  color: white;
  font-size: 18px;
  font-family: 'Barlow'; }

.f-dyn-container .subscribeDiv {
  padding-bottom: 40px; }

.card-container {
  margin-bottom: 50px; }

.pagination {
  margin-top: 20px;
  display: inline-flex; }

.page-item.active .page-link {
  z-index: 1;
  color: #fff !important;
  background-color: #08357a;
  border-color: #08357a; }

.page-item .page-link {
  font-size: 14px !important;
  font-weight: 600;
  text-transform: uppercase; }

.ul-pagination-container p {
  margin-top: 15px;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase; }

.ql-align-center {
  text-align: center !important; }

.ql-align-right {
  text-align: right !important; }

.twitter-wrapper {
  margin-bottom: 2rem; }
  .twitter-wrapper .col-symbol {
    width: 30px;
    display: inline-block;
    vertical-align: top; }
    .twitter-wrapper .col-symbol i {
      color: #00afe9;
      font-size: 20px; }
  .twitter-wrapper .col-description {
    width: calc(100% - 35px);
    display: inline-block; }
    .twitter-wrapper .col-description h4 {
      color: #ADADAC;
      font-family: 'Barlow SemiBold';
      font-size: 13px;
      margin-bottom: 0.2rem; }
    .twitter-wrapper .col-description a:not(.hashtag) {
      color: #ADADAC !important;
      font-family: 'Barlow SemiBold';
      font-size: 13px; }
    .twitter-wrapper .col-description p {
      color: #838382;
      font-family: Barlow;
      font-size: 16px;
      margin-top: 0.7rem; }
      .twitter-wrapper .col-description p a.hashtag {
        color: #00B0E9 !important; }

.module-files {
  margin-bottom: 4rem; }
  .module-files .file:first-of-type {
    border-top: 1px solid #EDEDED; }
  .module-files .file {
    padding: 1rem;
    border-bottom: 1px solid #EDEDED; }
    .module-files .file .col-md-7 .description {
      font-size: 16px;
      color: #838382;
      font-family: Barlow;
      line-height: 20px; }
    .module-files .file .col-md-5 {
      font-family: 'Barlow SemiBold';
      font-size: 13px;
      color: #ADACAC; }
      .module-files .file .col-md-5 i {
        margin-left: 15px;
        color: #004885;
        font-size: 20px;
        cursor: pointer; }
      .module-files .file .col-md-5 a {
        font-size: 15px; }
  .module-files .header-files:first-of-type {
    border-top: 1px solid #EDEDED; }
  .module-files .header-files {
    padding: 1rem;
    border-bottom: 1px solid #EDEDED; }
    .module-files .header-files .col-md-8 .description {
      font-size: 16px;
      color: #004885;
      font-family: Barlow;
      line-height: 20px;
      font-weight: 600; }
    .module-files .header-files .col-md-4 {
      font-family: 'Barlow SemiBold';
      font-size: 16px;
      color: #004885;
      font-weight: 600; }
      .module-files .header-files .col-md-4 i {
        margin-left: 15px;
        color: #004885;
        font-size: 20px;
        cursor: pointer; }
  .module-files select {
    width: 180px;
    height: 50px;
    padding-left: 15px;
    border: none;
    font-size: 17px;
    font-family: 'Barlow Bold';
    margin-bottom: 50px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("/Content/Clients/AIP/img/arrow_select.png") 90%/10% no-repeat #fbfbfb; }
  .module-files select:focus {
    outline: none; }
  .module-files .files-container {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%); }
    .module-files .files-container i {
      cursor: pointer; }

.module-card-file {
  height: 100%;
  background: #004885; }
  .module-card-file .module-slider-header {
    border-bottom: 1px solid #EDEDED;
    padding-bottom: 1.5rem;
    margin-top: 20px !important; }
  .module-card-file ul {
    list-style: square;
    float: right;
    padding-right: 15px; }
    .module-card-file ul li::marker {
      color: white !important; }
    .module-card-file ul li {
      color: white; }
  .module-card-file h2 {
    color: white !important; }
  .module-card-file h5 {
    padding-left: 1rem; }
  .module-card-file p {
    font-family: Barlow;
    font-size: 20px;
    color: #333300; }
  .module-card-file .file {
    padding: 1rem;
    padding-top: 0.3rem; }
    .module-card-file .file .col-md-10 .description {
      font-size: 23px;
      color: black;
      font-family: Barlow;
      line-height: 30px; }
    .module-card-file .file .col-md-10 font {
      font-size: 19px;
      color: white;
      font-family: 'Barlow SemiBold'; }
    .module-card-file .file .col-md-2 {
      font-family: 'Barlow SemiBold';
      font-size: 13px;
      color: #ADACAC; }
      .module-card-file .file .col-md-2 i {
        margin-left: 15px;
        color: white;
        font-size: 20px;
        cursor: pointer; }
  .module-card-file .header-files:first-of-type {
    border-top: 1px solid #EDEDED; }
  .module-card-file .header-files {
    padding: 1rem;
    border-bottom: 1px solid #EDEDED; }
    .module-card-file .header-files .col-md-8 .description {
      font-size: 16px;
      color: #004885;
      font-family: Barlow;
      line-height: 20px;
      font-weight: 600; }
    .module-card-file .header-files .col-md-4 {
      font-family: 'Barlow SemiBold';
      font-size: 16px;
      color: #004885;
      font-weight: 600; }
      .module-card-file .header-files .col-md-4 i {
        margin-left: 15px;
        color: #004885;
        font-size: 20px;
        cursor: pointer; }
  .module-card-file select {
    width: 180px;
    height: 50px;
    padding-left: 15px;
    border: none;
    font-size: 17px;
    font-family: 'Barlow Bold';
    margin-bottom: 50px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("/Content/Clients/AIP/img/arrow_select.png") 90%/10% no-repeat #fbfbfb; }
  .module-card-file select:focus {
    outline: none; }
  .module-card-file .files-container {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%); }
    .module-card-file .files-container i {
      cursor: pointer; }

.links-top {
  margin-bottom: 3rem; }

.link-top-menu {
  font-family: 'Barlow SemiBold';
  font-size: 21px;
  text-transform: uppercase;
  color: #838382;
  padding-left: 0;
  padding-right: 3rem; }
  .link-top-menu.active, .link-top-menu:hover {
    color: #004885 !important; }

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: none !important; }

table th {
  font-family: Barlow;
  font-size: 15px;
  color: #004885;
  border-top: none !important;
  border-bottom-width: 1px !important; }

table td {
  font-family: Barlow;
  font-size: 15px; }

p span, p strong {
  font-family: Barlow; }

a[href^="mailto:"]:not(.custom-link) {
  color: #004885 !important; }

.section-row:not(.no-padding) {
  margin-top: 4rem;
  padding-bottom: 4rem; }

a.link-style-6 {
  font-family: Barlow;
  font-size: 22px;
  border-bottom: 1px solid #eaeaea;
  width: 100%;
  text-align: left;
  color: black !important;
  margin-top: 0 !important;
  padding-bottom: 1rem;
  padding-top: 1rem; }
  a.link-style-6:after {
    content: "\f054";
    font-family: FontAwesome;
    float: right;
    font-size: 20px;
    margin-top: 3px;
    color: #004885; }
  a.link-style-6:hover, a.link-style-6:focus, a.link-style-6.active {
    color: #004885 !important; }

.container-column a.link-style-6:first-of-type {
  border-top: 1px solid #eaeaea; }

li::marker {
  color: #004885 !important; }

.ql-indent-1 {
  margin-left: 4rem; }

.table-style-4 th {
  color: #70706F !important;
  font-weight: 400; }

.table-style-4 font {
  color: #004885 !important;
  font-weight: 500;
  font-size: 16px; }

.table-style-4 table tr td:last-of-type {
  border-bottom: 1px solid #dee2e6; }

.subtitle-content-header {
  color: black;
  font-weight: 600; }

.card-green h2 {
  color: #004885 !important; }

.card-green h6 {
  color: #004885 !important;
  font-size: 18px;
  font-family: 'Barlow SemiBold'; }

.card-green p strong {
  font-size: 22px;
  font-family: 'Barlow SemiBold';
  color: black; }

.card-green p {
  padding-bottom: 15px !important; }

.card-green ul {
  padding-left: 15px;
  list-style: square; }

.table-style-3 th {
  color: #70706F !important;
  font-weight: normal;
  font-size: 22px;
  border-bottom: none !important;
  font-family: 'Barlow SemiBold'; }

.table-style-3 font {
  color: #004885 !important;
  font-weight: 500;
  font-size: 18px; }

.table-style-3 table tr td:first-child {
  border-top: none !important; }

.table-style-3 table tr td:last-of-type {
  color: black !important;
  border-bottom: 1px solid #dee2e6;
  font-size: 18px; }

.table-style-2 {
  background: #004885; }
  .table-style-2 table {
    margin-top: 0 !important; }
  .table-style-2 th {
    color: white !important;
    font-weight: normal;
    font-size: 28px;
    border-bottom: none !important;
    font-family: 'Barlow SemiBold';
    padding-bottom: 0; }
  .table-style-2 font {
    color: #004885 !important;
    font-weight: 500;
    font-size: 18px; }
  .table-style-2 table tr td:first-child {
    border-top: none !important; }
  .table-style-2 table tr td:last-of-type {
    color: #435f03 !important;
    border-bottom: 1px solid #dee2e6;
    font-size: 18px;
    padding-top: 0; }

/*p {
    font-family: Barlow;
    font-size: 16px;
    text-align: left;
    line-height: 25px;
}*/
p strong {
  font-family: 'Barlow SemiBold';
  font-size: 20px; }

.link-style-5 {
  list-style: square;
  padding-bottom: 4rem;
  position: relative;
  margin-top: -2rem; }
  .link-style-5 li {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .link-style-5 li a {
      padding-left: 0; }
      .link-style-5 li a:hover, .link-style-5 li a:active, .link-style-5 li a:focus {
        color: #004885 !important; }

.section-has-color .free-content-text ul {
  color: white; }
  .section-has-color .free-content-text ul li::marker {
    color: white !important; }

.free-content-text ul {
  padding-left: 17px;
  list-style: square; }

.columns-style-1 .w-100 {
  text-align: center !important; }

.columns-style-1 img {
  max-height: 115px;
  float: none !important; }

.columns-style-1 p {
  text-align: center !important; }
  .columns-style-1 p span {
    font-size: 20px !important;
    color: black !important;
    font-family: Barlow !important; }

.text-date-news {
  font-family: 'Barlow SemiBold';
  font-size: 13px;
  position: absolute;
  top: calc(100% + 25px); }

.btn-detail-news {
  position: absolute;
  right: 30px;
  top: 100%; }

.btn-detail-news i {
  color: #004885; }

.columns-style-4 h3 {
  font-size: 36px !important; }

.columns-style-4 p.subtitle {
  padding-bottom: 25px; }

.columns-style-4 p span {
  font-family: Barlow !important;
  font-size: 24px !important;
  color: #666666;
  margin-bottom: 40px; }

.columns-style-4 a {
  font-size: 20px !important;
  color: white !important;
  font-family: Barlow !important; }

.columns-style-4 ul {
  padding-left: 15px;
  list-style: square; }
  .columns-style-4 ul li::marker {
    color: #004885 !important; }

.grid-system {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr)); }

.timeline {
  list-style: none;
  padding: 0px 0 0px;
  position: relative;
  margin-bottom: 3rem; }

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 2px;
  background-color: #94d500;
  left: 50%;
  margin-left: -1px; }

.timeline > li {
  margin-bottom: 20px;
  position: relative;
  display: flow-root; }

.timeline > li:before, .timeline > li:after {
  content: " ";
  display: table; }

.timeline > li > .timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -25px;
  background-color: #fff;
  z-index: 2;
  border: 1px solid #94d500;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%; }

.timeline > li > .timeline-panel {
  width: 46%;
  float: left;
  padding: 20px;
  position: relative;
  padding-left: 0; }

.timeline-heading img {
  max-width: 100%;
  padding-bottom: 15px; }

.timeline-heading h4 {
  color: #94d500;
  font-weight: 900;
  font-size: 30pt;
  padding: 0 0 10px 0;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 0; }

.timeline-body > p, .timeline-body > ul {
  margin-bottom: 0;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-size: 12pt;
  padding: 0 10px 0 0; }

.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " "; }

.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  padding-left: 20px; }

.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto; }

.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " "; }

.slider-style-1 h1, .slider-style-1 h5 {
  font-family: Barlow !important;
  text-transform: inherit !important; }

.slider-style-1 .carousel-caption-left {
  margin-left: 105px !important;
  width: 500px;
  text-align: left; }

.slider-style-1 .carousel-control-prev, .slider-style-1 .carousel-control-next {
  display: none; }

.slider-style-1 .slider-video-background {
  height: 100vh; }
  .slider-style-1 .slider-video-background video {
    position: relative;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%; }

.slider {
  cursor: grab;
  background-color: black; }
  .slider .fil0 {
    fill: white; }
  .slider .carousel-indicators li {
    height: 3px; }
    .slider .carousel-indicators li.active {
      background-color: white; }
  .slider .carousel-inner {
    max-height: 100vh;
    height: 100vh; }
    .slider .carousel-inner .carousel-item {
      max-height: 100vh;
      height: 100vh; }
      .slider .carousel-inner .carousel-item .carousel-mask {
        /*width: 100vw;
                height: 100vh;
                position: absolute;
                top: 0;
                left: 0;
                -moz-box-shadow: inset 1px 45px 122px 147px rgba(0, 0, 0, 0.55);
                -webkit-box-shadow: inset 1px 45px 122px 147px rgba(0, 0, 0, 0.55);
                box-shadow: inset 1px 45px 122px 147px rgba(0, 0, 0, 0.55);*/
        /*background: -webkit-radial-gradient(farthest-corner at 50% 0, transparent 54%, black 82%);
                background: radial-gradient(farthest-corner at 50% 0, transparent 54%, black 82%);*/
        /*background: -webkit-radial-gradient(circle, rgba(0,0,0,0) 54%, rgba(0,0,0,1) 100%);
                background: radial-gradient(circle, rgba(0,0,0,0) 54%, rgba(0,0,0,1) 100%);*/ }
      .slider .carousel-inner .carousel-item .carousel-caption {
        position: absolute;
        right: 15%;
        bottom: 7rem;
        left: 15%;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: center;
        top: 58%;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
        .slider .carousel-inner .carousel-item .carousel-caption h5 {
          font-size: 100px;
          font-weight: 400;
          text-transform: uppercase;
          line-height: 1;
          margin-bottom: 1.5rem; }
        .slider .carousel-inner .carousel-item .carousel-caption p {
          font-size: 20px;
          font-weight: 600;
          line-height: 1;
          padding-bottom: 3rem; }
        .slider .carousel-inner .carousel-item .carousel-caption .btn-container {
          height: 69px; }
          .slider .carousel-inner .carousel-item .carousel-caption .btn-container a {
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            outline: none;
            background-color: transparent;
            border-radius: 0;
            padding: 20px 40px;
            font-size: 16px;
            font-weight: 400;
            margin-bottom: 1.5rem;
            cursor: pointer;
            position: absolute !important;
            top: 0;
            left: 50% !important;
            -moz-transform: translateX(-50%) !important;
            -ms-transform: translateX(-50%) !important;
            -o-transform: translateX(-50%) !important;
            -webkit-transform: translateX(-50%) !important;
            transform: translateX(-50%) !important;
            -moz-transition: all .33s ease-in-out;
            -o-transition: all .33s ease-in-out;
            -webkit-transition: all .33s ease-in-out;
            transition: all .33s ease-in-out;
            border: 1px solid white;
            color: white;
            line-height: 1.5;
            text-transform: none; }
            .slider .carousel-inner .carousel-item .carousel-caption .btn-container a i {
              vertical-align: middle; }
            .slider .carousel-inner .carousel-item .carousel-caption .btn-container a:hover {
              border-color: black;
              background-color: black !important;
              color: white !important;
              position: absolute !important;
              top: -0.5rem !important; }

.gallery-slider {
  height: 100%; }
  .gallery-slider .carousel-inner {
    height: 100%; }
    .gallery-slider .carousel-inner .carousel-item {
      height: 100%; }
      .gallery-slider .carousel-inner .carousel-item .carousel-img {
        height: 100%; }

.arrow {
  top: 0;
  height: 4rem;
  width: 4rem;
  shape-rendering: geometricPrecision;
  text-rendering: geometricPrecision;
  image-rendering: optimizeQuality; }
  .arrow.arrow-left {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }

.swiper-container .swiper-wrapper {
  /*margin-top: 2rem;*/
  /*margin-bottom: 5rem;*/ }
  .swiper-container .swiper-wrapper .swiper-slide {
    /*            &:first-child, &:last-child {
                width: 25% !important;

                .article-thumbnail {
                    -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
                    -o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
                    -webkit-filter: grayscale(100%);
                    filter: gray;
                    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
                }

                span {
                    display: none !important;
                }
            }

            &:not(:first-child, :last-child) {
                width: 50% !important;
                padding-left: 10px;
                padding-right: 10px;

                h2 {
                    background: linear-gradient(to top, rgba(0, 83, 62, 0.5) 100%, transparent);
                }
            }*/
    height: 500px !important;
    line-height: 0;
    cursor: pointer;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    /*            &.swiper-slide-active{
                width: 900px !important;
            }*/
    /* &.swiper-slide-active {
                .swiper-content {
                    .article {
                        &:hover {
                            cursor: pointer;

                            .article-preview {
                                background-color: #f8f8f8;
                            }

                            .article-thumbnail {
                                transform: rotateX(40deg);
                            }
                        }
                    }
                }
            }*/ }
    .swiper-container .swiper-wrapper .swiper-slide .swiper-content {
      width: 100%;
      height: 100%; }
      .swiper-container .swiper-wrapper .swiper-slide .swiper-content .article {
        width: 100%;
        height: 500px;
        position: relative;
        -moz-transition: all .366s ease-in-out;
        -o-transition: all .366s ease-in-out;
        -webkit-transition: all .366s ease-in-out;
        transition: all .366s ease-in-out;
        perspective: 1500px;
        border-radius: 8px;
        display: inline-block;
        user-select: none; }
        .swiper-container .swiper-wrapper .swiper-slide .swiper-content .article .article-preview {
          height: 500px;
          font-size: 17px;
          line-height: 28px;
          color: #222;
          transition: all .366s ease-in-out;
          width: 100%;
          position: absolute;
          overflow: hidden; }
          .swiper-container .swiper-wrapper .swiper-slide .swiper-content .article .article-preview .controls {
            position: absolute;
            right: 0;
            width: 100%;
            height: 100%;
            cursor: pointer;
            display: table; }
            .swiper-container .swiper-wrapper .swiper-slide .swiper-content .article .article-preview .controls label {
              background-color: #f5f5f5;
              width: 33.33%;
              box-sizing: border-box;
              cursor: pointer;
              padding: 20px;
              display: table-cell;
              vertical-align: bottom; }
              .swiper-container .swiper-wrapper .swiper-slide .swiper-content .article .article-preview .controls label span {
                font-size: 20px;
                color: #000;
                width: 100%;
                display: block;
                pointer-events: none;
                text-align: center;
                transition: color .5s; }
              .swiper-container .swiper-wrapper .swiper-slide .swiper-content .article .article-preview .controls label:hover span {
                color: #ff2d55; }
        .swiper-container .swiper-wrapper .swiper-slide .swiper-content .article .article-thumbnail {
          height: 500px;
          background-size: cover;
          background-position: center center;
          -moz-transition: all .366s ease-in-out;
          -o-transition: all .366s ease-in-out;
          -webkit-transition: all .366s ease-in-out;
          transition: all .366s ease-in-out;
          -moz-transform-origin: 0 0;
          -ms-transform-origin: 0 0;
          -o-transform-origin: 0 0;
          -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
          width: 100%;
          position: absolute;
          overflow: hidden; }
          .swiper-container .swiper-wrapper .swiper-slide .swiper-content .article .article-thumbnail:before {
            content: "";
            height: 100%;
            width: 100%;
            background: linear-gradient(190deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 90%);
            -webkit-clip-path: polygon(0 0, 100% 0, 100% 25%, 0 75%);
            clip-path: polygon(0 0, 100% 0, 100% 25%, 0 75%);
            opacity: 0;
            position: absolute;
            transition: all .366s ease-in-out;
            transform: translateY(-100%); }
          .swiper-container .swiper-wrapper .swiper-slide .swiper-content .article .article-thumbnail h2 {
            position: absolute;
            width: 100%;
            padding: 200px 20px 215px;
            text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
            color: #fff;
            font-size: 28px;
            text-align: center;
            background: linear-gradient(to top, rgba(0, 83, 62, 0.3) 100%, transparent);
            top: 50%;
            transform: translateY(-50%); }
            .swiper-container .swiper-wrapper .swiper-slide .swiper-content .article .article-thumbnail h2 span:nth-child(1) {
              display: block;
              margin: 8px 0;
              letter-spacing: .5px;
              opacity: .7;
              color: #fff;
              font-size: 50px;
              line-height: 1em;
              font-family: Barlow;
              margin: 0 auto;
              opacity: 1; }
            .swiper-container .swiper-wrapper .swiper-slide .swiper-content .article .article-thumbnail h2 span:nth-child(2) {
              display: block;
              margin: 8px 0;
              letter-spacing: .5px;
              opacity: .7;
              color: #fff;
              font-size: 20px;
              line-height: 1em;
              font-family: Barlow;
              margin: 0 auto;
              opacity: 1;
              margin-top: 1.5rem;
              padding-left: 2rem;
              padding-right: 2rem; }

.music-player-toastr {
  position: fixed;
  z-index: 2;
  width: 20rem;
  bottom: 1.5rem;
  right: 1.5rem;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 1rem;
  -moz-box-shadow: 1px 1px 5px #e2dddd;
  -webkit-box-shadow: 1px 1px 5px #e2dddd;
  box-shadow: 1px 1px 5px #e2dddd; }
  .music-player-toastr .album {
    background-size: cover !important;
    width: 4rem;
    height: 4rem; }
  .music-player-toastr .album-info {
    position: absolute;
    left: 6rem;
    top: 1.5rem; }
  .music-player-toastr ul {
    position: absolute;
    top: 1rem;
    right: 1rem;
    margin-bottom: 0; }
    .music-player-toastr ul li {
      margin-right: 0 !important; }
      .music-player-toastr ul li i {
        font-size: 21px; }

.slider-all-in-one {
  height: 700px;
  background-size: cover !important;
  background-position-y: 0 !important;
  overflow-y: hidden;
  -moz-transition: all .366s ease-in-out;
  -o-transition: all .366s ease-in-out;
  -webkit-transition: all .366s ease-in-out;
  transition: all .366s ease-in-out; }
  .slider-all-in-one .slider-item-container {
    border-right: 1px solid white;
    height: 700px;
    display: inline-block;
    position: relative;
    margin-left: -4.3px; }
    .slider-all-in-one .slider-item-container:hover .slider-item-content {
      top: 60%; }
      .slider-all-in-one .slider-item-container:hover .slider-item-content p {
        margin-top: inherit !important; }
    .slider-all-in-one .slider-item-container:last-of-type {
      border: none !important; }
    .slider-all-in-one .slider-item-container .slider-item-content {
      position: absolute;
      top: 87%;
      left: 2rem;
      height: 600px;
      padding-left: 4rem;
      padding-right: 4rem;
      -moz-transition: all .366s ease-in-out;
      -o-transition: all .366s ease-in-out;
      -webkit-transition: all .366s ease-in-out;
      transition: all .366s ease-in-out; }
      .slider-all-in-one .slider-item-container .slider-item-content h4 {
        color: #fff;
        font-weight: 700;
        letter-spacing: 0px;
        line-height: 1.5;
        text-transform: none;
        font-size: 28px; }
      .slider-all-in-one .slider-item-container .slider-item-content p {
        color: white;
        letter-spacing: 0px;
        line-height: 1.7;
        text-transform: none;
        font-weight: 600;
        font-size: 15px;
        margin-top: 3rem; }
      .slider-all-in-one .slider-item-container .slider-item-content a {
        background-color: transparent;
        border: 1px solid white;
        -moz-border-radius: 25px;
        -webkit-border-radius: 25px;
        border-radius: 25px;
        color: white !important;
        font-size: 16px;
        font-weight: 700;
        line-height: 1.7;
        text-transform: none;
        padding: .6rem 2.5em; }

.slider-all-in-one-wrapper {
  position: relative;
  background-color: #004885; }
  .slider-all-in-one-wrapper .slider-all-in-one-element {
    height: 500px;
    max-height: 500px;
    overflow: hidden; }
    .slider-all-in-one-wrapper .slider-all-in-one-element .slider-all-in-one-info-container {
      float: left;
      width: 40%;
      max-width: 40%;
      height: 500px;
      position: relative; }
      .slider-all-in-one-wrapper .slider-all-in-one-element .slider-all-in-one-info-container .slider-all-in-one-info-content {
        display: none;
        visibility: hidden;
        position: absolute;
        top: calc(50% + 3rem);
        left: 95px;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        color: white;
        width: 300px; }
        .slider-all-in-one-wrapper .slider-all-in-one-element .slider-all-in-one-info-container .slider-all-in-one-info-content span {
          visibility: hidden;
          letter-spacing: 3px;
          font-size: 13px;
          font-weight: 700; }
        .slider-all-in-one-wrapper .slider-all-in-one-element .slider-all-in-one-info-container .slider-all-in-one-info-content h2 {
          visibility: hidden;
          font-size: 26px;
          line-height: 2rem;
          letter-spacing: 3px;
          margin-top: 15px;
          margin-bottom: 15px;
          font-family: Barlow; }
        .slider-all-in-one-wrapper .slider-all-in-one-element .slider-all-in-one-info-container .slider-all-in-one-info-content p {
          visibility: hidden;
          font-size: 16px;
          margin-top: 0;
          margin-bottom: 35px;
          line-height: 1.7;
          font-family: Barlow; }
        .slider-all-in-one-wrapper .slider-all-in-one-element .slider-all-in-one-info-container .slider-all-in-one-info-content ul {
          list-style: square;
          color: white;
          padding-left: 17px;
          margin-top: 20px; }
          .slider-all-in-one-wrapper .slider-all-in-one-element .slider-all-in-one-info-container .slider-all-in-one-info-content ul li::marker {
            color: white !important; }
        .slider-all-in-one-wrapper .slider-all-in-one-element .slider-all-in-one-info-container .slider-all-in-one-info-content a {
          visibility: hidden;
          color: white !important;
          font-size: 16px;
          font-weight: normal;
          font-family: Barlow;
          letter-spacing: 0px;
          -moz-transition: all ease-in-out .33s;
          -o-transition: all ease-in-out .33s;
          -webkit-transition: all ease-in-out .33s;
          transition: all ease-in-out .33s;
          margin-top: 15px; }
          .slider-all-in-one-wrapper .slider-all-in-one-element .slider-all-in-one-info-container .slider-all-in-one-info-content a:hover {
            color: white !important; }
        .slider-all-in-one-wrapper .slider-all-in-one-element .slider-all-in-one-info-container .slider-all-in-one-info-content.active {
          display: block;
          visibility: visible; }
          .slider-all-in-one-wrapper .slider-all-in-one-element .slider-all-in-one-info-container .slider-all-in-one-info-content.active span, .slider-all-in-one-wrapper .slider-all-in-one-element .slider-all-in-one-info-container .slider-all-in-one-info-content.active h2, .slider-all-in-one-wrapper .slider-all-in-one-element .slider-all-in-one-info-container .slider-all-in-one-info-content.active p, .slider-all-in-one-wrapper .slider-all-in-one-element .slider-all-in-one-info-container .slider-all-in-one-info-content.active a {
            visibility: visible; }
    .slider-all-in-one-wrapper .slider-all-in-one-element .slider-all-in-one-picture {
      float: right;
      width: 60%;
      max-width: 60%;
      height: 100%; }
      .slider-all-in-one-wrapper .slider-all-in-one-element .slider-all-in-one-picture .slider-all-in-one-background {
        display: none; }
        .slider-all-in-one-wrapper .slider-all-in-one-element .slider-all-in-one-picture .slider-all-in-one-background.active {
          display: block;
          background-size: cover !important;
          height: 500px;
          max-height: 500px;
          width: 100%;
          -moz-transition: all ease-in-out 0.33s;
          -o-transition: all ease-in-out 0.33s;
          -webkit-transition: all ease-in-out 0.33s;
          transition: all ease-in-out 0.33s; }
  .slider-all-in-one-wrapper .slider-control {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: black;
    padding: 0.7rem 1.5rem; }
    .slider-all-in-one-wrapper .slider-control ul li {
      position: relative; }

.slider-new-template {
  height: 700px;
  background-size: cover !important;
  background-position-y: 0 !important;
  overflow-y: hidden;
  -moz-transition: all .366s ease-in-out;
  -o-transition: all .366s ease-in-out;
  -webkit-transition: all .366s ease-in-out;
  transition: all .366s ease-in-out; }
  .slider-new-template .slider-item-container {
    border-right: 1px solid white;
    height: 700px;
    display: inline-block;
    position: relative;
    margin-left: -4.3px; }
    .slider-new-template .slider-item-container:hover .slider-item-content {
      top: 60%; }
      .slider-new-template .slider-item-container:hover .slider-item-content p {
        margin-top: inherit !important; }
    .slider-new-template .slider-item-container:last-of-type {
      border: none !important; }
    .slider-new-template .slider-item-container .slider-item-content {
      position: absolute;
      top: 87%;
      left: 2rem;
      height: 600px;
      padding-left: 4rem;
      padding-right: 4rem;
      -moz-transition: all .366s ease-in-out;
      -o-transition: all .366s ease-in-out;
      -webkit-transition: all .366s ease-in-out;
      transition: all .366s ease-in-out; }
      .slider-new-template .slider-item-container .slider-item-content h4 {
        color: #fff;
        font-weight: 700;
        letter-spacing: 0px;
        line-height: 1.5;
        text-transform: none;
        font-size: 28px; }
      .slider-new-template .slider-item-container .slider-item-content p {
        color: white;
        letter-spacing: 0px;
        line-height: 1.7;
        text-transform: none;
        font-weight: 600;
        font-size: 15px;
        margin-top: 3rem; }
      .slider-new-template .slider-item-container .slider-item-content a {
        background-color: transparent;
        border: 1px solid white;
        -moz-border-radius: 25px;
        -webkit-border-radius: 25px;
        border-radius: 25px;
        color: white !important;
        font-size: 16px;
        font-weight: 700;
        line-height: 1.7;
        text-transform: none;
        padding: .6rem 2.5em; }

.carousel-indicators {
  justify-content: flex-start; }

.about_us_area h4 {
  font-size: 50px;
  font-family: Barlow;
  color: white;
  opacity: 1;
  margin-left: 100px;
  width: 500px; }

.about_us_area p {
  color: white;
  opacity: 1;
  font-size: 20px;
  margin-left: 100px;
  width: 500px; }

.about_us_area a {
  margin-left: 100px; }
  .about_us_area a i {
    color: #004885;
    font-size: 18px; }

.slider-style-7 .carousel-inner {
  max-height: 30%;
  height: 30%; }
  .slider-style-7 .carousel-inner .carousel-item {
    max-height: 30%;
    height: 30%; }
    .slider-style-7 .carousel-inner .carousel-item h5 {
      font-size: 18px !important;
      text-transform: uppercase;
      line-height: 1;
      margin-bottom: 0rem !important;
      font-family: 'Barlow SemiBold' !important;
      color: white !important;
      margin-left: 100px !important; }
    .slider-style-7 .carousel-inner .carousel-item p {
      font-size: 35px !important;
      line-height: 50px !important;
      padding-bottom: 3rem;
      width: 300px;
      font-family: 'Barlow SemiBold' !important;
      color: #004885;
      margin-left: 100px !important; }

.customer-logos {
  margin-top: 3rem; }
  .customer-logos .slick-slide .slide p {
    text-align: left;
    color: #000000;
    font-family: Barlow;
    font-size: 21px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: center;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    padding-left: 3rem;
    padding-right: 3rem;
    text-align: center;
    margin-top: 1.5rem; }
  .customer-logos .slick-slide img {
    margin-left: auto;
    margin-right: auto;
    max-height: 115px; }

.slick-prev:before, .slick-next:before {
  font-family: FontAwesome;
  font-size: 40px;
  line-height: 1;
  color: #00644f;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 1000; }

.slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  cursor: pointer;
  z-index: 1000; }

/*@import "css/cards-slider/slider.css";*/
#nav-links {
  height: 100%;
  font-family: 'Futura Medium';
  letter-spacing: 1.5px; }
  #nav-links img {
    width: 200px;
    height: auto; }
  #nav-links ul.navbar-nav .nav-item:first-child {
    position: absolute;
    left: 4rem;
    top: 16px; }

.fixed-top {
  height: 135px;
  position: absolute; }

.custom-collapse {
  height: 0; }

.logo-container {
  width: 185px;
  height: auto;
  margin-left: 25px;
  margin-top: 0rem;
  cursor: pointer; }

.carousel-caption-center {
  color: white !important; }

.top-navbar {
  height: 135px;
  background: #062842;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
  opacity: 0.7;
  padding: 0;
  width: calc(100% + 15px); }
  .top-navbar ul {
    display: block;
    margin-top: 15px;
    margin-right: 50px;
    margin-bottom: auto; }
    .top-navbar ul li {
      color: white;
      display: inline;
      margin-right: 5px;
      font-family: Barlow;
      vertical-align: middle; }
      .top-navbar ul li a {
        color: white;
        opacity: 1; }
      .top-navbar ul li i {
        font-size: 20px; }
      .top-navbar ul li.language-options {
        margin-left: 20px; }
      .top-navbar ul li.language-option {
        font-size: 15px; }
      .top-navbar ul li.active {
        font-weight: 600;
        color: #004885; }

body:not(.light-bg) #main-navbar:not(.navbar-gray) .navbar-mask {
  height: 135px;
  width: 100%;
  opacity: 0.7;
  background: #062842; }

body:not(.light-bg) .social-nav {
  list-style: none;
  display: flex;
  flex-direction: row;
  gap: 15px;
  position: absolute;
  top: 15px;
  right: 30px; }
  body:not(.light-bg) .social-nav i {
    color: #80d1ef;
    font-size: 22px;
    transition: color 0.5s; }

body.navbar-gray #main-navbar .navbar-mask {
  height: 135px;
  width: 100%;
  opacity: 0.7;
  background: #062842; }

body.navbar-gray .social-nav {
  list-style: none;
  display: flex;
  flex-direction: row;
  gap: 15px;
  position: absolute;
  top: 15px;
  right: 30px; }
  body.navbar-gray .social-nav i {
    color: #80d1ef;
    font-size: 22px;
    transition: color 0.5s; }

.social-nav {
  display: none; }

#main-navbar {
  padding: 0; }
  #main-navbar .navbar-nav {
    /*padding-top: 30px;*/ }
  #main-navbar .dropdown-item.active, #main-navbar .dropdown-item:active {
    background: white !important; }
  #main-navbar button.navbar-toggler {
    position: absolute;
    top: 3rem;
    right: 2rem;
    outline: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    z-index: 17; }
    #main-navbar button.navbar-toggler i {
      color: white;
      font-size: 2rem; }
  #main-navbar .dropdown-menu {
    background: #004885;
    border-radius: 0;
    border: none;
    padding-left: 0px; }
    #main-navbar .dropdown-menu li {
      font-size: 14px;
      letter-spacing: 2px; }
      #main-navbar .dropdown-menu li .dropdown-item {
        color: white !important;
        padding-left: 15px; }
        #main-navbar .dropdown-menu li .dropdown-item:hover, #main-navbar .dropdown-menu li .dropdown-item:active, #main-navbar .dropdown-menu li .dropdown-item:focus {
          color: black !important; }
  #main-navbar .nav-link {
    color: #4d4d4d !important; }

@media (max-width: 1279px) {
  #navbarToggleExternalContent {
    position: fixed;
    width: 102vw;
    top: 0px;
    z-index: 16; }
    #navbarToggleExternalContent .navbar-content {
      background: linear-gradient(180deg, #084c86 0%, #002a4d 100%); }
      #navbarToggleExternalContent .navbar-content ul {
        display: table;
        position: absolute;
        width: 100%;
        top: 2.5rem;
        padding: 5rem;
        color: white;
        font-size: 1rem;
        -moz-transition: .30s all ease-in-out;
        -o-transition: .30s all ease-in-out;
        -webkit-transition: .30s all ease-in-out;
        transition: .30s all ease-in-out;
        left: 10px;
        padding-left: 5px;
        padding-right: 5rem; }
        #navbarToggleExternalContent .navbar-content ul li {
          display: table-cell; }
          #navbarToggleExternalContent .navbar-content ul li a {
            color: white !important;
            text-transform: uppercase;
            font-family: 'Barlow SemiBold';
            font-size: 16px;
            letter-spacing: 1px;
            padding-left: 0; }
            #navbarToggleExternalContent .navbar-content ul li a:hover, #navbarToggleExternalContent .navbar-content ul li a:focus {
              color: black !important; }
          #navbarToggleExternalContent .navbar-content ul li.active a {
            color: black !important; }
    #navbarToggleExternalContent.show .navbar-content ul {
      top: 2.5rem; }
    #navbarToggleExternalContent hr {
      margin-top: 10rem;
      margin-bottom: 1rem;
      border: 0;
      border-top: 1px solid white;
      padding: 0rem;
      padding-bottom: 0;
      margin-left: 5rem;
      margin-right: 6rem;
      margin-bottom: 0;
      visibility: hidden; }
    #navbarToggleExternalContent .second-menu {
      padding-left: 5rem;
      padding-right: 5rem; }
      #navbarToggleExternalContent .second-menu a {
        width: 100%;
        color: white !important;
        display: block;
        text-align: left;
        font-size: 16px;
        font-family: 'Barlow SemiBold';
        padding-bottom: 15px;
        letter-spacing: 1px; }
        #navbarToggleExternalContent .second-menu a:hover, #navbarToggleExternalContent .second-menu a:focus {
          color: #838382 !important; } }

@media (min-width: 1280px) {
  #navbarToggleExternalContent {
    position: fixed;
    width: 102vw;
    top: 0px;
    z-index: 16; }
    #navbarToggleExternalContent .navbar-content {
      background: linear-gradient(180deg, #084c86 0%, #002a4d 100%); }
      #navbarToggleExternalContent .navbar-content ul {
        display: block;
        position: absolute;
        width: 100%;
        top: 2.5rem;
        left: 94px;
        padding: 5rem;
        color: white;
        font-size: 1rem;
        -moz-transition: .30s all ease-in-out;
        -o-transition: .30s all ease-in-out;
        -webkit-transition: .30s all ease-in-out;
        transition: .30s all ease-in-out;
        padding-left: 0;
        padding-right: 0; }
        #navbarToggleExternalContent .navbar-content ul li {
          display: table-cell;
          padding-right: 2rem; }
          #navbarToggleExternalContent .navbar-content ul li:not(:first-child) {
            padding-left: 2rem; }
          #navbarToggleExternalContent .navbar-content ul li a {
            color: white !important;
            text-transform: uppercase;
            font-family: 'Barlow SemiBold';
            font-size: 16px;
            letter-spacing: 1px;
            padding-left: 0;
            padding-right: 0; }
            #navbarToggleExternalContent .navbar-content ul li a:hover, #navbarToggleExternalContent .navbar-content ul li a:focus {
              color: black !important; }
          #navbarToggleExternalContent .navbar-content ul li.active a {
            color: black !important; }
    #navbarToggleExternalContent.show .navbar-content ul {
      top: 2.5rem; }
    #navbarToggleExternalContent hr {
      margin-top: 10rem;
      margin-bottom: 1rem;
      border: 0;
      border-top: 1px solid white;
      padding: 0rem;
      padding-bottom: 0;
      margin-left: 4.45rem;
      margin-right: 6rem;
      margin-bottom: 0;
      visibility: hidden; }
    #navbarToggleExternalContent .second-menu {
      padding-left: 5rem;
      padding-right: 5rem; }
      #navbarToggleExternalContent .second-menu > div {
        padding-left: 5px;
        padding-right: 5px; }
      #navbarToggleExternalContent .second-menu a {
        width: 100%;
        color: white !important;
        display: block;
        text-align: left;
        font-size: 16px;
        font-family: 'Barlow SemiBold';
        padding-bottom: 15px;
        letter-spacing: 1px; }
        #navbarToggleExternalContent .second-menu a:hover, #navbarToggleExternalContent .second-menu a:focus {
          color: #838382 !important; } }

.navbar-gray {
  height: 135px;
  background: linear-gradient(180deg, #084c86 0%, #002a4d 100%);
  margin-bottom: 3rem; }

.col-sp-p {
  padding-left: 0.8rem;
  padding-right: 3rem; }

.tab-w-media-wrapper {
  position: relative; }
  .tab-w-media-wrapper img {
    position: absolute;
    top: 5rem;
    left: calc(50% - 0.75rem);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 13rem;
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2), 0 40px 35px -20px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2), 0 40px 35px -20px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2), 0 40px 35px -20px rgba(0, 0, 0, 0.3);
    -moz-transition: .5s;
    -o-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    z-index: 1; }
  .tab-w-media-wrapper ul.nav-tabs {
    border-bottom: 1px solid #000000; }
    .tab-w-media-wrapper ul.nav-tabs li {
      /*width: calc(100% / 2);*/
      text-align: center;
      margin-bottom: -2px; }
      .tab-w-media-wrapper ul.nav-tabs li a {
        letter-spacing: 0px;
        line-height: 1.9;
        text-transform: none;
        font-weight: 600;
        font-size: 20px;
        text-transform: uppercase;
        -moz-transition: all 0.33s ease-in-out;
        -o-transition: all 0.33s ease-in-out;
        -webkit-transition: all 0.33s ease-in-out;
        transition: all 0.33s ease-in-out;
        color: inherit !important;
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
        background-color: black;
        color: white !important; }
        .tab-w-media-wrapper ul.nav-tabs li a.active {
          border: none !important;
          color: black !important;
          background-color: white; }
  .tab-w-media-wrapper .img-abstract-background {
    height: 530px;
    margin: auto;
    position: relative;
    text-align: center;
    overflow: hidden;
    color: #fff;
    width: 100%;
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 40px 35px -20px rgba(0, 0, 0, 0.2), 0 40px 35px -40px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 40px 35px -20px rgba(0, 0, 0, 0.2), 0 40px 35px -40px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 40px 35px -20px rgba(0, 0, 0, 0.2), 0 40px 35px -40px rgba(0, 0, 0, 0.1); }
    .tab-w-media-wrapper .img-abstract-background .img-background {
      position: absolute;
      top: -20px;
      left: -20px;
      bottom: -20px;
      right: -20px;
      background-size: cover !important;
      background-position: center top;
      -moz-filter: blur(8px);
      -ms-filter: blur(8px);
      -webkit-filter: blur(8px);
      filter: blur(8px);
      z-index: 0;
      -moz-transition: .5s;
      -o-transition: .5s;
      -webkit-transition: .5s;
      transition: .5s; }
  .tab-w-media-wrapper .content-container {
    padding-top: 3rem;
    padding-left: .5rem;
    padding-right: .5rem; }
    .tab-w-media-wrapper .content-container i {
      font-size: 1.3rem; }
    .tab-w-media-wrapper .content-container h2 {
      font-size: 45px;
      line-height: 1;
      font-weight: 700;
      letter-spacing: 0px; }
    .tab-w-media-wrapper .content-container p {
      letter-spacing: 0px;
      line-height: 1.7;
      text-transform: none;
      padding-top: 1.2em;
      padding-bottom: 1.2em;
      font-weight: 600; }
    .tab-w-media-wrapper .content-container .links p {
      margin-top: 1rem;
      margin-bottom: 0 !important;
      padding-bottom: 0.5rem !important;
      font-size: 26px;
      font-weight: 600;
      line-height: 1;
      letter-spacing: 0px;
      text-transform: none; }
    .tab-w-media-wrapper .content-container .links ul li {
      line-height: 1;
      font-size: 20px;
      font-weight: 600;
      margin-right: 0 !important;
      display: inline-block;
      width: calc(98% /3); }
      .tab-w-media-wrapper .content-container .links ul li span {
        vertical-align: bottom; }

.tabs-w-media-player {
  position: absolute;
  top: 73%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
  width: 100%; }
  .tabs-w-media-player p.active-song {
    margin-bottom: 1.5rem !important; }
  .tabs-w-media-player div.controls {
    position: absolute;
    width: 100%; }
    .tabs-w-media-player div.controls div {
      position: absolute; }
      .tabs-w-media-player div.controls div:nth-child(1) {
        left: 3.5rem; }
      .tabs-w-media-player div.controls div:nth-child(2) {
        left: 50%;
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%); }
      .tabs-w-media-player div.controls div:nth-child(3) {
        right: 3.5rem; }
      .tabs-w-media-player div.controls div i {
        cursor: pointer;
        padding: 0.5rem 0.6rem;
        color: white;
        font-size: 28px;
        font-weight: 900;
        /*background-color: rgba(255,255,255,0.5);*/
        /*-moz-box-shadow: 1px 1px 1px #d6d2d2;
            -webkit-box-shadow: 1px 1px 1px #d6d2d2;
            box-shadow: 1px 1px 1px #d6d2d2;*/ }
        .tabs-w-media-player div.controls div i.disabled {
          cursor: not-allowed;
          color: rgba(255, 255, 255, 0.5); }
  .tabs-w-media-player input[type="range"] {
    -webkit-appearance: none !important;
    position: relative;
    margin-top: 5.5rem !important;
    width: 70%;
    height: 2px;
    background-color: white;
    border: none;
    border-radius: 10px;
    margin: auto;
    transition: all 400ms;
    outline: none;
    padding: 0; }
  .tabs-w-media-player span {
    position: absolute;
    bottom: -2rem;
    color: white; }
    .tabs-w-media-player span.out-b {
      left: 4.5rem; }
    .tabs-w-media-player span.out-e {
      right: 4.5rem; }
  .tabs-w-media-player input[type="range"]::-moz-range-track {
    width: 100%;
    height: 1px;
    background-color: white;
    border: none;
    border-radius: 10px;
    margin: auto;
    transition: all 400ms;
    outline: none;
    padding: 0;
    margin: 0; }
  .tabs-w-media-player input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none !important;
    transform: scale(0.75);
    width: 20px;
    height: 20px;
    border: none;
    background-color: white;
    border-radius: 40px;
    /*box-shadow: 0px 0px 0px green;*/
    transition: all 400ms;
    outline: none; }
  .tabs-w-media-player input[type="range"]::-moz-range-thumb {
    -webkit-appearance: none !important;
    transform: scale(0.75);
    width: 20px;
    height: 20px;
    border: none;
    background-color: white;
    border-radius: 30px;
    /*box-shadow: 0px 0px 0px green;*/
    transition: all 400ms;
    outline: none; }
  .tabs-w-media-player input[type="range"]::-webkit-slider-thumb:hover {
    transform: scale(0.85); }
  .tabs-w-media-player input[type="range"]::-moz-range-thumb:hover {
    transform: scale(0.85); }
  .tabs-w-media-player input[type="range"]::-webkit-slider-thumb:active {
    transform: scale(1); }
  .tabs-w-media-player input[type="range"]::-moz-range-thumb:active {
    transform: scale(1); }
  .tabs-w-media-player .rangevalue {
    text-align: center;
    font-size: 18px;
    display: block;
    margin: auto;
    padding: 10px 0px;
    width: 100%;
    color: white; }
  .tabs-w-media-player:after {
    content: '';
    position: absolute;
    top: -1rem;
    left: 0;
    width: 100%;
    height: 16rem;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: -1; }

.filters li {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase; }
  .filters li.active {
    color: #ff2d55 !important; }

.filters-content {
  margin-top: 3.5rem; }
  .filters-content .image-background,
  .filters-content .video-background {
    height: 356px;
    width: 100%;
    background-size: cover !important;
    z-index: 1;
    -moz-transition: all .33s ease-in-out;
    -o-transition: all .33s ease-in-out;
    -webkit-transition: all .33s ease-in-out;
    transition: all .33s ease-in-out; }
  .filters-content .video-background i {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    font-size: 2rem;
    border-radius: 100%;
    border: 2px solid white;
    padding: 1rem;
    color: white;
    -moz-transition: all .33s ease-in-out;
    -o-transition: all .33s ease-in-out;
    -webkit-transition: all .33s ease-in-out;
    transition: all .33s ease-in-out;
    z-index: 2; }
  .filters-content .video-background .after {
    position: relative;
    width: 100%;
    height: 356px; }
    .filters-content .video-background .after:after {
      content: '';
      padding: 2rem;
      position: absolute;
      border-radius: 100%;
      top: 50%;
      left: 50%;
      -moz-transition: all .33s ease-in-out;
      -o-transition: all .33s ease-in-out;
      -webkit-transition: all .33s ease-in-out;
      transition: all .33s ease-in-out;
      opacity: 1;
      -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      -o-transform: translateX(-50%) translateY(-50%);
      -webkit-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      border: 2px solid white;
      opacity: 0.8; }
  .filters-content .video-background:hover i {
    background-color: rgba(255, 255, 255, 0.25); }
  .filters-content .video-background:hover .after:after {
    padding: 4rem;
    opacity: 0; }
  .filters-content .video-background video {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 356px;
    z-index: 2;
    -moz-transition: all .33s ease-in-out;
    -o-transition: all .33s ease-in-out;
    -webkit-transition: all .33s ease-in-out;
    transition: all .33s ease-in-out;
    -o-object-fit: fill;
    object-fit: fill; }
  .filters-content .video-background:not(.active) i.pause {
    visibility: hidden; }
  .filters-content .video-background.active video {
    visibility: visible; }
  .filters-content .video-background.active i.pause {
    -moz-transition: all .33s ease-in-out;
    -o-transition: all .33s ease-in-out;
    -webkit-transition: all .33s ease-in-out;
    transition: all .33s ease-in-out; }
  .filters-content .video-background.active:hover i.pause {
    visibility: visible !important;
    z-index: 3; }
  .filters-content .filter-item-content h2 {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 1.5;
    text-transform: none;
    margin-bottom: 0; }
  .filters-content .filter-item-content p {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #999;
    letter-spacing: 0px;
    line-height: 1.7; }

footer {
  font-family: 'Barlow';
  letter-spacing: 0;
  margin-top: auto; }
  footer.footer {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #004885; }
    footer.footer hr {
      background: white !important; }
    footer.footer .btn-blue-default {
      border: 1px solid white;
      color: white !important;
      border-radius: 0;
      text-transform: uppercase;
      font-family: 'Barlow SemiBold';
      font-size: 14px;
      padding-left: 15px;
      padding-right: 15px;
      padding-top: 8px;
      padding-bottom: 8px; }
    footer.footer .second-section {
      margin-top: 2rem; }
      footer.footer .second-section .link-module {
        margin-top: 0rem;
        display: inline-block; }
      footer.footer .second-section .social-icons {
        display: inline-block;
        float: right; }
      footer.footer .second-section span {
        font-family: "Barlow";
        font-size: 14px;
        color: white;
        letter-spacing: 1px; }
        footer.footer .second-section span b {
          font-family: "Barlow SemiBold"; }
    footer.footer .menus .menu {
      /*&:not(:first-of-type) {
                    ul {
                        padding-left: 15px;
                    }
                }*/ }
      footer.footer .menus .menu ul {
        float: left; }
    footer.footer ul {
      float: right; }
      footer.footer ul.list-unstyled li {
        font-style: normal;
        font-weight: 300;
        font-size: 22px;
        line-height: 40px;
        color: inherit !important; }
        footer.footer ul.list-unstyled li a {
          color: white !important; }
    footer.footer .logo {
      height: 70px;
      width: auto; }
    footer.footer .social-icons a {
      vertical-align: middle; }
      footer.footer .social-icons a.logo-symbol img {
        height: 37px;
        width: auto;
        margin-left: 1rem;
        filter: brightness(0) invert(1);
        margin-top: -5px; }
      footer.footer .social-icons a i {
        color: white;
        margin-right: 10px;
        font-size: 20px; }

/*.top-items-cards-list,
.top-items-slide {*/
.top-items-header h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 42px;
  line-height: 59px;
  color: #393939;
  position: relative;
  padding-bottom: 0.5rem;
  /*&:after {
            content: '';
            position: absolute;
            width: 6rem;
            left: 50%;
            bottom: 0;
            border: 2px solid $txt-color;
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
        }*/ }

.top-items-header p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #393939; }

.top-items-banner h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 64px;
  line-height: 78px;
  color: #393939;
  position: relative;
  padding-bottom: 0.5rem;
  padding-left: 2rem; }
  .top-items-banner h3:after {
    content: '';
    position: absolute;
    width: 12rem;
    bottom: 0;
    left: 2rem;
    border: 2px solid #393939; }

.top-items-banner h4 {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #393939;
  padding-left: 2rem; }

.top-items-banner p {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  color: #393939;
  text-align: justify;
  padding-top: 1rem; }

.choose-language {
  background: #B9DCDC;
  box-shadow: 0px 3px 9px rgba(67, 99, 99, 0.502349); }
  .choose-language a {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    margin-bottom: 0;
    color: #393939; }
    .choose-language a:hover {
      text-decoration: none; }

.subcategories-banner {
  background: #E0EAEA;
  padding-left: 3rem;
  padding-right: 3rem; }
  .subcategories-banner .row {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 3rem;
    padding-bottom: 3rem; }
    .subcategories-banner .row a {
      font-style: normal;
      font-weight: 600;
      font-size: 15px;
      line-height: 18px;
      text-transform: uppercase;
      margin-bottom: 0;
      color: #393939; }
      .subcategories-banner .row a:hover {
        text-decoration: none; }

/*}*/
.top-items-cards-list .product-card-container .product-card {
  border: none;
  border-radius: 0;
  padding: 1.5rem;
  -moz-transition: all ease-in-out 0.33s;
  -o-transition: all ease-in-out 0.33s;
  -webkit-transition: all ease-in-out 0.33s;
  transition: all ease-in-out 0.33s; }
  .top-items-cards-list .product-card-container .product-card:hover {
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    -moz-box-shadow: 0 0px 3px -1px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0 0px 3px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0px 3px -1px rgba(0, 0, 0, 0.06); }
  .top-items-cards-list .product-card-container .product-card h5 {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 26px;
    color: #393939;
    margin-bottom: 9px; }
  .top-items-cards-list .product-card-container .product-card .product-image {
    position: relative;
    height: 17rem;
    margin-bottom: 1rem;
    background-size: contain !important; }
    .top-items-cards-list .product-card-container .product-card .product-image:after {
      position: absolute;
      content: '';
      border: 2px solid #cd0206;
      width: calc(100% - 3rem);
      bottom: -1.1rem;
      left: 50%;
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
  .top-items-cards-list .product-card-container .product-card p.author {
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 24px;
    text-decoration-line: underline;
    color: #cd0206; }
  .top-items-cards-list .product-card-container .product-card p.price-tag {
    font-style: normal;
    font-weight: bold;
    font-size: 21px;
    line-height: 19px;
    color: #393939;
    margin-top: .7rem;
    margin-right: 1rem;
    /*margin-right: 1.5rem;
                    margin-top: 1.5rem;*/ }
  .top-items-cards-list .product-card-container .product-card p.card-text {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #393939;
    margin-top: 6px; }

.top-items-slide .slider-container {
  padding-bottom: 5rem; }

.top-categories {
  font-size: 0;
  text-align: center;
  overflow: hidden;
  /* margin-bottom: 40px; */ }

.top-categories .categories {
  overflow: hidden;
  margin: 0 auto;
  max-width: 100%;
  padding: 0;
  width: 100%; }

/* .top-categories .categories .category {
    width: 20%;
}

.top-categories .categories .category:first-of-type, .top-categories .categories .category:hover {
    width: 40%;
} */
.top-categories .categories .category {
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.47, 1);
  transition: all 0.3s cubic-bezier(0, 0, 0.47, 1);
  display: inline-block;
  text-align: center;
  cursor: pointer;
  position: relative; }

/* .top-categories .categories .category a {
    position: absolute;
    bottom: 0;
    z-index: 3;
    left: 50%;
    transform: translateX(-50%);
    background: #FAFAFA;
    border: 1px solid #979797;
    box-sizing: border-box;
    border-radius: 0;
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #393939;
} */
.inner {
  box-sizing: inherit;
  font: inherit;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

.top-categories .categories .category:nth-last-of-type(6) figure {
  z-index: 3; }

.top-categories .categories .category figure {
  position: relative;
  z-index: 2;
  /* -webkit-box-shadow: 5px -7px 10px 0 rgba(0,0,0,.1);
    box-shadow: 5px -7px 10px 0 rgba(0,0,0,.1); */ }

.top-categories .categories .category .picture, .top-categories .categories .category picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden; }

.top-categories .categories .category:first-of-type .img, .top-categories .categories .category:hover img {
  opacity: 1; }

.top-categories .categories .category img {
  height: 410px;
  margin-right: 0;
  margin-left: 0;
  /* opacity: .6; */
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.47, 1);
  transition: all 0.3s cubic-bezier(0, 0, 0.47, 1);
  /* width:100%; */ }

/* .top-categories .categories .category:first-of-type, .top-categories .categories .category:hover {
    width: 40% ;
} */
.top-categories .categories .category {
  width: 15%;
  position: relative; }

.top-categories .categories .category.active {
  width: 25%; }

/* .top-categories .categories .category.active::after {
    position: absolute;
    content: '';
    background-color: black;
    z-index: 63;
    width: 70%;
    height: 1rem;
    bottom: 0rem;
    left: 50%;
    transform: translateX(-50%);
    background: #FAFAFA;
    border: 1px solid #979797;
    padding: 1.3rem;
} */
.top-categories .categories .category .author-title {
  position: absolute;
  z-index: 63;
  width: 60% !important;
  /* height: 1rem; */
  bottom: 0rem;
  left: 50%;
  transform: translateX(-50%);
  background: #FAFAFA;
  border: 1px solid #979797;
  padding: 0.5rem;
  color: #393939;
  font-size: 17px;
  /* vertical-align: middle; */ }

.top-categories .categories .category.active img {
  /* width:100%; */ }

.top-categories .categories .category {
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.47, 1);
  transition: all 0.3s cubic-bezier(0, 0, 0.47, 1);
  display: inline-block;
  text-align: center;
  cursor: pointer; }

/*.bg-on-bottom {
    background:linear-gradient(180deg,  60.2%, #98e9e9b8 100%);
        padding-bottom: 5rem;
}*/
.product-detail-container {
  padding-top: 1rem;
  padding-bottom: 1rem; }
  .product-detail-container .card-description {
    padding-left: 0; }
  .product-detail-container .product-detail-content {
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-top: 20px;
    border-radius: 0px 30px 30px 0px; }
    .product-detail-container .product-detail-content .row {
      padding-top: 4rem; }
    .product-detail-container .product-detail-content .main-info h1 {
      width: 100%;
      font-style: normal;
      font-weight: bold;
      font-size: 30px;
      line-height: 35px;
      color: #393939;
      margin-bottom: 17px; }
    .product-detail-container .product-detail-content .main-info .card-description {
      margin-bottom: 10px; }
    .product-detail-container .product-detail-content .main-info p {
      padding-left: 0; }
    .product-detail-container .product-detail-content .main-info .value {
      font-weight: 600; }
    .product-detail-container .product-detail-content .main-info span.attribute {
      font-style: normal;
      font-weight: normal;
      font-size: 15px;
      line-height: 31px;
      color: #393939 !important; }
      .product-detail-container .product-detail-content .main-info span.attribute.o-t-t {
        color: #393939 !important;
        font-size: 15px; }
      .product-detail-container .product-detail-content .main-info span.attribute.stock span {
        font-style: normal;
        font-weight: bold;
        font-size: 15px;
        line-height: 31px;
        color: #cd0206; }
    .product-detail-container .product-detail-content .main-info span.price-tag {
      font-style: normal;
      font-weight: bold;
      font-size: 27px;
      line-height: 44px;
      color: #393939; }
    .product-detail-container .product-detail-content .main-info hr.no-border {
      border: none !important; }
    .product-detail-container .product-detail-content .main-info button.btn-add-to-cart, .product-detail-container .product-detail-content .main-info button.btn-add-to-cart:hover, .product-detail-container .product-detail-content .main-info button.btn-add-to-cart:active, .product-detail-container .product-detail-content .main-info button.btn-add-to-cart:focus, .product-detail-container .product-detail-content .main-info button.btn-add-to-cart:visited {
      position: absolute;
      right: 4.6rem;
      -moz-transition: all ease-in-out 0.33s;
      -o-transition: all ease-in-out 0.33s;
      -webkit-transition: all ease-in-out 0.33s;
      transition: all ease-in-out 0.33s;
      background: #cd0206;
      font-style: normal;
      font-weight: 500;
      font-size: 14px;
      line-height: 17px;
      text-transform: uppercase;
      color: #a30104;
      border-radius: 0;
      border: none !important;
      outline: none !important;
      box-shadow: none !important;
      padding: 0.675rem .75rem; }
      .product-detail-container .product-detail-content .main-info button.btn-add-to-cart i, .product-detail-container .product-detail-content .main-info button.btn-add-to-cart:hover i, .product-detail-container .product-detail-content .main-info button.btn-add-to-cart:active i, .product-detail-container .product-detail-content .main-info button.btn-add-to-cart:focus i, .product-detail-container .product-detail-content .main-info button.btn-add-to-cart:visited i {
        font-size: 19px; }
      .product-detail-container .product-detail-content .main-info button.btn-add-to-cart.move, .product-detail-container .product-detail-content .main-info button.btn-add-to-cart:hover.move, .product-detail-container .product-detail-content .main-info button.btn-add-to-cart:active.move, .product-detail-container .product-detail-content .main-info button.btn-add-to-cart:focus.move, .product-detail-container .product-detail-content .main-info button.btn-add-to-cart:visited.move {
        right: 24.8rem; }
    .product-detail-container .product-detail-content .side-info {
      position: absolute;
      left: calc(100% - 3rem);
      height: 100%;
      top: 0;
      padding-left: 0.7rem;
      padding-right: 0.7rem;
      background-color: #fafafa;
      width: 25rem;
      -moz-transition: all ease-in-out 0.33s;
      -o-transition: all ease-in-out 0.33s;
      -webkit-transition: all ease-in-out 0.33s;
      transition: all ease-in-out 0.33s;
      cursor: pointer;
      overflow-y: hidden;
      min-height: 100%; }
      .product-detail-container .product-detail-content .side-info.active {
        left: calc(100% - 35%); }
      .product-detail-container .product-detail-content .side-info .hidden-info {
        padding-left: 3rem;
        /*padding-top: 2rem;
                padding-bottom: 2rem;*/
        overflow-y: hidden; }
        .product-detail-container .product-detail-content .side-info .hidden-info .tab-title {
          position: absolute;
          left: -1.5rem;
          top: 50%;
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
          font-style: normal;
          font-weight: 500;
          font-size: 12px;
          line-height: 17px;
          text-transform: uppercase;
          color: #393939; }
          .product-detail-container .product-detail-content .side-info .hidden-info .tab-title.rotate {
            -moz-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
            -o-transform: rotate(-90deg);
            -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); }
        .product-detail-container .product-detail-content .side-info .hidden-info .content {
          font-style: normal;
          font-size: 14px;
          line-height: 23px;
          color: #393939; }
        .product-detail-container .product-detail-content .side-info .hidden-info .list-unstyled {
          padding-top: 20px; }
      .product-detail-container .product-detail-content .side-info .product-detail-separator {
        border-top: 1px solid #979797;
        border-bottom: 1px solid #979797;
        padding: 5px 0;
        margin-top: 1.2rem;
        margin-bottom: 7px; }

.category-detail-container .category-detail-content .filter label {
  border: none;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  text-decoration: none;
  color: #393939 !important; }

.category-detail-container .category-detail-content .filter ul.nav-tabs {
  border-bottom: none;
  padding-top: 12px;
  padding-bottom: 12px; }
  .category-detail-container .category-detail-content .filter ul.nav-tabs li a {
    border: none;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 18px;
    text-decoration: none;
    color: #393939 !important; }
    .category-detail-container .category-detail-content .filter ul.nav-tabs li a.active {
      color: #cd0206 !important; }

.category-detail-container .category-detail-content .filter .search-container input {
  border-right: none; }

.category-detail-container .category-detail-content .filter .search-container .input-group-text {
  background-color: white;
  /*background-color: $active-color-regular;*/
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border-left: none;
  border-color: #e6e6e6 !important; }
  .category-detail-container .category-detail-content .filter .search-container .input-group-text i {
    color: #393939;
    font-size: 1.2rem; }

.category-detail-container .category-detail-content .filter .tab-content {
  background-color: #fafafa; }
  .category-detail-container .category-detail-content .filter .tab-content ul.orderby li {
    width: calc((100% - 20px) / 5);
    margin-right: 0; }
    .category-detail-container .category-detail-content .filter .tab-content ul.orderby li a {
      display: block;
      width: 100%; }
  .category-detail-container .category-detail-content .filter .tab-content ul li a {
    border: none;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 18px;
    text-decoration: none;
    color: #393939 !important; }

.category-detail-container .category-detail-content .category-products-card-container {
  padding-top: 1rem; }
  .category-detail-container .category-detail-content .category-products-card-container .category-product-card {
    border: none;
    border-radius: 0;
    padding: 0rem;
    box-shadow: none; }
    .category-detail-container .category-detail-content .category-products-card-container .category-product-card:hover {
      box-shadow: 1px 1px 5px #dad4d4;
      -moz-transition: all ease-in-out 0.33s;
      -o-transition: all ease-in-out 0.33s;
      -webkit-transition: all ease-in-out 0.33s;
      transition: all ease-in-out 0.33s; }
    .category-detail-container .category-detail-content .category-products-card-container .category-product-card h5 {
      font-family: 'GothamPro Bold';
      font-size: 16px;
      letter-spacing: 1px;
      color: #4e4e4e;
      font-weight: bold;
      text-align: center; }
    .category-detail-container .category-detail-content .category-products-card-container .category-product-card p {
      font-family: 'GothamPro';
      font-size: 12px !important; }
    .category-detail-container .category-detail-content .category-products-card-container .category-product-card .value {
      font-weight: 600; }
    .category-detail-container .category-detail-content .category-products-card-container .category-product-card .product-image {
      position: relative;
      height: 150px;
      margin-bottom: 1rem;
      background-size: contain !important;
      /*&:after {
                        position: absolute;
                        content: '';
                        border: 2px solid $primary-color-regular;
                        width: calc(100% - 3rem);
                        bottom: -1.1rem;
                        left: 50%;
                        -moz-transform: translateX(-50%);
                        -ms-transform: translateX(-50%);
                        -o-transform: translateX(-50%);
                        -webkit-transform: translateX(-50%);
                        transform: translateX(-50%);
                    }*/ }
    .category-detail-container .category-detail-content .category-products-card-container .category-product-card p.author {
      font-style: normal;
      font-weight: normal;
      line-height: 15px;
      color: #393939 !important; }
    .category-detail-container .category-detail-content .category-products-card-container .category-product-card p.price-tag {
      font-style: normal;
      font-weight: bold;
      font-size: 21px;
      line-height: 19px;
      color: #393939;
      margin-top: .7rem;
      margin-right: 1rem;
      /*margin-right: 1.5rem;
                        margin-top: 1.5rem;*/ }
    .category-detail-container .category-detail-content .category-products-card-container .category-product-card p.card-text {
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      line-height: 24px;
      color: #393939;
      margin-top: 6px; }

.attribute-section h5 {
  font-size: 15px;
  letter-spacing: 2px;
  cursor: pointer;
  position: relative;
  color: #4e4e4e;
  font-weight: 600;
  line-height: 35px; }
  .attribute-section h5 span {
    position: absolute;
    top: 5px;
    transition: transform 0.5s; }

.attribute-section label {
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: capitalize;
  color: #393939 !important; }

.attribute-section .collapse {
  padding-bottom: 1px; }
  .attribute-section .collapse .pretty:first-of-type {
    margin-top: 10px; }
  .attribute-section .collapse .pretty:last-of-type {
    margin-bottom: 10px; }

.btn-product-action,
.btn-product-action:focus,
.btn-product-action:active,
.btn-product-action:visited,
.btn-product-action:hover {
  background-color: #cd0206 !important;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  border-color: rgba(151, 151, 151, 0.2) !important;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  color: #ffffff;
  font-weight: bold;
  font-family: 'GothamPro Bold'; }
  .btn-product-action i,
  .btn-product-action:focus i,
  .btn-product-action:active i,
  .btn-product-action:visited i,
  .btn-product-action:hover i {
    color: #cd0206;
    font-size: 1.1rem; }

#catalogOptionsTabContent {
  padding: 1rem; }

.pretty * {
  box-sizing: border-box; }

.pretty input:not([type='checkbox']):not([type='radio']) {
  display: none; }

.pretty {
  position: relative;
  display: inline-block;
  margin-right: 1em;
  white-space: nowrap;
  line-height: 1; }
  .pretty input {
    position: absolute;
    left: 0;
    top: 0;
    min-width: 1em;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    margin: 0;
    padding: 0;
    cursor: pointer; }
  .pretty .state label {
    position: initial;
    display: inline-block;
    font-weight: normal;
    margin: 0;
    text-indent: 1.5em;
    min-width: calc(1em + 2px); }
    .pretty .state label:before, .pretty .state label:after {
      content: '';
      width: calc(1em + 2px);
      height: calc(1em + 2px);
      display: block;
      box-sizing: border-box;
      border-radius: 0;
      border: 2px solid transparent;
      z-index: 0;
      position: absolute;
      left: 0;
      top: calc((0% - (100% - 1em)) - 8%);
      background-color: transparent; }
    .pretty .state label:before {
      border-color: #bdc3c7; }
  .pretty .state.p-is-hover, .pretty .state.p-is-indeterminate {
    display: none; }

@keyframes zoom {
  0% {
    opacity: 0;
    transform: scale(0); } }

@keyframes tada {
  0% {
    animation-timing-function: ease-in;
    opacity: 0;
    transform: scale(7); }
  38% {
    animation-timing-function: ease-out;
    opacity: 1;
    transform: scale(1); }
  55% {
    animation-timing-function: ease-in;
    transform: scale(1.5); }
  72% {
    animation-timing-function: ease-out;
    transform: scale(1); }
  81% {
    animation-timing-function: ease-in;
    transform: scale(1.24); }
  89% {
    animation-timing-function: ease-out;
    transform: scale(1); }
  95% {
    animation-timing-function: ease-in;
    transform: scale(1.04); }
  100% {
    animation-timing-function: ease-out;
    transform: scale(1); } }

@keyframes jelly {
  0% {
    transform: scale3d(1, 1, 1); }
  30% {
    transform: scale3d(0.75, 1.25, 1); }
  40% {
    transform: scale3d(1.25, 0.75, 1); }
  50% {
    transform: scale3d(0.85, 1.15, 1); }
  65% {
    transform: scale3d(1.05, 0.95, 1); }
  75% {
    transform: scale3d(0.95, 1.05, 1); }
  100% {
    transform: scale3d(1, 1, 1); } }

@keyframes rotate {
  0% {
    opacity: 0;
    transform: translateZ(-200px) rotate(-45deg); }
  100% {
    opacity: 1;
    transform: translateZ(0) rotate(0); } }

@keyframes pulse {
  0% {
    box-shadow: 0px 0px 0px 0px #bdc3c7; }
  100% {
    box-shadow: 0px 0px 0px 1.5em rgba(189, 195, 199, 0); } }

.pretty.p-default.p-fill .state label:after {
  transform: scale(1); }

.pretty.p-default .state label:after {
  transform: scale(0.6); }

.pretty.p-default input:checked ~ .state label:after {
  background-color: #bdc3c7 !important; }

.pretty.p-default.p-thick .state label:before, .pretty.p-default.p-thick .state label:after {
  border-width: calc(1em / 7); }

.pretty.p-default.p-thick .state label:after {
  transform: scale(0.4) !important; }

.pretty.p-icon .state .icon {
  position: absolute;
  font-size: 1em;
  width: calc(1em + 2px);
  height: calc(1em + 2px);
  left: 0;
  z-index: 1;
  text-align: center;
  line-height: normal;
  top: calc((0% - (100% - 1em)) - 8%);
  border: 1px solid transparent;
  opacity: 0; }

.pretty.p-icon .state .icon:before {
  margin: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  line-height: 1; }

.pretty.p-icon input:checked ~ .state .icon {
  opacity: 1; }

.pretty.p-icon input:checked ~ .state label:before {
  border-color: #5a656b; }

.pretty.p-svg .state .svg {
  position: absolute;
  font-size: 1em;
  width: calc(1em + 2px);
  height: calc(1em + 2px);
  left: 0;
  z-index: 1;
  text-align: center;
  line-height: normal;
  top: calc((0% - (100% - 1em)) - 8%);
  border: 1px solid transparent;
  opacity: 0; }

.pretty.p-svg .state svg {
  margin: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  line-height: 1; }

.pretty.p-svg input:checked ~ .state .svg {
  opacity: 1; }

.pretty.p-image .state img {
  opacity: 0;
  position: absolute;
  width: calc(1em + 2px);
  height: calc(1em + 2px);
  top: 0;
  top: calc((0% - (100% - 1em)) - 8%);
  left: 0;
  z-index: 0;
  text-align: center;
  line-height: normal;
  transform: scale(0.8); }

.pretty.p-image input:checked ~ .state img {
  opacity: 1; }

.pretty.p-switch input {
  min-width: 2em; }

.pretty.p-switch .state {
  position: relative; }
  .pretty.p-switch .state:before {
    content: '';
    border: 1px solid #bdc3c7;
    border-radius: 60px;
    width: 2em;
    box-sizing: unset;
    height: calc(1em + 2px);
    position: absolute;
    top: 0;
    top: calc((0% - (100% - 1em)) - 16%);
    z-index: 0;
    transition: all 0.5s ease; }
  .pretty.p-switch .state label {
    text-indent: 2.5em; }
    .pretty.p-switch .state label:before, .pretty.p-switch .state label:after {
      transition: all 0.5s ease;
      border-radius: 100%;
      left: 0;
      border-color: transparent;
      transform: scale(0.8); }
    .pretty.p-switch .state label:after {
      background-color: #bdc3c7 !important; }

.pretty.p-switch input:checked ~ .state:before {
  border-color: #5a656b; }

.pretty.p-switch input:checked ~ .state label:before {
  opacity: 0; }

.pretty.p-switch input:checked ~ .state label:after {
  background-color: #5a656b !important;
  left: 1em; }

.pretty.p-switch.p-fill input:checked ~ .state:before {
  border-color: #5a656b;
  background-color: #5a656b !important; }

.pretty.p-switch.p-fill input:checked ~ .state label:before {
  opacity: 0; }

.pretty.p-switch.p-fill input:checked ~ .state label:after {
  background-color: #fff !important;
  left: 1em; }

.pretty.p-switch.p-slim .state:before {
  height: 0.1em;
  background: #bdc3c7 !important;
  top: calc(50% - 0.1em); }

.pretty.p-switch.p-slim input:checked ~ .state:before {
  border-color: #5a656b;
  background-color: #5a656b !important; }

.pretty.p-has-hover input:hover ~ .state:not(.p-is-hover) {
  display: none; }

.pretty.p-has-hover input:hover ~ .state.p-is-hover {
  display: block; }
  .pretty.p-has-hover input:hover ~ .state.p-is-hover .icon {
    display: block; }

.pretty.p-has-focus input:focus ~ .state label:before {
  box-shadow: 0px 0px 3px 0px #bdc3c7; }

.pretty.p-has-indeterminate input[type='checkbox']:indeterminate ~ .state:not(.p-is-indeterminate) {
  display: none; }

.pretty.p-has-indeterminate input[type='checkbox']:indeterminate ~ .state.p-is-indeterminate {
  display: block; }
  .pretty.p-has-indeterminate input[type='checkbox']:indeterminate ~ .state.p-is-indeterminate .icon {
    display: block;
    opacity: 1; }

.pretty.p-toggle .state.p-on {
  opacity: 0;
  display: none; }

.pretty.p-toggle .state.p-off,
.pretty.p-toggle .state .icon,
.pretty.p-toggle .state .svg,
.pretty.p-toggle .state img {
  opacity: 1;
  display: inherit; }

.pretty.p-toggle .state.p-off .icon {
  color: #bdc3c7; }

.pretty.p-toggle input:checked ~ .state.p-on {
  opacity: 1;
  display: inherit; }

.pretty.p-toggle input:checked ~ .state.p-off {
  opacity: 0;
  display: none; }

.pretty.p-plain input:checked ~ .state label:before,
.pretty.p-plain.p-toggle .state label:before {
  content: none; }

.pretty.p-plain.p-plain .icon {
  transform: scale(1.1); }

.pretty.p-round .state label:before, .pretty.p-round .state label:after {
  border-radius: 100%; }

.pretty.p-round.p-icon .state .icon {
  border-radius: 100%;
  overflow: hidden; }
  .pretty.p-round.p-icon .state .icon:before {
    transform: scale(0.8); }

.pretty.p-curve .state label:before, .pretty.p-curve .state label:after {
  border-radius: 10%; }

.pretty.p-smooth label:before,
.pretty.p-smooth label:after,
.pretty.p-smooth .icon,
.pretty.p-smooth .svg {
  transition: all 0.5s ease; }

.pretty.p-smooth input:checked + .state label:after {
  transition: all 0.3s ease; }

.pretty.p-smooth input:checked + .state .icon,
.pretty.p-smooth input:checked + .state .svg,
.pretty.p-smooth input:checked + .state img {
  animation: zoom 0.2s ease; }

.pretty.p-smooth.p-default input:checked + .state label:after {
  animation: zoom 0.2s ease; }

.pretty.p-smooth.p-plain input:checked + .state label:before {
  content: '';
  transform: scale(0);
  transition: all 0.5s ease; }

.pretty.p-tada:not(.p-default) input:checked + .state .icon,
.pretty.p-tada:not(.p-default) input:checked + .state .svg,
.pretty.p-tada:not(.p-default) input:checked + .state img,
.pretty.p-tada:not(.p-default) input:checked + .state label:before,
.pretty.p-tada:not(.p-default) input:checked + .state label:after {
  animation: tada 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1 alternate;
  opacity: 1; }

.pretty.p-jelly:not(.p-default) input:checked + .state .icon,
.pretty.p-jelly:not(.p-default) input:checked + .state .svg,
.pretty.p-jelly:not(.p-default) input:checked + .state img,
.pretty.p-jelly:not(.p-default) input:checked + .state label:before,
.pretty.p-jelly:not(.p-default) input:checked + .state label:after {
  animation: jelly 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 1; }

.pretty.p-jelly:not(.p-default) input:checked + .state label:before {
  border-color: transparent; }

.pretty.p-rotate:not(.p-default) input:checked ~ .state .icon,
.pretty.p-rotate:not(.p-default) input:checked ~ .state .svg,
.pretty.p-rotate:not(.p-default) input:checked ~ .state img,
.pretty.p-rotate:not(.p-default) input:checked ~ .state label:before,
.pretty.p-rotate:not(.p-default) input:checked ~ .state label:after {
  animation: rotate 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 1; }

.pretty.p-rotate:not(.p-default) input:checked ~ .state label:before {
  border-color: transparent; }

.pretty.p-pulse:not(.p-switch) input:checked ~ .state label:before {
  animation: pulse 1s; }

.pretty input[disabled] {
  cursor: not-allowed;
  display: none; }
  .pretty input[disabled] ~ * {
    opacity: .5; }

.pretty.p-locked input {
  display: none;
  cursor: not-allowed; }

.pretty input:checked ~ .state.p-primary label:after,
.pretty.p-toggle .state.p-primary label:after {
  background-color: #428bca !important; }

.pretty input:checked ~ .state.p-primary .icon,
.pretty input:checked ~ .state.p-primary .svg,
.pretty.p-toggle .state.p-primary .icon,
.pretty.p-toggle .state.p-primary .svg {
  color: #fff;
  stroke: #fff; }

.pretty input:checked ~ .state.p-primary-o label:before,
.pretty.p-toggle .state.p-primary-o label:before {
  border-color: #428bca; }

.pretty input:checked ~ .state.p-primary-o label:after,
.pretty.p-toggle .state.p-primary-o label:after {
  background-color: transparent; }

.pretty input:checked ~ .state.p-primary-o .icon,
.pretty input:checked ~ .state.p-primary-o .svg,
.pretty input:checked ~ .state.p-primary-o svg,
.pretty.p-toggle .state.p-primary-o .icon,
.pretty.p-toggle .state.p-primary-o .svg,
.pretty.p-toggle .state.p-primary-o svg {
  color: #428bca;
  stroke: #428bca; }

.pretty.p-default:not(.p-fill) input:checked ~ .state.p-primary-o label:after {
  background-color: #428bca !important; }

.pretty.p-switch input:checked ~ .state.p-primary:before {
  border-color: #428bca; }

.pretty.p-switch.p-fill input:checked ~ .state.p-primary:before {
  background-color: #428bca !important; }

.pretty.p-switch.p-slim input:checked ~ .state.p-primary:before {
  border-color: #245682;
  background-color: #245682 !important; }

.pretty input:checked ~ .state.p-info label:after,
.pretty.p-toggle .state.p-info label:after {
  background-color: #5bc0de !important; }

.pretty input:checked ~ .state.p-info .icon,
.pretty input:checked ~ .state.p-info .svg,
.pretty.p-toggle .state.p-info .icon,
.pretty.p-toggle .state.p-info .svg {
  color: #fff;
  stroke: #fff; }

.pretty input:checked ~ .state.p-info-o label:before,
.pretty.p-toggle .state.p-info-o label:before {
  border-color: #5bc0de; }

.pretty input:checked ~ .state.p-info-o label:after,
.pretty.p-toggle .state.p-info-o label:after {
  background-color: transparent; }

.pretty input:checked ~ .state.p-info-o .icon,
.pretty input:checked ~ .state.p-info-o .svg,
.pretty input:checked ~ .state.p-info-o svg,
.pretty.p-toggle .state.p-info-o .icon,
.pretty.p-toggle .state.p-info-o .svg,
.pretty.p-toggle .state.p-info-o svg {
  color: #5bc0de;
  stroke: #5bc0de; }

.pretty.p-default:not(.p-fill) input:checked ~ .state.p-info-o label:after {
  background-color: #5bc0de !important; }

.pretty.p-switch input:checked ~ .state.p-info:before {
  border-color: #5bc0de; }

.pretty.p-switch.p-fill input:checked ~ .state.p-info:before {
  background-color: #5bc0de !important; }

.pretty.p-switch.p-slim input:checked ~ .state.p-info:before {
  border-color: #2390b0;
  background-color: #2390b0 !important; }

.pretty input:checked ~ .state.p-success label:after,
.pretty.p-toggle .state.p-success label:after {
  background-color: black !important; }

.pretty input:checked ~ .state.p-success .icon,
.pretty input:checked ~ .state.p-success .svg,
.pretty.p-toggle .state.p-success .icon,
.pretty.p-toggle .state.p-success .svg {
  color: #fff;
  stroke: #fff; }

.pretty input:checked ~ .state.p-success-o label:before,
.pretty.p-toggle .state.p-success-o label:before {
  border-color: black; }

.pretty input:checked ~ .state.p-success-o label:after,
.pretty.p-toggle .state.p-success-o label:after {
  background-color: transparent; }

.pretty input:checked ~ .state.p-success-o .icon,
.pretty input:checked ~ .state.p-success-o .svg,
.pretty input:checked ~ .state.p-success-o svg,
.pretty.p-toggle .state.p-success-o .icon,
.pretty.p-toggle .state.p-success-o .svg,
.pretty.p-toggle .state.p-success-o svg {
  color: black;
  stroke: black; }

.pretty.p-default:not(.p-fill) input:checked ~ .state.p-success-o label:after {
  background-color: black !important; }

.pretty.p-switch input:checked ~ .state.p-success:before {
  border-color: black; }

.pretty.p-switch.p-fill input:checked ~ .state.p-success:before {
  background-color: black !important; }

.pretty.p-switch.p-slim input:checked ~ .state.p-success:before {
  border-color: black;
  background-color: black !important; }

.pretty input:checked ~ .state.p-warning label:after,
.pretty.p-toggle .state.p-warning label:after {
  background-color: #f0ad4e !important; }

.pretty input:checked ~ .state.p-warning .icon,
.pretty input:checked ~ .state.p-warning .svg,
.pretty.p-toggle .state.p-warning .icon,
.pretty.p-toggle .state.p-warning .svg {
  color: #fff;
  stroke: #fff; }

.pretty input:checked ~ .state.p-warning-o label:before,
.pretty.p-toggle .state.p-warning-o label:before {
  border-color: #f0ad4e; }

.pretty input:checked ~ .state.p-warning-o label:after,
.pretty.p-toggle .state.p-warning-o label:after {
  background-color: transparent; }

.pretty input:checked ~ .state.p-warning-o .icon,
.pretty input:checked ~ .state.p-warning-o .svg,
.pretty input:checked ~ .state.p-warning-o svg,
.pretty.p-toggle .state.p-warning-o .icon,
.pretty.p-toggle .state.p-warning-o .svg,
.pretty.p-toggle .state.p-warning-o svg {
  color: #f0ad4e;
  stroke: #f0ad4e; }

.pretty.p-default:not(.p-fill) input:checked ~ .state.p-warning-o label:after {
  background-color: #f0ad4e !important; }

.pretty.p-switch input:checked ~ .state.p-warning:before {
  border-color: #f0ad4e; }

.pretty.p-switch.p-fill input:checked ~ .state.p-warning:before {
  background-color: #f0ad4e !important; }

.pretty.p-switch.p-slim input:checked ~ .state.p-warning:before {
  border-color: #c77c11;
  background-color: #c77c11 !important; }

.pretty input:checked ~ .state.p-danger label:after,
.pretty.p-toggle .state.p-danger label:after {
  background-color: #d9534f !important; }

.pretty input:checked ~ .state.p-danger .icon,
.pretty input:checked ~ .state.p-danger .svg,
.pretty.p-toggle .state.p-danger .icon,
.pretty.p-toggle .state.p-danger .svg {
  color: #fff;
  stroke: #fff; }

.pretty input:checked ~ .state.p-danger-o label:before,
.pretty.p-toggle .state.p-danger-o label:before {
  border-color: #d9534f; }

.pretty input:checked ~ .state.p-danger-o label:after,
.pretty.p-toggle .state.p-danger-o label:after {
  background-color: transparent; }

.pretty input:checked ~ .state.p-danger-o .icon,
.pretty input:checked ~ .state.p-danger-o .svg,
.pretty input:checked ~ .state.p-danger-o svg,
.pretty.p-toggle .state.p-danger-o .icon,
.pretty.p-toggle .state.p-danger-o .svg,
.pretty.p-toggle .state.p-danger-o svg {
  color: #d9534f;
  stroke: #d9534f; }

.pretty.p-default:not(.p-fill) input:checked ~ .state.p-danger-o label:after {
  background-color: #d9534f !important; }

.pretty.p-switch input:checked ~ .state.p-danger:before {
  border-color: #d9534f; }

.pretty.p-switch.p-fill input:checked ~ .state.p-danger:before {
  background-color: #d9534f !important; }

.pretty.p-switch.p-slim input:checked ~ .state.p-danger:before {
  border-color: #a02622;
  background-color: #a02622 !important; }

.pretty.p-bigger label:before,
.pretty.p-bigger label:after,
.pretty.p-bigger .icon,
.pretty.p-bigger .svg,
.pretty.p-bigger .img {
  font-size: 1.2em !important;
  top: calc((0% - (100% - 1em)) - 35%) !important; }

.pretty.p-bigger label {
  text-indent: 1.7em; }

@media print {
  .pretty .state:before,
  .pretty .state label:before,
  .pretty .state label:after,
  .pretty .state .icon {
    color-adjust: exact;
    /* stylelint-disable */
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact; } }

@media (min-width: 575px) and (max-width: 850px) {
  .columns-style-4 .w-100 div {
    left: 0 !important;
    top: 17rem; } }

@media (max-width: 575px) {
  .filters-content .video-background iframe {
    padding-left: 1.9rem;
    padding-right: 1.8rem; } }

@media (min-width: 1300px) and (max-width: 1400px) {
  .columns-style-4 .w-100 div {
    margin-top: 9rem !important;
    padding-left: 0 !important;
    width: 550px !important;
    padding-right: 8rem !important; } }

@media (min-width: 1280px) {
  .d-large-none {
    display: none !important; } }

@media (min-width: 850px) {
  .subscribe-form {
    padding-left: 2rem;
    padding-right: 2rem; } }

@media (max-width: 1366px) {
  .swiper-container .swiper-wrapper .swiper-slide {
    height: 350px !important; }
  .swiper-container .swiper-wrapper .swiper-slide .swiper-content .article {
    height: 350px !important; }
  .swiper-container .swiper-wrapper .swiper-slide .swiper-content .article .article-preview {
    height: 350px !important; }
  .swiper-container .swiper-wrapper .swiper-slide .swiper-content .article .article-thumbnail {
    height: 390px !important; }
  .swiper-container .swiper-wrapper .swiper-slide .swiper-content .article .article-thumbnail h2 span:nth-child(1) {
    font-size: 35px !important; }
  .swiper-container .swiper-wrapper .swiper-slide .swiper-content .article .article-thumbnail h2 span:nth-child(2) {
    font-size: 18px !important; } }

@media (max-width: 1279px) {
  .logo-container {
    left: 1.5rem !important; }
  .logo-container-scroll {
    left: 1.7rem !important; }
  #navbarToggleExternalContent .navbar-content {
    height: 50rem !important; }
  #navbarToggleExternalContent .navbar-content ul {
    top: 1.5rem !important; }
  #navbarToggleExternalContent .navbar-content .dropdown-menu {
    position: relative !important;
    padding-left: 1.5rem;
    padding-top: 0; }
  #navbarToggleExternalContent .navbar-content .dropdown-menu a {
    border-bottom: 1px solid white;
    padding-left: 5px; }
  #main-navbar .collapse {
    height: 50rem; }
    #main-navbar .collapse .navbar-content ul {
      padding-left: 1rem; }
  #main-navbar li {
    display: table !important;
    text-align: left; }
    #main-navbar li i {
      margin-left: 0.5rem;
      margin-top: -5px;
      display: inline-block !important; }
  #main-navbar hr {
    display: none; }
  #main-navbar .second-menu {
    display: none; } }

@media (max-width: 850px) {
  .gallery-slider {
    min-height: 15rem; }
  .top-navbar ul {
    margin-right: 20px; }
  .module-files {
    margin-top: 0;
    margin-bottom: 2rem;
    padding-left: 3rem;
    padding-right: 3rem; }
    .module-files .h-100 {
      padding-top: 20px;
      padding-bottom: 10px; }
      .module-files .h-100 .col-6:first-of-type .files-container {
        right: unset !important; }
      .module-files .h-100 .col-6:last-of-type .files-container {
        padding-right: 10px; }
  .subtitle-content-header {
    padding-left: 2.05rem; }
  .free-content-text p {
    padding-left: 2rem;
    padding-right: 2rem; }
  .free-content-text ul {
    text-align: center;
    list-style-position: inside;
    padding-left: 0px; }
  .free-content-text ol {
    padding-left: 3rem;
    padding-right: 2rem;
    padding-top: 1rem; }
    .free-content-text ol li {
      padding-top: 1rem; }
    .free-content-text ol ul li.ql-indent-1 {
      margin-left: 1rem;
      text-align: left; }
  .free-content-text .ql-align-right {
    text-align: center !important; }
  .free-content-text p img {
    max-width: 100%; }
  .section-not-transparent {
    padding-left: 1rem !important; }
    .section-not-transparent .free-content-text ul {
      text-align: left;
      padding-left: 3rem;
      padding-right: 3rem;
      padding-bottom: 0; }
  .navbar-gray {
    margin-bottom: 0; }
  .module-files select {
    margin-bottom: 2rem; }
  .module-tab button font {
    white-space: normal; }
  .module-tab .card-body {
    padding-left: 2rem;
    padding-right: 2rem; }
  .module-tab button {
    padding-left: 2rem !important;
    padding-right: 1rem !important; }
  .module-tab .nav-tabs .nav-item:not(:first-child) {
    margin-left: 0px !important; }
  .card-green h2 {
    padding-left: 2rem;
    padding-right: 2rem; }
  .col-12 > img {
    padding-left: 2rem;
    padding-right: 2rem; }
  .columns-style-Predefinido h3 {
    padding-left: 2rem;
    padding-right: 2rem; }
  .columns-style-Predefinido p {
    padding-left: 2rem;
    padding-right: 2rem; }
  .columns-style-Predefinido .col-md-6:not(:first-of-type) {
    margin-top: 2rem; }
  .columns-style-Predefinido img {
    padding-left: 2rem;
    padding-right: 2rem; }
  .ql-align-right img {
    margin: 0 auto;
    display: block; }
  .map {
    margin-bottom: 0; }
  .map-label {
    position: relative !important;
    left: 0 !important;
    margin-top: -4rem !important;
    padding-top: 4rem !important;
    padding-left: 3rem !important; }
  .nav-tabs li {
    width: 100%; }
  .links-top {
    margin-bottom: 0rem;
    margin-top: -2.5rem;
    padding-left: 2rem; }
  a.link-style-6 {
    padding-left: 2rem;
    padding-right: 2rem; }
  .card-green p {
    padding-left: 2rem;
    padding-right: 2rem; }
  .card-green h6 {
    padding-top: 1rem; }
  .card-green ul {
    padding-left: 3.1rem; }
  .columns-style-4 p span {
    font-size: 18px !important; }
  .columns-style-4 a {
    font-size: 16px !important; }
  footer.footer {
    padding-left: 1.2rem;
    padding-right: 1.2rem; }
    footer.footer ul {
      margin-bottom: 0; }
    footer.footer .form-content-padding {
      padding-top: 1rem; }
  footer.footer a {
    font-size: 18px; }
  footer.footer .last-column-footer {
    padding-top: 1rem; }
  .f-dyn-container .form-content-padding {
    padding-left: 1rem;
    padding-right: 1rem; }
  #main-navbar button.navbar-toggle {
    right: 1.5rem !important; }
  .menu-navbar .menu-icon {
    transform: scale(1.3) !important; }
  .logo-container {
    left: 1.5rem !important;
    width: 80px !important; }
  .menu-icon {
    width: 30px !important;
    height: 30px !important; }
  .menu-icon div {
    width: 30px !important;
    height: 12px !important; }
  .menu-icon font {
    font-size: 10px !important;
    position: absolute;
    top: 30px !important;
    left: 1px !important; }
  .navbar-toggler:not(.collapsed) .menu-icon font {
    top: 36px !important;
    left: 2px !important; }
  .twitter-wrapper {
    padding-left: 3rem;
    padding-right: 3rem; }
    .twitter-wrapper .col-12:not(:first-of-type) .col-symbol, .twitter-wrapper .col-12:not(:first-of-type) .col-description {
      margin-top: 1rem; }
  .about_us_area h4 {
    font-size: 25px;
    font-family: Barlow;
    color: white;
    opacity: 1;
    margin-left: 20px;
    width: auto;
    padding-left: 1.5rem;
    padding-right: 1rem; }
  .about_us_area p {
    color: white;
    opacity: 1;
    font-size: 16px;
    margin-left: 20px;
    width: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
  .about_us_area a {
    margin-left: 2.5rem; }
  footer.footer .second-section {
    margin-top: 2rem;
    text-align: center; }
  footer.footer .second-section .link-module {
    margin-top: 0rem;
    display: inline-block;
    text-align: center; }
  footer.footer .second-section span {
    display: block;
    margin-top: 1rem;
    margin-left: 0 !important; }
  footer.footer .second-section .social-icons {
    float: none;
    margin-top: 0.5rem; }
  .three-columns-wrapper.columns-style-4 .w-100 {
    height: 57rem !important;
    -moz-box-shadow: inset 1px 45px 206px 147px rgba(0, 0, 0, 0.1) !important;
    -webkit-box-shadow: inset 1px 45px 206px 147px rgba(0, 0, 0, 0.1) !important;
    box-shadow: inset 1px 45px 206px 147px rgba(0, 0, 0, 0.1) !important; }
  .three-columns-wrapper.columns-style-Predefinido section p {
    text-align: initial; }
  .three-columns-wrapper.columns-style-Predefinido section p.ql-align-center {
    padding-left: 4rem; }
    .three-columns-wrapper.columns-style-Predefinido section p.ql-align-center img {
      width: 170px; }
  .three-columns-wrapper .offset-sm-6 {
    position: absolute;
    top: 10rem;
    transform: translateY(-50%);
    margin-top: 0 !important;
    padding-left: 2rem !important;
    width: auto !important;
    padding-right: 3rem; }
    .three-columns-wrapper .offset-sm-6 h3 {
      margin-bottom: 10px;
      font-size: 20px !important;
      text-align: center !important; }
    .three-columns-wrapper .offset-sm-6 p {
      font-size: 15px;
      width: auto !important;
      line-height: 17px;
      padding-bottom: 15px;
      max-width: 95%;
      text-align: center !important; }
      .three-columns-wrapper .offset-sm-6 p span {
        color: #291a1a; }
    .three-columns-wrapper .offset-sm-6 section {
      text-align: center !important; }
      .three-columns-wrapper .offset-sm-6 section ul {
        padding-left: 0 !important;
        list-style-position: inside; }
  .submenu {
    position: relative;
    left: 0; }
    .submenu li {
      margin-left: 20px; }
  .customer-logos .slick-slide {
    width: 100% !important;
    margin-bottom: 3rem; }
  .slick-cloned {
    display: none !important; }
  .form-subscribe input {
    margin-bottom: 10px; }
  .slider:not(.slider-style-1) .carousel-caption {
    background: none !important;
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-25%) !important; }
  .columns-style-1 p {
    padding-left: 2rem;
    padding-right: 2rem; }
  .carousel-caption-text {
    margin-top: 15px; }
    .carousel-caption-text .title-slider {
      font-size: 20px !important; }
    .carousel-caption-text h1.title-slider {
      left: 0 !important;
      width: auto !important; }
    .carousel-caption-text p {
      font-size: 22px !important;
      top: 40% !important;
      position: absolute; }
  .carousel-caption-left {
    margin-left: 0 !important; }
  .coperol-logo {
    width: 150px !important;
    height: auto; }
  .footer .container .col-24 {
    margin-top: 10px; }
    .footer .container .col-24:not(.subscribeDiv) {
      text-align: center; }
    .footer .container .col-24.subscribeDiv img {
      left: 50%; }
  /* Margins */
  .m-t-10-b-7 {
    margin-bottom: 3rem;
    margin-top: 3rem; }
  .slider-style-1 .carousel-indicators {
    display: flex !important; }
  .slider-style-1 .carousel {
    height: 100vh !important;
    min-height: 30rem; }
    .slider-style-1 .carousel .carousel-inner {
      height: 100vh !important;
      max-height: 100vh !important;
      min-height: 30rem; }
      .slider-style-1 .carousel .carousel-inner .carousel-item {
        height: 100vh !important;
        max-height: 100vh !important;
        min-height: 30rem; }
        .slider-style-1 .carousel .carousel-inner .carousel-item .slider-video-background {
          height: 100vh;
          box-shadow: inset 1px 45px 206px 147px rgba(0, 0, 0, 0.1) !important;
          min-height: 30rem; }
        .slider-style-1 .carousel .carousel-inner .carousel-item .carousel-caption {
          width: 100%;
          background: none !important;
          position: absolute !important;
          top: 50% !important;
          transform: translateY(-50%) !important; }
        .slider-style-1 .carousel .carousel-inner .carousel-item .title-slider {
          margin-left: 2.5rem !important;
          font-size: 38px !important;
          max-width: 60%; }
        .slider-style-1 .carousel .carousel-inner .carousel-item h5 {
          max-width: 80%;
          vertical-align: middle;
          position: absolute;
          top: 50%;
          transform: translateY(-50%); }
        .slider-style-1 .carousel .carousel-inner .carousel-item video {
          height: 100vh !important;
          max-height: 100vh !important; }
        .slider-style-1 .carousel .carousel-inner .carousel-item img {
          height: 100vh !important;
          max-height: 100vh !important; }
  /* Slider */
  .slider:not(.slider-style-1) .carousel-indicators {
    display: none; }
  .slider:not(.slider-style-1) .carousel-inner {
    height: 100vh;
    max-height: 57vh;
    min-height: 23rem; }
    .slider:not(.slider-style-1) .carousel-inner .carousel-item {
      height: 60vh;
      max-height: 60vh;
      min-height: 23rem; }
      .slider:not(.slider-style-1) .carousel-inner .carousel-item .carousel-mask {
        -moz-box-shadow: inset 1px 45px 122px 147px rgba(0, 0, 0, 0.15);
        -webkit-box-shadow: inset 1px 45px 122px 147px rgba(0, 0, 0, 0.15);
        box-shadow: inset 1px 45px 122px 147px rgba(0, 0, 0, 0.15); }
      .slider:not(.slider-style-1) .carousel-inner .carousel-item img {
        height: 57vh;
        /*display: none;*/ }
      .slider:not(.slider-style-1) .carousel-inner .carousel-item .slider-bg-in-div {
        display: block !important;
        height: 0;
        width: 100%;
        background-size: cover !important; }
      .slider:not(.slider-style-1) .carousel-inner .carousel-item .carousel-caption {
        padding-top: 0;
        padding-bottom: 0;
        background-color: rgba(0, 0, 0, 0.7);
        position: absolute;
        left: 0;
        width: 100%;
        bottom: 0 !important;
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        -webkit-transform: translateY(0%);
        transform: translateY(0%); }
        .slider:not(.slider-style-1) .carousel-inner .carousel-item .carousel-caption h5 {
          font-size: 20px;
          top: 2rem;
          left: 100px;
          position: absolute;
          -moz-transform: translate(-50%);
          -ms-transform: translate(-50%);
          -o-transform: translate(-50%);
          -webkit-transform: translate(-50%);
          transform: translate(-50%);
          width: 100%; }
        .slider:not(.slider-style-1) .carousel-inner .carousel-item .carousel-caption a {
          padding: 0.8rem 50px !important;
          top: 5rem !important;
          border-color: #ff2d55 !important;
          background-color: #ff2d55 !important;
          color: white !important; }
  .slider:not(.slider-style-1) .carousel-control-prev,
  .slider:not(.slider-style-1) .carousel-control-next {
    display: none; }
  .slider-all-in-one {
    display: none; }
  .swiper-container {
    display: none; }
  .slider-all-in-one-wrapper .slider-all-in-one-element {
    height: auto;
    overflow: hidden; }
  .slider-all-in-one-wrapper .slider-all-in-one-element:not(.no-column, .no-column-news) {
    margin-left: -50px;
    max-height: 600px; }
  .slider-all-in-one-wrapper .no-column {
    margin-left: -15px;
    max-height: 43rem; }
  .slider-all-in-one-wrapper .no-column-news {
    margin-left: -15px;
    max-height: 46rem; }
  .slider-all-in-one-wrapper .slider-all-in-one-element:not(.no-column, .no-column-news) .slider-all-in-one-info-container {
    float: none;
    width: 40%;
    max-width: 40%;
    height: 400px;
    position: relative;
    display: block; }
  .slider-all-in-one-wrapper .no-column .slider-all-in-one-info-container {
    float: none;
    width: 40%;
    max-width: 40%;
    height: 400px;
    position: relative;
    display: block;
    min-height: 25rem; }
  .slider-all-in-one-wrapper .no-column-news .slider-all-in-one-info-container {
    float: none;
    width: 40%;
    max-width: 40%;
    height: 320px;
    position: relative;
    display: block; }
  .slider-all-in-one-wrapper .slider-all-in-one-element:not(.no-column, .no-column-news) .slider-all-in-one-info-container .slider-all-in-one-info-content {
    visibility: hidden;
    position: absolute;
    top: calc(50% + 3rem);
    left: 6rem;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: white;
    width: 300px; }
  .slider-all-in-one-wrapper .no-column .slider-all-in-one-info-container .slider-all-in-one-info-content {
    display: none;
    visibility: hidden;
    position: absolute;
    top: 13rem;
    left: 40px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: white;
    width: 300px; }
  .slider-all-in-one-wrapper .no-column-news .slider-all-in-one-info-container .slider-all-in-one-info-content {
    display: none;
    visibility: hidden;
    position: absolute;
    top: 13rem;
    left: 40px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: white;
    width: 300px; }
  .slider-all-in-one-wrapper .slider-all-in-one-element .slider-all-in-one-picture {
    float: none;
    width: 100%;
    max-width: 100%;
    height: 100%;
    display: block; }
  .links-top .link-top-menu {
    font-size: 16px;
    padding-left: 0;
    padding-right: 1rem; }
  .module-slider-header h2 {
    font-size: 28px !important;
    padding-left: 2rem;
    padding-right: 2rem; }
  .module-card-file .module-slider-header h2 {
    padding-left: 0 !important; }
  .slider-style-7 h5 {
    left: -3.5rem !important;
    position: relative !important;
    transform: unset !important; }
  .slider-style-7 .carousel-inner .carousel-item p {
    font-size: 25px !important;
    line-height: 30px !important;
    margin-left: 42px !important; }
  .table-style-1, .table-style-4 {
    padding-left: 3rem;
    padding-right: 3rem; }
    .table-style-1 table, .table-style-4 table {
      margin-top: 0 !important; }
  .table-style-3 {
    padding-left: 3rem;
    padding-right: 3rem; }
  .slider-all-in-one-mob {
    display: block;
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
    .slider-all-in-one-mob .img-slider-container {
      height: 12rem;
      margin-bottom: 0.5rem; }
      .slider-all-in-one-mob .img-slider-container .img-slider-bg {
        position: absolute;
        top: 0;
        left: 0;
        background-size: cover !important;
        height: 12rem;
        position: relative; }
      .slider-all-in-one-mob .img-slider-container span {
        position: absolute;
        top: 50%;
        left: 50%;
        font-size: 1.8rem !important;
        opacity: 0.9;
        text-align: center;
        color: white;
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        padding-left: 1rem;
        padding-right: 1rem; }
      .slider-all-in-one-mob .img-slider-container section {
        height: 12rem;
        background: linear-gradient(to top, rgba(0, 83, 62, 0.2) 100%, transparent);
        position: absolute;
        top: 0;
        width: 100%; }
  .swiper-container {
    height: 440px; }
    .swiper-container .swiper-wrapper {
      margin-top: 0.5rem;
      margin-bottom: 0.5rem; }
      .swiper-container .swiper-wrapper .swiper-slide {
        height: 350px !important;
        width: 350px !important; }
        .swiper-container .swiper-wrapper .swiper-slide .swiper-content .article {
          height: 350px; }
          .swiper-container .swiper-wrapper .swiper-slide .swiper-content .article .article-preview {
            height: 350px;
            -moz-box-shadow: 5px 1px 9px #cec7c7;
            -webkit-box-shadow: 5px 1px 9px #cec7c7;
            box-shadow: 5px 1px 9px #cec7c7; }
            .swiper-container .swiper-wrapper .swiper-slide .swiper-content .article .article-preview .controls label {
              padding: 15px; }
              .swiper-container .swiper-wrapper .swiper-slide .swiper-content .article .article-preview .controls label span {
                font-size: 19px; }
          .swiper-container .swiper-wrapper .swiper-slide .swiper-content .article .article-thumbnail {
            height: 350px; }
        .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .swiper-content .article-thumbnail {
          transform: rotateX(40deg); }
    .swiper-container .swiper-pagination {
      display: block;
      bottom: 0; }
      .swiper-container .swiper-pagination .swiper-pagination-bullet {
        width: 14px;
        height: 14px;
        outline: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none; }
        .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
          background-color: #ff2d55; }
    .swiper-container .swiper-pagination-bullet {
      margin: 0 6px !important; }
  .music-player-toastr {
    width: calc(100% - 1.5rem);
    left: .75rem; }
  /* Reviews */
  .reviews-wrapper {
    display: none; }
  .reviews-wrapper-mob {
    display: block; }
    .reviews-wrapper-mob .content {
      padding: 1.5rem; }
    .reviews-wrapper-mob .carousel-indicators {
      bottom: -4rem !important; }
      .reviews-wrapper-mob .carousel-indicators li {
        height: 8px;
        background-color: #c1c1c1;
        margin-right: 5px;
        margin-left: 5px; }
        .reviews-wrapper-mob .carousel-indicators li.active {
          background-color: #ff2d55; }
  /* Tabs with media wrapper */
  .tab-w-media-wrapper .col-sp-p {
    padding-left: 0;
    padding-right: 0; }
    .tab-w-media-wrapper .col-sp-p img {
      top: 1rem;
      left: 50%; }
    .tab-w-media-wrapper .col-sp-p .img-abstract-background {
      height: 430px; }
  .tab-w-media-wrapper .content-container h2 {
    font-size: 2.5rem; }
  .tab-w-media-wrapper .content-container .links ul li {
    font-size: 16px; }
  .tab-w-media-wrapper ul {
    margin-top: 0 !important; }
    .tab-w-media-wrapper ul.nav-tabs li {
      width: 100% !important; }
  .tab-w-media-wrapper div.controls div i {
    font-size: 23px; }
  .tab-w-media-wrapper p.active-song {
    margin-bottom: 1rem !important; }
  .tab-w-media-wrapper input[type="range"] {
    margin-top: 4rem !important; }
  /* Contents */
  .articles-module-content-and-image img {
    margin: auto;
    display: block; }
  .badge-container {
    text-align: center; }
  .content {
    padding-left: 0;
    padding-top: 2rem; }
  /* Form */
  .form-container h5 {
    text-align: center; }
  .form-container .form-content-padding {
    padding: 1.5rem 1.5rem 0.5rem 1.5rem; }
  .form-container form.form-content-padding {
    padding: 0.5rem 1.5rem 1.5rem 1.5rem; }
  .form-container button {
    width: 100%;
    margin-left: 0;
    margin-top: 1rem; }
  /* Title and subtitle */
  .module-slider-header {
    margin-top: 2rem;
    margin-bottom: 2rem; }
    .module-slider-header:before {
      height: 2rem; }
    .module-slider-header p {
      padding-bottom: 5px;
      font-size: 18px;
      padding-left: 2rem;
      padding-right: 2rem; }
    .module-slider-header h2 {
      font-size: 2.5rem;
      -ms-word-break: break-word;
      word-break: word; }
  /* Blog cards */
  .card .card-body {
    text-align: center;
    padding: 1.25rem .5rem; }
    .card .card-body h5 {
      font-size: 20px;
      margin-bottom: 0; }
    .card .card-body .date {
      font-size: 13px; }
  /* Filters */
  .filters-content .video-background,
  .filters-content video,
  .filters-content .after,
  .filters-content .image-background {
    height: 320px !important; }
  .filters-content .video-background iframe {
    height: 320px !important; }
  .filters-content .row {
    height: 320px !important; } }

@media (max-width: 991px) {
  /* Footer */
  footer.footer-container {
    max-height: 18rem;
    height: 18rem;
    margin-top: 2rem;
    background-color: #ff2d55;
    /*display: none;*/ }
    footer.footer-container .triangle {
      border-top: 3rem solid #f1f1f1; }
    footer.footer-container .footer-content {
      top: 6.5rem; }
      footer.footer-container .footer-content p.title {
        font-size: 2.1rem; }
    footer.footer-container video {
      display: none; } }

.bg-light {
  background-color: #f8f9fa !important; }

body.light-bg .navbar-languages {
  z-index: 10 !important; }

body.light-bg #main-navbar {
  height: 5rem;
  background: linear-gradient(180deg, #084c86 0%, #002a4d 100%); }
  body.light-bg #main-navbar .logo-container-scroll {
    position: absolute;
    top: 1rem;
    z-index: 17;
    left: 92px;
    cursor: pointer; }
  body.light-bg #main-navbar .menu-navbar .menu-icon {
    transform: scale(1.2); }
  body.light-bg #main-navbar .menu-icon span {
    background-color: white; }
  body.light-bg #main-navbar .menu-icon font:after {
    color: white; }

body.light-bg .logo-container img {
  width: 110px;
  margin-top: 5px; }

@media (min-width: 850px) {
  body.light-bg .navbar-toggler {
    top: 0.1rem !important; }
    body.light-bg .navbar-toggler.collapsed i {
      color: #40a8df !important; } }

@media (max-width: 850px) {
  body.light-bg .navbar-toggler {
    top: 0.7rem !important; }
    body.light-bg .navbar-toggler.collapsed i {
      color: #40a8df !important; } }

@media (max-width: 1200px) {
  html, body {
    overflow-x: hidden !important; }
  .navbar-light .navbar-toggler-icon {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg viewBox="0 0 30 30" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath stroke="rgba(8, 53, 122, 1)" stroke-width="2" stroke-linecap="round" stroke-miterlimit="10" d="M4 7h22M4 15h22M4 23h22"/%3E%3C/svg%3E') !important; }
  .d-xl-block {
    display: none; }
  .coperol-logo {
    position: fixed;
    top: 1.5rem; }
  #navbarSupportedContent .dropdown-menu {
    margin-top: 0rem !important;
    width: calc(100% - 35px); }
    #navbarSupportedContent .dropdown-menu i {
      color: white !important;
      top: -7px !important; }
  #navbarSupportedContent ul.navbar-nav {
    margin-top: 5rem; }
  #navbarSupportedContent li.nav-item {
    margin-left: 2.2rem; }
    #navbarSupportedContent li.nav-item:last-of-type {
      position: relative !important;
      right: 0 !important;
      display: none; }
  nav.navbar {
    width: 100vw; }
    nav.navbar .coperol-logo {
      margin-left: 35px; }
    nav.navbar.navbar-dark, nav.navbar.navbar-light {
      background-color: white; }
      nav.navbar.navbar-dark ul, nav.navbar.navbar-light ul {
        margin-top: 2rem; }
        nav.navbar.navbar-dark ul li, nav.navbar.navbar-light ul li {
          font-size: 14.5px; }
          nav.navbar.navbar-dark ul li.nav-item:not(.active) a, nav.navbar.navbar-light ul li.nav-item:not(.active) a {
            color: #212529 !important; }
          nav.navbar.navbar-dark ul li.dropdown i.ti, nav.navbar.navbar-light ul li.dropdown i.ti {
            font-size: 13px !important;
            padding: 14px !important;
            color: black !important; }
    nav.navbar a.navbar-brand {
      display: inherit !important; }
      nav.navbar a.navbar-brand .logo-nav-item-mob {
        display: block; }
        nav.navbar a.navbar-brand .logo-nav-item-mob .logo-container {
          top: -.7rem; }
          nav.navbar a.navbar-brand .logo-nav-item-mob .logo-container .obladi-records .title {
            color: inherit !important;
            font-size: 18px;
            top: 2rem;
            left: 62px; }
          nav.navbar a.navbar-brand .logo-nav-item-mob .logo-container .obladi-records .subtitle {
            font-size: 18px;
            bottom: -.4rem;
            left: 62px; }
          nav.navbar a.navbar-brand .logo-nav-item-mob .logo-container .bar {
            width: 7px; }
            nav.navbar a.navbar-brand .logo-nav-item-mob .logo-container .bar:nth-child(1) {
              height: 24px; }
            nav.navbar a.navbar-brand .logo-nav-item-mob .logo-container .bar:nth-child(2) {
              height: 37px;
              left: 11px; }
            nav.navbar a.navbar-brand .logo-nav-item-mob .logo-container .bar:nth-child(3) {
              height: 33px;
              left: 22px; }
            nav.navbar a.navbar-brand .logo-nav-item-mob .logo-container .bar:nth-child(4) {
              height: 45px;
              left: 33px; }
            nav.navbar a.navbar-brand .logo-nav-item-mob .logo-container .bar:nth-child(5) {
              height: 31px;
              left: 44px; }
    nav.navbar .logo-nav-item {
      display: none; }
    nav.navbar button.navbar-toggler {
      border-color: #ff2d55;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      border-radius: 0;
      padding: 0.3rem 0.4rem;
      -moz-box-shadow: none !important;
      -webkit-box-shadow: none !important;
      box-shadow: none !important;
      outline: none !important;
      display: block; }
      nav.navbar button.navbar-toggler i {
        color: #ff2d55; } }
