body.home #wrapper header .header-inner {
  padding: 0;
  min-height: 30rem;
  position: relative;
}
body.home #wrapper header .header-inner .wp-block-kadence-advancedgallery {
  position: absolute;
  top: 0px;
  left: 0;
  height: 100%;
  width: 100%;
}
body.home #wrapper header .header-inner .wp-block-kadence-advancedgallery .slick-slider .kb-slide-item {
  padding: 0;
}
body.home main > section {
  width: 100%;
  margin: 6rem 0;
  font-size: 2rem;
  padding: 2rem 4rem;
  position: relative;
}
body.home main > section .section-bg {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, rgba(255, 255, 255, 0) 25%, #ffffff38);
  mask-image: linear-gradient(to right, transparent 25%, #ffffff2e);
  width: 50%;
  pointer-events: none;
  z-index: 0;
}
body.home main > section .section-bg img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
body.home main > section.youtube {
  display: flex;
  flex-direction: column;
}
body.home main > section > .section-inner {
  display: flex;
  min-height: 30rem;
  z-index: 1;
  position: relative;
}
body.home main > section.invert {
  background-color: #d9d9d9;
}
body.home main > section.fixed-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  background-attachment: fixed;
}
body.home main > section h2.light {
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1em;
  opacity: 0.5;
  font-size: 0.8em;
  font-family: "Montserrat", sans-serif;
  margin: 2em 0;
}
body.home main > section h2.spaced {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.4em;
  font-family: "Montserrat", sans-serif;
  font-size: 2em;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 1em;
}
body.home main > section h2.spaced::after {
  content: "";
  height: 0.05em;
  width: 2em;
  background-color: black;
  margin-top: 0.5em;
}
body.home main > section.show .section-title,
body.home main > section.show .section-content {
  opacity: 1;
  transform: translateX(0);
}
body.home main > section .section-title {
  width: 50%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  padding-right: 5em;
  opacity: 0;
  transform: translateX(-2em);
  transition: all 0.7s ease-in-out;
}
body.home main > section .section-title h2 {
  font-size: 2.5em;
  margin: 0.1em 0;
}
body.home main > section .section-title h3 {
  font-size: 3em;
  margin: 0.3em 0;
}
body.home main > section .section-title h4 {
  font-size: 1.3em;
  margin: 0.3em 0;
}
body.home main > section .section-title .section-desc {
  line-height: 1.5;
  font-size: 0.8em;
}
body.home main > section .section-title .button {
  border-radius: 3rem;
  background-color: #d9d9d9;
  padding: 1rem 3rem;
  color: #737373;
  margin-top: 2rem;
  font-size: 1.3rem;
  cursor: pointer;
  font-weight: bold;
  transition: all 0.3s;
}
body.home main > section .section-title .button:hover {
  background-color: #8c8c8c;
}
body.home main > section .section-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  opacity: 0;
  transform: translateX(2em);
  transition: all 0.7s ease-in-out;
}
body.home main > section .section-content.left {
  transform: translateX(-2em);
}
body.home main > section .section-content.visible {
  opacity: 1;
  transform: translateX(0);
}
body.home main > section .section-content.section-boxes {
  width: 50%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-gap: 2rem;
}
body.home main > section .section-content.section-boxes.vertical {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body.home main > section .section-content.section-boxes.vertical > .section-box {
  width: 30%;
  background-color: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  border-radius: 0.8em;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  color: inherit;
}
body.home main > section .section-content.section-boxes.vertical > .section-box:hover {
  box-shadow: 0 0.2em 0.5em 0.2em rgba(0, 0, 0, 0.2);
  transform: translateY(-0.2em);
}
body.home main > section .section-content.section-boxes.vertical > .section-box:hover img {
  transform: translate(-50%, -50%) scale(1.1);
}
body.home main > section .section-content.section-boxes.vertical > .section-box .title {
  text-align: center;
  margin: 0;
  padding: 1em;
  font-size: 0.9em;
}
body.home main > section .section-content.section-boxes.vertical > .section-box .image {
  position: relative;
  height: 16rem;
  display: block;
  overflow: hidden;
}
body.home main > section .section-content.section-boxes.vertical > .section-box img {
  position: absolute;
  height: 100%;
  width: 100%;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  transition: all 0.3s ease-in-out;
}
body.home main > section .section-content.section-boxes .section-box-wrapper {
  position: relative;
  cursor: default;
}
body.home main > section .section-content.section-boxes .section-box-wrapper:hover .section-box-background {
  transform: translate(0.5rem, -0.5rem);
}
body.home main > section .section-content.section-boxes .section-box-wrapper:hover .section-box {
  transform: translate(-0.5rem, 0.5rem);
}
body.home main > section .section-content.section-boxes .section-box-wrapper:hover .section-box .image,
body.home main > section .section-content.section-boxes .section-box-wrapper:hover .section-box h2 {
  opacity: 0;
}
body.home main > section .section-content.section-boxes .section-box-wrapper:hover .section-box .desc {
  opacity: 1;
}
body.home main > section .section-content.section-boxes .section-box-wrapper .section-box-background {
  background-color: #f2f2f2;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.2s ease-in-out;
}
body.home main > section .section-content.section-boxes .section-box-wrapper .section-box {
  background-color: white;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0 1px 3px rgba(242, 242, 242, 0.5), 0 1px 2px rgba(242, 242, 242, 0.3);
  position: relative;
  transition: all 0.2s ease-in-out;
}
body.home main > section .section-content.section-boxes .section-box-wrapper .section-box .image {
  font-size: 2.6rem;
  background-color: #f2f2f2;
  border-radius: 0.2em;
  padding: 0.6em;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #737373;
  transition: all 0.2s ease-in-out;
}
body.home main > section .section-content.section-boxes .section-box-wrapper .section-box h2 {
  font-size: 2.4rem;
  transition: all 0.2s ease-in-out;
  color: #737373;
}
body.home main > section .section-content.section-boxes .section-box-wrapper .section-box .desc {
  font-size: 1.5rem;
  height: 100%;
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2em;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
body.home main > section#site-notice {
  background-color: #ffeca0;
}
body.home main > section#counters .section-inner {
  font-size: 2rem;
  min-height: 20rem;
}
body.home main > section#counters .section-inner .counter-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
body.home main > section#counters .section-inner .counter-container {
  width: 33%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
}
body.home main > section#counters .section-inner .counter-container .counter {
  font-size: 2em;
  font-weight: bold;
}
body.home main > section#counters .section-inner .counter-container .title {
  font-size: 1.8em;
  text-transform: uppercase;
}
body.home main > section#intro {
  font-size: 1.6rem;
  text-align: justify;
  line-height: 2;
}
body.home main > section#intro .details > div {
  text-align: center;
  line-height: 2;
}
body.home main > section#expo .section-inner {
  min-height: 10rem;
}
body.home main > section#expo .latest-news {
  background-color: #d9d9d9;
  padding: 1em;
  min-width: 70%;
}
body.home main > section#expo .latest-news h4 {
  padding-top: 0;
  margin-bottom: 1em;
}
body.home main > section#expo .latest-news ul {
  padding: 0 0 0 1.5em;
  margin: 0;
  font-size: 0.7em;
}
body.home main > section#expo .latest-news ul li {
  margin: 0.8em 0;
}
body.home main > section#expo .latest-news ul li a {
  transition: all 0.3s ease-in-out;
}
body.home main > section#store-action .section-inner {
  min-height: 10rem;
}
body.home main > section#store-action .section-inner .section-content {
  flex-direction: column;
}
body.home main > section#store-action .section-inner .section-content h2 {
  margin: 0.2em;
}
body.home main > section#store-action .section-inner .section-content h3 {
  font-size: 1em;
  font-weight: normal;
}
body.home main > section#store-action .section-inner .call-button {
  background-color: #f2f2f2;
  padding: 1em 3em;
  font-size: 2rem;
  border-radius: 2em;
  cursor: pointer;
  letter-spacing: 0.2em;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
  margin-top: 2em;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0em 0 0em rgba(242, 242, 242, 0.8);
  color: inherit;
}
body.home main > section#store-action .section-inner .call-button > div {
  transition: all 0.3s ease-in-out;
}
body.home main > section#store-action .section-inner .call-button .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: scale(0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.3em;
  font-weight: normal;
}
body.home main > section#store-action .section-inner .call-button:hover {
  box-shadow: 0 0em 0 2em transparent;
  transform: scale(1);
}
body.home main > section#store-action .section-inner .call-button:hover .text {
  transform: scale(1.8);
  opacity: 0;
}
body.home main > section#store-action .section-inner .call-button:hover .icon {
  opacity: 1;
  transform: scale(1);
}
body.home main > section#brochure a {
  font-size: 8em;
  color: #737373;
  transition: all 0.3s;
}
body.home main > section#brochure a:hover {
  color: #a6a6a6;
}
body.home main > section#categories.show .section-inner .section-content .category-wrapper {
  opacity: 1;
  transform: translateY(0);
}
body.home main > section#categories .section-inner .section-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 2rem;
}
body.home main > section#categories .section-inner .section-content .category-wrapper {
  height: 18rem;
  box-shadow: 0 0.1em 0.2em 0.1em rgba(180, 180, 180, 0.1);
  position: relative;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  opacity: 0;
  transform: translateY(1em);
}
body.home main > section#categories .section-inner .section-content .category-wrapper .category-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s ease-in-out;
  z-index: 0;
}
body.home main > section#categories .section-inner .section-content .category-wrapper .category-image img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
}
body.home main > section#categories .section-inner .section-content .category-wrapper:hover {
  box-shadow: 0 0.2em 0.5em 0.2em rgba(0, 0, 0, 0.2);
}
body.home main > section#categories .section-inner .section-content .category-wrapper:hover .category-image {
  opacity: 0;
}
body.home main > section#categories .section-inner .section-content .category-wrapper:hover .category-title {
  opacity: 0;
  transition-delay: 0s;
  transform: scale(0.9);
}
body.home main > section#categories .section-inner .section-content .category-wrapper:hover .category-list a {
  opacity: 1;
  transform: translateY(0);
  pointer-events: initial;
}
body.home main > section#categories .section-inner .section-content .category-wrapper .category-title {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  height: 100%;
  width: 100%;
  text-align: center;
  padding: 1em;
  font-size: 1.2em;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  transition-delay: 0.2s;
  color: white;
  z-index: 2;
  position: relative;
}
body.home main > section#categories .section-inner .section-content .category-wrapper .category-list {
  font-size: 0.7em;
  padding: 1em 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  flex-wrap: wrap;
}
body.home main > section#categories .section-inner .section-content .category-wrapper .category-list > a {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  transform: translateY(2em);
  margin-right: 1em;
  max-width: 50%;
  text-align: center;
  transition: all 0.3s;
  padding: 0.4em 0.8em;
}
body.home main > section#categories .section-inner .section-content .category-wrapper .category-list > a:hover {
  background-color: rgba(180, 180, 180, 0.2);
}

