* {
  box-sizing: inherit;
}

html {
  scroll-behavior: smooth;
  transition: all .3s ease-in-out;
}

body {
  transition: all 3s ease-in-out;
  background: #F3F2ED;
}

.site-main,
.home,
.hero {
  animation: fadeInAnimation ease 2s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-delay: .003s;

}

.site-main {
  margin-top: 160px;
}

.easeload {
  opacity: 0;
  transition: all 2s ease;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -ms-transition: all 2s ease;
  -o-transition: all 2s ease;
}

.home .site-main {
  margin-top: 0;
}

.wpcf7-form-control-wrap {
  position: relative;
}

@keyframes fadeInAnimation {
  0% {
    opacity: 0;
    /* -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0); */
  }

  100% {
    opacity: 1;
    /* transform: none; */
  }
}

img {
  max-width: 100%;
}

ul {
  font-family: 'Roboto Slab';
  line-height: 1.5;
  margin-bottom: 15px;
}

ul li {
  list-style: none;
}

ol {
  padding-left: 18px;
}

ol>li {
  margin-top: 5px;
}

nav ul {
  padding: 0;
}

body {
  font-family: 'Roboto Slab', serif;
  font-size: 16px;
  font-weight: 300;
  color: #000;
}

strong {
  font-weight: bold;
}

a {
  color: #010101;
}

a:hover {
  color: #142E52;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  overflow: hidden;
  margin-bottom: 24px;
  margin-top: 0;
  padding: 0;
  text-transform: uppercase;
  color: #142E52;
}

h2 {
  font-size: 2.8rem;
  font-weight: 400;
  margin-bottom: 20px;
}

h3 {
  font-size: 2.37rem;
}

h4 {
  font-size: 1.8rem;
}

blockquote {
  overflow: hidden;
  font-size: 1rem;
  line-height: 1.5;
  padding: 32px 0;
  color: #001c28;
  font-weight: 400;
  border-left: 0 none;
  margin: 0;
}

blockquote p {
  font-size: 1.5rem;
  line-height: 1.5;
  color: #001c28;
}