.youtube-wrapper {
  display: flex;
  width: 100%;
  font-size: 2rem;
  background-color: #d9d9d9;
  height: 401px;
}
.youtube-wrapper .player-wrapper {
  flex-grow: 1;
}
.youtube-wrapper .list-wrapper {
  width: 30%;
  display: flex;
  flex-direction: column;
  font-size: 1em;
}
.youtube-wrapper .list-wrapper .list-header {
  display: grid;
  grid-template-columns: 0.25fr 0.75fr;
  grid-template-rows: 1fr 1fr;
  font-size: 0.7em;
  padding: 1em 0;
  background-color: rgba(0, 0, 0, 0.1);
}
.youtube-wrapper .list-wrapper .list-header .list-header-title {
  font-size: 1.3em;
}
.youtube-wrapper .list-wrapper .list-header .list-header-icon {
  grid-row: 1/3;
  display: flex;
  justify-content: center;
  align-items: center;
}
.youtube-wrapper .list-wrapper .list-container {
  overflow: auto;
  height: 100%;
}
.youtube-wrapper .list-wrapper .list-container img {
  max-width: 100%;
}
.youtube-wrapper .list-wrapper .list-container > .list-item {
  display: flex;
  font-size: 0.8em;
  padding: 0.5em 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.youtube-wrapper .list-wrapper .list-container > .list-item:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
.youtube-wrapper .list-wrapper .list-container > .list-item.active {
  background-color: rgba(255, 255, 255, 0.6);
}
.youtube-wrapper .list-wrapper .list-container > .list-item .list-count {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1em;
  font-size: 0.6em;
  width: 10%;
  flex-shrink: 0;
}
.youtube-wrapper .list-wrapper .list-container > .list-item .list-thumb {
  width: 25%;
  flex-shrink: 0;
}
.youtube-wrapper .list-wrapper .list-container > .list-item .list-title {
  font-size: 0.8em;
  padding: 0.3em 0.8em;
}

.instagram-wrapper {
  padding-bottom: 2em;
}
.instagram-wrapper .instagram-inner {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 1em;
}
.instagram-wrapper .instagram-inner a {
  position: relative;
  opacity: 0.8;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.instagram-wrapper .instagram-inner a img {
  transition: all 0.3s cubic-bezier(0.17, 0.67, 0.5, 0.94);
}
.instagram-wrapper .instagram-inner a i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3em;
  color: white;
  text-shadow: 0 0 0.1em black;
  opacity: 0.8;
}
.instagram-wrapper .instagram-inner a::before, .instagram-wrapper .instagram-inner a::after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  background-color: rgba(255, 255, 255, 0.8);
  height: 0.1em;
  content: "";
  transition: all 0.3s cubic-bezier(0.17, 0.67, 0.5, 0.94);
  box-shadow: 0 0 0.2em 0 rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.instagram-wrapper .instagram-inner a::after {
  left: 0;
  top: 0;
  right: unset;
}
.instagram-wrapper .instagram-inner a:hover {
  opacity: 1;
}
.instagram-wrapper .instagram-inner a:hover img {
  transform: scale(1.1);
}
.instagram-wrapper .instagram-inner a:hover::before, .instagram-wrapper .instagram-inner a:hover::after {
  width: 100%;
}

#main-slider {
  width: 100%;
  padding: 0rem 0rem;
  height: 35rem;
  overflow: hidden;
  position: relative;
  margin: 2rem 0;
}
#main-slider .slider-wrapper {
  height: 100%;
}
#main-slider .slider-wrapper .slides {
  display: flex;
  height: 100%;
  transition: transform 0.4s cubic-bezier(1, 0.01, 0.44, 1);
}
#main-slider .slider-wrapper .slides .slide {
  width: 100%;
  height: 100%;
  min-width: 100%;
}
#main-slider .slider-wrapper .slides .slide:nth-child(odd) {
  background-color: lightgray;
}
#main-slider .slider-wrapper .slides .slide:nth-child(even) {
  background-color: lightsalmon;
}
#main-slider .slider-wrapper:hover .prev,
#main-slider .slider-wrapper:hover .next {
  opacity: 1;
}
#main-slider .slider-wrapper .prev,
#main-slider .slider-wrapper .next {
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 2em;
  transition: all 0.3s ease-in-out;
  transform: translateY(-50%);
  cursor: pointer;
  opacity: 0.4;
  padding: 1em;
}
#main-slider .slider-wrapper .prev.disabled,
#main-slider .slider-wrapper .next.disabled {
  cursor: default;
  opacity: 0.5;
}
#main-slider .slider-wrapper .prev {
  left: 0;
  right: unset;
}
#main-slider .slider-wrapper h2 {
  position: absolute;
  bottom: 10%;
  width: 80%;
  right: 10%;
  text-align: center;
  font-size: 2em;
}
#main-slider .slider-wrapper .title-enter,
#main-slider .slider-wrapper .title-leave {
  transition: all 0.4s cubic-bezier(1, 0.01, 0.44, 1);
}
#main-slider .slider-wrapper .title-enter-start {
  transform: translateY(1em);
  opacity: 0;
}
#main-slider .slider-wrapper .title-end-start {
  transform: translateY(0em);
  opacity: 1;
}
#main-slider .slider-wrapper .title-leave-start {
  transform: translateY(0em);
  opacity: 1;
}
#main-slider .slider-wrapper .title-leave-end {
  transform: translateY(-1em);
  opacity: 0;
}

.main-slider {
  width: 100%;
  padding: 0rem 0rem;
  height: 35rem;
}
.main-slider .slider-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.main-slider .slider-active {
  display: flex;
  flex-grow: 1;
  height: 100%;
}
.main-slider .slider-active > div {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  flex-grow: 1;
}
.main-slider .slider-active > div.slider-active-left {
  padding-right: 5rem;
  flex-grow: 0;
  width: 40%;
}
.main-slider .slider-active > div a {
  display: block;
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.main-slider .slider-active img {
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main-slider .slider-active .hide-title-enter-active {
  transition-delay: 6s;
  transition: all 0s ease-in;
}
.main-slider .slider-active .hide-title-enter {
  opacity: 0;
}
.main-slider .slider-active .translate-title-enter-active {
  transition: all 0.3s cubic-bezier(0.64, 0.16, 0.2, 0.96);
}
.main-slider .slider-active .translate-title-leave-active {
  transition: all 0.8s cubic-bezier(0.64, 0.16, 0.2, 0.96);
}
.main-slider .slider-active .translate-title-enter,
.main-slider .slider-active .translate-title-leave-to,
.main-slider .slider-active .translate-subtitle-enter,
.main-slider .slider-active .translate-subtitle-leave-to {
  transform: translateY(180%);
}
.main-slider .slider-active .translate-subtitle-enter-active {
  transition: all 0.3s cubic-bezier(0.64, 0.16, 0.2, 0.96) 0.1s;
}
.main-slider .slider-active .translate-subtitle-leave-active {
  transition: all 0.8s cubic-bezier(0.64, 0.16, 0.2, 0.96) 0.1s;
}
.main-slider .slider-active .slide-fade-image-enter-active,
.main-slider .slider-active .slide-fade-image-leave-active {
  transition: all 0.8s cubic-bezier(0.64, 0.16, 0.2, 0.96);
}
.main-slider .slider-active .slide-fade-image-enter,
.main-slider .slider-active .slide-fade-image-leave-to {
  transform: translateX(2rem);
  opacity: 0;
}
.main-slider .slider-active h2 {
  font-size: 4rem;
}
.main-slider .slider-active h3 {
  font-size: 2.3rem;
}
.main-slider .slider-active .title-wrapper,
.main-slider .slider-active .subtitle-wrapper {
  position: relative;
  overflow: hidden;
}
.main-slider .slider-controls {
  display: flex;
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  justify-content: center;
}
.main-slider .slider-controls > div {
  border-radius: 50%;
  background-color: #8c8c8c;
  height: 0.8rem;
  width: 0.8rem;
  transition: all 1.4s cubic-bezier(0.64, 0.16, 0.2, 0.96);
  margin: 0 0.2em;
  cursor: pointer;
}
.main-slider .slider-controls > div.active {
  width: 3rem;
  border-radius: 0.6rem;
  background-color: #737373;
}

/* -------------------------------------------------------------------------- */
/*                             Responsive - phone                             */
/* -------------------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  body.home #container {
    width: 100%;
  }
  body.home #wrapper header {
    margin-bottom: 5rem;
  }
  body.home #wrapper header .header-inner {
    min-height: 11rem;
    margin-top: 0;
  }
  body.home #wrapper header .header-inner .wp-block-kadence-advancedgallery {
    position: relative;
  }
  body.home #wrapper header .header-inner .wp-block-kadence-advancedgallery .kt-blocks-carousel {
    padding: 0;
  }
  body.home main > section h2 {
    font-size: 1.2em !important;
  }
  body.home main > section h2.spaced {
    letter-spacing: 0.2em;
  }
  body.home main > section .section-inner {
    flex-direction: column;
  }
  body.home main > section .section-inner .section-title {
    width: 100%;
    padding: 0 0 1em 0;
  }
  body.home main > section .section-inner .section-content {
    width: 100%;
  }
  body.home main > section .section-inner .section-content.left {
    transform: initial;
  }
  body.home main > section .section-inner .section-content.section-boxes .section-box-wrapper .section-box .desc {
    padding: 1em;
  }
  body.home main > section .section-inner .section-content.section-boxes.vertical {
    display: grid;
  }
  body.home main > section .section-inner .section-content.section-boxes.vertical .section-box {
    width: 100%;
  }
  body.home main > section .section-inner .section-content.section-boxes.vertical .section-box .image {
    height: 13rem;
  }
  body.home main > section .section-inner .section-content.section-boxes.vertical .section-box .title {
    padding: 0.8em;
    font-size: 0.8em;
  }
  body.home main > section#brochure .section-bg {
    width: 170%;
  }
  body.home main > section#brochure a {
    font-size: 5em;
  }
  body.home main > section#categories .section-inner .section-content {
    grid-template-columns: repeat(2, 1fr);
  }
  body.home main > section#categories .section-inner .section-content .category-wrapper .category-image img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    min-height: 100%;
    max-width: auto;
  }
  body.home main > section.youtube .section-inner .youtube-wrapper {
    height: 500px;
    flex-direction: column;
  }
  body.home main > section.youtube .section-inner .youtube-wrapper .list-header {
    font-size: 0.6em;
  }
  body.home main > section.youtube .section-inner .youtube-wrapper .list-wrapper {
    width: 100%;
    overflow: hidden;
  }
  body.home main > section.instagram .instagram-wrapper .instagram-inner {
    grid-template-columns: repeat(2, 1fr);
  }
  body.home main > section#store-action .section-inner h2,
body.home main > section#store-action .section-inner h3 {
    line-height: 2;
  }
  body.home main > section#store-action .section-inner .call-button {
    font-size: 0.9em;
    white-space: nowrap;
  }
  body.home main > section#subscribe .name_first {
    width: 100% !important;
  }
}
.subscribe_form .gfield_label {
  color: #676767;
  font-weight: 400 !important;
  font-size: 12px !important;
  margin-bottom: 0 !important;
}
.subscribe_form .gfield_label .gfield_required {
  color: #f13955;
}
.subscribe_form .gfield_error label,
.subscribe_form .gfield_error legend {
  color: #c35137 !important;
}
.subscribe_form .gfield input,
.subscribe_form .gfield select {
  background-color: rgba(229, 229, 229, 0.1);
  border-radius: 4px;
  outline: none;
  border: 1px solid #959595;
  line-height: 1.2 !important;
  padding: 0.6em 1em !important;
  color: #444 !important;
}
.subscribe_form .gfield input:focus,
.subscribe_form .gfield select:focus {
  border: 1px solid #15a6df;
}
.subscribe_form .gfield input[type=checkbox] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.subscribe_form .gfield input[type=checkbox] + label {
  display: inline-flex;
  align-items: center;
  user-select: none;
  font-size: 14px !important;
}
.subscribe_form .gfield input[type=checkbox] + label:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  flex-grow: 0;
  border-radius: 4px;
  margin-right: 0.75em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  border: 1px solid #959595;
}
.subscribe_form .gfield input[type=checkbox]:checked + label:before {
  border-color: #0b76ef;
  background-color: #2D67B2;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.subscribe_form .gform_wrapper .gfield_error [aria-invalid=true] {
  border: 1px solid #c35137 !important;
}
.subscribe_form .validation_message {
  font-size: 13px !important;
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  color: #c35137 !important;
  margin-top: 4px !important;
}
.subscribe_form #field_14_7 {
  margin-top: 16px;
}
.subscribe_form_region .chosen-search {
  display: none;
}

.chosen-container-single .chosen-single {
  font-size: 15px;
  padding: 0.6em 1em !important;
  border-radius: 4px !important;
  height: auto !important;
  background-image: none !important;
  background-color: rgba(229, 229, 229, 0.1) !important;
  outline: none;
  border: 1px solid #959595 !important;
  box-shadow: none !important;
  color: #444;
}
.chosen-container-single .chosen-single span {
  padding: 0;
  line-height: 1.2em !important;
  margin-bottom: 0 !important;
}
.chosen-container-single.chosen-container-active .chosen-single {
  box-shadow: none !important;
  border: 1px solid #15a6df;
}
.chosen-container-single .chosen-drop {
  margin-top: 4px !important;
  border: 0 !important;
  border-radius: 4px !important;
  background-color: #fafafa !important;
}
.chosen-container-single .chosen-search {
  padding: 8px !important;
}
.chosen-container-single .chosen-search input[type=text] {
  padding: 0.5em 1em !important;
  background-image: none !important;
  border: 1px solid #959595 !important;
  border-radius: 4px !important;
  background-color: rgba(229, 229, 229, 0.1) !important;
}
.chosen-container-single .chosen-results {
  max-height: 200px !important;
}
.chosen-container-single .chosen-results::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
}
.chosen-container-single .chosen-results::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
  margin-left: 4px;
}
.chosen-container-single .chosen-results::-webkit-scrollbar-thumb {
  background-color: #15a6df;
}
.chosen-container-single .chosen-results li {
  font-size: 14px;
  line-height: 2em;
  margin-right: 4px;
}
.chosen-container-single .chosen-results li.highlighted {
  border-radius: 4px;
  background-image: none !important;
  background-color: #0b76ef !important;
  color: white;
}

.gfield_checkbox {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2% [12];
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(auto-fill, auto);
  grid-column-gap: 2%;
  grid-row-gap: 4px;
}
.gfield_checkbox .gchoice {
  grid-column: 1/-1;
}
@media (min-width: 1024px) {
  .gfield_checkbox .gchoice {
    grid-column: span 6;
  }
}

.gform_validation_errors {
  background: #ff6a6a !important;
  border: 1px solid #c35137 !important;
  padding: 4px 16px 4px 48px !important;
  margin-bottom: 24px !important;
}
.gform_validation_errors h2 {
  color: #fff !important;
  font-weight: 400 !important;
}

.gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 4px !important;
}

.gform_footer {
  marging: 0px !important;
  padding: 0px !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

/*# sourceMappingURL=homepage.css.map */