blockquote,
q {
  quotes: """";
}

blockquote cite {
  display: block;
  font-weight: 300;
  font-style: normal;
  font-size: 1rem;
  color: #001c28;
}

q::before,
q::after {
  content: '"' !important;
  display: inline-block;
  position: relative;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: " ";
}

cite {
  display: inline-block;
  font-size: .9rem;
  color: #8b8b99;
  padding: 0 6px 0 0;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

p {
  line-height: 1.5;
  margin-bottom: 15px;
  word-wrap: break-word;
}

.container {
  margin: 0 auto;
}

.d-flex {
  display: flex;
}

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

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

.small,
small {
  font-size: 90%;
  font-weight: 400;
  line-height: 1.4;
}

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

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

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

.text-bold {
  font-weight: bold;
}

.hidden {
  visibility: hidden;
  overflow: hidden;
  height: 1px;
  width: 1px;
}

.bold {
  font-weight: 700;
}

section {
  margin-bottom: 80px;
}

.text-uppercase {
  text-transform: uppercase;
}

#header {
  padding-top: 16px;
}

.logo {
  text-align: left;
  padding-left: 16px;
}

.hero-content .logo {
  position: absolute;
  z-index: 200;
  top: 50%;
  left: 50%;
  margin: -80px 0 0 -70px;
  padding: 0;
}

.hero-content .logo img {
  width: 140px;
  filter: brightness(0) invert();
}

.nav-menu.is-scrolling .logo a img {
  max-width: 74px;
}

.logo a img {
  max-width: 80px;
  transition: all 0.3s ease;
}

.header {
  /* background-color: #fff; */
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .1);
  width: 100%;
  z-index: 3;
}

.header .menu-btn:checked~.menu ul .menu-item {
  text-align: left;
}

.header ul {
  /* margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: #fff; */
  margin: 0;
  text-transform: uppercase;
  font-size: 14px;
}

.header li a {
  display: block;
  /* padding: 20px 20px; */
  /* border-right: 1px solid #f4f4f4; */
  text-decoration: none;
}

.header li a:hover,
.header .menu-btn:hover {
  /* background-color: #f4f4f4; */
}

.header .logo {
  display: block;
  float: left;
  font-size: 2em;
  text-decoration: none;
}

/* menu */

.header .menu {
  clear: both;
  width: 80vw;
  height: 100vh;
  left: -100%;
  top: 0;
  transition: all .2s ease-out;
  position: absolute;
}

/* menu icon */

.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 20px 4px;
  position: relative;
  user-select: none;
}

.header .menu-icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: all .2s ease-out;
  width: 32px;
  border-radius: 30px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #333;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 8px;
}

.header .menu-icon .navicon:after {
  top: -8px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  border-radius: 30px;
}

/* menu btn */

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked~.menu {
  /* max-height: 240px; */
  left: 0;
  top: 0;
  width: 80vw;
  visibility: visible;
  background: #fff;
  padding: 24px;
}

.header .menu-btn:checked~.menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked~.menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked~.menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked~.menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked~.menu-icon:not(.steps) .navicon:after {
  top: 0;
}

@media (min-width: 54em) {
  .menu-top {
    display: flex;
    align-items: center;
  }

  .logo {
    padding-left: 32px;
  }

  .header ul {
    display: flex;
    justify-content: space-between;
    max-width: 512px;
  }

  .header .menu {
    clear: none;
    position: static;
    height: auto;
    width: 100%;

  }

  .header .menu-icon {
    display: none;
  }

  .menu-top.menu-top-home a {
    color: #fff;
  }
}

@media (min-width: 75em) {
  .header .menu {
    padding-left: 40px;
  }

  .menu-top.menu-top-home .menu {
    padding-left: 0;
  }

  .fixed-top.is-scrolling .menu-top.menu-top-home .menu {
    padding-left: 40px;
  }
}

@media (min-width: 1400px) {
  .header .menu {
    padding-left: 40px;
  }
}


/* MENU */
.menu-top {
  width: 100%;
  max-width: 90vw;
  min-height: 120px;
  margin: 0 auto;
  padding: 8px;
  background: #fff;
  -webkit-box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
}


@media (max-width: 1024px) {
  .fixed-top.is-scrolling .menu-top {
    max-width: 100vw;
  }

}

.menu-top.menu-top-home {
  background: none;
  box-shadow: none;
}

.menu-top.menu-top-home .store img {
  filter: invert();
}

.nav-menu.is-scrolling .menu-top.menu-top-home .store img {
  filter: invert(0);
}

.menu-top.menu-top-home .logo {
  visibility: hidden;
  width: 0;
  height: 0;
  opacity: 0;
  transition: .3s all ease;
}

.nav-menu.is-scrolling .menu-top.menu-top-home .logo {
  visibility: visible;
  opacity: 1;
  width: 25%;
  height: auto;

}

.nav-menu.is-scrolling .menu-top.menu-top-home,
.nav-menu.menu-is-open .menu-top.menu-top-home {
  background: #fff;
  -webkit-box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
}

.menu-top a,
.nav-menu.is-scrolling .menu-top.menu-top-home a {
  color: #010101;
  font-weight: normal;
}



.menu-menu-principal-container {
  margin: 0 auto;
}

nav {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}

nav ul {
  margin: 0;
  padding: 0;
  /* display: flex; */
}

nav ul li {
  list-style: none;
  /* margin: 10px 0; */
}

nav ul li a {
  display: block;
  margin: 16px 0 0 0;
  /* padding: 10px 20px 0 20px; */
  text-decoration: none;
  color: #262626;
}

.menu-item {
  position: relative;
  line-height: 2.5rem;
  text-align: center;
  padding: 0 8px;
}

.menu-item a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  font-weight: normal;
}

.collapse.show .menu-item a {
  text-align: left;
}

nav ul li a.active,
nav ul li a:hover,
.current_page_item a,
.current-menu-item a,
.current-page-ancestor a {
  color: #010101;
  transition: 0.5s;
  font-weight: 700;
}


.menu-principal-container {
  width: 100%;
  max-width: 390px;
}

.menu-principal-container ul {
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
}

.menu-principal-container>ul>.menu-item {
  flex: 1;
}

ul>.menu-item:after,
ul>.menu-item.current-menu-item:after,
ul>.current-page-ancestor:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: 5px;
  left: 0;
  background: #488FB4;
  will-change: transform;
  transform: scale(0);
  transition: transform 0.2s ease;
}

ul>.menu-item:hover:after,
ul>.menu-item.current-menu-item:after,
ul>.current-page-ancestor:after {
  transform: scale(1);
}

.sub-menu .menu-item {
  transform-origin: bottom;
  animation: enter 0.2s ease forwards;
}

.sub-menu .menu-item:nth-child(1) {
  animation-duration: 0.2s;
  animation-delay: 0s;
}

.sub-menu .menu-item:nth-child(2) {
  animation-duration: 0.3s;
  animation-delay: 0.1s;
}

.sub-menu .menu-item:nth-child(3) {
  animation-duration: 0.4s;
  animation-delay: 0.2s;
}

.sub-menu .menu-item a:hover {
  color: #F58329;
}

.sub-menu .menu-item a {
  color: #111;
  padding: 3px 8px;
  font-weight: 400;
  text-transform: none;
  margin: 0;
  text-align: left;
  line-height: 1.5;
}

@media screen and (max-width: 600px) {
  .sub-menu .menu-item {
    background: #C06C84;
  }
}

.sub-menu {
  background-color: #fff;
  box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.2);
  position: absolute;
  width: 100%;
  top: 95%;
  left: 0;
  display: none;
  z-index: 1;
  border-bottom: 2px solid #F58329;
  padding: 4px;
}

.menu-item:hover>.sub-menu {
  display: block;
  min-width: 108px;

}

@media screen and (max-width: 600px) {
  .sub-menu {
    width: 100vw;
    left: -2rem;
    top: 50%;
    transform: translateY(-50%);
  }
}

.secondary {
  padding-right: 32px;
}

.secondary,
.menu_translate {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.menu_translate {
  width: 100%;
  max-width: 80px;
}

.menu_translate li,
.menu_translate li a {
  display: inline-block;
  list-style: none;
}

.menu_translate::before {
  content: url('../images/icon-separator.svg');
  width: 12px;
  display: inline-block;
  margin: 0 8px;
}

.menu_translate li:nth-child(1):after {
  content: '|';
  width: 5px;
  height: 10px;
  color: #000;
  display: inline-block;
  padding: 0 8px 0 5px;
}

.menu_translate li a {
  color: #010101;
}

.menu_translate .current-lang a,
.nav-menu.is-scrolling .secondary .menu_translate .current-lang a {
  color: #F2BF7E;
  font-weight: bold;
}

.store {
  width: 150px;
}

.store a {
  justify-content: center;
  align-items: center;
  display: flex;
}

.store img {
  padding-right: 8px;
}

/* NAVBAR
----------------------*/
.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /* padding: .5rem 1rem; */
}

.navbar-brand {
  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.nav-menu {
  padding: 1rem 0;
  transition: all 0.3s ease;
  z-index: 1030;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}

.nav-menu.is-scrolling,
.nav-menu.menu-is-open {
  /* background-color: rgb(74, 13, 143);
  background: -moz-linear-gradient(135deg, rgb(74, 13, 143) 0%, rgb(250, 42, 143) 100%);
  background: -webkit-linear-gradient(135deg, rgb(74, 13, 143) 0%, rgb(250, 42, 143) 100%);
  background: linear-gradient(135deg, rgb(74, 13, 143) 0%, rgb(250, 42, 143) 100%); */
  /* -webkit-box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1); */
}

.nav-menu.is-scrolling {
  padding: 0;
  width: 100%;
  position: fixed;
  /* height: 90px; */
  top: 0;
  /* box-shadow: 0px 1px 3px rgba(0, 0, 0, .10); */
  transition: all .5s ease-in-out;
}

.nav-menu.is-scrolling .menu-right {
  display: none;
}

.navbar-nav .nav-link {
  position: relative;
}

.collapse {
  display: none;
}

.collapse.show {
  display: block;

}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}

.menu-top.menu-top-home .navbar-collapse {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.nav-menu.is-scrolling .menu-top.menu-top-home .navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.menu-toggle {
  position: absolute;
  width: 42px;
  height: 48px;
  top: 8px;
  right: 8px;
  display: flex;
  align-items: center;
  cursor: pointer;
  z-index: 1300;
  -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;
}

.row>.menu-toggle {
  width: 56px;
  height: 56px;
}

.menu-toggle span,
.menu-toggle span:before,
.menu-toggle span:after {
  content: "";
  display: block;
  height: 4px;
  border-radius: 10px;
  background-color: #000;
  width: 100%;
  position: relative;
  -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;
}


.menu-toggle span:before {
  top: 10px;
}

.menu-toggle span:after {
  bottom: 14px;
}

.menu-toggle.is--active {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.menu-toggle.is--active span,
.menu-toggle.is--active span:before,
.menu-toggle.is--active span:after {
  content: "";
  display: block;
  height: 4px;
  border-radius: 10px;
  width: 100%;
  position: relative;
}

.menu-toggle.is--active span:before {
  top: 0px;
  transform: rotate(80deg);
}

.menu-toggle.is--active span {
  bottom: 0px;
  transform: rotate(-40deg);
}

.menu-toggle.is--active span:after {
  opacity: 0;
  background-color: #fff;
  transform: rotate(-45deg);
}

.menu__label {
  display: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

nav ul {
  display: flex;
  justify-content: space-between;
}

.navbar-nav.acoes-menu {
  justify-content: left;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 1rem;
  padding-left: 1rem;
  font-size: 14px;
}

.navbar-nav>.nav-item>.nav-link.active:after {
  content: "";
  border-bottom: 2px solid #cd99d4;
  left: 1rem;
  right: 1rem;
  bottom: 5px;
  height: 1px;
  position: absolute;
}

.nav-menu.is-scrolling .menu-right {
  display: flex;
}


@media (max-width:991px) {
  .navbar-nav.is-scrolling {
    padding-bottom: 1rem;
  }

  .navbar-nav .nav-item {
    text-align: center;
  }
}

@media (min-width: 992px) {
  .menu-toggle {
    display: none;
  }

  .navbar-expand-lg .navbar-collapse,
  .navbar-expand-lg .collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .navbar-expand-lg {
    -ms-flex-flow: row wrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .menu-principal-container {
    width: 100%;
    max-width: 390px;
  }
}

.menu-right {
  text-align: center;
}

.social-icons a {
  display: inline-block;
  width: 20px;
  text-align: center;
}

.social-icons a img {
  display: inline-block;
  max-width: 16px;
}

.social-icons a .icon-facebook {
  max-width: 9px;
}

.icofont-instagram {}

@media (min-width: 992px) {
  .menu-right {
    display: flex;
    align-items: center;
    padding: 16px;
  }

}

/* BREADCRUMB */
#trilha,
.breadcrumbs {
  display: inline-block;
  width: 100%;
  color: #488FB4;
  text-transform: uppercase;
  font-size: .85rem;
  margin: 16px 0 32px 0;
}

#trilha li {
  float: left;
}

#trilha li a,
.breadcrumbs span a {
  color: #488FB4;
}

.breadcrumbs span .current-item {
  font-weight: bold;
}

/* HOME */
#hero {
  margin-bottom: 0;
}

.hero-content {
  position: relative;
}

#slider_home .item {
  height: 60vh;
  overflow: hidden;
  position: relative;
}

#slider_home .item img {
  object-fit: cover;
  width: auto;
  height: 100%;
}

#slider_home .item figcaption {
  display: none;
}

#slider_home .item figcaption span {
  display: block;
}

#slider_home .item figcaption .type {
  text-transform: lowercase;
  font-weight: bold;
}

#slider_home .item figcaption .type,
#slider_home .item figcaption .name {
  font-weight: bold;
}

.owl-dots {
  width: 10px;
  position: absolute;
  z-index: 1000;
  right: 16px;
  bottom: 25%;
}

.owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: block;
  border: 1px solid #fff;
}

.owl-dots .owl-dot.active span {
  background: #fff;
}

.releases {
  width: 100%;
  position: relative;
  z-index: 100;
}

.releases-box {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #003247;
}

.releases-box img {
  padding: 0 24px 0 40px;
}

.releases-box iframe {
  height: 100px;
  max-height: 100px;
  width: 100%;
  border-radius: 0 !important;
  padding: 8px 8px 0 8px;
}

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

.hvr-slideUp {
  position: relative;
  margin: 0px;
  max-width: 100%;
  color: #fff;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  max-height: 500px;
}

.hvr-slideUp img {
  display: block;
}

.hvr-slideUp figcaption {
  /* background: #135796; */
  background: linear-gradient(180deg, rgba(196, 196, 196, 0) 0%, #000000 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}

.hvr-slideUp,
.hvr-slideUp figcaption {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.hvr-slideUp:hover figcaption {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

@media (min-width: 600px) {
  #slider_home .item {
    height: 40vh;
  }
}

@media (min-width: 992px) {
  #slider_home .item img {
    width: 100%;
  }

  .releases {
    top: -40px;
    height: 100px;
  }

  .owl-dots {
    bottom: 24vh;

  }

  #slider_home .item figcaption {
    display: block;
    position: absolute;
    bottom: 5rem;
    left: 4rem;
  }

}

@media (min-width: 1200px) {
  #slider_home .item {
    height: 58vh;
  }
  
}
@media (min-width: 1400px) {
  #slider_home .item figcaption {
    left: 6.5rem;
  }
}

@media (min-width: 1600px) {
  #slider_home .item {
    /* height: 10vh; */
  }

  
}



/* Landscape */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  #slider_home .item {
    height: 48vh;
  }
}

/* Portrait */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) nd (-webkit-min-device-pixel-ratio: 2) {
  #slider_home .item {
    height: 40vh;
  }
}


.button-more {
  position: relative;
}

.button-more--posts {
  max-width: 56px;
  position: absolute;
  bottom: 4px;
  right: 8px;
}

.plus {
  display: inline-block;
  width: 55px;
  height: 55px;

  background:
    linear-gradient(#111, #111),
    linear-gradient(#111, #111),
    transparent;
  background-position: center;
  background-size: 45% 4px, 4px 45%;
  /*thickness = 2px, length = 50% (25px)*/
  background-repeat: no-repeat;
  border-radius: 50%;
  border: 4px solid #111;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: scale(.9, .9)
}

.button-more--posts .plus {
  width: 48px;
  height: 48px;
  background:
    linear-gradient(#fff, #fff),
    linear-gradient(#fff, #fff),
    transparent;
  background-repeat: no-repeat;
  background-size: 45% 4px, 4px 45%;
  background-position: center;
  border: 2px solid #F58329;
}

a:hover .plus {
  border: 4px solid #111;
  transform: scale(1, 1);
}

.arrow {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.arrowed {
  position: relative;
  height: 40px;
  width: 20px;
}

.arrowed div {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.arrow-1,
.arrow-2 {
  height: 10px;
  width: 10px;
  border: 1px solid #DBD8CD;
  border-width: 1px 1px 0 0;
  transform: translatey(0) rotate(-135deg);
}

.arrowed-next .arrow-1 {
  transform: translatey(0) rotate(45deg)
}

.arrow-2 {
  animation: float 1.8s ease-in-out infinite;
  transform: translatey(0) rotate(-225deg);
}

.arrow-1:after,
.arrow-2:after {
  content: '';
  display: block;
  height: 10px;
  width: 10px;
  border: 1px solid #DBD8CD;
  border-width: 1px 1px 0 0;

  /* Parent's rotation also
	   rotates transform axis */
  /* Add width of border to Y */
  transform: translate(5px, -6px);

  /* rotate handled by parent */
}

.arrowed-prev {
  float: left;
}

.arrowed-next {
  float: right;
}

@keyframes float {

  0%,
  100% {
    transform: translatey(0) rotate(-225deg);
  }

  45% {
    transform: translatey(-12px) rotate(-225deg);
  }

}

@keyframes float-prev {

  0%,
  100% {
    transform: translatex(0) rotate(0);
  }

  45% {
    transform: translatex(-12px) rotate(0);
  }

}

@keyframes float-next {

  0%,
  100% {
    transform: translatex(0) rotate(0);
  }

  45% {
    transform: translatex(12px) rotate(0);
  }

}

.catalog {
  margin-top: 60px;
}

.catalog .entry-header .col-md-5 {
  width: 100%;
}

.filter {
  flex-wrap: wrap;
}

@media (min-width: 992px) {
  .catalog {
    margin-top: 16px;
  }

  .catalog .entry-header {
    display: flex;
  }

  .catalog .entry-header .col-md-5 {
    width: 41.6666666667%;
  }

}

/* BUTTON*/
.current-lang {
  font-weight: bold;
  color: #F2BF7E;
}

.button {
  margin-top: 40px;
}

.btn {
  position: relative;
  top: 0;
  padding: 8px 24px;
  border: 2px solid #488FB4;
  box-sizing: border-box;
  border-radius: 50px;
  transition: all .3s ease-in-out;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  background: none;
}

.btn-primary {
  background: #488FB4;

  border: none;
}

.btn-secondary {
  color: #488FB4;
  font-weight: bold;
  max-width: 246px;
}

.btn-primary,
.btn-secondary {
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-circle {
  width: 60px;
  height: 60px;
  font-size: 28px;
  line-height: .8;
  padding: 16px;
}

.img.hvr-slideUp .btn-store {
  margin-left: 16px;
}

.btn-store img {
  filter: invert();
}

.btn-circle:hover {
  background: #488FB4;
  color: #fff;
}

.btn-jasmin img {
  width: 20px;
  margin-right: 8px;
}

/* STUDIO */
.page-template-page-studio .site-main,
.page-template-page-label .site-main{
  background: url(../images/icon-studio.svg) 0 1900px no-repeat;
  background-size: 20%;
  overflow: hidden;
}


.studio {
  margin-top: 32px;
}

.studio h2,
.studio h3,
.studio-featured_box h3,
.studio-cta h2 {
  font-weight: 300;
}

.studio h3,
.studio-featured_box h3,
.studio-cta h2 {
  line-height: 1.15;
}

.studio-featured_box p{
  padding: 48px;
}

.studio-cta {
  margin-bottom: 80px;
}

.studio .wp-block-columns {
  margin-top: 56px;
}

.studio .content-img {
  text-align: center;
}

.studio .content-img img {
  max-width: 260px;
  position: relative;
}

.studio-img {
  position: relative;
}

.studio-img::before {
  content: ' ';
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #142E52;
  position: absolute;
  z-index: -1;
}

.studio-featured-cta {
  background: url('../images/icon-studio.svg');
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 42%;
  padding: 52px 0;
  margin: 60px 0 80px 0;
}

.studio-featured-cta .studio-img::before {
  background: #142E52;
}

.studio-featured_box_01::before {
  top: -48px;
  left: -20%;
}

.studio-featured_box_02::before {
  right: -16px;
  bottom: -40px;
}

.studio-featured_box_03::before,
.studio-featured_box_05::before,
.studio-featured_box_07::before {
  right: -24px;
  top: -48px;
}

.studio-featured_box_04::before {
  right: -24px;
  top: -48px;
}

.studio-featured_cta::before {
  width: 120%;
  right: -10px;
  top: -48px;
}

.studio-img_featured {
  flex-wrap: wrap;
  display: flex;
  margin: 120px 0;
}

.page-template-page-studio .studio-img_featured:first-child {
  background: url(../images/bg-wave.svg) center right no-repeat;
}

.page-template-page-studio .studio-img_featured:nth-child(3),
.page-template-page-studio .studio-img_featured:nth-child(5),
.page-template-page-studio .studio-img_featured:nth-child(7),
.page-template-page-studio .studio-img_featured:nth-child(9),
.page-template-page-studio .studio-img_featured:nth-child(11) {
  background: url(../images/bg-wave.svg) center right no-repeat;
}

.studio-featured-cta .studio-img_featured {
  margin: 0;
}

.studio-featured_box {
  flex-flow: column nowrap;
}

@media (min-width: 768px) {
  .studio-featured_box {
    flex-flow: row wrap;
    align-items: center;
    display: flex;
  }

  .studio-featured_box h3,
  .studio-cta {
    max-width: 80%;
    padding-left: 40px;
  }

  .studio-cta {
    padding-left: 24px;
  }

  .studio-img_featured:nth-child(2) h3 strong {
    font-size: 2rem;

  }

}

@media (min-width: 992px) {
  .page-template-page-studio .site-main {
    background: url(../images/icon-studio.svg) 0 1700px no-repeat;
  }

  .studio .entry-title {
    font-size: 3.5rem;
  }

  .studio .content {
    padding-right: 48px;
  }

  .studio-featured_cta::before {
    width: 110%;
    right: -35px;
  }

  .studio-featured-cta {
    background-size: 20%;
    background-position-x: -90px;
    margin: 120px 0 80px 0;
  }

  .studio-cta {
    padding-left: 50px;
  }

  .studio-img_featured.reverse {
    flex-direction: row-reverse;
  }

  .w-70 {
    width: 70%;
  }

  .w-60 {
    width: 60%;
  }

  .w-40 {
    width: 40%;
  }

  .w-30 {
    width: 30%;
  }

}

@media (min-width: 1024px) {
  .studio-featured-cta {
    background-size: 16%;
  }
}

@media (min-width: 1200px) {
  .studio-featured-cta {
    background-position-x: -64px;
  }

  .studio-cta {
    padding-left: 80px;
  }
}


/* SINGLE CATALOGO */
.main-single-catalog section {
  margin: 0;
}

.meta {
  margin-bottom: 24px;
}

.meta p {
  margin-bottom: 0;
}

.row-section {
  padding: 56px 0;
  border-top: 1px solid #888888;
}

.row-section h2 {
  font-size: 16px;
  color: #488FB4;
  text-transform: uppercase;
  font-weight: bold;
}

.images-album-gallery {
  margin-bottom: 24px;
}

.listen-now,
.jasmin-store {
  padding: 8px;
  margin: 16px auto;
  max-width: 558px;
}

.gMx7ZQAGhBSydDebRjyI {
  height: 100px;
}

.listen-now {
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: rgba(136, 136, 136, 50%);
}

.listen-now p {
  margin-bottom: 8px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: .85rem;
}

.streaming {
  display: flex;
  flex-wrap: wrap;
}

.streaming-button {
  width: 100%;
  max-width: 140px;
  height: 62px;
  border: 1px solid #A8A8A8;
  border-radius: 50px;
  margin: 8px 8px 8px 0;
  transition: all .2s ease-in-out;
}

a.streaming-button:hover {
  background: #488FB4;
  border: 1px solid #488FB4;
}

a.streaming-button:hover img {
  filter: invert();
}

.jasmin-store img {
  filter: invert();

}

.playlist iframe {
  width: 100%;
  /*max-height: 280px;*/
  border-radius: 0 !important;
}

@media (max-height: 151px){
.gMx7ZQAGhBSydDebRjyI {
  height: 100px !important;
  border-radius: 0 !important;
}
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  margin-bottom: 24px;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.nav-catalog {
  margin: 40px 0;
}

.nav-title {
  font-weight: 400;
  text-transform: none;
  color: #003247;
  display: block;
}

.nav-subtitle {
  display: block;
  color: #488FB4;
  font-weight: 300;
}

.nav-links a {
  font-size: .75rem;
  line-height: 1.2;
}

.nav-links a:hover .arrowed.arrowed-prev {
  animation: float-prev 1.8s ease-in-out infinite;
}

.nav-links a:hover .arrowed.arrowed-next {
  animation: float-next 1.8s ease-in-out infinite;
}

.pagination .page-numbers {
  height: 32px;
  width: 32px;
  border-radius: 50%;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  font-size: 18px;
  font-weight: 600;
  margin: 4px;
}

.pagination .page-numbers.current {
  background: #488FB4;
  color: #ECEBE3;
}

.next.page-numbers,
.prev.page-numbers {

  padding: 10px 30px;
  background: #ECEBE3;
  border-radius: 25px !important;
}

@media (min-width: 992px) {
  .nav-links a {
    font-size: 1rem;
  }
}

@media (min-width: 1200px) {
  .img_album {
    padding: 0 40px;
  }
}

.download-images {
  margin-top: 32px 0 24px 0;
}

.download-images span {
  display: block;
  font-weight: 400;
}

.media {
  background: url('../images/bg-wave.svg'), url('../images/bg-wave.svg');
  background-position: 15px 350px, right bottom;
  background-repeat: no-repeat;
}

/* STUDIO */

.studio h2 {
  text-transform: uppercase;
}


/* PRESS */

.quotes{
  margin-top: 24px;
}

.quotes .description{
  margin-bottom: 40px;
}

.quotes blockquote{
  font-size: 1rem;
  padding: 0 0 8px 0;
  font-style: italic;
  color: #183E72;
}


@media (min-width: 900px){
  .quotes .description{
    padding-right: 48px;
  }
}
.gallery-press a {
  position: relative;
}

.gallery-press a .press-box::after {
  content: ' ';
  display: block;
  width: 0;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #488FB4;
  transition: all .3s ease-in-out;
  z-index: 1000;

}

.gallery-press a:hover .press-box::after {
  width: 100%;
}


.press-box,
.pressBox {
  box-shadow: 0 2px 3px rgba(57, 57, 39, 0.15);
  transition: all .3s linear;
  margin: 20px;
  padding: 30px;
  background: rgba(255, 255, 255, .6);
  position: relative;
  /* border: 1px solid #142E52; */
}

.pressBox{
  margin: 0 0 24px 0;
  max-height: 300px;
  min-height: 300px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: content-box;
}

.pressBox img{
  max-height: 80px;
  margin-bottom: 24px;
  max-width: 160px;
}

.pressBox .press-box--headings h2{
  color: #183E72;
  font-size: 1.25rem;
  line-height: 1.2;
  opacity: 1;
  margin-bottom: 8px;
}

.pressBox .date{
  margin: 0 0 16px 0;
}

.pressBox .description a{
  color: #488EB3;
  font-weight: bold;
}

.pressBox .album{
  font-size: .85rem;
}

.gallery-press a:hover .press-box {
  box-shadow: 0px 10px 60px rgba(57, 57, 39, 0.15);
}

.press-box--headings h2 {
  font-size: 14px;
  opacity: .4;
  margin: 0;
  text-transform: none;
}

.press-box blockquote {
  padding: 16px 0 0 16px;
  position: relative;
}

.press-box blockquote p {
  z-index: 1;
  position: relative;
}

.press-box blockquote::before {
  content: '“';
  font-family: initial;
  font-size: 4rem;
  position: absolute;
  top: -7px;
  left: 0;
  z-index: 0;
  color: #ccc;
}

/* CONTENT */
.entry-content {
  width: 100%;
  margin: 0 auto;
}

.single-release .entry-content {
  max-width: 960px;

}

.entry-content a,
.resumo a {
  font-weight: bold;
  color: #488FB4;
}

.resumo a {
  color: #010101;
}

.entry-header {
  position: relative;
  margin-bottom: 62px;
}

.entry-header-nothumb {
  padding-top: 40px;
}

.entry-contato {
  margin-bottom: 40px;
}

.entry-title {
  text-transform: uppercase;
  font-size: 3em;
  line-height: .9;
  color: #003247;
}

.single-posts .entry-meta {
  padding-left: 58px;
}

.post-featured {
  position: relative;
  overflow: hidden;
  display: table;
  width: 100%;
  height: 100%;
  min-height: 264px;
}

.header-featured {
  width: 100%;
  max-width: 90%;
  position: absolute;
  bottom: 5px;
  padding: 24px 0 0 24px;
}

.header-featured .post-meta {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: .78px;
}

.post-featured .entry-title {
  font-size: 1.5em;
  line-height: 1.2;
  text-transform: none;
}

.post-featured .entry-title a {
  color: #fff;
  font-weight: 700;
}

.post-category {
  padding: 12px 0 0 24px;
}

.post-category a {
  background: #F58329;
  padding: 2px;
  color: #fff;
  font-weight: 400;
  font-size: 0.625em;
  letter-spacing: .78px;
  text-align: center;
}

.single-posts .post-category {
  padding: 12px 0;
}


/* FILTER - Catálogo */
@media (max-width: 600px) {
  .capsul-style li {
    max-width: 105px;
  }
}

.capsul-style li span {
  padding: 6px 26px 6px 26px;
  cursor: pointer;
  border: 1px solid #488FB4;
  box-sizing: border-box;
  border-radius: 50px;
  transition: all .3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}

.capsul-style li span img {
  margin-right: 8px;
}

.capsul-style li:not(:last-child) {
  margin-right: 16px;
}

.capsul-style li.active span,
.capsul-style li:hover span {
  color: #fff;
  font-weight: bold;
  background: #003247;
  border: 1px solid #003247;
  box-shadow: 0px 10px 50px rgba(2, 31, 123, .12);
}

.grid-item {
  margin-bottom: 24px;
}


/* RELEASE */

.release-box {
  border: 1px solid #333;
}

.release-box .inner {
  position: relative;
  padding: 2.5rem 0;
}

.release-box span {
  display: block;
  text-transform: uppercase;
}

.release-title {
  font-size: 2rem;
  line-height: 1.2;
}

.release-author {
  font-size: .875rem;
  ;
}

.release-date {
  margin-bottom: 3rem;
}

.release-row .column {
  flex: 1 1 0px;
  min-width: 0;
}


/* FORM */

.box-form{
  margin-bottom: 24px;
  position: relative;
}
.box-form label {
  position: absolute;
  top:0;
  left: 8px;
  padding: 8px 0;
  font-size: 16px;
  pointer-events: none;
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}

.box-form input:focus ~ label,
.box-form textarea:focus ~ label,
.box-form input:valid ~ label,
.box-form textarea:valid ~ label{
  top: -20px;
  color: #488FB4;
  font-size: 12px;
}

.wpcf7-form-control{
  max-width: 680px !important;
}
.submit-button-form {
  margin-top: 16px;
}

.submit-button-form input {
  float: right;
}

.wpcf7-form-control {
  max-width: 100%;
}

input[type="text"].wpcf7-not-valid,
input[type="email"].wpcf7-not-valid,
.wpcf7-not-valid {
  border-color: #dc3232;
}

.wpcf7 form.sent .wpcf7-response-output {
  color: rgb(30, 70, 32);
  background-color: rgb(237, 247, 237);
}

.wpcf7 form.spam .wpcf7-response-output {
  color: rgb(97, 26, 21);
  background-color: rgb(253, 236, 234);
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  color: rgb(102, 60, 0);
  background-color: rgb(255, 244, 229);
}

.wpcf7 form .wpcf7-response-output {
  border: 0;
  font-size: .9rem;
  padding: 8px;
}

.wpcf7-not-valid-tip {
  font-size: .85rem;
}

/* Comentários */

.comments-title {
  font-size: 2rem;
}

.comment-list>.comment {
  border-bottom: 1px solid #999;
  padding-bottom: 16px;
  margin-bottom: 16px;
}

.children {
  border-top: 1px solid #888;
  margin-top: 16px;
  padding-top: 16px;
}

.comment-metadata {
  margin-bottom: 16px;
}

.comment-metadata a {
  font-size: .85rem;
}

.comment-awaiting-moderation {
  font-weight: normal;
  font-size: .85rem;
  display: block;
  color: rgb(102, 60, 0);
  background-color: rgb(255, 244, 229);
  padding: 8px;
  margin: 12px auto;
}

.comment-content {
  font-weight: normal;
}




/* FOOTER*/
.footer {
  width: 100%;
  text-align: center;
  margin-top: 80px;
  justify-content: space-around;
  align-items: center;
  background: #fff;
  flex-wrap: wrap;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  margin-bottom: 24px;
  padding: 8px 0;
}

.footer .nav-menu a {
  margin-top: 0;
  margin: 0 8px;
  text-transform: none;
  font-weight: 300;
}

.footer .nav-menu {
  z-index: 0;
}

.copyright {
  display: flex;
  justify-content: center;
  align-items: center;
}

.copyright img {
  max-height: 64px;
  margin-right: 16px;
}

.social {
  display: flex;
  justify-content: center;
}

.follow {
  margin-right: 16px;
}

.footer--logo {
  margin-bottom: 40px;
}

.footer .footer--logo a img {
  margin-top: 16px;
  max-width: 45px;
}

.footer--infos {
  margin-bottom: 16px;
  font-weight: 700;
  line-height: 1.3;
}

.footer--infos span {
  display: block;
  width: 100%;
  margin-top: 8px;
}

.footer-secondary {
  width: 100%;
  padding: 0 70px;
  border-top: 3px solid #000;
  float: left;
  clear: both;
}


/* TAB */
.tab-wrap {
  transition: 0.3s box-shadow ease;
  border-radius: 6px;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  list-style: none;
  margin: 80px 0;
}

/* .tab-wrap:hover {
  box-shadow: 0 12px 23px rgba(0, 0, 0, 0.23), 0 10px 10px rgba(0, 0, 0, 0.19);
} */

.tab {
  display: none;
}

.tab:checked:nth-of-type(1)~.tab__content:nth-of-type(1),
.tab:checked:nth-of-type(2)~.tab__content:nth-of-type(2),
.tab:checked:nth-of-type(3)~.tab__content:nth-of-type(3),
.tab:checked:nth-of-type(4)~.tab__content:nth-of-type(4),
.tab:checked:nth-of-type(5)~.tab__content:nth-of-type(5),
.tab:checked:nth-of-type(6)~.tab__content:nth-of-type(6),
.tab:checked:nth-of-type(7)~.tab__content:nth-of-type(7) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}

.tab:first-of-type:not(:last-of-type)+label {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.tab:not(:first-of-type):not(:last-of-type)+label {
  border-radius: 0;
}

.tab:last-of-type:not(:first-of-type)+label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.tab:checked+label {
  cursor: default;
}

.tab:checked+label,
.tab:checked+label:hover {
  box-shadow: 0 -4px 0 #00FFFF inset;
  filter: blur(0);
}

.tab+label {
  min-width: 130px;
  cursor: pointer;
  display: block;
  text-decoration: none;
  color: #fff;
  flex-grow: 3;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  transition: 0.3s background-color ease, 0.3s box-shadow ease;
  box-sizing: border-box;
  padding: 8px 0;
  font-size: 1.5rem;
  text-align: left;
  box-shadow: 0 -1px 0 #fff inset;
  filter: blur(1px);
}

.tab+label:hover {
  box-shadow: 0 -4px 0 #00FFFF inset;
  filter: blur(0);
}

.tab__content {
  color: #fff;
  padding: 10px 0;
  background-color: transparent;
  position: absolute;
  width: 100%;
  z-index: -1;
  opacity: 0;
  left: 0;
  transform: translateY(-3px);
}

.tab__content .row-content {
  width: 100%;
  box-shadow: 0 -1px 0 #fff inset;
  padding: 24px 0;
}

.tab__content .hour {
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  padding-right: 16px;
  width: 20%;
  max-width: 90px;
}

.tab__content .content {
  width: 90%;
}

.tab__content .content h4 {
  font-family: 'basemonomedium', Courier New, Courier, monospace;
  font-weight: 400;
  font-size: 1.125rem;
  text-transform: uppercase;
  margin-bottom: 0;
}

.tab__content .content p {
  margin-bottom: 0;
}


.owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
}

.vbox-figlio {
  padding: 24px;
  background: #010101 !important;
}

.vbox-close {
  width: 55px;
  height: 55px;
  font-size: 40px;
}

@media (min-width:992px) {

  .vbox-inline,
  .venoframe {
    max-width: 1200px;
    width: 70%;
    height: auto;
  }
}

.venobox img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}



/* EXPOSICOES */
.masonry {
  width: 100%;
  margin: 0 auto;

  display: grid;
  grid-template-columns: repeat(16, 1fr);
  grid-gap: 8px;
}

.ampliar {
  display: inline-block;
  grid-column: 1/-1;
  color: #fff;
  text-transform: uppercase;
}

.masonry img {
  object-fit: cover;
  display: block;
  max-height: 420px;
  width: 100%;
  height: 100%;
  transition: all .3s ease-in-out;
}

.masonry.lambe-lume img {
  max-height: auto;
}


.artista {
  display: none;
}

figcaption {
  color: #fff;
  text-transform: uppercase;
  font-size: .75rem;
}

.vbox-title {
  font-size: .75rem;
  line-height: 1.3;
  padding: 12px 50px;
  text-transform: uppercase;
}

.vbox-container img {
  max-height: 640px;
}


/* GRID */
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {

  .container-sm,
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {

  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {

  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {

  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1140px;
  }

}


@media (min-width: 1400px) {

  .container-xxl,
  .container-xl,
  .container-lg {
    max-width: 1320px;
  }
}

@media (min-width: 1600px) {

  .container-xxl,
  .container-xl {
    max-width: 1500px;
  }

}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}

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

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

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

.col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}

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

.col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}

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

.col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}

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

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

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

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

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

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

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

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }

  .row-cols-sm-auto>* {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

  .row-cols-md-auto>* {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }

  .row-cols-lg-auto>* {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

  .row-cols-xl-auto>* {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }

  .row-cols-xxl-auto>* {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

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

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

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

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

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

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

.justify-content-end {
  justify-content: flex-end;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

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

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

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

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

.align-content-end {
  align-content: flex-end;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

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

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

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (max-width: 992px) {
  .justify-content-end {
    justify-content: space-between;
  }
}

/* VIDEO GALLERY */

.row-video-gallery{
  margin-bottom: 16px;
}

.row-video-gallery .wp-block-image .components-resizable-box__container img::before,
.row-video-gallery .ari-fancybox::before{
  content: url('../images/icon.32.play.svg');
  width: 64px;
  height: 64px;
  display: block;
  position: absolute;
  filter: invert(1);
  background: rgba(0,0,0,.3);
  border: 1px solid #000;
  padding: 16px;
  border-radius: 40px;
  box-shadow: ;
}

a.ari-fancybox{
  justify-content: center;
  align-items: center;
  display: flex;
}

:where(.wp-block-columns.is-layout-flex) {
  gap: 1.2em !important;
}