.current-language-item {
  display: flex;
  align-items: center;
  min-height: 30px;
}
.current-language-item .wp-block-navigation-item__content > div {
  display: flex;
  align-items: center;
}
[data-wpml="language-item"]:first-of-type {
  margin-top: 5px !important;
}
.wp-block-navigation [data-type="wpml/navigation-language-switcher"] {
  display: flex !important;
  flex-direction: var(--navigation-layout-direction, initial);
  justify-content: var(--navigation-layout-justify, initial);
  align-items: var(--navigation-layout-align, initial);
  flex-wrap: var(--navigation-layout-wrap, wrap);
  background-color: inherit;
  gap: inherit;
  margin: 0;
  width: fit-content;
  max-width: fit-content;
}
.wp-block-navigation .wpml-block-navigation-item {
  background-color: inherit;
}
.wp-block-navigation
  .wpml-block-navigation-item
  .current-language-item
  .wp-block-navigation-item__content
  > div {
  display: flex;
  align-items: center;
}
.wp-block-navigation__submenu-container li {
  margin: 0;
}
@supports (-moz-appearance: meterbar) {
  .ant-select-single .ant-select-selector .ant-select-selection-item,
  .ant-select-single .ant-select-selector .ant-select-selection-placeholder {
    line-height: 30px;
  }
}
.current-language-item {
  display: flex;
  align-items: center;
  min-height: 30px;
}
.current-language-item .wp-block-navigation-item__content > div {
  display: flex;
  align-items: center;
}
[data-wpml="language-item"]:first-of-type {
  margin-top: 5px !important;
}
.wp-block-navigation [data-type="wpml/navigation-language-switcher"] {
  display: flex !important;
  flex-direction: var(--navigation-layout-direction, initial);
  justify-content: var(--navigation-layout-justify, initial);
  align-items: var(--navigation-layout-align, initial);
  flex-wrap: var(--navigation-layout-wrap, wrap);
  background-color: inherit;
  gap: inherit;
  margin: 0;
  width: fit-content;
  max-width: fit-content;
}
.wp-block-navigation .wpml-block-navigation-item {
  background-color: inherit;
}
.wp-block-navigation
  .wpml-block-navigation-item
  .current-language-item
  .wp-block-navigation-item__content
  > div {
  display: flex;
  align-items: center;
}
.wp-block-navigation__submenu-container li {
  margin: 0;
}
.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em;
}
.wpcf7-list-item-label::after,
.wpcf7-list-item-label::before {
  content: " ";
}
.wpcf7-spinner {
  visibility: hidden;
  display: inline-block;
  background-color: #23282d;
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 0 24px;
  position: relative;
}
.wpcf7-spinner::before {
  content: "";
  position: absolute;
  background-color: #fbfbfc;
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border: none;
  border-radius: 100%;
  transform-origin: 8px 8px;
  animation-name: spin;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
  .wpcf7-spinner::before {
    animation-name: blink;
    animation-duration: 2s;
  }
}
@keyframes spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes blink {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.wpcf7 [inert] {
  opacity: 0.5;
} /*! elementor-icons - v5.29.0 - 15-02-2024 */
@font-face {
  font-display: swap;
  font-family: eicons;
  src: url(./wp-content/plugins/elementor/assets/lib/eicons/css/../fonts/eicons.woff)
    format("woff");
  font-weight: 400;
  font-style: normal;
}
[class*=" eicon-"],
[class^="eicon"] {
  display: inline-block;
  font-family: eicons;
  font-size: inherit;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@keyframes a {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
} /*! elementor - v3.20.0 - 26-03-2024 */
.dialog-widget-content {
  background-color: var(--e-a-bg-default);
  position: absolute;
  border-radius: 3px;
  box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.dialog-message {
  line-height: 1.5;
  box-sizing: border-box;
}
.dialog-close-button {
  cursor: pointer;
  position: absolute;
  margin-block-start: 15px;
  right: 15px;
  color: var(--e-a-color-txt);
  font-size: 15px;
  line-height: 1;
  transition: var(--e-a-transition-hover);
}
.dialog-close-button:hover {
  color: var(--e-a-color-txt-hover);
}
.dialog-type-lightbox {
  position: fixed;
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.elementor-editor-active .elementor-popup-modal {
  background-color: initial;
}
.elementor-hidden {
  display: none;
}
.screen-reader-text,
.screen-reader-text span {
  position: absolute;
  top: -10000em;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.e-logo-wrapper {
  background: var(--e-a-bg-logo);
  display: inline-block;
  padding: 0.75em;
  border-radius: 50%;
  line-height: 1;
}
.e-logo-wrapper i {
  color: var(--e-a-color-logo);
  font-size: 1em;
}
.elementor *,
.elementor :after,
.elementor :before {
  box-sizing: border-box;
}
.elementor a {
  box-shadow: none;
  text-decoration: none;
}
.elementor img {
  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.elementor embed,
.elementor iframe,
.elementor object,
.elementor video {
  max-width: 100%;
  width: 100%;
  margin: 0;
  line-height: 1;
  border: none;
}
.elementor .elementor-background,
.elementor .elementor-background-video-container {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  overflow: hidden;
  z-index: 0;
  direction: ltr;
}
.elementor .elementor-background-video-container {
  transition: opacity 1s;
  pointer-events: none;
}
.elementor .elementor-background-video-container.elementor-loading {
  opacity: 0;
}
.elementor .elementor-background-video-embed {
  max-width: none;
}
.elementor .elementor-background-video,
.elementor .elementor-background-video-embed {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.elementor .elementor-background-video {
  max-width: none;
}
.elementor .elementor-html5-video {
  -o-object-fit: cover;
  object-fit: cover;
}
.elementor-widget-wrap > .elementor-element.elementor-absolute {
  position: absolute;
}
.elementor-widget-wrap > .elementor-element.elementor-fixed {
  position: fixed;
}
.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,
.elementor-widget-wrap .elementor-element.elementor-widget__width-initial {
  max-width: 100%;
}
@media (max-width: 1024px) {
  .elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,
  .elementor-widget-wrap
    .elementor-element.elementor-widget-tablet__width-initial {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,
  .elementor-widget-wrap
    .elementor-element.elementor-widget-mobile__width-initial {
    max-width: 100%;
  }
}
.elementor-element {
  --flex-direction: initial;
  --flex-wrap: initial;
  --justify-content: initial;
  --align-items: initial;
  --align-content: initial;
  --gap: initial;
  --flex-basis: initial;
  --flex-grow: initial;
  --flex-shrink: initial;
  --order: initial;
  --align-self: initial;
  flex-basis: var(--flex-basis);
  flex-grow: var(--flex-grow);
  flex-shrink: var(--flex-shrink);
  order: var(--order);
  align-self: var(--align-self);
}
.elementor-element.elementor-absolute,
.elementor-element.elementor-fixed {
  z-index: 1;
}
.elementor-element:where(.e-con-full, .elementor-widget) {
  flex-direction: var(--flex-direction);
  flex-wrap: var(--flex-wrap);
  justify-content: var(--justify-content);
  align-items: var(--align-items);
  align-content: var(--align-content);
  gap: var(--gap);
}
.elementor-align-center {
  text-align: center;
}
.elementor-align-center .elementor-button {
  width: auto;
}
.elementor-align-right {
  text-align: right;
}
.elementor-align-right .elementor-button {
  width: auto;
}
.elementor-align-left {
  text-align: left;
}
.elementor-align-left .elementor-button {
  width: auto;
}
.elementor-align-justify .elementor-button {
  width: 100%;
}
@media (min-width: -1) {
  .elementor-widescreen-align-center {
    text-align: center;
  }
  .elementor-widescreen-align-center .elementor-button {
    width: auto;
  }
  .elementor-widescreen-align-right {
    text-align: right;
  }
  .elementor-widescreen-align-right .elementor-button {
    width: auto;
  }
  .elementor-widescreen-align-left {
    text-align: left;
  }
  .elementor-widescreen-align-left .elementor-button {
    width: auto;
  }
  .elementor-widescreen-align-justify .elementor-button {
    width: 100%;
  }
}
@media (max-width: -1) {
  .elementor-laptop-align-center {
    text-align: center;
  }
  .elementor-laptop-align-center .elementor-button {
    width: auto;
  }
  .elementor-laptop-align-right {
    text-align: right;
  }
  .elementor-laptop-align-right .elementor-button {
    width: auto;
  }
  .elementor-laptop-align-left {
    text-align: left;
  }
  .elementor-laptop-align-left .elementor-button {
    width: auto;
  }
  .elementor-laptop-align-justify .elementor-button {
    width: 100%;
  }
}
@media (max-width: -1) {
  .elementor-tablet_extra-align-center {
    text-align: center;
  }
  .elementor-tablet_extra-align-center .elementor-button {
    width: auto;
  }
  .elementor-tablet_extra-align-right {
    text-align: right;
  }
  .elementor-tablet_extra-align-right .elementor-button {
    width: auto;
  }
  .elementor-tablet_extra-align-left {
    text-align: left;
  }
  .elementor-tablet_extra-align-left .elementor-button {
    width: auto;
  }
  .elementor-tablet_extra-align-justify .elementor-button {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .elementor-tablet-align-center {
    text-align: center;
  }
  .elementor-tablet-align-center .elementor-button {
    width: auto;
  }
  .elementor-tablet-align-right {
    text-align: right;
  }
  .elementor-tablet-align-right .elementor-button {
    width: auto;
  }
  .elementor-tablet-align-left {
    text-align: left;
  }
  .elementor-tablet-align-left .elementor-button {
    width: auto;
  }
  .elementor-tablet-align-justify .elementor-button {
    width: 100%;
  }
}
@media (max-width: -1) {
  .elementor-mobile_extra-align-center {
    text-align: center;
  }
  .elementor-mobile_extra-align-center .elementor-button {
    width: auto;
  }
  .elementor-mobile_extra-align-right {
    text-align: right;
  }
  .elementor-mobile_extra-align-right .elementor-button {
    width: auto;
  }
  .elementor-mobile_extra-align-left {
    text-align: left;
  }
  .elementor-mobile_extra-align-left .elementor-button {
    width: auto;
  }
  .elementor-mobile_extra-align-justify .elementor-button {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .elementor-mobile-align-center {
    text-align: center;
  }
  .elementor-mobile-align-center .elementor-button {
    width: auto;
  }
  .elementor-mobile-align-right {
    text-align: right;
  }
  .elementor-mobile-align-right .elementor-button {
    width: auto;
  }
  .elementor-mobile-align-left {
    text-align: left;
  }
  .elementor-mobile-align-left .elementor-button {
    width: auto;
  }
  .elementor-mobile-align-justify .elementor-button {
    width: 100%;
  }
}
:root {
  --page-title-display: block;
}
.elementor-page-title {
  display: var(--page-title-display);
}
@keyframes eicon-spin {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}
.elementor-section {
  position: relative;
}
.elementor-section .elementor-container {
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
@media (max-width: 1024px) {
  .elementor-section .elementor-container {
    flex-wrap: wrap;
  }
}
.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1140px;
}
.elementor-section.elementor-section-items-top > .elementor-container {
  align-items: flex-start;
}
.elementor-section.elementor-section-items-middle > .elementor-container {
  align-items: center;
}
.elementor-section.elementor-section-items-bottom > .elementor-container {
  align-items: flex-end;
}
@media (min-width: 768px) {
  .elementor-section.elementor-section-height-full {
    height: 100vh;
  }
  .elementor-section.elementor-section-height-full > .elementor-container {
    height: 100%;
  }
}
.elementor-bc-flex-widget
  .elementor-section-content-top
  > .elementor-container
  > .elementor-column
  > .elementor-widget-wrap {
  align-items: flex-start;
}
.elementor-bc-flex-widget
  .elementor-section-content-middle
  > .elementor-container
  > .elementor-column
  > .elementor-widget-wrap {
  align-items: center;
}
.elementor-bc-flex-widget
  .elementor-section-content-bottom
  > .elementor-container
  > .elementor-column
  > .elementor-widget-wrap {
  align-items: flex-end;
}
.elementor-row {
  width: 100%;
  display: flex;
}
@media (max-width: 1024px) {
  .elementor-row {
    flex-wrap: wrap;
  }
}
.elementor-widget-wrap {
  position: relative;
  width: 100%;
  flex-wrap: wrap;
  align-content: flex-start;
}
.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
  display: flex;
}
.elementor-widget-wrap > .elementor-element {
  width: 100%;
}
.elementor-widget-wrap.e-swiper-container {
  width: calc(
    100% -
      (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px))
  );
}
.elementor-widget {
  position: relative;
}

.elementor-widget:not(:last-child).elementor-absolute,
.elementor-widget:not(:last-child).elementor-widget__width-auto,
.elementor-widget:not(:last-child).elementor-widget__width-initial {
  margin-bottom: 0;
}
.elementor-column {
  position: relative;
  min-height: 1px;
  display: flex;
}
.elementor-column-wrap {
  width: 100%;
  position: relative;
  display: flex;
}
.elementor-column-gap-default
  > .elementor-column
  > .elementor-element-populated {
  padding: 10px;
}
.elementor-column-gap-wide > .elementor-column > .elementor-element-populated {
  padding: 20px;
}
.elementor-column-gap-wider > .elementor-column > .elementor-element-populated {
  padding: 30px;
}
.elementor-inner-section .elementor-column-gap-no .elementor-element-populated {
  padding: 0;
}
@media (min-width: 768px) {
  .elementor-column.elementor-col-10,
  .elementor-column[data-col="10"] {
    width: 10%;
  }
  .elementor-column.elementor-col-11,
  .elementor-column[data-col="11"] {
    width: 11.111%;
  }
  .elementor-column.elementor-col-12,
  .elementor-column[data-col="12"] {
    width: 12.5%;
  }
  .elementor-column.elementor-col-14,
  .elementor-column[data-col="14"] {
    width: 14.285%;
  }
  .elementor-column.elementor-col-16,
  .elementor-column[data-col="16"] {
    width: 16.666%;
  }
  .elementor-column.elementor-col-20,
  .elementor-column[data-col="20"] {
    width: 20%;
  }
  .elementor-column.elementor-col-25,
  .elementor-column[data-col="25"] {
    width: 25%;
  }
  .elementor-column.elementor-col-30,
  .elementor-column[data-col="30"] {
    width: 30%;
  }
  .elementor-column.elementor-col-33,
  .elementor-column[data-col="33"] {
    width: 33.333%;
  }
  .elementor-column.elementor-col-40,
  .elementor-column[data-col="40"] {
    width: 40%;
  }
  .elementor-column.elementor-col-50,
  .elementor-column[data-col="50"] {
    width: 50%;
  }
  .elementor-column.elementor-col-60,
  .elementor-column[data-col="60"] {
    width: 60%;
  }
  .elementor-column.elementor-col-66,
  .elementor-column[data-col="66"] {
    width: 66.666%;
  }
  .elementor-column.elementor-col-70,
  .elementor-column[data-col="70"] {
    width: 70%;
  }
  .elementor-column.elementor-col-75,
  .elementor-column[data-col="75"] {
    width: 75%;
  }
  .elementor-column.elementor-col-80,
  .elementor-column[data-col="80"] {
    width: 80%;
  }
  .elementor-column.elementor-col-83,
  .elementor-column[data-col="83"] {
    width: 83.333%;
  }
  .elementor-column.elementor-col-90,
  .elementor-column[data-col="90"] {
    width: 90%;
  }
  .elementor-column.elementor-col-100,
  .elementor-column[data-col="100"] {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .elementor-column.elementor-xs-10 {
    width: 10%;
  }
  .elementor-column.elementor-xs-11 {
    width: 11.111%;
  }
  .elementor-column.elementor-xs-12 {
    width: 12.5%;
  }
  .elementor-column.elementor-xs-14 {
    width: 14.285%;
  }
  .elementor-column.elementor-xs-16 {
    width: 16.666%;
  }
  .elementor-column.elementor-xs-20 {
    width: 20%;
  }
  .elementor-column.elementor-xs-25 {
    width: 25%;
  }
  .elementor-column.elementor-xs-30 {
    width: 30%;
  }
  .elementor-column.elementor-xs-33 {
    width: 33.333%;
  }
  .elementor-column.elementor-xs-40 {
    width: 40%;
  }
  .elementor-column.elementor-xs-50 {
    width: 50%;
  }
  .elementor-column.elementor-xs-60 {
    width: 60%;
  }
  .elementor-column.elementor-xs-66 {
    width: 66.666%;
  }
  .elementor-column.elementor-xs-70 {
    width: 70%;
  }
  .elementor-column.elementor-xs-75 {
    width: 75%;
  }
  .elementor-column.elementor-xs-80 {
    width: 80%;
  }
  .elementor-column.elementor-xs-83 {
    width: 83.333%;
  }
  .elementor-column.elementor-xs-90 {
    width: 90%;
  }
  .elementor-column.elementor-xs-100 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .elementor-column.elementor-sm-10 {
    width: 10%;
  }
  .elementor-column.elementor-sm-11 {
    width: 11.111%;
  }
  .elementor-column.elementor-sm-12 {
    width: 12.5%;
  }
  .elementor-column.elementor-sm-14 {
    width: 14.285%;
  }
  .elementor-column.elementor-sm-16 {
    width: 16.666%;
  }
  .elementor-column.elementor-sm-20 {
    width: 20%;
  }
  .elementor-column.elementor-sm-25 {
    width: 25%;
  }
  .elementor-column.elementor-sm-30 {
    width: 30%;
  }
  .elementor-column.elementor-sm-33 {
    width: 33.333%;
  }
  .elementor-column.elementor-sm-40 {
    width: 40%;
  }
  .elementor-column.elementor-sm-50 {
    width: 50%;
  }
  .elementor-column.elementor-sm-60 {
    width: 60%;
  }
  .elementor-column.elementor-sm-66 {
    width: 66.666%;
  }
  .elementor-column.elementor-sm-70 {
    width: 70%;
  }
  .elementor-column.elementor-sm-75 {
    width: 75%;
  }
  .elementor-column.elementor-sm-80 {
    width: 80%;
  }
  .elementor-column.elementor-sm-83 {
    width: 83.333%;
  }
  .elementor-column.elementor-sm-90 {
    width: 90%;
  }
  .elementor-column.elementor-sm-100 {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .elementor-column.elementor-md-10 {
    width: 10%;
  }
  .elementor-column.elementor-md-11 {
    width: 11.111%;
  }
  .elementor-column.elementor-md-12 {
    width: 12.5%;
  }
  .elementor-column.elementor-md-14 {
    width: 14.285%;
  }
  .elementor-column.elementor-md-16 {
    width: 16.666%;
  }
  .elementor-column.elementor-md-20 {
    width: 20%;
  }
  .elementor-column.elementor-md-25 {
    width: 25%;
  }
  .elementor-column.elementor-md-30 {
    width: 30%;
  }
  .elementor-column.elementor-md-33 {
    width: 33.333%;
  }
  .elementor-column.elementor-md-40 {
    width: 40%;
  }
  .elementor-column.elementor-md-50 {
    width: 50%;
  }
  .elementor-column.elementor-md-60 {
    width: 60%;
  }
  .elementor-column.elementor-md-66 {
    width: 66.666%;
  }
  .elementor-column.elementor-md-70 {
    width: 70%;
  }
  .elementor-column.elementor-md-75 {
    width: 75%;
  }
  .elementor-column.elementor-md-80 {
    width: 80%;
  }
  .elementor-column.elementor-md-83 {
    width: 83.333%;
  }
  .elementor-column.elementor-md-90 {
    width: 90%;
  }
  .elementor-column.elementor-md-100 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .elementor-column {
    width: 100%;
  }
}
ul.elementor-icon-list-items.elementor-inline-items {
  display: flex;
  flex-wrap: wrap;
}
ul.elementor-icon-list-items.elementor-inline-items .elementor-inline-item {
  word-break: break-word;
}
.elementor-grid {
  display: grid;
  grid-column-gap: var(--grid-column-gap);
  grid-row-gap: var(--grid-row-gap);
}
.elementor-grid .elementor-grid-item {
  min-width: 0;
}
.elementor-grid-0 .elementor-grid {
  display: inline-block;
  width: 100%;
  word-spacing: var(--grid-column-gap);
  margin-bottom: calc(-1 * var(--grid-row-gap));
}
.elementor-grid-0 .elementor-grid .elementor-grid-item {
  display: inline-block;
  margin-bottom: var(--grid-row-gap);
  word-break: break-word;
}
.elementor-grid-1 .elementor-grid {
  grid-template-columns: repeat(1, 1fr);
}
.elementor-grid-2 .elementor-grid {
  grid-template-columns: repeat(2, 1fr);
}
.elementor-grid-3 .elementor-grid {
  grid-template-columns: repeat(3, 1fr);
}
.elementor-grid-4 .elementor-grid {
  grid-template-columns: repeat(4, 1fr);
}
.elementor-grid-5 .elementor-grid {
  grid-template-columns: repeat(5, 1fr);
}
.elementor-grid-6 .elementor-grid {
  grid-template-columns: repeat(6, 1fr);
}
.elementor-grid-7 .elementor-grid {
  grid-template-columns: repeat(7, 1fr);
}
.elementor-grid-8 .elementor-grid {
  grid-template-columns: repeat(8, 1fr);
}
.elementor-grid-9 .elementor-grid {
  grid-template-columns: repeat(9, 1fr);
}
.elementor-grid-10 .elementor-grid {
  grid-template-columns: repeat(10, 1fr);
}
.elementor-grid-11 .elementor-grid {
  grid-template-columns: repeat(11, 1fr);
}
.elementor-grid-12 .elementor-grid {
  grid-template-columns: repeat(12, 1fr);
}
@media (min-width: -1) {
  .elementor-grid-widescreen-0 .elementor-grid {
    display: inline-block;
    width: 100%;
    word-spacing: var(--grid-column-gap);
    margin-bottom: calc(-1 * var(--grid-row-gap));
  }
  .elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item {
    display: inline-block;
    margin-bottom: var(--grid-row-gap);
    word-break: break-word;
  }
  .elementor-grid-widescreen-1 .elementor-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .elementor-grid-widescreen-2 .elementor-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .elementor-grid-widescreen-3 .elementor-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .elementor-grid-widescreen-4 .elementor-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .elementor-grid-widescreen-5 .elementor-grid {
    grid-template-columns: repeat(5, 1fr);
  }
  .elementor-grid-widescreen-6 .elementor-grid {
    grid-template-columns: repeat(6, 1fr);
  }
  .elementor-grid-widescreen-7 .elementor-grid {
    grid-template-columns: repeat(7, 1fr);
  }
  .elementor-grid-widescreen-8 .elementor-grid {
    grid-template-columns: repeat(8, 1fr);
  }
  .elementor-grid-widescreen-9 .elementor-grid {
    grid-template-columns: repeat(9, 1fr);
  }
  .elementor-grid-widescreen-10 .elementor-grid {
    grid-template-columns: repeat(10, 1fr);
  }
  .elementor-grid-widescreen-11 .elementor-grid {
    grid-template-columns: repeat(11, 1fr);
  }
  .elementor-grid-widescreen-12 .elementor-grid {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (max-width: -1) {
  .elementor-grid-laptop-0 .elementor-grid {
    display: inline-block;
    width: 100%;
    word-spacing: var(--grid-column-gap);
    margin-bottom: calc(-1 * var(--grid-row-gap));
  }
  .elementor-grid-laptop-0 .elementor-grid .elementor-grid-item {
    display: inline-block;
    margin-bottom: var(--grid-row-gap);
    word-break: break-word;
  }
  .elementor-grid-laptop-1 .elementor-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .elementor-grid-laptop-2 .elementor-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .elementor-grid-laptop-3 .elementor-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .elementor-grid-laptop-4 .elementor-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .elementor-grid-laptop-5 .elementor-grid {
    grid-template-columns: repeat(5, 1fr);
  }
  .elementor-grid-laptop-6 .elementor-grid {
    grid-template-columns: repeat(6, 1fr);
  }
  .elementor-grid-laptop-7 .elementor-grid {
    grid-template-columns: repeat(7, 1fr);
  }
  .elementor-grid-laptop-8 .elementor-grid {
    grid-template-columns: repeat(8, 1fr);
  }
  .elementor-grid-laptop-9 .elementor-grid {
    grid-template-columns: repeat(9, 1fr);
  }
  .elementor-grid-laptop-10 .elementor-grid {
    grid-template-columns: repeat(10, 1fr);
  }
  .elementor-grid-laptop-11 .elementor-grid {
    grid-template-columns: repeat(11, 1fr);
  }
  .elementor-grid-laptop-12 .elementor-grid {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (max-width: -1) {
  .elementor-grid-tablet_extra-0 .elementor-grid {
    display: inline-block;
    width: 100%;
    word-spacing: var(--grid-column-gap);
    margin-bottom: calc(-1 * var(--grid-row-gap));
  }
  .elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item {
    display: inline-block;
    margin-bottom: var(--grid-row-gap);
    word-break: break-word;
  }
  .elementor-grid-tablet_extra-1 .elementor-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .elementor-grid-tablet_extra-2 .elementor-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .elementor-grid-tablet_extra-3 .elementor-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .elementor-grid-tablet_extra-4 .elementor-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .elementor-grid-tablet_extra-5 .elementor-grid {
    grid-template-columns: repeat(5, 1fr);
  }
  .elementor-grid-tablet_extra-6 .elementor-grid {
    grid-template-columns: repeat(6, 1fr);
  }
  .elementor-grid-tablet_extra-7 .elementor-grid {
    grid-template-columns: repeat(7, 1fr);
  }
  .elementor-grid-tablet_extra-8 .elementor-grid {
    grid-template-columns: repeat(8, 1fr);
  }
  .elementor-grid-tablet_extra-9 .elementor-grid {
    grid-template-columns: repeat(9, 1fr);
  }
  .elementor-grid-tablet_extra-10 .elementor-grid {
    grid-template-columns: repeat(10, 1fr);
  }
  .elementor-grid-tablet_extra-11 .elementor-grid {
    grid-template-columns: repeat(11, 1fr);
  }
  .elementor-grid-tablet_extra-12 .elementor-grid {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (max-width: 1024px) {
  .elementor-grid-tablet-0 .elementor-grid {
    display: inline-block;
    width: 100%;
    word-spacing: var(--grid-column-gap);
    margin-bottom: calc(-1 * var(--grid-row-gap));
  }
  .elementor-grid-tablet-0 .elementor-grid .elementor-grid-item {
    display: inline-block;
    margin-bottom: var(--grid-row-gap);
    word-break: break-word;
  }
  .elementor-grid-tablet-1 .elementor-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .elementor-grid-tablet-2 .elementor-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .elementor-grid-tablet-3 .elementor-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .elementor-grid-tablet-4 .elementor-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .elementor-grid-tablet-5 .elementor-grid {
    grid-template-columns: repeat(5, 1fr);
  }
  .elementor-grid-tablet-6 .elementor-grid {
    grid-template-columns: repeat(6, 1fr);
  }
  .elementor-grid-tablet-7 .elementor-grid {
    grid-template-columns: repeat(7, 1fr);
  }
  .elementor-grid-tablet-8 .elementor-grid {
    grid-template-columns: repeat(8, 1fr);
  }
  .elementor-grid-tablet-9 .elementor-grid {
    grid-template-columns: repeat(9, 1fr);
  }
  .elementor-grid-tablet-10 .elementor-grid {
    grid-template-columns: repeat(10, 1fr);
  }
  .elementor-grid-tablet-11 .elementor-grid {
    grid-template-columns: repeat(11, 1fr);
  }
  .elementor-grid-tablet-12 .elementor-grid {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (max-width: -1) {
  .elementor-grid-mobile_extra-0 .elementor-grid {
    display: inline-block;
    width: 100%;
    word-spacing: var(--grid-column-gap);
    margin-bottom: calc(-1 * var(--grid-row-gap));
  }
  .elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item {
    display: inline-block;
    margin-bottom: var(--grid-row-gap);
    word-break: break-word;
  }
  .elementor-grid-mobile_extra-1 .elementor-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .elementor-grid-mobile_extra-2 .elementor-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .elementor-grid-mobile_extra-3 .elementor-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .elementor-grid-mobile_extra-4 .elementor-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .elementor-grid-mobile_extra-5 .elementor-grid {
    grid-template-columns: repeat(5, 1fr);
  }
  .elementor-grid-mobile_extra-6 .elementor-grid {
    grid-template-columns: repeat(6, 1fr);
  }
  .elementor-grid-mobile_extra-7 .elementor-grid {
    grid-template-columns: repeat(7, 1fr);
  }
  .elementor-grid-mobile_extra-8 .elementor-grid {
    grid-template-columns: repeat(8, 1fr);
  }
  .elementor-grid-mobile_extra-9 .elementor-grid {
    grid-template-columns: repeat(9, 1fr);
  }
  .elementor-grid-mobile_extra-10 .elementor-grid {
    grid-template-columns: repeat(10, 1fr);
  }
  .elementor-grid-mobile_extra-11 .elementor-grid {
    grid-template-columns: repeat(11, 1fr);
  }
  .elementor-grid-mobile_extra-12 .elementor-grid {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (max-width: 767px) {
  .elementor-grid-mobile-0 .elementor-grid {
    display: inline-block;
    width: 100%;
    word-spacing: var(--grid-column-gap);
    margin-bottom: calc(-1 * var(--grid-row-gap));
  }
  .elementor-grid-mobile-0 .elementor-grid .elementor-grid-item {
    display: inline-block;
    margin-bottom: var(--grid-row-gap);
    word-break: break-word;
  }
  .elementor-grid-mobile-1 .elementor-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .elementor-grid-mobile-2 .elementor-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .elementor-grid-mobile-3 .elementor-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .elementor-grid-mobile-4 .elementor-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .elementor-grid-mobile-5 .elementor-grid {
    grid-template-columns: repeat(5, 1fr);
  }
  .elementor-grid-mobile-6 .elementor-grid {
    grid-template-columns: repeat(6, 1fr);
  }
  .elementor-grid-mobile-7 .elementor-grid {
    grid-template-columns: repeat(7, 1fr);
  }
  .elementor-grid-mobile-8 .elementor-grid {
    grid-template-columns: repeat(8, 1fr);
  }
  .elementor-grid-mobile-9 .elementor-grid {
    grid-template-columns: repeat(9, 1fr);
  }
  .elementor-grid-mobile-10 .elementor-grid {
    grid-template-columns: repeat(10, 1fr);
  }
  .elementor-grid-mobile-11 .elementor-grid {
    grid-template-columns: repeat(11, 1fr);
  }
  .elementor-grid-mobile-12 .elementor-grid {
    grid-template-columns: repeat(12, 1fr);
  }
}
:is(.elementor-section-wrap, [data-elementor-id]) > .e-con {
  --margin-inline-end: auto;
  --margin-inline-start: auto;
  max-width: min(100%, var(--width));
}
:is(.e-con, .e-con > .e-con-inner)
  > .elementor-background-video-container:before {
  content: var(--background-overlay);
  display: block;
  position: absolute;
  mix-blend-mode: var(--overlay-mix-blend-mode);
  opacity: var(--overlay-opacity);
  transition: var(--overlay-transition, 0.3s);
  border-radius: var(--border-radius);
  border-style: var(--border-style);
  border-color: var(--border-color);
  border-block-start-width: var(--border-block-start-width);
  border-inline-end-width: var(--border-inline-end-width);
  border-block-end-width: var(--border-block-end-width);
  border-inline-start-width: var(--border-inline-start-width);
  top: calc(0px - var(--border-block-start-width));
  left: calc(0px - var(--border-inline-start-width));
  width: max(
    100% + var(--border-inline-end-width) + var(--border-inline-start-width),
    100%
  );
  height: max(
    100% + var(--border-block-start-width) + var(--border-block-end-width),
    100%
  );
}
:is(.e-con, .e-con > .e-con-inner) > .elementor-background-video-container {
  border-radius: var(--border-radius);
  border-style: var(--border-style);
  border-color: var(--border-color);
  border-block-start-width: var(--border-block-start-width);
  border-inline-end-width: var(--border-inline-end-width);
  border-block-end-width: var(--border-block-end-width);
  border-inline-start-width: var(--border-inline-start-width);
  top: calc(0px - var(--border-block-start-width));
  left: calc(0px - var(--border-inline-start-width));
  width: max(
    100% + var(--border-inline-end-width) + var(--border-inline-start-width),
    100%
  );
  height: max(
    100% + var(--border-block-start-width) + var(--border-block-end-width),
    100%
  );
}
@media (max-width: 767px) {
  :is(.e-con, .e-con > .e-con-inner)
    > .elementor-background-video-container.elementor-hidden-phone {
    display: none;
  }
}
:is(.e-con, .e-con > .e-con-inner)
  > .elementor-background-video-container:before {
  z-index: 1;
}
:is(.e-con, .e-con > .e-con-inner) > .elementor-background-slideshow:before {
  z-index: 2;
}
.elementor-form-fields-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.elementor-message {
  margin: 10px 0;
  font-size: 1em;
  line-height: 1;
}
.elementor-message:before {
  content: "\e90e";
  display: inline-block;
  font-family: eicons;
  font-weight: 400;
  font-style: normal;
  vertical-align: middle;
  margin-right: 5px;
}
.elementor-form .elementor-button {
  padding-top: 0;
  padding-bottom: 0;
  border: none;
}
.elementor-form .elementor-button > span {
  display: flex;
  justify-content: center;
}
.elementor-form .elementor-button.elementor-size-xs {
  min-height: 33px;
}
.elementor-form .elementor-button.elementor-size-sm {
  min-height: 40px;
}
.elementor-form .elementor-button.elementor-size-md {
  min-height: 47px;
}
.elementor-form .elementor-button.elementor-size-lg {
  min-height: 59px;
}
.elementor-form .elementor-button.elementor-size-xl {
  min-height: 72px;
}
.elementor-element .elementor-widget-container {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s,
    transform var(--e-transform-transition-duration, 0.4s);
}
.elementor-button {
  display: inline-block;
  line-height: 1;
  background-color: #69727d;
  font-size: 15px;
  padding: 12px 24px;
  border-radius: 3px;
  color: #fff;
  fill: #fff;
  text-align: center;
  transition: all 0.3s;
}
.elementor-button:focus,
.elementor-button:hover,
.elementor-button:visited {
  color: #fff;
}
.elementor-button-content-wrapper {
  display: flex;
  justify-content: center;
}
.elementor-button-icon {
  flex-grow: 0;
  order: 5;
}
.elementor-button-icon svg {
  width: 1em;
  height: auto;
}
.elementor-button-icon .e-font-icon-svg {
  height: 1em;
}
.elementor-button-text {
  flex-grow: 1;
  order: 10;
  display: inline-block;
}
.elementor-button.elementor-size-xs {
  font-size: 13px;
  padding: 10px 20px;
  border-radius: 2px;
}
.elementor-button.elementor-size-md {
  font-size: 16px;
  padding: 15px 30px;
  border-radius: 4px;
}
.elementor-button.elementor-size-lg {
  font-size: 18px;
  padding: 20px 40px;
  border-radius: 5px;
}
.elementor-button.elementor-size-xl {
  font-size: 20px;
  padding: 25px 50px;
  border-radius: 6px;
}
.elementor-button .elementor-align-icon-right {
  margin-left: 5px;
  order: 15;
}
.elementor-button .elementor-align-icon-left {
  margin-right: 5px;
  order: 5;
}
.elementor-button span {
  text-decoration: inherit;
}
.elementor-tab-title a {
  color: inherit;
}
.elementor-icon {
  display: inline-block;
  line-height: 1;
  transition: all 0.3s;
  color: #69727d;
  font-size: 50px;
  text-align: center;
}
.elementor-icon:hover {
  color: #69727d;
}
.elementor-icon i,
.elementor-icon svg {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}
.elementor-icon i:before,
.elementor-icon svg:before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.e-transform .elementor-widget-container {
  transform: perspective(var(--e-transform-perspective, 0))
    rotate(var(--e-transform-rotateZ, 0)) rotateX(var(--e-transform-rotateX, 0))
    rotateY(var(--e-transform-rotateY, 0))
    translate(var(--e-transform-translate, 0))
    translateX(var(--e-transform-translateX, 0))
    translateY(var(--e-transform-translateY, 0))
    scaleX(
      calc(
        var(--e-transform-flipX, 1) *
          var(--e-transform-scaleX, var(--e-transform-scale, 1))
      )
    )
    scaleY(
      calc(
        var(--e-transform-flipY, 1) *
          var(--e-transform-scaleY, var(--e-transform-scale, 1))
      )
    )
    skewX(var(--e-transform-skewX, 0)) skewY(var(--e-transform-skewY, 0));
  transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x);
}
.elementor-element,
.elementor-lightbox {
  --swiper-theme-color: #000;
  --swiper-navigation-size: 44px;
  --swiper-pagination-bullet-size: 6px;
  --swiper-pagination-bullet-horizontal-gap: 6px;
}
.elementor-element .swiper .elementor-swiper-button,
.elementor-element .swiper-container .elementor-swiper-button,
.elementor-element .swiper-container ~ .elementor-swiper-button,
.elementor-element .swiper ~ .elementor-swiper-button,
.elementor-lightbox .swiper .elementor-swiper-button,
.elementor-lightbox .swiper-container .elementor-swiper-button,
.elementor-lightbox .swiper-container ~ .elementor-swiper-button,
.elementor-lightbox .swiper ~ .elementor-swiper-button {
  position: absolute;
  display: inline-flex;
  z-index: 1;
  cursor: pointer;
  font-size: 25px;
  color: hsla(0, 0%, 93.3%, 0.9);
  top: 50%;
  transform: translateY(-50%);
}
.elementor-element .swiper .elementor-swiper-button svg,
.elementor-element .swiper-container .elementor-swiper-button svg,
.elementor-element .swiper-container ~ .elementor-swiper-button svg,
.elementor-element .swiper ~ .elementor-swiper-button svg,
.elementor-lightbox .swiper .elementor-swiper-button svg,
.elementor-lightbox .swiper-container .elementor-swiper-button svg,
.elementor-lightbox .swiper-container ~ .elementor-swiper-button svg,
.elementor-lightbox .swiper ~ .elementor-swiper-button svg {
  fill: hsla(0, 0%, 93.3%, 0.9);
  height: 1em;
  width: 1em;
}
.elementor-element .swiper .elementor-swiper-button-next,
.elementor-element .swiper-container .elementor-swiper-button-next,
.elementor-element .swiper-container ~ .elementor-swiper-button-next,
.elementor-element .swiper ~ .elementor-swiper-button-next,
.elementor-lightbox .swiper .elementor-swiper-button-next,
.elementor-lightbox .swiper-container .elementor-swiper-button-next,
.elementor-lightbox .swiper-container ~ .elementor-swiper-button-next,
.elementor-lightbox .swiper ~ .elementor-swiper-button-next {
  right: 10px;
}
.elementor-element .swiper .elementor-swiper-button.swiper-button-disabled,
.elementor-element
  .swiper-container
  .elementor-swiper-button.swiper-button-disabled,
.elementor-element
  .swiper-container
  ~ .elementor-swiper-button.swiper-button-disabled,
.elementor-element .swiper ~ .elementor-swiper-button.swiper-button-disabled,
.elementor-lightbox .swiper .elementor-swiper-button.swiper-button-disabled,
.elementor-lightbox
  .swiper-container
  .elementor-swiper-button.swiper-button-disabled,
.elementor-lightbox
  .swiper-container
  ~ .elementor-swiper-button.swiper-button-disabled,
.elementor-lightbox .swiper ~ .elementor-swiper-button.swiper-button-disabled {
  opacity: 0.3;
}
.elementor-element
  :where(.swiper-container-horizontal)
  ~ .swiper-pagination-bullets,
.elementor-lightbox
  :where(.swiper-container-horizontal)
  ~ .swiper-pagination-bullets {
  bottom: 5px;
  left: 0;
  width: 100%;
}
.elementor-element
  :where(.swiper-container-horizontal)
  ~ .swiper-pagination-progressbar,
.elementor-lightbox
  :where(.swiper-container-horizontal)
  ~ .swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.elementor-element .elementor-swiper,
.elementor-lightbox .elementor-swiper {
  position: relative;
}
.elementor-element .elementor-main-swiper,
.elementor-lightbox .elementor-main-swiper {
  position: static;
}
.elementor-lightbox {
  --lightbox-ui-color: hsla(0, 0%, 93.3%, 0.9);
  --lightbox-ui-color-hover: #fff;
  --lightbox-text-color: var(--lightbox-ui-color);
  --lightbox-header-icons-size: 20px;
  --lightbox-navigation-icons-size: 25px;
}
.elementor-lightbox:not(.elementor-popup-modal) .dialog-header,
.elementor-lightbox:not(.elementor-popup-modal) .dialog-message {
  text-align: center;
}
.elementor-lightbox .dialog-header {
  display: none;
}
.elementor-lightbox .dialog-widget-content {
  background: 0 0;
  box-shadow: none;
  width: 100%;
  height: 100%;
}
.elementor-lightbox .dialog-message {
  animation-duration: 0.3s;
  height: 100%;
}
.elementor-lightbox .dialog-message.dialog-lightbox-message {
  padding: 0;
}
.elementor-lightbox .dialog-lightbox-close-button {
  cursor: pointer;
  position: absolute;
  font-size: var(--lightbox-header-icons-size);
  right: 0.75em;
  margin-top: 13px;
  padding: 0.25em;
  z-index: 2;
  line-height: 1;
  display: flex;
}
.elementor-lightbox .dialog-lightbox-close-button svg {
  height: 1em;
  width: 1em;
}
.elementor-lightbox .dialog-lightbox-close-button,
.elementor-lightbox .elementor-swiper-button {
  color: var(--lightbox-ui-color);
  transition: all 0.3s;
  opacity: 1;
}
.elementor-lightbox .dialog-lightbox-close-button svg,
.elementor-lightbox .elementor-swiper-button svg {
  fill: var(--lightbox-ui-color);
}
.elementor-lightbox .dialog-lightbox-close-button:hover,
.elementor-lightbox .elementor-swiper-button:hover {
  color: var(--lightbox-ui-color-hover);
}
.elementor-lightbox .dialog-lightbox-close-button:hover svg,
.elementor-lightbox .elementor-swiper-button:hover svg {
  fill: var(--lightbox-ui-color-hover);
}
.elementor-lightbox .swiper,
.elementor-lightbox .swiper-container {
  height: 100%;
}
.elementor-lightbox .elementor-lightbox-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 70px;
  box-sizing: border-box;
  height: 100%;
  margin: auto;
}
@media (max-width: 767px) {
  .elementor-lightbox .elementor-lightbox-item {
    padding: 70px 0;
  }
}
.elementor-lightbox .elementor-lightbox-image {
  max-height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.elementor-lightbox .elementor-lightbox-image,
.elementor-lightbox .elementor-lightbox-image:hover {
  opacity: 1;
  filter: none;
  border: none;
}
.elementor-lightbox .elementor-lightbox-image {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3), 0 0 8px -5px rgba(0, 0, 0, 0.3);
  border-radius: 2px;
}
.elementor-lightbox .elementor-video-container {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.elementor-lightbox .elementor-video-container .elementor-video-landscape,
.elementor-lightbox .elementor-video-container .elementor-video-portrait {
  width: 100%;
  height: 100%;
  margin: auto;
}
.elementor-lightbox
  .elementor-video-container
  .elementor-video-landscape
  iframe,
.elementor-lightbox
  .elementor-video-container
  .elementor-video-portrait
  iframe {
  border: 0;
  background-color: #000;
}
.elementor-lightbox
  .elementor-video-container
  .elementor-video-landscape
  iframe,
.elementor-lightbox .elementor-video-container .elementor-video-landscape video,
.elementor-lightbox .elementor-video-container .elementor-video-portrait iframe,
.elementor-lightbox .elementor-video-container .elementor-video-portrait video {
  aspect-ratio: var(--video-aspect-ratio, 1.77777);
}
@supports not (aspect-ratio: 1/1) {
  .elementor-lightbox .elementor-video-container .elementor-video-landscape,
  .elementor-lightbox .elementor-video-container .elementor-video-portrait,
  .elementor-lightbox .elementor-video-container .elementor-video-square {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: calc(100% / var(--video-aspect-ratio, 1.77777));
  }
  .elementor-lightbox
    .elementor-video-container
    .elementor-video-landscape
    iframe,
  .elementor-lightbox
    .elementor-video-container
    .elementor-video-landscape
    video,
  .elementor-lightbox
    .elementor-video-container
    .elementor-video-portrait
    iframe,
  .elementor-lightbox
    .elementor-video-container
    .elementor-video-portrait
    video,
  .elementor-lightbox .elementor-video-container .elementor-video-square iframe,
  .elementor-lightbox .elementor-video-container .elementor-video-square video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
.elementor-lightbox
  .elementor-video-container
  .elementor-video-landscape
  iframe,
.elementor-lightbox
  .elementor-video-container
  .elementor-video-landscape
  video {
  width: 100%;
  max-height: 90vh;
}
.elementor-lightbox .elementor-video-container .elementor-video-portrait iframe,
.elementor-lightbox .elementor-video-container .elementor-video-portrait video {
  height: 100%;
  max-width: 90vw;
}
@media (min-width: 1025px) {
  .elementor-lightbox .elementor-video-container .elementor-video-landscape {
    width: 85vw;
    max-height: 85vh;
  }
  .elementor-lightbox .elementor-video-container .elementor-video-portrait {
    height: 85vh;
    max-width: 85vw;
  }
}
@media (max-width: 1024px) {
  .elementor-lightbox .elementor-video-container .elementor-video-landscape {
    width: 95vw;
    max-height: 95vh;
  }
  .elementor-lightbox .elementor-video-container .elementor-video-portrait {
    height: 95vh;
    max-width: 95vw;
  }
}
.elementor-lightbox .swiper .elementor-swiper-button-next,
.elementor-lightbox .swiper-container .elementor-swiper-button-next {
  right: 0;
}
.elementor-lightbox .elementor-swiper-button:focus {
  outline-width: 1px;
}
.elementor-lightbox .elementor-swiper-button-next {
  height: 100%;
  display: flex;
  align-items: center;
  width: 15%;
  justify-content: center;
  font-size: var(--lightbox-navigation-icons-size);
}
@media (max-width: 767px) {
  .elementor-lightbox .elementor-swiper-button:focus {
    outline: 0;
  }
  .elementor-lightbox .elementor-swiper-button-next {
    width: 20%;
  }
  .elementor-lightbox .elementor-swiper-button-next i {
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .elementor-lightbox .elementor-swiper-button-next {
    right: 0;
    justify-content: flex-end;
  }
}
#wp-admin-bar-elementor_edit_page > .ab-item:before {
  content: "\e813";
  font-family: eicons;
  top: 3px;
  font-size: 18px;
}
#wp-admin-bar-elementor_edit_page .ab-submenu .ab-item {
  display: flex;
  width: 200px;
}
#wp-admin-bar-elementor_edit_page .elementor-edit-link-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}
#wp-admin-bar-elementor_edit_page .elementor-edit-link-type {
  background: #3f444b;
  font-size: 11px;
  line-height: 9px;
  margin-top: 6px;
  padding: 4px 8px;
  border-radius: 3px;
}
.elementor .elementor-element ul.elementor-icon-list-items {
  padding: 0;
}
@media (max-width: 767px) {
  .elementor .elementor-hidden-mobile {
    display: none;
  }
}
@media (min-width: -1) and (max-width: -1) {
  .elementor .elementor-hidden-mobile_extra {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .elementor .elementor-hidden-tablet {
    display: none;
  }
}
@media (min-width: -1) and (max-width: -1) {
  .elementor .elementor-hidden-laptop,
  .elementor .elementor-hidden-tablet_extra {
    display: none;
  }
}
@media (min-width: 1025px) and (max-width: 99999px) {
  .elementor .elementor-hidden-desktop {
    display: none;
  }
}
@media (min-width: -1) {
  .elementor .elementor-hidden-widescreen {
    display: none;
  }
}
.elementor-widget-text-path {
  font-size: 20px;
  text-align: var(--alignment, left);
}
.elementor-widget-text-path svg {
  width: var(--width);
  max-width: 100%;
  height: auto;
  overflow: visible;
  word-spacing: var(--word-spacing);
  transform: rotate(var(--rotate, 0)) scaleX(var(--scale-x, 1))
    scaleY(var(--scale-y, 1));
}
.elementor-widget-text-path svg path {
  vector-effect: non-scaling-stroke;
  fill: var(--path-fill, transparent);
  stroke: var(--stroke-color, transparent);
  stroke-width: var(--stroke-width, 1px);
  transition: var(--stroke-transition) stroke, var(--stroke-transition) fill;
}
.elementor-widget-text-path svg:hover path {
  --path-fill: var(--path-fill-hover);
  --stroke-color: var(--stroke-color-hover);
  --stroke-width: var(--stroke-width-hover);
}
.elementor-widget-text-path svg text {
  --fill: var(--text-color);
  fill: var(--fill);
  direction: var(--direction, ltr);
  transition: var(--transition) stroke, var(--transition) stroke-width,
    var(--transition) fill;
}
.elementor-widget-text-path svg text:hover {
  --color: var(--text-color-hover, var(--text-color));
  --fill: var(--color);
  color: var(--color);
}
.elementor-counter .elementor-counter-title {
  text-align: center;
  font-size: 19px;
  font-weight: 400;
  line-height: 2.5;
}
.elementor-widget-divider {
  --divider-border-style: none;
  --divider-border-width: 1px;
  --divider-color: #0c0d0e;
  --divider-icon-size: 20px;
  --divider-element-spacing: 10px;
  --divider-pattern-height: 24px;
  --divider-pattern-size: 20px;
  --divider-pattern-url: none;
  --divider-pattern-repeat: repeat-x;
}
.elementor-widget-divider .elementor-divider {
  display: flex;
}
.elementor-widget-divider .elementor-divider__text {
  font-size: 15px;
  line-height: 1;
  max-width: 95%;
}
.elementor-widget-divider .elementor-divider__element {
  margin: 0 var(--divider-element-spacing);
  flex-shrink: 0;
}
.elementor-widget-divider .elementor-icon {
  font-size: var(--divider-icon-size);
}
.elementor-widget-divider--element-align-left .elementor-divider__element {
  margin-left: 0;
}
.elementor-widget-divider--element-align-right .elementor-divider__element {
  margin-right: 0;
}
.elementor-widget-divider--element-align-start .elementor-divider__element {
  margin-inline-start: 0;
}
.elementor-widget-divider--element-align-end .elementor-divider__element {
  margin-inline-end: 0;
}
.elementor-widget-divider--no-spacing {
  --divider-pattern-size: auto;
}
.rtl .elementor-widget-divider .elementor-divider__text {
  direction: rtl;
}
.elementor-heading-title {
  padding: 0;
  margin: 0;
  line-height: 1;
}
.elementor-widget-heading
  .elementor-heading-title[class*="elementor-size-"]
  > a {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
.elementor-widget-heading .elementor-heading-title.elementor-size-small {
  font-size: 15px;
}
.elementor-widget-heading .elementor-heading-title.elementor-size-medium {
  font-size: 19px;
}
.elementor-widget-heading .elementor-heading-title.elementor-size-large {
  font-size: 29px;
}
.elementor-widget-heading .elementor-heading-title.elementor-size-xl {
  font-size: 39px;
}
.elementor-widget-heading .elementor-heading-title.elementor-size-xxl {
  font-size: 59px;
}
.elementor-widget-icon-box .elementor-icon-box-wrapper {
  display: block;
  text-align: center;
}
.elementor-widget-icon-box .elementor-icon-box-icon {
  margin-bottom: var(--icon-box-icon-margin, 15px);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .elementor-widget-icon-box.elementor-vertical-align-top
    .elementor-icon-box-wrapper {
    align-items: flex-start;
  }
  .elementor-widget-icon-box.elementor-vertical-align-middle
    .elementor-icon-box-wrapper {
    align-items: center;
  }
  .elementor-widget-icon-box.elementor-vertical-align-bottom
    .elementor-icon-box-wrapper {
    align-items: flex-end;
  }
}
.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper,
.elementor-widget-icon-box.elementor-position-right
  .elementor-icon-box-wrapper {
  display: flex;
}
.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon,
.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon {
  display: inline-flex;
  flex: 0 0 auto;
}
.elementor-widget-icon-box.elementor-position-right
  .elementor-icon-box-wrapper {
  text-align: right;
  flex-direction: row-reverse;
}
.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon {
  margin-left: var(--icon-box-icon-margin, 15px);
  margin-right: 0;
  margin-bottom: unset;
}
.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper {
  text-align: left;
  flex-direction: row;
}
.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon {
  margin-right: var(--icon-box-icon-margin, 15px);
  margin-left: 0;
  margin-bottom: unset;
}
.elementor-widget-icon-box.elementor-position-top .elementor-icon-box-wrapper {
  display: block;
  text-align: center;
  flex-direction: unset;
}
.elementor-widget-icon-box.elementor-position-top .elementor-icon-box-icon {
  margin-bottom: var(--icon-box-icon-margin, 15px);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: -1) {
  .elementor-widget-icon-box.elementor-widescreen-position-left
    .elementor-icon-box-wrapper,
  .elementor-widget-icon-box.elementor-widescreen-position-right
    .elementor-icon-box-wrapper {
    display: flex;
  }
  .elementor-widget-icon-box.elementor-widescreen-position-left
    .elementor-icon-box-icon,
  .elementor-widget-icon-box.elementor-widescreen-position-right
    .elementor-icon-box-icon {
    display: inline-flex;
    flex: 0 0 auto;
  }
  .elementor-widget-icon-box.elementor-widescreen-position-right
    .elementor-icon-box-wrapper {
    text-align: right;
    flex-direction: row-reverse;
  }
  .elementor-widget-icon-box.elementor-widescreen-position-right
    .elementor-icon-box-icon {
    margin-left: var(--icon-box-icon-margin, 15px);
    margin-right: 0;
    margin-bottom: unset;
  }
  .elementor-widget-icon-box.elementor-widescreen-position-left
    .elementor-icon-box-wrapper {
    text-align: left;
    flex-direction: row;
  }
  .elementor-widget-icon-box.elementor-widescreen-position-left
    .elementor-icon-box-icon {
    margin-right: var(--icon-box-icon-margin, 15px);
    margin-left: 0;
    margin-bottom: unset;
  }
  .elementor-widget-icon-box.elementor-widescreen-position-top
    .elementor-icon-box-wrapper {
    display: block;
    text-align: center;
    flex-direction: unset;
  }
  .elementor-widget-icon-box.elementor-widescreen-position-top
    .elementor-icon-box-icon {
    margin-bottom: var(--icon-box-icon-margin, 15px);
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: -1) {
  .elementor-widget-icon-box.elementor-laptop-position-left
    .elementor-icon-box-wrapper,
  .elementor-widget-icon-box.elementor-laptop-position-right
    .elementor-icon-box-wrapper {
    display: flex;
  }
  .elementor-widget-icon-box.elementor-laptop-position-left
    .elementor-icon-box-icon,
  .elementor-widget-icon-box.elementor-laptop-position-right
    .elementor-icon-box-icon {
    display: inline-flex;
    flex: 0 0 auto;
  }
  .elementor-widget-icon-box.elementor-laptop-position-right
    .elementor-icon-box-wrapper {
    text-align: right;
    flex-direction: row-reverse;
  }
  .elementor-widget-icon-box.elementor-laptop-position-right
    .elementor-icon-box-icon {
    margin-left: var(--icon-box-icon-margin, 15px);
    margin-right: 0;
    margin-bottom: unset;
  }
  .elementor-widget-icon-box.elementor-laptop-position-left
    .elementor-icon-box-wrapper {
    text-align: left;
    flex-direction: row;
  }
  .elementor-widget-icon-box.elementor-laptop-position-left
    .elementor-icon-box-icon {
    margin-right: var(--icon-box-icon-margin, 15px);
    margin-left: 0;
    margin-bottom: unset;
  }
  .elementor-widget-icon-box.elementor-laptop-position-top
    .elementor-icon-box-wrapper {
    display: block;
    text-align: center;
    flex-direction: unset;
  }
  .elementor-widget-icon-box.elementor-laptop-position-top
    .elementor-icon-box-icon {
    margin-bottom: var(--icon-box-icon-margin, 15px);
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: -1) {
  .elementor-widget-icon-box.elementor-tablet_extra-position-left
    .elementor-icon-box-wrapper,
  .elementor-widget-icon-box.elementor-tablet_extra-position-right
    .elementor-icon-box-wrapper {
    display: flex;
  }
  .elementor-widget-icon-box.elementor-tablet_extra-position-left
    .elementor-icon-box-icon,
  .elementor-widget-icon-box.elementor-tablet_extra-position-right
    .elementor-icon-box-icon {
    display: inline-flex;
    flex: 0 0 auto;
  }
  .elementor-widget-icon-box.elementor-tablet_extra-position-right
    .elementor-icon-box-wrapper {
    text-align: right;
    flex-direction: row-reverse;
  }
  .elementor-widget-icon-box.elementor-tablet_extra-position-right
    .elementor-icon-box-icon {
    margin-left: var(--icon-box-icon-margin, 15px);
    margin-right: 0;
    margin-bottom: unset;
  }
  .elementor-widget-icon-box.elementor-tablet_extra-position-left
    .elementor-icon-box-wrapper {
    text-align: left;
    flex-direction: row;
  }
  .elementor-widget-icon-box.elementor-tablet_extra-position-left
    .elementor-icon-box-icon {
    margin-right: var(--icon-box-icon-margin, 15px);
    margin-left: 0;
    margin-bottom: unset;
  }
  .elementor-widget-icon-box.elementor-tablet_extra-position-top
    .elementor-icon-box-wrapper {
    display: block;
    text-align: center;
    flex-direction: unset;
  }
  .elementor-widget-icon-box.elementor-tablet_extra-position-top
    .elementor-icon-box-icon {
    margin-bottom: var(--icon-box-icon-margin, 15px);
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 1024px) {
  .elementor-widget-icon-box.elementor-tablet-position-left
    .elementor-icon-box-wrapper,
  .elementor-widget-icon-box.elementor-tablet-position-right
    .elementor-icon-box-wrapper {
    display: flex;
  }
  .elementor-widget-icon-box.elementor-tablet-position-left
    .elementor-icon-box-icon,
  .elementor-widget-icon-box.elementor-tablet-position-right
    .elementor-icon-box-icon {
    display: inline-flex;
    flex: 0 0 auto;
  }
  .elementor-widget-icon-box.elementor-tablet-position-right
    .elementor-icon-box-wrapper {
    text-align: right;
    flex-direction: row-reverse;
  }
  .elementor-widget-icon-box.elementor-tablet-position-right
    .elementor-icon-box-icon {
    margin-left: var(--icon-box-icon-margin, 15px);
    margin-right: 0;
    margin-bottom: unset;
  }
  .elementor-widget-icon-box.elementor-tablet-position-left
    .elementor-icon-box-wrapper {
    text-align: left;
    flex-direction: row;
  }
  .elementor-widget-icon-box.elementor-tablet-position-left
    .elementor-icon-box-icon {
    margin-right: var(--icon-box-icon-margin, 15px);
    margin-left: 0;
    margin-bottom: unset;
  }
  .elementor-widget-icon-box.elementor-tablet-position-top
    .elementor-icon-box-wrapper {
    display: block;
    text-align: center;
    flex-direction: unset;
  }
  .elementor-widget-icon-box.elementor-tablet-position-top
    .elementor-icon-box-icon {
    margin-bottom: var(--icon-box-icon-margin, 15px);
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: -1) {
  .elementor-widget-icon-box.elementor-mobile_extra-position-left
    .elementor-icon-box-wrapper,
  .elementor-widget-icon-box.elementor-mobile_extra-position-right
    .elementor-icon-box-wrapper {
    display: flex;
  }
  .elementor-widget-icon-box.elementor-mobile_extra-position-left
    .elementor-icon-box-icon,
  .elementor-widget-icon-box.elementor-mobile_extra-position-right
    .elementor-icon-box-icon {
    display: inline-flex;
    flex: 0 0 auto;
  }
  .elementor-widget-icon-box.elementor-mobile_extra-position-right
    .elementor-icon-box-wrapper {
    text-align: right;
    flex-direction: row-reverse;
  }
  .elementor-widget-icon-box.elementor-mobile_extra-position-right
    .elementor-icon-box-icon {
    margin-left: var(--icon-box-icon-margin, 15px);
    margin-right: 0;
    margin-bottom: unset;
  }
  .elementor-widget-icon-box.elementor-mobile_extra-position-left
    .elementor-icon-box-wrapper {
    text-align: left;
    flex-direction: row;
  }
  .elementor-widget-icon-box.elementor-mobile_extra-position-left
    .elementor-icon-box-icon {
    margin-right: var(--icon-box-icon-margin, 15px);
    margin-left: 0;
    margin-bottom: unset;
  }
  .elementor-widget-icon-box.elementor-mobile_extra-position-top
    .elementor-icon-box-wrapper {
    display: block;
    text-align: center;
    flex-direction: unset;
  }
  .elementor-widget-icon-box.elementor-mobile_extra-position-top
    .elementor-icon-box-icon {
    margin-bottom: var(--icon-box-icon-margin, 15px);
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .elementor-widget-icon-box.elementor-mobile-position-left
    .elementor-icon-box-wrapper,
  .elementor-widget-icon-box.elementor-mobile-position-right
    .elementor-icon-box-wrapper {
    display: flex;
  }
  .elementor-widget-icon-box.elementor-mobile-position-left
    .elementor-icon-box-icon,
  .elementor-widget-icon-box.elementor-mobile-position-right
    .elementor-icon-box-icon {
    display: inline-flex;
    flex: 0 0 auto;
  }
  .elementor-widget-icon-box.elementor-mobile-position-right
    .elementor-icon-box-wrapper {
    text-align: right;
    flex-direction: row-reverse;
  }
  .elementor-widget-icon-box.elementor-mobile-position-right
    .elementor-icon-box-icon {
    margin-left: var(--icon-box-icon-margin, 15px);
    margin-right: 0;
    margin-bottom: unset;
  }
  .elementor-widget-icon-box.elementor-mobile-position-left
    .elementor-icon-box-wrapper {
    text-align: left;
    flex-direction: row;
  }
  .elementor-widget-icon-box.elementor-mobile-position-left
    .elementor-icon-box-icon {
    margin-right: var(--icon-box-icon-margin, 15px);
    margin-left: 0;
    margin-bottom: unset;
  }
  .elementor-widget-icon-box.elementor-mobile-position-top
    .elementor-icon-box-wrapper {
    display: block;
    text-align: center;
    flex-direction: unset;
  }
  .elementor-widget-icon-box.elementor-mobile-position-top
    .elementor-icon-box-icon {
    margin-bottom: var(--icon-box-icon-margin, 15px);
    margin-right: auto;
    margin-left: auto;
  }
  .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon,
  .elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon {
    display: block;
    flex: unset;
  }
}
.elementor-widget-icon-box .elementor-icon-box-title a {
  color: inherit;
}
.elementor-widget-icon-box .elementor-icon-box-content {
  flex-grow: 1;
}
.elementor-widget-icon-box .elementor-icon-box-description {
  margin: 0;
}
.elementor-widget.elementor-icon-list--layout-inline
  .elementor-widget-container {
  overflow: hidden;
}
.elementor-widget .elementor-icon-list-items.elementor-inline-items {
  margin-right: -8px;
  margin-left: -8px;
}
.elementor-widget
  .elementor-icon-list-items.elementor-inline-items
  .elementor-icon-list-item {
  margin-right: 8px;
  margin-left: 8px;
}
.elementor-widget
  .elementor-icon-list-items.elementor-inline-items
  .elementor-icon-list-item:after {
  width: auto;
  left: auto;
  right: auto;
  position: relative;
  height: 100%;
  border-top: 0;
  border-bottom: 0;
  border-right: 0;
  border-left-width: 1px;
  border-style: solid;
  right: -8px;
}
.elementor-widget .elementor-icon-list-items {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.elementor-widget .elementor-icon-list-item {
  margin: 0;
  padding: 0;
  position: relative;
}
.elementor-widget .elementor-icon-list-item:after {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.elementor-widget .elementor-icon-list-item,
.elementor-widget .elementor-icon-list-item a {
  display: flex;
  font-size: inherit;
  align-items: var(--icon-vertical-align, center);
}
.elementor-widget .elementor-icon-list-icon + .elementor-icon-list-text {
  align-self: center;
  padding-left: 5px;
}
.elementor-widget .elementor-icon-list-icon {
  display: flex;
  position: relative;
  top: var(--icon-vertical-offset, initial);
}
.elementor-widget .elementor-icon-list-icon svg {
  width: var(--e-icon-list-icon-size, 1em);
  height: var(--e-icon-list-icon-size, 1em);
}
.elementor-widget .elementor-icon-list-icon i {
  width: 1.25em;
  font-size: var(--e-icon-list-icon-size);
}
.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon {
  text-align: var(--e-icon-list-icon-align);
}
.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg {
  margin: var(
    --e-icon-list-icon-margin,
    0 calc(var(--e-icon-list-icon-size, 1em) * 0.25) 0 0
  );
}
.elementor-widget.elementor-list-item-link-full_width a {
  width: 100%;
}
.elementor-widget.elementor-align-center .elementor-icon-list-item,
.elementor-widget.elementor-align-center .elementor-icon-list-item a {
  justify-content: center;
}
.elementor-widget.elementor-align-center .elementor-icon-list-item:after {
  margin: auto;
}
.elementor-widget.elementor-align-center .elementor-inline-items {
  justify-content: center;
}
.elementor-widget.elementor-align-left .elementor-icon-list-item,
.elementor-widget.elementor-align-left .elementor-icon-list-item a {
  justify-content: flex-start;
  text-align: left;
}
.elementor-widget.elementor-align-left .elementor-inline-items {
  justify-content: flex-start;
}
.elementor-widget.elementor-align-right .elementor-icon-list-item,
.elementor-widget.elementor-align-right .elementor-icon-list-item a {
  justify-content: flex-end;
  text-align: right;
}
.elementor-widget.elementor-align-right .elementor-icon-list-items {
  justify-content: flex-end;
}
.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after {
  left: 0;
}
.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after {
  right: 0;
}
@media (min-width: -1) {
  .elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item,
  .elementor-widget.elementor-widescreen-align-center
    .elementor-icon-list-item
    a {
    justify-content: center;
  }
  .elementor-widget.elementor-widescreen-align-center
    .elementor-icon-list-item:after {
    margin: auto;
  }
  .elementor-widget.elementor-widescreen-align-center .elementor-inline-items {
    justify-content: center;
  }
  .elementor-widget.elementor-widescreen-align-left .elementor-icon-list-item,
  .elementor-widget.elementor-widescreen-align-left
    .elementor-icon-list-item
    a {
    justify-content: flex-start;
    text-align: left;
  }
  .elementor-widget.elementor-widescreen-align-left .elementor-inline-items {
    justify-content: flex-start;
  }
  .elementor-widget.elementor-widescreen-align-right .elementor-icon-list-item,
  .elementor-widget.elementor-widescreen-align-right
    .elementor-icon-list-item
    a {
    justify-content: flex-end;
    text-align: right;
  }
  .elementor-widget.elementor-widescreen-align-right
    .elementor-icon-list-items {
    justify-content: flex-end;
  }
  .elementor-widget:not(.elementor-widescreen-align-right)
    .elementor-icon-list-item:after {
    left: 0;
  }
  .elementor-widget:not(.elementor-widescreen-align-left)
    .elementor-icon-list-item:after {
    right: 0;
  }
}
@media (max-width: -1) {
  .elementor-widget.elementor-laptop-align-center .elementor-icon-list-item,
  .elementor-widget.elementor-laptop-align-center .elementor-icon-list-item a {
    justify-content: center;
  }
  .elementor-widget.elementor-laptop-align-center
    .elementor-icon-list-item:after {
    margin: auto;
  }
  .elementor-widget.elementor-laptop-align-center .elementor-inline-items {
    justify-content: center;
  }
  .elementor-widget.elementor-laptop-align-left .elementor-icon-list-item,
  .elementor-widget.elementor-laptop-align-left .elementor-icon-list-item a {
    justify-content: flex-start;
    text-align: left;
  }
  .elementor-widget.elementor-laptop-align-left .elementor-inline-items {
    justify-content: flex-start;
  }
  .elementor-widget.elementor-laptop-align-right .elementor-icon-list-item,
  .elementor-widget.elementor-laptop-align-right .elementor-icon-list-item a {
    justify-content: flex-end;
    text-align: right;
  }
  .elementor-widget.elementor-laptop-align-right .elementor-icon-list-items {
    justify-content: flex-end;
  }
  .elementor-widget:not(.elementor-laptop-align-right)
    .elementor-icon-list-item:after {
    left: 0;
  }
  .elementor-widget:not(.elementor-laptop-align-left)
    .elementor-icon-list-item:after {
    right: 0;
  }
}
@media (max-width: -1) {
  .elementor-widget.elementor-tablet_extra-align-center
    .elementor-icon-list-item,
  .elementor-widget.elementor-tablet_extra-align-center
    .elementor-icon-list-item
    a {
    justify-content: center;
  }
  .elementor-widget.elementor-tablet_extra-align-center
    .elementor-icon-list-item:after {
    margin: auto;
  }
  .elementor-widget.elementor-tablet_extra-align-center
    .elementor-inline-items {
    justify-content: center;
  }
  .elementor-widget.elementor-tablet_extra-align-left .elementor-icon-list-item,
  .elementor-widget.elementor-tablet_extra-align-left
    .elementor-icon-list-item
    a {
    justify-content: flex-start;
    text-align: left;
  }
  .elementor-widget.elementor-tablet_extra-align-left .elementor-inline-items {
    justify-content: flex-start;
  }
  .elementor-widget.elementor-tablet_extra-align-right
    .elementor-icon-list-item,
  .elementor-widget.elementor-tablet_extra-align-right
    .elementor-icon-list-item
    a {
    justify-content: flex-end;
    text-align: right;
  }
  .elementor-widget.elementor-tablet_extra-align-right
    .elementor-icon-list-items {
    justify-content: flex-end;
  }
  .elementor-widget:not(.elementor-tablet_extra-align-right)
    .elementor-icon-list-item:after {
    left: 0;
  }
  .elementor-widget:not(.elementor-tablet_extra-align-left)
    .elementor-icon-list-item:after {
    right: 0;
  }
}
@media (max-width: 1024px) {
  .elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,
  .elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a {
    justify-content: center;
  }
  .elementor-widget.elementor-tablet-align-center
    .elementor-icon-list-item:after {
    margin: auto;
  }
  .elementor-widget.elementor-tablet-align-center .elementor-inline-items {
    justify-content: center;
  }
  .elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,
  .elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a {
    justify-content: flex-start;
    text-align: left;
  }
  .elementor-widget.elementor-tablet-align-left .elementor-inline-items {
    justify-content: flex-start;
  }
  .elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,
  .elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a {
    justify-content: flex-end;
    text-align: right;
  }
  .elementor-widget.elementor-tablet-align-right .elementor-icon-list-items {
    justify-content: flex-end;
  }
  .elementor-widget:not(.elementor-tablet-align-right)
    .elementor-icon-list-item:after {
    left: 0;
  }
  .elementor-widget:not(.elementor-tablet-align-left)
    .elementor-icon-list-item:after {
    right: 0;
  }
}
@media (max-width: -1) {
  .elementor-widget.elementor-mobile_extra-align-center
    .elementor-icon-list-item,
  .elementor-widget.elementor-mobile_extra-align-center
    .elementor-icon-list-item
    a {
    justify-content: center;
  }
  .elementor-widget.elementor-mobile_extra-align-center
    .elementor-icon-list-item:after {
    margin: auto;
  }
  .elementor-widget.elementor-mobile_extra-align-center
    .elementor-inline-items {
    justify-content: center;
  }
  .elementor-widget.elementor-mobile_extra-align-left .elementor-icon-list-item,
  .elementor-widget.elementor-mobile_extra-align-left
    .elementor-icon-list-item
    a {
    justify-content: flex-start;
    text-align: left;
  }
  .elementor-widget.elementor-mobile_extra-align-left .elementor-inline-items {
    justify-content: flex-start;
  }
  .elementor-widget.elementor-mobile_extra-align-right
    .elementor-icon-list-item,
  .elementor-widget.elementor-mobile_extra-align-right
    .elementor-icon-list-item
    a {
    justify-content: flex-end;
    text-align: right;
  }
  .elementor-widget.elementor-mobile_extra-align-right
    .elementor-icon-list-items {
    justify-content: flex-end;
  }
  .elementor-widget:not(.elementor-mobile_extra-align-right)
    .elementor-icon-list-item:after {
    left: 0;
  }
  .elementor-widget:not(.elementor-mobile_extra-align-left)
    .elementor-icon-list-item:after {
    right: 0;
  }
}
@media (max-width: 767px) {
  .elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,
  .elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a {
    justify-content: center;
  }
  .elementor-widget.elementor-mobile-align-center
    .elementor-icon-list-item:after {
    margin: auto;
  }
  .elementor-widget.elementor-mobile-align-center .elementor-inline-items {
    justify-content: center;
  }
  .elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,
  .elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a {
    justify-content: flex-start;
    text-align: left;
  }
  .elementor-widget.elementor-mobile-align-left .elementor-inline-items {
    justify-content: flex-start;
  }
  .elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,
  .elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a {
    justify-content: flex-end;
    text-align: right;
  }
  .elementor-widget.elementor-mobile-align-right .elementor-icon-list-items {
    justify-content: flex-end;
  }
  .elementor-widget:not(.elementor-mobile-align-right)
    .elementor-icon-list-item:after {
    left: 0;
  }
  .elementor-widget:not(.elementor-mobile-align-left)
    .elementor-icon-list-item:after {
    right: 0;
  }
}
.elementor-widget-image {
  text-align: center;
}
.elementor-widget-image a {
  display: inline-block;
}
.elementor-widget-image a img[src$=".svg"] {
  width: 48px;
}
.elementor-widget-image img {
  vertical-align: middle;
  display: inline-block;
}
.elementor-widget-image-box .elementor-image-box-content {
  width: 100%;
}
@media (min-width: 768px) {
  .elementor-widget-image-box.elementor-position-left
    .elementor-image-box-wrapper,
  .elementor-widget-image-box.elementor-position-right
    .elementor-image-box-wrapper {
    display: flex;
  }
  .elementor-widget-image-box.elementor-position-right
    .elementor-image-box-wrapper {
    text-align: right;
    flex-direction: row-reverse;
  }
  .elementor-widget-image-box.elementor-position-left
    .elementor-image-box-wrapper {
    text-align: left;
    flex-direction: row;
  }
  .elementor-widget-image-box.elementor-position-top .elementor-image-box-img {
    margin: auto;
  }
  .elementor-widget-image-box.elementor-vertical-align-top
    .elementor-image-box-wrapper {
    align-items: flex-start;
  }
  .elementor-widget-image-box.elementor-vertical-align-middle
    .elementor-image-box-wrapper {
    align-items: center;
  }
  .elementor-widget-image-box.elementor-vertical-align-bottom
    .elementor-image-box-wrapper {
    align-items: flex-end;
  }
}
@media (max-width: 767px) {
  .elementor-widget-image-box .elementor-image-box-img {
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 15px;
  }
}
.elementor-widget-image-box .elementor-image-box-img {
  display: inline-block;
}
.elementor-widget-image-box .elementor-image-box-title a {
  color: inherit;
}
.elementor-widget-image-box .elementor-image-box-wrapper {
  text-align: center;
}
.elementor-widget-image-box .elementor-image-box-description {
  margin: 0;
}
.elementor-widget-image-carousel .swiper,
.elementor-widget-image-carousel .swiper-container {
  position: static;
}
.elementor-widget-image-carousel .swiper-slide {
  text-align: center;
}
.elementor-image-carousel-wrapper:not(.swiper-container-initialized):not(
    .swiper-initialized
  )
  .swiper-slide {
  max-width: calc(100% / var(--e-image-carousel-slides-to-show, 3));
}
.elementor-column .elementor-spacer-inner {
  height: var(--spacer-size);
}
.elementor-toggle {
  text-align: left;
}
.elementor-toggle .elementor-tab-title {
  font-weight: 700;
  line-height: 1;
  margin: 0;
  padding: 15px;
  border-bottom: 1px solid #d5d8dc;
  cursor: pointer;
  outline: 0;
}
.elementor-toggle .elementor-tab-title .elementor-toggle-icon {
  display: inline-block;
  width: 1em;
}
.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg {
  margin-inline-start: -5px;
  width: 1em;
  height: 1em;
}
.elementor-toggle
  .elementor-tab-title
  .elementor-toggle-icon.elementor-toggle-icon-right {
  float: right;
  text-align: right;
}
.elementor-toggle
  .elementor-tab-title
  .elementor-toggle-icon.elementor-toggle-icon-left {
  float: left;
  text-align: left;
}
.elementor-toggle .elementor-tab-title.elementor-active {
  border-bottom: none;
}
.elementor-toggle .elementor-tab-content {
  padding: 15px;
  border-bottom: 1px solid #d5d8dc;
  display: none;
}
@media (max-width: 767px) {
  .elementor-toggle .elementor-tab-title {
    padding: 12px;
  }
  .elementor-toggle .elementor-tab-content {
    padding: 12px 10px;
  }
}
.elementor-widget-video .elementor-widget-container {
  overflow: hidden;
  transform: translateZ(0);
}
.elementor-widget-video .elementor-wrapper {
  aspect-ratio: var(--video-aspect-ratio);
}
.elementor-widget-video .elementor-wrapper iframe,
.elementor-widget-video .elementor-wrapper video {
  height: 100%;
  width: 100%;
  display: flex;
  border: none;
  background-color: #000;
}
@supports not (aspect-ratio: 1/1) {
  .elementor-widget-video .elementor-wrapper {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: calc(100% / var(--video-aspect-ratio));
  }
  .elementor-widget-video .elementor-wrapper iframe,
  .elementor-widget-video .elementor-wrapper video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
@supports not (aspect-ratio: 1/1) {
  .elementor-widget-video .elementor-custom-embed-image-overlay {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: calc(100% / var(--video-aspect-ratio));
  }
  .elementor-widget-video .elementor-custom-embed-image-overlay img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
@font-face {
  font-display: swap;
  font-family: swiper-icons;
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-wrapper {
  transform: translate3d(0, 0, 0);
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next {
  right: 10px;
  left: auto;
}
.swiper-button-next:after {
  content: "next";
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.elementor-kit-8 {
  --e-global-color-primary: #ff0000;
  --e-global-color-secondary: #ff0000;
  --e-global-color-text: #ff0000;
  --e-global-color-accent: #ff0000;
  --e-global-color-el_color_1_3: #c5f96b;
  --e-global-color-el_color_1: #c5f96b;
  --e-global-color-el_color_1_2: #c5f96b;
  --e-global-color-el_color_1_4: #0bc4d940;
  --e-global-color-el_color_1_7: #0bc4d912;
  --e-global-color-el_color_2_2: #00347d;
  --e-global-color-el_color_2: #00609c;
  --e-global-color-el_color_2_3: #136fef;
  --e-global-color-el_color_2_4: #0159d342;
  --e-global-color-el_color_2_7: #0159d314;
  --e-global-color-el_color_7: #40414a;
  --e-global-color-el_color_7_1: #5b5b5b;
  --e-global-color-el_color_7_2: #909090;
  --e-global-color-el_color_7_3: #bbbdbe;
  --e-global-color-el_color_7_4: #2c33382b;
  --e-global-color-el_color_7_6: #f2f4f6;
  --e-global-color-el_color_4: #1b1d1f;
  --e-global-color-el_color_0: #ffffff;
  --e-global-color-721d0f3: #ffffff54;
  --e-global-color-el_color_6_4: #0159d380;
  --e-global-color-el_color_6_3: #00000080;
  --e-global-color-el_color_3: #00347d;
  --e-global-color-el_color_3_1: #00609c;
  --e-global-color-el_color_3_2: #136fef45;
  --e-global-color-el_color_6: #ef4848;
  --e-global-color-el_color_5: #fa8835;
  --e-global-typography-primary-font-family: "DM Sans";
  --e-global-typography-primary-font-weight: 500;
  --e-global-typography-primary-line-height: 1.2em;
  --e-global-typography-secondary-font-family: "DM Sans";
  --e-global-typography-secondary-font-size: 16px;
  --e-global-typography-secondary-font-weight: 500;
  --e-global-typography-secondary-line-height: 1.2em;
  --e-global-typography-text-font-size: 16px;
  --e-global-typography-text-font-weight: normal;
  --e-global-typography-text-line-height: 1.5em;
  --e-global-typography-accent-font-size: 13px;
  --e-global-typography-accent-line-height: 1.3em;
  --e-global-typography-el_title_1-font-family: "Open Sans";
  --e-global-typography-el_title_1-font-size: 50px;
  --e-global-typography-el_title_1-font-weight: 600;
  --e-global-typography-el_title_1-text-transform: none;
  --e-global-typography-el_title_1-line-height: 1.3em;
  --e-global-typography-el_title_2-font-family: "Open Sans";
  --e-global-typography-el_title_2-font-size: 40px;
  --e-global-typography-el_title_2-font-weight: 600;
  --e-global-typography-el_title_2-text-transform: none;
  --e-global-typography-el_title_2-line-height: 1.4em;
  --e-global-typography-el_title_3-font-family: "Open Sans";
  --e-global-typography-el_title_3-font-size: 30px;
  --e-global-typography-el_title_3-font-weight: 600;
  --e-global-typography-el_title_3-text-transform: none;
  --e-global-typography-el_title_3-line-height: 1.4em;
  --e-global-typography-el_title_4-font-family: "Open Sans";
  --e-global-typography-el_title_4-font-size: 24px;
  --e-global-typography-el_title_4-font-weight: 600;
  --e-global-typography-el_title_4-text-transform: none;
  --e-global-typography-el_title_4-line-height: 1.4em;
  --e-global-typography-el_title_5-font-family: "Open Sans";
  --e-global-typography-el_title_5-font-size: 20px;
  --e-global-typography-el_title_5-font-weight: 600;
  --e-global-typography-el_title_5-text-transform: none;
  --e-global-typography-el_title_5-line-height: 1.4em;
  --e-global-typography-el_title_6-font-family: "Open Sans";
  --e-global-typography-el_title_6-font-size: 17px;
  --e-global-typography-el_title_6-font-weight: 600;
  --e-global-typography-el_title_6-line-height: 1.4em;
  --e-global-typography-el_content_5-font-family: "Open Sans";
  --e-global-typography-el_content_5-font-size: 22px;
  --e-global-typography-el_content_5-font-weight: 400;
  --e-global-typography-el_content_5-line-height: 1.7em;
  --e-global-typography-el_content_4-font-family: "Open Sans";
  --e-global-typography-el_content_4-font-size: 19px;
  --e-global-typography-el_content_4-font-weight: 400;
  --e-global-typography-el_content_4-line-height: 1.7em;
  --e-global-typography-el_content_1-font-family: "Open Sans";
  --e-global-typography-el_content_1-font-size: 17px;
  --e-global-typography-el_content_1-font-weight: 400;
  --e-global-typography-el_content_1-text-transform: none;
  --e-global-typography-el_content_1-line-height: 1.7em;
  --e-global-typography-el_content_2-font-family: "Open Sans";
  --e-global-typography-el_content_2-font-size: 16px;
  --e-global-typography-el_content_2-font-weight: 400;
  --e-global-typography-el_content_2-text-transform: none;
  --e-global-typography-el_content_2-line-height: 1.7em;
  --e-global-typography-el_content_3-font-family: "Open Sans";
  --e-global-typography-el_content_3-font-size: 15px;
  --e-global-typography-el_content_3-font-weight: 400;
  --e-global-typography-el_content_3-text-transform: none;
  --e-global-typography-el_content_3-line-height: 1.6em;
  --e-global-typography-el_breadcrumbs_1-font-family: "Open Sans";
  --e-global-typography-el_breadcrumbs_1-font-size: 14px;
  --e-global-typography-el_breadcrumbs_1-font-weight: 400;
  --e-global-typography-el_breadcrumbs_1-font-style: normal;
  --e-global-typography-el_breadcrumbs_1-text-decoration: none;
  --e-global-typography-el_breadcrumbs_1-line-height: 1.4em;
  --e-global-typography-el_breadcrumbs_1-letter-spacing: 0px;
  --e-global-typography-el_breadcrumbs_1-word-spacing: 0em;
  --e-global-typography-el_quote_1-font-family: "Open Sans";
  --e-global-typography-el_quote_1-font-size: 18px;
  --e-global-typography-el_quote_1-font-weight: 400;
  --e-global-typography-el_quote_1-line-height: 1.7em;
  --e-global-typography-335a39d-font-family: "Open Sans";
  --e-global-typography-335a39d-font-size: 16px;
  --e-global-typography-335a39d-font-weight: 600;
  --e-global-typography-335a39d-text-transform: none;
  --e-global-typography-335a39d-font-style: normal;
  --e-global-typography-335a39d-text-decoration: none;
  --e-global-typography-335a39d-line-height: 1.4em;
  --e-global-typography-335a39d-letter-spacing: 0px;
  --e-global-typography-aabd2cc-font-family: "Open Sans";
  --e-global-typography-aabd2cc-font-size: 15px;
  --e-global-typography-aabd2cc-font-weight: 500;
  --e-global-typography-aabd2cc-text-transform: none;
  --e-global-typography-aabd2cc-font-style: normal;
  --e-global-typography-aabd2cc-text-decoration: none;
  --e-global-typography-aabd2cc-line-height: 1.4em;
  --e-global-typography-aabd2cc-letter-spacing: 0px;
  --e-global-typography-aabd2cc-word-spacing: 1px;
  --e-global-typography-el_product_title_1-font-family: "Manrope";
  --e-global-typography-el_product_title_1-font-size: 16px;
  --e-global-typography-el_product_title_1-font-weight: 600;
  --e-global-typography-el_product_title_1-line-height: 1.4em;
  --e-global-typography-el_product_content_1-font-family: "Manrope";
  --e-global-typography-el_product_content_1-font-size: 14px;
  --e-global-typography-el_product_content_1-font-weight: 400;
  --e-global-typography-el_product_content_1-text-transform: none;
  --e-global-typography-el_product_content_1-line-height: 1.4em;
  --e-global-typography-el_product_price_1-font-family: "Manrope";
  --e-global-typography-el_product_price_1-font-size: 14px;
  --e-global-typography-el_product_price_1-font-weight: 400;
  --e-global-typography-el_product_price_1-font-style: normal;
  --e-global-typography-el_product_price_1-line-height: 1.4em;
  --e-global-typography-el_product_var_1-font-family: "Manrope";
  --e-global-typography-el_product_var_1-font-size: 14px;
  --e-global-typography-el_product_var_1-font-weight: 600;
  --e-global-typography-el_product_var_1-line-height: 1.4em;
  --e-global-typography-el_product_sale_1-font-family: "Manrope";
  --e-global-typography-el_product_sale_1-font-size: 14px;
  --e-global-typography-el_product_sale_1-font-weight: 600;
  --e-global-typography-el_page_title_3-font-family: "Open Sans";
  --e-global-typography-el_page_title_3-font-size: 18px;
  --e-global-typography-el_page_title_3-font-weight: 700;
  --e-global-typography-el_page_title_3-text-transform: uppercase;
  --e-global-typography-el_page_title_3-line-height: 1.4em;
  --e-global-typography-el_page_title_3-letter-spacing: 3px;
  --e-global-typography-el_filter_1-font-family: "Open Sans";
  --e-global-typography-el_filter_1-font-size: 14px;
  --e-global-typography-el_filter_1-font-weight: 700;
  --e-global-typography-el_filter_1-text-transform: uppercase;
  --e-global-typography-el_filter_1-line-height: 1.4em;
  --e-global-typography-el_filter_1-letter-spacing: 1px;
}
.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1300px;
}

.elementor-element {
  --widgets-spacing: 20px 20px;
} /*! elementor-pro - v3.20.0 - 26-03-2024 */
.elementor-bg-transform .elementor-bg {
  will-change: transform;
}
.elementor-bg-transform-zoom-in:hover .elementor-bg,
.elementor-bg-transform-zoom-out .elementor-bg {
  transform: scale(1.2);
}
.elementor-bg-transform-zoom-out:hover .elementor-bg {
  transform: scale(1);
}
.elementor-location-footer:before,
.elementor-location-header:before {
  content: "";
  display: table;
  clear: both;
}
.elementor-sticky--active {
  z-index: 99;
}
[data-elementor-type="popup"]
  .elementor-section-wrap:not(:empty)
  + #elementor-add-new-section,
[data-elementor-type="popup"]:not(.elementor-edit-area) {
  display: none;
}
.elementor-popup-modal {
  display: flex;
  pointer-events: none;
  background-color: transparent;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  user-select: auto;
}
.elementor-popup-modal .dialog-header {
  display: none;
}
.elementor-popup-modal .dialog-close-button {
  display: none;
  top: 20px;
  margin-top: 0;
  right: 20px;
  opacity: 1;
  z-index: 9999;
  pointer-events: all;
}
.elementor-popup-modal .dialog-close-button svg {
  fill: #1f2124;
  height: 1em;
  width: 1em;
}
.elementor-popup-modal .dialog-widget-content {
  background-color: #fff;
  width: auto;
  overflow: visible;
  max-width: 100%;
  max-height: 100%;
  border-radius: 0;
  box-shadow: none;
  pointer-events: all;
}
.elementor-popup-modal .dialog-message {
  width: 640px;
  max-width: 100vw;
  max-height: 100vh;
  padding: 0;
  overflow: auto;
  display: flex;
}
.elementor-popup-modal .elementor {
  width: 100%;
}
.e-sticky-right-column--active {
  position: sticky;
  top: 0;
}
.elementor-post-navigation {
  overflow: hidden;
  display: flex;
}
.elementor-post-navigation .post-navigation__arrow-wrapper {
  color: #d5d8dc;
}
.elementor-post-navigation
  .post-navigation__arrow-wrapper.post-navigation__arrow-next {
  font-size: 30px;
  padding-left: 15px;
}
.elementor-post-navigation .post-navigation__arrow-wrapper i {
  transform: translateY(-5%);
}
.elementor-post-navigation .elementor-post-navigation__link__next {
  overflow: hidden;
}
.elementor-post-navigation .elementor-post-navigation__link a {
  display: flex;
  align-items: center;
  max-width: 100%;
}
.elementor-post-navigation .post-navigation__next--label {
  text-transform: uppercase;
  font-size: 0.8em;
}
.elementor-post-navigation .post-navigation__next--title {
  font-size: 0.7em;
}
.elementor-post-navigation .post-navigation__next--label,
.elementor-post-navigation .post-navigation__next--title {
  overflow: hidden;
  text-overflow: ellipsis;
}
.elementor-post-navigation span.elementor-post-navigation__link__next {
  text-align: right;
}
.elementor-post-navigation span.elementor-post-navigation__link__next {
  display: flex;
  flex-direction: column;
}
.elementor-post-navigation .elementor-grid {
  justify-content: space-between;
}
.elementor-post-navigation .elementor-post-navigation__link {
  width: calc(50% - 1px / 2);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.elementor-post-navigation .elementor-post-navigation__next {
  text-align: right;
}
.elementor-post-navigation .elementor-post-navigation__next a {
  justify-content: flex-end;
}
.elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text {
  display: inline-block;
}
.elementor-icon-list-items
  .elementor-icon-list-item
  .elementor-icon-list-text
  a,
.elementor-icon-list-items
  .elementor-icon-list-item
  .elementor-icon-list-text
  span {
  display: inline;
}
.elementor-button.elementor-hidden,
.elementor-hidden {
  display: none;
}
.elementor-button .elementor-form-spinner {
  order: 3;
}
.elementor-form .elementor-button > span {
  display: flex;
  justify-content: center;
  align-items: center;
}
.elementor-form .elementor-button .elementor-button-text {
  white-space: normal;
  flex-grow: 0;
}
.elementor-form .elementor-button svg {
  height: auto;
}
.elementor-form .elementor-button .e-font-icon-svg {
  height: 1em;
}
.elementor-widget-countdown .elementor-countdown-wrapper {
  flex-direction: row;
}
.elementor-widget-countdown .elementor-countdown-item {
  padding: 20px 0;
  text-align: center;
  color: #fff;
}
.elementor-widget-countdown .elementor-countdown-digits,
.elementor-widget-countdown .elementor-countdown-label {
  line-height: 1;
}
.elementor-widget-countdown .elementor-countdown-digits {
  font-size: 69px;
}
.elementor-widget-countdown .elementor-countdown-label {
  font-size: 19px;
}
.elementor-widget-countdown.elementor-countdown--label-block
  .elementor-countdown-wrapper {
  display: flex;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
}
.elementor-widget-countdown.elementor-countdown--label-block
  .elementor-countdown-digits,
.elementor-widget-countdown.elementor-countdown--label-block
  .elementor-countdown-label {
  display: block;
}
.elementor-widget-countdown.elementor-countdown--label-block
  .elementor-countdown-item {
  flex-basis: 0%;
  flex-grow: 1;
}
.elementor-widget-countdown.elementor-countdown--label-inline {
  text-align: center;
}
.elementor-widget-countdown.elementor-countdown--label-inline
  .elementor-countdown-item {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.elementor--v-position-top .swiper-slide-inner {
  align-items: flex-start;
}
.elementor--v-position-bottom .swiper-slide-inner {
  align-items: flex-end;
}
.elementor--v-position-middle .swiper-slide-inner {
  align-items: center;
}
.elementor--h-position-left .swiper-slide-inner {
  justify-content: flex-start;
}
.elementor--h-position-right .swiper-slide-inner {
  justify-content: flex-end;
}
.elementor--h-position-center .swiper-slide-inner {
  justify-content: center;
}
.elementor-share-btn {
  overflow: hidden;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition-duration: 0.2s;
  transition-property: filter, background-color, border-color;
  height: 4.5em;
  cursor: pointer;
}
.elementor-share-btn__icon,
.elementor-share-btn__text {
  transition-property: color, background-color;
  transition-duration: 0.2s;
}
.elementor-share-btn__icon {
  display: flex;
  align-self: stretch;
  justify-content: center;
  align-items: center;
  width: 4.5em;
  position: relative;
}
.elementor-share-btn__icon i {
  font-size: var(--e-share-buttons-icon-size, 1.7em);
}
.elementor-share-btn__icon svg {
  width: var(--e-share-buttons-icon-size, 1.7em);
  height: var(--e-share-buttons-icon-size, 1.7em);
}
.elementor-share-btn__text {
  font-size: 1.5em;
  padding-right: 1em;
  align-self: stretch;
  flex-grow: 1;
  align-items: center;
  display: flex;
  font-weight: 100;
}
.elementor-share-btn__title {
  font-weight: 700;
  flex-shrink: 0;
}
.elementor-carousel-image {
  background: no-repeat 50%;
  background-size: cover;
  height: 100%;
  position: relative;
}
.swiper-slide {
  will-change: transform;
  border-style: solid;
  border-width: 0;
  transition-duration: 0.5s;
  transition-property: border, background, transform;
  overflow: hidden;
}
.swiper-slide a {
  display: inline;
}
.swiper-slide a.elementor-button {
  display: inline-block;
}
.elementor-widget-media-carousel
  .swiper-container-rtl
  .elementor-swiper-button-next,
.elementor-widget-media-carousel .swiper-rtl .elementor-swiper-button-next {
  left: 10px;
  right: unset;
}
.elementor-widget-media-carousel .elementor-swiper-button-next {
  right: 10px;
  left: unset;
}
@keyframes elementor-headline-dash {
  0% {
    stroke-dasharray: 0 1500;
    opacity: 1;
  }
  to {
    stroke-dasharray: 1500 1500;
    opacity: 1;
  }
}
@keyframes hide-highlight {
  0% {
    opacity: 1;
    stroke-dasharray: 1500 1500;
  }
  to {
    opacity: 0;
    filter: blur(10px);
  }
}
@keyframes elementor-headline-flip-in {
  0% {
    transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  to {
    transform: rotateX(1turn);
    opacity: 1;
  }
}
@keyframes elementor-headline-flip-out {
  0% {
    transform: rotateX(0);
    opacity: 1;
  }
  35% {
    transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  to {
    transform: rotateX(180deg);
    opacity: 0;
  }
}
@keyframes elementor-headline-pulse {
  0% {
    transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  to {
    transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
@keyframes elementor-headline-swirl-in {
  0% {
    opacity: 0;
    transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    transform: translateZ(-20px) rotateX(-10deg);
  }
  to {
    opacity: 1;
    transform: translateZ(-20px) rotateX(0);
  }
}
@keyframes elementor-headline-swirl-out {
  0% {
    opacity: 1;
    transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    transform: translateZ(-20px) rotateX(-100deg);
  }
  to {
    opacity: 0;
    transform: translateZ(-20px) rotateX(-90deg);
  }
}
@keyframes elementor-headline-slide-down-in {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    transform: translateY(20%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes elementor-headline-slide-down-out {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  60% {
    opacity: 0;
    transform: translateY(120%);
  }
  to {
    opacity: 0;
    transform: translateY(100%);
  }
}
@keyframes elementor-headline-drop-in-in {
  0% {
    opacity: 0;
    transform: translateZ(100px);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes elementor-headline-drop-in-out {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    transform: translateZ(-100px);
  }
}
@keyframes elementor-headline-blinds-in {
  0% {
    transform: rotateY(180deg);
  }
  to {
    transform: rotateY(0);
  }
}
@keyframes elementor-headline-blinds-out {
  0% {
    transform: rotateY(0);
  }
  to {
    transform: rotateY(-180deg);
  }
}
@keyframes elementor-headline-wave-up {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  60% {
    transform: scale(1.2);
    opacity: 1;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes elementor-headline-wave-down {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  60% {
    transform: scale(0);
    opacity: 0;
  }
}
@keyframes elementor-headline-slide-in {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    transform: translateX(10%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes elementor-headline-slide-out {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  60% {
    opacity: 0;
    transform: translateX(110%);
  }
  to {
    opacity: 0;
    transform: translateX(100%);
  }
}
@keyframes e-hotspot-soft-beat {
  0% {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}
@keyframes e-hotspot-expand {
  0% {
    transform: scale(0.5);
    opacity: 1;
  }
  to {
    transform: scale(1.5);
    opacity: 0;
  }
}
.elementor-facebook-widget.fb_iframe_widget,
.elementor-facebook-widget.fb_iframe_widget span {
  width: 100% !important;
}
.elementor-facebook-widget.fb_iframe_widget iframe {
  position: relative;
  width: 100% !important;
}
.elementor-widget-facebook-comments iframe {
  width: 100% !important;
}
.site-main .menu-navigation-container {
  overflow: visible;
}
.elementor-item:after,
.elementor-item:before {
  display: block;
  position: absolute;
  transition: 0.3s;
  transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1);
}
.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(
    .highlighted
  ):after,
.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(
    .highlighted
  ):before {
  opacity: 0;
}
.elementor-item-active:after,
.elementor-item-active:before,
.elementor-item:focus:after,
.elementor-item:focus:before,
.elementor-item:hover:after,
.elementor-item:hover:before {
  transform: scale(1);
}
.elementor-nav-menu--main .elementor-nav-menu a {
  transition: 0.4s;
}
.elementor-nav-menu--main .elementor-nav-menu a,
.elementor-nav-menu--main .elementor-nav-menu a:focus,
.elementor-nav-menu--main .elementor-nav-menu a:hover {
  padding: 13px 20px;
}
.elementor-nav-menu--main .elementor-nav-menu a.current {
  background: #1f2124;
  color: #fff;
}
.elementor-nav-menu--main .elementor-nav-menu a.disabled {
  background: #3f444b;
  color: #88909b;
}
.elementor-nav-menu--main .elementor-nav-menu ul {
  position: absolute;
  width: 12em;
  border-width: 0;
  border-style: solid;
  padding: 0;
}
.elementor-nav-menu--main
  .elementor-nav-menu--dropdown
  .sub-arrow
  .e-font-icon-svg,
.elementor-nav-menu--main .elementor-nav-menu--dropdown .sub-arrow i {
  transform: rotate(-90deg);
}
.elementor-nav-menu--main
  .elementor-nav-menu--dropdown
  .sub-arrow
  .e-font-icon-svg {
  fill: currentColor;
  height: 1em;
  width: 1em;
}
.elementor-nav-menu--layout-horizontal {
  display: flex;
}
.elementor-nav-menu--layout-horizontal .elementor-nav-menu {
  display: flex;
  flex-wrap: wrap;
}
.elementor-nav-menu--layout-horizontal .elementor-nav-menu a {
  white-space: nowrap;
  flex-grow: 1;
}
.elementor-nav-menu--layout-horizontal .elementor-nav-menu > li {
  display: flex;
}
.elementor-nav-menu--layout-horizontal .elementor-nav-menu > li ul {
  top: 100% !important;
}
.elementor-nav-menu--layout-horizontal
  .elementor-nav-menu
  > li:not(:first-child)
  > a {
  margin-inline-start: var(--e-nav-menu-horizontal-menu-item-margin);
}
.elementor-nav-menu--layout-horizontal
  .elementor-nav-menu
  > li:not(:first-child)
  > .scroll-down,
.elementor-nav-menu--layout-horizontal
  .elementor-nav-menu
  > li:not(:first-child)
  > .scroll-up,
.elementor-nav-menu--layout-horizontal
  .elementor-nav-menu
  > li:not(:first-child)
  > ul {
  left: var(--e-nav-menu-horizontal-menu-item-margin) !important;
}
.elementor-nav-menu--layout-horizontal
  .elementor-nav-menu
  > li:not(:last-child)
  > a {
  margin-inline-end: var(--e-nav-menu-horizontal-menu-item-margin);
}
.elementor-nav-menu--layout-horizontal
  .elementor-nav-menu
  > li:not(:last-child):after {
  content: var(--e-nav-menu-divider-content, none);
  height: var(--e-nav-menu-divider-height, 35%);
  border-left: var(--e-nav-menu-divider-width, 2px)
    var(--e-nav-menu-divider-style, solid) var(--e-nav-menu-divider-color, #000);
  border-bottom-color: var(--e-nav-menu-divider-color, #000);
  border-right-color: var(--e-nav-menu-divider-color, #000);
  border-top-color: var(--e-nav-menu-divider-color, #000);
  align-self: center;
}
.elementor-nav-menu__align-right .elementor-nav-menu {
  margin-left: auto;
  justify-content: flex-end;
}
.elementor-nav-menu__align-right
  .elementor-nav-menu--layout-vertical
  > ul
  > li
  > a {
  justify-content: flex-end;
}
.elementor-nav-menu__align-left .elementor-nav-menu {
  margin-right: auto;
  justify-content: flex-start;
}
.elementor-nav-menu__align-left
  .elementor-nav-menu--layout-vertical
  > ul
  > li
  > a {
  justify-content: flex-start;
}
.elementor-nav-menu__align-start .elementor-nav-menu {
  margin-inline-end: auto;
  justify-content: flex-start;
}
.elementor-nav-menu__align-start
  .elementor-nav-menu--layout-vertical
  > ul
  > li
  > a {
  justify-content: flex-start;
}
.elementor-nav-menu__align-end .elementor-nav-menu {
  margin-inline-start: auto;
  justify-content: flex-end;
}
.elementor-nav-menu__align-end
  .elementor-nav-menu--layout-vertical
  > ul
  > li
  > a {
  justify-content: flex-end;
}
.elementor-nav-menu__align-center .elementor-nav-menu {
  margin-inline-start: auto;
  margin-inline-end: auto;
  justify-content: center;
}
.elementor-nav-menu__align-center
  .elementor-nav-menu--layout-vertical
  > ul
  > li
  > a {
  justify-content: center;
}
.elementor-nav-menu__align-justify
  .elementor-nav-menu--layout-horizontal
  .elementor-nav-menu {
  width: 100%;
}
.elementor-nav-menu__align-justify
  .elementor-nav-menu--layout-horizontal
  .elementor-nav-menu
  > li {
  flex-grow: 1;
}
.elementor-nav-menu__align-justify
  .elementor-nav-menu--layout-horizontal
  .elementor-nav-menu
  > li
  > a {
  justify-content: center;
}
.elementor-widget-nav-menu:not(.elementor-nav-menu--toggle)
  .elementor-menu-toggle {
  display: none;
}
.elementor-widget-nav-menu .elementor-widget-container {
  display: flex;
  flex-direction: column;
}
.elementor-nav-menu {
  position: relative;
  z-index: 2;
}
.elementor-nav-menu:after {
  content: " ";
  display: block;
  height: 0;
  font: 0/0 serif;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
.elementor-nav-menu,
.elementor-nav-menu li,
.elementor-nav-menu ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  -webkit-tap-highlight-color: transparent;
}
.elementor-nav-menu ul {
  display: none;
}
.elementor-nav-menu ul ul a,
.elementor-nav-menu ul ul a:active,
.elementor-nav-menu ul ul a:focus,
.elementor-nav-menu ul ul a:hover {
  border-left: 16px solid transparent;
}
.elementor-nav-menu ul ul ul a,
.elementor-nav-menu ul ul ul a:active,
.elementor-nav-menu ul ul ul a:focus,
.elementor-nav-menu ul ul ul a:hover {
  border-left: 24px solid transparent;
}
.elementor-nav-menu ul ul ul ul a,
.elementor-nav-menu ul ul ul ul a:active,
.elementor-nav-menu ul ul ul ul a:focus,
.elementor-nav-menu ul ul ul ul a:hover {
  border-left: 32px solid transparent;
}
.elementor-nav-menu ul ul ul ul ul a,
.elementor-nav-menu ul ul ul ul ul a:active,
.elementor-nav-menu ul ul ul ul ul a:focus,
.elementor-nav-menu ul ul ul ul ul a:hover {
  border-left: 40px solid transparent;
}
.elementor-nav-menu a,
.elementor-nav-menu li {
  position: relative;
}
.elementor-nav-menu li {
  border-width: 0;
}
.elementor-nav-menu a {
  display: flex;
  align-items: center;
}
.elementor-nav-menu a,
.elementor-nav-menu a:focus,
.elementor-nav-menu a:hover {
  padding: 10px 20px;
  line-height: 20px;
}
.elementor-nav-menu a.current {
  background: #1f2124;
  color: #fff;
}
.elementor-nav-menu a.disabled {
  cursor: not-allowed;
  color: #88909b;
}
.elementor-nav-menu .sub-arrow {
  line-height: 1;
  padding: 10px 0 10px 10px;
  margin-top: -10px;
  margin-bottom: -10px;
  display: flex;
  align-items: center;
}
.elementor-nav-menu .sub-arrow i {
  pointer-events: none;
}
.elementor-nav-menu .sub-arrow .e-font-icon-svg {
  height: 1em;
  width: 1em;
}
.elementor-nav-menu--dropdown .elementor-item.elementor-item-active,
.elementor-nav-menu--dropdown .elementor-item:focus,
.elementor-nav-menu--dropdown .elementor-item:hover,
.elementor-sub-item.elementor-item-active,
.elementor-sub-item:focus,
.elementor-sub-item:hover {
  background-color: #3f444b;
  color: #fff;
}
.elementor-menu-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--nav-menu-icon-size, 22px);
  padding: 0.25em;
  cursor: pointer;
  border: 0 solid;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.05);
  color: #33373d;
}
.elementor-menu-toggle:not(.elementor-active)
  .elementor-menu-toggle__icon--close {
  display: none;
}
.elementor-menu-toggle .e-font-icon-svg {
  fill: #33373d;
  height: 1em;
  width: 1em;
}
.elementor-menu-toggle svg {
  width: 1em;
  height: auto;
  fill: var(--nav-menu-icon-color, currentColor);
}
span.elementor-menu-toggle__icon--close {
  line-height: 1;
}
.elementor-nav-menu--dropdown {
  background-color: #fff;
  font-size: 13px;
}
.elementor-nav-menu--dropdown-none .elementor-menu-toggle,
.elementor-nav-menu--dropdown-none .elementor-nav-menu--dropdown {
  display: none;
}
.elementor-nav-menu--dropdown.elementor-nav-menu__container {
  margin-top: 10px;
  transition: max-height 0.3s, transform 0.3s;
  transform-origin: top;
  overflow-y: auto;
  overflow-x: hidden;
}
.elementor-nav-menu--dropdown.elementor-nav-menu__container
  .elementor-sub-item {
  font-size: 0.85em;
}
.elementor-nav-menu--dropdown a {
  color: #33373d;
}
.elementor-nav-menu--dropdown a.current {
  background: #1f2124;
  color: #fff;
}
.elementor-nav-menu--dropdown a.disabled {
  color: #b3b3b3;
}
ul.elementor-nav-menu--dropdown a,
ul.elementor-nav-menu--dropdown a:focus,
ul.elementor-nav-menu--dropdown a:hover {
  text-shadow: none;
  border-left: 8px solid transparent;
}
.elementor-nav-menu__text-align-center
  .elementor-nav-menu--dropdown
  .elementor-nav-menu
  a {
  justify-content: center;
}
.elementor-nav-menu--toggle {
  --menu-height: 100vh;
}
.elementor-nav-menu--toggle
  .elementor-menu-toggle:not(.elementor-active)
  + .elementor-nav-menu__container {
  transform: scaleY(0);
  max-height: 0;
  overflow: hidden;
}
.elementor-nav-menu--toggle
  .elementor-menu-toggle.elementor-active
  + .elementor-nav-menu__container {
  transform: scaleY(1);
  max-height: var(--menu-height);
  animation: hide-scroll 0.3s backwards;
}
@media (max-width: 767px) {
  .elementor-nav-menu--dropdown-mobile .elementor-nav-menu--main {
    display: none;
  }
}
@media (min-width: 768px) {
  .elementor-nav-menu--dropdown-mobile .elementor-menu-toggle,
  .elementor-nav-menu--dropdown-mobile .elementor-nav-menu--dropdown {
    display: none;
  }
  .elementor-nav-menu--dropdown-mobile
    nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
    overflow-y: hidden;
  }
}
@media (max-width: -1) {
  .elementor-nav-menu--dropdown-mobile_extra .elementor-nav-menu--main {
    display: none;
  }
}
@media (min-width: -1) {
  .elementor-nav-menu--dropdown-mobile_extra .elementor-menu-toggle,
  .elementor-nav-menu--dropdown-mobile_extra .elementor-nav-menu--dropdown {
    display: none;
  }
  .elementor-nav-menu--dropdown-mobile_extra
    nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
    overflow-y: hidden;
  }
}
@media (max-width: 1024px) {
  .elementor-nav-menu--dropdown-tablet .elementor-nav-menu--main {
    display: none;
  }
}
@media (min-width: 1025px) {
  .elementor-nav-menu--dropdown-tablet .elementor-menu-toggle,
  .elementor-nav-menu--dropdown-tablet .elementor-nav-menu--dropdown {
    display: none;
  }
  .elementor-nav-menu--dropdown-tablet
    nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
    overflow-y: hidden;
  }
}
@media (max-width: -1) {
  .elementor-nav-menu--dropdown-tablet_extra .elementor-nav-menu--main {
    display: none;
  }
}
@media (min-width: -1) {
  .elementor-nav-menu--dropdown-tablet_extra .elementor-menu-toggle,
  .elementor-nav-menu--dropdown-tablet_extra .elementor-nav-menu--dropdown {
    display: none;
  }
  .elementor-nav-menu--dropdown-tablet_extra
    nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
    overflow-y: hidden;
  }
}
.e-lottie__container {
  display: inline-block;
  max-width: var(--lottie-container-max-width);
  width: var(--lottie-container-width);
  opacity: var(--lottie-container-opacity);
}
.e-lottie__container:hover {
  opacity: var(--lottie-container-opacity-hover);
  transition-duration: var(--lottie-container-transition-duration-hover);
}
.e-lottie__container svg,
.e-lottie__container svg * {
  transition: none !important;
}
.e-lottie__caption {
  color: var(--caption-color);
  margin-top: var(--caption-margin-top);
  text-align: var(--caption-text-align);
}
@keyframes loadingOpacityAnimation {
  0%,
  to {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
}
[class*="elementor-widget-loop"] .elementor-page-title {
  display: initial;
}
.elementor-widget-n-menu {
  --n-menu-direction: column;
  --n-menu-wrapper-display: flex;
  --n-menu-content-display: flex;
  --n-menu-heading-display: flex;
  --n-menu-heading-justify-content: initial;
  --n-menu-title-color-normal: #1f2124;
  --n-menu-title-color-active: #58d0f5;
  --n-menu-icon-color: var(--n-menu-title-color-normal);
  --n-menu-icon-color-active: var(--n-menu-title-color-active);
  --n-menu-icon-color-hover: var(--n-menu-title-color-hover);
  --n-menu-title-normal-color-dropdown: var(--n-menu-title-color-normal);
  --n-menu-title-active-color-dropdown: var(--n-menu-title-color-active);
  --n-menu-title-hover-color-fallback: #1f2124;
  --n-menu-title-font-size: 1rem;
  --n-menu-title-justify-content: initial;
  --n-menu-title-flex-grow: initial;
  --n-menu-title-justify-content-mobile: initial;
  --n-menu-title-space-between: 0px;
  --n-menu-title-distance-from-content: 0px;
  --n-menu-title-color-hover: #1f2124;
  --n-menu-title-padding: 0.5rem 1rem;
  --n-menu-title-transition: 0.3s;
  --n-menu-title-line-height: 1.5;
  --n-menu-title-order: initial;
  --n-menu-title-direction: initial;
  --n-menu-title-align-items: center;
  --n-menu-toggle-align: center;
  --n-menu-toggle-icon-wrapper-animation-duration: 500ms;
  --n-menu-toggle-icon-hover-duration: 500ms;
  --n-menu-toggle-icon-size: 20px;
  --n-menu-toggle-icon-color: #1f2124;
  --n-menu-toggle-icon-color-hover: var(--n-menu-toggle-icon-color);
  --n-menu-toggle-icon-color-active: var(--n-menu-toggle-icon-color);
  --n-menu-toggle-icon-border-radius: initial;
  --n-menu-toggle-icon-padding: initial;
  --n-menu-toggle-icon-distance-from-dropdown: 0px;
  --n-menu-icon-align-items: center;
  --n-menu-icon-order: initial;
  --n-menu-icon-gap: 5px;
  --n-menu-dropdown-icon-gap: 5px;
  --n-menu-dropdown-indicator-size: initial;
  --n-menu-dropdown-indicator-rotate: initial;
  --n-menu-dropdown-indicator-space: initial;
  --n-menu-dropdown-indicator-color-normal: initial;
  --n-menu-dropdown-indicator-color-hover: initial;
  --n-menu-dropdown-indicator-color-active: initial;
  --n-menu-dropdown-content-max-width: initial;
  --n-menu-dropdown-content-box-border-color: #fff;
  --n-menu-dropdown-content-box-border-inline-start-width: medium;
  --n-menu-dropdown-content-box-border-block-end-width: medium;
  --n-menu-dropdown-content-box-border-block-start-width: medium;
  --n-menu-dropdown-content-box-border-inline-end-width: medium;
  --n-menu-dropdown-content-box-border-style: none;
  --n-menu-dropdown-headings-height: 0px;
  --n-menu-divider-border-width: var(--n-menu-divider-width, 2px);
  --n-menu-open-animation-duration: 500ms;
  --n-menu-heading-overflow-x: initial;
  --n-menu-heading-wrap: wrap;
  --stretch-width: 100%;
  --stretch-left: initial;
  --stretch-right: initial;
}
.elementor-widget-n-menu .e-n-menu {
  display: flex;
  flex-direction: column;
  position: relative;
}
.elementor-widget-n-menu .e-n-menu-wrapper {
  display: var(--n-menu-wrapper-display);
  flex-direction: column;
}
.elementor-widget-n-menu .e-n-menu-heading {
  display: var(--n-menu-heading-display);
  flex-direction: row;
  justify-content: var(--n-menu-heading-justify-content);
  row-gap: var(--n-menu-title-space-between);
  margin: initial;
  padding: initial;
  overflow-x: var(--n-menu-heading-overflow-x);
  flex-wrap: var(--n-menu-heading-wrap);
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.elementor-widget-n-menu .e-n-menu-heading::-webkit-scrollbar {
  display: none;
}
.elementor-widget-n-menu .e-n-menu-heading.e-scroll {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}
.elementor-widget-n-menu .e-n-menu-heading.e-scroll-active {
  position: relative;
}
.elementor-widget-n-menu .e-n-menu-heading.e-scroll-active:before {
  content: "";
  position: absolute;
  inset-block: 0;
  inset-inline: -1000vw;
  z-index: 2;
}
.elementor-widget-n-menu .e-n-menu-heading .e-n-menu-title {
  position: relative;
}
.elementor-widget-n-menu .e-n-menu-heading .e-n-menu-title:not(:last-child) {
  margin-inline-end: var(--n-menu-title-space-between);
}
.elementor-widget-n-menu
  .e-n-menu-heading
  .e-n-menu-title:not(:last-child):after {
  content: var(--n-menu-divider-content, none);
  border-inline-start-width: var(--n-menu-divider-border-width);
  border-inline-start-style: var(--n-menu-divider-style, solid);
  height: var(--n-menu-divider-height, 35%);
  border-color: var(--n-menu-divider-color, #000);
  align-self: center;
  position: absolute;
  right: calc(
    var(--n-menu-title-space-between) / 2 * -1 -
      var(--n-menu-divider-border-width) / 2
  );
}
.elementor-widget-n-menu .e-n-menu-heading .e-n-menu-title a:focus-visible,
.elementor-widget-n-menu
  .e-n-menu-heading
  .e-n-menu-title
  button:focus-visible {
  outline: 5px auto -webkit-focus-ring-color;
}
.elementor-widget-n-menu .e-n-menu-content {
  display: var(--n-menu-content-display);
  flex-direction: column;
  position: absolute;
  z-index: 2147483640;
  background-color: transparent;
  min-width: 0;
  width: var(--stretch-width);
  left: var(--stretch-left);
  right: var(--stretch-right);
}
.elementor-widget-n-menu .e-n-menu-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: var(--n-menu-title-padding);
  font-weight: 500;
  color: var(--n-menu-title-color-normal);
  justify-content: var(--n-menu-title-justify-content);
  flex-grow: var(--n-menu-title-flex-grow);
  border: #fff;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  margin: initial;
  gap: var(--n-menu-dropdown-indicator-space);
}
.elementor-widget-n-menu .e-n-menu-title-container {
  display: flex;
  flex-direction: var(--n-menu-title-direction);
  align-items: var(--n-menu-title-align-items);
  align-self: var(--n-menu-icon-align-items);
  gap: var(--n-menu-icon-gap);
  justify-content: var(--n-menu-title-justify-content);
}
.elementor-widget-n-menu .e-n-menu-title-text {
  display: flex;
  align-items: center;
  font-size: var(--n-menu-title-font-size);
  line-height: var(--n-menu-title-line-height);
  transition: all var(--n-menu-title-transition);
}
.elementor-widget-n-menu .e-n-menu-title-text.e-link {
  cursor: pointer;
}
.elementor-widget-n-menu .e-n-menu-title-text:not(.e-link),
.elementor-widget-n-menu .e-n-menu-title-text:not(.e-link) > span {
  cursor: default;
}
.elementor-widget-n-menu .e-n-menu-title .e-n-menu-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  order: var(--n-menu-icon-order);
}
.elementor-widget-n-menu .e-n-menu-title .e-n-menu-icon span {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0s;
}
.elementor-widget-n-menu .e-n-menu-title .e-n-menu-icon span i {
  font-size: var(--n-menu-icon-size, var(--n-menu-title-font-size));
  transition: all var(--n-menu-title-transition);
}
.elementor-widget-n-menu .e-n-menu-title .e-n-menu-icon span svg {
  fill: var(--n-menu-title-color-normal);
  width: var(--n-menu-icon-size, var(--n-menu-title-font-size));
  height: var(--n-menu-icon-size, var(--n-menu-title-font-size));
  transition: all var(--n-menu-title-transition);
}
.elementor-widget-n-menu .e-n-menu-title .e-n-menu-dropdown-icon {
  all: unset;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: flex;
  text-align: center;
  height: calc(var(--n-menu-title-font-size) * var(--n-menu-title-line-height));
  align-self: var(--n-menu-icon-align-items);
  justify-content: center;
  flex-direction: column;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline-start: var(--n-menu-dropdown-icon-gap);
  transition: all var(--n-menu-title-transition);
  transform: var(--n-menu-dropdown-indicator-rotate);
}
.elementor-widget-n-menu .e-n-menu-title .e-n-menu-dropdown-icon span i {
  font-size: var(
    --n-menu-dropdown-indicator-size,
    var(--n-menu-title-font-size)
  );
  width: var(--n-menu-dropdown-indicator-size, var(--n-menu-title-font-size));
  transition: all var(--n-menu-title-transition);
}
.elementor-widget-n-menu .e-n-menu-title .e-n-menu-dropdown-icon span svg {
  width: var(--n-menu-dropdown-indicator-size, var(--n-menu-title-font-size));
  height: var(--n-menu-dropdown-indicator-size, var(--n-menu-title-font-size));
  transition: all var(--n-menu-title-transition);
}
.elementor-widget-n-menu
  .e-n-menu-title:not(.e-current):not(:hover)
  .e-n-menu-title-container
  .e-n-menu-title-text {
  color: var(--n-menu-title-color-normal);
}
.elementor-widget-n-menu
  .e-n-menu-title:not(.e-current):not(:hover)
  .e-n-menu-icon
  i {
  color: var(--n-menu-icon-color);
}
.elementor-widget-n-menu
  .e-n-menu-title:not(.e-current):not(:hover)
  .e-n-menu-icon
  svg {
  fill: var(--n-menu-icon-color);
}
.elementor-widget-n-menu
  .e-n-menu-title:not(.e-current):not(:hover)
  .e-n-menu-dropdown-icon
  i {
  color: var(
    --n-menu-dropdown-indicator-color-normal,
    var(--n-menu-title-color-normal)
  );
}
.elementor-widget-n-menu
  .e-n-menu-title:not(.e-current):not(:hover)
  .e-n-menu-dropdown-icon
  svg {
  fill: var(
    --n-menu-dropdown-indicator-color-normal,
    var(--n-menu-title-color-normal)
  );
}
.elementor-widget-n-menu .e-n-menu-title:not(.e-current) .icon-active {
  transform: translateY(-100%);
  height: 0;
  opacity: 0;
}
.elementor-widget-n-menu .e-n-menu-title.e-current span > svg {
  fill: var(--n-menu-title-color-active);
}
.elementor-widget-n-menu .e-n-menu-title.e-current,
.elementor-widget-n-menu .e-n-menu-title.e-current a {
  color: var(--n-menu-title-color-active);
}
.elementor-widget-n-menu .e-n-menu-title.e-current .e-n-menu-icon span > i {
  color: var(--n-menu-icon-color-active);
}
.elementor-widget-n-menu .e-n-menu-title.e-current .e-n-menu-icon span > svg {
  fill: var(--n-menu-icon-color-active);
}
.elementor-widget-n-menu .e-n-menu-title.e-current .e-n-menu-dropdown-icon i {
  color: var(
    --n-menu-dropdown-indicator-color-active,
    var(--n-menu-title-color-active)
  );
}
.elementor-widget-n-menu .e-n-menu-title.e-current .e-n-menu-dropdown-icon svg {
  fill: var(
    --n-menu-dropdown-indicator-color-active,
    var(--n-menu-title-color-active)
  );
}
.elementor-widget-n-menu
  .e-n-menu-title:hover:not(.e-current)
  .e-n-menu-title-text:not(.e-link) {
  cursor: default;
}
.elementor-widget-n-menu .e-n-menu-title:hover:not(.e-current) svg {
  fill: var(
    --n-menu-title-color-hover,
    var(--n-menu-title-hover-color-fallback)
  );
}
.elementor-widget-n-menu .e-n-menu-title:hover:not(.e-current) i {
  color: var(
    --n-menu-title-color-hover,
    var(--n-menu-title-hover-color-fallback)
  );
}
.elementor-widget-n-menu .e-n-menu-title:hover:not(.e-current),
.elementor-widget-n-menu .e-n-menu-title:hover:not(.e-current) a {
  color: var(--n-menu-title-color-hover);
}
.elementor-widget-n-menu
  .e-n-menu-title:hover:not(.e-current)
  .e-n-menu-icon
  i {
  color: var(--n-menu-icon-color-hover);
}
.elementor-widget-n-menu
  .e-n-menu-title:hover:not(.e-current)
  .e-n-menu-icon
  svg {
  fill: var(--n-menu-icon-color-hover);
}
.elementor-widget-n-menu
  .e-n-menu-title:hover:not(.e-current)
  .e-n-menu-dropdown-icon
  i {
  color: var(
    --n-menu-dropdown-indicator-color-hover,
    var(--n-menu-title-color-hover)
  );
}
.elementor-widget-n-menu
  .e-n-menu-title:hover:not(.e-current)
  .e-n-menu-dropdown-icon
  svg {
  fill: var(
    --n-menu-dropdown-indicator-color-hover,
    var(--n-menu-title-color-hover)
  );
}
.elementor-widget-n-menu .e-n-menu-toggle {
  all: unset;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: none;
  align-self: var(--n-menu-toggle-align);
  position: relative;
  z-index: 1000;
}
.elementor-widget-n-menu .e-n-menu-toggle:focus-visible {
  outline: 5px auto -webkit-focus-ring-color;
}
.elementor-widget-n-menu .e-n-menu-toggle i {
  font-size: var(--n-menu-toggle-icon-size);
  color: var(--n-menu-toggle-icon-color);
  transition: all var(--n-menu-toggle-icon-hover-duration);
}
.elementor-widget-n-menu .e-n-menu-toggle svg {
  fill: var(--n-menu-toggle-icon-color);
  width: var(--n-menu-toggle-icon-size);
  height: auto;
  transition: all var(--n-menu-toggle-icon-hover-duration);
}
.elementor-widget-n-menu .e-n-menu-toggle span {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: var(--n-menu-toggle-icon-padding);
  border-radius: var(--n-menu-toggle-icon-border-radius);
}
.elementor-widget-n-menu .e-n-menu-toggle span.e-close {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.elementor-widget-n-menu .e-n-menu-toggle span.e-close svg {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.elementor-widget-n-menu .e-n-menu-toggle [class^="elementor-animation-"] {
  animation-duration: var(--n-menu-toggle-icon-wrapper-animation-duration);
  transition-duration: var(--n-menu-toggle-icon-wrapper-animation-duration);
}
.elementor-widget-n-menu .e-n-menu-toggle:hover i {
  color: var(--n-menu-toggle-icon-color-hover);
}
.elementor-widget-n-menu .e-n-menu-toggle:hover svg {
  fill: var(--n-menu-toggle-icon-color-hover);
}
.elementor-widget-n-menu .e-n-menu-toggle[aria-expanded="true"] .e-close {
  opacity: 1;
}
.elementor-widget-n-menu .e-n-menu-toggle[aria-expanded="true"] i {
  color: var(--n-menu-toggle-icon-color-active);
}
.elementor-widget-n-menu .e-n-menu-toggle[aria-expanded="true"] svg {
  fill: var(--n-menu-toggle-icon-color-active);
}
.elementor-widget-n-menu
  .e-n-menu:not([data-layout="dropdown"]):not(.content-above)
  .e-n-menu-content {
  top: 100%;
  z-index: 1;
}
.elementor-widget-n-menu
  .e-n-menu:not([data-layout="dropdown"]):not(.content-above)
  .e-n-menu-content.e-active {
  padding-block-start: var(--n-menu-title-distance-from-content);
  z-index: 2;
}
.elementor-widget-n-menu
  .e-n-menu:not([data-layout="dropdown"]).content-above
  .e-n-menu-content {
  bottom: 100%;
  z-index: 1;
}
.elementor-widget-n-menu
  .e-n-menu:not([data-layout="dropdown"]).content-above
  .e-n-menu-content.e-active {
  padding-block-end: var(--n-menu-title-distance-from-content);
  z-index: 2;
}
.elementor-widget-n-menu .e-n-menu[data-layout="dropdown"] {
  gap: 0;
}
.elementor-widget-n-menu .e-n-menu[data-layout="dropdown"] .e-n-menu-wrapper {
  min-width: 0;
  width: var(--stretch-width);
  flex-direction: column;
  position: absolute;
  z-index: 2147483640;
  background-color: transparent;
  top: 100%;
  left: var(--stretch-left);
  right: var(--stretch-right);
  border-inline-start: var(
    --n-menu-dropdown-content-box-border-width-inline-start
  );
  border-block-end: var(--n-menu-dropdown-content-box-border-width-block-end);
  border-block-start: var(
    --n-menu-dropdown-content-box-border-width-block-start
  );
  border-inline-end: var(--n-menu-dropdown-content-box-border-width-inline-end);
  border-style: var(--n-menu-dropdown-content-box-border-style);
  border-color: var(--n-menu-dropdown-content-box-border-color);
  border-radius: var(--n-menu-dropdown-content-box-border-radius);
  box-shadow: var(--n-menu-dropdown-content-box-shadow-horizontal)
    var(--n-menu-dropdown-content-box-shadow-vertical)
    var(--n-menu-dropdown-content-box-shadow-blur)
    var(--n-menu-dropdown-content-box-shadow-spread)
    var(--n-menu-dropdown-content-box-shadow-color)
    var(--n-menu-dropdown-content-box-shadow-position);
  max-height: var(--n-menu-dropdown-content-box-height);
  transition: max-height 0.3s;
  animation: hide-scroll 0.3s backwards;
  overflow-y: auto;
  overflow-x: hidden;
  margin-block-start: var(--n-menu-toggle-icon-distance-from-dropdown);
}
.elementor-widget-n-menu .e-n-menu[data-layout="dropdown"] .e-n-menu-title {
  justify-content: var(--n-menu-title-justify-content-mobile);
  width: auto;
  background-color: #fff;
  white-space: normal;
  order: var(--n-menu-title-order);
  margin-inline-end: 0;
}
.elementor-widget-n-menu
  .e-n-menu[data-layout="dropdown"]
  .e-n-menu-title:not(:first-child) {
  margin-block-start: var(--n-menu-title-space-between);
}
.elementor-widget-n-menu
  .e-n-menu[data-layout="dropdown"]
  .e-n-menu-title:not(.e-current)
  .e-n-menu-title-container
  .e-n-menu-title-text {
  color: var(--n-menu-title-normal-color-dropdown);
}
.elementor-widget-n-menu
  .e-n-menu[data-layout="dropdown"]
  .e-n-menu-title:not(.e-current)
  .e-n-menu-dropdown-icon
  i {
  color: var(
    --n-menu-dropdown-indicator-color-normal,
    var(--n-menu-title-normal-color-dropdown)
  );
}
.elementor-widget-n-menu
  .e-n-menu[data-layout="dropdown"]
  .e-n-menu-title:not(.e-current)
  .e-n-menu-dropdown-icon
  svg {
  fill: var(
    --n-menu-dropdown-indicator-color-normal,
    var(--n-menu-title-normal-color-dropdown)
  );
}
.elementor-widget-n-menu
  .e-n-menu[data-layout="dropdown"]
  .e-n-menu-title.e-current,
.elementor-widget-n-menu
  .e-n-menu[data-layout="dropdown"]
  .e-n-menu-title.e-current
  a {
  color: var(--n-menu-title-active-color-dropdown);
}
.elementor-widget-n-menu
  .e-n-menu[data-layout="dropdown"]
  .e-n-menu-title.e-current
  .e-n-menu-dropdown-icon
  i {
  color: var(
    --n-menu-dropdown-indicator-color-active,
    var(--n-menu-title-active-color-dropdown)
  );
}
.elementor-widget-n-menu
  .e-n-menu[data-layout="dropdown"]
  .e-n-menu-title.e-current
  .e-n-menu-dropdown-icon
  svg {
  fill: var(
    --n-menu-dropdown-indicator-color-active,
    var(--n-menu-title-active-color-dropdown)
  );
}
.elementor-widget-n-menu .e-n-menu[data-layout="dropdown"] .e-n-menu-content {
  overflow: hidden;
  width: auto;
  left: auto;
  right: auto;
  --n-menu-dropdown-content-max-width: initial;
}
.elementor-widget-n-menu
  .e-n-menu[data-layout="dropdown"]
  .e-n-menu-toggle[aria-expanded="true"]
  + .e-n-menu-wrapper {
  --n-menu-wrapper-display: flex;
}
.elementor-widget-n-menu.elementor-loading {
  pointer-events: none;
}
.elementor.elementor .elementor-widget-n-menu.e-n-menu-layout-dropdown {
  --n-menu-wrapper-display: none;
  --n-menu-heading-display: contents;
  --n-menu-content-display: contents;
}
.elementor.elementor
  .elementor-widget-n-menu.e-n-menu-layout-dropdown
  .e-n-menu-toggle {
  display: flex;
}
@media (max-width: 767px) {
  .elementor.elementor .elementor-widget-n-menu.e-n-menu-mobile {
    --n-menu-wrapper-display: none;
    --n-menu-heading-display: contents;
    --n-menu-content-display: contents;
  }
  .elementor.elementor
    .elementor-widget-n-menu.e-n-menu-mobile
    .e-n-menu-toggle {
    display: flex;
  }
}
@media (max-width: -1) {
  .elementor.elementor .elementor-widget-n-menu.e-n-menu-mobile_extra {
    --n-menu-wrapper-display: none;
    --n-menu-heading-display: contents;
    --n-menu-content-display: contents;
  }
  .elementor.elementor
    .elementor-widget-n-menu.e-n-menu-mobile_extra
    .e-n-menu-toggle {
    display: flex;
  }
}
@media (max-width: 1024px) {
  .elementor.elementor .elementor-widget-n-menu.e-n-menu-tablet {
    --n-menu-wrapper-display: none;
    --n-menu-heading-display: contents;
    --n-menu-content-display: contents;
  }
  .elementor.elementor
    .elementor-widget-n-menu.e-n-menu-tablet
    .e-n-menu-toggle {
    display: flex;
  }
}
@media (max-width: -1) {
  .elementor.elementor .elementor-widget-n-menu.e-n-menu-tablet_extra {
    --n-menu-wrapper-display: none;
    --n-menu-heading-display: contents;
    --n-menu-content-display: contents;
  }
  .elementor.elementor
    .elementor-widget-n-menu.e-n-menu-tablet_extra
    .e-n-menu-toggle {
    display: flex;
  }
}
@media (max-width: -1) {
  .elementor.elementor .elementor-widget-n-menu.e-n-menu-laptop {
    --n-menu-wrapper-display: none;
    --n-menu-heading-display: contents;
    --n-menu-content-display: contents;
  }
  .elementor.elementor
    .elementor-widget-n-menu.e-n-menu-laptop
    .e-n-menu-toggle {
    display: flex;
  }
}
@keyframes hide-scroll {
  0%,
  to {
    overflow: hidden;
  }
}
.elementor-widget-n-carousel {
  --e-n-carousel-slides-to-show: 3;
  --e-n-carousel-swiper-slides-gap: 10px;
  --e-n-carousel-swiper-slides-to-display: 3;
  --e-n-carousel-swiper-pagination-size: 0;
  --e-n-carousel-swiper-pagination-spacing: 10px;
  --e-n-carousel-swiper-offset-size: 0;
  height: -moz-fit-content;
  height: fit-content;
  --e-n-carousel-arrow-prev-top-align: 50%;
  --e-n-carousel-arrow-prev-top-position: 0px;
  --e-n-carousel-arrow-prev-caption-spacing: 15px;
  --e-n-carousel-arrow-next-top-align: 50%;
  --e-n-carousel-arrow-next-top-position: 0px;
  --e-n-carousel-arrow-next-caption-spacing: 15px;
  --e-n-carousel-arrow-prev-left-align: 0px;
  --e-n-carousel-arrow-prev-left-position: 0px;
  --e-n-carousel-arrow-next-right-align: 0px;
  --e-n-carousel-arrow-next-right-position: 0px;
  --e-n-carousel-arrow-next-translate-x: 0px;
  --e-n-carousel-arrow-next-translate-y: 0px;
  --e-n-carousel-arrow-prev-translate-x: 0px;
  --e-n-carousel-arrow-prev-translate-y: 0px;
  --e-n-carousel-swiper-padding-bottom: calc(
    var(--e-n-carousel-swiper-pagination-size) +
      var(--e-n-carousel-swiper-pagination-spacing)
  );
  --e-n-carousel-dots-vertical-position: 100%;
  --e-n-carousel-dots-vertical-offset: 0px;
  --e-n-carousel-dots-horizontal-position: 50%;
  --e-n-carousel-dots-horizontal-offset: 0px;
  --e-n-carousel-dots-horizontal-transform: -50%;
  --e-n-carousel-dots-vertical-transform: -100%;
  --e-n-carousel-fraction-vertical-position: 100%;
  --e-n-carousel-fraction-vertical-offset: 0px;
  --e-n-carousel-fraction-horizontal-position: 50%;
  --e-n-carousel-fraction-horizontal-offset: 0px;
  --e-n-carousel-fraction-horizontal-transform: -50%;
  --e-n-carousel-fraction-vertical-transform: -100%;
  --e-n-carousel-horizontal-transform-modifier: 1;
}
.elementor-widget-n-carousel .e-n-carousel {
  display: flex;
  min-width: 0;
}
.elementor-widget-n-carousel .e-n-carousel.offset-left {
  padding-inline-start: var(--e-n-carousel-swiper-offset-size, 0);
}
.elementor-widget-n-carousel .e-n-carousel.offset-right {
  padding-inline-end: var(--e-n-carousel-swiper-offset-size, 0);
}
.elementor-widget-n-carousel .e-n-carousel > .swiper-wrapper > .swiper-slide {
  flex-shrink: 0;
  height: var(--e-n-carousel-slide-height, initial);
}
.elementor-widget-n-carousel
  .elementor-swiper-button.elementor-swiper-button-next {
  font-size: var(--e-n-carousel-arrow-size, 25px);
  color: var(--e-n-carousel-arrow-normal-color, hsla(0, 0%, 93.3%, 0.9));
  border-style: var(--e-n-carousel-arrow-normal-border-type);
  transition-duration: 0.25s;
  z-index: 2;
}
.elementor-widget-n-carousel
  .elementor-swiper-button.elementor-swiper-button-next
  svg {
  fill: var(--e-n-carousel-arrow-normal-color, hsla(0, 0%, 93.3%, 0.9));
}
.elementor-widget-n-carousel
  .elementor-swiper-button.elementor-swiper-button-next:hover {
  color: var(--e-n-carousel-arrow-hover-color, hsla(0, 0%, 93.3%, 0.9));
  border-style: var(--e-n-carousel-arrow-hover-border-type);
}
.elementor-widget-n-carousel
  .elementor-swiper-button.elementor-swiper-button-next:hover
  svg {
  fill: var(--e-n-carousel-arrow-hover-color, hsla(0, 0%, 93.3%, 0.9));
}
.elementor-widget-n-carousel.elementor-element
  :is(.swiper, .swiper-container)
  ~ .elementor-swiper-button-next {
  top: calc(
    var(--e-n-carousel-arrow-next-top-align) +
      var(--e-n-carousel-arrow-next-top-position) -
      var(--e-n-carousel-arrow-next-caption-spacing)
  );
  right: calc(
    var(--e-n-carousel-arrow-next-right-align) +
      var(--e-n-carousel-arrow-next-right-position)
  );
  transform: translate(
    var(--e-n-carousel-arrow-next-translate-x),
    var(--e-n-carousel-arrow-next-translate-y)
  );
}
.elementor-widget-n-carousel.elementor-element
  :is(.swiper, .swiper-container)
  ~ .elementor-swiper-button-prev {
  top: calc(
    var(--e-n-carousel-arrow-prev-top-align) +
      var(--e-n-carousel-arrow-prev-top-position) -
      var(--e-n-carousel-arrow-prev-caption-spacing)
  );
  left: calc(
    var(--e-n-carousel-arrow-prev-left-align) +
      var(--e-n-carousel-arrow-prev-left-position)
  );
  transform: translate(
    var(--e-n-carousel-arrow-prev-translate-x),
    var(--e-n-carousel-arrow-prev-translate-y)
  );
}
.swiper-container:not(.swiper-container-initialized) > .swiper-wrapper,
.swiper:not(.swiper-initialized) > .swiper-wrapper {
  gap: var(--e-n-carousel-swiper-slides-gap);
  overflow: hidden;
}
.swiper-container:not(.swiper-container-initialized)
  > .swiper-wrapper
  > .swiper--slide,
.swiper:not(.swiper-initialized) > .swiper-wrapper > .swiper--slide {
  --e-n-carousel-number-of-gaps: max(
    calc(var(--e-n-carousel-swiper-slides-to-display) - 1),
    0
  );
  --e-n-carousel-gaps-width-total: calc(
    var(--e-n-carousel-number-of-gaps) * var(--e-n-carousel-swiper-slides-gap)
  );
  max-width: calc(
    (100% - var(--e-n-carousel-gaps-width-total)) /
      var(--e-n-carousel-swiper-slides-to-display, 1)
  );
}
.elementor-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.elementor-button .elementor-button-content-wrapper,
.elementor-form .elementor-button > span {
  flex-grow: 1;
}
.elementor-button,
a.elementor-button:visited {
  color: var(--the7-btn-color);
  background: var(--the7-btn-bg, #999);
  border-color: var(--the7-btn-border-color);
  border-style: solid;
  border-width: 0;
  font-family: var(--the7-base-font-family);
  font-weight: var(--the7-base-font-weight);
}
.box-hover:hover .elementor-button,
.box-hover:hover a.elementor-button:visited,
.elementor-button:focus,
.elementor-button:hover,
a.elementor-button:visited:focus,
a.elementor-button:visited:hover {
  color: var(--the7-btn-hover-color);
  background: var(--the7-btn-hover-bg, #666);
  border-color: var(--the7-btn-border-hover-color);
}
.elementor-100290
  .elementor-element.elementor-element-37e9a2a:not(
    .elementor-motion-effects-element-type-background
  ) {
  background-color: var(--e-global-color-el_color_0);
  background-image: url(./assets/ju_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.elementor-100290 .elementor-element.elementor-element-37e9a2a {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}
.elementor-100290
  .elementor-element.elementor-element-1956ce10.elementor-column
  > .elementor-widget-wrap {
  justify-content: center;
}
.elementor-100290
  .elementor-element.elementor-element-1956ce10
  > .elementor-element-populated {
  margin: 50px 0 50px 0;
  --e-column-margin-right: 0px;
  --e-column-margin-left: 0px;
  padding: 0;
}
@media only screen and (max-width: 1024px) {
  .elementor-100290
    .elementor-element.elementor-element-1956ce10
    > .elementor-element-populated {
    margin: 20px 0 20px 0;
  }
}

.elementor-100290
  .elementor-element.elementor-element-523a40e
  > .elementor-widget-container {
  padding: 0 0 50px 0;
}
.elementor-100290
  .elementor-element.elementor-element-d053afd
  .elementor-countdown-item {
  background-color: #122d4b;
  border-radius: 20px 20px 20px 20px;
  padding: 30px 30px 30px 30px;
}
body:not(.rtl)
  .elementor-100290
  .elementor-element.elementor-element-d053afd
  .elementor-countdown-item:not(:first-of-type) {
  margin-left: calc(30px / 2);
}
body:not(.rtl)
  .elementor-100290
  .elementor-element.elementor-element-d053afd
  .elementor-countdown-item:not(:last-of-type) {
  margin-right: calc(30px / 2);
}
body.rtl
  .elementor-100290
  .elementor-element.elementor-element-d053afd
  .elementor-countdown-item:not(:first-of-type) {
  margin-right: calc(30px / 2);
}
body.rtl
  .elementor-100290
  .elementor-element.elementor-element-d053afd
  .elementor-countdown-item:not(:last-of-type) {
  margin-left: calc(30px / 2);
}
.elementor-100290
  .elementor-element.elementor-element-d053afd
  .elementor-countdown-digits {
  color: #ffbf00;
  font-family: "LEMON MILK", sans-serif;
  font-size: 60px;
  font-weight: 700;
  text-transform: none;
  font-style: italic;
  line-height: 1.3em;
}
.elementor-100290
  .elementor-element.elementor-element-d053afd
  .elementor-countdown-label {
  color: #ffbf00;
  font-family: "LEMON MILK", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: none;
  font-style: italic;
  line-height: 1.6em;
  -webkit-text-stroke-color: #000;
  stroke: #000;
}
.elementor-100290
  .elementor-element.elementor-element-d053afd
  > .elementor-widget-container {
  padding: 0 0 50px 0;
}
.elementor-100290 .elementor-element.elementor-element-d83d86c .box-content {
  align-items: flex-start;
  text-align: left;
}
.elementor-100290
  .elementor-element.elementor-element-d83d86c
  .the7-box-wrapper {
  align-items: flex-start;
  align-content: flex-start;
  border-radius: 20px 20px 20px 20px;
  padding: 50px 50px 50px 50px;
  background: #122d4b;
}
.elementor-100290
  .elementor-element.elementor-element-d83d86c
  .box-content-wrapper {
  flex-flow: row nowrap;
}
.elementor-100290
  .elementor-element.elementor-element-d83d86c
  .elementor-icon-div {
  align-self: flex-start;
}
.elementor-100290 .elementor-element.elementor-element-d83d86c {
  --icon-spacing: 15px;
}
.elementor-100290
  .elementor-element.elementor-element-d83d86c
  .the7-box-wrapper
  .box-heading,
.elementor-100290
  .elementor-element.elementor-element-d83d86c
  .the7-box-wrapper
  .box-heading
  a {
  font-family: "LEMON MILK", sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #ffbf00;
}
.elementor-100290
  .elementor-element.elementor-element-d83d86c
  .box-description {
  font-family: Ubuntu, sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  margin-top: 10px;
}
.elementor-100290
  .elementor-element.elementor-element-d83d86c
  > .elementor-widget-container {
  padding: 0 0 50px 0;
}
.elementor-100290 .elementor-element.elementor-element-285c719 .box-content {
  align-items: flex-start;
  text-align: left;
}
.elementor-100290
  .elementor-element.elementor-element-285c719
  .the7-box-wrapper {
  align-items: flex-start;
  align-content: flex-start;
  border-radius: 20px 20px 20px 20px;
  padding: 50px 50px 50px 50px;
  background: #122d4b;
}
.elementor-100290
  .elementor-element.elementor-element-285c719
  .box-content-wrapper {
  flex-flow: row nowrap;
}
.elementor-100290
  .elementor-element.elementor-element-285c719
  .elementor-icon-div {
  align-self: flex-start;
}
.elementor-100290 .elementor-element.elementor-element-285c719 {
  --icon-spacing: 15px;
}
.elementor-100290
  .elementor-element.elementor-element-285c719
  .the7-box-wrapper
  .box-heading,
.elementor-100290
  .elementor-element.elementor-element-285c719
  .the7-box-wrapper
  .box-heading
  a {
  font-family: "LEMON MILK", sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #ffbf00;
  word-wrap: break-word;
  hyphens: auto;
  -webkit-hyphens: auto;
}
.elementor-100290
  .elementor-element.elementor-element-285c719
  .box-description {
  font-family: Ubuntu, sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  margin-top: 10px;
}
.elementor-100290
  .elementor-element.elementor-element-285c719
  > .elementor-widget-container {
  padding: 0;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .elementor-100290 .elementor-element.elementor-element-1956ce10 {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .elementor-100290
    .elementor-element.elementor-element-37e9a2a:not(
      .elementor-motion-effects-element-type-background
    ) {
    background-attachment: fixed;
  }
}
@media (max-width: 1024px) {
  body:not(.rtl)
    .elementor-100290
    .elementor-element.elementor-element-d053afd
    .elementor-countdown-item:not(:first-of-type) {
    margin-left: calc(20px / 2);
  }
  body:not(.rtl)
    .elementor-100290
    .elementor-element.elementor-element-d053afd
    .elementor-countdown-item:not(:last-of-type) {
    margin-right: calc(20px / 2);
  }
  body.rtl
    .elementor-100290
    .elementor-element.elementor-element-d053afd
    .elementor-countdown-item:not(:first-of-type) {
    margin-right: calc(20px / 2);
  }
  body.rtl
    .elementor-100290
    .elementor-element.elementor-element-d053afd
    .elementor-countdown-item:not(:last-of-type) {
    margin-left: calc(20px / 2);
  }
  .elementor-100290
    .elementor-element.elementor-element-d053afd
    .elementor-countdown-item {
    padding: 20px 20px 20px 20px;
  }
  .elementor-100290
    .elementor-element.elementor-element-d053afd
    .elementor-countdown-digits {
    font-size: 40px;
  }
  .elementor-100290
    .elementor-element.elementor-element-d83d86c.icon-position-tablet-left
    .elementor-icon-div {
    margin: 0 var(--icon-spacing) 0 0;
  }
  .elementor-100290
    .elementor-element.elementor-element-d83d86c.icon-position-tablet-right
    .elementor-icon-div {
    margin: 0 0 0 var(--icon-spacing);
  }
  .elementor-100290
    .elementor-element.elementor-element-d83d86c.icon-position-tablet-top
    .elementor-icon-div {
    margin: 0 0 var(--icon-spacing) 0;
  }
  .elementor-100290
    .elementor-element.elementor-element-285c719.icon-position-tablet-left
    .elementor-icon-div {
    margin: 0 var(--icon-spacing) 0 0;
  }
  .elementor-100290
    .elementor-element.elementor-element-285c719.icon-position-tablet-right
    .elementor-icon-div {
    margin: 0 0 0 var(--icon-spacing);
  }
  .elementor-100290
    .elementor-element.elementor-element-285c719.icon-position-tablet-top
    .elementor-icon-div {
    margin: 0 0 var(--icon-spacing) 0;
  }
}
@media (max-width: 767px) {
  body:not(.rtl)
    .elementor-100290
    .elementor-element.elementor-element-d053afd
    .elementor-countdown-item:not(:first-of-type) {
    margin-left: calc(5px / 2);
  }
  body:not(.rtl)
    .elementor-100290
    .elementor-element.elementor-element-d053afd
    .elementor-countdown-item:not(:last-of-type) {
    margin-right: calc(5px / 2);
  }
  body.rtl
    .elementor-100290
    .elementor-element.elementor-element-d053afd
    .elementor-countdown-item:not(:first-of-type) {
    margin-right: calc(5px / 2);
  }
  body.rtl
    .elementor-100290
    .elementor-element.elementor-element-d053afd
    .elementor-countdown-item:not(:last-of-type) {
    margin-left: calc(5px / 2);
  }
  .elementor-100290
    .elementor-element.elementor-element-d053afd
    .elementor-countdown-item {
    padding: 10px 10px 10px 10px;
  }
  .elementor-100290
    .elementor-element.elementor-element-d053afd
    .elementor-countdown-digits {
    font-size: 30px;
  }
  .elementor-100290
    .elementor-element.elementor-element-d83d86c.icon-position-mobile-left
    .elementor-icon-div {
    margin: 0 var(--icon-spacing) 0 0;
  }
  .elementor-100290
    .elementor-element.elementor-element-d83d86c.icon-position-mobile-right
    .elementor-icon-div {
    margin: 0 0 0 var(--icon-spacing);
  }
  .elementor-100290
    .elementor-element.elementor-element-d83d86c.icon-position-mobile-top
    .elementor-icon-div {
    margin: 0 0 var(--icon-spacing) 0;
  }
  .elementor-100290
    .elementor-element.elementor-element-285c719.icon-position-mobile-left
    .elementor-icon-div {
    margin: 0 var(--icon-spacing) 0 0;
  }
  .elementor-100290
    .elementor-element.elementor-element-285c719.icon-position-mobile-right
    .elementor-icon-div {
    margin: 0 0 0 var(--icon-spacing);
  }
  .elementor-100290
    .elementor-element.elementor-element-285c719.icon-position-mobile-top
    .elementor-icon-div {
    margin: 0 0 var(--icon-spacing) 0;
  }
}
@media screen and (max-width: 1024px) {
  .icon-position-tablet-right
    .the7_icon_box_widget-d83d86c.the7-box-wrapper
    .elementor-icon-div {
    order: 2;
  }
  .icon-position-tablet-left
    .the7_icon_box_widget-d83d86c.the7-box-wrapper
    .elementor-icon-div,
  .icon-position-tablet-top
    .the7_icon_box_widget-d83d86c.the7-box-wrapper
    .elementor-icon-div {
    order: 0;
  }
  .icon-position-tablet-top
    .the7_icon_box_widget-d83d86c.the7-box-wrapper
    .box-content-wrapper {
    flex-wrap: wrap;
  }
  .icon-vertical-align-tablet-start.icon-position-tablet-top
    .the7_icon_box_widget-d83d86c.the7-box-wrapper
    .box-content-wrapper {
    justify-content: flex-start;
  }
  .icon-vertical-align-tablet-center.icon-position-tablet-top
    .the7_icon_box_widget-d83d86c.the7-box-wrapper
    .box-content-wrapper {
    justify-content: center;
  }
  .icon-vertical-align-tablet-end.icon-position-tablet-top
    .the7_icon_box_widget-d83d86c.the7-box-wrapper
    .box-content-wrapper {
    justify-content: flex-end;
  }
  .icon-position-tablet-left
    .the7_icon_box_widget-d83d86c.the7-box-wrapper
    .box-content-wrapper,
  .icon-position-tablet-right
    .the7_icon_box_widget-d83d86c.the7-box-wrapper
    .box-content-wrapper {
    flex-wrap: inherit;
  }
  .icon-position-tablet-left .the7_icon_box_widget-d83d86c.the7-box-wrapper,
  .icon-position-tablet-right .the7_icon_box_widget-d83d86c.the7-box-wrapper {
    flex-wrap: unset;
  }
}
@media screen and (max-width: 767px) {
  .icon-position-mobile-right
    .the7_icon_box_widget-d83d86c.the7-box-wrapper
    .elementor-icon-div {
    order: 2;
  }
  .icon-position-mobile-top
    .the7_icon_box_widget-d83d86c.the7-box-wrapper
    .box-content-wrapper {
    flex-wrap: wrap;
  }
  .icon-position-mobile-left
    .the7_icon_box_widget-d83d86c.the7-box-wrapper
    .elementor-icon-div,
  .icon-position-mobile-top
    .the7_icon_box_widget-d83d86c.the7-box-wrapper
    .elementor-icon-div {
    order: 0;
  }
  .icon-vertical-align-mobile-start.icon-position-mobile-top
    .the7_icon_box_widget-d83d86c.the7-box-wrapper
    .box-content-wrapper {
    justify-content: flex-start;
  }
  .icon-vertical-align-mobile-center.icon-position-mobile-top
    .the7_icon_box_widget-d83d86c.the7-box-wrapper
    .box-content-wrapper {
    justify-content: center;
  }
  .icon-vertical-align-mobile-end.icon-position-mobile-top
    .the7_icon_box_widget-d83d86c.the7-box-wrapper
    .box-content-wrapper {
    justify-content: flex-end;
  }
  .icon-position-mobile-left
    .the7_icon_box_widget-d83d86c.the7-box-wrapper
    .box-content-wrapper,
  .icon-position-mobile-right
    .the7_icon_box_widget-d83d86c.the7-box-wrapper
    .box-content-wrapper {
    flex-wrap: inherit;
  }
  .icon-position-mobile-left .the7_icon_box_widget-d83d86c.the7-box-wrapper,
  .icon-position-mobile-right .the7_icon_box_widget-d83d86c.the7-box-wrapper {
    flex-wrap: unset;
  }
}
@media screen and (max-width: 1024px) {
  .icon-position-tablet-right
    .the7_icon_box_widget-285c719.the7-box-wrapper
    .elementor-icon-div {
    order: 2;
  }
  .icon-position-tablet-left
    .the7_icon_box_widget-285c719.the7-box-wrapper
    .elementor-icon-div,
  .icon-position-tablet-top
    .the7_icon_box_widget-285c719.the7-box-wrapper
    .elementor-icon-div {
    order: 0;
  }
  .icon-position-tablet-top
    .the7_icon_box_widget-285c719.the7-box-wrapper
    .box-content-wrapper {
    flex-wrap: wrap;
  }
  .icon-vertical-align-tablet-start.icon-position-tablet-top
    .the7_icon_box_widget-285c719.the7-box-wrapper
    .box-content-wrapper {
    justify-content: flex-start;
  }
  .icon-vertical-align-tablet-center.icon-position-tablet-top
    .the7_icon_box_widget-285c719.the7-box-wrapper
    .box-content-wrapper {
    justify-content: center;
  }
  .icon-vertical-align-tablet-end.icon-position-tablet-top
    .the7_icon_box_widget-285c719.the7-box-wrapper
    .box-content-wrapper {
    justify-content: flex-end;
  }
  .icon-position-tablet-left
    .the7_icon_box_widget-285c719.the7-box-wrapper
    .box-content-wrapper,
  .icon-position-tablet-right
    .the7_icon_box_widget-285c719.the7-box-wrapper
    .box-content-wrapper {
    flex-wrap: inherit;
  }
  .icon-position-tablet-left .the7_icon_box_widget-285c719.the7-box-wrapper,
  .icon-position-tablet-right .the7_icon_box_widget-285c719.the7-box-wrapper {
    flex-wrap: unset;
  }
}
@media screen and (max-width: 767px) {
  .icon-position-mobile-right
    .the7_icon_box_widget-285c719.the7-box-wrapper
    .elementor-icon-div {
    order: 2;
  }
  .icon-position-mobile-top
    .the7_icon_box_widget-285c719.the7-box-wrapper
    .box-content-wrapper {
    flex-wrap: wrap;
  }
  .icon-position-mobile-left
    .the7_icon_box_widget-285c719.the7-box-wrapper
    .elementor-icon-div,
  .icon-position-mobile-top
    .the7_icon_box_widget-285c719.the7-box-wrapper
    .elementor-icon-div {
    order: 0;
  }
  .icon-vertical-align-mobile-start.icon-position-mobile-top
    .the7_icon_box_widget-285c719.the7-box-wrapper
    .box-content-wrapper {
    justify-content: flex-start;
  }
  .icon-vertical-align-mobile-center.icon-position-mobile-top
    .the7_icon_box_widget-285c719.the7-box-wrapper
    .box-content-wrapper {
    justify-content: center;
  }
  .icon-vertical-align-mobile-end.icon-position-mobile-top
    .the7_icon_box_widget-285c719.the7-box-wrapper
    .box-content-wrapper {
    justify-content: flex-end;
  }
  .icon-position-mobile-left
    .the7_icon_box_widget-285c719.the7-box-wrapper
    .box-content-wrapper,
  .icon-position-mobile-right
    .the7_icon_box_widget-285c719.the7-box-wrapper
    .box-content-wrapper {
    flex-wrap: inherit;
  }
  .icon-position-mobile-left .the7_icon_box_widget-285c719.the7-box-wrapper,
  .icon-position-mobile-right .the7_icon_box_widget-285c719.the7-box-wrapper {
    flex-wrap: unset;
  }
}
@font-face {
  font-family: "LEMON MILK";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(./wp-content/uploads/2024/04/LEMONMILK-Regular.ttf)
    format("truetype");
}
@font-face {
  font-family: "LEMON MILK";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(./wp-content/uploads/2024/04/LEMONMILK-Medium.ttf) format("truetype");
}
@font-face {
  font-family: "LEMON MILK";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(./wp-content/uploads/2024/04/LEMONMILK-Light.ttf) format("truetype");
}
@font-face {
  font-family: "LEMON MILK";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(./wp-content/uploads/2024/04/LEMONMILK-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "LEMON MILK";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(./wp-content/uploads/2024/04/LEMONMILK-BoldItalic.ttf)
    format("truetype");
}
@font-face {
  font-family: "LEMON MILK";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(./wp-content/uploads/2024/04/LEMONMILK-LightItalic.ttf)
    format("truetype");
}
@font-face {
  font-family: "LEMON MILK";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(./wp-content/uploads/2024/04/LEMONMILK-MediumItalic.ttf)
    format("truetype");
}
@font-face {
  font-family: "LEMON MILK";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(./wp-content/uploads/2024/04/LEMONMILK-RegularItalic.ttf)
    format("truetype");
}
.elementor-100246
  .elementor-element.elementor-element-d1f51fd
  > .elementor-container {
  min-height: 100px;
}
.elementor-100246
  .elementor-element.elementor-element-d1f51fd:not(
    .elementor-motion-effects-element-type-background
  ) {
  background-color: #1e4066;
}
.elementor-100246 .elementor-element.elementor-element-d1f51fd {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 0 30px 0 0;
  z-index: 999;
}
.elementor-100246
  .elementor-element.elementor-element-d1f51fd:not(
    .the7-e-sticky-spacer
  ).the7-e-sticky-effects
  > .elementor-container,
.the7-e-sticky-effects:not(.the7-e-sticky-spacer)
  .elementor-element.elementor-element-d1f51fd:not(.fix)
  > .elementor-container {
  min-height: 70px;
}
.elementor-element-d1f51fd > .elementor-container {
  min-height: 0;
}
.elementor-100246
  .elementor-element.elementor-element-d1f51fd.e-container.the7-e-sticky-effects:not(
    .the7-e-sticky-spacer
  ) {
  --min-height: 70px;
}
div.elementor-100246 .elementor-element.elementor-element-48daf823 {
  max-width: fit-content;
  flex: 0 1 fit-content;
  min-width: initial;
}
.elementor-100246
  .elementor-element.elementor-element-48daf823
  > .elementor-element-populated {
  margin: 0 0 0 30px;
  --e-column-margin-right: 0px;
  --e-column-margin-left: 30px;
}
.elementor-100246 .elementor-element.elementor-element-59e3d009 {
  text-align: left;
}
.elementor-100246 .elementor-element.elementor-element-59e3d009 img,
.elementor-100246 .elementor-element.elementor-element-59e3d009 svg {
  max-width: 250px;
}
.elementor-100246 .elementor-element.elementor-element-59e3d009 svg {
  height: auto;
}
div.elementor-100246 .elementor-element.elementor-element-2c4e72e5 {
  max-width: initial;
  flex: 1 0 0%;
  min-width: 25px;
}
.elementor-100246
  .elementor-element.elementor-element-2c4e72e5.elementor-column
  > .elementor-widget-wrap {
  justify-content: flex-end;
}
.elementor-100246
  .elementor-element.elementor-element-76fff936
  .dt-nav-menu-horizontal
  li.depth-0
  > a,
.elementor-100246
  .elementor-element.elementor-element-76fff936
  .dt-nav-menu-horizontal--main
  .horizontal-sub-nav {
  --icon-display: none;
  --icon-column-gap: 0px;
  --icon-column-width: 0px;
}
.elementor-100246
  .elementor-element.elementor-element-76fff936.horizontal-menu--dropdown-desktop
  .horizontal-menu-wrap:not(.horizontal-menu-dropdown)
  > .horizontal-menu-toggle {
  display: inline-flex;
}
.elementor-100246
  .elementor-element.elementor-element-76fff936.horizontal-menu--dropdown-desktop
  .horizontal-menu-wrap:not(.horizontal-menu-dropdown)
  > .dt-nav-menu-horizontal--main {
  display: none;
}
.elementor-100246
  .elementor-element.elementor-element-76fff936.horizontal-menu--dropdown-desktop
  .horizontal-menu-wrap.horizontal-menu-dropdown
  > .dt-nav-menu-horizontal--main {
  display: inline-flex;
}
.elementor-100246 .elementor-element.elementor-element-76fff936 {
  --grid-row-gap: 40px;
  --sub-menu-gap: 0px;
  --sub-menu-right-gap: 0px;
  --sub-menu-left-gap: 0px;
  --sub-menu-bottom-gap: 0px;
  --submenu-padding-top: 15px;
  --submenu-padding-right: 15px;
  --submenu-padding-bottom: 15px;
  --submenu-padding-left: 15px;
  --submenu-item-color: var(--e-global-color-el_color_7);
}
.elementor-100246
  .elementor-element.elementor-element-76fff936
  .dt-nav-menu-horizontal
  > li:not(.item-divider):not(:first-child):not(:last-child) {
  padding-left: calc(40px / 2);
  padding-right: calc(40px / 2);
}
.elementor-100246
  .elementor-element.elementor-element-76fff936
  .dt-nav-menu-horizontal {
  min-height: 50px;
  --decoration-height: 2px;
}
.the7-e-sticky-effects
  .elementor-element.elementor-element-76fff936
  .dt-nav-menu-horizontal {
  min-height: 70px;
}
.elementor-100246
  .elementor-element.elementor-element-76fff936
  .dt-nav-menu-horizontal
  > li
  > a
  .menu-item-text {
  font-family: "LEMON MILK", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: none;
  font-style: normal;
  text-decoration: none;
  line-height: 1.4em;
  letter-spacing: 0;
}
.elementor-100246
  .elementor-element.elementor-element-76fff936
  .dt-nav-menu-horizontal
  > li
  > a {
  padding: 5px 0 5px 0;
  color: #ffbf00;
}
.elementor-100246
  .elementor-element.elementor-element-76fff936
  .dt-nav-menu-horizontal
  > li
  > a
  svg {
  fill: #ffbf00;
  color: #ffbf00;
}
.elementor-100246
  .elementor-element.elementor-element-76fff936
  .dt-nav-menu-horizontal
  > li
  > a:after {
  height: 2px;
}
.elementor-100246
  .elementor-element.elementor-element-76fff936
  .dt-nav-menu-horizontal
  > li:not(.act)
  > a:hover:after {
  background: #ffbf00;
}
.elementor-100246
  .elementor-element.elementor-element-76fff936
  .dt-nav-menu-horizontal
  li.depth-0
  > a {
  --icon-margin: 0 var(--icon-column-gap) 0 0;
  --icon-grid-template: " icon before" " icon header " " icon subtitle "
    " icon empty";
  --icon-grid-columns: max(var(--icon-column-width, 1em), max-content)
    max-content;
  --column-gap: var(--icon-column-gap);
  --row-gap: 0px;
  --icon-column-spacing: 5px;
  --icon-column-size: 16px;
}
.elementor-100246
  .elementor-element.elementor-element-76fff936
  .dt-nav-menu-horizontal
  li.menu-item.depth-0
  > a
  .menu-item-text
  > i {
  font-size: 16px;
}
.elementor-100246
  .elementor-element.elementor-element-76fff936
  .dt-nav-menu-horizontal
  li.menu-item.depth-0
  > a
  .menu-item-text
  > img,
.elementor-100246
  .elementor-element.elementor-element-76fff936
  .dt-nav-menu-horizontal
  li.menu-item.depth-0
  > a
  .menu-item-text
  > svg {
  width: 16px !important;
  height: 16px !important;
}
.elementor-100246
  .elementor-element.elementor-element-76fff936
  .horizontal-menu-dropdown
  .dt-nav-menu-horizontal--main {
  top: calc(100% + 0px);
  padding: 15px 15px 15px 15px;
}
.elementor-100246
  .elementor-element.elementor-element-76fff936
  .horizontal-menu-wrap {
  --position: relative;
  --width: var(--sub-menu-width);
  --sub-width: 100%;
  --sub-left: 0px;
  --sub-paddings: calc(
      var(--sub-menu-gap, 0px) + var(--submenu-padding-top, 0px)
    )
    var(--submenu-padding-right, 20px) var(--submenu-padding-bottom, 20px)
    var(--submenu-padding-left, 20px);
  --sub-margins: 0 var(--sub-menu-right-gap, 0px) 0
    var(--sub-menu-left-gap, 0px);
  --left: calc(var(--first-level-submenu-offset));
  --right: auto;
  --first-item-offset: 0px;
  --last-item-offset: auto;
  --submenu-max-width: var(--default-submenu-max-width);
}
.elementor-100246
  .elementor-element.elementor-element-76fff936
  .dt-nav-menu-horizontal
  .depth-0
  > .horizontal-sub-nav {
  --position: relative;
  --width: var(--sub-menu-width);
  --sub-width: 100%;
  --sub-left: 0px;
  --sub-paddings: calc(
      var(--sub-menu-gap, 0px) + var(--submenu-padding-top, 0px)
    )
    var(--submenu-padding-right, 20px) var(--submenu-padding-bottom, 20px)
    var(--submenu-padding-left, 20px);
  --sub-margins: 0 var(--sub-menu-right-gap, 0px) 0
    var(--sub-menu-left-gap, 0px);
  --left: calc(var(--first-level-submenu-offset));
  --right: auto;
  --first-item-offset: 0px;
  --last-item-offset: auto;
  --submenu-max-width: var(--default-submenu-max-width);
}
.elementor-100246
  .elementor-element.elementor-element-76fff936.horizontal-menu--dropdown-desktop
  .horizontal-menu-wrap {
  align-items: center;
}
.elementor-100246
  .elementor-element.elementor-element-76fff936
  .dt-nav-menu-horizontal
  > li
  > .horizontal-sub-nav,
.elementor-100246
  .elementor-element.elementor-element-76fff936
  .dt-nav-menu-horizontal
  > li
  > .horizontal-sub-nav
  .horizontal-sub-nav {
  min-width: calc(280px);
  --sub-menu-width: 280px;
}
.elementor-100246
  .elementor-element.elementor-element-76fff936
  .horizontal-menu-dropdown {
  --sub-menu-width: 280px;
}
.elementor-100246
  .elementor-element.elementor-element-76fff936
  .dt-nav-menu-horizontal
  > li
  > .horizontal-sub-nav
  .horizontal-sub-nav,
.elementor-100246
  .elementor-element.elementor-element-76fff936
  .dt-nav-menu-horizontal
  > li
  > .horizontal-sub-nav:before,
.elementor-100246
  .elementor-element.elementor-element-76fff936
  .horizontal-menu-dropdown
  .dt-nav-menu-horizontal--main {
  background-color: var(--e-global-color-el_color_0);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.elementor-100246
  .elementor-element.elementor-element-76fff936
  .horizontal-sub-nav
  > li:not(:last-child) {
  padding-bottom: 0;
  --sub-grid-row-gap: 0px;
}
.elementor-100246
  .elementor-element.elementor-element-76fff936
  .horizontal-menu-dropdown
  .horizontal-sub-nav
  .horizontal-sub-nav {
  padding-top: 0;
  --sub-grid-row-gap: 0px;
}
.elementor-100246
  .elementor-element.elementor-element-76fff936
  .horizontal-sub-nav {
  --h-menu-sub-nav-justify-content: flex-start;
  --h-menu-sub-nav-align-items: flex-start;
  --h-menu-sub-nav-text-align: left;
  --submenu-side-gap: 20px;
  --submenu-item-padding-right: 8px;
  --submenu-item-padding-left: 10px;
  --sub-icon-size: 14px;
  --sub-icon-spacing: 10px;
}
.elementor-100246
  .elementor-element.elementor-element-76fff936
  .horizontal-sub-nav
  > li
  a
  .menu-item-text {
  font-family: var(--e-global-typography-aabd2cc-font-family), sans-serif;
  font-size: var(--e-global-typography-aabd2cc-font-size);
  font-weight: var(--e-global-typography-aabd2cc-font-weight);
  text-transform: var(--e-global-typography-aabd2cc-text-transform);
  font-style: var(--e-global-typography-aabd2cc-font-style);
  text-decoration: var(--e-global-typography-aabd2cc-text-decoration);
  line-height: var(--e-global-typography-aabd2cc-line-height);
  letter-spacing: var(--e-global-typography-aabd2cc-letter-spacing);
  word-spacing: var(--e-global-typography-aabd2cc-word-spacing);
}
.elementor-100246
  .elementor-element.elementor-element-76fff936
  .horizontal-sub-nav
  > li
  > a {
  padding: 10px 8px 8px 10px;
}
.elementor-100246
  .elementor-element.elementor-element-76fff936
  .horizontal-sub-nav
  li
  > a {
  color: var(--e-global-color-el_color_7);
}
.elementor-100246
  .elementor-element.elementor-element-76fff936
  .horizontal-sub-nav
  > li:not(.act)
  > a:hover {
  color: var(--e-global-color-el_color_2);
  background-color: #fff0;
}
.elementor-100246
  .elementor-element.elementor-element-76fff936
  .dt-nav-menu-horizontal--main
  .horizontal-sub-nav {
  --icon-margin: 0 var(--icon-column-gap) 0 0;
  --icon-grid-template: " icon before" " icon header " " icon subtitle "
    " icon empty";
  --icon-grid-columns: max(var(--icon-column-width, 1em), max-content)
    max-content;
  --column-gap: var(--icon-column-gap);
  --row-gap: 0px;
  --icon-column-spacing: 5px;
  --icon-column-size: 16px;
}
.elementor-100246
  .elementor-element.elementor-element-76fff936
  .horizontal-sub-nav
  li.menu-item
  > a
  .menu-item-text
  > i {
  font-size: 16px;
}
.elementor-100246
  .elementor-element.elementor-element-76fff936
  .horizontal-sub-nav
  li.menu-item
  > a
  .menu-item-text
  > img,
.elementor-100246
  .elementor-element.elementor-element-76fff936
  .horizontal-sub-nav
  li.menu-item
  > a
  .menu-item-text
  > svg {
  width: 16px !important;
  height: 16px !important;
}
.elementor-100246
  .elementor-element.elementor-element-76fff936
  .horizontal-menu-dropdown
  > ul
  > li
  a
  .submenu-indicator,
.elementor-100246
  .elementor-element.elementor-element-76fff936
  .horizontal-sub-nav
  > li
  a
  .submenu-indicator {
  order: 2;
  margin-left: var(--sub-icon-spacing);
}
.elementor-100246
  .elementor-element.elementor-element-76fff936
  .horizontal-sub-nav
  .submenu-indicator
  i {
  font-size: 14px;
}
.elementor-100246
  .elementor-element.elementor-element-76fff936
  .horizontal-sub-nav
  .submenu-indicator,
.elementor-100246
  .elementor-element.elementor-element-76fff936
  .horizontal-sub-nav
  .submenu-indicator
  svg {
  width: 14px;
  height: 14px;
}
.elementor-100246
  .elementor-element.elementor-element-76fff936
  .horizontal-sub-nav
  li
  > a
  .submenu-indicator {
  color: var(--e-global-color-el_color_7);
}
.elementor-100246
  .elementor-element.elementor-element-76fff936
  .horizontal-sub-nav
  li
  > a
  .submenu-indicator
  svg {
  fill: var(--e-global-color-el_color_7);
  color: var(--e-global-color-el_color_7);
}
.elementor-100246
  .elementor-element.elementor-element-76fff936
  .horizontal-sub-nav
  li:not(.act)
  > a:hover
  .submenu-indicator {
  color: var(--e-global-color-el_color_2);
}
.elementor-100246
  .elementor-element.elementor-element-76fff936
  .horizontal-sub-nav
  li:not(.act)
  > a:hover
  .submenu-indicator
  svg {
  fill: var(--e-global-color-el_color_2);
  color: var(--e-global-color-el_color_2);
}
@media (max-width: 1024px) {
  .elementor-100246
    .elementor-element.elementor-element-d1f51fd
    > .elementor-container {
    min-height: 60px;
  }
  .elementor-100246
    .elementor-element.elementor-element-2c4e72e5
    > .elementor-element-populated {
    margin: 0 0 0 20px;
    --e-column-margin-right: 0px;
    --e-column-margin-left: 20px;
  }
  .elementor-100246
    .elementor-element.elementor-element-76fff936.horizontal-menu--dropdown-tablet
    .horizontal-menu-wrap:not(.horizontal-menu-dropdown)
    > .horizontal-menu-toggle {
    display: inline-flex;
  }
  .elementor-100246
    .elementor-element.elementor-element-76fff936.horizontal-menu--dropdown-tablet
    .horizontal-menu-wrap:not(.horizontal-menu-dropdown)
    > .dt-nav-menu-horizontal--main {
    display: none;
  }
  .elementor-100246
    .elementor-element.elementor-element-76fff936.horizontal-menu--dropdown-tablet
    .horizontal-menu-wrap.horizontal-menu-dropdown
    > .dt-nav-menu-horizontal--main {
    display: inline-flex;
  }
  .elementor-100246
    .elementor-element.elementor-element-76fff936.horizontal-menu--dropdown-mobile
    .horizontal-menu-wrap.horizontal-menu-dropdown
    > .dt-nav-menu-horizontal--main {
    display: none;
  }
  .elementor-100246
    .elementor-element.elementor-element-76fff936.horizontal-menu--dropdown-tablet
    .horizontal-menu-wrap {
    align-items: center;
  }
  .elementor-100246
    .elementor-element.elementor-element-76fff936
    .horizontal-menu-wrap {
    --position: static;
    --width: calc(
      100vw - var(--sub-menu-right-gap, 0px) - var(--sub-menu-left-gap, 0px)
    );
    --sub-width: calc(
      100% - var(--sub-menu-right-gap, 0px) - var(--sub-menu-left-gap, 0px)
    );
    --sub-left: var(--sub-menu-left-gap, 0px);
    --sub-paddings: calc(
        var(--sub-menu-gap, 0px) + var(--submenu-padding-top, 20px)
      )
      calc(var(--sub-menu-right-gap, 0px) + var(--submenu-padding-right, 20px))
      var(--submenu-padding-bottom, 20px)
      calc(var(--sub-menu-left-gap, 0px) + var(--submenu-padding-left, 20px));
    --sub-margins: 0;
    --left: calc(
      var(--dynamic-justified-submenu-left-offset) +
        var(--sub-menu-left-gap, 0px)
    );
    --right: auto;
    --first-item-offset: calc(
      var(--dynamic-justified-submenu-left-offset) +
        var(--sub-menu-left-gap, 0px)
    );
    --first-level-submenu-offset: calc(
      var(--dynamic-justified-submenu-left-offset) +
        var(--sub-menu-left-gap, 0px)
    );
    --last-item-offset: auto;
    --submenu-max-width: calc(100vw - var(--scrollbar-width, 0px));
  }
  .elementor-100246
    .elementor-element.elementor-element-76fff936
    .dt-nav-menu-horizontal
    .depth-0
    > .horizontal-sub-nav {
    --position: static;
    --width: calc(
      100vw - var(--sub-menu-right-gap, 0px) - var(--sub-menu-left-gap, 0px)
    );
    --sub-width: calc(
      100% - var(--sub-menu-right-gap, 0px) - var(--sub-menu-left-gap, 0px)
    );
    --sub-left: var(--sub-menu-left-gap, 0px);
    --sub-paddings: calc(
        var(--sub-menu-gap, 0px) + var(--submenu-padding-top, 20px)
      )
      calc(var(--sub-menu-right-gap, 0px) + var(--submenu-padding-right, 20px))
      var(--submenu-padding-bottom, 20px)
      calc(var(--sub-menu-left-gap, 0px) + var(--submenu-padding-left, 20px));
    --sub-margins: 0;
    --left: calc(
      var(--dynamic-justified-submenu-left-offset) +
        var(--sub-menu-left-gap, 0px)
    );
    --right: auto;
    --first-item-offset: calc(
      var(--dynamic-justified-submenu-left-offset) +
        var(--sub-menu-left-gap, 0px)
    );
    --first-level-submenu-offset: calc(
      var(--dynamic-justified-submenu-left-offset) +
        var(--sub-menu-left-gap, 0px)
    );
    --last-item-offset: auto;
    --submenu-max-width: calc(100vw - var(--scrollbar-width, 0px));
  }
  .elementor-100246
    .elementor-element.elementor-element-76fff936.horizontal-menu--dropdown-desktop
    .horizontal-menu-wrap {
    align-items: center;
  }
  .elementor-100246
    .elementor-element.elementor-element-76fff936
    .dt-nav-menu-horizontal
    > li
    > .horizontal-sub-nav,
  .elementor-100246
    .elementor-element.elementor-element-76fff936
    .dt-nav-menu-horizontal
    > li
    > .horizontal-sub-nav
    .horizontal-sub-nav {
    min-width: calc(100vw);
    --sub-menu-width: 100vw;
  }
  .elementor-100246
    .elementor-element.elementor-element-76fff936
    .horizontal-menu-dropdown {
    --sub-menu-width: 100vw;
  }
  .elementor-100246 .elementor-element.elementor-element-76fff936 {
    --submenu-padding-top: 30px;
    --submenu-padding-right: 30px;
    --submenu-padding-bottom: 30px;
    --submenu-padding-left: 30px;
  }
  .elementor-100246
    .elementor-element.elementor-element-76fff936
    .horizontal-menu-dropdown
    .dt-nav-menu-horizontal--main {
    padding: 30px 30px 30px 30px;
  }
  .elementor-100246
    .elementor-element.elementor-element-76fff936.dt-sub-menu_align-tablet-left.sub-icon_position-left.sub-icon_align-side
    .horizontal-sub-nav
    > li
    .menu-item-text {
    margin: 0 0 0 var(--sub-icon-spacing);
    padding: 0 0 0 var(--sub-icon-size);
  }
  .elementor-100246
    .elementor-element.elementor-element-76fff936.dt-sub-menu_align-tablet-right.sub-icon_position-left.sub-icon_align-side
    .horizontal-sub-nav
    > li
    .menu-item-text {
    margin: 0 0 0 var(--sub-icon-spacing);
    padding: 0 0 0 var(--sub-icon-size);
  }
  .elementor-100246
    .elementor-element.elementor-element-76fff936.dt-sub-menu_align-tablet-left.sub-icon_position-right.sub-icon_align-side
    .horizontal-sub-nav
    > li
    .menu-item-text {
    margin: 0 var(--sub-icon-spacing) 0 0;
    padding: 0 var(--sub-icon-size) 0 0;
  }
  .elementor-100246
    .elementor-element.elementor-element-76fff936.dt-sub-menu_align-tablet-right.sub-icon_position-right.sub-icon_align-side
    .horizontal-sub-nav
    > li
    .menu-item-text {
    margin: 0 var(--sub-icon-spacing) 0 0;
    padding: 0 var(--sub-icon-size) 0 0;
  }
  .elementor-100246
    .elementor-element.elementor-element-76fff936.dt-sub-menu_align-tablet-center.sub-icon_align-side
    .horizontal-sub-nav
    > li
    .menu-item-text {
    margin: 0 var(--icon-spacing);
    padding: 0 var(--sub-icon-size);
  }
  .elementor-100246
    .elementor-element.elementor-element-76fff936
    .horizontal-sub-nav
    > li
    a
    .menu-item-text {
    font-size: var(--e-global-typography-aabd2cc-font-size);
    line-height: var(--e-global-typography-aabd2cc-line-height);
    letter-spacing: var(--e-global-typography-aabd2cc-letter-spacing);
    word-spacing: var(--e-global-typography-aabd2cc-word-spacing);
  }
}
@media (max-width: 767px) {
  .elementor-100246 .elementor-element.elementor-element-d1f51fd {
    padding: 0 10px 0 0;
  }
  .elementor-100246
    .elementor-element.elementor-element-48daf823
    > .elementor-element-populated {
    margin: 0 0 0 10px;
    --e-column-margin-right: 0px;
    --e-column-margin-left: 10px;
  }
  .elementor-100246 .elementor-element.elementor-element-59e3d009 img,
  .elementor-100246 .elementor-element.elementor-element-59e3d009 svg {
    width: 100%;
  }
  .elementor-100246 .elementor-element.elementor-element-59e3d009 svg {
    height: auto;
  }
  .elementor-100246 .elementor-element.elementor-element-59e3d009 img {
    max-width: 100%;
  }
  .elementor-100246 .elementor-element.elementor-element-59e3d009 {
    width: var(--container-widget-width, 120px);
    max-width: 120px;
    --container-widget-width: 120px;
    --container-widget-flex-grow: 0;
  }
  .elementor-100246
    .elementor-element.elementor-element-2c4e72e5
    > .elementor-element-populated {
    margin: 0;
    --e-column-margin-right: 0px;
    --e-column-margin-left: 0px;
  }
  .elementor-100246
    .elementor-element.elementor-element-76fff936.horizontal-menu--dropdown-mobile
    .horizontal-menu-wrap:not(.horizontal-menu-dropdown)
    > .horizontal-menu-toggle {
    display: inline-flex;
  }
  .elementor-100246
    .elementor-element.elementor-element-76fff936.horizontal-menu--dropdown-mobile
    .horizontal-menu-wrap.horizontal-menu-dropdown
    > .dt-nav-menu-horizontal--main {
    display: inline-flex;
  }
  .elementor-100246 .elementor-element.elementor-element-76fff936 {
    --grid-row-gap: 10px;
  }
  .elementor-100246
    .elementor-element.elementor-element-76fff936
    .dt-nav-menu-horizontal
    > li:not(.item-divider):not(:first-child):not(:last-child) {
    padding-left: calc(10px / 2);
    padding-right: calc(10px / 2);
  }
  .elementor-100246
    .elementor-element.elementor-element-76fff936
    .dt-nav-menu-horizontal
    > li
    > a
    .menu-item-text {
    font-size: 8px;
    line-height: 1px;
  }
  .elementor-100246
    .elementor-element.elementor-element-76fff936.horizontal-menu--dropdown-mobile
    .horizontal-menu-wrap {
    align-items: center;
  }
  .elementor-100246
    .elementor-element.elementor-element-76fff936.dt-sub-menu_align-mobile-left.sub-icon_position-left.sub-icon_align-side
    .horizontal-sub-nav
    > li
    .menu-item-text {
    margin: 0 0 0 var(--sub-icon-spacing);
    padding: 0 0 0 var(--sub-icon-size);
  }
  .elementor-100246
    .elementor-element.elementor-element-76fff936.dt-sub-menu_align-mobile-right.sub-icon_position-left.sub-icon_align-side
    .horizontal-sub-nav
    > li
    .menu-item-text {
    margin: 0 0 0 var(--sub-icon-spacing);
    padding: 0 0 0 var(--sub-icon-size);
  }
  .elementor-100246
    .elementor-element.elementor-element-76fff936.dt-sub-menu_align-mobile-left.sub-icon_position-right.sub-icon_align-side
    .horizontal-sub-nav
    > li
    .menu-item-text {
    margin: 0 var(--sub-icon-spacing) 0 0;
    padding: 0 var(--sub-icon-size) 0 0;
  }
  .elementor-100246
    .elementor-element.elementor-element-76fff936.dt-sub-menu_align-mobile-right.sub-icon_position-right.sub-icon_align-side
    .horizontal-sub-nav
    > li
    .menu-item-text {
    margin: 0 var(--sub-icon-spacing) 0 0;
    padding: 0 var(--sub-icon-size) 0 0;
  }
  .elementor-100246
    .elementor-element.elementor-element-76fff936.dt-sub-menu_align-tablet-right.sub-icon_position-right.sub-icon_align-side
    .horizontal-sub-nav
    > li
    .menu-item-text {
    margin: 0 var(--sub-icon-spacing) 0 0;
    padding: 0 var(--sub-icon-size) 0 0;
  }
  .elementor-100246
    .elementor-element.elementor-element-76fff936.dt-sub-menu_align-right.sub-icon_position-right.sub-icon_align-side:not(
      .dt-sub-menu_align-tablet-center
    )
    .horizontal-sub-nav
    > li
    .menu-item-text {
    margin: 0 var(--sub-icon-spacing) 0 0;
    padding: 0 var(--sub-icon-size) 0 0;
  }
  .elementor-100246
    .elementor-element.elementor-element-76fff936.dt-sub-menu_align-mobile-center.sub-icon_align-side
    .horizontal-sub-nav
    > li
    .menu-item-text {
    margin: 0 var(--icon-spacing) !important;
    padding: 0 var(--sub-icon-size) !important;
  }
  .elementor-100246
    .elementor-element.elementor-element-76fff936
    .horizontal-sub-nav
    > li
    a
    .menu-item-text {
    font-size: var(--e-global-typography-aabd2cc-font-size);
    line-height: var(--e-global-typography-aabd2cc-line-height);
    letter-spacing: var(--e-global-typography-aabd2cc-letter-spacing);
    word-spacing: var(--e-global-typography-aabd2cc-word-spacing);
  }
}
@font-face {
  font-family: "LEMON MILK";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(./wp-content/uploads/2024/04/LEMONMILK-Regular.ttf)
    format("truetype");
}
@font-face {
  font-family: "LEMON MILK";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(./wp-content/uploads/2024/04/LEMONMILK-Medium.ttf) format("truetype");
}
@font-face {
  font-family: "LEMON MILK";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(./wp-content/uploads/2024/04/LEMONMILK-Light.ttf) format("truetype");
}
@font-face {
  font-family: "LEMON MILK";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(./wp-content/uploads/2024/04/LEMONMILK-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "LEMON MILK";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(./wp-content/uploads/2024/04/LEMONMILK-BoldItalic.ttf)
    format("truetype");
}
@font-face {
  font-family: "LEMON MILK";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(./wp-content/uploads/2024/04/LEMONMILK-LightItalic.ttf)
    format("truetype");
}
@font-face {
  font-family: "LEMON MILK";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(./wp-content/uploads/2024/04/LEMONMILK-MediumItalic.ttf)
    format("truetype");
}
@font-face {
  font-family: "LEMON MILK";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(./wp-content/uploads/2024/04/LEMONMILK-RegularItalic.ttf)
    format("truetype");
}
.elementor-100274
  .elementor-element.elementor-element-7b9a317c:not(
    .elementor-motion-effects-element-type-background
  ) {
  background-color: #1e4066;
}
.elementor-100274 .elementor-element.elementor-element-7b9a317c {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 30px 0 30px 0;
}
div.elementor-100274 .elementor-element.elementor-element-134b0e24 {
  max-width: initial;
  flex: 1 0 0%;
  min-width: 25px;
}
.elementor-100274
  .elementor-element.elementor-element-31f02763
  .elementor-heading-title {
  color: #ffbf00;
  font-family: "LEMON MILK", sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-transform: none;
  line-height: 1.7em;
}
.elementor-100274 .elementor-element.elementor-element-4613431 {
  text-align: right;
}
.elementor-100274
  .elementor-element.elementor-element-4613431
  .elementor-heading-title {
  color: #ffbf00;
  font-family: "LEMON MILK", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: none;
  line-height: 1.7em;
}
.elementor-100274 .elementor-element.elementor-element-0652010 {
  text-align: right;
}
.elementor-100274
  .elementor-element.elementor-element-0652010
  .elementor-heading-title {
  color: #ffbf00;
  font-family: "LEMON MILK", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: none;
  line-height: 1.7em;
}
.elementor-100274 .elementor-element.elementor-element-54bf2b1 {
  --spacer-size: 5px;
}
.elementor-100274 .elementor-element.elementor-element-429f240 {
  text-align: right;
}
.elementor-100274
  .elementor-element.elementor-element-429f240
  .elementor-heading-title {
  color: #ffbf00;
  font-family: "LEMON MILK", sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-transform: none;
  line-height: 1.7em;
}
@media (max-width: 1024px) {
  div.elementor-100274 .elementor-element.elementor-element-134b0e24 {
    max-width: initial;
    flex: none;
    min-width: 25px;
  }
}
@media (max-width: 767px) {
  .elementor-100274 .elementor-element.elementor-element-7b9a317c {
    padding: 0;
  }
  .elementor-100274 .elementor-element.elementor-element-134b0e24 {
    width: 50%;
  }
  .elementor-100274
    .elementor-element.elementor-element-134b0e24.elementor-column
    > .elementor-widget-wrap {
    justify-content: flex-start;
  }
  .elementor-100274 .elementor-element.elementor-element-31f02763 {
    text-align: left;
  }
  .elementor-100274
    .elementor-element.elementor-element-31f02763
    .elementor-heading-title {
    font-size: 8px;
  }
  .elementor-100274 .elementor-element.elementor-element-3bead576 {
    width: 50%;
  }
  .elementor-100274
    .elementor-element.elementor-element-3bead576.elementor-column
    > .elementor-widget-wrap {
    justify-content: flex-end;
  }
  .elementor-100274 .elementor-element.elementor-element-4613431 {
    text-align: right;
  }
  .elementor-100274
    .elementor-element.elementor-element-4613431
    .elementor-heading-title {
    font-size: 8px;
  }
  .elementor-100274 .elementor-element.elementor-element-0652010 {
    text-align: right;
  }
  .elementor-100274
    .elementor-element.elementor-element-0652010
    .elementor-heading-title {
    font-size: 8px;
  }
  .elementor-100274 .elementor-element.elementor-element-429f240 {
    text-align: right;
  }
  .elementor-100274
    .elementor-element.elementor-element-429f240
    .elementor-heading-title {
    font-size: 8px;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .elementor-100274 .elementor-element.elementor-element-134b0e24 {
    width: 50%;
  }
  .elementor-100274 .elementor-element.elementor-element-3bead576 {
    width: 50%;
  }
}
@font-face {
  font-family: "LEMON MILK";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(./wp-content/uploads/2024/04/LEMONMILK-Regular.ttf)
    format("truetype");
}
@font-face {
  font-family: "LEMON MILK";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(./wp-content/uploads/2024/04/LEMONMILK-Medium.ttf) format("truetype");
}
@font-face {
  font-family: "LEMON MILK";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(./wp-content/uploads/2024/04/LEMONMILK-Light.ttf) format("truetype");
}
@font-face {
  font-family: "LEMON MILK";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(./wp-content/uploads/2024/04/LEMONMILK-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "LEMON MILK";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(./wp-content/uploads/2024/04/LEMONMILK-BoldItalic.ttf)
    format("truetype");
}
@font-face {
  font-family: "LEMON MILK";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(./wp-content/uploads/2024/04/LEMONMILK-LightItalic.ttf)
    format("truetype");
}
@font-face {
  font-family: "LEMON MILK";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(./wp-content/uploads/2024/04/LEMONMILK-MediumItalic.ttf)
    format("truetype");
}
@font-face {
  font-family: "LEMON MILK";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(./wp-content/uploads/2024/04/LEMONMILK-RegularItalic.ttf)
    format("truetype");
} /*! Prefix flex for IE10  in LESS
* https://gist.github.com/codler/2148ba4ff096a19f08ea
* Copyright (c) 2014 Han Lin Yap http://yap.nu; MIT license */ /*! normalize.css by Dream-Theme.com based on http://github.com/necolas/normalize.css */
article,
footer,
header,
nav,
section {
  display: block;
}
video {
  display: inline-block;
}
[hidden] {
  display: none;
}
* {
  padding: 0;
  margin: 0;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:active,
a:focus,
a:hover {
  outline: 0;
}
b {
  font-weight: 700;
}
small {
  font-size: 75%;
}
sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
dd,
menu,
ul {
  list-style: none;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
form {
  margin: 0;
}
button {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}
button {
  line-height: normal;
}
button {
  cursor: pointer;
  -webkit-appearance: button;
}
button[disabled] {
  cursor: default;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.inline-message-style .dt-contact-form.dt-form {
  position: relative;
}
.inline-message-style .form-fields > span {
  position: static;
}
@-webkit-keyframes slide-in-message {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(600px, -50%, 0);
    transform: translate3d(600px, -50%, 0);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(-200px, -50%, 0);
    transform: translate3d(-200px, -50%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(-400px, -50%, 0);
    transform: translate3d(-400px, -50%, 0);
  }
}
@keyframes slide-in-message {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(600px, -50%, 0);
    transform: translate3d(600px, -50%, 0);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(-200px, -50%, 0);
    transform: translate3d(-200px, -50%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(-400px, -50%, 0);
    transform: translate3d(-400px, -50%, 0);
  }
}
@-webkit-keyframes slide-out-message {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(-400px, -50%, 0);
    transform: translate3d(-400px, -50%, 0);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(-100px, -50%, 0);
    transform: translate3d(-100px, -50%, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(800px, -50%, 0);
    transform: translate3d(800px, -50%, 0);
  }
}
@keyframes slide-out-message {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(-400px, -50%, 0);
    transform: translate3d(-400px, -50%, 0);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(-100px, -50%, 0);
    transform: translate3d(-100px, -50%, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(800px, -50%, 0);
    transform: translate3d(800px, -50%, 0);
  }
} /*!Revolution slider arrows*/
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
} /*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 9500;
  -webkit-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  outline: 0;
}
.pswp::after,
.pswp::before {
  content: " ";
  display: table;
}
.pswp * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pswp img {
  max-width: none;
}
.pswp--animate_opacity {
  opacity: 0.001;
  will-change: unset;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}
.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-backface-visibility: hidden;
}
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  text-align: center;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.pswp__bg {
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}
.admin-bar .pswp {
  z-index: 100000;
}
.pswp-video-wrap {
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  line-height: 0;
  width: 100%;
  max-width: 900px;
  position: relative;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  width: 100%;
}
.video-wrapper iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-wrapper video {
  width: 100% !important;
  height: auto !important;
}
.pswp__caption .pswp__caption__center {
  text-align: center;
}
.pswp__caption h5 {
  color: #fff;
  margin-bottom: 5px;
}
.pswp button.pswp__button {
  height: 1.5em;
  width: 1.5em;
  margin-top: -0.75em;
  background: 0 0 !important;
  opacity: 0.5;
}
.pswp button.pswp__button:before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #fff !important;
}
.pswp .pswp__top-bar button.pswp__button {
  height: 26px;
  width: 26px;
  margin-top: -13px;
  top: 50%;
  margin-right: 15px;
}
.pswp button.pswp__button:focus,
.pswp button.pswp__button:hover {
  opacity: 1;
}
.pswp .pswp__button:active {
  opacity: 0.9;
}
.pswp--fs .pswp__button--fs {
  -webkit-mask: url(............/wp-content/themes/dt-the7/css/../images/fullscreen-exit.svg);
  mask-image: url(/wp-content/themes/dt-the7/css/../images/fullscreen-exit.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 24px;
  mask-size: 24px;
}
.pswp button.pswp__button--close {
  margin-right: 15px;
}
.pswp button.pswp__button--close:before {
  -webkit-mask: url(............/wp-content/themes/dt-the7/css/../images/x-lg.svg);
  mask-image: url(/wp-content/themes/dt-the7/css/../images/x-lg.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: right center;
  mask-position: right center;
  -webkit-mask-size: 26px;
  mask-size: 26px;
}
.pswp__button--share:before {
  -webkit-mask: url(......................../wp-content/themes/dt-the7/css/../images/the7-share-fill.svg);
  mask-image: url(/wp-content/themes/dt-the7/css/../images/the7-share-fill.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: right center;
  mask-position: right center;
}
.pswp .pswp__button--arrow--left:before,
.pswp .pswp__button--arrow--right:before {
  position: static;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.5em;
}
.pswp button.pswp__button.pswp__button--arrow--left:before {
  background-image: none !important;
  -webkit-mask: url(............/wp-content/themes/dt-the7/css/../images/the7-chevron-left.svg);
  mask-image: url(/wp-content/themes/dt-the7/css/../images/the7-chevron-left.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: right center;
  mask-position: right center;
}
.pswp button.pswp__button.pswp__button--arrow--right:before {
  background-image: none !important;
  -webkit-mask: url(............/wp-content/themes/dt-the7/css/../images/the7-chevron-right.svg);
  mask-image: url(/wp-content/themes/dt-the7/css/../images/the7-chevron-right.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: right center;
  mask-position: right center;
}
.pswp .pswp__share-tooltip,
.pswp .pswp__share-tooltip a:first-child,
.pswp .pswp__share-tooltip a:last-child {
  border-radius: 0;
}
.pswp .pswp__share-tooltip a {
  display: none;
  color: #222;
}
.pswp .pswp__share-tooltip a svg {
  fill: #222;
}
.pswp__share-tooltip a:hover {
  color: #fff !important;
  text-decoration: none;
}
.pswp__share-tooltip a:hover svg {
  fill: #fff;
}
.pswp__share-tooltip a svg {
  min-width: 15px;
  margin-right: 5px;
}
.pswp__share-tooltip:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #fff;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}
a.pswp__share--pinterest:hover {
  background: #cf2834 !important;
}
a.pswp__share--linkedin:hover {
  background: #007bc7;
}
a.pswp__share--whatsapp:hover {
  background: #36b74d;
}
a.pswp__share--google:hover {
  background: #e64235;
} /*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp__button {
  position: relative;
  background: 0 0;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.pswp__button:focus,
.pswp__button:hover {
  opacity: 1;
}
.pswp__button:active {
  outline: 0;
  opacity: 0.9;
}
.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  width: 44px;
  height: 44px;
}
@media (-webkit-min-device-pixel-ratio: 1.1),
  (-webkit-min-device-pixel-ratio: 1.09375),
  (min-resolution: 105dpi),
  (min-resolution: 1.1dppx) {
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: 0 0;
  }
}
.pswp__button--fs {
  display: none;
}
.pswp__button--zoom {
  display: none;
}
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: 0 0;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}
.pswp__button--arrow--left {
  left: 0;
}
.pswp__button--arrow--right {
  right: 0;
}
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: "";
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}
.pswp__button--arrow--left:before {
  left: 6px;
}
.pswp__button--arrow--right:before {
  left: 0;
  right: 6px;
}
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}
.pswp__share-modal--hidden {
  display: none;
}
.pswp__share-tooltip {
  min-width: 150px;
  z-index: 1620;
  position: absolute;
  background: #fff;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}
.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}
.pswp__share-tooltip a:first-child {
  border-radius: 2px 2px 0 0;
}
.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}
.pswp__share-modal--fade-in {
  opacity: 1;
}
.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
a.pswp__share--facebook:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #fff;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}
a.pswp__share--facebook:hover {
  background: #3e5c9a;
  color: #fff;
}
a.pswp__share--twitter:hover {
  background: #55acee;
  color: #fff;
}
a.pswp__share--pinterest:hover {
  color: #ce272d;
}
a.pswp__share--download:hover {
  background: #ddd;
}
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #fff;
  opacity: 0.75;
  padding: 0 10px;
}
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}
.pswp__caption small {
  font-size: 11px;
  color: #bbb;
}
.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #ccc;
}
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}
.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}
.pswp--css_animation .pswp__preloader--active,
.pswp__preloader--active {
  opacity: 1;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 0.5s linear infinite;
  animation: clockwise 0.5s linear infinite;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1s cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: donut-rotate 1s cubic-bezier(0.4, 0, 0.22, 1) infinite;
}
.pswp--css_animation .pswp__preloader__icn {
  background: 0 0;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}
.pswp--css_animation .pswp__preloader__cut {
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}
.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: 0 0;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}
@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes donut-rotate {
  0%,
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
}
@keyframes donut-rotate {
  0%,
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
}
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}
.pswp__caption,
.pswp__top-bar {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp__caption,
.pswp__top-bar {
  background-color: rgba(0, 0, 0, 0.5);
}
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__top-bar {
  opacity: 0.001;
}
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}
.pswp__element--disabled {
  display: none !important;
}
.content .elementor-nav-menu,
.content .elementor-nav-menu ul {
  margin: 0;
} /*!
 * WireFrame v.1.0.rc2 - teeny-tiny leyout framework by Dream-Theme (http://dream-theme.com, http://themeforest.net/user/Dream-Theme)
 * Copyright © 2013 Dream-Theme. All rights reserved. 
 */
.responsive-off #page {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-template-areas: "header" "slider" "title" "fancyheader" "elementor-header" "checkout" "main" "footer";
}
.responsive-off.header-side-left:not(.sticky-header) #page,
.responsive-off.header-side-line.left-side-line #page {
  grid-template-areas: "header-side slider" "header-side title" "header-side fancyheader" "header-side elementor-header" "header-side checkout" "header-side main" "header-side footer";
}
.responsive-off.header-side-right:not(.sticky-header) #page {
  grid-template-areas: "slider header-side" "title header-side" "fancyheader header-side" "elementor-header header-side" "checkout header-side" "main header-side" "footer header-side";
}
.page-inner {
  -ms-grid-column: 1;
  -ms-grid-row: 2;
  grid-area: page-inner;
}
.is-safari .page-inner {
  max-width: 100%;
}
.header-side-left:not(.sticky-header) .page-inner,
.header-side-line.left-side-line .page-inner {
  -ms-grid-column: 2;
}
.header-side-right:not(.sticky-header) .page-inner {
  -ms-grid-column: 1;
}
.page-title {
  -ms-grid-column: 1;
  -ms-grid-row: 3;
  grid-area: title;
}
.is-safari .page-title {
  max-width: 100%;
}
.header-side-left:not(.sticky-header) .page-title,
.header-side-line.left-side-line .page-title {
  -ms-grid-column: 2;
}
.header-side-right:not(.sticky-header) .page-title {
  -ms-grid-column: 1;
}
.elementor-location-header {
  grid-area: elementor-header;
}
#main {
  -ms-grid-column: 1;
  -ms-grid-row: 5;
  grid-area: main;
}
.is-safari #main {
  max-width: 100%;
}
.header-side-left:not(.sticky-header) #main,
.header-side-line.left-side-line #main {
  -ms-grid-column: 2;
}
.header-side-right:not(.sticky-header) #main {
  -ms-grid-column: 1;
}
.footer {
  -ms-grid-column: 1;
  -ms-grid-row: 6;
  grid-area: footer;
}
.is-safari .footer {
  max-width: 100%;
}
.header-side-left:not(.sticky-header) .footer,
.header-side-line.left-side-line .footer {
  -ms-grid-column: 2;
}
.header-side-right:not(.sticky-header) .footer {
  -ms-grid-column: 1;
}
.responsive-off #main:not(.sidebar-none) .wf-container-main {
  display: -ms-grid;
  display: grid;
}
.responsive-off .sidebar-right .wf-container-main {
  grid-template-areas: "content sidebar";
}
.responsive-off .sidebar-left .wf-container-main {
  grid-template-areas: "sidebar content";
}
.responsive-off .sidebar {
  grid-area: sidebar;
  -ms-grid-row: 1;
}
.responsive-off .sidebar-right .sidebar {
  -ms-grid-column: 3;
}
.responsive-off .sidebar-left .sidebar {
  -ms-grid-column: 1;
}
.responsive-off .content {
  grid-area: content;
  -ms-grid-row: 1;
}
.responsive-off .sidebar-right .content {
  -ms-grid-column: 1;
}
.responsive-off .sidebar-left .content {
  -ms-grid-column: 3;
}
.wf-mobile-visible {
  display: none;
}
.content,
.sidebar,
.wf-wrap {
  box-sizing: border-box;
}
.footer .widget {
  display: inline-block;
  vertical-align: top;
  padding: 0 22px;
}
.wf-1,
.wf-1-1,
.wf-span-12 {
  width: 100%;
}
.wf-1-2,
.wf-2-4,
.wf-span-6 {
  width: 50%;
}
.wf-1-3,
.wf-span-4 {
  width: 33.3333%;
}
.wf-2-3,
.wf-span-8 {
  width: 66.6667%;
}
.wf-1-4,
.wf-span-3 {
  width: 25%;
}
.wf-3-4,
.wf-span-9 {
  width: 75%;
}
.wf-1-5 {
  width: 20%;
}
.wf-2-5 {
  width: 40%;
}
.wf-1-6,
.wf-span-2 {
  width: 16.6667%;
}
.wf-span-1,
.wf-span-10 {
  width: 83.3333%;
}
.wf-span-7 {
  width: 58.3333%;
}
.wf-float-left {
  float: left;
}
.wf-float-right {
  float: right;
}
.wf-container {
  font-size: 0;
  line-height: 0;
  word-spacing: -4px;
  margin: 0 -22px;
  padding: 0;
}
.wf-wrap {
  max-width: 100%;
  padding: 0 44px;
  margin: 0 auto;
}
.page-title {
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.page-title-head {
  max-width: 100%;
}
.page-title .wf-wrap {
  position: relative;
}
.page-title .wf-wrap:after {
  position: absolute;
  width: 100%;
  bottom: 0;
  content: "";
}
.page-title.disabled-bg .wf-wrap:after,
.page-title.full-width-line .wf-wrap:after,
.page-title.gradient-bg .wf-wrap:after,
.page-title.solid-bg .wf-wrap:after {
  display: none;
}
.page-title > .wf-wrap {
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-sizing: border-box;
}
.content-left > .wf-wrap {
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
}
.content-right > .wf-wrap {
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
}
.title-center > .wf-wrap {
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
}
.title-left > .wf-wrap,
.title-right > .wf-wrap {
  -ms-flex-pack: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.page-title.title-right h1 {
  text-align: right;
}
.title-center h1 {
  text-align: center;
}
.page-title h1,
.page-title h2 {
  margin: 0;
}
.page-title .wf-container-title,
.page-title.full-width-line {
  border-bottom: 1px solid;
}
.page-title.title-left.disabled-bg h1,
.page-title.title-right.disabled-bg h1 {
  margin: 0;
}
@keyframes anim-effect-boris {
  0% {
    transform: scale(0);
  }
  25%,
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: scale(1);
  }
}
@keyframes dt-spin {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: rotate(360deg);
  }
}
.post {
  position: relative;
}
.post:after,
.post:before {
  content: "";
  display: table;
  clear: both;
}
.more-link.dt-btn {
  margin-top: 5px;
}
.post .more-link.dt-btn {
  margin-right: 10px;
}
.post.bg-on .block-style-widget {
  padding: 0;
  background: 0 0 !important;
  box-shadow: none !important;
  box-sizing: border-box;
}
.media .post img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.post.bg-on .alignleft {
  margin-bottom: 0;
}
.layout-list .post {
  padding-top: 44px;
  margin-top: 19px;
}
.layout-list .post:first-child {
  border: none;
  padding-top: 0;
  margin-top: 0;
}
.layout-list .post.bg-on {
  padding: 25px 25px 0;
  margin: 0 0 20px;
}
.post .alignleft {
  margin-bottom: 20px;
}
@keyframes dt-posts-loader-rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(359deg);
  }
}
.single .content > .post {
  margin-bottom: 50px;
}
.single .content > .post:last-child {
  margin-bottom: 0;
} /*!-Meta & tags*/ /*!-Post author*/
.single .post-meta {
  margin-bottom: 55px;
}
.single .post-meta:last-child {
  margin-bottom: 0;
}
.single-share-box {
  position: relative;
}
.single .single-share-box {
  margin-top: -5px;
  margin-bottom: 60px;
}
.single .single-share-box:last-child {
  margin-bottom: 0;
}
.page .single-share-box {
  margin-top: 50px;
}
.share-link-description {
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
  text-align: center;
}
.share-link-description .share-link-icon {
  display: none;
}
.post-navigation {
  margin-bottom: 50px;
}
.post-navigation:last-child {
  margin-bottom: 0;
}
.post-navigation .nav-links {
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  padding: 25px 0;
  border-width: 1px 0;
  border-style: solid;
}
.disabled-post-navigation.post-navigation .nav-links {
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
}
.meta-nav {
  margin-bottom: 5px;
  text-transform: uppercase;
}
.post-navigation .nav-next,
.post-navigation .nav-previous {
  position: relative;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
  text-decoration: none;
}
.nav-previous {
  width: 45%;
  padding-left: 35px;
  margin-right: 30px;
}
.nav-previous svg {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
}
.nav-previous .post-title {
  -ms-align-self: flex-start;
  -ms-flex-item-align: flex-start;
  align-self: flex-start;
  max-width: 100%;
}
.rtl .nav-previous .post-title {
  -ms-align-self: flex-end;
  -ms-flex-item-align: flex-end;
  align-self: flex-end;
}
.rtl .nav-previous {
  -ms-flex-order: 2;
  order: 2;
  -ms-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}
.post-navigation .nav-next {
  padding-right: 35px;
  margin-left: 30px;
  width: 45%;
  text-align: right;
}
.post-navigation .nav-next svg {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
}
.post-navigation .nav-next .post-title {
  -ms-align-self: flex-end;
  -ms-flex-item-align: flex-end;
  align-self: flex-end;
  max-width: 100%;
}
.rtl .post-navigation .nav-next .post-title {
  -ms-align-self: flex-start;
  -ms-flex-item-align: flex-start;
  align-self: flex-start;
}
.rtl .nav-next {
  -ms-flex-order: 0;
  order: 0;
}
.navigation-inner a {
  text-decoration: none;
} /*!-Slideshow description*/
.clear-form,
.fn a {
  text-decoration: none;
}
.clear-form:hover {
  text-decoration: underline;
}
.single-attachment article.type-attachment {
  text-align: center;
}
.sidebar {
  position: relative;
  z-index: 9;
}
.sidebar .sidebar-content {
  box-sizing: border-box;
}
.sidebar-none .sidebar {
  display: none;
}
#main .ui-widget-content {
  clear: both;
}
.sidebar-left .sidebar.solid-bg,
.sidebar-right .sidebar.solid-bg {
  border: none;
}
.sidebar-left .sidebar.solid-bg {
  padding-right: 0;
}
.sidebar-right .sidebar.solid-bg {
  padding-left: 0;
}
.sidebar-left .wf-wrap:after,
.sidebar-left .wf-wrap:before,
.sidebar-right .wf-wrap:after,
.sidebar-right .wf-wrap:before {
  content: "";
  display: table;
}
.sidebar-divider-off #sidebar {
  border: none;
}
.sidebar-none .content {
  width: 100%;
}
.sidebar .widget,
.sidebar-content .widget {
  padding: 0;
}
.solid-bg.sidebar-content .widget {
  margin-bottom: 0;
  padding: 25px;
}
.sidebar.solid-bg .widget,
.solid-bg .sidebar-content .widget,
.solid-bg.sidebar-content .widget {
  padding-left: 25px;
  padding-right: 25px;
}
.sidebar .widget-divider-off .widget,
.sidebar-content.widget-divider-off .widget,
.solid-bg.sidebar-content .widget {
  border-top: none;
}
.elementor-widget-sidebar .widget:first-child,
.solid-bg.sidebar-content .widget:first-child {
  margin-top: 0;
}
.content
  .sidebar-content:not(.solid-bg):not(.bg-under-widget)
  .widget:first-child,
.elementor-widget-sidebar .widget:first-child,
.sidebar:not(.solid-bg):not(.bg-under-widget) .widget:first-child {
  padding-top: 0;
}
.elementor-widget-sidebar .widget:first-child,
.sidebar .widget:first-child,
.sidebar-content .widget:first-child {
  border-top: none;
}
.footer .widget {
  margin-bottom: 30px;
}
.widget:after,
.widget:before {
  content: "";
  display: table;
  clear: both;
}
.content .widget ul {
  list-style: none;
}
.widget-title {
  margin-bottom: 15px;
  clear: both;
}
.custom-nav {
  margin: 0;
}
.custom-nav > li:first-child {
  border-top: none !important;
}
.custom-nav > li > a {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
}
.custom-nav > li:not(:last-child) > a {
  padding: 0 0 10px;
}
.custom-nav > li > a span {
  display: inline-block;
}
.custom-nav > li li a:before,
.custom-nav > li > a:before {
  display: block;
  position: absolute;
  top: 14px;
  right: 0;
  width: 13px;
  height: 13px;
}
.custom-nav > li .custom-menu li {
  border: none !important;
}
.custom-nav > li li a {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  padding-left: 12px;
  background-image: none !important;
}
.custom-nav > li > ul {
  display: none;
  margin: 0 0;
  padding: 0 20px 15px;
}
.custom-nav > li:last-child > ul {
  padding: 10px 20px 15px;
}
.custom-nav > li > ul a span {
  display: inline-block;
}
.custom-nav > li li {
  margin-top: 0;
  padding-top: 7px;
}
.custom-nav > li > ul a:hover {
  text-decoration: none;
}
.custom-nav > li:last-child > ul,
.solid-bg .custom-nav > li:last-child > ul {
  margin-bottom: -5px;
}
.content .menu,
.custom-menu .widget_pages > ul,
.menu {
  margin: 0;
  padding: 0 0 0;
}
.menu li,
.widget_pages li {
  display: block;
  position: relative;
  margin: 9px 0 0;
  padding: 10px 0 0;
}
.custom-menu li {
  margin: 6px 0 0;
  padding: 7px 0 0;
}
.custom-menu > li:first-child,
.menu > li:first-child,
.widget_pages > ul > li:first-child {
  border: none !important;
  margin-top: 0;
  padding-top: 0;
}
.custom-menu a,
.menu a,
.widget_pages a {
  text-decoration: none;
}
.widget_nav_menu a {
  display: inline-block;
}
.widget_nav_menu a:hover {
  text-decoration: none;
}
.custom-menu a {
  position: relative;
  display: inline-block;
}
div[class*="elementor-widget-wp-widget-"] ul {
  list-style: none;
}
div[class*="elementor-widget-wp-widget-"] .elementor-widget-container > ul {
  margin: 0;
}
.widget_pages a {
  display: inline-block;
}
.content .custom-menu li ul,
.content .menu li ul,
.content .widget_pages li ul,
.custom-menu li ul,
.menu li ul,
.widget_pages li ul {
  margin-left: 20px;
}
.custom-nav .custom-menu li ul {
  padding-top: 10px;
}
.items-grid .post-content > a {
  display: inline-block;
  text-decoration: none;
}
#footer .items-grid .alignleft,
#sidebar .items-grid .alignleft {
  margin: 0 15px 5px 0;
}
.widget_links li,
.widget_meta li {
  margin: 5px 0 0;
  padding: 0;
}
.custom-menu > li:first-child,
.widget_links > ul > li:first-child,
.widget_meta li:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none !important;
}
.widget_links a,
.widget_meta a {
  display: inline-block;
  text-decoration: none;
}
body {
  overflow-x: hidden;
}
body.responsive-off {
  min-width: 998px;
  overflow-x: auto;
}
div[data-pagination-mode="load-more"] {
  overflow-anchor: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 10px;
  clear: both;
}
a:hover,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
}
a {
  text-decoration: underline;
}
.content ul {
  margin: 0 0 10px 20px;
}
.fa-ul li {
  list-style: none;
}
.content .widget ul {
  margin: 0;
}
.content ul {
  list-style: disc;
}
.post img,
img[class*="align"],
img[class*="attachment-"],
img[class*="wp-image-"] {
  max-width: 100%;
  height: auto;
}
.alignleft {
  float: left;
  margin: 0 30px 10px 0;
}
.alignleft > .dt-pswp-item {
  float: left;
  margin: 0 30px 10px 0;
}
#footer .alignleft,
#sidebar .alignleft {
  margin-right: 20px;
}
.alignright {
  float: right;
  margin: 0 0 10px 30px;
}
.alignright > .dt-pswp-item {
  float: right;
  margin: 0 0 10px 30px;
}
#footer .alignright,
#sidebar .alignright {
  margin-left: 20px;
}
.aligncenter {
  display: block;
  margin: 0 auto 10px;
}
.wp-caption.aligncenter {
  text-align: center;
}
.wp-caption {
  max-width: 100%;
}
.gap,
.gap-10,
.gap-20,
.gap-30,
.gap-40 {
  clear: both;
}
.divider-comments {
  margin: 0 0 35px;
}
.divider-post {
  margin: 10px 0 20px;
}
#main-nav:before,
#top-bar:before,
.header-bottom-bar:before,
.layout-list .post:before,
.wf-container:before {
  content: "";
  display: table;
}
#main-nav:after,
#top-bar:after,
.header-bottom-bar:after,
.layout-list .post:after,
.wf-container:after {
  content: "";
  display: table;
  clear: both;
}
#page {
  position: relative;
  overflow: hidden;
}
#page.boxed {
  max-width: 1320px;
  margin: 0 auto;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
}
.main-gradient {
  display: none;
}
#main {
  padding: 50px 0;
}
.static-height {
  position: relative;
} /*!-Video */
embed,
iframe,
object,
video {
  max-width: 100%;
} /*!-Parallax background for device*/ /*!-Row settings->Full-width content*/
.full-width-wrap {
  position: relative;
  display: block;
  opacity: 0;
  transition: opacity 0.4s ease;
} /*!-WP Audio*/
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}
#page .skip-link {
  background-color: #f1f1f1;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: 700;
  left: -9999em;
  outline: 0;
  padding: 15px 23px 14px;
  text-decoration: none;
  text-transform: none;
  top: -9999em;
}
#page .skip-link:focus {
  left: 30px;
  top: 15px;
  height: auto;
  width: auto;
  clip: unset !important;
  z-index: 9;
}
article.attachment:after,
article.attachment:before {
  content: "";
  display: table;
  clear: both;
}
.one-line {
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.form-message {
  display: block;
  margin-bottom: 10px;
}
.inline-message-style .form-message {
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
}
.form-fields > span {
  position: relative;
  display: block;
}
.inline-message-style .form-fields > span {
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
}
.clear-form {
  position: relative;
  float: right;
  padding: 0 15px 0 0;
}
.clear-form:before {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -5px;
  width: 10px;
  font-family: icomoon-the7-font;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  font-size: 10px;
  line-height: 1;
  content: "\eb01";
}
.the7-form-terms-wrap {
  margin-bottom: 20px;
}
.the7-form-terms {
  margin-right: 5px;
}
.wpcf7 .wf-container {
  margin: 0 -15px;
}
.dt-btn,
.dt-form button,
a.button,
button.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  white-space: nowrap;
  -webkit-tap-highlight-color: transparent;
}
.dt-btn:hover,
.dt-form button:hover,
a.button:hover,
button.button:hover {
  text-decoration: none;
}
.full-width-btn.dt-btn {
  display: block;
  text-align: center;
  clear: both;
}
#page .btn-margin,
#page .btn-margin:last-child,
#page .dt-contact-form .dt-btn {
  margin-right: 10px;
}
#page .btn-margin-left,
#page .btn-margin-left:last-child {
  margin-left: 10px;
}
button.button {
  border: none;
}
#page .btn-link {
  padding: 0;
}
.btn-link,
.dt-btn-link {
  position: relative;
  display: inline-block;
  text-decoration: none;
  white-space: nowrap;
}
.dt-btn-link.left-to-right-line:after {
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  width: 0;
  content: "";
  transition: width 0.4s ease;
}
.dt-btn-link.left-to-right-line:hover:after {
  width: 100%;
}
.dt-btn-link {
  display: -ms-inline-flexbox;
  display: -ms-inline-flex;
  display: inline-flex;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
}
.dt-btn-link.full-width-btn {
  width: 100%;
}
.btn-align-left .dt-btn-link.full-width-btn,
.dt-btn-link.full-width-btn.btn-inline-left {
  -ms-flex-pack: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
.btn-align-right .dt-btn-link.full-width-btn,
.dt-btn-link.full-width-btn.btn-inline-right {
  -ms-flex-pack: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.dt-btn-link.from-center-line:after {
  position: absolute;
  visibility: hidden;
  left: 0;
  bottom: -5px;
  width: 100%;
  background-color: #000;
  content: "";
  transform: scaleX(0);
  transition: all 0.2s ease-in-out 0s;
  opacity: 0.85;
}
.dt-btn-link.from-center-line:hover:after {
  visibility: visible;
  transform: scaleX(1);
}
.btn-link i,
.btn-link i *,
.dt-btn i,
.dt-btn i * {
  color: inherit;
}
.dt-btn-m i,
.dt-btn-s i {
  margin-right: 8px;
}
.dt-btn-m.ico-right-side i,
.dt-btn-s.ico-right-side i {
  margin-right: 0;
  margin-left: 8px;
}
.btn-light,
.btn-link,
.light-bg-btn {
  transition: background 0.2s ease-out, color 0.2s ease-out,
    border-color 0.2s ease-out;
}
#page .btn-light:after {
  display: none;
}
.custom-btn-color .dt-btn > * {
  color: inherit !important;
}
.btn-link.custom-btn-hover-color:hover > .text-wrap *,
.btn-link.custom-btn-hover-color:hover > i,
.btn-link.custom-btn-hover-color:hover > span,
.dt-btn.custom-btn-hover-color:hover > .text-wrap *,
.dt-btn.custom-btn-hover-color:hover > i,
.dt-btn.custom-btn-hover-color:hover > span,
.dt-btn:not(.btn-light):not(.light-bg-btn):not(
    .outline-btn
  ).custom-btn-hover-color:hover
  > .text-wrap
  *,
.dt-btn:not(.btn-light):not(.light-bg-btn):not(
    .outline-btn
  ).custom-btn-hover-color:hover
  > i,
.dt-btn:not(.btn-light):not(.light-bg-btn):not(
    .outline-btn
  ).custom-btn-hover-color:hover
  > span {
  background: 0 0 !important;
  color: inherit !important;
}
.btn-align-center {
  text-align: center;
}
.btn-align-right {
  text-align: right;
}
.block-style-widget {
  border: none;
}
.post-video {
  position: relative;
  display: block;
  overflow: hidden;
  padding-top: 30px;
  height: 0;
  padding-bottom: 56.25%;
}
.post-video embed,
.post-video iframe,
.post-video object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.content .image-arrow {
  margin: 0 0 15px;
}
.content .image-arrow ul {
  margin: 0;
}
.list-divider li {
  padding-top: 9px;
  padding-bottom: 10px;
  margin-bottom: 0;
  border-top: 1px solid;
  background-position: 0 13px;
}
.image-arrow .fa-ul li {
  padding-left: 2.14286em;
}
.image-arrow .fa-ul li .fa-li {
  left: 0;
  line-height: inherit;
}
.list-divider.image-arrow .fa-ul li .fa-li {
  padding: 9px 0 10px;
}
.list-divider.image-arrow .fa-ul li:first-child .fa-li {
  padding-top: 0;
}
.list-divider li:first-child {
  padding-top: 0;
  margin-bottom: 0;
  border: none !important;
  background-position: 0 4px;
}
.image-arrow li {
  overflow: hidden;
  width: 100%;
  margin-bottom: 10px;
  list-style: none;
}
.image-arrow.list-divider li {
  margin-bottom: 0;
}
.image-arrow li .list-img {
  margin: 0 10px 0 0;
}
.font-arrow ul {
  list-style: none;
}
.font-arrow i {
  font-size: 14px;
  margin-right: 10px;
}
.tooltip-c {
  display: none;
}
.tooltip-title {
  display: block;
  margin-bottom: 10px;
}
.text-icon .icon-inner {
  position: relative;
  display: -ms-inline-flexbox;
  display: -ms-inline-flex;
  display: inline-flex;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
  min-width: 26px;
  min-height: 26px;
  line-height: 26px;
  text-align: center;
  border-radius: 50%;
  box-sizing: border-box;
  text-decoration: none;
  margin: 0;
}
#page .text-icon .icon-inner {
  text-decoration: none;
}
.text-icon .icon-inner:after,
.text-icon .icon-inner:before {
  box-sizing: border-box;
  border: 0 solid;
}
.dt-icon-center {
  text-align: center;
}
.dt-icon-right {
  text-align: right;
}
.dt-hover-icon {
  top: 0;
  left: 0;
  display: block;
  transition: all 0.3s ease-in-out;
}
.dt-icon-animate-slide-right .icon-inner {
  overflow: hidden;
}
.text-icon .dt-hover-icon {
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
}
.dt-icon-animate-slide-right:not(.dt-icon-hover-off) .dt-hover-icon {
  display: block;
  transform: translate(0, 0);
}
.dt-icon-animate-slide-right:not(.dt-icon-hover-off):hover .dt-hover-icon {
  transform: translate(200%, 0);
}
.dt-icon-animate-scale,
.dt-icon-animate-shadow {
  transition: all 0.2s ease-in-out;
}
.dt-icon-animate-shadow:not(.dt-icon-hover-off):hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.dt-icon-animate-scale:not(.dt-icon-hover-off):hover {
  transform: scale(1.2);
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
.post-content a {
  text-decoration: none;
}
.items-grid {
  margin-bottom: -20px;
}
.items-grid article {
  overflow: hidden;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.items-grid a {
  text-decoration: none;
}
.items-grid .alignleft {
  margin: 5px 20px 5px 0;
  font-size: 0;
  line-height: 0;
}
article.on-hover {
  cursor: pointer;
}
@keyframes fadeInFromNone {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  1% {
    visibility: visible;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
.dt-text-title {
  grid-area: header;
  max-width: 100%;
}
@media all and (-ms-high-contrast: none) {
  .layout-4 .dt-text-title {
    align-self: flex-start;
  }
}
.text-icon .icon-inner:after,
.text-icon .icon-inner:before,
.text-icon:after,
.text-icon:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  box-sizing: border-box;
  margin: 0 !important;
  content: "";
  font-size: 0 !important;
  border-radius: inherit;
  transition: opacity 0.15s linear;
}
.text-icon:after,
.text-icon:before {
  z-index: 2;
}
.text-icon .icon-inner:before,
.text-icon:not(.dt-icon-hover-off):hover .icon-inner:after,
.text-icon:not(.dt-icon-hover-off):hover:after {
  opacity: 1;
}
.text-icon:hover .icon-inner:before,
.text-icon:hover:before,
.text-icon:not(:hover) .icon-inner:after,
.text-icon:not(:hover):after {
  transition-delay: 0.1s;
}
.text-icon .icon-inner:after,
.text-icon:after,
.text-icon:not(.dt-icon-hover-off):hover .icon-inner:before,
.text-icon:not(.dt-icon-hover-off):hover:before {
  opacity: 0;
}
.text-icon.dt-icon-hover-off:after {
  display: none;
}
.hidden-header.header-side-left #page,
.hidden-header.header-side-left.header-side-line #page:not(.boxed) {
  padding-left: 0;
}
.hidden-header.header-side-right #page,
.hidden-header.header-side-right.header-side-line #page:not(.boxed) {
  padding-right: 0;
}
.top-bar {
  position: relative;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin-top: 0;
  box-sizing: border-box;
}
.top-bar-bg,
.top-bar:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  box-sizing: content-box;
}
.boxed .top-bar-bg,
.boxed .top-bar:after {
  padding: 0;
  margin: 0;
  left: 50%;
  transform: translateX(-50%);
}
.top-bar:after {
  height: 1px;
}
.top-bar-bg,
.top-bar.full-width-line:after {
  padding: 0 1000px;
  margin-left: -1000px;
}
.boxed .top-bar-bg,
.boxed .top-bar.full-width-line:after {
  padding: 0;
  margin: 0;
  left: 50%;
  transform: translateX(-50%);
}
.top-bar * {
  font-size: inherit;
  line-height: inherit;
}
.top-bar .sub-nav {
  z-index: 1003;
}
.top-bar .sub-nav a:hover,
.top-bar a,
.top-bar a:hover {
  text-decoration: none;
}
.top-bar a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.top-bar .sub-nav li a:hover {
  opacity: 1;
}
.menu a:hover {
  text-decoration: underline;
}
.dt-mobile-header .menu a:hover {
  text-decoration: none;
}
.top-bar > span {
  display: none !important;
}
.menu-line {
  position: absolute;
  display: inline-block;
  left: 0;
  width: 22px;
  height: 2px;
  content: "";
  transform-origin: 1.5px center;
  transition: transform 0.2s linear, color 0.2s linear;
}
.menu-line:nth-of-type(3) {
  top: 7px;
}
.medium-menu-icon .menu-toggle:not(.active):hover .menu-line:nth-of-type(3),
.small-menu-icon .menu-toggle:not(.active):hover .menu-line:nth-of-type(3) {
  transform: translateY(-2px);
}
.large-menu-icon .menu-toggle:not(.active):hover .menu-line:nth-of-type(3) {
  transform: translateY(-3px);
}
.medium-mobile-menu-icon
  .dt-mobile-menu-icon:not(.active):hover
  .menu-line:nth-of-type(3),
.small-mobile-menu-icon
  .dt-mobile-menu-icon:not(.active):hover
  .menu-line:nth-of-type(3) {
  transform: translateY(-2px);
}
.large-mobile-menu-icon
  .dt-mobile-menu-icon:not(.active):hover
  .menu-line:nth-of-type(3) {
  transform: translateY(-3px);
}
.menu-line:first-of-type {
  top: -7px;
}
.medium-menu-icon .menu-toggle:not(.active):hover .menu-line:first-of-type,
.small-menu-icon .menu-toggle:not(.active):hover .menu-line:first-of-type {
  transform: translateY(2px);
}
.large-menu-icon .menu-toggle:not(.active):hover .menu-line:first-of-type {
  transform: translateY(3px);
}
.medium-mobile-menu-icon
  .dt-mobile-menu-icon:not(.active):hover
  .menu-line:first-of-type,
.small-mobile-menu-icon
  .dt-mobile-menu-icon:not(.active):hover
  .menu-line:first-of-type {
  transform: translateY(2px);
}
.large-mobile-menu-icon
  .dt-mobile-menu-icon:not(.active):hover
  .menu-line:first-of-type {
  transform: translateY(3px);
}
.dt-mobile-menu-icon,
.menu-toggle > a {
  text-decoration: none;
}
.dt-mobile-menu-icon .menu-toggle-caption,
.menu-toggle .menu-toggle-caption {
  position: relative;
  z-index: 2;
  transition: color 0.2s linear;
}
.dt-mobile-menu-icon .menu-line,
.menu-toggle .menu-line {
  z-index: 2;
}
.dt-close-mobile-menu-icon,
.dt-mobile-menu-icon,
.menu-close-toggle,
.menu-toggle {
  position: relative;
}
.dt-close-mobile-menu-icon:after,
.dt-close-mobile-menu-icon:before,
.dt-mobile-menu-icon:after,
.dt-mobile-menu-icon:before,
.menu-close-toggle:after,
.menu-close-toggle:before,
.menu-toggle:after,
.menu-toggle:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: inherit;
  box-sizing: border-box;
}
.dt-close-mobile-menu-icon:after,
.dt-close-mobile-menu-icon:hover:before,
.dt-mobile-menu-icon:after,
.dt-mobile-menu-icon:hover:before,
.menu-close-toggle:after,
.menu-close-toggle:hover:before,
.menu-toggle:after,
.menu-toggle:hover:before {
  opacity: 0;
}
.dt-close-mobile-menu-icon:before,
.dt-close-mobile-menu-icon:hover:after,
.dt-mobile-menu-icon:before,
.dt-mobile-menu-icon:hover:after,
.menu-close-toggle:before,
.menu-close-toggle:hover:after,
.menu-toggle:before,
.menu-toggle:hover:after {
  opacity: 1;
}
.animate-position-2-mobile-menu-icon .dt-mobile-menu-icon .menu-line,
.small-mobile-menu-icon .dt-mobile-menu-icon .menu-line {
  width: 22px;
  height: 2px;
}
.animate-position-mobile-menu-icon .dt-mobile-menu-icon .menu-line {
  width: 35px;
  height: 4px;
  border-radius: 4px;
}
.medium-mobile-menu-icon .dt-mobile-menu-icon .menu-line {
  width: 24px;
  height: 3px;
}
.fade-mobile-menu-icon .mobile-header-bar .menu-line {
  width: 20px;
  height: 1px;
}
.menu-line:after,
.menu-line:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: inherit;
  box-sizing: border-box;
}
.menu-line:after {
  opacity: 0;
}
.menu-line:before {
  opacity: 1;
}
.animate-color-menu-icon .menu-toggle .menu-line:before,
.animate-color-mobile-menu-icon .dt-mobile-menu-icon .menu-line:before {
  display: none;
}
.medium-mobile-menu-icon .mobile-header-bar .menu-line {
  width: 24px;
  height: 3px;
}
.large-mobile-menu-icon .dt-mobile-menu-icon .menu-line {
  width: 30px;
  height: 3px;
}
.dt-mobile-menu-icon .menu-line {
  max-width: 100%;
  position: absolute;
}
.animate-position-2-mobile-menu-icon .dt-mobile-menu-icon .menu-line {
  transition: transform 0.2s linear;
}
.animate-color-mobile-menu-icon .dt-mobile-menu-icon .menu-line {
  overflow: hidden;
}
.animate-color-mobile-menu-icon .dt-mobile-menu-icon .menu-line:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  opacity: 1;
  transition: 0.2s linear;
}
.dt-mobile-menu-icon .menu-line:first-of-type {
  top: 0;
}
.animate-position-2-mobile-menu-icon
  .dt-mobile-menu-icon
  .menu-line:first-of-type {
  left: 2px;
}
.animate-color-mobile-menu-icon
  .dt-mobile-menu-icon
  .menu-line:first-of-type:after {
  transition-delay: 0.1s;
}
.dt-mobile-menu-icon .menu-line:nth-of-type(2) {
  top: 7px;
}
.fade-mobile-menu-icon .dt-mobile-menu-icon .menu-line:nth-of-type(2) {
  top: 6px;
}
.animate-position-2-mobile-menu-icon
  .dt-mobile-menu-icon
  .menu-line:nth-of-type(2) {
  left: -2px;
  top: 5px;
}
.animate-position-mobile-menu-icon
  .dt-mobile-menu-icon
  .menu-line:nth-of-type(2) {
  top: 8px;
}
.animate-color-mobile-menu-icon
  .dt-mobile-menu-icon
  .menu-line:nth-of-type(2):after {
  transition-delay: 0.2s;
}
.dt-mobile-menu-icon .menu-line:nth-of-type(3) {
  top: 14px;
}
.fade-mobile-menu-icon .dt-mobile-menu-icon .menu-line:nth-of-type(3) {
  top: 12px;
}
.animate-position-2-mobile-menu-icon
  .dt-mobile-menu-icon
  .menu-line:nth-of-type(3) {
  display: none;
}
.animate-position-mobile-menu-icon
  .dt-mobile-menu-icon
  .menu-line:nth-of-type(3) {
  top: 16px;
}
.animate-color-mobile-menu-icon
  .dt-mobile-menu-icon
  .menu-line:nth-of-type(3):after {
  transition-delay: 0.3s;
}
.dt-mobile-menu-icon:hover .menu-line:before,
.menu-toggle:hover .menu-line:before {
  opacity: 0;
}
.dt-mobile-menu-icon:hover .menu-line:after,
.menu-toggle:hover .menu-line:after {
  opacity: 1;
}
.animate-position-mobile-menu-icon
  .dt-mobile-menu-icon:hover
  .menu-line:first-of-type {
  transform: translateY(2px);
}
.animate-position-mobile-menu-icon
  .dt-mobile-menu-icon:hover
  .menu-line:nth-of-type(3) {
  transform: translateY(-2px);
}
.animate-position-2-mobile-menu-icon
  .dt-mobile-menu-icon:hover
  .menu-line:first-of-type {
  transform: translateX(-4px);
}
.animate-position-2-mobile-menu-icon
  .dt-mobile-menu-icon:hover
  .menu-line:nth-of-type(2) {
  transform: translateX(4px);
}
.animate-color-mobile-menu-icon .dt-mobile-menu-icon:hover .menu-line:after {
  left: 0;
}
.main-nav > li {
  position: relative;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.main-nav > li > a {
  text-decoration: none;
}
.main-nav > li > a {
  position: relative;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.side-header:not(.h-center) .main-nav > li > a {
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.not-clickable-item {
  cursor: default;
}
.main-nav > li > a .text-wrap {
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: inherit;
}
.main-nav > li > a .text-wrap .menu-item-text {
  position: relative;
  z-index: 10;
}
.main-nav .menu-item .text-wrap > i,
.main-nav .menu-item a i[class^="fa"],
.main-nav .menu-item a > i,
.mobile-main-nav .menu-item .text-wrap > i,
.mobile-main-nav .menu-item a i[class^="fa"],
.mobile-main-nav .menu-item a > i {
  margin-right: 6px;
}
.menu-text {
  display: block;
}
.dt-mobile-header .next-level-button {
  transition: transform 0.3s ease-out;
}
.top-header .active-line-decoration > li > a,
.top-header .hover-line-decoration > li > a {
  overflow: hidden;
}
.top-header .active-line-decoration > li > a .decoration-line,
.top-header .hover-line-decoration > li > a .decoration-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  opacity: 0;
  transition: opacity 0.3s ease;
}
.top-header .hover-line-decoration > li > a:hover .decoration-line {
  opacity: 1;
}
.top-header .hover-bg-decoration > li:not(.act) > a {
  transition: background 0.3s ease;
}
.dt-mega-menu-wrap,
.sub-nav {
  position: absolute;
  visibility: hidden;
  z-index: 200;
  top: 100%;
  left: 0;
  width: 240px;
  opacity: 0;
}
.sub-nav.right-overflow {
  left: auto;
  right: 20px;
}
.sub-nav {
  padding: 0;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}
.sub-nav > li {
  position: relative;
  display: block;
  box-sizing: border-box;
}
.sub-nav li:first-child:before {
  display: none;
}
.sub-nav li a .text-wrap,
.sub-nav > li > a {
  position: relative;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-align-content: center;
  align-content: center;
  -ms-flex-line-pack: center;
  text-decoration: none;
}
.sub-nav li a {
  box-sizing: border-box;
}
.sub-nav li a .text-wrap {
  width: 100%;
}
.dt-mobile-header .sub-nav .next-level-button:before {
  -ms-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  font-size: 8px;
}
.dt-mobile-header .sub-nav .next-level-button {
  transition: transform 0.3s ease-out;
}
.sub-nav .sub-nav {
  left: 241px;
  top: 0;
  margin-top: 0;
}
.rtl .sub-nav .sub-nav {
  left: auto;
  right: 241px;
}
.sub-nav .sub-nav.right-overflow {
  left: -241px;
}
.rtl .sub-nav .sub-nav.right-overflow {
  left: auto;
  right: -241px;
}
.side-header:not(.sub-downwards)
  .main-nav
  > li
  > .dt-mega-menu-wrap:not(.bottom-overflow),
.side-header:not(.sub-downwards)
  .main-nav
  > li
  > .sub-nav:not(.bottom-overflow) {
  top: 0;
  left: 100%;
}
.rtl
  .side-header:not(.sub-downwards)
  .main-nav
  > li
  > .dt-mega-menu-wrap:not(.bottom-overflow),
.rtl
  .side-header:not(.sub-downwards)
  .main-nav
  > li
  > .sub-nav:not(.bottom-overflow) {
  right: 100%;
  left: auto;
}
.side-header:not(.sub-downwards) .main-nav > li > .dt-mega-menu-wrap,
.side-header:not(.sub-downwards) .main-nav > li > .sub-nav {
  left: 100%;
}
.rtl .side-header:not(.sub-downwards) .main-nav > li > .dt-mega-menu-wrap,
.rtl .side-header:not(.sub-downwards) .main-nav > li > .sub-nav {
  right: 100%;
  left: auto;
}
.side-header .dt-mega-menu-wrap.bottom-overflow,
.side-header .sub-nav.bottom-overflow {
  top: auto !important;
  bottom: 0;
}
.dt-mobile-header .sub-nav > li,
.mobile-main-nav > li {
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.dt-mobile-header .mobile-main-nav > li > .dt-mega-menu-wrap,
.dt-mobile-header
  .mobile-main-nav
  > li
  > .dt-mega-menu-wrap
  > .sub-nav
  .sub-nav,
.dt-mobile-header .mobile-main-nav > li > .sub-nav,
.dt-mobile-header .mobile-main-nav > li > .sub-nav .sub-nav {
  position: relative;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  visibility: visible;
  opacity: 1;
  z-index: auto;
}
.mobile-main-nav .sub-nav {
  background: 0 0;
  box-shadow: none;
}
.main-nav .sub-nav > li > a {
  transition: background 0.3s;
}
.next-level-button:hover {
  cursor: pointer !important;
}
.mobile-header-bar {
  display: none;
}
.dt-mobile-header {
  position: fixed;
  top: 0;
  height: 100%;
  min-height: 100%;
  width: 500px;
  max-width: 100%;
  z-index: 9602;
  box-sizing: border-box;
  background-color: grey;
  transition: transform 0.5s ease;
  transform: translate3d(-100%, 0, 0);
  overflow: hidden;
}
.right-mobile-menu .dt-mobile-header {
  right: 0;
  transform: translate3d(100%, 0, 0);
  transition: right 0.5s ease;
}
html:not(.touchevents) .dt-mobile-header::-webkit-scrollbar {
  width: 13px;
}
html:not(.touchevents) .dt-mobile-header::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #1ebac8;
  border: 4px solid #fff;
  box-sizing: border-box;
}
.mobile-header-scrollbar-wrap {
  position: relative;
  width: 100%;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
.mobile-main-nav {
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -ms-flex: 10 1 auto;
  flex: 10 1 auto;
}
.mobile-main-nav > li {
  position: relative;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.mobile-main-nav > li > a {
  text-decoration: none;
  position: relative;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 30px 10px 0;
  -ms-flex-positive: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
.mobile-main-nav > li > a.mega-menu-img-top {
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
}
.dt-mobile-header .next-level-button {
  position: relative;
  right: 0;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -ms-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-tap-highlight-color: transparent;
  min-width: 30px;
}
.dt-mobile-header .next-level-button svg {
  width: 16px;
}
.mobile-main-nav .next-level-button {
  transition: transform 0.3s ease-out;
}
.mobile-main-nav .menu-item a i {
  margin-right: 6px;
}
.mobile-main-nav .sub-nav {
  margin-left: 20px;
}
.header-side-right .mobile-main-nav .mega-auto-width > .sub-nav,
.header-side-right .mobile-main-nav .mega-full-width > .sub-nav {
  right: 0;
}
#page #mobile-menu .sub-nav > li,
#page .mobile-main-nav .dt-mega-menu.mega-auto-width .sub-nav .dt-mega-parent {
  padding: 0;
  width: 100%;
}
#page .mobile-main-nav .sub-nav {
  width: 100%;
}
.mobile-main-nav .sub-nav .sub-nav {
  left: 0;
}
.mobile-main-nav .sub-nav > li > a {
  padding: 10px 30px 10px 0;
  margin: 0;
  -ms-flex-positive: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
.mobile-main-nav .sub-nav > li > a:hover {
  background: 0 0 !important;
}
.mobile-main-nav .sub-nav .next-level-button {
  -ms-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  content: "\ef02";
  font-family: icomoon-the7-font;
  speak: none;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  font-size: 10px;
  line-height: 1;
  font-style: normal;
  top: 0;
  margin: 0;
  transition: transform 0.3s ease-out;
}
.dt-mobile-menu-icon {
  display: -ms-inline-flexbox;
  display: -ms-inline-flex;
  display: inline-flex;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
}
.dt-mobile-menu-icon .menu-toggle-caption {
  transition: color 0.2s linear;
}
.mobile-right-caption .dt-mobile-menu-icon .menu-toggle-caption {
  order: 2;
}
.dt-close-mobile-menu-icon {
  display: -ms-inline-flexbox;
  display: -ms-inline-flex;
  display: inline-flex;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
  position: absolute;
  top: 0;
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.5s ease;
  min-width: 12px;
  min-height: 12px;
}
.ouside-mobile-menu-close-icon .dt-close-mobile-menu-icon {
  position: fixed;
}
.dt-close-mobile-menu-icon .mobile-menu-close-caption {
  transition: color 0.2s linear;
}
.mobile-close-right-caption
  .dt-close-mobile-menu-icon
  .mobile-menu-close-caption {
  order: 2;
}
.admin-bar .dt-close-mobile-menu-icon {
  top: 32px;
}
.dt-close-mobile-menu-icon:hover {
  cursor: pointer;
}
.rotate-medium-mobile-menu-close-icon
  .dt-close-mobile-menu-icon:hover
  .close-line-wrap {
  transform: rotate(180deg);
}
.dt-close-mobile-menu-icon .close-line-wrap {
  position: relative;
  width: 22px;
  height: 100%;
}
.fade-small-mobile-menu-close-icon .dt-close-mobile-menu-icon .close-line-wrap {
  width: 16px;
  height: 16px;
}
.fade-medium-mobile-menu-close-icon
  .dt-close-mobile-menu-icon
  .close-line-wrap {
  width: 20px;
  height: 20px;
}
.fade-thin-mobile-menu-close-icon .dt-close-mobile-menu-icon .close-line-wrap {
  width: 12px;
  height: 12px;
}
.rotate-medium-mobile-menu-close-icon
  .dt-close-mobile-menu-icon
  .close-line-wrap {
  width: 20px;
  height: 20px;
  transform-style: preserve-3d;
  transition: transform 0.4s ease-in-out;
  z-index: 2;
}
@keyframes rotate-close-icon {
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 782px) {
  .admin-bar .dt-close-mobile-menu-icon {
    top: 46px;
  }
}
.dt-close-mobile-menu-icon span {
  position: relative;
  display: block;
  margin: 0;
  transition: all 0.2s;
  z-index: 2;
}
.small-mobile-menu-close-icon .dt-close-mobile-menu-icon span {
  min-height: 18px;
  min-width: 18px;
}
.large-mobile-menu-close-icon .dt-close-mobile-menu-icon span {
  min-height: 28px;
  min-width: 28px;
}
.dt-close-mobile-menu-icon .close-line {
  display: inline-block;
  transform-origin: 50% 50%;
  width: 22px;
  height: 2px;
  position: absolute;
  left: 0;
  content: "";
  transition: transform 0.2s ease;
}
.small-mobile-menu-close-icon .dt-close-mobile-menu-icon .close-line {
  width: 18px;
}
.fade-medium-mobile-menu-close-icon .dt-close-mobile-menu-icon .close-line {
  width: 20px;
  top: 50%;
  margin-top: -1px;
}
.large-mobile-menu-close-icon .dt-close-mobile-menu-icon .close-line {
  width: 28px;
}
.dt-close-mobile-menu-icon .close-line:nth-child(2) {
  display: none;
}
.fade-thin-mobile-menu-close-icon .dt-close-mobile-menu-icon .close-line {
  width: 12px;
  height: 1px;
  top: 50%;
  margin-top: -1px;
}
.rotate-medium-mobile-menu-close-icon .dt-close-mobile-menu-icon .close-line {
  width: 20px;
  height: 4px;
  top: 50%;
  margin-top: -2px;
}
.fade-small-mobile-menu-close-icon .dt-close-mobile-menu-icon .close-line {
  width: 16px;
  height: 2px;
  top: 50%;
  margin-top: -1px;
}
.dt-close-mobile-menu-icon .close-line:after,
.dt-close-mobile-menu-icon .close-line:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: inherit;
  box-sizing: border-box;
}
.dt-close-mobile-menu-icon .close-line:after {
  opacity: 0;
}
.dt-close-mobile-menu-icon .close-line:before {
  opacity: 1;
}
.small-mobile-menu-close-icon .dt-close-mobile-menu-icon .close-line {
  margin: -1px 0 0 -9px;
}
.large-mobile-menu-close-icon .dt-close-mobile-menu-icon .close-line {
  margin: -1px 0 0 -14px;
}
.dt-close-mobile-menu-icon:hover .close-line:before {
  opacity: 0;
}
.dt-close-mobile-menu-icon:hover .close-line:after {
  opacity: 1;
}
.dt-close-mobile-menu-icon .close-line:first-child {
  transform: rotate3d(0, 0, 1, 45deg);
}
.dt-close-mobile-menu-icon .close-line:last-child {
  transform: rotate3d(0, 0, 1, -45deg);
}
.mobile-header-bar > * {
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@keyframes opacity-lat {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100%,
  70% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes fade-out-anim {
  0% {
    opacity: 1;
    display: block;
  }
  30%,
  99% {
    opacity: 0;
    display: block;
  }
  100% {
    opacity: 0;
    display: none;
    z-index: 1;
  }
}
@keyframes fade-in-anim {
  0% {
    opacity: 0;
    display: none;
  }
  1% {
    opacity: 0;
    display: block;
  }
  100%,
  50% {
    opacity: 1;
    display: block;
  }
}
@keyframes slide-out-anim {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  30% {
    opacity: 1;
    transform: translateY(-50%);
  }
  100% {
    opacity: 0;
    transform: translateY(-100%);
  }
}
@keyframes slide-in-anim {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  10% {
    opacity: 1;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slide-out-anim-boxed {
  0% {
    opacity: 1;
    transform: translate3d(-50%, 0, 0);
  }
  30% {
    opacity: 1;
    transform: translate3d(-50%, -50%, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(-50%, -100%, 0);
  }
}
@keyframes slide-in-anim-boxed {
  0% {
    opacity: 0;
    transform: translate3d(-50%, -100%, 0);
  }
  10% {
    opacity: 1;
    transform: translate3d(-50%, -100%, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(-50%, 0, 0);
  }
}
.animate-sticky {
  float: left;
  width: 1px;
  height: 100%;
}
.responsive-off .dt-mobile-header,
.responsive-off .dt-mobile-menu-icon {
  display: none;
} /*!!!REWRITE Sticky floating*/
.footer {
  padding: 0;
}
#bottom-bar.full-width-line .wf-container-bottom,
#bottom-bar.solid-bg .wf-container-bottom,
.footer.full-width-line .wf-container-footer,
.footer.solid-bg .wf-container-footer {
  border-top: none;
}
.wf-container-footer {
  padding-top: 50px;
}
.footer .widget {
  box-sizing: border-box;
}
#bottom-bar {
  position: relative;
  z-index: 9;
  margin: 0 auto;
}
#bottom-bar .wf-container-bottom {
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  box-sizing: border-box;
}
.logo-center#bottom-bar .wf-container-bottom {
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
}
.bottom-text-block {
  text-align: right;
}
.bottom-text-block:not(:first-child) {
  margin-left: 20px;
}
.logo-center .bottom-text-block {
  text-align: center;
}
.logo-center .bottom-text-block:not(:first-child) {
  margin-left: 0;
}
#bottom-bar .wf-float-left {
  margin-right: 10px;
}
.logo-center#bottom-bar .wf-float-left {
  margin-right: 0;
}
.logo-split#bottom-bar .wf-float-left {
  text-align: right;
}
#bottom-bar.logo-split .wf-float-left {
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
}
#bottom-bar .wf-float-left:last-of-type {
  margin-right: 0;
}
#bottom-bar .wf-float-right {
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  flex-grow: 1;
  -ms-flex-pack: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  margin-left: 10px;
  margin-right: 0;
}
.logo-center#bottom-bar .wf-float-right {
  margin-left: 0;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
}
.logo-split#bottom-bar .wf-float-right {
  -ms-flex-pack: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
#bottom-bar.logo-split .wf-float-right {
  -ms-flex-order: 2;
  order: 2;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
}
#bottom-bar .sub-nav {
  top: auto;
  bottom: 100%;
}
#bottom-bar .sub-nav .sub-nav {
  bottom: 0;
}
#bottom-bar .sub-nav li:before {
  width: 200px;
  margin: 0 15px;
}
#bottom-bar .sub-nav a:hover,
#bottom-bar a {
  text-decoration: none;
}
#bottom-bar a:hover {
  text-decoration: underline;
}
#bottom-menu li .menu-text svg {
  display: none;
}
.footer-sub-nav {
  position: absolute;
  visibility: hidden;
  z-index: 200;
  bottom: 100%;
  left: 0;
  width: 240px;
  opacity: 0;
  background: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
.footer-sub-nav > li {
  position: relative;
  display: block;
  padding: 0 10px;
  box-sizing: border-box;
}
.footer-sub-nav > li:first-child {
  padding-top: 10px;
}
.footer-sub-nav > li:last-child {
  padding-bottom: 10px;
}
.footer-sub-nav > li a {
  padding: 5px;
}
.footer-sub-nav > li a .menu-text {
  color: #222;
}
.footer-sub-nav .footer-sub-nav {
  bottom: 0;
  left: 241px !important;
}
.rtl .footer-sub-nav .footer-sub-nav {
  right: 241px;
  left: auto !important;
}
.footer-sub-nav .footer-sub-nav.right-overflow {
  left: -241px !important;
}
.rtl .footer-sub-nav .footer-sub-nav.right-overflow {
  right: -241px;
  left: auto !important;
}
.hover-style-one .links-container {
  transition: all 450ms ease;
}
.scale-img .trigger-img-hover .img-wrap img {
  transition: transform 0.3s ease-out, opacity 0.35s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.mobile-false .scale-img .trigger-img-hover:hover .img-wrap img {
  transform: scale(1.2);
  transition: transform 4s ease-out, opacity 0.25s ease-out;
}
.footer .layzr-bg,
.layzr-bg {
  background-position: center center;
  background-repeat: no-repeat;
}
@keyframes dt_fadeIn {
  to {
    opacity: 1;
  }
}
@keyframes dt_moveUp {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes dt_scaleUp {
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.mobile-false .loading-effect-scale {
  -webkit-perspective: 1300px;
  perspective: 1300px;
}
@keyframes dt_fallPerspective {
  100% {
    transform: translateZ(0) translateY(0) rotateX(0);
    opacity: 1;
  }
}
@keyframes dt_fly {
  100% {
    transform: rotateX(0);
    opacity: 1;
  }
}
@keyframes dt_flip {
  100% {
    transform: rotateX(0);
    opacity: 1;
  }
}
@keyframes dt_helix {
  100% {
    transform: rotateY(0);
    opacity: 1;
  }
}
@keyframes dt_popUp {
  70% {
    transform: scale(1.05);
    opacity: 0.8;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.wf-container.dt-css-grid:before {
  display: none;
}
.dt-css-grid {
  display: -ms-grid;
  display: grid;
  transition: all 0.33s;
}
.scroll-top {
  position: fixed;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
  right: 10px;
  bottom: 10px;
  width: 40px;
  height: 40px;
  opacity: 0;
  z-index: -1;
  text-decoration: none;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}
.scroll-top,
.scroll-top i,
.scroll-top svg,
.scroll-top::before {
  transition: all 0.4s ease;
}
.scroll-top.off {
  right: -45px;
  opacity: 0;
}
.scroll-top.on {
  right: 10px;
  opacity: 1;
  z-index: 109;
}
.header-side-right .scroll-top.on {
  right: auto;
  left: 10px;
}
.scroll-top:hover {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
}
.scroll-top svg {
  text-transform: none;
  width: 24px;
  line-height: 1;
  fill: #fff;
}
.scroll-top-elementor-icon:before {
  display: none;
}
.scroll-top-elementor-icon,
.scroll-top-elementor-icon:hover {
  color: #fff;
}
.scroll-top-elementor-icon svg {
  fill: #fff;
}
.edit-link {
  padding: 5px 10px;
  background-color: #69c354;
  color: #fff !important;
  text-decoration: none;
  font-family: Arial, sans-serif;
  font-size: 12px;
  border-radius: 3px;
}
.edit-link:hover {
  color: #fff;
  background-color: #4fa53b;
}
#content
  span:last-child[class*="gw-go-btn-icon"][class*="gw-go-btn-icon-large"] {
  margin-bottom: -6px;
}
#content span:last-child[class*="gw-go-btn-icon"] {
  margin-bottom: -5px;
}
@keyframes opacity-lat-rev {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100%,
  30% {
    opacity: 0;
    visibility: hidden;
  }
}
.loading-ready #load {
  animation: opacity-lat-rev 0.8s ease 0s 1 normal both;
}
body #load.loader-removed {
  opacity: 0;
  visibility: hidden;
}
.hidden {
  display: none !important;
  opacity: 0 !important;
} /*! Prefix flex for IE10  in LESS
* https://gist.github.com/codler/2148ba4ff096a19f08ea
* Copyright (c) 2014 Han Lin Yap http://yap.nu; MIT license */
.content-align-bottom {
  text-align: center;
}
.links-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
}
.mobile-true .links-container {
  visibility: hidden;
}
.links-container > a {
  position: relative;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: -ms-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
  font-size: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  border-radius: 100px;
  margin: 10px 5px 10px;
  opacity: 1;
  text-align: center;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-backface-visibility: hidden;
}
.links-container > a:after,
.links-container > a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  box-sizing: border-box;
  -webkit-border-radius: inherit;
  border-radius: inherit;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  -webkit-backface-visibility: hidden;
}
.links-container > a:before {
  background: rgba(255, 255, 255, 0.3);
}
.links-container > a:after {
  background: rgba(255, 255, 255, 0.5);
}
.links-container > a:before,
.links-container > a:hover:after {
  opacity: 1;
}
.links-container > a:after,
.links-container > a:hover:before {
  opacity: 0;
}
.links-container > a:hover:before,
.links-container > a:not(:hover):after {
  transition-delay: 0.1s;
}
.links-container > a > span {
  position: relative;
  z-index: 2;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
  font-size: 16px;
  line-height: 44px;
}
.links-container:after,
.links-container:before {
  content: "";
  display: table;
  clear: both;
}
.hover-scale .post {
  overflow: hidden;
}
.hover-scale .post:after {
  display: block;
  background-color: inherit;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  content: "";
  -webkit-border-radius: 50%;
  border-radius: 50%;
  padding-bottom: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.4s;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s;
}
.hover-scale .post:after {
  padding-bottom: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.4s;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s;
}
.mobile-false .hover-scale article:hover:after {
  opacity: 1;
  -webkit-transform: scale(1.42);
  transform: scale(1.42);
}
.hover-grid article {
  position: relative;
  overflow: hidden;
}
@-webkit-keyframes fadeInFromNone {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  1% {
    visibility: visible;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
@keyframes fadeInFromNone {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  1% {
    visibility: visible;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
@-webkit-keyframes fadeToNone {
  0% {
    opacity: 1;
  }
  1% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes fadeToNone {
  0% {
    opacity: 1;
  }
  1% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
:root {
  --the7-accent-bg-color: #999999;
  --the7-accent-color: #999999;
  --the7-additional-logo-elements-font-family: "Arial", Helvetica, Arial,
    Verdana, sans-serif;
  --the7-additional-logo-elements-font-size: 20px;
  --the7-additional-logo-elements-icon-size: 0px;
  --the7-additional-menu-elements-font-family: "Arial", Helvetica, Arial,
    Verdana, sans-serif;
  --the7-additional-menu-elements-font-size: 20px;
  --the7-additional-menu-elements-icon-size: 0px;
  --the7-base-border-radius: 0px;
  --the7-base-color: #666666;
  --the7-base-font-family: "Merriweather", Helvetica, Arial, Verdana, sans-serif;
  --the7-base-font-size: 15px;
  --the7-base-line-height: 1.4em;
  --the7-beautiful-loading-bg: #ffffff;
  --the7-beautiful-spinner-color: rgba(0, 0, 0, 0.12);
  --the7-body-bg-color: #ffffff;
  --the7-body-bg-image: none;
  --the7-body-bg-position-x: center;
  --the7-body-bg-position-y: center;
  --the7-body-bg-repeat: no-repeat;
  --the7-body-bg-size: auto;
  --the7-border-radius-size: 0px;
  --the7-bottom-bar-bottom-padding: 10px;
  --the7-bottom-bar-height: 60px;
  --the7-bottom-bar-line-size: 1px;
  --the7-bottom-bar-menu-switch: 778px;
  --the7-bottom-bar-switch: 990px;
  --the7-bottom-bar-top-padding: 10px;
  --the7-bottom-bg-color: rgba(255, 255, 255, 0.12);
  --the7-bottom-bg-image: none;
  --the7-bottom-bg-position-x: center;
  --the7-bottom-bg-position-y: top;
  --the7-bottom-bg-repeat: repeat;
  --the7-bottom-color: #eeeeee;
  --the7-bottom-content-padding: 0px;
  --the7-bottom-input-border-width: 1px;
  --the7-bottom-input-padding: 5px;
  --the7-bottom-logo-bottom-padding: 0px;
  --the7-bottom-logo-left-padding: 0px;
  --the7-bottom-logo-right-padding: 0px;
  --the7-bottom-logo-top-padding: 0px;
  --the7-bottom-overlay-content-padding: 0px;
  --the7-box-width: 1280px;
  --the7-breadcrumbs-bg-color: #594492;
  --the7-breadcrumbs-border-color: rgba(255, 255, 255, 0);
  --the7-breadcrumbs-border-radius: 2px;
  --the7-breadcrumbs-border-width: 0px;
  --the7-breadcrumbs-font-family: "Merriweather", Helvetica, Arial, Verdana,
    sans-serif;
  --the7-breadcrumbs-font-size: 14px;
  --the7-breadcrumbs-line-height: 16px;
  --the7-breadcrumbs-margin-bottom: 0px;
  --the7-breadcrumbs-margin-left: 0px;
  --the7-breadcrumbs-margin-right: 0px;
  --the7-breadcrumbs-margin-top: 10px;
  --the7-breadcrumbs-padding-bottom: 0px;
  --the7-breadcrumbs-padding-left: 0px;
  --the7-breadcrumbs-padding-right: 0px;
  --the7-breadcrumbs-padding-top: 0px;
  --the7-breadcrumbs-text-transform: none;
  --the7-btn-bg-color: #999999;
  --the7-btn-border-color: #999999;
  --the7-btn-border-hover-color: #999999;
  --the7-btn-color: #ffffff;
  --the7-btn-hover-bg-color: #666666;
  --the7-btn-hover-color: #ffffff;
  --the7-btn-l-border-radius: 3px;
  --the7-btn-l-border-style: solid;
  --the7-btn-l-border-width: 0px;
  --the7-btn-l-font-family: "Merriweather", Helvetica, Arial, Verdana,
    sans-serif;
  --the7-btn-l-font-size: 16px;
  --the7-btn-l-icon-size: 16px;
  --the7-btn-l-letter-spacing: 0px;
  --the7-btn-l-line-height: 1;
  --the7-btn-l-min-height: 1px;
  --the7-btn-l-min-width: 1px;
  --the7-btn-l-padding: 12px 18px 12px 18px;
  --the7-btn-l-text-transform: none;
  --the7-btn-lg-border-radius: 3px;
  --the7-btn-lg-border-style: solid;
  --the7-btn-lg-border-width: 0px;
  --the7-btn-lg-font-family: "Merriweather", Helvetica, Arial, Verdana,
    sans-serif;
  --the7-btn-lg-font-size: 18px;
  --the7-btn-lg-icon-size: 18px;
  --the7-btn-lg-letter-spacing: 0px;
  --the7-btn-lg-line-height: 1;
  --the7-btn-lg-min-height: 1px;
  --the7-btn-lg-min-width: 1px;
  --the7-btn-lg-padding: 14px 24px 14px 24px;
  --the7-btn-lg-text-transform: none;
  --the7-btn-m-border-radius: 3px;
  --the7-btn-m-border-style: solid;
  --the7-btn-m-border-width: 0px;
  --the7-btn-m-font-family: "Merriweather", Helvetica, Arial, Verdana,
    sans-serif;
  --the7-btn-m-font-size: 14px;
  --the7-btn-m-icon-size: 14px;
  --the7-btn-m-letter-spacing: 0px;
  --the7-btn-m-line-height: 1;
  --the7-btn-m-min-height: 1px;
  --the7-btn-m-min-width: 1px;
  --the7-btn-m-padding: 10px 14px 10px 14px;
  --the7-btn-m-text-transform: none;
  --the7-btn-s-border-radius: 3px;
  --the7-btn-s-border-style: solid;
  --the7-btn-s-border-width: 0px;
  --the7-btn-s-font-family: "Merriweather", Helvetica, Arial, Verdana,
    sans-serif;
  --the7-btn-s-font-size: 12px;
  --the7-btn-s-icon-size: 12px;
  --the7-btn-s-letter-spacing: 0px;
  --the7-btn-s-line-height: 1;
  --the7-btn-s-min-height: 1px;
  --the7-btn-s-min-width: 1px;
  --the7-btn-s-padding: 8px 10px 8px 10px;
  --the7-btn-s-text-transform: none;
  --the7-btn-xl-border-radius: 3px;
  --the7-btn-xl-border-style: solid;
  --the7-btn-xl-border-width: 0px;
  --the7-btn-xl-font-family: "Merriweather", Helvetica, Arial, Verdana,
    sans-serif;
  --the7-btn-xl-font-size: 20px;
  --the7-btn-xl-icon-size: 20px;
  --the7-btn-xl-letter-spacing: 0px;
  --the7-btn-xl-line-height: 1;
  --the7-btn-xl-min-height: 1px;
  --the7-btn-xl-min-width: 1px;
  --the7-btn-xl-padding: 20px 30px 20px 30px;
  --the7-btn-xl-text-transform: none;
  --the7-button-shadow-blur: 10px;
  --the7-button-shadow-color: rgba(0, 0, 0, 0);
  --the7-button-shadow-horizontal: 0px;
  --the7-button-shadow-hover-blur: 10px;
  --the7-button-shadow-hover-color: rgba(0, 0, 0, 0);
  --the7-button-shadow-hover-horizontal: 0px;
  --the7-button-shadow-hover-spread: 0px;
  --the7-button-shadow-hover-vertical: 0px;
  --the7-button-shadow-spread: 0px;
  --the7-button-shadow-vertical: 0px;
  --the7-classic-menu-bottom-margin: 0px;
  --the7-classic-menu-top-margin: 0px;
  --the7-close-menu-caption-color-hover: #000000;
  --the7-close-menu-caption-color: #000000;
  --the7-close-menu-caption-font-family: "Roboto", Helvetica, Arial, Verdana,
    sans-serif;
  --the7-close-menu-caption-font-size: 16px;
  --the7-close-menu-caption-gap: 20px;
  --the7-close-menu-caption-text-transform: uppercase;
  --the7-close-mobile-menu-caption-color-hover: #000000;
  --the7-close-mobile-menu-caption-color: #000000;
  --the7-close-mobile-menu-caption-font-family: "Nunito Sans", Helvetica, Arial,
    Verdana, sans-serif;
  --the7-close-mobile-menu-caption-font-size: 16px;
  --the7-close-mobile-menu-caption-font-weight: 300;
  --the7-close-mobile-menu-caption-gap: 10px;
  --the7-close-mobile-menu-caption-text-transform: uppercase;
  --the7-content-boxes-bg: #f7f7f7;
  --the7-content-width: 1200px;
  --the7-divider-bg-color: rgba(0, 0, 0, 0);
  --the7-divider-color: rgba(0, 0, 0, 0.12);
  --the7-filter-border-radius: 100px;
  --the7-filter-decoration-line-size: 1px;
  --the7-filter-font-family: "Merriweather", Helvetica, Arial, Verdana,
    sans-serif;
  --the7-filter-font-size: 15px;
  --the7-filter-item-margin-bottom: 0px;
  --the7-filter-item-margin-left: 15px;
  --the7-filter-item-margin-right: 15px;
  --the7-filter-item-margin-top: 0px;
  --the7-filter-item-padding-bottom: 5px;
  --the7-filter-item-padding-left: 0px;
  --the7-filter-item-padding-right: 0px;
  --the7-filter-item-padding-top: 5px;
  --the7-filter-pointer-bg-radius: 100px;
  --the7-filter-pointer-border-width: 1px;
  --the7-filter-text-transform: none;
  --the7-first-switch-header-padding-left: 30px;
  --the7-first-switch-header-padding-right: 30px;
  --the7-first-switch-mobile-header-height: 60px;
  --the7-first-switch: 1150px;
  --the7-float-menu-bg: #ffffff;
  --the7-float-menu-height: 64px;
  --the7-float-menu-line-decoration-color: rgba(51, 51, 51, 0.11);
  --the7-float-menu-line-decoration-size: 1px;
  --the7-floating-header-bg-image: none;
  --the7-floating-header-bg-position-x: center;
  --the7-floating-header-bg-position-y: center;
  --the7-floating-header-bg-repeat: repeat;
  --the7-floating-header-bg-size: auto;
  --the7-floating-logo-bottom-padding: 0px;
  --the7-floating-logo-left-padding: 0px;
  --the7-floating-logo-right-padding: 0px;
  --the7-floating-logo-top-padding: 0px;
  --the7-floating-menu-active-last-color: #999999;
  --the7-floating-menu-color-active: #999999;
  --the7-floating-menu-color-hover: #000000;
  --the7-floating-menu-color: #666666;
  --the7-floating-menu-hover-last-color: #000000;
  --the7-floating-mixed-logo-bottom-padding: 0px;
  --the7-floating-mixed-logo-left-padding: 0px;
  --the7-floating-mixed-logo-right-padding: 0px;
  --the7-floating-mixed-logo-top-padding: 0px;
  --the7-floating-mobile-logo-bottom-padding: 0px;
  --the7-floating-mobile-logo-left-padding: 0px;
  --the7-floating-mobile-logo-right-padding: 0px;
  --the7-floating-mobile-logo-top-padding: 0px;
  --the7-footer-bg-color: #ffffff;
  --the7-footer-bg-image: none;
  --the7-footer-bg-position-x: center;
  --the7-footer-bg-position-y: top;
  --the7-footer-bg-repeat: repeat;
  --the7-footer-bottom-padding: 0px;
  --the7-footer-decoration-line-size: 1px;
  --the7-footer-left-padding: 0px;
  --the7-footer-outline-color: rgba(129, 215, 66, 0.96);
  --the7-footer-right-padding: 0px;
  --the7-footer-switch-colums: 992px;
  --the7-footer-switch: 0px;
  --the7-footer-top-padding: 0px;
  --the7-general-border-radius: 0px;
  --the7-general-title-responsiveness: 778px;
  --the7-h1-font-family: "Merriweather", Helvetica, Arial, Verdana, sans-serif;
  --the7-h1-font-size-desktop: 50px;
  --the7-h1-font-size: 50px;
  --the7-h1-line-height-desktop: 1.1em;
  --the7-h1-line-height: 1.1em;
  --the7-h1-text-transform: none;
  --the7-h2-font-family: "Merriweather", Helvetica, Arial, Verdana, sans-serif;
  --the7-h2-font-size-desktop: 40px;
  --the7-h2-font-size: 40px;
  --the7-h2-line-height-desktop: 1.2em;
  --the7-h2-line-height: 1.2em;
  --the7-h2-text-transform: none;
  --the7-h3-font-family: "Merriweather", Helvetica, Arial, Verdana, sans-serif;
  --the7-h3-font-size-desktop: 26px;
  --the7-h3-font-size: 26px;
  --the7-h3-line-height-desktop: 1.2em;
  --the7-h3-line-height: 1.2em;
  --the7-h3-text-transform: none;
  --the7-h4-font-family: "Merriweather", Helvetica, Arial, Verdana, sans-serif;
  --the7-h4-font-size-desktop: 22px;
  --the7-h4-font-size: 22px;
  --the7-h4-line-height-desktop: 1.2em;
  --the7-h4-line-height: 1.2em;
  --the7-h4-text-transform: none;
  --the7-h5-font-family: "Merriweather", Helvetica, Arial, Verdana, sans-serif;
  --the7-h5-font-size-desktop: 18px;
  --the7-h5-font-size: 18px;
  --the7-h5-line-height-desktop: 1.3em;
  --the7-h5-line-height: 1.3em;
  --the7-h5-text-transform: none;
  --the7-h6-font-family: "Merriweather", Helvetica, Arial, Verdana, sans-serif;
  --the7-h6-font-size-desktop: 16px;
  --the7-h6-font-size: 16px;
  --the7-h6-line-height-desktop: 1.3em;
  --the7-h6-line-height: 1.3em;
  --the7-h6-text-transform: none;
  --the7-hamburger-border-width: 0px;
  --the7-hamburger-close-border-radius: 0px;
  --the7-hamburger-close-border-width: 0px;
  --the7-hamburger-mobile-close-border-radius: 0px;
  --the7-hamburger-mobile-close-border-width: 0px;
  --the7-header-bg-color: #ffffff;
  --the7-header-bg-image: none;
  --the7-header-bg-position-x: center;
  --the7-header-bg-position-y: center;
  --the7-header-bg-repeat: repeat;
  --the7-header-bg-size: auto;
  --the7-header-classic-menu-line-size: 1px;
  --the7-header-decoration-size: 1px;
  --the7-header-decoration: rgba(51, 51, 51, 0.11);
  --the7-header-height: 140px;
  --the7-header-left-padding: 0px;
  --the7-header-mobile-left-padding: 0px;
  --the7-header-mobile-menu-bottom-padding: 30px;
  --the7-header-mobile-menu-left-padding: 30px;
  --the7-header-mobile-menu-right-padding: 10px;
  --the7-header-mobile-menu-top-padding: 45px;
  --the7-header-mobile-right-padding: 0px;
  --the7-header-right-padding: 0px;
  --the7-header-side-content-width: 300px;
  --the7-header-side-width: 280px;
  --the7-header-slide-out-width: 400px;
  --the7-header-switch-paddings: 0px;
  --the7-header-transparent-bg-color: #eeee22;
  --the7-input-bg-color: #ffffff;
  --the7-input-border-color: rgba(44, 51, 56, 0.13);
  --the7-input-border-radius: 2px;
  --the7-input-color: #2c3338;
  --the7-input-height: 40px;
  --the7-left-content-padding: 0px;
  --the7-left-input-border-width: 1px;
  --the7-left-input-padding: 10px;
  --the7-left-overlay-content-padding: 0px;
  --the7-lightbox-arrow-size: 48px;
  --the7-links-color: #999999;
  --the7-logo-area-left-padding-bottom: 0px;
  --the7-logo-area-left-padding-left: 0px;
  --the7-logo-area-left-padding-right: 0px;
  --the7-logo-area-left-padding-top: 0px;
  --the7-logo-area-right-padding-bottom: 0px;
  --the7-logo-area-right-padding-left: 0px;
  --the7-logo-area-right-padding-right: 0px;
  --the7-logo-area-right-padding-top: 0px;
  --the7-main-logo-bottom-padding: 0px;
  --the7-main-logo-left-padding: 0px;
  --the7-main-logo-right-padding: 0px;
  --the7-main-logo-top-padding: 0px;
  --the7-main-menu-icon-size: 24px;
  --the7-mega-col-padding-bottom: 0px;
  --the7-mega-col-padding-left: 10px;
  --the7-mega-col-padding-right: 10px;
  --the7-mega-col-padding-top: 0px;
  --the7-mega-menu-desc-color: #222222;
  --the7-mega-menu-desc-font-family: "Nunito Sans", Helvetica, Arial, Verdana,
    sans-serif;
  --the7-mega-menu-desc-font-size: 14px;
  --the7-mega-menu-title-color: #222222;
  --the7-mega-menu-title-font-family: "Nunito Sans", Helvetica, Arial, Verdana,
    sans-serif;
  --the7-mega-menu-title-font-size: 18px;
  --the7-mega-menu-title-icon-size: 16px;
  --the7-mega-menu-title-text-transform: uppercase;
  --the7-mega-menu-widget-color: #222222;
  --the7-mega-menu-widget-title-color: #222222;
  --the7-mega-submenu-col-width: 250px;
  --the7-mega-submenu-item-2-level-spacing: 0px;
  --the7-mega-submenu-item-padding-bottom: 9px;
  --the7-mega-submenu-item-padding-left: 10px;
  --the7-mega-submenu-item-padding-right: 10px;
  --the7-mega-submenu-item-padding-top: 9px;
  --the7-mega-submenu-padding-bottom: 20px;
  --the7-mega-submenu-padding-left: 10px;
  --the7-mega-submenu-padding-right: 10px;
  --the7-mega-submenu-padding-top: 20px;
  --the7-megamenu-title-active-color: #999999;
  --the7-megamenu-title-hover-color: #999999;
  --the7-menu-active-color: #999999;
  --the7-menu-active-decor-color: rgba(153, 153, 153, 0.15);
  --the7-menu-active-last-color: #999999;
  --the7-menu-active-line-decor-color: rgba(130, 36, 227, 0.3);
  --the7-menu-area-below-padding-bottom: 0px;
  --the7-menu-area-below-padding-left: 0px;
  --the7-menu-area-below-padding-right: 0px;
  --the7-menu-area-below-padding-top: 0px;
  --the7-menu-area-left-padding-bottom: 0px;
  --the7-menu-area-left-padding-left: 0px;
  --the7-menu-area-left-padding-right: 0px;
  --the7-menu-area-left-padding-top: 0px;
  --the7-menu-area-right-padding-bottom: 0px;
  --the7-menu-area-right-padding-left: 0px;
  --the7-menu-area-right-padding-right: 0px;
  --the7-menu-area-right-padding-top: 0px;
  --the7-menu-area-top-line-padding-bottom: 0px;
  --the7-menu-area-top-line-padding-left: 0px;
  --the7-menu-area-top-line-padding-right: 0px;
  --the7-menu-area-top-line-padding-top: 0px;
  --the7-menu-area-top-line-right-padding-bottom: 0px;
  --the7-menu-area-top-line-right-padding-left: 0px;
  --the7-menu-area-top-line-right-padding-right: 0px;
  --the7-menu-area-top-line-right-padding-top: 0px;
  --the7-menu-caption-font-family: "Roboto", Helvetica, Arial, Verdana,
    sans-serif;
  --the7-menu-caption-font-size: 16px;
  --the7-menu-caption-gap: 10px;
  --the7-menu-caption-text-transform: none;
  --the7-menu-click-decor-bg-color: rgba(153, 153, 153, 0);
  --the7-menu-color: #666666;
  --the7-menu-decor-border-radius: 3px;
  --the7-menu-decor-color: #999999;
  --the7-menu-decoration-line-size: 2px;
  --the7-menu-font-family: "Nunito Sans", Helvetica, Arial, Verdana, sans-serif;
  --the7-menu-font-size: 22px;
  --the7-menu-font-weight: 200;
  --the7-menu-hover-color: #000000;
  --the7-menu-hover-decor-color-2: 135deg, rgba(255, 255, 255, 0.23) 30%,
    rgba(0, 0, 0, 0.23) 100%;
  --the7-menu-hover-decor-color: rgba(255, 255, 255, 0.23);
  --the7-menu-hover-last-color: #000000;
  --the7-menu-item-divider-width: 1px;
  --the7-menu-item-margin-bottom: 20px;
  --the7-menu-item-margin-left: 0px;
  --the7-menu-item-margin-right: 0px;
  --the7-menu-item-margin-top: 0px;
  --the7-menu-item-padding-bottom: 0px;
  --the7-menu-item-padding-left: 0px;
  --the7-menu-item-padding-right: 0px;
  --the7-menu-item-padding-top: 0px;
  --the7-menu-line-decor-color-2: to left, rgba(255, 255, 255, 0.23) 30%,
    rgba(0, 0, 0, 0.23) 100%;
  --the7-menu-line-decor-color: rgba(255, 255, 255, 0.23);
  --the7-menu-tem-divider-color: rgba(17, 17, 17, 0.14);
  --the7-menu-tem-divider-height: 24px;
  --the7-menu-text-transform: none;
  --the7-message-color: #ffffff;
  --the7-microwidget-button-2-bg: #999999;
  --the7-microwidget-button-2-border-color: #999999;
  --the7-microwidget-button-2-border-radius: 0px;
  --the7-microwidget-button-2-border-width: 1px;
  --the7-microwidget-button-2-bottom-padding: 10px;
  --the7-microwidget-button-2-color: #ffffff;
  --the7-microwidget-button-2-font-family: "Roboto", Helvetica, Arial, Verdana,
    sans-serif;
  --the7-microwidget-button-2-font-size: 14px;
  --the7-microwidget-button-2-font-weight: 700;
  --the7-microwidget-button-2-hover-bg: #999999;
  --the7-microwidget-button-2-hover-border-color: #999999;
  --the7-microwidget-button-2-hover-color: #ffffff;
  --the7-microwidget-button-2-icon-gap: 5px;
  --the7-microwidget-button-2-icon-size: 14px;
  --the7-microwidget-button-2-left-padding: 20px;
  --the7-microwidget-button-2-right-padding: 20px;
  --the7-microwidget-button-2-top-padding: 10px;
  --the7-microwidget-button-bg: #999999;
  --the7-microwidget-button-border-color: #999999;
  --the7-microwidget-button-border-radius: 0px;
  --the7-microwidget-button-border-width: 1px;
  --the7-microwidget-button-bottom-padding: 10px;
  --the7-microwidget-button-color: #ffffff;
  --the7-microwidget-button-font-family: "Roboto", Helvetica, Arial, Verdana,
    sans-serif;
  --the7-microwidget-button-font-size: 14px;
  --the7-microwidget-button-font-weight: 700;
  --the7-microwidget-button-hover-bg: #999999;
  --the7-microwidget-button-hover-border-color: #999999;
  --the7-microwidget-button-hover-color: #ffffff;
  --the7-microwidget-button-icon-gap: 5px;
  --the7-microwidget-button-icon-size: 14px;
  --the7-microwidget-button-left-padding: 20px;
  --the7-microwidget-button-right-padding: 20px;
  --the7-microwidget-button-top-padding: 10px;
  --the7-microwidgets-in-top-line-color: #888888;
  --the7-microwidgets-in-top-line-font-family: "Arial", Helvetica, Arial,
    Verdana, sans-serif;
  --the7-microwidgets-in-top-line-font-size: 20px;
  --the7-microwidgets-in-top-line-icon-color: #888888;
  --the7-microwidgets-in-top-line-icon-size: 16px;
  --the7-mixed-logo-bottom-padding: 0px;
  --the7-mixed-logo-left-padding: 0px;
  --the7-mixed-logo-right-padding: 0px;
  --the7-mixed-logo-top-padding: 0px;
  --the7-mobile-floating-header-bg-color: #ffffff;
  --the7-mobile-footer-bottom-padding: 0px;
  --the7-mobile-footer-left-padding: 0px;
  --the7-mobile-footer-right-padding: 0px;
  --the7-mobile-footer-top-padding: 0px;
  --the7-mobile-hamburger-border-width: 0px;
  --the7-mobile-header-bg-color: #ffffff;
  --the7-mobile-header-decoration-color: #ffffff;
  --the7-mobile-header-decoration-size: 1px;
  --the7-mobile-logo-bottom-padding: 0px;
  --the7-mobile-logo-left-padding: 0px;
  --the7-mobile-logo-right-padding: 0px;
  --the7-mobile-logo-top-padding: 0px;
  --the7-mobile-menu-active-color: #999999;
  --the7-mobile-menu-bg-color: #ffffff;
  --the7-mobile-menu-caption-font-family: "Nunito Sans", Helvetica, Arial,
    Verdana, sans-serif;
  --the7-mobile-menu-caption-font-size: 16px;
  --the7-mobile-menu-caption-font-weight: 300;
  --the7-mobile-menu-caption-gap: 15px;
  --the7-mobile-menu-caption-text-transform: uppercase;
  --the7-mobile-menu-color: #666666;
  --the7-mobile-menu-divider-color: rgba(51, 51, 51, 0.12);
  --the7-mobile-menu-divider-height: 1px;
  --the7-mobile-menu-font-family: "Nunito Sans", Helvetica, Arial, Verdana,
    sans-serif;
  --the7-mobile-menu-font-size: 22px;
  --the7-mobile-menu-font-weight: 200;
  --the7-mobile-menu-hover-color: #999999;
  --the7-mobile-menu-microwidgets-color: #aaaaaa;
  --the7-mobile-menu-microwidgets-font-family: "Nunito Sans", Helvetica, Arial,
    Verdana, sans-serif;
  --the7-mobile-menu-microwidgets-font-size: 14px;
  --the7-mobile-menu-microwidgets-font-weight: 300;
  --the7-mobile-menu-microwidgets-icon-color: #aaaaaa;
  --the7-mobile-menu-microwidgets-icon-size: 16px;
  --the7-mobile-menu-text-transform: none;
  --the7-mobile-menu-width: 300px;
  --the7-mobile-microwidgets-color: #aaaaaa;
  --the7-mobile-microwidgets-font-family: "Nunito Sans", Helvetica, Arial,
    Verdana, sans-serif;
  --the7-mobile-microwidgets-font-size: 14px;
  --the7-mobile-microwidgets-font-weight: 300;
  --the7-mobile-microwidgets-icon-color: #aaaaaa;
  --the7-mobile-microwidgets-icon-size: 16px;
  --the7-mobile-overlay-bg-color: rgba(17, 17, 17, 0.5);
  --the7-mobile-page-bottom-margin: 0px;
  --the7-mobile-page-left-margin: 0px;
  --the7-mobile-page-right-margin: 0px;
  --the7-mobile-page-top-margin: 0px;
  --the7-mobile-sub-menu-font-family: "Nunito Sans", Helvetica, Arial, Verdana,
    sans-serif;
  --the7-mobile-sub-menu-font-size: 16px;
  --the7-mobile-sub-menu-font-weight: 300;
  --the7-mobile-sub-menu-text-transform: none;
  --the7-mobile-toggle-menu-bg-color: rgba(255, 255, 255, 0);
  --the7-mobile-toggle-menu-bg-hover-color: rgba(255, 255, 255, 0);
  --the7-mobile-toggle-menu-border-radius: 0px;
  --the7-mobile-toggle-menu-color: #aaaaaa;
  --the7-mobile-toggle-menu-hover-color: #aaaaaa;
  --the7-mw-address-icon-size: 16px;
  --the7-mw-clock-icon-size: 16px;
  --the7-mw-email-icon-size: 16px;
  --the7-mw-login-icon-size: 16px;
  --the7-mw-phone-icon-size: 16px;
  --the7-mw-search-bg-active-width: 260px;
  --the7-mw-search-bg-color: #ffffff;
  --the7-mw-search-bg-height: 38px;
  --the7-mw-search-bg-width: 300px;
  --the7-mw-search-border-color: #ffffff;
  --the7-mw-search-border-radius: 2px;
  --the7-mw-search-border-width: 1px;
  --the7-mw-search-color: #222222;
  --the7-mw-search-font-family: "Nunito Sans", Helvetica, Arial, Verdana,
    sans-serif;
  --the7-mw-search-font-size: 16px;
  --the7-mw-search-icon-size: 16px;
  --the7-mw-search-left-padding: 10px;
  --the7-mw-search-overlay-bg: rgba(0, 0, 0, 0.9);
  --the7-mw-search-right-padding: 10px;
  --the7-mw-skype-icon-size: 16px;
  --the7-mw-woocommerce-cart-icon-size: 16px;
  --the7-navigation-bg-color: #000000;
  --the7-navigation-line-bg: #ffffff;
  --the7-navigation-line-decoration-color: #dd9933;
  --the7-navigation-line-decoration-line-size: 1px;
  --the7-navigation-line-sticky-bg: #000000;
  --the7-navigation-margin: 40px;
  --the7-outside-item-custom-margin: 30px;
  --the7-page-bg-color: rgba(255, 255, 255, 0);
  --the7-page-bg-image: none;
  --the7-page-bg-position-x: center;
  --the7-page-bg-position-y: top;
  --the7-page-bg-repeat: repeat;
  --the7-page-bg-size: auto;
  --the7-page-bottom-margin: 0px;
  --the7-page-left-margin: 0px;
  --the7-page-responsive-title-height: 0px;
  --the7-page-responsive-title-line-height: 26px;
  --the7-page-right-margin: 0px;
  --the7-page-title-bg-color: rgba(255, 255, 255, 0);
  --the7-page-title-bg-image: none;
  --the7-page-title-bg-position-x: center;
  --the7-page-title-bg-position-y: center;
  --the7-page-title-bg-repeat: repeat;
  --the7-page-title-bg-size: auto auto;
  --the7-page-title-border-height: 10px;
  --the7-page-title-border-style: solid;
  --the7-page-title-bottom-padding: 30px;
  --the7-page-title-breadcrumbs-color: #999999;
  --the7-page-title-color: #000000;
  --the7-page-title-decorative-line-height: 6px;
  --the7-page-title-font-family: "Merriweather", Helvetica, Arial, Verdana,
    sans-serif;
  --the7-page-title-height: 60px;
  --the7-page-title-line-color: rgba(51, 51, 51, 0.11);
  --the7-page-title-line-height: 28px;
  --the7-page-title-line-style: double;
  --the7-page-title-overlay-color: rgba(0, 0, 0, 0.5);
  --the7-page-title-text-transform: none;
  --the7-page-title-top-padding: 30px;
  --the7-page-top-margin: 0px;
  --the7-project-rollover-bg-color: rgba(153, 153, 153, 0.85);
  --the7-right-content-padding: 0px;
  --the7-right-input-border-width: 1px;
  --the7-right-input-padding: 10px;
  --the7-right-overlay-content-padding: 0px;
  --the7-rollover-bg-color: rgba(153, 153, 153, 0.2);
  --the7-second-switch-header-padding-left: 30px;
  --the7-second-switch-header-padding-right: 30px;
  --the7-second-switch-mobile-header-height: 50px;
  --the7-second-switch: 600px;
  --the7-secondary-text-color: #999999;
  --the7-side-header-h-stroke-height: 130px;
  --the7-side-header-v-stroke-width: 60px;
  --the7-sidebar-distace-to-content: 50px;
  --the7-sidebar-outline-color: rgba(0, 0, 0, 0.06);
  --the7-sidebar-responsiveness: 992px;
  --the7-sidebar-width: 350px;
  --the7-soc-ico-hover-color: #ffffff;
  --the7-soc-icons-bg-size: 37px;
  --the7-soc-icons-border-radius: 0px;
  --the7-soc-icons-border-width: 0px;
  --the7-soc-icons-gap: 0px;
  --the7-soc-icons-size: 16px;
  --the7-sticky-header-overlay-bg: rgba(17, 17, 17, 0.4);
  --the7-sub-menu-icon-size: 12px;
  --the7-sub-subtitle-font-family: "Nunito Sans", Helvetica, Arial, Verdana,
    sans-serif;
  --the7-sub-subtitle-font-size: 12px;
  --the7-submenu-active-bg: rgba(255, 255, 255, 0);
  --the7-submenu-active-color: #999999;
  --the7-submenu-bg-color: #ffffff;
  --the7-submenu-color: #666666;
  --the7-submenu-font-family: "Nunito", Helvetica, Arial, Verdana, sans-serif;
  --the7-submenu-font-size: 16px;
  --the7-submenu-font-weight: 300;
  --the7-submenu-hover-bg: rgba(255, 255, 255, 0);
  --the7-submenu-hover-color: #000000;
  --the7-submenu-item-margin-bottom: 0px;
  --the7-submenu-item-margin-left: 0px;
  --the7-submenu-item-margin-right: 0px;
  --the7-submenu-item-margin-top: 0px;
  --the7-submenu-item-padding-bottom: 5px;
  --the7-submenu-item-padding-left: 0px;
  --the7-submenu-item-padding-right: 0px;
  --the7-submenu-item-padding-top: 5px;
  --the7-submenu-padding-bottom: 0px;
  --the7-submenu-padding-left: 0px;
  --the7-submenu-padding-right: 0px;
  --the7-submenu-padding-top: 0px;
  --the7-submenu-text-transform: none;
  --the7-submenu-width: 250px;
  --the7-subtitle-font-family: "Nunito Sans", Helvetica, Arial, Verdana,
    sans-serif;
  --the7-subtitle-font-size: 12px;
  --the7-switch-content-paddings: 778px;
  --the7-text-big-font-size: 16px;
  --the7-text-big-line-height: 1.5em;
  --the7-text-small-font-size: 13px;
  --the7-text-small-line-height: 1.3em;
  --the7-title-color: #000000;
  --the7-title-font-size: 24px;
  --the7-title-outline-color: rgba(30, 115, 190, 0);
  --the7-title-responsive-font-size: 24px;
  --the7-toggle-menu-bg-color-hover: rgba(255, 255, 255, 0.75);
  --the7-toggle-menu-bg-color: rgba(255, 255, 255, 0.75);
  --the7-toggle-menu-border-radius: 0px;
  --the7-toggle-menu-bottom-margin: 0px;
  --the7-toggle-menu-caption-color-hover: #000000;
  --the7-toggle-menu-caption-color: #000000;
  --the7-toggle-menu-caption-padding-bottom: 18px;
  --the7-toggle-menu-caption-padding-left: 15px;
  --the7-toggle-menu-caption-padding-right: 15px;
  --the7-toggle-menu-caption-padding-top: 18px;
  --the7-toggle-menu-close-bg-color: rgba(255, 255, 255, 0.75);
  --the7-toggle-menu-close-bottom-margin: 30px;
  --the7-toggle-menu-close-color: #000000;
  --the7-toggle-menu-close-left-margin: 30px;
  --the7-toggle-menu-close-padding-bottom: 15px;
  --the7-toggle-menu-close-padding-left: 15px;
  --the7-toggle-menu-close-padding-right: 15px;
  --the7-toggle-menu-close-padding-top: 15px;
  --the7-toggle-menu-close-right-margin: 30px;
  --the7-toggle-menu-close-top-margin: 30px;
  --the7-toggle-menu-color-hover: #000000;
  --the7-toggle-menu-color: #000000;
  --the7-toggle-menu-hover-bg-color: rgba(255, 255, 255, 0.75);
  --the7-toggle-menu-hover-color: #000000;
  --the7-toggle-menu-left-margin: 0px;
  --the7-toggle-menu-right-margin: 0px;
  --the7-toggle-menu-top-margin: 0px;
  --the7-toggle-mobile-margin-bottom: 0px;
  --the7-toggle-mobile-margin-left: 0px;
  --the7-toggle-mobile-margin-right: 0px;
  --the7-toggle-mobile-margin-top: 0px;
  --the7-toggle-mobile-menu-caption-color-hover: #000000;
  --the7-toggle-mobile-menu-caption-color: #000000;
  --the7-toggle-mobile-menu-close-bg-color: #ffffff;
  --the7-toggle-mobile-menu-close-bottom-margin: 0px;
  --the7-toggle-mobile-menu-close-color: #aaaaaa;
  --the7-toggle-mobile-menu-close-hover-color: #aaaaaa;
  --the7-toggle-mobile-menu-close-left-margin: 0px;
  --the7-toggle-mobile-menu-close-padding-bottom: 0px;
  --the7-toggle-mobile-menu-close-padding-left: 0px;
  --the7-toggle-mobile-menu-close-padding-right: 0px;
  --the7-toggle-mobile-menu-close-padding-top: 0px;
  --the7-toggle-mobile-menu-close-right-margin: 10px;
  --the7-toggle-mobile-menu-close-top-margin: 25px;
  --the7-toggle-mobile-menu-hover-bg-color: #ffffff;
  --the7-toggle-mobile-padding-bottom: 0px;
  --the7-toggle-mobile-padding-left: 10px;
  --the7-toggle-mobile-padding-right: 0px;
  --the7-toggle-mobile-padding-top: 0px;
  --the7-top-bar-font-family: "Nunito Sans", Helvetica, Arial, Verdana,
    sans-serif;
  --the7-top-bar-font-size: 14px;
  --the7-top-bar-font-weight: 300;
  --the7-top-bar-height: 36px;
  --the7-top-bar-icon-color: #aaaaaa;
  --the7-top-bar-icon-size: 16px;
  --the7-top-bar-line-color: rgba(0, 0, 0, 0.12);
  --the7-top-bar-line-size: 1px;
  --the7-top-bar-line-style: solid;
  --the7-top-bar-mobile-padding-bottom: 0px;
  --the7-top-bar-mobile-padding-left: 30px;
  --the7-top-bar-mobile-padding-right: 30px;
  --the7-top-bar-mobile-padding-top: 0px;
  --the7-top-bar-padding-bottom: 0px;
  --the7-top-bar-padding-left: 30px;
  --the7-top-bar-padding-right: 30px;
  --the7-top-bar-padding-top: 0px;
  --the7-top-bar-switch-paddings: 778px;
  --the7-top-bar-text-transform: none;
  --the7-top-bar-transparent-bg-color: rgba(0, 0, 0, 0.5);
  --the7-top-bg-color: #ffffff;
  --the7-top-bg-image: none;
  --the7-top-bg-position-x: center;
  --the7-top-bg-position-y: center;
  --the7-top-bg-repeat: repeat;
  --the7-top-color: #aaaaaa;
  --the7-top-content-padding: 0px;
  --the7-top-icons-bg-color-hover: #999999;
  --the7-top-icons-bg-color: #ffffff;
  --the7-top-icons-border-color-hover: rgba(255, 255, 255, 0);
  --the7-top-icons-border-color: rgba(255, 255, 255, 0);
  --the7-top-icons-color: #aaaaaa;
  --the7-top-input-border-width: 1px;
  --the7-top-input-padding: 5px;
  --the7-top-overlay-content-padding: 0px;
  --the7-transparent-logo-bottom-padding: 0px;
  --the7-transparent-logo-left-padding: 0px;
  --the7-transparent-logo-right-padding: 0px;
  --the7-transparent-logo-top-padding: 0px;
  --the7-transparent-mixed-logo-bottom-padding: 0px;
  --the7-transparent-mixed-logo-left-padding: 0px;
  --the7-transparent-mixed-logo-right-padding: 0px;
  --the7-transparent-mixed-logo-top-padding: 0px;
  --the7-transparent-mobile-logo-bottom-padding: 0px;
  --the7-transparent-mobile-logo-left-padding: 0px;
  --the7-transparent-mobile-logo-right-padding: 0px;
  --the7-transparent-mobile-logo-top-padding: 0px;
  --the7-wc-grid-product-gap: 15px;
  --the7-wc-grid-product-min-width: 220px;
  --the7-widget-content-font-family: "Merriweather", Helvetica, Arial, Verdana,
    sans-serif;
  --the7-widget-content-font-size-desktop: 15px;
  --the7-widget-content-font-size: 15px;
  --the7-widget-content-line-height-desktop: 1.4em;
  --the7-widget-content-line-height: 1.4em;
  --the7-widget-content-text-transform: none;
  --the7-widget-footer-color: #666666;
  --the7-widget-footer-header-color: #000000;
  --the7-widget-footer-padding: 30px;
  --the7-widget-gap: 15px;
  --the7-widget-sidebar-bg-color: #f7f7f8;
  --the7-widget-sidebar-bg-image: none;
  --the7-widget-sidebar-bg-position-x: center;
  --the7-widget-sidebar-bg-position-y: center;
  --the7-widget-sidebar-bg-repeat: repeat;
  --the7-widget-sidebar-color: #666666;
  --the7-widget-sidebar-distace: 60px;
  --the7-widget-sidebar-header-color: #000000;
  --the7-widget-title-font-family: "Merriweather", Helvetica, Arial, Verdana,
    sans-serif;
  --the7-widget-title-font-size-desktop: 16px;
  --the7-widget-title-font-size: 16px;
  --the7-widget-title-line-height-desktop: 1.3em;
  --the7-widget-title-line-height: 1.3em;
  --the7-widget-title-text-transform: none;
  --the7-woo-content-font-family: "Merriweather", Helvetica, Arial, Verdana,
    sans-serif;
  --the7-woo-content-font-size-desktop: 13px;
  --the7-woo-content-font-size: 13px;
  --the7-woo-content-line-height-desktop: 1.5em;
  --the7-woo-content-line-height: 1.5em;
  --the7-woo-content-text-transform: none;
  --the7-woo-title-font-family: "Merriweather", Helvetica, Arial, Verdana,
    sans-serif;
  --the7-woo-title-font-size-desktop: 15px;
  --the7-woo-title-font-size: 15px;
  --the7-woo-title-line-height-desktop: 1.3em;
  --the7-woo-title-line-height: 1.3em;
  --the7-woo-title-text-transform: none;
}
@media screen and (max-width: 1024px) {
  :root {
    --the7-h1-font-size: 42px;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --the7-h1-font-size: 36px;
    --the7-h2-font-size: 32px;
    --the7-h3-font-size: 26px;
  }
}
.wp-block-button__link {
  opacity: 1;
  transition: opacity 250ms;
}
.wp-block-button__link:hover {
  opacity: 0.7;
}
.wp-block-button .wp-block-button__link {
  font: var(--the7-btn-m-font);
  text-transform: var(--the7-btn-m-text-transform);
  letter-spacing: var(--the7-btn-m-letter-spacing);
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  clear: none;
}
.wp-block-pullquote {
  padding: 1rem;
}
.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
  width: 100%;
  padding: 0;
}
.wp-block-pullquote.is-style-solid-color {
  background-color: #0073aa;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (min-width: 768px) {
  .wp-block-pullquote.is-style-solid-color {
    padding-left: 10%;
    padding-right: 10%;
    box-sizing: border-box;
  }
}
.wp-block-pullquote.is-style-solid-color a {
  color: inherit;
}
.alignwide {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .alignwide {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
}
.alignfull {
  margin-top: calc(2 * 1rem);
  margin-right: 0;
  margin-bottom: calc(2 * 1rem);
  margin-left: 0;
  max-width: 100%;
}
.content > .alignfull {
  position: relative;
}
.sidebar-none .content > .alignfull,
.sidebar-none [class*="wp-block"].alignfull {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
}
.content > .alignfull img {
  display: block;
  width: 100vw;
}
@media only screen and (min-width: 768px) {
  .wp-block-image.alignfull img {
    margin-left: auto;
    margin-right: auto;
  }
}
.wp-block-image img {
  display: block;
}
.wp-block-image.alignleft,
.wp-block-image.alignright {
  max-width: 100%;
}
.wp-block-image.alignfull img {
  width: 100vw;
}
@media only screen and (min-width: 768px) {
  .wp-block-image.alignfull img {
    margin-left: auto;
    margin-right: auto;
  }
}
.has-blue-color {
  color: #1982d1;
}
.has-blue-background-color {
  background-color: #1982d1;
}
.has-black-color {
  color: #000;
}
.has-black-background-color {
  background-color: #000;
}
.has-dark-gray-color {
  color: #373737;
}
.has-dark-gray-background-color {
  background-color: #373737;
}
.has-medium-gray-color {
  color: #666;
}
.has-medium-gray-background-color {
  background-color: #666;
}
.has-light-gray-color {
  color: #e2e2e2;
}
.has-light-gray-background-color {
  background-color: #e2e2e2;
}
.has-white-color {
  color: #fff;
}
.has-white-background-color {
  background-color: #fff;
}
.content .has-dark-gray-background-color,
.content
  .wp-block-pullquote.is-style-solid-color.has-dark-gray-background-color {
  background-color: #111;
}
.content .has-light-gray-background-color,
.content
  .wp-block-pullquote.is-style-solid-color.has-light-gray-background-color {
  background-color: #767676;
}
.content .has-white-background-color,
.content .wp-block-pullquote.is-style-solid-color.has-white-background-color {
  background-color: #fff;
}
.content .has-dark-gray-color {
  color: #111;
}
.content .has-light-gray-color {
  color: #767676;
}
.content .has-white-color {
  color: #fff;
}
.content .wp-block-latest-comments {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .wp-block-pullquote.alignleft,
  .wp-block-pullquote.alignright {
    max-width: 100%;
  }
}
@media (max-width: 782px) {
  .wp-block-columns {
    flex-wrap: wrap;
  }
  .wp-block-column {
    flex-basis: 100%;
  }
  .wp-block-column:not(:first-child) {
    margin-left: 0;
    margin-right: 0;
  }
  .wp-block-column:not(:last-child) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .content .wp-block-columns .wp-block-column > :first-child {
    margin-top: 0;
  }
  .content .wp-block-columns .wp-block-column > :last-child {
    margin-bottom: 0;
  }
  .content .wp-block-columns[class*="has-"] > :last-child {
    margin-right: 0;
  }
}
.has-accent-color,
.has-accent-color:hover {
  color: #999;
}
.wp-block-pullquote.is-style-solid-color.has-accent-background-color,
:root .has-accent-background-color {
  color: #fff;
  background-color: var(--the7-accent-color);
}
.elementor-button svg {
  height: auto;
}
.elementor-button svg {
  transition: all 0.3s ease;
}
.elementor-button-content-wrapper {
  align-items: center;
}
.elementor-button-wrapper {
  line-height: 0;
}
.elementor-widget .elementor-button {
  box-shadow: var(--the7-btn-shadow);
}
.elementor-widget .elementor-button:hover {
  box-shadow: var(--the7-btn-shadow-hover);
}
.elementor-widget-button .elementor-button,
.elementor-widget-form .elementor-button {
  background: var(--the7-btn-bg, #999);
}
.elementor-widget-button .elementor-button:hover,
.elementor-widget-form .elementor-button:hover {
  background: var(--the7-btn-hover-bg, #666);
}
.elementor-element .elementor-button.elementor-size-xs,
body .elementor-form .elementor-button.elementor-size-xs {
  font: var(--the7-btn-s-font);
  text-transform: var(--the7-btn-s-text-transform);
  letter-spacing: var(--the7-btn-s-letter-spacing);
  word-spacing: var(--the7-btn-s-word-spacing);
  -webkit-border-radius: var(--the7-btn-s-border-radius);
  border-radius: var(--the7-btn-s-border-radius);
  border-width: var(--the7-btn-s-border-width);
  border-style: var(--the7-btn-s-border-style);
  border-color: var(--the7-btn-border-color);
  padding: var(--the7-btn-s-padding);
  min-width: var(--the7-btn-s-min-width);
  min-height: var(--the7-btn-s-min-height);
  --btn-icon-spacing: var(--the7-btn-s-icon-gap, 7px);
}
.elementor-element .elementor-button.elementor-size-xs svg,
body .elementor-form .elementor-button.elementor-size-xs svg {
  width: var(--the7-btn-s-icon-size);
}
.elementor-element .elementor-button.elementor-size-xs .elementor-button-icon,
body
  .elementor-form
  .elementor-button.elementor-size-xs
  .elementor-button-icon {
  font-size: var(--the7-btn-s-icon-size);
}
.elementor-element
  .elementor-button.elementor-size-xs
  .elementor-align-icon-left,
body
  .elementor-form
  .elementor-button.elementor-size-xs
  .elementor-align-icon-left {
  margin-right: var(--btn-icon-spacing);
}
.elementor-element
  .elementor-button.elementor-size-xs
  .elementor-align-icon-right,
body
  .elementor-form
  .elementor-button.elementor-size-xs
  .elementor-align-icon-right {
  margin-left: var(--btn-icon-spacing);
}
.elementor-element .elementor-button.elementor-size-sm,
body .elementor-form .elementor-button.elementor-size-sm {
  font: var(--the7-btn-m-font);
  text-transform: var(--the7-btn-m-text-transform);
  letter-spacing: var(--the7-btn-m-letter-spacing);
  word-spacing: var(--the7-btn-m-word-spacing);
  -webkit-border-radius: var(--the7-btn-m-border-radius);
  border-radius: var(--the7-btn-m-border-radius);
  border-width: var(--the7-btn-m-border-width);
  border-style: var(--the7-btn-m-border-style);
  border-color: var(--the7-btn-border-color);
  padding: var(--the7-btn-m-padding);
  min-width: var(--the7-btn-m-min-width);
  min-height: var(--the7-btn-m-min-height);
  --btn-icon-spacing: var(--the7-btn-m-icon-gap, 7px);
}
.elementor-element .elementor-button.elementor-size-sm svg,
body .elementor-form .elementor-button.elementor-size-sm svg {
  width: var(--the7-btn-m-icon-size);
}
.elementor-element .elementor-button.elementor-size-sm .elementor-button-icon,
body
  .elementor-form
  .elementor-button.elementor-size-sm
  .elementor-button-icon {
  font-size: var(--the7-btn-m-icon-size);
}
.elementor-element
  .elementor-button.elementor-size-sm
  .elementor-align-icon-left,
body
  .elementor-form
  .elementor-button.elementor-size-sm
  .elementor-align-icon-left {
  margin-right: var(--btn-icon-spacing);
}
.elementor-element
  .elementor-button.elementor-size-sm
  .elementor-align-icon-right,
body
  .elementor-form
  .elementor-button.elementor-size-sm
  .elementor-align-icon-right {
  margin-left: var(--btn-icon-spacing);
}
.elementor-element .elementor-button.elementor-size-md,
body .elementor-form .elementor-button.elementor-size-md {
  font: var(--the7-btn-l-font);
  text-transform: var(--the7-btn-l-text-transform);
  letter-spacing: var(--the7-btn-l-letter-spacing);
  word-spacing: var(--the7-btn-l-word-spacing);
  -webkit-border-radius: var(--the7-btn-l-border-radius);
  border-radius: var(--the7-btn-l-border-radius);
  border-width: var(--the7-btn-l-border-width);
  border-style: var(--the7-btn-l-border-style);
  border-color: var(--the7-btn-border-color);
  padding: var(--the7-btn-l-padding);
  min-width: var(--the7-btn-l-min-width);
  min-height: var(--the7-btn-l-min-height);
  --btn-icon-spacing: var(--the7-btn-l-icon-gap, 7px);
}
.elementor-element .elementor-button.elementor-size-md svg,
body .elementor-form .elementor-button.elementor-size-md svg {
  width: var(--the7-btn-l-icon-size);
}
.elementor-element .elementor-button.elementor-size-md .elementor-button-icon,
body
  .elementor-form
  .elementor-button.elementor-size-md
  .elementor-button-icon {
  font-size: var(--the7-btn-l-icon-size);
}
.elementor-element
  .elementor-button.elementor-size-md
  .elementor-align-icon-left,
body
  .elementor-form
  .elementor-button.elementor-size-md
  .elementor-align-icon-left {
  margin-right: var(--btn-icon-spacing);
}
.elementor-element
  .elementor-button.elementor-size-md
  .elementor-align-icon-right,
body
  .elementor-form
  .elementor-button.elementor-size-md
  .elementor-align-icon-right {
  margin-left: var(--btn-icon-spacing);
}
.elementor-element .elementor-button.elementor-size-lg,
body .elementor-form .elementor-button.elementor-size-lg {
  font: var(--the7-btn-lg-font);
  text-transform: var(--the7-btn-lg-text-transform);
  letter-spacing: var(--the7-btn-lg-letter-spacing);
  word-spacing: var(--the7-btn-lg-word-spacing);
  -webkit-border-radius: var(--the7-btn-lg-border-radius);
  border-radius: var(--the7-btn-lg-border-radius);
  border-width: var(--the7-btn-lg-border-width);
  border-style: var(--the7-btn-lg-border-style);
  border-color: var(--the7-btn-border-color);
  padding: var(--the7-btn-lg-padding);
  min-width: var(--the7-btn-lg-min-width);
  min-height: var(--the7-btn-lg-min-height);
  --btn-icon-spacing: var(--the7-btn-lg-icon-gap, 7px);
}
.elementor-element .elementor-button.elementor-size-lg svg,
body .elementor-form .elementor-button.elementor-size-lg svg {
  width: var(--the7-btn-lg-icon-size);
}
.elementor-element .elementor-button.elementor-size-lg .elementor-button-icon,
body
  .elementor-form
  .elementor-button.elementor-size-lg
  .elementor-button-icon {
  font-size: var(--the7-btn-lg-icon-size);
}
.elementor-element
  .elementor-button.elementor-size-lg
  .elementor-align-icon-left,
body
  .elementor-form
  .elementor-button.elementor-size-lg
  .elementor-align-icon-left {
  margin-right: var(--btn-icon-spacing);
}
.elementor-element
  .elementor-button.elementor-size-lg
  .elementor-align-icon-right,
body
  .elementor-form
  .elementor-button.elementor-size-lg
  .elementor-align-icon-right {
  margin-left: var(--btn-icon-spacing);
}
.elementor-element .elementor-button.elementor-size-xl,
body .elementor-form .elementor-button.elementor-size-xl {
  font: var(--the7-btn-xl-font);
  text-transform: var(--the7-btn-xl-text-transform);
  letter-spacing: var(--the7-btn-xl-letter-spacing);
  word-spacing: var(--the7-btn-xl-word-spacing);
  -webkit-border-radius: var(--the7-btn-xl-border-radius);
  border-radius: var(--the7-btn-xl-border-radius);
  border-width: var(--the7-btn-xl-border-width);
  border-style: var(--the7-btn-xl-border-style);
  border-color: var(--the7-btn-border-color);
  padding: var(--the7-btn-xl-padding);
  min-width: var(--the7-btn-xl-min-width);
  min-height: var(--the7-btn-xl-min-height);
  --btn-icon-spacing: var(--the7-btn-xl-icon-gap, 7px);
}
.elementor-element .elementor-button.elementor-size-xl svg,
body .elementor-form .elementor-button.elementor-size-xl svg {
  width: var(--the7-btn-xl-icon-size);
}
.elementor-element .elementor-button.elementor-size-xl .elementor-button-icon,
body
  .elementor-form
  .elementor-button.elementor-size-xl
  .elementor-button-icon {
  font-size: var(--the7-btn-xl-icon-size);
}
.elementor-element
  .elementor-button.elementor-size-xl
  .elementor-align-icon-left,
body
  .elementor-form
  .elementor-button.elementor-size-xl
  .elementor-align-icon-left {
  margin-right: var(--btn-icon-spacing);
}
.elementor-element
  .elementor-button.elementor-size-xl
  .elementor-align-icon-right,
body
  .elementor-form
  .elementor-button.elementor-size-xl
  .elementor-align-icon-right {
  margin-left: var(--btn-icon-spacing);
}
.elementor-tab-content ul:last-child,
.elementor-widget-text-editor ul:last-child,
.elementor-widget-theme-post-content
  > .elementor-widget-container
  > ul:last-child,
.the7-e-tab-content ul:last-child {
  margin-bottom: 0 !important;
}
:root {
  --the7-h1-spacing: var(--the7-p-spacing, 10px);
  --the7-h2-spacing: var(--the7-p-spacing, 10px);
  --the7-h3-spacing: var(--the7-p-spacing, 10px);
  --the7-h4-spacing: var(--the7-p-spacing, 10px);
  --the7-h5-spacing: var(--the7-p-spacing, 10px);
  --the7-h6-spacing: var(--the7-p-spacing, 10px);
  --the7-form-border: solid;
  --the7-btn-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0);
  --the7-btn-shadow-hover: 0px 0px 10px 0px rgba(0, 0, 0, 0);
}
#the7-body {
  --the7-h1-color: var(--the7-title-color);
  --the7-h2-color: var(--the7-title-color);
  --the7-h3-color: var(--the7-title-color);
  --the7-h4-color: var(--the7-title-color);
  --the7-h5-color: var(--the7-title-color);
  --the7-h6-color: var(--the7-title-color);
  --the7-btn-s-font: var(--the7-btn-s-font-style, normal) normal
    var(--the7-btn-s-font-weight, normal) var(--the7-btn-s-font-size) /
    var(--the7-btn-s-line-height) var(--the7-btn-s-font-family);
  --the7-btn-m-font: var(--the7-btn-m-font-style, normal) normal
    var(--the7-btn-m-font-weight, normal) var(--the7-btn-m-font-size) /
    var(--the7-btn-m-line-height) var(--the7-btn-m-font-family);
  --the7-btn-l-font: var(--the7-btn-l-font-style, normal) normal
    var(--the7-btn-l-font-weight, normal) var(--the7-btn-l-font-size) /
    var(--the7-btn-l-line-height) var(--the7-btn-l-font-family);
  --the7-btn-lg-font: var(--the7-btn-lg-font-style, normal) normal
    var(--the7-btn-lg-font-weight, normal) var(--the7-btn-lg-font-size) /
    var(--the7-btn-lg-line-height) var(--the7-btn-lg-font-family);
  --the7-btn-xl-font: var(--the7-btn-xl-font-style, normal) normal
    var(--the7-btn-xl-font-weight, normal) var(--the7-btn-xl-font-size) /
    var(--the7-btn-xl-line-height) var(--the7-btn-xl-font-family);
  --the7-woo-title-font: var(--the7-woo-title-font-style, normal) normal
    var(--the7-woo-title-font-weight, normal) var(--the7-woo-title-font-size) /
    var(--the7-woo-title-line-height) var(--the7-woo-title-font-family);
  --the7-woo-content-font: var(--the7-woo-content-font-style, normal) normal
    var(--the7-woo-content-font-weight, normal)
    var(--the7-woo-content-font-size) / var(--the7-woo-content-line-height)
    var(--the7-woo-content-font-family);
  --the7-base-font: var(--the7-base-font-style, normal) normal
    var(--the7-base-font-weight, normal) var(--the7-base-font-size) /
    var(--the7-base-line-height) var(--the7-base-font-family);
  --the7-base-font-big: var(--the7-base-font-style, normal) normal
    var(--the7-base-font-weight, normal) var(--the7-text-big-font-size) /
    var(--the7-text-big-line-height) var(--the7-base-font-family);
  --the7-widget-title-font: var(--the7-widget-title-font-style, normal) normal
    var(--the7-widget-title-font-weight, normal)
    var(--the7-widget-title-font-size) / var(--the7-widget-title-line-height)
    var(--the7-widget-title-font-family);
  --the7-widget-content-font: var(--the7-widget-content-font-style, normal)
    normal var(--the7-widget-content-font-weight, normal)
    var(--the7-widget-content-font-size) /
    var(--the7-widget-content-line-height)
    var(--the7-widget-content-font-family);
  --the7-h1-font: var(--the7-h1-font-style, normal) normal
    var(--the7-h1-font-weight, normal) var(--the7-h1-font-size) /
    var(--the7-h1-line-height) var(--the7-h1-font-family);
  --the7-h2-font: var(--the7-h2-font-style, normal) normal
    var(--the7-h2-font-weight, normal) var(--the7-h2-font-size) /
    var(--the7-h2-line-height) var(--the7-h2-font-family);
  --the7-h3-font: var(--the7-h3-font-style, normal) normal
    var(--the7-h3-font-weight, normal) var(--the7-h3-font-size) /
    var(--the7-h3-line-height) var(--the7-h3-font-family);
  --the7-h4-font: var(--the7-h4-font-style, normal) normal
    var(--the7-h4-font-weight, normal) var(--the7-h4-font-size) /
    var(--the7-h4-line-height) var(--the7-h4-font-family);
  --the7-h5-font: var(--the7-h5-font-style, normal) normal
    var(--the7-h5-font-weight, normal) var(--the7-h5-font-size) /
    var(--the7-h5-line-height) var(--the7-h5-font-family);
  --the7-h6-font: var(--the7-h6-font-style, normal) normal
    var(--the7-h6-font-weight, normal) var(--the7-h6-font-size) /
    var(--the7-h6-line-height) var(--the7-h6-font-family);
  --the7-form-md-font-family: var(--the7-base-font-family);
  --the7-form-md-font-style: var(--the7-base-font-style, normal);
  --the7-form-md-font-weight: var(--the7-base-font-weight, normal);
  --the7-form-md-font-size: var(--the7-base-font-size);
  --the7-form-md-line-height: var(--the7-base-line-height);
  --the7-form-md-font: var(--the7-form-md-font-style) normal
    var(--the7-form-md-font-weight)
    var(--the7-form-md-font-size, --the7-base-font-size) /
    var(--the7-form-md-line-height, --the7-base-line-height)
    var(--the7-form-md-font-family, --the7-base-font-family);
  --the7-fit-height: calc(var(--the7-vh, 1vh) * 100);
}
#the7-body.admin-bar {
  --the7-fit-height: calc(var(--the7-vh, 1vh) * 100 - 32px);
}
@media screen and (max-width: 782px) {
  #the7-body.admin-bar {
    --the7-fit-height: calc(var(--the7-vh, 1vh) * 100);
  }
}
.shadow-element-decoration .shadow-decoration {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}
.wf-container > *,
body,
body.page,
html {
  font: var(--the7-base-font-big);
  letter-spacing: var(--the7-base-letter-spacing);
  text-transform: var(--the7-base-text-transform);
  text-decoration: var(--the7-base-text-decoration);
  word-spacing: normal;
  color: var(--the7-base-color);
}
.elementor-widget[class*="elementor-widget-wp-widget-"] a:not(:hover) {
  color: var(--the7-base-color);
}
#main .wf-wrap,
.page-title .wf-wrap {
  padding: 0;
}
.side-header .mobile-header-bar {
  box-sizing: border-box;
}
.page-title .wf-wrap:after {
  width: calc(1200px - 0px - 0px);
  max-width: calc(100% - 0px - 0px);
}
.boxed .page-title .wf-wrap:after {
  left: 0;
}
.sidebar-divider-off.sidebar-right .sidebar,
.sidebar-right .sidebar,
.sidebar-right .sidebar.solid-bg {
  margin-right: 0;
  margin-left: 0;
}
.sidebar-divider-off.sidebar-left .sidebar,
.sidebar-left .sidebar,
.sidebar-left .sidebar.solid-bg {
  margin-right: 0;
  margin-left: 0;
}
.wf-container {
  margin: 0;
}
#footer .wf-wrap {
  padding: 0;
}
.text-normal {
  font-size: var(--the7-base-font-size);
  line-height: var(--the7-base-line-height);
}
.text-small {
  font-size: var(--the7-text-small-font-size);
  line-height: var(--the7-text-small-line-height);
}
.wp-caption-text {
  font-size: var(--the7-text-small-font-size);
  line-height: var(--the7-text-small-line-height);
}
.color-title,
.h1-size,
.h2-size,
.h3-size,
.h4-size,
.h5-size,
.h6-size,
.header-color,
h1,
h1 a,
h1 a:hover,
h2,
h2 a,
h2 a:hover,
h3,
h3 a,
h3 a:hover,
h4,
h4 a,
h4 a:hover,
h5,
h5 a,
h5 a:hover,
h6,
h6 a,
h6 a:hover {
  color: var(--the7-title-color);
}
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .color-title,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .h1-size,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .h2-size,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .h3-size,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .h4-size,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .h5-size,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .h6-size,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .header-color,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget h1,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget h1 a,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget h1 a:hover,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget h2,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget h2 a,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget h2 a:hover,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget h3,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget h3 a,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget h3 a:hover,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget h4,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget h4 a,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget h4 a:hover,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget h5,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget h5 a,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget h5 a:hover,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget h6,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget h6 a,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget h6 a:hover {
  color: #222;
}
.sidebar-content .color-title,
.sidebar-content .h1-size,
.sidebar-content .h2-size,
.sidebar-content .h3-size,
.sidebar-content .h4-size,
.sidebar-content .h5-size,
.sidebar-content .h6-size,
.sidebar-content .header-color,
.sidebar-content h1,
.sidebar-content h1 a,
.sidebar-content h1 a:hover,
.sidebar-content h2,
.sidebar-content h2 a,
.sidebar-content h2 a:hover,
.sidebar-content h3,
.sidebar-content h3 a,
.sidebar-content h3 a:hover,
.sidebar-content h4,
.sidebar-content h4 a,
.sidebar-content h4 a:hover,
.sidebar-content h5,
.sidebar-content h5 a,
.sidebar-content h5 a:hover,
.sidebar-content h6,
.sidebar-content h6 a,
.sidebar-content h6 a:hover {
  color: #000;
}
.footer .color-title,
.footer .h1-size,
.footer .h2-size,
.footer .h3-size,
.footer .h4-size,
.footer .h5-size,
.footer .h6-size,
.footer .header-color,
.footer h1,
.footer h1 a,
.footer h1 a:hover,
.footer h2,
.footer h2 a,
.footer h2 a:hover,
.footer h3,
.footer h3 a,
.footer h3 a:hover,
.footer h4,
.footer h4 a,
.footer h4 a:hover,
.footer h5,
.footer h5 a,
.footer h5 a:hover,
.footer h6,
.footer h6 a,
.footer h6 a:hover {
  color: #000;
}
.h1-size,
h1 {
  color: var(--the7-h1-color);
  font: var(--the7-h1-font);
  text-transform: var(--the7-h1-text-transform);
  letter-spacing: var(--the7-h1-letter-spacing);
  word-spacing: var(--the7-h1-word-spacing);
  text-decoration: var(--the7-h1-text-decoration);
}
.h2-size,
h2 {
  color: var(--the7-h2-color);
  font: var(--the7-h2-font);
  text-transform: var(--the7-h2-text-transform);
  letter-spacing: var(--the7-h2-letter-spacing);
  word-spacing: var(--the7-h2-word-spacing);
  text-decoration: var(--the7-h2-text-decoration);
}
.h3-size,
h3 {
  color: var(--the7-h3-color);
  font: var(--the7-h3-font);
  text-transform: var(--the7-h3-text-transform);
  letter-spacing: var(--the7-h3-letter-spacing);
  word-spacing: var(--the7-h3-word-spacing);
  text-decoration: var(--the7-h3-text-decoration);
}
.h4-size,
h4 {
  color: var(--the7-h4-color);
  font: var(--the7-h4-font);
  text-transform: var(--the7-h4-text-transform);
  letter-spacing: var(--the7-h4-letter-spacing);
  word-spacing: var(--the7-h4-word-spacing);
  text-decoration: var(--the7-h4-text-decoration);
}
.h5-size,
h5 {
  color: var(--the7-h5-color);
  font: var(--the7-h5-font);
  text-transform: var(--the7-h5-text-transform);
  letter-spacing: var(--the7-h5-letter-spacing);
  word-spacing: var(--the7-h5-word-spacing);
  text-decoration: var(--the7-h5-text-decoration);
}
.h6-size,
h6 {
  color: var(--the7-h6-color);
  font: var(--the7-h6-font);
  text-transform: var(--the7-h6-text-transform);
  letter-spacing: var(--the7-h6-letter-spacing);
  word-spacing: var(--the7-h6-word-spacing);
}
a,
a:hover {
  color: var(--the7-links-color);
}
a:hover {
  color: var(--the7-links-hover-color, var(--the7-links-color));
}
#page .color-accent {
  color: var(--the7-accent-color);
}
#bottom-bar > .wf-wrap,
#footer > .wf-wrap,
#main > .wf-wrap {
  width: 1200px;
}
#page.boxed {
  max-width: 1280px;
}
.boxed .classic-header.content-width-line .navigation:before,
.boxed .top-bar.line-content:before {
  max-width: calc(1200px - 0px - 0px);
}
.boxed .classic-header.full-width.content-width-line .navigation:before,
.boxed .full-width .top-bar.line-content:before {
  max-width: 100%;
}
#main {
  padding: 0;
}
#main > .wf-wrap {
  padding: 0;
}
body {
  background: #fff none no-repeat center center;
  background-size: auto;
}
#page {
  background: rgba(255, 255, 255, 0) none repeat center top;
  background-size: auto;
}
.fixed-page-bg #page {
  background: 0 0;
}
.fixed-page-bg #page:after {
  content: "";
  position: fixed;
  top: 0;
  height: 100vh;
  left: 0;
  right: 0;
  z-index: -1;
  background: rgba(255, 255, 255, 0) none repeat center top;
  background-size: auto;
}
.fixed-page-bg #page.boxed:after {
  max-width: 1280px;
  margin: 0 auto;
}
#mobile-menu,
.bg-on:not(.fullwidth-img),
.custom-menu a:before,
.dt-btn,
.dt-form button,
.loading-label,
.menu-btn,
.solid-bg .sidebar-content,
.solid-bg.sidebar-content .widget,
.widget .logo-items li {
  border-radius: 0;
}
.top-bar-bg {
  background: #fff none repeat center center;
}
.sticky-on .top-bar-bg,
.sticky-top-line-on .top-bar-bg {
  background: #fff none repeat center center !important;
}
.top-bar.full-width-line:after,
.top-bar.line-content:after {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.top-bar.line-content:after {
  width: calc(100% - 30px - 30px);
  left: auto;
  right: auto;
}
.boxed .top-bar.line-content:after {
  left: 50%;
}
.top-bar {
  min-height: 36px;
  padding: 0 30px 0 30px;
}
.header-bottom-bar a,
.top-bar,
.top-bar a:not(.wpml-ls-link):not(.wpml-ls-item-toggle) {
  color: #aaa;
}
.header-elements-button-1 {
  font: 700 14px/18px Roboto, Helvetica, Arial, Verdana, sans-serif;
  padding: 10px 20px 10px 20px;
  border-radius: 0;
}
.header-elements-button-1:not(:hover) span {
  color: #fff;
}
.header-elements-button-1.border-on:before {
  box-shadow: inset 0 0 0 1px #999;
}
.header-elements-button-1 i {
  font-size: 14px;
}
.header-elements-button-1.btn-icon-align-left i {
  margin-right: 5px;
}
.header-elements-button-1.btn-icon-align-right i {
  margin-left: 5px;
}
.header-elements-button-1.btn-icon-align-right:not(:hover) i {
  color: #fff;
}
.header-elements-button-1.btn-icon-align-left:not(:hover) i {
  color: #fff;
}
.header-elements-button-1:hover span {
  color: #fff;
}
.header-elements-button-1.btn-icon-align-right:hover i {
  color: #fff;
}
.header-elements-button-1.btn-icon-align-left:hover i {
  color: #fff;
}
.header-elements-button-1.hover-border-on:after {
  box-shadow: inset 0 0 0 1px #999;
}
.header-elements-button-2 {
  font: 700 14px/18px Roboto, Helvetica, Arial, Verdana, sans-serif;
  padding: 10px 20px 10px 20px;
  border-radius: 0;
}
.header-elements-button-2:not(:hover) span {
  color: #fff;
}
.header-elements-button-2.border-on:before {
  box-shadow: inset 0 0 0 1px #999;
}
.header-elements-button-2 i {
  font-size: 14px;
}
.header-elements-button-2.btn-icon-align-left i {
  margin-right: 5px;
}
.header-elements-button-2.btn-icon-align-right i {
  margin-left: 5px;
}
.header-elements-button-2:not(:hover) i {
  color: #fff;
}
.header-elements-button-2:hover span {
  color: #fff;
}
.header-elements-button-2.btn-icon-align-right:hover i {
  color: #fff;
}
.header-elements-button-2.btn-icon-align-left:hover i {
  color: #fff;
}
.header-elements-button-2.btn-icon-align-right:not(:hover) i {
  color: #fff;
}
.header-elements-button-2.btn-icon-align-left:not(:hover) i {
  color: #fff;
}
.header-elements-button-2.hover-border-on:after {
  box-shadow: inset 0 0 0 1px #999;
}
.main-nav > li > a {
  margin: 0 0 20px 0;
  padding: 0;
}
.main-nav > li > a .animate-wrap {
  margin: 0;
  padding: 0;
}
.side-header:not(.dividers) .main-nav {
  margin: 0 0 -20px 0;
}
.main-nav > li > a .menu-text {
  font: normal 200 22px/26px "Nunito Sans", Helvetica, Arial, Verdana,
    sans-serif;
  text-transform: none;
}
.main-nav > li:not(.wpml-ls-item) > a .menu-text {
  color: #666;
}
.sticky-on .main-nav > li:not(.wpml-ls-item) > a .menu-text {
  color: #666;
}
.main-nav > li:not(.wpml-ls-item) > a {
  color: #666;
}
.sticky-on .main-nav > li:not(.wpml-ls-item) > a {
  color: #666;
}
.main-nav > li:not(.act):not(.wpml-ls-item) > a:hover .menu-text {
  color: #000;
}
.sticky-on .main-nav > li:not(.act):not(.wpml-ls-item) > a:hover .menu-text {
  color: #000;
}
.main-nav > li:not(.act):not(.wpml-ls-item) > a:hover {
  color: #000;
}
.sticky-on .main-nav > li:not(.act):not(.wpml-ls-item) > a:hover {
  color: #000;
}
.main-nav > .menu-item > a > i {
  font-size: 24px;
}
#main-nav > .menu-item > a > i {
  line-height: 24px;
}
.main-nav .sub-nav > .menu-item > a i {
  font-size: 12px;
}
.top-header .hover-bg-decoration > li:not(.act) > a:hover {
  background-color: #999;
}
.active-bg-decoration > li > a,
.hover-bg-decoration > li > a {
  border-radius: 3px;
}
.active-line-decoration > li > a .decoration-line,
.hover-line-decoration > li:not(.act) > a:hover .decoration-line,
.main-nav > li > a .animate-wrap {
  border-radius: 3px;
}
.top-header .hover-line-decoration > li > a:hover .decoration-line {
  height: 2px;
  background-color: rgba(255, 255, 255, 0.23);
  background: rgba(255, 255, 255, 0.23);
  background: -webkit-linear-gradient(
    to left,
    rgba(255, 255, 255, 0.23) 30%,
    rgba(0, 0, 0, 0.23) 100%
  );
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 0.23) 30%,
    rgba(0, 0, 0, 0.23) 100%
  );
}
li:not(.dt-mega-menu) .sub-nav {
  width: 250px;
}
.sub-nav {
  background-color: #fff;
  padding: 0;
}
.top-header .sub-nav .sub-nav {
  top: 0;
}
.main-nav .sub-nav > li > a .menu-text {
  font: 300 16px/20px Nunito, Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
}
.main-nav .sub-nav > li:not(.wpml-ls-item) > a .menu-text {
  color: #666;
}
#bottom-bar .sub-nav > li:not(.wpml-ls-item) > a,
.main-nav .sub-nav > li:not(.wpml-ls-item) > a {
  color: #666;
}
.main-nav .sub-nav > li > a {
  margin: 0;
  padding: 5px 0 5px 0;
}
.sub-nav li:not(:first-child) .sub-nav {
  top: -5px;
}
#bottom-bar
  .sub-nav
  li:not(.act):not(.dt-mega-parent):not(.no-link):not(.wpml-ls-item):hover
  > a {
  color: #000;
}
.top-header
  .sub-nav.gradient-hover.hover-style-bg
  > li:not(.dt-mega-parent):not(.act):hover
  > a,
.top-header
  .sub-nav.hover-style-bg
  > li:not(.dt-mega-parent):not(.act):hover
  > a {
  background-color: rgba(255, 255, 255, 0);
}
.top-header
  .sub-nav.gradient-hover.hover-style-bg
  > li:not(.dt-mega-parent).act
  > a,
.top-header .sub-nav.hover-style-bg > li:not(.dt-mega-parent).act > a {
  background-color: rgba(255, 255, 255, 0);
}
.main-nav
  .sub-nav
  > li.dt-mega-parent.current-menu-item:not(.wpml-ls-item)
  > a {
  color: #999;
}
.dt-mobile-header {
  background-color: #fff;
  width: 300px;
}
.dt-mobile-header .mobile-header-scrollbar-wrap {
  width: calc(300px - 13px);
  padding: 45px 10px 30px 30px;
  box-sizing: border-box;
}
.admin-bar .dt-mobile-header .mobile-header-scrollbar-wrap {
  padding-top: 77px;
}
@media screen and (max-width: 782px) {
  .admin-bar .dt-mobile-header .mobile-header-scrollbar-wrap {
    padding-top: 91px;
  }
}
html:not(.touchevents) .dt-mobile-header::-webkit-scrollbar-thumb {
  background: rgba(102, 102, 102, 0.2);
  border-color: #fff;
}
html:not(.touchevents) .dt-mobile-header::-webkit-scrollbar-track {
  background-color: #fff;
}
.dt-mobile-menu-icon {
  padding: 0 0 0 10px;
}
.dt-mobile-menu-icon .menu-toggle-caption {
  font: 300 16px/20px "Nunito Sans", Helvetica, Arial, Verdana, sans-serif;
  text-transform: uppercase;
  word-spacing: normal;
}
.mobile-left-caption .dt-mobile-menu-icon .menu-toggle-caption {
  margin-right: 15px;
}
.mobile-right-caption .dt-mobile-menu-icon .menu-toggle-caption {
  margin-left: 15px;
}
.dt-mobile-menu-icon:not(.floating-btn) {
  margin: 0;
  border-radius: 0;
}
.mobile-menu-icon-bg-on .dt-mobile-menu-icon:not(.floating-btn):before {
  background-color: var(--the7-accent-color);
  background: rgba(255, 255, 255, 0) !important;
}
.mobile-menu-icon-border-enable .dt-mobile-menu-icon:not(.floating-btn):before {
  border: 0 solid var(--the7-accent-color);
}
.mobile-menu-icon-hover-bg-on .dt-mobile-menu-icon:not(.floating-btn):after {
  background-color: var(--the7-accent-color);
  background: rgba(255, 255, 255, 0) !important;
}
.mobile-menu-icon-hover-border-enable
  .dt-mobile-menu-icon:not(.floating-btn):after {
  border: 0 solid var(--the7-accent-color);
}
.dt-mobile-menu-icon:not(.floating-btn):not(:hover) .menu-toggle-caption {
  color: var(--the7-accent-color);
  color: #000 !important;
  background: 0 0;
}
.animate-color-mobile-menu-icon
  .dt-mobile-menu-icon:not(.floating-btn):not(:hover)
  .menu-line {
  background-color: var(--the7-accent-color);
  background: #aaa !important;
}
.dt-mobile-menu-icon:not(.floating-btn) .menu-line:before {
  background-color: var(--the7-accent-color);
  background: #aaa !important;
}
.dt-mobile-menu-icon:not(.floating-btn) .menu-line:after {
  background-color: var(--the7-accent-color);
  background: #aaa !important;
}
.dt-mobile-menu-icon:not(.floating-btn):hover .menu-toggle-caption {
  color: var(--the7-accent-color);
  color: #000 !important;
  background: 0 0;
}
.animate-color-mobile-menu-icon
  .dt-mobile-menu-icon:not(.floating-btn):hover
  .menu-line {
  background-color: var(--the7-accent-color);
  background: #aaa !important;
}
.animate-color-mobile-menu-icon
  .dt-mobile-menu-icon:not(.floating-btn):hover
  .menu-line:after {
  background-color: var(--the7-accent-color);
  background: #aaa !important;
}
.dt-close-mobile-menu-icon .mobile-menu-close-caption {
  font: 300 16px/20px "Nunito Sans", Helvetica, Arial, Verdana, sans-serif;
  text-transform: uppercase;
  word-spacing: normal;
}
.mobile-close-left-caption
  .dt-close-mobile-menu-icon
  .mobile-menu-close-caption {
  margin-right: 10px;
}
.mobile-close-right-caption
  .dt-close-mobile-menu-icon
  .mobile-menu-close-caption {
  margin-left: 10px;
}
.dt-close-mobile-menu-icon:not(:hover) .mobile-menu-close-caption {
  color: var(--the7-accent-color);
  color: #000 !important;
  background: 0 0;
}
.dt-close-mobile-menu-icon:hover .mobile-menu-close-caption {
  color: var(--the7-accent-color);
  color: #000 !important;
  background: 0 0;
}
.left-mobile-menu-close-icon .dt-close-mobile-menu-icon {
  left: 0;
}
.right-mobile-menu-close-icon .dt-close-mobile-menu-icon {
  right: 0;
}
.center-mobile-menu-close-icon .dt-close-mobile-menu-icon {
  left: 50%;
  transform: translateX(-50%);
}
.ouside-mobile-menu-close-icon .dt-close-mobile-menu-icon {
  left: 300px;
}
.right-mobile-menu.ouside-mobile-menu-close-icon .dt-close-mobile-menu-icon {
  right: 300px;
  left: auto;
}
.mobile-main-nav > li > a {
  padding: 14.3px 25px 14.3px 0;
}
.dt-mobile-header .next-level-button {
  padding: 14.3px 0;
  top: 0;
  line-height: 26px;
}
.dt-mobile-header .next-level-button:before {
  line-height: 26px;
}
.mobile-main-nav > li > .sub-nav:last-child {
  margin-bottom: 19px;
}
.mobile-main-nav li > a .menu-text {
  font: 200 22px/26px "Nunito Sans", Helvetica, Arial, Verdana, sans-serif;
  color: #666;
  text-transform: none;
}
.mobile-main-nav > .menu-item > a i[class^="dt-icon"],
.mobile-main-nav > .menu-item > a i[class^="fa"] {
  font-size: 22px;
}
.mobile-main-nav li > a {
  color: #666;
}
.dt-mobile-header .mobile-main-nav .sub-nav > li:not(.act) > a:hover .menu-text,
.mobile-main-nav li:not(.act) > a:hover .menu-text {
  color: #999;
}
.dt-mobile-header .mobile-main-nav .sub-nav > li:not(.act) > a:hover,
.mobile-main-nav li:not(.act) > a:hover {
  color: #999;
}
.mobile-main-nav .next-level-button svg,
.mobile-main-nav > li.menu-item-language > a:after {
  color: rgba(102, 102, 102, 0.17);
  fill: rgba(102, 102, 102, 0.17);
}
#page .mobile-main-nav .sub-nav li,
.mobile-main-nav .sub-nav > li > a {
  padding: 6.4px 0 6.4px 0;
}
.dt-mobile-header .mobile-main-nav li .sub-nav > li > a .menu-text {
  font: 300 16px/20px "Nunito Sans", Helvetica, Arial, Verdana, sans-serif;
  color: #666;
  text-transform: none;
}
.mobile-main-nav .sub-nav > .menu-item > a i[class^="dt-icon"],
.mobile-main-nav .sub-nav > .menu-item > a i[class^="fa"] {
  font-size: 16px;
}
.mobile-main-nav .sub-nav li > a .menu-text,
.mobile-main-nav .sub-nav li > a i[class^="dt-icon"],
.mobile-main-nav .sub-nav li > a i[class^="fa"] {
  font-size: 12px;
  line-height: 16px;
}
.mobile-main-nav .sub-nav .next-level-button {
  color: rgba(102, 102, 102, 0.17);
}
.mobile-main-nav .sub-nav .next-level-button {
  padding: 8px 0;
  top: 0;
  line-height: 20px;
}
.mobile-main-nav .sub-nav .next-level-button:before {
  line-height: 20px;
}
.dt-close-mobile-menu-icon {
  padding: 0;
  margin: 25px 10px 0 0;
  border-radius: 0;
}
.dt-close-mobile-menu-icon span:after {
  background-color: var(--the7-accent-color);
  background: #aaa !important;
}
.dt-close-mobile-menu-icon span:before {
  background-color: var(--the7-accent-color);
  background: #aaa !important;
}
#bottom-bar .sub-nav > ul > li > a,
.top-bar .sub-nav > ul > li > a {
  color: #666;
  font: 300 16px/20px Nunito, Helvetica, Arial, Verdana, sans-serif;
}
.top-header .mega-full-width > .dt-mega-menu-wrap {
  width: calc(1200px - 0px - 0px);
}
.boxed .classic-header:not(.width-in-pixel) .navigation:before {
  margin: 0;
  padding: 0 1000px;
}
.boxed .classic-header.content-width-line .navigation:before,
.boxed .top-bar.line-content:before {
  max-width: calc(1200px - 0px - 0px);
}
.page-title .wf-wrap {
  min-height: 60px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.page-title .wf-wrap:after {
  border-bottom: 6px double rgba(51, 51, 51, 0.11);
}
.page-title.solid-bg {
  background-color: rgba(255, 255, 255, 0);
}
.page-title.solid-bg.bg-img-enabled {
  background-image: none;
  background-repeat: repeat;
  background-position: center center;
  background-size: auto auto;
}
.page-title.gradient-bg {
  background: rgba(255, 255, 255, 0);
}
.page-title > .wf-wrap {
  width: 1200px;
}
.page-title h1,
.page-title h1 *,
.page-title h1 a:hover {
  font: normal 24px/28px Merriweather, Helvetica, Arial, Verdana, sans-serif;
  color: #000;
  text-transform: none;
}
.responsive-off #main:not(.sidebar-none) .wf-container-main {
  grid-column-gap: 50px;
}
.responsive-off .sidebar-right .wf-container-main {
  -ms-grid-columns: calc(100% - 350px - 25px) 50px calc(350px - 25px);
  grid-template-columns: calc(100% - 350px - 25px) calc(350px - 25px);
}
.responsive-off .sidebar-left .wf-container-main {
  -ms-grid-columns: calc(350px - 25px) 50px calc(100% - 350px - 25px);
  grid-template-columns: calc(350px - 25px) calc(100% - 350px - 25px);
}
.responsive-off .sidebar-divider-vertical.sidebar-left .sidebar {
  padding-right: 50px;
}
.responsive-off .sidebar-divider-vertical.sidebar-right .sidebar {
  padding-left: 50px;
}
.sidebar-right .sidebar {
  border-left: 1px solid var(--the7-divider-color);
}
.sidebar-left .sidebar {
  border-right: 1px solid var(--the7-divider-color);
}
.solid-bg .sidebar-content {
  background: #f7f7f8 none repeat center center;
}
.solid-bg.sidebar-content .widget {
  background: #f7f7f8 none repeat center center;
}
.solid-bg.sidebar-content.sidebar-shadow-decoration .widget,
.solid-bg.sidebar-shadow-decoration .sidebar-content {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}
.elementor-widget-sidebar .widget,
.sidebar .widget,
.sidebar-content .widget {
  border-top: 1px solid var(--the7-divider-color);
  color: #666;
  padding-top: 30px;
  padding-bottom: 30px;
}
.elementor-widget-sidebar .widget,
.sidebar .widget,
.sidebar-content .widget,
div[class*="elementor-widget-wp-widget-"] {
  font: var(--the7-widget-content-font);
  text-transform: var(--the7-widget-content-text-transform);
  letter-spacing: var(--the7-widget-content-letter-spacing);
  text-decoration: var(--the7-widget-content-text-decoration);
}
.solid-bg.sidebar-content .widget {
  margin-top: 60px;
}
.widget-title,
div[class*="elementor-widget-wp-widget-"] h5 {
  font: var(--the7-widget-title-font);
  text-transform: var(--the7-widget-title-text-transform);
  letter-spacing: var(--the7-widget-title-letter-spacing);
  text-decoration: var(--the7-widget-title-text-decoration);
  color: var(--the7-title-color);
}
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .widget-title,
.dt-mega-menu
  .dt-mega-parent
  .sidebar-content
  .widget
  div[class*="elementor-widget-wp-widget-"]
  h5 {
  color: #222;
}
.sidebar-content .widget-title,
.sidebar-content div[class*="elementor-widget-wp-widget-"] h5 {
  color: #000;
}
.footer .widget-title,
.footer div[class*="elementor-widget-wp-widget-"] h5 {
  color: #000;
}
.widget-title {
  margin-bottom: var(--the7-widget-gap);
}
.sidebar-content
  .widget:not(.widget_icl_lang_sel_widget)
  a:not(.elementor-button),
.sidebar-content.solid-bg
  .widget:not(.widget_icl_lang_sel_widget)
  a:not(.elementor-button)
  * {
  color: #666;
}
.footer .widget a {
  color: #666;
}
.items-grid a,
.widget_links a,
.widget_meta a,
.widget_nav_menu a,
.widget_pages a {
  color: var(--the7-title-color);
}
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .items-grid a,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .widget_links a,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .widget_meta a,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .widget_nav_menu a,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .widget_pages a {
  color: #222;
}
.sidebar-content .items-grid a,
.sidebar-content .widget_links a,
.sidebar-content .widget_meta a,
.sidebar-content .widget_nav_menu a,
.sidebar-content .widget_pages a {
  color: #000;
}
.footer .items-grid a,
.footer .widget_links a,
.footer .widget_meta a,
.footer .widget_nav_menu a,
.footer .widget_pages a {
  color: #000;
}
.sidebar-content .custom-menu a:hover,
.sidebar-content:not(.solid-bg)
  .widget:not(.widget_icl_lang_sel_widget)
  .custom-menu
  a:hover {
  color: var(--the7-accent-color);
}
.footer .custom-menu a:hover {
  color: var(--the7-accent-color);
}
.sidebar-content .custom-menu a:hover svg,
.sidebar-content:not(.solid-bg)
  .widget:not(.widget_icl_lang_sel_widget)
  .custom-menu
  a:hover
  svg {
  fill: var(--the7-accent-color);
  color: var(--the7-accent-color);
}
.footer .custom-menu a:hover svg {
  fill: var(--the7-accent-color);
  color: var(--the7-accent-color);
}
.widget .menu li,
.widget_pages li,
div[class*="elementor-widget-wp-widget-"] .menu li {
  border-style: solid;
  border-width: 1px;
  border-color: var(--the7-divider-color);
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.sidebar-content .widget .menu li,
.sidebar-content .widget_pages li {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(102, 102, 102, 0.15);
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.footer .menu li,
.footer .widget_pages li {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(102, 102, 102, 0.15);
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.custom-nav > li > a:hover span,
.custom-nav > li > ul a:hover span,
.items-grid .post-content > a:hover,
.menu .current-menu-item > a,
.menu .current-menu-parent > a,
.widget_links a:hover,
.widget_meta a:hover,
.widget_nav_menu a:hover,
.widget_pages a:hover {
  color: var(--the7-accent-color);
}
.sidebar-content .custom-nav > li > a:hover span,
.sidebar-content .custom-nav > li > ul a:hover span,
.sidebar-content .items-grid .post-content > a:hover,
.sidebar-content .menu .current-menu-item > a,
.sidebar-content .menu .current-menu-parent > a,
.sidebar-content .widget_links a:hover,
.sidebar-content .widget_meta a:hover,
.sidebar-content .widget_nav_menu a:hover,
.sidebar-content .widget_pages a:hover,
.sidebar-content.solid-bg .custom-nav > li > a:hover span,
.sidebar-content.solid-bg .custom-nav > li > ul a:hover span,
.sidebar-content.solid-bg .items-grid .post-content > a:hover,
.sidebar-content.solid-bg .menu .current-menu-item > a,
.sidebar-content.solid-bg .menu .current-menu-parent > a,
.sidebar-content.solid-bg .widget_links a:hover,
.sidebar-content.solid-bg .widget_meta a:hover,
.sidebar-content.solid-bg .widget_nav_menu a:hover,
.sidebar-content.solid-bg .widget_pages a:hover {
  color: var(--the7-accent-color);
}
.footer .custom-nav > li > a:hover span,
.footer .custom-nav > li > ul a:hover span,
.footer .items-grid .post-content > a:hover,
.footer .menu .current-menu-item > a,
.footer .menu .current-menu-parent > a,
.footer .widget_links a:hover,
.footer .widget_meta a:hover,
.footer .widget_nav_menu a:hover,
.footer .widget_pages a:hover {
  color: var(--the7-accent-color);
}
.custom-menu a svg {
  fill: var(--the7-secondary-text-color);
  color: var(--the7-secondary-text-color);
}
.sidebar-content .custom-menu a svg {
  fill: rgba(102, 102, 102, 0.5);
  color: rgba(102, 102, 102, 0.5);
}
.footer .custom-menu a svg {
  fill: rgba(102, 102, 102, 0.5);
  color: rgba(102, 102, 102, 0.5);
}
.custom-nav a svg {
  fill: #666;
  color: #666;
}
.footer .custom-nav a svg {
  fill: #666;
  color: #666;
}
.custom-menu a:hover svg {
  fill: var(--the7-secondary-text-color);
  color: var(--the7-secondary-text-color);
}
.sidebar-content .custom-menu a:hover svg {
  fill: rgba(153, 153, 153, 0.999);
  color: rgba(153, 153, 153, 0.999);
}
.footer .custom-menu a:hover svg {
  fill: rgba(153, 153, 153, 0.999);
  color: rgba(153, 153, 153, 0.999);
}
.custom-nav > li > a span,
.custom-nav > li > ul a span {
  color: var(--the7-title-color);
}
.dt-mega-menu
  .dt-mega-parent
  .sidebar-content
  .widget
  .custom-nav
  > li
  > a
  span,
.dt-mega-menu
  .dt-mega-parent
  .sidebar-content
  .widget
  .custom-nav
  > li
  > ul
  a
  span {
  color: #222;
}
.sidebar-content .custom-nav > li > a span,
.sidebar-content .custom-nav > li > ul a span {
  color: #000;
}
.footer .custom-nav > li > a span,
.footer .custom-nav > li > ul a span {
  color: #000;
}
.custom-menu a:not(:hover) {
  color: var(--the7-base-color);
}
.dt-mega-menu .sidebar-content .custom-menu a:not(:hover) {
  color: #222;
}
.sidebar-content .custom-menu a:not(:hover) {
  color: #666;
}
.footer .custom-menu a:not(:hover) {
  color: #666;
}
.sidebar .custom-menu a:before,
.sidebar-content .custom-menu a:before {
  background-color: rgba(102, 102, 102, 0.15);
}
.footer .custom-menu a:before {
  background-color: rgba(102, 102, 102, 0.15);
}
.post.bg-on {
  background-color: var(--the7-content-boxes-bg);
}
.shadow-element-decoration .post.bg-on {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}
.layout-list .post {
  border-top: 1px solid;
  border-color: var(--the7-divider-color);
}
.sidebar .layout-list .post,
.sidebar-content .layout-list .post {
  border-color: rgba(102, 102, 102, 0.15);
}
.footer .layout-list .post {
  border-color: rgba(102, 102, 102, 0.15);
}
.content-bg-on.classic-layout-list article {
  background-color: var(--the7-content-boxes-bg);
}
.shadow-element-decoration .content-bg-on.classic-layout-list article {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}
.comments-title {
  color: var(--the7-h3-color);
  font: var(--the7-h3-font);
  text-transform: var(--the7-h3-text-transform);
}
.comments-title,
.comments-title a,
.fn,
.fn a {
  color: var(--the7-title-color);
}
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .comments-title,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .comments-title a,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .fn,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .fn a {
  color: #222;
}
.sidebar-content .comments-title,
.sidebar-content .comments-title a,
.sidebar-content .fn,
.sidebar-content .fn a {
  color: #000;
}
.footer .comments-title,
.footer .comments-title a,
.footer .fn,
.footer .fn a {
  color: #000;
}
#page .fn a:hover {
  color: var(--the7-accent-color);
}
.meta-nav {
  color: var(--the7-secondary-text-color);
  font-size: var(--the7-text-small-font-size);
  line-height: var(--the7-text-small-line-height);
}
.sidebar-content .meta-nav {
  color: rgba(102, 102, 102, 0.5);
}
.footer .meta-nav {
  color: rgba(102, 102, 102, 0.5);
}
.share-link-description {
  font-size: var(--the7-base-font-size);
  line-height: var(--the7-base-line-height);
}
.share-link-description {
  color: var(--the7-title-color);
}
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .share-link-description {
  color: #222;
}
.sidebar-content .share-link-description {
  color: #000;
}
.footer .share-link-description {
  color: #000;
}
.post-navigation .nav-links {
  border-color: var(--the7-divider-color);
}
.sidebar .post-navigation .nav-links,
.sidebar-content .post-navigation .nav-links {
  border-color: rgba(102, 102, 102, 0.15);
}
.footer .post-navigation .nav-links {
  border-color: rgba(102, 102, 102, 0.15);
}
.post-navigation .nav-links svg {
  fill: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.12);
}
.post-navigation .nav-links a svg:hover {
  fill: rgba(0, 0, 0, 0.23);
  color: rgba(0, 0, 0, 0.23);
}
#page .post-navigation .nav-links a .post-title:hover {
  color: var(--the7-accent-color);
}
.dt-btn,
.widget .dt-form .dt-btn {
  font: var(--the7-btn-s-font);
  text-transform: var(--the7-btn-s-text-transform);
  letter-spacing: var(--the7-btn-s-letter-spacing);
  word-spacing: var(--the7-btn-s-word-spacing);
  border-radius: var(--the7-btn-s-border-radius);
  border-width: var(--the7-btn-s-border-width);
  border-style: var(--the7-btn-s-border-style);
  border-color: var(--the7-btn-border-color);
  padding: var(--the7-btn-s-padding);
  min-width: var(--the7-btn-s-min-width);
  min-height: var(--the7-btn-s-min-height);
}
.dt-btn.ico-right-side > i,
.widget .dt-form .dt-btn.ico-right-side > i {
  margin-left: calc(var(--the7-btn-s-font-size) * 8 / 12);
  margin-right: 0 !important;
}
.dt-btn > i,
.dt-btn > i[class^="dt-icon"],
.dt-btn > i[class^="fa"],
.widget .dt-form .dt-btn > i,
.widget .dt-form .dt-btn > i[class^="dt-icon"],
.widget .dt-form .dt-btn > i[class^="fa"] {
  font-size: var(--the7-btn-s-icon-size);
  margin-right: var(
    --the7-btn-s-icon-gap,
    calc(var(--the7-btn-s-font-size) * 8 / 12)
  );
}
.btn-link.dt-btn-s {
  font: var(--the7-btn-s-font);
}
.dt-btn-m,
a.button,
button.button {
  font: var(--the7-btn-m-font);
  text-transform: var(--the7-btn-m-text-transform);
  letter-spacing: var(--the7-btn-m-letter-spacing);
  word-spacing: var(--the7-btn-m-word-spacing);
  border-radius: var(--the7-btn-m-border-radius);
  border-width: var(--the7-btn-m-border-width);
  border-style: var(--the7-btn-m-border-style);
  border-color: var(--the7-btn-border-color);
  padding: var(--the7-btn-m-padding);
  min-width: var(--the7-btn-m-min-width);
  min-height: var(--the7-btn-m-min-height);
}
.dt-btn-m.ico-right-side > i {
  margin-left: calc(var(--the7-btn-m-font-size) * 8 / 14);
  margin-right: 0 !important;
}
.dt-btn-m > i,
.dt-btn-m > i[class^="dt-icon-"],
.dt-btn-m > i[class^="fa"] {
  font-size: var(--the7-btn-m-icon-size);
  margin-right: var(
    --the7-btn-m-icon-gap,
    calc(var(--the7-btn-m-font-size) * 8 / 14)
  );
}
.dt-btn:not(.btn-light):not(.light-bg-btn):not(.outline-btn):not(
    .outline-bg-btn
  ):not(.btn-no-decoration),
.dt-form button,
.widget .dt-form .dt-btn,
a.button:not(.edd-submit),
button.button,
button[name="calc_shipping"],
button[name="calc_shipping"]:hover {
  transition: all 0.3s ease-out;
  box-shadow: var(--the7-btn-shadow);
}
.dt-btn:not(.btn-light):not(.light-bg-btn):not(.outline-btn):not(
    .outline-bg-btn
  ):not(.btn-no-decoration):hover,
.dt-form button:hover,
.widget .dt-form .dt-btn:hover,
a.button:not(.edd-submit):hover,
button.button:hover,
button[name="calc_shipping"]:hover,
button[name="calc_shipping"]:hover:hover {
  box-shadow: var(--the7-btn-shadow-hover);
}
.btn-shadow.dt-btn:not(.btn-light):not(.light-bg-btn):not(.outline-btn):not(
    .outline-bg-btn
  ):not(.btn-no-decoration) {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12);
}
.btn-shadow.dt-btn:not(.btn-light):not(.light-bg-btn):not(.outline-btn):not(
    .outline-bg-btn
  ):not(.btn-no-decoration):hover {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.btn-3d.dt-btn:not(.btn-light):not(.light-bg-btn):not(.outline-btn):not(
    .outline-bg-btn
  ):not(.btn-no-decoration) {
  box-shadow: 0 2px 0 0 #7a7a7a;
  transition: none;
}
.btn-3d.dt-btn:not(.btn-light):not(.light-bg-btn):not(.outline-btn):not(
    .outline-bg-btn
  ):not(.btn-no-decoration):hover {
  box-shadow: 0 2px 0 0 #474747;
}
#page .widget .dt-form .dt-btn,
.dt-form button,
.widget .dt-form .dt-btn {
  color: var(--the7-btn-color);
  background: var(--the7-btn-bg, #999);
}
#page .widget .dt-form .dt-btn *,
.dt-form button *,
.footer #page .widget .dt-form .dt-btn,
.footer .dt-form button,
.footer .widget .dt-form .dt-btn,
.sidebar #page .widget .dt-form .dt-btn,
.sidebar .dt-form button,
.sidebar .widget #page .widget .dt-form .dt-btn,
.sidebar .widget .dt-form .dt-btn,
.sidebar .widget .dt-form button,
.sidebar .widget .widget .dt-form .dt-btn,
.sidebar-content .widget #page .widget .dt-form .dt-btn,
.sidebar-content .widget .dt-form button,
.sidebar-content .widget .widget .dt-form .dt-btn,
.widget .dt-form .dt-btn * {
  color: var(--the7-btn-color);
}
.btn-bg-off #page .widget .dt-form .dt-btn:not(:hover),
.btn-bg-off .dt-form button:not(:hover),
.btn-bg-off .widget .dt-form .dt-btn:not(:hover) {
  background: 0 0;
}
#page .widget .dt-form .dt-btn:hover,
#page .widget .dt-form .dt-btn:hover > *,
.dt-form button:hover,
.dt-form button:hover > *,
.widget .dt-form .dt-btn:hover,
.widget .dt-form .dt-btn:hover > * {
  color: var(--the7-btn-hover-color);
}
#page .widget .dt-form .dt-btn:hover *,
#page .widget .dt-form .dt-btn:hover > * *,
.dt-form button:hover *,
.dt-form button:hover > * *,
.footer #page .widget .dt-form .dt-btn:hover,
.footer #page .widget .dt-form .dt-btn:hover > *,
.footer .dt-form button:hover,
.footer .dt-form button:hover > *,
.footer .widget .dt-form .dt-btn:hover,
.footer .widget .dt-form .dt-btn:hover > *,
.sidebar #page .widget .dt-form .dt-btn:hover,
.sidebar #page .widget .dt-form .dt-btn:hover > *,
.sidebar .dt-form button:hover,
.sidebar .dt-form button:hover > *,
.sidebar .widget #page .widget .dt-form .dt-btn:hover,
.sidebar .widget #page .widget .dt-form .dt-btn:hover > *,
.sidebar .widget .dt-form .dt-btn:hover,
.sidebar .widget .dt-form .dt-btn:hover > *,
.sidebar .widget .dt-form button:hover,
.sidebar .widget .dt-form button:hover > *,
.sidebar .widget .widget .dt-form .dt-btn:hover,
.sidebar .widget .widget .dt-form .dt-btn:hover > *,
.sidebar-content .widget #page .widget .dt-form .dt-btn:hover,
.sidebar-content .widget #page .widget .dt-form .dt-btn:hover > *,
.sidebar-content .widget .dt-form button:hover,
.sidebar-content .widget .dt-form button:hover > *,
.sidebar-content .widget .widget .dt-form .dt-btn:hover,
.sidebar-content .widget .widget .dt-form .dt-btn:hover > *,
.widget .dt-form .dt-btn:hover *,
.widget .dt-form .dt-btn:hover > * * {
  color: var(--the7-btn-hover-color);
}
#page .widget .dt-form .dt-btn:hover,
.dt-form button:hover,
.widget .dt-form .dt-btn:hover {
  border-color: var(--the7-btn-border-hover-color);
}
#page #page .widget .dt-form .dt-btn:hover,
#page .dt-form button:hover,
#page .widget .dt-form .dt-btn:hover {
  background: var(--the7-btn-hover-bg, #666);
}
.btn-hover-bg-off #page #page .widget .dt-form .dt-btn:hover,
.btn-hover-bg-off #page .dt-form button:hover,
.btn-hover-bg-off #page .widget .dt-form .dt-btn:hover {
  background: 0 0;
}
#page .widget .dt-form .dt-btn:hover .text-wrap,
.dt-form button:hover .text-wrap,
.widget .dt-form .dt-btn:hover .text-wrap {
  color: var(--the7-btn-hover-color);
}
a.button:not(.edd-submit),
button.button {
  color: var(--the7-btn-color);
  background: var(--the7-btn-bg, #999);
}
.footer a.button:not(.edd-submit),
.footer button.button,
.sidebar .widget a.button:not(.edd-submit),
.sidebar .widget button.button,
.sidebar a.button:not(.edd-submit),
.sidebar button.button,
.sidebar-content .widget a.button:not(.edd-submit),
.sidebar-content .widget button.button,
a.button:not(.edd-submit) *,
button.button * {
  color: var(--the7-btn-color);
}
.btn-bg-off a.button:not(.edd-submit):not(:hover),
.btn-bg-off button.button:not(:hover) {
  background: 0 0;
}
a.button:not(.edd-submit):hover,
a.button:not(.edd-submit):hover > *,
button.button:hover,
button.button:hover > * {
  color: var(--the7-btn-hover-color);
}
a.button:not(.edd-submit):hover,
button.button:hover {
  border-color: var(--the7-btn-border-hover-color);
  background: var(--the7-btn-hover-bg, #666);
}
.footer a.button:not(.edd-submit):hover,
.footer button.button:hover,
.sidebar .widget a.button:not(.edd-submit):hover,
.sidebar .widget button.button:hover,
.sidebar a.button:not(.edd-submit):hover,
.sidebar button.button:hover,
.sidebar-content .widget a.button:not(.edd-submit):hover,
.sidebar-content .widget button.button:hover,
a.button:not(.edd-submit):hover *,
button.button:hover * {
  color: var(--the7-btn-hover-color);
}
.btn-hover-bg-off a.button:not(.edd-submit):hover,
.btn-hover-bg-off button.button:hover {
  background: 0 0;
}
a.button:not(.edd-submit):hover .text-wrap,
button.button:hover .text-wrap {
  color: var(--the7-btn-hover-color);
}
.dt-btn:not(.btn-light):not(.light-bg-btn):not(.outline-btn):not(
    .outline-bg-btn
  ):not(.btn-custom-style) {
  background: var(--the7-btn-bg, #999);
}
.btn-bg-off
  .dt-btn:not(.btn-light):not(.light-bg-btn):not(.outline-btn):not(
    .outline-bg-btn
  ):not(.btn-custom-style):not(:hover) {
  background: 0 0;
}
.dt-btn:not(.btn-light):not(.light-bg-btn):not(.outline-btn):not(
    .outline-bg-btn
  ):not(.btn-custom-style):hover {
  background: 0 0;
  background: var(--the7-btn-hover-bg, #666);
  border-color: var(--the7-btn-border-hover-color);
}
.btn-hover-bg-off
  .dt-btn:not(.btn-light):not(.light-bg-btn):not(.outline-btn):not(
    .outline-bg-btn
  ):not(.btn-custom-style):hover {
  background: 0 0;
}
.dt-btn:not(.btn-light):not(.light-bg-btn):not(.outline-btn):not(
    .outline-bg-btn
  ):not(.btn-custom-style).accent-btn-bg-color {
  background: var(--the7-accent-color);
}
#page
  .dt-btn:not(.btn-light):not(.light-bg-btn):not(.outline-btn):not(
    .outline-bg-btn
  ):not(.btn-custom-style).accent-btn-bg-hover-color:hover {
  background: var(--the7-accent-color);
}
#page
  .dt-btn:not(.btn-light):not(.light-bg-btn):not(.outline-btn):not(
    .outline-bg-btn
  ):not(.btn-custom-style).default-btn-bg-hover-color:hover {
  background: 0 0;
  background: var(--the7-btn-hover-bg, #666);
}
.btn-light:hover {
  background: var(--the7-btn-hover-bg, #666);
}
.dt-btn.btn-hover-off:hover {
  background: var(--the7-btn-bg, #999) !important;
}
.btn-link,
.dt-btn:not(.btn-custom-style) {
  color: var(--the7-btn-color);
}
.btn-link *,
.content .btn-link,
.content .dt-btn:not(.btn-custom-style),
.content .elementor-widget[class*="elementor-widget-wp-widget-"] .btn-link,
.content
  .elementor-widget[class*="elementor-widget-wp-widget-"]
  .dt-btn:not(.btn-custom-style),
.content .sidebar-content .btn-link,
.content .sidebar-content .dt-btn:not(.btn-custom-style),
.dt-btn:not(.btn-custom-style) *,
.footer .btn-link,
.footer .dt-btn:not(.btn-custom-style),
.sidebar .btn-link,
.sidebar .dt-btn:not(.btn-custom-style) {
  color: var(--the7-btn-color);
}
.btn-link:hover,
.btn-link:hover > *,
.dt-btn:not(.btn-custom-style):hover,
.dt-btn:not(.btn-custom-style):hover > * {
  color: var(--the7-btn-hover-color);
}
.content
  .elementor-widget[class*="elementor-widget-wp-widget-"]
  .btn-link:hover,
.content
  .elementor-widget[class*="elementor-widget-wp-widget-"]
  .btn-link:hover
  > *,
.content
  .elementor-widget[class*="elementor-widget-wp-widget-"]
  .dt-btn:not(.btn-custom-style):hover,
.content
  .elementor-widget[class*="elementor-widget-wp-widget-"]
  .dt-btn:not(.btn-custom-style):hover
  > * {
  color: var(--the7-btn-hover-color);
}
.btn-link.accent-btn-color > .text-wrap *,
.btn-link.accent-btn-color > i[class^="dt-icon-"],
.btn-link.accent-btn-color > i[class^="fa"],
.btn-link.accent-btn-color > span,
.dt-btn:not(.btn-custom-style).accent-btn-color > .text-wrap *,
.dt-btn:not(.btn-custom-style).accent-btn-color > i[class^="dt-icon-"],
.dt-btn:not(.btn-custom-style).accent-btn-color > i[class^="fa"],
.dt-btn:not(.btn-custom-style).accent-btn-color > span {
  color: var(--the7-accent-color);
}
.btn-link.title-btn-color,
.btn-link.title-btn-color > .text-wrap *,
.btn-link.title-btn-color > i[class^="dt-icon-"],
.btn-link.title-btn-color > i[class^="fa"],
.btn-link.title-btn-color > span,
.dt-btn:not(.btn-custom-style).title-btn-color,
.dt-btn:not(.btn-custom-style).title-btn-color > .text-wrap *,
.dt-btn:not(.btn-custom-style).title-btn-color > i[class^="dt-icon-"],
.dt-btn:not(.btn-custom-style).title-btn-color > i[class^="fa"],
.dt-btn:not(.btn-custom-style).title-btn-color > span {
  color: var(--the7-title-color);
}
.dt-mega-menu
  .dt-mega-parent
  .sidebar-content
  .widget
  .btn-link.title-btn-color,
.dt-mega-menu
  .dt-mega-parent
  .sidebar-content
  .widget
  .btn-link.title-btn-color
  > .text-wrap
  *,
.dt-mega-menu
  .dt-mega-parent
  .sidebar-content
  .widget
  .btn-link.title-btn-color
  > i[class^="dt-icon-"],
.dt-mega-menu
  .dt-mega-parent
  .sidebar-content
  .widget
  .btn-link.title-btn-color
  > i[class^="fa"],
.dt-mega-menu
  .dt-mega-parent
  .sidebar-content
  .widget
  .btn-link.title-btn-color
  > span,
.dt-mega-menu
  .dt-mega-parent
  .sidebar-content
  .widget
  .dt-btn:not(.btn-custom-style).title-btn-color,
.dt-mega-menu
  .dt-mega-parent
  .sidebar-content
  .widget
  .dt-btn:not(.btn-custom-style).title-btn-color
  > .text-wrap
  *,
.dt-mega-menu
  .dt-mega-parent
  .sidebar-content
  .widget
  .dt-btn:not(.btn-custom-style).title-btn-color
  > i[class^="dt-icon-"],
.dt-mega-menu
  .dt-mega-parent
  .sidebar-content
  .widget
  .dt-btn:not(.btn-custom-style).title-btn-color
  > i[class^="fa"],
.dt-mega-menu
  .dt-mega-parent
  .sidebar-content
  .widget
  .dt-btn:not(.btn-custom-style).title-btn-color
  > span {
  color: #222;
}
.sidebar-content .btn-link.title-btn-color,
.sidebar-content .btn-link.title-btn-color > .text-wrap *,
.sidebar-content .btn-link.title-btn-color > i[class^="dt-icon-"],
.sidebar-content .btn-link.title-btn-color > i[class^="fa"],
.sidebar-content .btn-link.title-btn-color > span,
.sidebar-content .dt-btn:not(.btn-custom-style).title-btn-color,
.sidebar-content .dt-btn:not(.btn-custom-style).title-btn-color > .text-wrap *,
.sidebar-content
  .dt-btn:not(.btn-custom-style).title-btn-color
  > i[class^="dt-icon-"],
.sidebar-content
  .dt-btn:not(.btn-custom-style).title-btn-color
  > i[class^="fa"],
.sidebar-content .dt-btn:not(.btn-custom-style).title-btn-color > span {
  color: #000;
}
.footer .btn-link.title-btn-color,
.footer .btn-link.title-btn-color > .text-wrap *,
.footer .btn-link.title-btn-color > i[class^="dt-icon-"],
.footer .btn-link.title-btn-color > i[class^="fa"],
.footer .btn-link.title-btn-color > span,
.footer .dt-btn:not(.btn-custom-style).title-btn-color,
.footer .dt-btn:not(.btn-custom-style).title-btn-color > .text-wrap *,
.footer .dt-btn:not(.btn-custom-style).title-btn-color > i[class^="dt-icon-"],
.footer .dt-btn:not(.btn-custom-style).title-btn-color > i[class^="fa"],
.footer .dt-btn:not(.btn-custom-style).title-btn-color > span {
  color: #000;
}
.btn-link.title-btn-hover-color:hover > .text-wrap *,
.btn-link.title-btn-hover-color:hover > i[class^="dt-icon-"],
.btn-link.title-btn-hover-color:hover > i[class^="fa"],
.btn-link.title-btn-hover-color:hover > span,
.dt-btn:not(.btn-custom-style).title-btn-hover-color:hover > .text-wrap *,
.dt-btn:not(.btn-custom-style).title-btn-hover-color:hover
  > i[class^="dt-icon-"],
.dt-btn:not(.btn-custom-style).title-btn-hover-color:hover > i[class^="fa"],
.dt-btn:not(.btn-custom-style).title-btn-hover-color:hover > span {
  color: var(--the7-h1-color) !important;
}
.btn-link.default-btn-hover-color:hover > .text-wrap *,
.btn-link.default-btn-hover-color:hover > i[class^="dt-icon-"],
.btn-link.default-btn-hover-color:hover > i[class^="fa"],
.btn-link.default-btn-hover-color:hover > span,
.dt-btn:not(.btn-custom-style).default-btn-hover-color:hover > .text-wrap *,
.dt-btn:not(.btn-custom-style).default-btn-hover-color:hover
  > i[class^="dt-icon-"],
.dt-btn:not(.btn-custom-style).default-btn-hover-color:hover > i[class^="fa"],
.dt-btn:not(.btn-custom-style).default-btn-hover-color:hover > span {
  color: var(--the7-btn-hover-color) !important;
}
#page .btn-link.accent-btn-hover-color:hover > .text-wrap *,
#page .btn-link.accent-btn-hover-color:hover > i[class^="dt-icon-"],
#page .btn-link.accent-btn-hover-color:hover > i[class^="fa"],
#page .btn-link.accent-btn-hover-color:hover > span,
#page
  .dt-btn:not(.btn-custom-style).accent-btn-hover-color:hover
  > .text-wrap
  *,
#page
  .dt-btn:not(.btn-custom-style).accent-btn-hover-color:hover
  > i[class^="dt-icon-"],
#page
  .dt-btn:not(.btn-custom-style).accent-btn-hover-color:hover
  > i[class^="fa"],
#page .dt-btn:not(.btn-custom-style).accent-btn-hover-color:hover > span {
  color: var(--the7-accent-color) !important;
}
.accent-btn-color
  .dt-btn:not(.custom-btn-color):not(.btn-shortcode):not(.btn-custom-style)
  > .text-wrap
  *,
.accent-btn-color
  .dt-btn:not(.custom-btn-color):not(.btn-shortcode):not(.btn-custom-style)
  > span {
  color: var(--the7-accent-color);
}
.custom-btn-hover-color
  .dt-btn:not(.custom-btn-color):not(.accent-btn-hover-color):not(
    .btn-shortcode
  ):hover
  > .text-wrap
  *,
.custom-btn-hover-color
  .dt-btn:not(.custom-btn-color):not(.accent-btn-hover-color):not(
    .btn-shortcode
  ):hover
  > span {
  background: 0 0;
  color: var(--the7-btn-hover-color);
}
.custom-btn-hover-color .dt-btn:hover > .text-wrap * {
  color: inherit;
}
.accent-btn-hover-color
  .dt-btn:not(.custom-btn-hover-color):not(.btn-shortcode):not(
    .btn-custom-style
  ):hover
  > .text-wrap
  *,
.accent-btn-hover-color
  .dt-btn:not(.custom-btn-hover-color):not(.btn-shortcode):not(
    .btn-custom-style
  ):hover
  > span {
  color: var(--the7-accent-color);
}
.light-bg-btn {
  background-color: var(--the7-content-boxes-bg);
}
.shadow-element-decoration .light-bg-btn {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}
.light-bg-btn:hover {
  background: var(--the7-btn-hover-bg, #666);
}
#page .light-bg-btn.accent-btn-bg-hover-color:hover {
  background: var(--the7-accent-color);
}
.btn-light {
  background-color: var(--the7-content-boxes-bg);
  background-image: none;
}
.shadow-element-decoration .btn-light {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}
.btn-light:hover {
  background-image: none;
  background-color: var(--the7-content-boxes-bg);
}
.shadow-element-decoration .btn-light:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}
.dt-btn-link,
.dt-btn-link > i,
.dt-btn-link > span {
  color: var(--the7-accent-color);
}
.dt-btn-link:after {
  background: var(--the7-accent-color);
}
.list-divider li {
  border-color: var(--the7-divider-color);
}
.sidebar .list-divider li,
.sidebar-content .list-divider li {
  border-color: rgba(102, 102, 102, 0.15);
}
.footer .list-divider li {
  border-color: rgba(102, 102, 102, 0.15);
}
.text-icon.dt-icon-bg-on .icon-inner:before {
  border-color: var(--the7-accent-color);
  background-color: var(--the7-accent-color);
}
.text-icon.dt-icon-border-on:before,
.text-icon.dt-icon-hover-border-on:after {
  border-color: var(--the7-accent-color);
}
.text-icon.dt-icon-hover-bg-on .icon-inner:after {
  border-color: var(--the7-accent-color);
  background-color: var(--the7-accent-color);
}
.block-style-widget {
  background-color: var(--the7-content-boxes-bg);
}
.shadow-element-decoration .block-style-widget {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}
.form-fields label {
  color: var(--the7-input-color);
}
.dt-form .dt-btn,
.widget .dt-form .dt-btn {
  font: var(--the7-btn-m-font);
  text-transform: var(--the7-btn-m-text-transform);
  letter-spacing: var(--the7-btn-m-letter-spacing);
  word-spacing: var(--the7-btn-m-word-spacing);
  border-radius: var(--the7-btn-m-border-radius);
  padding: var(--the7-btn-m-padding);
}
.form-terms-text {
  font-size: var(--the7-text-small-font-size);
  line-height: var(--the7-text-small-line-height);
}
#footer.solid-bg {
  background: #fff none repeat center top;
}
.footer.full-width-line,
.wf-container-footer {
  border-top: 1px solid #fff;
}
#footer .wf-container-footer {
  padding-top: 0;
  padding-bottom: 0;
}
#footer .wf-container {
  margin: 0 -30px;
}
.footer .widget {
  color: #666;
  padding: 0 30px;
}
.footer .widget {
  font: var(--the7-widget-content-font);
  text-transform: var(--the7-widget-content-text-transform);
  letter-spacing: var(--the7-widget-content-letter-spacing);
  text-decoration: var(--the7-widget-content-text-decoration);
}
#footer.full-width #bottom-bar > .wf-wrap,
#footer.full-width > .wf-wrap {
  width: 100%;
}
#footer #bottom-bar > .wf-wrap,
#footer > .wf-wrap {
  padding: 0;
}
#bottom-bar.solid-bg {
  background: rgba(255, 255, 255, 0.12) none repeat center top;
}
#bottom-bar.full-width-line,
.wf-container-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.wf-container-bottom {
  padding: 10px 0 10px 0;
  min-height: 60px;
}
#bottom-bar {
  font-size: var(--the7-text-small-font-size);
  line-height: var(--the7-text-small-line-height);
  color: #eee;
}
.footer-sub-nav > li:not(.act):hover > a .menu-text {
  color: var(--the7-accent-color);
}
#bottom-bar a {
  color: #eee;
}
.scroll-top {
  border-radius: 0;
}
a.clear-form {
  font-size: var(--the7-text-small-font-size);
  line-height: var(--the7-text-small-line-height);
  color: var(--the7-secondary-text-color);
}
.sidebar-content a.clear-form {
  color: rgba(102, 102, 102, 0.5);
}
.footer a.clear-form {
  color: rgba(102, 102, 102, 0.5);
}
#page .items-grid .post-content a:hover,
#page .post-content a:hover {
  color: var(--the7-accent-color);
}
.layzr-bg {
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="38" height="38" viewBox="0 0 38 38" stroke="rgba(102,102,102,0.25)"%3E%3Cg fill="none" fill-rule="evenodd"%3E%3Cg transform="translate(1 1)" stroke-width="2"%3E%3Ccircle stroke-opacity=".55" cx="18" cy="18" r="18"/%3E%3Cpath d="M36 18c0-9.94-8.06-18-18-18"%3E%3CanimateTransform attributeName="transform" type="rotate" from="0 18 18" to="360 18 18" dur="1s" repeatCount="indefinite"/%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
}
.sidebar .layzr-bg,
.sidebar-content .layzr-bg {
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="38" height="38" viewBox="0 0 38 38" stroke="rgba(102,102,102,0.25)"%3E%3Cg fill="none" fill-rule="evenodd"%3E%3Cg transform="translate(1 1)" stroke-width="2"%3E%3Ccircle stroke-opacity=".55" cx="18" cy="18" r="18"/%3E%3Cpath d="M36 18c0-9.94-8.06-18-18-18"%3E%3CanimateTransform attributeName="transform" type="rotate" from="0 18 18" to="360 18 18" dur="1s" repeatCount="indefinite"/%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
}
.footer .layzr-bg {
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="38" height="38" viewBox="0 0 38 38" stroke="rgba(102,102,102,0.25)"%3E%3Cg fill="none" fill-rule="evenodd"%3E%3Cg transform="translate(1 1)" stroke-width="2"%3E%3Ccircle stroke-opacity=".55" cx="18" cy="18" r="18"/%3E%3Cpath d="M36 18c0-9.94-8.06-18-18-18"%3E%3CanimateTransform attributeName="transform" type="rotate" from="0 18 18" to="360 18 18" dur="1s" repeatCount="indefinite"/%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
}
.layzr-bg:not(.layzr-bg-transparent) {
  background-color: rgba(102, 102, 102, 0.05);
}
.sidebar .layzr-bg:not(.layzr-bg-transparent),
.sidebar-content .layzr-bg:not(.layzr-bg-transparent) {
  background-color: rgba(102, 102, 102, 0.05);
}
.footer .layzr-bg:not(.layzr-bg-transparent) {
  background-color: rgba(102, 102, 102, 0.05);
}
#page .woocom-project .layzr-bg:not(.layzr-bg-transparent) {
  background-color: transparent;
}
.pswp .pswp__button--arrow--left:before,
.pswp .pswp__button--arrow--right:before,
.pswp button.pswp__button--arrow--left,
.pswp button.pswp__button--arrow--right {
  font-size: 48px;
  line-height: 48px;
  min-height: 48px;
}
.enable-bg-rollover .gallery-rollover,
.enable-bg-rollover .post-thumbnail-rollover:after,
.enable-bg-rollover.hover-scale figure:after,
.post-rollover i,
.rollover i,
.rollover-video i {
  background-color: rgba(153, 153, 153, 0.2);
}
.albums .rollover-thumbnails-on i,
.albums-shortcode.enable-bg-rollover .post-thumbnail-rollover:after,
.buttons-on-img .rollover-content,
.dt-albums-shortcode .rollover-thumbnails-on i,
.enable-bg-rollover.hover-scale article:after,
.hover-scale .rollover-project:after,
.hover-style-two.content-align-bottom .rollover-project:after,
.hover-style-two:not(.effect-layla):not(.effect-bubba):not(.effect-sarah)
  .rollover-content,
.portfolio-shortcode.enable-bg-rollover .post-thumbnail-rollover:after,
.rollover-buttons-on i {
  background-color: rgba(153, 153, 153, 0.85);
}
.effect-bubba .rollover-project,
.effect-layla .rollover-project,
.effect-sarah .rollover-project {
  background-color: rgba(153, 153, 153, 0.85);
}
.effect-bubba:not(.hover-color-static) .rollover-project:hover > a > img,
.effect-layla:not(.hover-color-static) .rollover-project:hover > a > img,
.effect-sarah:not(.hover-color-static) .rollover-project:hover > a > img {
  opacity: 0.3;
}
.accent-gradient
  .hover-color-static:not(.effect-layla):not(.effect-bubba):not(.effect-sarah)
  .rollover-content,
.hover-color-static.hover-scale .rollover-project:after,
.hover-color-static.hover-style-two.content-align-bottom
  .rollover-project:after,
.hover-color-static:not(.effect-layla):not(.effect-bubba):not(.effect-sarah)
  .rollover-content {
  background-color: rgba(0, 0, 0, 0.65);
  background-image: none;
}
.hover-color-static.effect-bubba .rollover-project,
.hover-color-static.effect-layla .rollover-project,
.hover-color-static.effect-sarah .rollover-project {
  background-color: #000;
  background-image: none;
}
#page .hover-color-static .buttons-on-img .rollover-content,
.hover-color-static .buttons-on-img i,
.hover-color-static .rollover i,
.hover-color-static .rollover-video i,
.hover-color-static .rollover.rollover-thumbnails-on i {
  background-color: rgba(0, 0, 0, 0.35);
  background-image: none;
}
.rollover-thumbnails span:first-child i {
  color: #fff;
  background-color: var(--the7-accent-color);
}
.blog-carousel-shortcode .gallery-zoom-ico,
.blog-shortcode .gallery-zoom-ico,
.gallery-shortcode .gallery-zoom-ico {
  border-color: var(--the7-accent-color);
}
.blog-carousel-shortcode .gallery-zoom-ico span,
.blog-carousel-shortcode .gallery-zoom-ico:before,
.blog-shortcode .gallery-zoom-ico span,
.blog-shortcode .gallery-zoom-ico:before,
.gallery-shortcode .gallery-zoom-ico span,
.gallery-shortcode .gallery-zoom-ico:before {
  color: var(--the7-accent-color);
}
.dt-icon-bg-on.blog-carousel-shortcode .gallery-zoom-ico,
.dt-icon-bg-on.blog-shortcode .gallery-zoom-ico,
.dt-icon-bg-on.gallery-shortcode .gallery-zoom-ico {
  background-color: var(--the7-accent-color);
}
.albums-shortcode .album-zoom-ico {
  border-color: var(--the7-accent-color);
}
.albums-shortcode .album-zoom-ico span {
  color: var(--the7-accent-color);
}
.dt-icon-bg-on.albums-shortcode .album-zoom-ico {
  background-color: var(--the7-accent-color);
}
.rollover-content {
  line-height: var(--the7-base-line-height);
}
.rollover-content h2.entry-title {
  color: var(--the7-title-color);
}
.dt-mega-menu
  .dt-mega-parent
  .sidebar-content
  .widget
  .rollover-content
  h2.entry-title {
  color: #222;
}
.sidebar-content .rollover-content h2.entry-title {
  color: #000;
}
.footer .rollover-content h2.entry-title {
  color: #000;
}
.portfolio-categories a,
.portfolio-categories a *,
.portfolio-categories span {
  color: var(--the7-secondary-text-color);
}
.gform_wrapper .gsection {
  border-bottom-style: solid !important;
  border-bottom-width: var(--the7-bottom-input-border-width);
  border-bottom-color: var(--the7-divider-color);
}
.gform_wrapper .gfield_date_day label,
.gform_wrapper .gfield_date_month label,
.gform_wrapper .gfield_date_year label,
.gform_wrapper .gfield_time_hour label,
.gform_wrapper .gfield_time_minute label,
.gform_wrapper .ginput_complex label,
.gform_wrapper .instruction {
  font-size: var(--the7-text-small-font-size);
  color: rgba(102, 102, 102, 0.45);
}
#main .gform_wrapper .gfield_required,
#main .gform_wrapper .ginput_full input:focus + label,
#main .gform_wrapper .ginput_left input:focus + label,
#main .gform_wrapper .ginput_right input:focus + label,
#main .gform_wrapper span.ginput_total {
  color: var(--the7-accent-color);
}
.gform_wrapper .gsection .gfield_label,
.gform_wrapper h2.gsection_title,
.gform_wrapper h3.gform_title,
form.mc4wp-form label,
h3.gform_title {
  color: var(--the7-title-color);
}
.dt-mega-menu
  .dt-mega-parent
  .sidebar-content
  .widget
  .gform_wrapper
  .gsection
  .gfield_label,
.dt-mega-menu
  .dt-mega-parent
  .sidebar-content
  .widget
  .gform_wrapper
  h2.gsection_title,
.dt-mega-menu
  .dt-mega-parent
  .sidebar-content
  .widget
  .gform_wrapper
  h3.gform_title,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget form.mc4wp-form label,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget h3.gform_title {
  color: #222;
}
.sidebar-content .gform_wrapper .gsection .gfield_label,
.sidebar-content .gform_wrapper h2.gsection_title,
.sidebar-content .gform_wrapper h3.gform_title,
.sidebar-content form.mc4wp-form label,
.sidebar-content h3.gform_title {
  color: #000;
}
.footer .gform_wrapper .gsection .gfield_label,
.footer .gform_wrapper h2.gsection_title,
.footer .gform_wrapper h3.gform_title,
.footer form.mc4wp-form label,
.footer h3.gform_title {
  color: #000;
}
.gform_wrapper h3.gform_title,
h3.gform_title {
  color: var(--the7-h3-color);
  font: var(--the7-h3-font);
  text-transform: var(--the7-h3-text-transform);
}
.gform_wrapper .gsection .gfield_label,
.gform_wrapper h2.gsection_title {
  color: var(--the7-h4-color);
  font: var(--the7-h4-font);
  text-transform: var(--the7-h4-text-transform);
}
#main .gform_wrapper textarea,
.gform_wrapper .top_label .gfield_label {
  font: var(--the7-base-font);
}
.ngg-albumoverview .ngg-album,
.vc_text_separator,
.wpb_separator.wpb_content_element {
  border-color: var(--the7-divider-color);
}
.sidebar .ngg-albumoverview .ngg-album,
.sidebar .vc_text_separator,
.sidebar .wpb_separator.wpb_content_element,
.sidebar-content .ngg-albumoverview .ngg-album,
.sidebar-content .vc_text_separator,
.sidebar-content .wpb_separator.wpb_content_element {
  border-color: rgba(102, 102, 102, 0.15);
}
.footer .ngg-albumoverview .ngg-album,
.footer .vc_text_separator,
.footer .wpb_separator.wpb_content_element {
  border-color: rgba(102, 102, 102, 0.15);
}
.mini-wpml {
  font: normal 20px/24px Arial, Helvetica, Arial, Verdana, sans-serif;
}
.branding .mini-wpml,
.classic-header .mobile-mini-widgets .mini-wpml,
.mixed-header .mini-wpml {
  font: 20px/24px Arial, Helvetica, Arial, Verdana, sans-serif;
}
.top-bar .mini-wpml {
  font: 300 14px/20px "Nunito Sans", Helvetica, Arial, Verdana, sans-serif;
}
.dt-mobile-header .mini-wpml {
  font: 300 14px/18px "Nunito Sans", Helvetica, Arial, Verdana, sans-serif;
}
.popup-message-style .wpcf7-mail-sent-ok,
.popup-message-style .wpcf7-response-output,
.popup-message-style .wpcf7-validation-errors {
  background-color: var(--the7-accent-color);
}
.wpcf7-mail-sent-ok .wpcf7-not-valid-tip-text,
.wpcf7-mail-sent-ok .wpcf7-valid-tip-text,
.wpcf7-response-output .wpcf7-not-valid-tip-text,
.wpcf7-response-output .wpcf7-valid-tip-text,
.wpcf7-validation-errors .wpcf7-not-valid-tip-text,
.wpcf7-validation-errors .wpcf7-valid-tip-text {
  font: var(--the7-base-font-big);
}
.asp_product_name {
  color: var(--the7-h3-color);
  font: var(--the7-h3-font);
  text-transform: var(--the7-h3-text-transform);
}
.transparent:not(.photo-scroller-album):not(.phantom-sticky)
  .masthead.line-decoration:not(.masthead-mobile-header) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.transparent .sticky-on.masthead.masthead-mobile,
.transparent:not(.photo-scroller-album)
  .masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) {
  border: none;
  box-shadow: none !important;
}
.transparent
  .masthead:not(#phantom):not(.sticky-on):not(.sticky-top-line-on)
  .top-bar.full-width-line:after,
.transparent
  .masthead:not(#phantom):not(.sticky-on):not(.sticky-top-line-on)
  .top-bar.line-content:after {
  border-bottom-color: rgba(255, 255, 255, 0.25);
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(
    .sticky-mobile-on
  ):not(.sticky-top-line-on)
  .mini-login
  .submit,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(
    .sticky-mobile-on
  ):not(.sticky-top-line-on)
  .mini-login
  .submit
  i,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(
    .sticky-mobile-on
  ):not(.sticky-top-line-on)
  .mini-nav
  > ul:not(.mini-sub-nav)
  > li
  > a:hover,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(
    .sticky-mobile-on
  ):not(.sticky-top-line-on)
  .mini-search
  .searchform
  > .search-icon
  i,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(
    .sticky-mobile-on
  ):not(.sticky-top-line-on)
  .mini-search
  .submit,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(
    .sticky-mobile-on
  ):not(.sticky-top-line-on)
  .mini-widgets
  .mini-nav
  > ul:not(.mini-sub-nav)
  > li
  > a
  *,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(
    .sticky-mobile-on
  ):not(.sticky-top-line-on)
  .mini-widgets
  .text-area
  a,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(
    .sticky-mobile-on
  ):not(.sticky-top-line-on)
  .mini-widgets
  > *,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(
    .sticky-mobile-on
  ):not(.sticky-top-line-on)
  .mobile-mini-widgets
  .mini-nav
  > ul:not(.mini-sub-nav)
  > li
  > a
  * {
  color: #fff;
}
.dt-wpml.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(
    .sticky-mobile-on
  ):not(.sticky-top-line-on)
  .mini-wpml
  .wpml-ls-current-language
  > a,
.dt-wpml.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(
    .sticky-mobile-on
  ):not(.sticky-top-line-on)
  .mini-wpml
  .wpml-ls-legacy-list-horizontal
  a,
.dt-wpml.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(
    .sticky-mobile-on
  ):not(.sticky-top-line-on)
  .mini-wpml
  .wpml-ls-legacy-list-vertical
  a {
  color: #fff;
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(
    .sticky-mobile-on
  ):not(.sticky-top-line-on)
  .branding,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(
    .sticky-mobile-on
  ):not(.sticky-top-line-on)
  .branding
  .mini-widgets
  > :not(.sub-nav),
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(
    .sticky-mobile-on
  ):not(.sticky-top-line-on)
  .mini-contacts
  *,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(
    .sticky-mobile-on
  ):not(.sticky-top-line-on)
  .mini-nav
  .customSelectInner,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(
    .sticky-mobile-on
  ):not(.sticky-top-line-on)
  .mini-nav
  .customSelectInner
  i,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(
    .sticky-mobile-on
  ):not(.sticky-top-line-on)
  .mini-search
  .submit,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(
    .sticky-mobile-on
  ):not(.sticky-top-line-on)
  .mini-search
  .submit
  i,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(
    .sticky-mobile-on
  ):not(.sticky-top-line-on)
  .mini-widgets
  .text-area
  *,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(
    .sticky-mobile-on
  ):not(.sticky-top-line-on)
  .mini-widgets
  .text-area
  a,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(
    .sticky-mobile-on
  ):not(.sticky-top-line-on)
  .mini-widgets
  > *,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(
    .sticky-mobile-on
  ):not(.sticky-top-line-on)
  .mobile-branding
  *,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(
    .sticky-mobile-on
  ):not(.sticky-top-line-on)
  .mobile-mini-widgets
  > * {
  color: #fff;
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(
    .sticky-mobile-on
  ):not(.sticky-top-line-on)
  .mini-search
  .submit:hover {
  color: rgba(255, 255, 255, 0.7) !important;
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(
    .sticky-mobile-on:not(.sticky-top-line-on)
  )
  .overlay-search
  .submit:hover
  i,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(
    .sticky-mobile-on:not(.sticky-top-line-on)
  )
  .popup-search
  .submit:hover
  i {
  color: rgba(255, 255, 255, 0.7) !important;
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(
    .sticky-mobile-on
  ):not(.sticky-top-line-on)
  .classic-search
  input[type="text"] {
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.3);
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(
    .sticky-mobile-on
  ):not(.sticky-top-line-on)
  .animate-search-width
  input.field {
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.3);
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(
    .sticky-mobile-on
  ):not(.sticky-top-line-on)
  .animate-search-width
  input,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(
    .sticky-mobile-on
  ):not(.sticky-top-line-on)
  .animate-search-width
  input::placeholder,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(
    .sticky-mobile-on
  ):not(.sticky-top-line-on)
  .classic-search
  input::placeholder,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(
    .sticky-mobile-on
  ):not(.sticky-top-line-on)
  .classic-search
  input[type="text"] {
  color: #fff !important;
}
.transparent .classic-header.bg-behind-menu:not(.sticky-on) .navigation:before,
.transparent
  .classic-header.content-width-line:not(.sticky-on)
  .navigation:before,
.transparent
  .classic-header.full-width-line:not(.sticky-on)
  .navigation:before {
  background-color: rgba(255, 255, 255, 0.25);
  background-image: none;
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on)
  .main-nav
  > li.act
  > a
  > span,
.light-preset-color.masthead:not(#phantom):not(.sticky-on) .main-nav > li > a,
.light-preset-color.masthead:not(#phantom):not(.sticky-on)
  .main-nav
  > li
  > a
  .menu-text,
.light-preset-color.masthead:not(#phantom):not(.sticky-on)
  .main-nav
  > li
  > a
  .subtitle-text,
.light-preset-color.masthead:not(#phantom):not(.sticky-on)
  .main-nav
  > li
  > a:hover
  span {
  color: #fff !important;
  background: 0 0;
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on)
  .main-nav
  > li:hover
  > a
  > span
  > span.menu-subtitle,
.light-preset-color.masthead:not(#phantom):not(.sticky-on)
  .main-nav
  > li
  > a
  > span
  > span.menu-subtitle {
  color: rgba(255, 255, 255, 0.5);
}
.light-preset-color.masthead:not(.side-header):not(#phantom):not(
    .sticky-on
  ).dividers
  .main-nav
  > li:before,
.light-preset-color.masthead:not(.side-header):not(#phantom):not(
    .sticky-on
  ).dividers
  .main-nav
  > li:last-child:after,
.light-preset-color.masthead:not(.side-header):not(#phantom):not(
    .sticky-on
  ).dividers.surround
  .main-nav
  > li:before,
.light-preset-color.masthead:not(.side-header):not(#phantom):not(
    .sticky-on
  ).dividers.surround
  .main-nav
  > li:last-child:after {
  border-color: rgba(255, 255, 255, 0.25);
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on)
  .active-outline-decoration
  > li.act
  > a,
.light-preset-color.masthead:not(#phantom):not(.sticky-on)
  .hover-outline-decoration
  > li.dt-hovered:not(.act)
  > a,
.light-preset-color.masthead:not(#phantom):not(.sticky-on)
  .hover-outline-decoration
  > li:not(.act):hover
  > a {
  border-color: rgba(255, 255, 255, 0.25);
}
.light-preset-color.accent-gradient.masthead:not(#phantom):not(.sticky-on)
  .active-bg-decoration
  > li.act
  > a,
.light-preset-color.accent-gradient.masthead:not(#phantom):not(.sticky-on)
  .hover-bg-decoration
  > li.dt-hovered:not(.act)
  > a,
.light-preset-color.accent-gradient.masthead:not(#phantom):not(.sticky-on)
  .hover-bg-decoration
  > li:not(.act)
  > a:hover,
.light-preset-color.masthead:not(#phantom):not(.sticky-on)
  .active-bg-decoration
  > li.act
  > a,
.light-preset-color.masthead:not(#phantom):not(.sticky-on)
  .hover-bg-decoration
  > li.dt-hovered:not(.act)
  > a,
.light-preset-color.masthead:not(#phantom):not(.sticky-on)
  .hover-bg-decoration
  > li:not(.act)
  > a:hover {
  background-color: rgba(255, 255, 255, 0.25);
  background-image: none;
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(
    .sticky-mobile-on
  )
  .active-line-decoration
  > li.act
  > a
  .decoration-line,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(
    .sticky-mobile-on
  )
  .downwards-line
  > li
  > a
  .menu-item-text:before,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(
    .sticky-mobile-on
  )
  .dt-mobile-menu-icon
  .lines,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(
    .sticky-mobile-on
  )
  .dt-mobile-menu-icon
  .lines:after,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(
    .sticky-mobile-on
  )
  .dt-mobile-menu-icon
  .lines:before,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(
    .sticky-mobile-on
  )
  .from-centre-line
  > li
  > a
  .menu-item-text:before,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(
    .sticky-mobile-on
  )
  .hover-line-decoration
  > li.dt-hovered:not(.act)
  > a
  .decoration-line,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(
    .sticky-mobile-on
  )
  .hover-line-decoration
  > li
  > a:hover
  .decoration-line,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(
    .sticky-mobile-on
  )
  .l-to-r-line
  > li
  > a
  i.underline,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(
    .sticky-mobile-on
  )
  .upwards-line
  > li
  > a
  .menu-item-text:before {
  background-color: #fff;
  background-image: none;
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(
    .sticky-mobile-on
  )
  .menu-line:after,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(
    .sticky-mobile-on
  )
  .menu-line:before {
  background: #fff !important;
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(
    .sticky-mobile-on
  ):not(.sticky-top-line-on).mobile-menu-icon-bg-on
  .dt-mobile-menu-icon:not(.floating-btn):before {
  background: rgba(255, 255, 255, 0.3) !important;
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(
    .sticky-mobile-on
  ):not(.sticky-top-line-on).mobile-menu-icon-hover-bg-on
  .dt-mobile-menu-icon:not(.floating-btn):after {
  background: rgba(255, 255, 255, 0.25) !important;
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(
    .sticky-mobile-on
  ):not(.sticky-top-line-on).mobile-menu-icon-hover-border-enable
  .dt-mobile-menu-icon:not(.floating-btn):after {
  border-color: rgba(255, 255, 255, 0.25) !important;
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(
    .sticky-mobile-on
  ):not(.sticky-top-line-on):not(.animate-color-mobile-menu-icon):not(
    .two-line-mobile-menu-icon
  )
  .dt-mobile-menu-icon:not(.floating-btn):hover
  .menu-line {
  background: #fff !important;
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(
    .sticky-mobile-on
  ):not(.sticky-top-line-on).hamburger-bg-enable
  .menu-toggle:before {
  background: rgba(255, 255, 255, 0.3) !important;
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(
    .sticky-mobile-on
  ):not(.sticky-top-line-on).mobile-menu-icon-border-enable
  .dt-mobile-menu-icon:not(.floating-btn):before {
  border-color: rgba(255, 255, 255, 0.3) !important;
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(
    .sticky-mobile-on
  ):not(.sticky-top-line-on).hamburger-bg-hover-enable
  .menu-toggle:after {
  background: rgba(255, 255, 255, 0.25) !important;
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(
    .sticky-mobile-on
  ):not(.sticky-top-line-on).hamburger-border-enable
  .menu-toggle:before {
  border-color: rgba(255, 255, 255, 0.3) !important;
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(
    .sticky-mobile-on
  ):not(.sticky-top-line-on).hamburger-border-hover-enable
  .menu-toggle:after {
  border-color: rgba(255, 255, 255, 0.25) !important;
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on)
  .main-nav.level-arrows-on
  > li.has-children.act
  > a
  .menu-text:after,
.light-preset-color.masthead:not(#phantom):not(.sticky-on)
  .main-nav.level-arrows-on
  > li.has-children:not(.act)
  > a:hover
  .menu-text:after,
.light-preset-color.masthead:not(#phantom):not(.sticky-on)
  .main-nav.level-arrows-on
  > li.has-children
  > a
  .menu-text:after {
  background: #fff !important;
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(
    .sticky-mobile-on
  ):not(.sticky-top-line-on)
  .soc-ico.disabled-bg
  a:before {
  background-color: transparent !important;
}
.light-preset-color:not(.mobile-sticky-on).masthead:not(#phantom):not(
    .sticky-on
  ):not(.sticky-top-line-on)
  .soc-ico.accent-bg
  a,
.light-preset-color:not(.mobile-sticky-on).masthead:not(#phantom):not(
    .sticky-on
  ):not(.sticky-top-line-on)
  .soc-ico.custom-bg
  a,
.light-preset-color:not(.mobile-sticky-on).masthead:not(#phantom):not(
    .sticky-on
  ):not(.sticky-top-line-on)
  .soc-ico.gradient-bg
  a {
  box-shadow: none !important;
}
.light-preset-color:not(.mobile-sticky-on).masthead:not(#phantom):not(
    .sticky-on
  ):not(.sticky-top-line-on)
  .soc-ico.accent-bg
  a:before,
.light-preset-color:not(.mobile-sticky-on).masthead:not(#phantom):not(
    .sticky-on
  ):not(.sticky-top-line-on)
  .soc-ico.custom-bg
  a:before,
.light-preset-color:not(.mobile-sticky-on).masthead:not(#phantom):not(
    .sticky-on
  ):not(.sticky-top-line-on)
  .soc-ico.gradient-bg
  a:before {
  background: rgba(255, 255, 255, 0.25) !important;
  background-image: none !important;
}
.light-preset-color:not(.mobile-sticky-on).masthead:not(#phantom):not(
    .sticky-on
  ):not(.sticky-top-line-on)
  .soc-ico.hover-accent-bg
  a,
.light-preset-color:not(.mobile-sticky-on).masthead:not(#phantom):not(
    .sticky-on
  ):not(.sticky-top-line-on)
  .soc-ico.hover-custom-bg
  a,
.light-preset-color:not(.mobile-sticky-on).masthead:not(#phantom):not(
    .sticky-on
  ):not(.sticky-top-line-on)
  .soc-ico.hover-gradient-bg
  a {
  box-shadow: none !important;
}
.light-preset-color:not(.mobile-sticky-on).masthead:not(#phantom):not(
    .sticky-on
  ):not(.sticky-top-line-on)
  .soc-ico.hover-accent-bg
  a:after,
.light-preset-color:not(.mobile-sticky-on).masthead:not(#phantom):not(
    .sticky-on
  ):not(.sticky-top-line-on)
  .soc-ico.hover-custom-bg
  a:after,
.light-preset-color:not(.mobile-sticky-on).masthead:not(#phantom):not(
    .sticky-on
  ):not(.sticky-top-line-on)
  .soc-ico.hover-gradient-bg
  a:after {
  background: rgba(255, 255, 255, 0.45) !important;
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(
    .sticky-mobile-on
  ):not(.sticky-top-line-on)
  .soc-ico.hover-disabled-bg
  a:after {
  background-color: transparent !important;
  box-shadow: none !important;
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(
    .sticky-mobile-on
  ):not(.sticky-top-line-on)
  .soc-ico
  a
  .soc-font-icon,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(
    .sticky-mobile-on
  ):not(.sticky-top-line-on)
  .soc-ico
  a:hover
  .soc-font-icon {
  color: #fff !important;
  background: 0 0;
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(
    .sticky-mobile-on
  ):not(.sticky-top-line-on)
  .soc-ico.border-on
  a:before {
  box-shadow: inset 0 0 0 0 rgba(255, 255, 255, 0.25);
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(
    .sticky-mobile-on
  ):not(.sticky-top-line-on)
  .soc-ico.hover-border-on
  a:hover:after {
  box-shadow: inset 0 0 0 0 rgba(255, 255, 255, 0.45) !important;
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(
    .sticky-mobile-on
  ):not(.sticky-top-line-on)
  .edd-ico-cart:before,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(
    .sticky-mobile-on
  ):not(.sticky-top-line-on)
  .mini-contacts,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(
    .sticky-mobile-on
  ):not(.sticky-top-line-on)
  .mini-login
  .submit:before,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(
    .sticky-mobile-on
  ):not(.sticky-top-line-on)
  .mini-nav
  .customSelectInner:before,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(
    .sticky-mobile-on
  ):not(.sticky-top-line-on)
  .mini-search
  .searchform
  > .search-icon,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(
    .sticky-mobile-on
  ):not(.sticky-top-line-on)
  .mini-search
  .submit:before,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(
    .sticky-mobile-on
  ):not(.sticky-top-line-on)
  .wc-ico-cart:before {
  color: #fff;
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(
    .sticky-mobile-on
  ):not(.sticky-top-line-on)
  .edd-ico-cart,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(
    .sticky-mobile-on
  ):not(.sticky-top-line-on)
  .wc-ico-cart {
  color: #fff;
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(
    .sticky-mobile-on
  ):not(.sticky-top-line-on)
  .edd-ico-cart
  i,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(
    .sticky-mobile-on
  ):not(.sticky-top-line-on)
  .wc-ico-cart
  i {
  color: #fff;
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(
    .sticky-mobile-on
  ):not(.sticky-top-line-on)
  .edd-ico-cart:hover,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(
    .sticky-mobile-on
  ):not(.sticky-top-line-on)
  .wc-ico-cart:hover {
  opacity: 1;
  color: rgba(255, 255, 255, 0.7);
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(
    .sticky-mobile-on
  ):not(.sticky-top-line-on)
  .edd-ico-cart:hover
  i,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(
    .sticky-mobile-on
  ):not(.sticky-top-line-on)
  .wc-ico-cart:hover
  i {
  color: rgba(255, 255, 255, 0.7);
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(
    .sticky-mobile-on
  ):not(.sticky-top-line-on)
  .edd-ico-cart
  > .counter,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(
    .sticky-mobile-on
  ):not(.sticky-top-line-on)
  .wc-ico-cart
  > .counter {
  background-color: rgba(255, 255, 255, 0.25);
  background-image: none;
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(
    .sticky-mobile-on
  ):not(.sticky-top-line-on)
  .rectangular-counter-style
  .edd-ico-cart
  > .counter:before,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(
    .sticky-mobile-on
  ):not(.sticky-top-line-on)
  .rectangular-counter-style
  .wc-ico-cart
  > .counter:before {
  border-right: 4px solid rgba(255, 255, 255, 0.25);
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(
    .sticky-mobile-on
  ):not(.sticky-top-line-on)
  .edd-ico-cart
  > .counter.custom-bg,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(
    .sticky-mobile-on
  ):not(.sticky-top-line-on)
  .wc-ico-cart
  > .counter.custom-bg {
  background-color: rgba(255, 255, 255, 0.25) !important;
  background-image: none !important;
}
.wpb_content_element .wpb_tabs_nav > li > a {
  color: var(--the7-title-color);
}
.dt-mega-menu
  .dt-mega-parent
  .sidebar-content
  .widget
  .wpb_content_element
  .wpb_tabs_nav
  > li
  > a {
  color: #222;
}
.sidebar-content .wpb_content_element .wpb_tabs_nav > li > a {
  color: #000;
}
.footer .wpb_content_element .wpb_tabs_nav > li > a {
  color: #000;
}
.wpb_content_element.tab-style-three .wpb_tabs_nav > li.ui-tabs-active > a,
.wpb_content_element.tab-style-two.wpb_tabs
  .wpb_tabs_nav
  > li.ui-tabs-active
  > a,
.wpb_tabs.wpb_content_element:not(.tab-style-four)
  .wpb_tabs_nav
  > li:not(.ui-state-active):hover
  > a,
.wpb_tour.wpb_content_element:not(.tab-style-four)
  .wpb_tabs_nav
  > li:not(.ui-state-active):hover
  > a {
  color: #999;
}
.tab-style-one.wpb_tabs .wpb_tabs_nav li {
  border-radius: 0;
}
.tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active),
.tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active):hover {
  background-color: var(--the7-content-boxes-bg);
}
.outline-element-decoration
  .tab-style-one.wpb_tabs
  .wpb_tabs_nav
  li:not(.ui-tabs-active),
.outline-element-decoration
  .tab-style-one.wpb_tabs
  .wpb_tabs_nav
  li:not(.ui-tabs-active):hover {
  box-shadow: inset 0 0 0 1px transparent;
}
.shadow-element-decoration
  .tab-style-one.wpb_tabs
  .wpb_tabs_nav
  li:not(.ui-tabs-active),
.shadow-element-decoration
  .tab-style-one.wpb_tabs
  .wpb_tabs_nav
  li:not(.ui-tabs-active):hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}
.wpb_tabs.tab-style-one .wpb_tabs_nav > li.ui-state-active {
  color: #fff;
  background-color: var(--the7-accent-color);
}
.wpb_tabs.tab-style-two {
  background-color: var(--the7-content-boxes-bg);
}
.outline-element-decoration .wpb_tabs.tab-style-two {
  box-shadow: inset 0 0 0 1px transparent;
}
.shadow-element-decoration .wpb_tabs.tab-style-two {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}
.wpb_tabs.tab-style-two .wpb_tabs_nav li.ui-tabs-active:before {
  background-color: #999;
}
.tab-style-four.wpb_tabs {
  border-radius: 0;
}
.tab-style-four.wpb_tabs {
  background-color: var(--the7-content-boxes-bg);
}
.outline-element-decoration .tab-style-four.wpb_tabs {
  box-shadow: inset 0 0 0 1px transparent;
}
.shadow-element-decoration .tab-style-four.wpb_tabs {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}
.tab-style-four.wpb_tabs .wpb_tabs_nav {
  background-color: #999;
}
.tab-style-one.wpb_tour .wpb_tabs_nav li,
.wpb_tour.tab-style-one {
  border-radius: 0;
}
.tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),
.tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active):hover {
  background-color: var(--the7-content-boxes-bg);
}
.outline-element-decoration
  .tab-style-one.wpb_tour
  .wpb_tabs_nav
  li:not(.ui-tabs-active),
.outline-element-decoration
  .tab-style-one.wpb_tour
  .wpb_tabs_nav
  li:not(.ui-tabs-active):hover {
  box-shadow: inset 0 0 0 1px transparent;
}
.shadow-element-decoration
  .tab-style-one.wpb_tour
  .wpb_tabs_nav
  li:not(.ui-tabs-active),
.shadow-element-decoration
  .tab-style-one.wpb_tour
  .wpb_tabs_nav
  li:not(.ui-tabs-active):hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}
.wpb_tour.tab-style-one .wpb_tabs_nav > li.ui-state-active,
.wpb_tour.tab-style-one .wpb_tabs_nav > li.ui-state-active:hover {
  color: #fff;
}
#page .wpb_tour.tab-style-one .wpb_tabs_nav > li.ui-state-active,
#page .wpb_tour.tab-style-one .wpb_tabs_nav > li.ui-state-active:hover {
  background-color: #999;
}
.wpb_tour.tab-style-two .wpb_tabs_nav li.ui-tabs-active:before {
  background-color: #999;
}
.tab-style-two.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),
.wpb_tour.tab-style-two .wpb_tab {
  background-color: var(--the7-content-boxes-bg);
  border-radius: 0;
}
.outline-element-decoration
  .tab-style-two.wpb_tour
  .wpb_tabs_nav
  li:not(.ui-tabs-active),
.outline-element-decoration .wpb_tour.tab-style-two .wpb_tab {
  box-shadow: inset 0 0 0 1px transparent;
}
.shadow-element-decoration
  .tab-style-two.wpb_tour
  .wpb_tabs_nav
  li:not(.ui-tabs-active),
.shadow-element-decoration .wpb_tour.tab-style-two .wpb_tab {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}
.tab-style-two.wpb_tour .wpb_tabs_nav li.ui-tabs-active {
  border-radius: 0;
}
.wpb_tour.tab-style-two .wpb_tabs_nav > li.ui-state-active,
.wpb_tour.tab-style-two .wpb_tabs_nav > li.ui-state-active:hover {
  color: #fff;
}
#page .wpb_tour.tab-style-two .wpb_tabs_nav > li.ui-state-active,
#page .wpb_tour.tab-style-two .wpb_tabs_nav > li.ui-state-active:hover {
  background-color: #999;
}
.wpb_tour.tab-style-two .wpb_tabs_nav > li.ui-state-active a {
  color: #fff;
}
.wpb_tour.tab-style-three .wpb_tabs_nav,
.wpb_tour.tab-style-three .wpb_tabs_nav li {
  border-color: var(--the7-divider-color);
}
.sidebar .wpb_tour.tab-style-three .wpb_tabs_nav,
.sidebar .wpb_tour.tab-style-three .wpb_tabs_nav li,
.sidebar-content .wpb_tour.tab-style-three .wpb_tabs_nav,
.sidebar-content .wpb_tour.tab-style-three .wpb_tabs_nav li {
  border-color: rgba(102, 102, 102, 0.15);
}
.footer .wpb_tour.tab-style-three .wpb_tabs_nav,
.footer .wpb_tour.tab-style-three .wpb_tabs_nav li {
  border-color: rgba(102, 102, 102, 0.15);
}
.tab-style-four.wpb_tour {
  border-radius: 0;
}
.tab-style-four.wpb_tour {
  background-color: var(--the7-content-boxes-bg);
}
.outline-element-decoration .tab-style-four.wpb_tour {
  box-shadow: inset 0 0 0 1px transparent;
}
.shadow-element-decoration .tab-style-four.wpb_tour {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}
.tab-style-four.wpb_tour .wpb_tabs_nav {
  background-color: #999;
}
.wpb_content_element .wpb_accordion_header > a span {
  color: var(--the7-title-color);
}
.dt-mega-menu
  .dt-mega-parent
  .sidebar-content
  .widget
  .wpb_content_element
  .wpb_accordion_header
  > a
  span {
  color: #222;
}
.sidebar-content .wpb_content_element .wpb_accordion_header > a span {
  color: #000;
}
.footer .wpb_content_element .wpb_accordion_header > a span {
  color: #000;
}
#page .wpb_accordion .wpb_accordion_wrapper > a:hover span,
#page .wpb_content_element .wpb_accordion_header a:hover span {
  color: var(--the7-accent-color);
}
.wpb_content_element.dt-accordion-line-on
  .wpb_accordion_wrapper
  .wpb_accordion_header {
  border-color: var(--the7-divider-color);
}
.sidebar
  .wpb_content_element.dt-accordion-line-on
  .wpb_accordion_wrapper
  .wpb_accordion_header,
.sidebar-content
  .wpb_content_element.dt-accordion-line-on
  .wpb_accordion_wrapper
  .wpb_accordion_header {
  border-color: rgba(102, 102, 102, 0.15);
}
.footer
  .wpb_content_element.dt-accordion-line-on
  .wpb_accordion_wrapper
  .wpb_accordion_header {
  border-color: rgba(102, 102, 102, 0.15);
}
.dt-accordion-bg-on.wpb_content_element
  .wpb_accordion_wrapper
  .wpb_accordion_header {
  background-color: var(--the7-content-boxes-bg);
}
.outline-element-decoration
  .dt-accordion-bg-on.wpb_content_element
  .wpb_accordion_wrapper
  .wpb_accordion_header {
  box-shadow: inset 0 0 0 1px transparent;
}
.shadow-element-decoration
  .dt-accordion-bg-on.wpb_content_element
  .wpb_accordion_wrapper
  .wpb_accordion_header {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}
.content
  .wpb_content_element.dt-style:not(.dt-accordion-bg-on)
  .wpb_accordion_header
  > a:before {
  background-color: rgba(102, 102, 102, 0.15);
}
.wpb_content_element.dt-style:not(.dt-accordion-bg-on)
  .ui-state-active
  > a:hover:after,
.wpb_content_element.dt-style:not(.dt-accordion-bg-on)
  .wpb_accordion_header
  > a:hover:after {
  color: #999;
}
.vc_pie_chart .vc_pie_chart_value {
  font: var(--the7-h3-font);
  text-transform: var(--the7-h3-text-transform);
}
.vc_pie_wrapper .vc_pie_chart_back {
  border-color: rgba(0, 0, 0, 0.1) !important;
}
.dt-style.vc_progress_bar.default-bg .vc_single_bar {
  background-color: var(--the7-content-boxes-bg);
}
.outline-element-decoration
  .dt-style.vc_progress_bar.default-bg
  .vc_single_bar {
  box-shadow: inset 0 0 0 1px transparent;
}
.shadow-element-decoration .dt-style.vc_progress_bar.default-bg .vc_single_bar {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}
.dt-style.vc_progress_bar.outline-bg .vc_single_bar {
  box-shadow: inset 0 0 0 1px rgba(102, 102, 102, 0.2);
  background: 0 0;
}
.dt-style.vc_progress_bar.transparent-bg .vc_single_bar {
  background-color: rgba(102, 102, 102, 0.15);
}
.pb-style-three .vc_label,
.pb-style-two .vc_label {
  color: var(--the7-title-color);
  font-size: var(--the7-text-small-font-size);
  line-height: var(--the7-text-small-line-height);
}
.dt-mega-menu
  .dt-mega-parent
  .sidebar-content
  .widget
  .pb-style-three
  .vc_label,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .pb-style-two .vc_label {
  color: #222;
}
.sidebar-content .pb-style-three .vc_label,
.sidebar-content .pb-style-two .vc_label {
  color: #000;
}
.footer .pb-style-three .vc_label,
.footer .pb-style-two .vc_label {
  color: #000;
}
#page .accent-bg:not([class*="vc_progress-bar-color"]) .vc_bar {
  color: #fff;
  background-color: #999;
}
.accent-icon-bg .aio-icon {
  background: #999 !important;
}
.accent-icon-color .aio-icon > i {
  color: #999 !important;
}
.accent-border-color .aio-icon {
  border-color: #999 !important;
}
.accent-title-color .aio-icon-title,
.accent-title-color .uvc-main-heading > * {
  color: #999 !important;
}
.accent-subtitle-color .aio-icon-description,
.accent-subtitle-color .uvc-sub-heading {
  color: #999 !important;
}
.accent-subtitle-color .uvc-main-heading > *,
.accent-subtitle-color .uvc-sub-heading,
.accent-title-color .uvc-main-heading > *,
.accent-title-color .uvc-sub-heading {
  display: inline-block;
}
.accent-border-color .uvc-headings-line {
  border-color: #999 !important;
  border-top: 0;
  border-right: 0;
  border-left: 0;
}
.accent-gradient .accent-border-color .uvc-headings-line {
  border-color: transparent;
}
.accent-arrow-bg .slick-arrow {
  background: #999 !important;
}
#main .wpb_alert strong {
  font: normal 18px/1.3em Merriweather, Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
}
#the7-body {
  --the7-woo-title-font-style: var(--the7-base-font-style, normal);
  --the7-woo-title-font-weight: var(--the7-base-font-weight, normal);
  --the7-woo-title-font-size: var(--the7-base-font-size);
  --the7-woo-title-line-height: var(--the7-base-line-height);
  --the7-woo-title-font-family: var(--the7-base-font-family);
  --the7-woo-content-font-style: var(--the7-base-font-style, normal);
  --the7-woo-content-font-weight: var(--the7-base-font-weight, normal);
  --the7-woo-content-font-size: var(--the7-base-font-size);
  --the7-woo-content-line-height: var(--the7-base-line-height);
  --the7-woo-content-font-family: var(--the7-base-font-family);
}
@media screen and (min-width: 1151px) {
  #page {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    grid-template-areas: "header" "slider" "title" "fancyheader" "elementor-header" "checkout" "main" "footer";
  }
  .header-side-left:not(.sticky-header):not(.hidden-header) #page,
  .header-side-line.left-side-line:not(.hidden-header) #page {
    grid-template-areas: "header-side slider" "header-side title" "header-side fancyheader" "header-side elementor-header" "header-side checkout" "header-side main" "header-side footer";
  }
  .header-side-right:not(.sticky-header):not(.hidden-header) #page {
    grid-template-areas: "slider header-side" "title header-side" "fancyheader header-side" "elementor-header header-side" "checkout header-side" "main header-side" "footer header-side";
  }
  .header-side-left:not(.sticky-header):not(.hidden-header) #page {
    -ms-grid-columns: 280px calc(100% - 280px);
    grid-template-columns: 280px calc(100% - 280px);
  }
  .rtl.header-side-left:not(.sticky-header):not(.hidden-header) #page {
    -ms-grid-columns: calc(100% - 280px) 280px;
    grid-template-columns: calc(100% - 280px) 280px;
  }
  .header-side-right:not(.sticky-header):not(.hidden-header) #page {
    -ms-grid-columns: calc(100% - 280px) 280px;
    grid-template-columns: calc(100% - 280px) 280px;
  }
  .rtl.header-side-right:not(.sticky-header):not(.hidden-header) #page {
    -ms-grid-columns: 280px calc(100% - 280px);
    grid-template-columns: 280px calc(100% - 280px);
  }
  .header-side-line.left-side-line:not(.hidden-header) #page {
    -ms-grid-columns: 60px calc(100% - 60px);
    grid-template-columns: 60px calc(100% - 60px);
  }
  .rtl.header-side-line.left-side-line:not(.hidden-header) #page {
    -ms-grid-columns: calc(100% - 60px) 60px;
    grid-template-columns: calc(100% - 60px) 60px;
  }
  .dt-mobile-header,
  .dt-mobile-menu-icon {
    display: none;
  }
  .top-header .mega-full-width > .dt-mega-menu-wrap {
    width: calc(1200px - 0px - 0px);
  }
  .boxed .classic-header:not(.width-in-pixel) .navigation:before {
    margin: 0;
    padding: 0 1000px;
  }
  .boxed .classic-header.content-width-line .navigation:before,
  .boxed .top-bar.line-content:before {
    max-width: calc(1200px - 0px - 0px);
  }
  .side-header > .top-bar {
    position: absolute;
    visibility: hidden;
    opacity: 0;
  }
  .is-safari .desktop-side-header {
    height: 100vh;
  }
  .admin-bar .desktop-side-header.is-safari {
    height: calc(100vh - 32px);
  }
  .mobile-true .side-header:not(.sub-sideways) {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 778px) {
  .top-bar {
    padding: 0 30px 0 30px;
  }
  .top-bar.line-content:after {
    width: calc(100% - 30px - 30px);
  }
}
@media screen and (max-width: 1150px) {
  #page {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    grid-template-areas: "header" "slider" "title" "fancyheader" "elementor-header" "checkout" "main" "footer";
  }
  .header-side-left:not(.sticky-header) #page,
  .header-side-line.left-side-line #page,
  .header-side-right:not(.sticky-header) #page {
    grid-template-areas: "header" "slider" "title" "fancyheader" "elementor-header" "checkout" "main" "footer";
  }
  .header-side-left:not(.sticky-header) #main,
  .header-side-left:not(.sticky-header) .footer,
  .header-side-left:not(.sticky-header) .page-title,
  .header-side-line.left-side-line #main,
  .header-side-line.left-side-line .footer,
  .header-side-line.left-side-line .page-title {
    -ms-grid-column: 1;
  }
  .header-side-left.header-side-line #page {
    padding: 0 !important;
  }
  .header-side-left #page {
    padding-left: 0 !important;
  }
  .header-side-right #page {
    padding-right: 0 !important;
  }
  .side-header {
    height: auto;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
  .admin-bar .side-header {
    height: auto;
  }
  .header-scrollbar-wrap {
    display: none;
  }
  .dt-mobile-header {
    display: block;
  }
  .dt-mobile-menu-icon {
    display: -ms-inline-flexbox;
    display: -ms-inline-flex;
    display: inline-flex;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .top-bar.top-bar-disabled {
    display: none;
  }
  .sticky-header.fade-header-animation .side-header {
    opacity: 1 !important;
    visibility: visible !important;
    animation: none !important;
  }
  .sticky-header.header-side-left.slide-header-animation .side-header {
    transform: translate3d(0, 0, 0);
  }
  .sticky-mobile-logo-first-switch,
  .sticky-mobile-logo-second-switch {
    display: none;
  }
  .first-switch-logo-right.first-switch-menu-left .mobile-header-bar {
    -ms-flex-pack: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
  }
  .first-switch-logo-left.first-switch-menu-right .mobile-header-bar {
    -ms-flex-pack: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
  }
  .first-switch-logo-left.first-switch-menu-right
    .mobile-header-bar
    .mobile-navigation {
    -ms-flex-order: 2;
    order: 2;
  }
  .first-switch-logo-center.first-switch-menu-right .mobile-navigation {
    -ms-flex-order: 2;
    order: 2;
  }
  .sticky-mobile-header.fixed-mobile-menu .top-bar {
    display: none;
  }
}
@media screen and (min-width: 601px) and (max-width: 1150px) {
  .dt-mobile-header .in-top-bar-left,
  .dt-mobile-header .in-top-bar-right {
    display: none;
  }
  .first-switch-logo-center.first-switch-menu-left .mobile-navigation {
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
  }
  .first-switch-logo-center.first-switch-menu-right .mobile-navigation {
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    -ms-flex-pack: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
  }
  .first-switch-logo-right.first-switch-menu-left
    .mobile-header-bar
    .mobile-navigation {
    margin-right: 10px;
  }
  .first-switch-logo-left.first-switch-menu-right
    .mobile-header-bar
    .mobile-navigation {
    margin-left: 10px;
  }
}
@media screen and (max-width: 600px) {
  .dt-mobile-header .in-top-bar {
    display: none;
  }
  .second-switch-logo-center.second-switch-menu-left
    .mobile-header-bar
    .mobile-navigation {
    -ms-flex-order: 0;
    order: 0;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    -ms-flex-positive: 1;
    -ms-flex-negative: 1;
    -ms-flex-preferred-size: 0;
  }
  .second-switch-logo-right.second-switch-menu-left .mobile-header-bar {
    -ms-flex-pack: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
  }
  .second-switch-logo-right.second-switch-menu-left
    .mobile-header-bar
    .mobile-navigation {
    -ms-flex-order: 0;
    order: 0;
  }
  .second-switch-logo-right.second-switch-menu-left
    .mobile-header-bar
    .mobile-navigation {
    margin-right: 10px;
  }
  .second-switch-logo-center.second-switch-menu-left
    .mobile-header-bar
    .mobile-navigation {
    margin-right: 10px;
    margin-left: 0;
  }
  .second-switch-logo-left.second-switch-menu-right .mobile-header-bar {
    -ms-flex-pack: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
  }
  .second-switch-logo-left.second-switch-menu-right
    .mobile-header-bar
    .mobile-navigation {
    -ms-flex-order: 2;
    order: 2;
  }
  .second-switch-logo-left.second-switch-menu-right
    .mobile-header-bar
    .mobile-navigation {
    margin-left: 10px;
  }
  .second-switch-logo-center.second-switch-menu-right .mobile-navigation {
    -ms-flex-order: 2;
    order: 2;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    -ms-flex-positive: 1;
    -ms-flex-negative: 1;
    -ms-flex-preferred-size: 0;
    -ms-flex-pack: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
  }
}
@media screen and (max-width: 778px) {
  .page-title.page-title-responsive-enabled .wf-wrap {
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
    text-align: center;
    min-height: 0;
  }
  .page-title-responsive-enabled.page-title.title-left.disabled-bg h1 {
    margin: 5px 0;
  }
  .page-title-responsive-enabled.page-title h1,
  .page-title-responsive-enabled.page-title h1 *,
  .page-title-responsive-enabled.page-title h1 a:hover {
    font: 24px/26px Merriweather, Helvetica, Arial, Verdana, sans-serif;
  }
}
@media screen and (max-width: 0) {
  #footer .wf-container-footer {
    padding-top: 0;
    padding-bottom: 0;
  }
  #footer #bottom-bar > .wf-wrap,
  #footer > .wf-wrap {
    padding: 0;
  }
}
@media screen and (max-width: 992px) {
  .footer .widget {
    width: 100%;
  }
}
@media screen and (max-width: 990px) {
  #bottom-bar .wf-container-bottom {
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  #bottom-bar .wf-container-bottom > div {
    margin: 0;
  }
  #bottom-bar .wf-float-left,
  #bottom-bar .wf-float-right {
    display: block;
    float: none;
    width: auto;
    padding-left: 0;
    padding-right: 0;
    margin-right: auto;
    margin-left: auto;
    text-align: center !important;
  }
  #bottom-bar.logo-split .wf-float-left,
  #bottom-bar.logo-split .wf-float-right {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  #bottom-bar .bottom-text-block {
    text-align: center;
    margin-left: 0;
  }
}
@media screen and (max-width: 778px) {
  #main {
    padding: 0;
  }
  #main > .wf-wrap {
    padding: 0;
  }
  .page-title .wf-wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .page-title .wf-wrap:after {
    width: calc(1200px - 0px - 0px);
    max-width: calc(100% - 0px - 0px);
  }
  .boxed .page-title .wf-wrap:after {
    left: 0;
  }
  #main .wf-container {
    margin: 0;
  }
}
@media screen and (min-width: 992px) {
  #main > .wf-wrap {
    position: relative;
  }
  .dt-sticky-sidebar {
    will-change: min-height;
  }
  .dt-sticky-sidebar .sidebar-content {
    position: relative;
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0);
    will-change: position, transform;
    -webkit-backface-visibility: hidden;
  }
  #main:not(.sidebar-none) .wf-container-main {
    display: -ms-grid;
    display: grid;
    grid-column-gap: 50px;
  }
  .sidebar-right .wf-container-main {
    grid-template-areas: "content sidebar";
  }
  .sidebar-left .wf-container-main {
    grid-template-areas: "sidebar content";
  }
  .sidebar {
    grid-area: sidebar;
    -ms-grid-row: 1;
  }
  .sidebar-right .sidebar {
    -ms-grid-column: 3;
  }
  .sidebar-left .sidebar {
    -ms-grid-column: 1;
  }
  .content {
    grid-area: content;
    -ms-grid-row: 1;
  }
  .sidebar-right .content {
    -ms-grid-column: 1;
  }
  .sidebar-left .content {
    -ms-grid-column: 3;
  }
  .sidebar-right .wf-container-main {
    -ms-grid-columns: calc(100% - 350px - 25px) 50px calc(350px - 25px);
    grid-template-columns: calc(100% - 350px - 25px) calc(350px - 25px);
  }
  .sidebar-left .wf-container-main {
    -ms-grid-columns: calc(350px - 25px) 50px calc(100% - 350px - 25px);
    grid-template-columns: calc(350px - 25px) calc(100% - 350px - 25px);
  }
  .sidebar-divider-vertical.sidebar-left .sidebar {
    padding-right: 0;
  }
  .sidebar-divider-vertical.sidebar-left .sidebar .sidebar-content {
    padding-right: 50px;
  }
  .sidebar-divider-vertical.sidebar-right .sidebar {
    padding-left: 0;
  }
  .sidebar-divider-vertical.sidebar-right .sidebar .sidebar-content {
    padding-left: 50px;
  }
}
@media screen and (max-width: 992px) {
  .sidebar-left .sidebar,
  .sidebar-right .sidebar {
    border: none;
  }
  .sidebar-divider-off.sidebar-left .sidebar,
  .sidebar-divider-off.sidebar-right .sidebar,
  .sidebar-left .sidebar,
  .sidebar-left .sidebar.solid-bg,
  .sidebar-right .sidebar,
  .sidebar-right .sidebar.solid-bg {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-top: 60px;
  }
}
@media screen and (max-width: 970px) {
  #main .wf-mobile-hidden {
    display: none;
  }
  #main .wf-mobile-visible {
    display: block;
  }
  .content .wf-1,
  .content .wf-1-2,
  .content .wf-1-3,
  .content .wf-1-4,
  .content .wf-1-5,
  .content .wf-2-3,
  .content .wf-2-4,
  .content .wf-3-4,
  .content [class*="wf-span-"] {
    width: 100%;
  }
}
@media only screen and (max-width: 960px) {
  .header-side-left .mega-auto-width > .sub-nav,
  .header-side-left .mega-full-width > .sub-nav {
    max-width: 767px;
    left: 0;
    top: auto !important;
    padding-left: 0;
  }
  .header-side-right .mega-auto-width > .sub-nav,
  .header-side-right .mega-full-width > .sub-nav {
    max-width: 767px;
    right: 0;
    top: auto !important;
    padding-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .first-switch-logo-right.first-switch-menu-left
    .mobile-header-bar
    .mobile-navigation {
    margin-right: 10px;
  }
  .first-switch-logo-left.first-switch-menu-right:not(.second-switch-menu-left)
    .mobile-header-bar
    .mobile-navigation {
    margin-left: 10px;
  }
  .second-switch-logo-left.second-switch-menu-right
    .mobile-header-bar
    .mobile-navigation {
    margin-left: 10px;
  }
  .second-switch-logo-right.second-switch-menu-left
    .mobile-header-bar
    .mobile-navigation {
    margin-right: 10px;
  }
}
@media screen and (max-width: 568px) {
  .popup-message-style
    div:not(.wc-coupon-wrap):not(.wc-login-wrap)
    > .woocommerce-info,
  .popup-message-style
    div:not(.wc-coupon-wrap):not(.wc-login-wrap)
    > .woocommerce-message {
    max-width: 300px;
  }
  @keyframes slide-in-message {
    0% {
      opacity: 0;
      transform: translate3d(600px, -50%, 0);
    }
    50% {
      opacity: 0;
      transform: translate3d(-200px, -50%, 0);
    }
    100% {
      opacity: 1;
      transform: translate3d(-300px, -50%, 0);
    }
  }
  @keyframes slide-out-message {
    0% {
      opacity: 1;
      transform: translate3d(-300px, -50%, 0);
    }
    100% {
      opacity: 0;
      transform: translate3d(800px, -50%, 0);
    }
  }
}
@media screen and (max-width: 500px) {
  .post-navigation .nav-links {
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
  }
  .post-navigation .nav-next,
  .post-navigation .nav-previous {
    width: 100%;
    padding: 0;
    margin: 0 0 25px 0;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .post-navigation .nav-next .post-title,
  .post-navigation .nav-previous .post-title {
    -ms-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .rtl .post-navigation .nav-next .post-title,
  .rtl .post-navigation .nav-previous .post-title {
    -ms-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .post-navigation .nav-next i,
  .post-navigation .nav-previous i {
    display: none;
  }
  .post-navigation .nav-links {
    padding-bottom: 0;
  }
  .post-navigation .disabled {
    display: none;
  }
}
@media screen and (max-width: 450px) {
  .mobile-header-bar {
    position: relative;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  body:after {
    content: "tablet";
    display: none;
  }
}
@media screen and (max-width: 760px), screen and (max-height: 300px) {
  body:after {
    content: "phone";
    display: none;
  }
}
.main-nav > li.dt-mega-menu > a {
  position: relative;
}
.side-header .main-nav > li > a.mega-menu-img-top,
.side-header .main-nav > li > a.mega-menu-img-top_align_left {
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
}
.dt-mega-menu .sub-nav .dt-mega-parent:before,
.dt-mega-menu .sub-nav .dt-mega-parent:first-child:before,
.dt-mega-menu .sub-nav li:before {
  display: none;
}
.mega-icon:after {
  display: none !important;
}
.top-header .mega-full-width > .dt-mega-menu-wrap {
  width: 100%;
}
.side-header .mega-auto-width .dt-mega-menu-wrap,
.side-header .mega-full-width .dt-mega-menu-wrap {
  top: 0;
  left: 100%;
}
.header-side-right .mega-auto-width > .dt-mega-menu-wrap,
.header-side-right .mega-full-width > .dt-mega-menu-wrap {
  top: 0;
  left: auto;
  right: 100%;
  padding-left: 0;
}
.mega-auto-width .dt-mega-menu-wrap {
  left: 0;
  width: auto;
}
.main-nav .mega-auto-width > .dt-mega-menu-wrap {
  min-width: 240px;
}
.mega-auto-width > .dt-mega-menu-wrap.left-overflow,
.mega-full-width .dt-mega-menu-wrap.left-overflow {
  left: 0 !important;
  right: auto !important;
  margin-left: 0 !important;
}
.top-header .main-nav .dt-mega-menu-wrap {
  position: absolute;
  top: 100%;
  visibility: hidden;
  opacity: 0;
  padding: 10px;
  box-sizing: border-box;
}
.main-nav .dt-mega-menu-wrap {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
.dt-mega-menu-wrap.y-overflow {
  overflow-y: auto;
}
.dt-mega-menu-wrap .sub-nav {
  position: relative;
  width: auto;
  padding: 0;
  background: 0 0;
  box-shadow: none;
}
#page .dt-mobile-header .dt-mega-menu-wrap > .sub-nav {
  visibility: visible;
  opacity: 1;
  width: auto;
}
.main-nav .mega-auto-width > .dt-mega-menu-wrap .sub-nav .sub-nav,
.main-nav .mega-auto-width > .dt-mega-menu-wrap .sub-nav .sub-nav ul,
.main-nav .mega-full-width > .dt-mega-menu-wrap .sub-nav .sub-nav,
.main-nav .mega-full-width > .dt-mega-menu-wrap .sub-nav .sub-nav ul {
  width: auto;
}
.dt-mega-menu .dt-mega-menu-wrap {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 0;
  line-height: 0;
  word-spacing: -4px;
  text-align: left;
}
.dt-mega-menu .dt-mega-menu-wrap:after,
.dt-mega-menu .dt-mega-menu-wrap:before {
  content: "";
  display: table;
  clear: both;
}
.dt-mega-menu > .dt-mega-menu-wrap {
  padding: 20px 10px 10px;
}
.dt-mega-menu .dt-mega-menu-wrap li {
  padding-left: 0;
  padding-right: 0;
  word-spacing: normal;
}
.dt-mega-menu .sub-nav .dt-mega-parent:first-child {
  border-left: none;
}
.new-column > a {
  margin-left: -21px !important;
  border-radius: none;
}
.dt-mega-menu .sub-nav .dt-mega-parent:hover > a {
  border-radius: 0;
}
.dt-mega-menu .sub-nav .dt-mega-parent > a {
  width: auto;
}
.dt-mega-menu .sub-nav .dt-mega-parent.no-link > a:hover,
.no-link > a:hover {
  opacity: 1;
}
.dt-mega-parent .sub-nav > li {
  margin-bottom: 2px;
}
.side-header .main-nav .new-column {
  display: none;
}
.top-header .sub-nav > li.dt-mega-parent > a {
  margin: 0;
}
.top-header .sub-nav > li.dt-mega-parent > a.mega-menu-img-top {
  text-align: center;
}
.menu-item .dt-mega-menu-wrap > .sub-nav {
  transition: opacity 0.2s ease;
}
.dt-mega-menu-wrap > .sub-nav {
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.dt-mega-parent .sub-nav .sub-nav {
  margin-left: 20px;
}
.dt-mega-parent .sub-nav .sub-nav > li:first-child {
  padding-top: 0;
}
.mega-menu-img,
.mega-menu-img img {
  max-width: 100%;
  height: auto;
}
.mega-menu-img-right i,
.mega-menu-img-right img,
.mega-menu-img-right_top i,
.mega-menu-img-right_top img {
  order: 1;
}
.mega-menu-img-right .menu-item-text,
.mega-menu-img-right_top .menu-item-text {
  order: 0;
}
.mega-menu-img-left_top,
.mega-menu-img-right_top {
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
}
.mobile-main-nav .mega-menu-img-left_top,
.mobile-main-nav .mega-menu-img-right_top {
  -ms-align-content: flex-start;
  align-content: flex-start;
}
.mobile-main-nav .mega-menu-img-left_top,
.mobile-main-nav .mega-menu-img-right_top {
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.mega-menu-img-left_top .menu-item-text,
.mega-menu-img-right_top .menu-item-text {
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.mega-menu-img-left,
.mega-menu-img-right {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.sub-nav li .mega-menu-img-top,
.sub-nav li .mega-menu-img-top img,
.sub-nav li .mega-menu-img-top_align_left,
.sub-nav li .mega-menu-img-top_align_left img {
  display: block;
}
.mobile-main-nav .mega-menu-img-top img,
.mobile-main-nav .mega-menu-img-top_align_left img {
  margin: 0 0 5px 0 !important;
}
.sub-nav li .mega-menu-img-top img {
  display: inline-block;
}
.top-header .main-nav > li:not(.dt-mega-parent) > a.mega-menu-img-top,
.top-header
  .main-nav
  > li:not(.dt-mega-parent)
  > a.mega-menu-img-top_align_left {
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
}
.top-header
  .main-nav
  > li:not(.dt-mega-parent)
  > a.mega-menu-img-top
  .menu-text {
  text-align: center;
}
.top-header .sub-nav > li:not(.dt-mega-parent) > a.mega-menu-img-top,
.top-header
  .sub-nav
  > li:not(.dt-mega-parent)
  > a.mega-menu-img-top_align_left {
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
}
.sub-nav > li:not(.dt-mega-parent) > a.mega-menu-img-right,
.sub-nav > li:not(.dt-mega-parent) > a.mega-menu-img-right_top {
  -ms-align-content: flex-start;
  align-content: flex-start;
}
.dt-mobile-header .sub-nav > li > a.mega-menu-img-right .menu-item-text,
.dt-mobile-header .sub-nav > li > a.mega-menu-img-right_top .menu-item-text {
  width: 100%;
  -ms-flex-pack: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.sub-nav > li.dt-mega-parent > a:not(.not-clickable-item):hover {
  cursor: pointer;
}
.top-header .main-nav .dt-mega-menu-wrap {
  padding: 20px 10px 20px 10px;
}
.dt-mega-menu > .sub-nav > li:hover > a {
  background-color: transparent;
}
.main-nav .sub-nav > li.dt-mega-parent:not(.empty-title) > a {
  padding: 9px 10px 9px 10px;
}
.main-nav
  .sub-nav:first-child
  > li.dt-mega-parent.has-children.has-widget
  > .sub-nav-widgets,
.main-nav
  .sub-nav:first-child
  > li.dt-mega-parent.has-children:not(.has-widget)
  > a {
  margin-bottom: 0;
}
.main-nav .sub-nav > li.dt-mega-parent > a .menu-text {
  font: 18px/24px "Nunito Sans", Helvetica, Arial, Verdana, sans-serif;
  text-transform: uppercase;
  color: #222;
}
.main-nav
  .sub-nav
  > li.dt-mega-parent:not(.act):not(.wpml-ls-item)
  > a:not(.not-clickable-item):hover
  .menu-text {
  color: #999;
}
.main-nav .sub-nav > li.dt-mega-parent.current-menu-item > a .menu-text {
  color: #999;
}
.main-nav .sub-nav .mega-menu-img > i,
.main-nav .sub-nav .mega-menu-img > span > i,
.mobile-main-nav .sub-nav .mega-menu-img > i,
.mobile-main-nav .sub-nav .mega-menu-img > span > i {
  display: inline-block;
}
.main-nav .dt-mega-menu .sub-nav .dt-mega-parent > a > i,
.main-nav .dt-mega-menu .sub-nav .dt-mega-parent > a > span i {
  font-size: 16px;
  color: #222;
}
.main-nav
  .dt-mega-menu
  .sub-nav
  .dt-mega-parent:not(.current-menu-item)
  > a:not(.not-clickable-item):hover
  i {
  color: #999;
}
.main-nav .dt-mega-menu .sub-nav .dt-mega-parent.current-menu-item > a i {
  color: #999;
}
.dt-mega-menu .sub-nav .dt-mega-parent > a {
  border-bottom-color: rgba(102, 102, 102, 0.1);
}
.top-header .main-nav .mega-auto-width > .dt-mega-menu-wrap {
  min-width: 250px;
}
.dt-mega-parent .sidebar-content .widget {
  border: none;
  margin-bottom: 0;
}
.dt-mega-parent .sidebar-content .widget *,
.dt-mega-parent
  .sidebar-content
  .widget:not(.widget_icl_lang_sel_widget)
  a:not(:hover),
.dt-mega-parent
  .sidebar-content.solid-bg
  .widget:not(.widget_icl_lang_sel_widget)
  a:not(:hover)
  * {
  color: #222;
}
.dt-mega-parent .sidebar-content .widget-title {
  color: #222;
}
.dt-mega-parent .sidebar-content .widget a:not(.button):not(.dt-btn):hover,
.dt-mega-parent .sidebar-content .widget a:not(.button):not(.dt-btn):hover * {
  color: var(--the7-accent-color);
}
.accent-gradient
  .dt-mega-parent
  .sidebar-content
  .widget
  a:not(.button):not(.dt-btn):hover,
.accent-gradient
  .dt-mega-parent
  .sidebar-content
  .widget
  a:not(.button):not(.dt-btn):hover
  * {
  background: -webkit-linear-gradient();
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
@media all and (-ms-high-contrast: none) {
  .accent-gradient
    .dt-mega-parent
    .sidebar-content
    .widget
    a:not(.button):not(.dt-btn):hover,
  .accent-gradient
    .dt-mega-parent
    .sidebar-content
    .widget
    a:not(.button):not(.dt-btn):hover
    * {
    color: #999;
  }
}
.mobile-main-nav > li .dt-mega-menu-wrap,
.mobile-main-nav > li .dt-mega-menu-wrap > .sub-nav .sub-nav {
  margin-bottom: 19px;
}
.dt-mega-parent .sidebar-content .widget .custom-nav > li > a:hover span,
.dt-mega-parent .sidebar-content .widget .custom-nav > li > ul a:hover span,
.dt-mega-parent .sidebar-content .widget .items-grid .post-content > a:hover,
.dt-mega-parent .sidebar-content .widget .menu .current-menu-item > a,
.dt-mega-parent .sidebar-content .widget .menu .current-menu-parent > a,
.dt-mega-parent .sidebar-content .widget .widget_links a:hover,
.dt-mega-parent .sidebar-content .widget .widget_meta a:hover,
.dt-mega-parent .sidebar-content .widget .widget_nav_menu a:hover,
.dt-mega-parent .sidebar-content .widget .widget_pages a:hover {
  color: var(--the7-accent-color);
}
.accent-gradient
  .dt-mega-parent
  .sidebar-content
  .widget
  .custom-nav
  > li
  > a:hover
  span,
.accent-gradient
  .dt-mega-parent
  .sidebar-content
  .widget
  .custom-nav
  > li
  > ul
  a:hover
  span,
.accent-gradient
  .dt-mega-parent
  .sidebar-content
  .widget
  .items-grid
  .post-content
  > a:hover,
.accent-gradient
  .dt-mega-parent
  .sidebar-content
  .widget
  .menu
  .current-menu-item
  > a,
.accent-gradient
  .dt-mega-parent
  .sidebar-content
  .widget
  .menu
  .current-menu-parent
  > a,
.accent-gradient .dt-mega-parent .sidebar-content .widget .widget_links a:hover,
.accent-gradient .dt-mega-parent .sidebar-content .widget .widget_meta a:hover,
.accent-gradient
  .dt-mega-parent
  .sidebar-content
  .widget
  .widget_nav_menu
  a:hover,
.accent-gradient
  .dt-mega-parent
  .sidebar-content
  .widget
  .widget_pages
  a:hover {
  background: -webkit-linear-gradient();
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
@media all and (-ms-high-contrast: none) {
  .accent-gradient
    .dt-mega-parent
    .sidebar-content
    .widget
    .custom-nav
    > li
    > a:hover
    span,
  .accent-gradient
    .dt-mega-parent
    .sidebar-content
    .widget
    .custom-nav
    > li
    > ul
    a:hover
    span,
  .accent-gradient
    .dt-mega-parent
    .sidebar-content
    .widget
    .items-grid
    .post-content
    > a:hover,
  .accent-gradient
    .dt-mega-parent
    .sidebar-content
    .widget
    .menu
    .current-menu-item
    > a,
  .accent-gradient
    .dt-mega-parent
    .sidebar-content
    .widget
    .menu
    .current-menu-parent
    > a,
  .accent-gradient
    .dt-mega-parent
    .sidebar-content
    .widget
    .widget_links
    a:hover,
  .accent-gradient
    .dt-mega-parent
    .sidebar-content
    .widget
    .widget_meta
    a:hover,
  .accent-gradient
    .dt-mega-parent
    .sidebar-content
    .widget
    .widget_nav_menu
    a:hover,
  .accent-gradient
    .dt-mega-parent
    .sidebar-content
    .widget
    .widget_pages
    a:hover {
    color: #999;
  }
}
.dt-mega-parent .sidebar-content .widget .custom-menu a:after {
  color: rgba(34, 34, 34, 0.5);
}
.dt-mega-parent .sidebar-content .widget .custom-menu a:before {
  background-color: rgba(34, 34, 34, 0.15);
}
.main-nav li.dt-mega-menu .mega-menu-img > .the7-svg-image {
  width: 16px;
}
.header-color {
  color: #000;
}
.dt-mega-parent .sidebar-content .widget .header-color {
  color: #222;
}
#main .sidebar-content .header-color {
  color: #000;
}
.footer .header-color {
  color: #000;
}
.shadow-element-decoration .shadow-decoration {
  -webkit-box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}
.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.flex-column {
  flex-direction: column;
}
.justify-content-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.justify-content-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.justify-content-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.elementor-button,
.elementor-nav-menu--main .elementor-nav-menu a,
.elementor-post-navigation .elementor-post-navigation__link a,
.elementor-tab-title a,
.elementor-widget .elementor-icon-list-item a {
  text-decoration: none;
}
.elementor-widget article.visible {
  animation: none;
}
.dialog-close-button {
  text-decoration: none;
}
.inline-image {
  display: inline-flex;
  vertical-align: middle;
}
.the7-inline-image-yes {
  line-height: 0;
}
#footer.elementor-footer > .wf-wrap,
body.elementor-clear-template #main > .wf-wrap {
  width: auto;
  padding: 0;
}
#footer.elementor-footer > .wf-wrap,
#footer.elementor-footer > .wf-wrap > .wf-container-footer,
#footer.elementor-footer > .wf-wrap > .wf-container-footer > .wf-container,
body.elementor-clear-template #main {
  padding: 0;
  margin: 0;
}
.elementor-widget-text-path svg:not(:root) {
  overflow: visible;
}
.elementor-form .elementor-button.elementor-size-xs {
  min-height: 33px;
}
.elementor-form .elementor-button.elementor-size-sm {
  min-height: 40px;
}
.elementor-form .elementor-button.elementor-size-md {
  min-height: 47px;
}
.elementor-form .elementor-button.elementor-size-lg {
  min-height: 59px;
}
.elementor-form .elementor-button.elementor-size-xl {
  min-height: 72px;
}
.elementor-button.elementor-size-xs {
  font-size: 13px;
  padding: 10px 20px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.elementor-button.elementor-size-sm {
  font-size: 15px;
  padding: 12px 24px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.elementor-button.elementor-size-md {
  font-size: 16px;
  padding: 15px 30px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.elementor-button.elementor-size-lg {
  font-size: 18px;
  padding: 20px 40px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.elementor-button.elementor-size-xl {
  font-size: 20px;
  padding: 25px 50px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.elementor-button .elementor-button-content-wrapper *,
.elementor-button span,
button.elementor-button *,
button.elementor-button:hover * {
  color: inherit;
}
.elementor-lightbox .elementor-swiper-button,
.elementor-lightbox .elementor-swiper-button:focus {
  outline: 0 !important;
}
.elementor-widget-heading ul {
  margin-bottom: 0;
}
.content .elementor-widget .flex-direction-nav,
.elementor-popup-modal .elementor-widget .flex-direction-nav {
  list-style: none;
  margin: 0;
}
.elementor-popup-modal ul:not(.vertical-sub-nav) {
  list-style: disc;
  margin: 0 0 10px 20px;
}
.the7-custom-scroll {
  --scrollbar-thumb-color: #00000014;
  --scrollbar-thumb-hover-color: #00000026;
  scrollbar-width: thin;
  scrollbar-color: var(--scrollbar-thumb-color) transparent;
}
.the7-custom-scroll:hover {
  scrollbar-color: var(--scrollbar-thumb-hover-color) transparent;
}
.the7-custom-scroll::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
.the7-custom-scroll::-webkit-scrollbar-track {
  background: 0 0;
}
.the7-custom-scroll::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: var(--scrollbar-thumb-color);
}
.the7-custom-scroll:hover::-webkit-scrollbar-thumb {
  background: var(--scrollbar-thumb-hover-color);
}
.img-wrap {
  transition: opacity 0.3s;
}
.img-wrap:after,
.img-wrap:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: inherit;
  content: "";
}
.img-wrap:after,
.img-wrap:hover:before {
  opacity: 0;
}
.img-wrap:before {
  z-index: 1;
  opacity: 1;
}
.img-wrap:hover:after {
  opacity: 1;
}
.box-button {
  position: relative;
  font: var(--the7-btn-s-font);
  text-transform: var(--the7-btn-s-text-transform);
  letter-spacing: var(--the7-btn-s-letter-spacing);
  border-radius: var(--the7-btn-s-border-radius);
  border-width: var(--the7-btn-s-border-width);
  border-style: var(--the7-btn-s-border-style);
  padding: var(--the7-btn-s-padding);
  border-color: var(--the7-btn-border-color);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  --btn-icon-spacing: 7px;
}
.elementor-element .box-button.no-text {
  --btn-icon-spacing: 0px;
}
.box-button:hover,
.box-button:hover i,
.box-button:visited,
.box-hover:hover .box-button {
  color: var(--the7-btn-hover-color);
}
.box-hover .box-button {
  pointer-events: none;
}
.box-button i {
  color: var(--the7-btn-color);
  transition: color 0.3s ease;
}
.box-button svg {
  width: 1em;
  height: auto;
  fill: var(--the7-btn-color);
  transition: all 0.3s ease;
}
.box-button:hover svg,
.box-hover:hover .box-button svg {
  fill: var(--the7-btn-hover-color);
}
.elementor-tab-content h1,
.elementor-widget-text-editor h1,
.the7-e-tab-content.the7-e-tab-text-content h1 {
  margin-bottom: var(--the7-h1-spacing);
  color: var(--textColor, var(--the7-h1-color));
}
.elementor-tab-content h2,
.elementor-widget-text-editor h2,
.the7-e-tab-content.the7-e-tab-text-content h2 {
  margin-bottom: var(--the7-h2-spacing);
  color: var(--textColor, var(--the7-h2-color));
}
.elementor-tab-content h3,
.elementor-widget-text-editor h3,
.the7-e-tab-content.the7-e-tab-text-content h3 {
  margin-bottom: var(--the7-h3-spacing);
  color: var(--textColor, var(--the7-h3-color));
}
.elementor-tab-content h4,
.elementor-widget-text-editor h4,
.the7-e-tab-content.the7-e-tab-text-content h4 {
  margin-bottom: var(--the7-h4-spacing);
  color: var(--textColor, var(--the7-h4-color));
}
.elementor-tab-content h5,
.elementor-widget-text-editor h5,
.the7-e-tab-content.the7-e-tab-text-content h5 {
  margin-bottom: var(--the7-h5-spacing);
  color: var(--textColor, var(--the7-h5-color));
}
.elementor-tab-content h6,
.elementor-widget-text-editor h6,
.the7-e-tab-content.the7-e-tab-text-content h6 {
  margin-bottom: var(--the7-h6-spacing);
  color: var(--textColor, var(--the7-h6-color));
}
.hidden-on-load {
  display: none;
}
.dt-nav-menu-horizontal > .the7-e-mega-menu > .the7-e-mega-menu-sub-nav,
.horizontal-sub-nav {
  visibility: hidden;
  opacity: 0;
}
.the7-vertical-list li > a .next-level-button > :nth-child(2) {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}
.the7-vertical-list > li > a {
  font: var(--the7-widget-content-font);
  color: var(--the7-title-color);
}
.elementor-icon svg[fill="none"][stroke="currentColor"] {
  fill: none !important;
}
.the7-heading-title,
.the7-heading-title a {
  transition: color 0.3s, text-shadow 0.3s;
  margin-bottom: 0;
}
.the7-heading-title a,
.the7-heading-title a:hover {
  color: inherit;
}
.the7-hidden {
  visibility: hidden;
}
.elementor-element:where(.e-con-fit) {
  flex-direction: var(--flex-direction);
  flex-wrap: var(--flex-wrap);
  justify-content: var(--justify-content);
  align-items: var(--align-items);
  align-content: var(--align-content);
  gap: var(--gap);
}
@font-face {
  font-family: "DM Sans";
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dmsans/v15/rP2rp2ywxg089UriCZaSExd86J3t9jz86Mvy4qCRAL19DksVat-JDF30TGE.woff)
    format("woff");
}
@font-face {
  font-family: "DM Sans";
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dmsans/v15/rP2rp2ywxg089UriCZaSExd86J3t9jz86Mvy4qCRAL19DksVat8JDV30TGE.woff)
    format("woff");
}
@font-face {
  font-family: "DM Sans";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dmsans/v15/rP2rp2ywxg089UriCZaSExd86J3t9jz86Mvy4qCRAL19DksVat_XDV30TGE.woff)
    format("woff");
}
@font-face {
  font-family: "DM Sans";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dmsans/v15/rP2rp2ywxg089UriCZaSExd86J3t9jz86Mvy4qCRAL19DksVat-JDV30TGE.woff)
    format("woff");
}
@font-face {
  font-family: "DM Sans";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dmsans/v15/rP2rp2ywxg089UriCZaSExd86J3t9jz86Mvy4qCRAL19DksVat-7DV30TGE.woff)
    format("woff");
}
@font-face {
  font-family: "DM Sans";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dmsans/v15/rP2rp2ywxg089UriCZaSExd86J3t9jz86Mvy4qCRAL19DksVat9XCl30TGE.woff)
    format("woff");
}
@font-face {
  font-family: "DM Sans";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dmsans/v15/rP2rp2ywxg089UriCZaSExd86J3t9jz86Mvy4qCRAL19DksVat9uCl30TGE.woff)
    format("woff");
}
@font-face {
  font-family: "DM Sans";
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dmsans/v15/rP2rp2ywxg089UriCZaSExd86J3t9jz86Mvy4qCRAL19DksVat8JCl30TGE.woff)
    format("woff");
}
@font-face {
  font-family: "DM Sans";
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dmsans/v15/rP2rp2ywxg089UriCZaSExd86J3t9jz86Mvy4qCRAL19DksVat8gCl30TGE.woff)
    format("woff");
}
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dmsans/v15/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAop1RSW3w.woff)
    format("woff");
}
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dmsans/v15/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAIpxRSW3w.woff)
    format("woff");
}
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dmsans/v15/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwA_JxRSW3w.woff)
    format("woff");
}
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dmsans/v15/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAopxRSW3w.woff)
    format("woff");
}
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dmsans/v15/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAkJxRSW3w.woff)
    format("woff");
}
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dmsans/v15/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAfJtRSW3w.woff)
    format("woff");
}
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dmsans/v15/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwARZtRSW3w.woff)
    format("woff");
}
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dmsans/v15/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAIptRSW3w.woff)
    format("woff");
}
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dmsans/v15/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAC5tRSW3w.woff)
    format("woff");
}
@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk59FN_C-b8.woff)
    format("woff");
}
@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk6jFN_C-b8.woff)
    format("woff");
}
@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk79FN_C-b8.woff)
    format("woff");
}
@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk7PFN_C-b8.woff)
    format("woff");
}
@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4jE9_C-b8.woff)
    format("woff");
}
@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4aE9_C-b8.woff)
    format("woff");
}
@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk59E9_C-b8.woff)
    format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 300;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk5hkWVAexg.woff)
    format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWVAexg.woff)
    format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 500;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk_RkWVAexg.woff)
    format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 600;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkxhjWVAexg.woff)
    format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjWVAexg.woff)
    format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 800;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk0ZjWVAexg.woff)
    format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B4gaVQ.woff)
    format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVQ.woff)
    format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0B4gaVQ.woff)
    format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4gaVQ.woff)
    format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4gaVQ.woff)
    format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgshZ1x4gaVQ.woff)
    format("woff");
}
@font-face {
  font-family: Ubuntu;
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCp6KVjbNBYlgoKejZftVyPN4c.woff)
    format("woff");
}
@font-face {
  font-family: Ubuntu;
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCu6KVjbNBYlgoKej70l08.woff)
    format("woff");
}
@font-face {
  font-family: Ubuntu;
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCp6KVjbNBYlgoKejYHtFyPN4c.woff)
    format("woff");
}
@font-face {
  font-family: Ubuntu;
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCp6KVjbNBYlgoKejZPslyPN4c.woff)
    format("woff");
}
@font-face {
  font-family: Ubuntu;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoC1CzjsGyL.woff)
    format("woff");
}
@font-face {
  font-family: Ubuntu;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCs6KVjbNBYlgoKfw7w.woff)
    format("woff");
}
@font-face {
  font-family: Ubuntu;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCjC3jsGyL.woff)
    format("woff");
}
@font-face {
  font-family: Ubuntu;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCxCvjsGyL.woff)
    format("woff");
}
.elementor-widget-the7_horizontal-menu > .elementor-widget-container {
  position: relative;
  display: flex;
  flex-flow: column;
}
#the7-body .dt-nav-menu-horizontal {
  list-style: none;
  margin: 0;
}
.elementor-widget-the7_horizontal-menu {
  --submenu-padding-top: 20px;
  --submenu-padding-right: 20px;
  --submenu-padding-bottom: 20px;
  --submenu-padding-left: 20px;
  --submenu-item-color: var(--the7-submenu-color);
  --icon-size: 1em;
  --icon-spacing: 5px;
  --decoration-height: 3px;
  --divider-height: 1em;
  --grid-row-gap: 10px;
  --icon-margin: 0 0 var(--icon-spacing) 0;
  --default-submenu-max-width: calc(
    100vw - var(--sub-menu-right-gap, 0px) - var(--sub-menu-left-gap, 0px)
  );
}
.elementor-widget-the7_horizontal-menu .horizontal-menu-wrap {
  --first-level-submenu-offset: calc(var(--grid-row-gap, 0px) / 2);
}
.dt-nav-menu-horizontal {
  flex-wrap: wrap;
  align-items: stretch;
}
.dt-nav-menu-horizontal > li,
.dt-nav-menu-horizontal > li > .horizontal-sub-nav li {
  list-style: none;
}
.dt-nav-menu-horizontal > li {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: center;
  list-style: none;
}
.dt-nav-menu-horizontal > li:not(.item-divider):not(:first-child) {
  padding-left: calc(var(--grid-row-gap) / 2);
}
.dt-nav-menu-horizontal > li:not(.item-divider):not(:last-child) {
  padding-right: calc(var(--grid-row-gap) / 2);
}
.dt-nav-menu-horizontal > li.item-divider {
  flex: 0;
  align-self: center;
}
.widget-divider-yes .dt-nav-menu-horizontal .item-divider {
  height: var(--divider-height);
  border-left-width: var(--divider-width, 0);
  border-right-width: var(--divider-width, 0);
  border-color: var(--the7-divider-color);
}
.sub-widget-divider-yes .horizontal-sub-nav > li:after {
  position: absolute;
  display: block;
  bottom: calc(
    (var(--sub-grid-row-gap, 0px) - var(--divider-sub-width, 0px)) / 2
  );
  left: 0;
  width: 100%;
  border-top-width: var(--divider-sub-width, 0);
  border-bottom-width: var(--divider-sub-width, 0);
  border-color: var(--the7-divider-color);
  content: "";
}
.sub-widget-divider-yes
  .horizontal-menu-dropdown
  > ul
  .horizontal-sub-nav:before {
  position: absolute;
  display: block !important;
  bottom: auto;
  top: calc((var(--sub-grid-row-gap, 0px) - var(--divider-sub-width, 0px)) / 2);
  left: 0;
  width: 100%;
  border-top-width: var(--divider-sub-width, 0);
  border-bottom-width: var(--divider-sub-width, 0);
  border-color: var(--the7-divider-color);
  content: "";
}
.dt-nav-menu-horizontal > li > a {
  position: relative;
  display: flex;
  justify-content: center;
  font-size: var(--the7-text-big-font-size);
  line-height: var(--the7-text-big-line-height);
  color: var(--the7-title-color);
  transition: background 0.3s, border-color 0.3s, box-shadow 0.3s;
  border: 0 solid;
}
.decoration-align-height .dt-nav-menu-horizontal > li > a {
  height: 100%;
}
.dt-nav-menu-horizontal > li > a .menu-item-text {
  transition: color 0.3s;
}
.dt-nav-menu-horizontal > li > a .menu-text {
  grid-area: header;
}
.dt-nav-menu-horizontal > li > a .menu-item-icon .menu-text {
  padding-top: var(--row-gap, 5px);
}
.dt-nav-menu-horizontal > li > a i,
.dt-nav-menu-horizontal > li > a img,
.dt-nav-menu-horizontal > li > a svg {
  grid-area: icon;
  align-self: center;
  justify-self: center;
}
.dt-nav-menu-horizontal > li > a .menu-item-icon {
  display: grid;
  grid-template-areas: var(
    --icon-grid-template,
    " icon header " " icon subtitle "
  );
  grid-template-columns: var(--icon-grid-columns, 1em max-content);
  grid-column-gap: var(--column-gap, 5px);
  transition: color 0.3s;
  grid-template-rows: auto auto 0 auto;
}
.dt-nav-menu-horizontal > li > a .menu-item-icon i,
.dt-nav-menu-horizontal > li > a .menu-item-icon img,
.dt-nav-menu-horizontal > li > a .menu-item-icon svg {
  display: var(--icon-display, inline-flex);
  justify-content: center;
  align-items: center;
  height: 1em;
  margin: 0 !important;
  box-sizing: content-box;
  border-radius: 0 !important;
  transition: all 0.3s;
}
.items-decoration-yes .dt-nav-menu-horizontal > li > a:after {
  position: absolute;
  left: auto;
  right: auto;
  width: 100%;
  content: "";
  height: 3px;
}
.decoration-position-top .dt-nav-menu-horizontal > li > a:after {
  top: 0;
}
.decoration-position-bottom .dt-nav-menu-horizontal > li > a:after {
  top: calc(100% - var(--decoration-height, 0px));
}
.decoration-left-to-right .dt-nav-menu-horizontal > li > a:after {
  width: 0;
  transition: 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.decoration-fade .dt-nav-menu-horizontal > li > a:after {
  opacity: 0;
  transition: 0.4s;
}
.dt-nav-menu-horizontal > li > a:hover:after {
  background: var(--the7-accent-color);
}
.decoration-left-to-right .dt-nav-menu-horizontal > li > a:hover:after {
  width: var(--decoration-wiidth, 100%);
}
.decoration-fade .dt-nav-menu-horizontal > li > a:hover:after {
  opacity: 1;
}
.horizontal-sub-nav {
  position: absolute;
  z-index: 5;
  --sub-icon-size: 1em;
  --sub-icon-spacing: 5px;
  --submenu-item-padding-right: 0;
  --sub-grid-row-gap: 10px;
  min-width: 250px;
  padding: var(--sub-paddings);
}
.horizontal-sub-nav > li {
  position: relative;
}
.horizontal-sub-nav > li:not(:last-child) {
  padding-bottom: var(--sub-grid-row-gap);
}
.horizontal-sub-nav > li > a {
  position: relative;
  display: flex;
  transition: background 0.3s, border-color 0.3s, box-shadow 0.3s;
  border: 0 solid;
  font-size: var(--the7-text-big-font-size);
  line-height: var(--the7-text-big-line-height);
  color: var(--the7-title-color);
  border-color: var(--the7-divider-color);
  justify-content: var(--h-menu-sub-nav-justify-content);
  text-align: var(--h-menu-sub-nav-text-align);
}
.horizontal-sub-nav > li > a .menu-text {
  grid-area: header;
}
.horizontal-sub-nav > li > a .menu-item-icon .menu-text {
  padding-top: var(--row-gap, 5px);
}
.horizontal-sub-nav > li > a i,
.horizontal-sub-nav > li > a img,
.horizontal-sub-nav > li > a svg {
  grid-area: icon;
  align-self: center;
  justify-self: var(--h-menu-sub-nav-justify-content, center);
}
.horizontal-sub-nav > li > a .item-content > i,
.horizontal-sub-nav > li > a .menu-item-text {
  order: 1;
}
.horizontal-sub-nav > li > a .menu-item-icon {
  display: grid;
  grid-template-areas: var(
    --icon-grid-template,
    " icon header " " icon subtitle "
  );
  grid-template-columns: var(--icon-grid-columns, 1em max-content);
  grid-column-gap: var(--column-gap, 5px);
  transition: color 0.3s;
  grid-template-rows: auto auto 0 auto;
}
.horizontal-sub-nav > li > a .menu-item-icon i,
.horizontal-sub-nav > li > a .menu-item-icon img,
.horizontal-sub-nav > li > a .menu-item-icon svg {
  display: var(--icon-display, inline-flex);
  justify-content: center;
  align-items: center;
  margin: 0 !important;
  height: 1em;
  box-sizing: content-box;
  border-radius: 0 !important;
  transition: all 0.3s;
}
.dt-nav-menu-horizontal > li > .horizontal-sub-nav {
  top: 100%;
}
.dt-nav-menu-horizontal > li > .horizontal-sub-nav:before {
  content: "";
  display: block;
  left: var(--sub-left, 0);
  height: calc(100% - var(--sub-menu-gap, 0px));
  width: var(--sub-width, 100%);
  position: absolute;
  bottom: 0;
  background: var(--the7-content-boxes-bg);
}
.horizontal-sub-nav .horizontal-sub-nav {
  top: calc(-1 * var(--submenu-padding-top, 0px));
  left: calc(var(--submenu-padding-right, 0px) + 100%);
  background: var(--the7-content-boxes-bg);
  padding: var(--submenu-padding-top, 0) var(--submenu-padding-right, 0)
    var(--submenu-padding-bottom, 0) var(--submenu-padding-left, 0);
}
.horizontal-sub-nav .horizontal-sub-nav.right-overflow {
  left: auto;
  right: calc(var(--submenu-padding-left, 0px) + 100%);
}
.sub-icon_align-side.sub-icon_position-left
  .horizontal-sub-nav
  > li
  .menu-item-text {
  padding-left: var(--sub-icon-size);
  margin-left: var(--sub-icon-spacing);
}
.sub-icon_align-side.sub-icon_position-right
  .horizontal-sub-nav
  > li
  .menu-item-text {
  padding-right: var(--sub-icon-size);
  margin-right: var(--sub-icon-spacing);
}
.dt-sub-menu_align-center.sub-icon_align-side
  .horizontal-sub-nav
  > li
  .menu-item-text {
  padding: 0 var(--sub-icon-size);
  margin: 0 var(--sub-icon-spacing);
}
.dt-nav-menu-horizontal li .item-content,
.horizontal-menu-dropdown li .item-content {
  display: flex;
  align-items: center;
}
.content ul.horizontal-sub-nav {
  margin: 0;
}
.dt-nav-menu-horizontal > li > a,
.horizontal-sub-nav > li > a {
  align-items: inherit;
}
.dt-nav-menu-horizontal__align-center .dt-nav-menu-horizontal > li,
.dt-nav-menu-horizontal__align-center .dt-nav-menu-horizontal > li > a,
.dt-nav-menu-horizontal__align-center
  .dt-nav-menu-horizontal
  > li
  > a
  > .item-content {
  justify-content: inherit;
  align-items: inherit;
  text-align: inherit;
}
#the7-body .dt-nav-menu-horizontal__align-right .dt-nav-menu-horizontal > li,
#the7-body
  .dt-nav-menu-horizontal__align-right
  .dt-nav-menu-horizontal
  > li
  > a {
  justify-content: inherit;
}
.dt-nav-menu-horizontal .submenu-indicator {
  display: none;
}
.sub-icon_align-side .horizontal-sub-nav li > a .submenu-indicator {
  position: absolute;
}
.sub-icon_position-left.sub-icon_align-side
  .horizontal-sub-nav
  li
  > a
  .submenu-indicator {
  left: var(--submenu-item-padding-left);
}
.sub-icon_position-right.sub-icon_align-side
  .horizontal-sub-nav
  li
  > a
  .submenu-indicator {
  right: var(--submenu-item-padding-right);
}
.dt-nav-menu-horizontal--main li > a .item-content i {
  width: 1em;
}
.dt-nav-menu-horizontal--main li > a .item-content img {
  width: 1em;
  border-radius: 0 !important;
}
.dt-nav-menu-horizontal--main li > a .item-content > i {
  margin: 0 6px 0 0;
}
.dt-nav-menu-horizontal--main li > a .submenu-indicator svg,
.horizontal-menu-dropdown > li > a svg,
.horizontal-sub-nav > li > a svg {
  width: 1em;
  height: auto;
  fill: var(--the7-title-color);
  color: var(--the7-title-color);
  transition: all 0.3s ease;
}
.horizontal-menu-toggle {
  --toggle-icon-spacing: 10px;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 0 solid var(--the7-divider-color);
  font-size: var(--the7-text-big-font-size);
  line-height: var(--the7-text-big-line-height);
  color: var(--the7-title-color);
  outline: transparent solid 0;
  transition: all 0.3s ease;
}
.horizontal-menu-toggle:hover {
  color: var(--the7-title-color);
}
.horizontal-menu-toggle svg {
  width: 1em;
  fill: var(--the7-title-color);
  color: var(--the7-title-color);
  transition: all 0.3s ease;
}
.dt-nav-menu-horizontal--main .submenu-indicator > * {
  display: none;
}
.horizontal-menu-dropdown .dt-nav-menu-horizontal--main {
  min-width: 250px;
  max-width: var(--submenu-max-width, var(--default-submenu-max-width));
  padding: var(--submenu-padding-top, 20px) var(--submenu-padding-right, 20px)
    var(--submenu-padding-bottom, 20px) var(--submenu-padding-left, 20px);
  background: var(--the7-content-boxes-bg);
}
.horizontal-menu-dropdown .dt-nav-menu-horizontal--main .horizontal-sub-nav {
  position: static;
  visibility: visible;
  opacity: 1;
}
.horizontal-menu-dropdown
  .dt-nav-menu-horizontal--main
  .horizontal-sub-nav
  .horizontal-sub-nav {
  position: relative;
  top: 0;
  display: none;
  width: 100%;
  left: 0;
  background: 0 0;
  transition: opacity 0.5s;
  padding-top: var(--sub-grid-row-gap);
}
.horizontal-menu-dropdown .dt-nav-menu-horizontal--main .item-divider {
  display: none;
}
.horizontal-menu-dropdown
  .dt-nav-menu-horizontal--main
  li
  > a
  .submenu-indicator {
  align-items: center;
  position: relative;
}
.horizontal-menu-dropdown
  .dt-nav-menu-horizontal--main
  li
  > a
  .submenu-indicator:after {
  position: absolute;
  content: "";
  min-width: 30px;
  min-height: 30px;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  cursor: pointer;
  transform: translate3d(-50%, -50%, 0);
}
.horizontal-menu-toggle .menu-toggle-icons {
  position: relative;
  order: 1;
  line-height: 0;
}
.horizontal-menu-toggle .menu-toggle-icons > :nth-child(1) {
  display: inline-block;
  opacity: 1;
}
.horizontal-menu-toggle .menu-toggle-icons > :nth-child(2) {
  position: absolute;
  display: inline-block;
  opacity: 0;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.horizontal-menu-toggle.elementor-active .menu-toggle-icons > :nth-child(1) {
  opacity: 0;
}
.horizontal-menu-toggle.elementor-active .menu-toggle-icons > :nth-child(2) {
  opacity: 1;
}
.dt-nav-menu-horizontal > li,
.horizontal-menu-wrap {
  position: var(--position, relative);
}
.widget-divider- .dt-nav-menu-horizontal .first.depth-0 > .horizontal-sub-nav {
  left: var(--first-item-offset);
}
.widget-divider-
  .dt-nav-menu-horizontal
  .first.depth-0
  > .horizontal-sub-nav.left-overflow {
  right: auto;
  left: var(--first-item-offset);
}
.widget-divider- .dt-nav-menu-horizontal .last.depth-0 > .horizontal-sub-nav {
  right: var(--last-item-offset);
}
.widget-divider-
  .dt-nav-menu-horizontal
  .last.depth-0
  > .horizontal-sub-nav.right-overflow {
  right: 0;
  left: auto;
}
.dt-nav-menu-horizontal .depth-0 > .horizontal-sub-nav.right-overflow {
  right: var(--first-level-submenu-offset);
  left: auto;
}
.dt-nav-menu-horizontal .depth-0 > .horizontal-sub-nav.left-overflow {
  right: auto;
  left: var(--first-level-submenu-offset);
}
.horizontal-menu-dropdown .dt-nav-menu-horizontal--main {
  width: var(--width, auto);
  left: var(--first-item-offset, 0);
  right: var(--last-item-offset, auto);
  margin: var(--sub-margins);
}
.dt-nav-menu-horizontal > li > .horizontal-sub-nav {
  width: var(--width, auto);
  left: var(--left, 0);
  right: var(--right, auto);
  max-width: var(--submenu-max-width, var(--default-submenu-max-width));
  margin: var(--sub-margins);
}
.horizontal-menu-dropdown .horizontal-menu-toggle {
  display: inline-flex;
}
.mob-menu-popup.horizontal-menu--dropdown-desktop
  .horizontal-menu-dropdown
  .dt-nav-menu-horizontal--main,
.mob-menu-popup.horizontal-menu--dropdown-mobile
  .horizontal-menu-dropdown
  .dt-nav-menu-horizontal--main,
.mob-menu-popup.horizontal-menu--dropdown-tablet
  .horizontal-menu-dropdown
  .dt-nav-menu-horizontal--main {
  display: none;
}
.horizontal-menu-dropdown {
  display: inline-flex;
  flex-flow: column;
}
.sub-menu-position-center.horizontal-menu-dropdown {
  align-items: center;
}
.horizontal-menu-dropdown .dt-nav-menu-horizontal--main {
  display: none;
  position: absolute;
  z-index: 34;
  top: 100%;
  transition: max-height 0.3s, transform 0.3s;
  transform-origin: top;
  overflow-x: hidden;
  overflow-y: auto;
}
.horizontal-menu-dropdown .dt-nav-menu-horizontal--main ul.horizontal-sub-nav {
  position: relative;
  visibility: inherit !important;
  opacity: 1;
  flex-flow: column;
  justify-content: flex-start;
  transform: none;
  min-width: auto;
  width: 100%;
  padding: 0;
}
.horizontal-menu-dropdown
  .dt-nav-menu-horizontal--main
  ul.horizontal-sub-nav
  .item-divider {
  display: none;
}
.sub-widget-divider-yes.horizontal-menu-dropdown
  .dt-nav-menu-horizontal--main
  ul.horizontal-sub-nav
  > li:after {
  position: absolute;
  display: block;
  bottom: calc(
    (var(--sub-grid-row-gap, 0px) / 2 - var(--divider-sub-width, 0px)) / 2
  );
  left: 0;
  width: 100%;
  border-top-width: var(--divider-sub-width, 0);
  border-bottom-width: var(--divider-sub-width, 0);
  border-color: var(--the7-divider-color);
  content: "";
}
.horizontal-menu-dropdown
  .dt-nav-menu-horizontal--main
  ul.horizontal-sub-nav
  > li {
  display: flex;
  flex-flow: column;
}
.horizontal-menu-dropdown
  .dt-nav-menu-horizontal--main
  ul.horizontal-sub-nav
  > li
  > a {
  width: 100%;
}
.horizontal-menu-dropdown
  .dt-nav-menu-horizontal--main
  ul.horizontal-sub-nav
  > li
  > a:before {
  display: none;
}
.horizontal-menu-dropdown
  .dt-nav-menu-horizontal--main
  ul.horizontal-sub-nav
  li
  .horizontal-sub-nav,
.horizontal-menu-dropdown
  .dt-nav-menu-horizontal--main
  ul.horizontal-sub-nav
  li
  .horizontal-sub-nav
  .horizontal-sub-nav {
  display: none;
  opacity: 0;
  padding-top: var(--sub-grid-row-gap);
}
.horizontal-menu-dropdown
  .dt-nav-menu-horizontal--main
  ul.horizontal-sub-nav
  li
  .horizontal-sub-nav
  .horizontal-sub-nav:before,
.horizontal-menu-dropdown
  .dt-nav-menu-horizontal--main
  ul.horizontal-sub-nav
  li
  .horizontal-sub-nav:before {
  display: none;
}
.dt-nav-menu-horizontal .depth-0 > .horizontal-sub-nav {
  z-index: 99;
}
.dt-sub-menu_align-left
  .horizontal-menu-dropdown
  .dt-nav-menu-horizontal--main
  li
  .horizontal-sub-nav,
.dt-sub-menu_align-left
  .horizontal-menu-dropdown
  .dt-nav-menu-horizontal--main
  li
  .horizontal-sub-nav
  .horizontal-sub-nav,
.dt-sub-menu_align-right
  .horizontal-menu-dropdown
  .dt-nav-menu-horizontal--main
  li
  .horizontal-sub-nav,
.dt-sub-menu_align-right
  .horizontal-menu-dropdown
  .dt-nav-menu-horizontal--main
  li
  .horizontal-sub-nav
  .horizontal-sub-nav {
  padding-left: var(--submenu-side-gap, 20px);
}
.dt-sub-menu_align-center
  .horizontal-menu-dropdown
  .dt-nav-menu-horizontal--main
  li
  .horizontal-sub-nav,
.dt-sub-menu_align-center
  .horizontal-menu-dropdown
  .dt-nav-menu-horizontal--main
  li
  .horizontal-sub-nav
  .horizontal-sub-nav {
  padding-left: var(--submenu-side-gap, 0);
}
.horizontal-menu-dropdown
  .horizontal-menu-toggle:not(.elementor-active)
  + .dt-nav-menu-horizontal--main {
  transform: scaleY(0);
  max-height: 0;
}
.horizontal-menu-dropdown
  .horizontal-menu-toggle.elementor-active
  + .dt-nav-menu-horizontal--main {
  transform: scaleY(1);
  max-height: 100vh;
  max-height: calc(var(--vh, 100vh) - var(--sub-menu-bottom-gap, 0px));
}
.dt-nav-menu-horizontal > .the7-e-mega-menu > .the7-e-mega-menu-sub-nav {
  position: absolute;
  z-index: 5;
  min-width: 250px;
  width: 100%;
  left: 0;
  right: auto;
  margin: 0;
  top: 100%;
  padding: 0;
}
.dt-nav-menu-horizontal > .the7-e-mega-menu {
  position: static;
}
.dt-nav-menu-horizontal
  > .the7-e-mega-menu.the7-e-mega-menu-width-full
  > .the7-e-sub-nav.the7-e-mega-menu-sub-nav {
  left: var(--dynamic-justified-submenu-left-offset);
  right: auto;
  width: 100vw;
}
.dt-nav-menu-horizontal
  > .the7-e-mega-menu.the7-e-mega-menu-width-auto
  > .the7-e-sub-nav.the7-e-mega-menu-sub-nav {
  left: var(--dynamic-submenu-content-left-offset);
  right: auto;
  width: var(--dynamic-submenu-content-width);
}
.horizontal-menu-wrap.horizontal-menu-dropdown
  .the7-e-mega-menu.the7-e-mega-menu-mobile
  > .the7-e-sub-nav.the7-e-mega-menu-sub-nav,
.horizontal-menu-wrap:not(.horizontal-menu-dropdown)
  .the7-e-mega-menu.the7-e-mega-menu-mobile
  > .the7-e-sub-nav.horizontal-sub-nav {
  display: none !important;
}
.horizontal-menu-dropdown
  .the7-e-mega-menu
  > .the7-e-sub-nav.the7-e-mega-menu-sub-nav {
  display: none;
  opacity: 0;
  transition: opacity 0.5s;
  visibility: inherit !important;
}
.horizontal-menu-wrap:not(.horizontal-menu-dropdown)
  .the7-e-mega-menu-content
  > .elementor-section-wrap {
  height: var(--mega-vh, auto);
  overflow-x: hidden;
  overflow-y: auto;
}
.horizontal-menu-dropdown .dt-nav-menu-horizontal--main::-webkit-scrollbar,
.horizontal-menu-wrap:not(.horizontal-menu-dropdown)
  .the7-e-mega-menu-content
  > .elementor-section-wrap::-webkit-scrollbar {
  width: 14px;
}
.horizontal-menu-dropdown
  .dt-nav-menu-horizontal--main::-webkit-scrollbar-thumb,
.horizontal-menu-wrap:not(.horizontal-menu-dropdown)
  .the7-e-mega-menu-content
  > .elementor-section-wrap::-webkit-scrollbar-thumb {
  border: 4px solid transparent;
  background-clip: padding-box;
  border-radius: 7px;
  background-color: rgba(0, 0, 0, 0);
}
.horizontal-menu-dropdown
  .dt-nav-menu-horizontal--main:hover::-webkit-scrollbar-thumb,
.horizontal-menu-wrap:not(.horizontal-menu-dropdown)
  .the7-e-mega-menu-content
  > .elementor-section-wrap:hover::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
}
.dt-nav-menu-horizontal li.depth-0 > a .item-content {
  --icon-spacing: 10px;
  flex-flow: var(--flow-depth-0, row nowrap);
}
.dt-nav-menu-horizontal li.menu-item > a .item-content > i,
.dt-nav-menu-horizontal li.menu-item > a .item-content > img {
  margin: var(--icon-margin) !important;
  border-style: solid;
  border-width: 0;
  box-sizing: content-box;
}
.horizontal-menu-wrap .item-content > .menu-item-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
}
.the7-box-wrapper {
  display: flex;
  flex-flow: row nowrap;
  overflow: hidden;
}
.box-content-wrapper {
  width: 100%;
}
.icon-position-top .box-content-wrapper {
  flex-wrap: wrap;
}
.the7-box-wrapper .elementor-icon-div {
  display: inline-flex;
  margin: 0 var(--icon-spacing) 0 0;
}
.icon-position-right .the7-box-wrapper .elementor-icon-div {
  margin: 0 0 0 var(--icon-spacing);
  order: 2;
}
.icon-position-top .elementor-icon-div {
  margin: 0 0 var(--icon-spacing);
}
.the7-box-wrapper .elementor-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: fit-content;
  font-size: 32px;
}
.elementor-icon-div i {
  color: var(--the7-accent-color);
  transition: color 0.3s ease;
}
.elementor-icon-div svg {
  fill: var(--the7-accent-color);
  color: var(--the7-accent-color);
  height: auto;
  transition: all 0.3s ease;
}
.box-content-wrapper .elementor-icon {
  border-color: var(--the7-accent-color);
}
.icon-position-top .the7-box-wrapper {
  flex-wrap: wrap;
}
[class*="elementor-widget-the7_icon_box"] .the7-box-wrapper .box-content {
  display: flex;
  flex-flow: column wrap;
  flex-grow: 1;
  flex-wrap: unset;
  justify-content: center;
}
.the7-box-wrapper .box-heading {
  font: var(--the7-h4-font);
  text-transform: var(--the7-h4-text-transform);
  color: var(--the7-h4-color);
  display: inline-block;
  text-decoration: none;
  margin-bottom: 0 !important;
  transition: color 0.3s ease;
}
.the7-box-wrapper .box-heading a {
  transition: color 0.3s ease;
}
.the7-box-wrapper,
.the7-box-wrapper .box-button {
  transition: all 0.3s ease;
}
.the7-box-wrapper .box-button {
  margin-top: 15px;
}
.the7-box-wrapper .box-heading a:hover,
a.the7-box-wrapper:hover .box-heading a {
  color: var(--the7-h4-color);
}
.the7-box-wrapper .box-description {
  margin-bottom: 0;
  margin-top: 10px;
  color: var(--the7-base-color);
  transition: color 0.3s ease;
}
.icon-vertical-align-start.icon-position-top .box-content-wrapper {
  justify-content: flex-start;
}
.icon-vertical-align-center.icon-position-top .box-content-wrapper {
  justify-content: center;
}
.icon-vertical-align-end.icon-position-top .box-content-wrapper {
  justify-content: flex-end;
}
.icon-position-left .box-content-wrapper,
.icon-position-right .box-content-wrapper {
  flex-wrap: inherit;
}
.the7-e-sticky-effect-yes .dt-nav-menu-horizontal,
.the7-e-sticky-effect-yes .elementor-widget-image img,
.the7-e-sticky-effect-yes .elementor-widget-image svg,
.the7-e-sticky-effect-yes > .elementor-container {
  transition: min-height 0.3s, height 0.3s, width 0.3s, max-width 0.3s,
    opacity 0.3s;
}
.the7-e-sticky-effect-yes {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s,
    opacity 0.3s, transform 0.3s !important;
}
.the7-e-sticky-active {
  z-index: 99;
}
.the7-e-sticky-effect-yes .the7-e-on-sticky-effect-visibility {
  transition: all 0.3s ease-in-out !important;
} /*! This file is auto-generated */
.wp-block-button__link {
  color: #fff;
  background-color: #32373c;
  border-radius: 9999px;
  box-shadow: none;
  text-decoration: none;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  font-size: 1.125em;
}
.wp-block-file__button {
  background: #32373c;
  color: #fff;
  text-decoration: none;
}
body {
  --wp--preset--color--black: #000000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #fff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0;
  --wp--preset--color--accent: #999999;
  --wp--preset--color--dark-gray: #111;
  --wp--preset--color--light-gray: #767676;
  --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(
    135deg,
    rgba(6, 147, 227, 1) 0%,
    rgb(155, 81, 224) 100%
  );
  --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(
    135deg,
    rgb(122, 220, 180) 0%,
    rgb(0, 208, 130) 100%
  );
  --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(
    135deg,
    rgba(252, 185, 0, 1) 0%,
    rgba(255, 105, 0, 1) 100%
  );
  --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(
    135deg,
    rgba(255, 105, 0, 1) 0%,
    rgb(207, 46, 46) 100%
  );
  --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(
    135deg,
    rgb(238, 238, 238) 0%,
    rgb(169, 184, 195) 100%
  );
  --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(
    135deg,
    rgb(74, 234, 220) 0%,
    rgb(151, 120, 209) 20%,
    rgb(207, 42, 186) 40%,
    rgb(238, 44, 130) 60%,
    rgb(251, 105, 98) 80%,
    rgb(254, 248, 76) 100%
  );
  --wp--preset--gradient--blush-light-purple: linear-gradient(
    135deg,
    rgb(255, 206, 236) 0%,
    rgb(152, 150, 240) 100%
  );
  --wp--preset--gradient--blush-bordeaux: linear-gradient(
    135deg,
    rgb(254, 205, 165) 0%,
    rgb(254, 45, 45) 50%,
    rgb(107, 0, 62) 100%
  );
  --wp--preset--gradient--luminous-dusk: linear-gradient(
    135deg,
    rgb(255, 203, 112) 0%,
    rgb(199, 81, 192) 50%,
    rgb(65, 88, 208) 100%
  );
  --wp--preset--gradient--pale-ocean: linear-gradient(
    135deg,
    rgb(255, 245, 203) 0%,
    rgb(182, 227, 212) 50%,
    rgb(51, 167, 181) 100%
  );
  --wp--preset--gradient--electric-grass: linear-gradient(
    135deg,
    rgb(202, 248, 128) 0%,
    rgb(113, 206, 126) 100%
  );
  --wp--preset--gradient--midnight: linear-gradient(
    135deg,
    rgb(2, 3, 129) 0%,
    rgb(40, 116, 252) 100%
  );
  --wp--preset--font-size--small: 13px;
  --wp--preset--font-size--medium: 20px;
  --wp--preset--font-size--large: 36px;
  --wp--preset--font-size--x-large: 42px;
  --wp--preset--spacing--20: 0.44rem;
  --wp--preset--spacing--30: 0.67rem;
  --wp--preset--spacing--40: 1rem;
  --wp--preset--spacing--50: 1.5rem;
  --wp--preset--spacing--60: 2.25rem;
  --wp--preset--spacing--70: 3.38rem;
  --wp--preset--spacing--80: 5.06rem;
  --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
  --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1),
    6px 6px rgba(0, 0, 0, 1);
  --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}
:where(.is-layout-flex) {
  gap: 0.5em;
}
:where(.is-layout-grid) {
  gap: 0.5em;
}
body .is-layout-flow > .alignleft {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .is-layout-flow > .alignright {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .is-layout-flow > .aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
}
body .is-layout-constrained > .alignleft {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
body .is-layout-constrained > .alignright {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
body .is-layout-constrained > .aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
}
body
  .is-layout-constrained
  > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: var(--wp--style--global--content-size);
  margin-left: auto !important;
  margin-right: auto !important;
}
body .is-layout-constrained > .alignwide {
  max-width: var(--wp--style--global--wide-size);
}
body .is-layout-flex {
  display: flex;
}
body .is-layout-flex {
  flex-wrap: wrap;
  align-items: center;
}
body .is-layout-flex > * {
  margin: 0;
}
body .is-layout-grid {
  display: grid;
}
body .is-layout-grid > * {
  margin: 0;
}
:where(.wp-block-columns.is-layout-flex) {
  gap: 2em;
}
:where(.wp-block-columns.is-layout-grid) {
  gap: 2em;
}
:where(.wp-block-post-template.is-layout-flex) {
  gap: 1.25em;
}
:where(.wp-block-post-template.is-layout-grid) {
  gap: 1.25em;
}
.has-black-color {
  color: var(--wp--preset--color--black) !important;
}
.has-cyan-bluish-gray-color {
  color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.has-white-color {
  color: var(--wp--preset--color--white) !important;
}
.has-pale-pink-color {
  color: var(--wp--preset--color--pale-pink) !important;
}
.has-vivid-red-color {
  color: var(--wp--preset--color--vivid-red) !important;
}
.has-luminous-vivid-orange-color {
  color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.has-luminous-vivid-amber-color {
  color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.has-light-green-cyan-color {
  color: var(--wp--preset--color--light-green-cyan) !important;
}
.has-vivid-green-cyan-color {
  color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.has-pale-cyan-blue-color {
  color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.has-vivid-cyan-blue-color {
  color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.has-vivid-purple-color {
  color: var(--wp--preset--color--vivid-purple) !important;
}
.has-black-background-color {
  background-color: var(--wp--preset--color--black) !important;
}
.has-cyan-bluish-gray-background-color {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.has-white-background-color {
  background-color: var(--wp--preset--color--white) !important;
}
.has-pale-pink-background-color {
  background-color: var(--wp--preset--color--pale-pink) !important;
}
.has-vivid-red-background-color {
  background-color: var(--wp--preset--color--vivid-red) !important;
}
.has-luminous-vivid-orange-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.has-luminous-vivid-amber-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.has-light-green-cyan-background-color {
  background-color: var(--wp--preset--color--light-green-cyan) !important;
}
.has-vivid-green-cyan-background-color {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.has-pale-cyan-blue-background-color {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.has-vivid-cyan-blue-background-color {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.has-vivid-purple-background-color {
  background-color: var(--wp--preset--color--vivid-purple) !important;
}
.has-black-border-color {
  border-color: var(--wp--preset--color--black) !important;
}
.has-cyan-bluish-gray-border-color {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.has-white-border-color {
  border-color: var(--wp--preset--color--white) !important;
}
.has-pale-pink-border-color {
  border-color: var(--wp--preset--color--pale-pink) !important;
}
.has-vivid-red-border-color {
  border-color: var(--wp--preset--color--vivid-red) !important;
}
.has-luminous-vivid-orange-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.has-luminous-vivid-amber-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.has-light-green-cyan-border-color {
  border-color: var(--wp--preset--color--light-green-cyan) !important;
}
.has-vivid-green-cyan-border-color {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.has-pale-cyan-blue-border-color {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.has-vivid-cyan-blue-border-color {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.has-vivid-purple-border-color {
  border-color: var(--wp--preset--color--vivid-purple) !important;
}
.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
  background: var(
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple
  ) !important;
}
.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
  background: var(
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan
  ) !important;
}
.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
  background: var(
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange
  ) !important;
}
.has-luminous-vivid-orange-to-vivid-red-gradient-background {
  background: var(
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red
  ) !important;
}
.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
  background: var(
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray
  ) !important;
}
.has-cool-to-warm-spectrum-gradient-background {
  background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}
.has-blush-light-purple-gradient-background {
  background: var(--wp--preset--gradient--blush-light-purple) !important;
}
.has-blush-bordeaux-gradient-background {
  background: var(--wp--preset--gradient--blush-bordeaux) !important;
}
.has-luminous-dusk-gradient-background {
  background: var(--wp--preset--gradient--luminous-dusk) !important;
}
.has-pale-ocean-gradient-background {
  background: var(--wp--preset--gradient--pale-ocean) !important;
}
.has-electric-grass-gradient-background {
  background: var(--wp--preset--gradient--electric-grass) !important;
}
.has-midnight-gradient-background {
  background: var(--wp--preset--gradient--midnight) !important;
}
.has-small-font-size {
  font-size: var(--wp--preset--font-size--small) !important;
}
.has-medium-font-size {
  font-size: var(--wp--preset--font-size--medium) !important;
}
.has-large-font-size {
  font-size: var(--wp--preset--font-size--large) !important;
}
.has-x-large-font-size {
  font-size: var(--wp--preset--font-size--x-large) !important;
}
.wp-block-navigation a:where(:not(.wp-element-button)) {
  color: inherit;
}
:where(.wp-block-post-template.is-layout-flex) {
  gap: 1.25em;
}
:where(.wp-block-post-template.is-layout-grid) {
  gap: 1.25em;
}
:where(.wp-block-columns.is-layout-flex) {
  gap: 2em;
}
:where(.wp-block-columns.is-layout-grid) {
  gap: 2em;
}
.wp-block-pullquote {
  font-size: 1.5em;
  line-height: 1.6;
}
body #load {
  display: block;
  height: 100%;
  overflow: hidden;
  position: fixed;
  width: 100%;
  z-index: 9901;
  opacity: 1;
  visibility: visible;
  transition: all 0.35s ease-out;
}
.load-wrap {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
}
.load-wrap > svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#load {
  background: var(--the7-elementor-beautiful-loading-bg, #fff);
  --the7-beautiful-spinner-color2: var(
    --the7-beautiful-spinner-color,
    rgba(0, 0, 0, 0.12)
  );
}
.recentcomments a {
  display: inline !important;
  padding: 0 !important;
  margin: 0 !important;
}
.sub-nav .menu-item i.fa,
.sub-nav .menu-item i.fab,
.sub-nav .menu-item i.far,
.sub-nav .menu-item i.fas {
  text-align: center;
  width: 1.25em;
}
[class*="the7-spinner-animate-"] {
  animation: spinner-animation 1s cubic-bezier(1, 1, 1, 1) infinite;
  width: 7px;
  height: 20px;
  fill: var(--the7-beautiful-spinner-color2);
  opacity: 0.2;
}
.the7-spinner-animate-2 {
  animation-delay: 83ms;
}
.the7-spinner-animate-3 {
  animation-delay: 166ms;
}
.the7-spinner-animate-4 {
  animation-delay: 0.25s;
}
.the7-spinner-animate-5 {
  animation-delay: 0.33s;
}
.the7-spinner-animate-6 {
  animation-delay: 416ms;
}
.the7-spinner-animate-7 {
  animation-delay: 0.5s;
}
.the7-spinner-animate-8 {
  animation-delay: 0.58s;
}
.the7-spinner-animate-9 {
  animation-delay: 666ms;
}
.the7-spinner-animate-10 {
  animation-delay: 0.75s;
}
.the7-spinner-animate-11 {
  animation-delay: 0.83s;
}
.the7-spinner-animate-12 {
  animation-delay: 916ms;
}
@keyframes spinner-animation {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.cls-63ce7424ea57ea6c838005a8-1 {
  fill: none;
  stroke: currentColor;
  stroke-miterlimit: 10;
}

// EDIT

/* https://relaunch.lobeco.org/wp-content/uploads/elementor/css/post-100290.css?ver=1712931583 */
.elementor-100290
  .elementor-element.elementor-element-37e9a2a:not(
    .elementor-motion-effects-element-type-background
  ),
.elementor-100290
  .elementor-element.elementor-element-37e9a2a
  > .elementor-motion-effects-container
  > .elementor-motion-effects-layer {
  background-color: var(--e-global-color-el_color_0);
  background-image: url(./assets/ju_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.elementor-100290
  .elementor-element.elementor-element-37e9a2a
  > .elementor-background-overlay {
  opacity: 0.05;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-100290 .elementor-element.elementor-element-37e9a2a {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 0 0 0;
}

.elementor-100290
  .elementor-element.elementor-element-1956ce10.elementor-column
  > .elementor-widget-wrap {
  justify-content: center;
}

.elementor-100290
  .elementor-element.elementor-element-1956ce10
  > .elementor-element-populated {
  margin: 0 0 50px 0;
  --e-column-margin-right: 0px;
  --e-column-margin-left: 0px;
  padding: 0 0 0 0;
}

.elementor-100290
  .elementor-element.elementor-element-0295d81
  > .elementor-widget-container {
  padding: 0 0 0 0;
}

.elementor-100290
  .elementor-element.elementor-element-523a40e
  > .elementor-widget-container {
  padding: 0 0 50px 0;
}

.elementor-100290
  .elementor-element.elementor-element-d053afd
  .elementor-countdown-item {
  background-color: #122d4b;
  border-radius: 20px 20px 20px 20px;
  padding: 30px 30px 30px 30px;
}

body:not(.rtl)
  .elementor-100290
  .elementor-element.elementor-element-d053afd
  .elementor-countdown-item:not(:first-of-type) {
  margin-left: calc(30px / 2);
}

body:not(.rtl)
  .elementor-100290
  .elementor-element.elementor-element-d053afd
  .elementor-countdown-item:not(:last-of-type) {
  margin-right: calc(30px / 2);
}

body.rtl
  .elementor-100290
  .elementor-element.elementor-element-d053afd
  .elementor-countdown-item:not(:first-of-type) {
  margin-right: calc(30px / 2);
}

body.rtl
  .elementor-100290
  .elementor-element.elementor-element-d053afd
  .elementor-countdown-item:not(:last-of-type) {
  margin-left: calc(30px / 2);
}

.elementor-100290
  .elementor-element.elementor-element-d053afd
  .elementor-countdown-digits {
  color: #ffbf00;
  font-family: "LEMON MILK", sans-serif;
  font-size: 60px;
  font-weight: 700;
  text-transform: none;
  font-style: italic;
  line-height: 1.3em;
}

.elementor-100290
  .elementor-element.elementor-element-d053afd
  .elementor-countdown-label {
  color: #ffbf00;
  font-family: "LEMON MILK", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: none;
  font-style: italic;
  line-height: 1.6em;
  -webkit-text-stroke-color: #000;
  stroke: #000;
}

.elementor-100290
  .elementor-element.elementor-element-d053afd
  > .elementor-widget-container {
  padding: 0 0 50px 0;
}

.elementor-100290 .elementor-element.elementor-element-d83d86c .box-content {
  align-items: flex-start;
  text-align: left;
}

.elementor-100290
  .elementor-element.elementor-element-d83d86c
  .the7-box-wrapper {
  align-items: flex-start;
  align-content: flex-start;
  border-radius: 20px 20px 20px 20px;
  padding: 50px 50px 50px 50px;
  background: #122d4b;
}

.elementor-100290
  .elementor-element.elementor-element-d83d86c
  .box-content-wrapper {
  flex-flow: row nowrap;
}

.elementor-100290
  .elementor-element.elementor-element-d83d86c
  .elementor-icon-div {
  align-self: flex-start;
}

.elementor-100290 .elementor-element.elementor-element-d83d86c {
  --icon-spacing: 15px;
}

.elementor-100290
  .elementor-element.elementor-element-d83d86c
  .the7-box-wrapper
  .box-heading,
.elementor-100290
  .elementor-element.elementor-element-d83d86c
  .the7-box-wrapper
  .box-heading
  a {
  font-family: "LEMON MILK", sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #ffbf00;
}

.elementor-100290
  .elementor-element.elementor-element-d83d86c
  .box-description {
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  margin-top: 25px;
}

.elementor-100290
  .elementor-element.elementor-element-d83d86c
  > .elementor-widget-container {
  padding: 0 0 50px 0;
}

.elementor-100290 .elementor-element.elementor-element-f99f4f8 {
  text-align: center;
}

.elementor-100290 .elementor-element.elementor-element-f99f4f8 img,
.elementor-100290 .elementor-element.elementor-element-f99f4f8 svg {
  width: 26%;
  max-width: 26%;
}

.elementor-100290 .elementor-element.elementor-element-f99f4f8 svg {
  height: auto;
}

.elementor-100290
  .elementor-element.elementor-element-f99f4f8
  > .elementor-widget-container {
  padding: 0 0 30px 0;
}

.elementor-100290 .elementor-element.elementor-element-66f9583 {
  text-align: center;
  width: auto;
  max-width: auto;
  top: 1650px;
}

.elementor-100290 .elementor-element.elementor-element-66f9583 img,
.elementor-100290 .elementor-element.elementor-element-66f9583 svg {
  width: 40%;
  max-width: 40%;
}

.elementor-100290 .elementor-element.elementor-element-66f9583 svg {
  height: auto;
}

.elementor-100290
  .elementor-element.elementor-element-66f9583
  > .elementor-widget-container {
  padding: 0 0 0 0;
}

body:not(.rtl) .elementor-100290 .elementor-element.elementor-element-66f9583 {
  left: 700px;
}

body.rtl .elementor-100290 .elementor-element.elementor-element-66f9583 {
  right: 700px;
}

.elementor-100290 .elementor-element.elementor-element-649fcf2 {
  text-align: center;
}

.elementor-100290
  .elementor-element.elementor-element-649fcf2
  .the7-heading-title {
  font-family: "LEMON MILK", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #122d4b;
  text-decoration-style: solid;
}

.elementor-100290 .elementor-element.elementor-element-5d1e4df .elementor-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 55px;
}

.elementor-100290
  .elementor-element.elementor-element-5d1e4df
  .elementor-icon
  i {
  color: var(--e-global-color-el_color_0);
}

.elementor-100290
  .elementor-element.elementor-element-5d1e4df
  .elementor-icon
  svg {
  fill: var(--e-global-color-el_color_0);
  color: var(--e-global-color-el_color_0);
}

.elementor-100290
  .elementor-element.elementor-element-5d1e4df
  .elementor-icon:hover
  i {
  color: var(--e-global-color-el_color_1);
}

.elementor-100290
  .elementor-element.elementor-element-5d1e4df
  .elementor-icon:hover
  svg {
  fill: var(--e-global-color-el_color_1);
  color: var(--e-global-color-el_color_1);
}

.elementor-100290
  .elementor-element.elementor-element-5d1e4df
  > .elementor-widget-container {
  margin: 0 0 0 0;
}

.elementor-100290 .elementor-element.elementor-element-5d1e4df {
  width: auto;
  max-width: auto;
}

.elementor-100290 .elementor-element.elementor-element-24ad206 .elementor-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 55px;
}

.elementor-100290
  .elementor-element.elementor-element-24ad206
  .elementor-icon
  i {
  color: var(--e-global-color-el_color_0);
}

.elementor-100290
  .elementor-element.elementor-element-24ad206
  .elementor-icon
  svg {
  fill: var(--e-global-color-el_color_0);
  color: var(--e-global-color-el_color_0);
}

.elementor-100290
  .elementor-element.elementor-element-24ad206
  .elementor-icon:hover
  i {
  color: var(--e-global-color-el_color_1);
}

.elementor-100290
  .elementor-element.elementor-element-24ad206
  .elementor-icon:hover
  svg {
  fill: var(--e-global-color-el_color_1);
  color: var(--e-global-color-el_color_1);
}

.elementor-100290
  .elementor-element.elementor-element-24ad206
  > .elementor-widget-container {
  margin: 0 0 0 0;
}

.elementor-100290 .elementor-element.elementor-element-24ad206 {
  width: auto;
  max-width: auto;
}

.elementor-100290 .elementor-element.elementor-element-989fcec .elementor-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 55px;
}

.elementor-100290
  .elementor-element.elementor-element-989fcec
  .elementor-icon
  i {
  color: var(--e-global-color-el_color_0);
}

.elementor-100290
  .elementor-element.elementor-element-989fcec
  .elementor-icon
  svg {
  fill: var(--e-global-color-el_color_0);
  color: var(--e-global-color-el_color_0);
}

.elementor-100290
  .elementor-element.elementor-element-989fcec
  .elementor-icon:hover
  i {
  color: var(--e-global-color-el_color_1);
}

.elementor-100290
  .elementor-element.elementor-element-989fcec
  .elementor-icon:hover
  svg {
  fill: var(--e-global-color-el_color_1);
  color: var(--e-global-color-el_color_1);
}

.elementor-100290
  .elementor-element.elementor-element-989fcec
  > .elementor-widget-container {
  margin: 0 0 0 0;
}

.elementor-100290 .elementor-element.elementor-element-989fcec {
  width: auto;
  max-width: auto;
}

.elementor-100290 .elementor-element.elementor-element-e4e3874 .elementor-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 55px;
}

.elementor-100290
  .elementor-element.elementor-element-e4e3874
  .elementor-icon
  i {
  color: var(--e-global-color-el_color_0);
}

.elementor-100290
  .elementor-element.elementor-element-e4e3874
  .elementor-icon
  svg {
  fill: var(--e-global-color-el_color_0);
  color: var(--e-global-color-el_color_0);
}

.elementor-100290
  .elementor-element.elementor-element-e4e3874
  .elementor-icon:hover
  i {
  color: var(--e-global-color-el_color_1);
}

.elementor-100290
  .elementor-element.elementor-element-e4e3874
  .elementor-icon:hover
  svg {
  fill: var(--e-global-color-el_color_1);
  color: var(--e-global-color-el_color_1);
}

.elementor-100290
  .elementor-element.elementor-element-e4e3874
  > .elementor-widget-container {
  margin: 0 0 0 0;
}

.elementor-100290 .elementor-element.elementor-element-e4e3874 {
  width: auto;
  max-width: auto;
}

.elementor-100290 .elementor-element.elementor-element-7c9b546 .elementor-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 55px;
}

.elementor-100290
  .elementor-element.elementor-element-7c9b546
  .elementor-icon
  i {
  color: var(--e-global-color-el_color_0);
}

.elementor-100290
  .elementor-element.elementor-element-7c9b546
  .elementor-icon
  svg {
  fill: var(--e-global-color-el_color_0);
  color: var(--e-global-color-el_color_0);
}

.elementor-100290
  .elementor-element.elementor-element-7c9b546
  .elementor-icon:hover
  i {
  color: var(--e-global-color-el_color_1);
}

.elementor-100290
  .elementor-element.elementor-element-7c9b546
  .elementor-icon:hover
  svg {
  fill: var(--e-global-color-el_color_1);
  color: var(--e-global-color-el_color_1);
}

.elementor-100290
  .elementor-element.elementor-element-7c9b546
  > .elementor-widget-container {
  margin: 0 0 0 0;
}

.elementor-100290 .elementor-element.elementor-element-7c9b546 {
  width: auto;
  max-width: auto;
}

.elementor-100290 .elementor-element.elementor-element-14ecbda .elementor-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 55px;
}

.elementor-100290
  .elementor-element.elementor-element-14ecbda
  .elementor-icon
  i {
  color: var(--e-global-color-el_color_0);
}

.elementor-100290
  .elementor-element.elementor-element-14ecbda
  .elementor-icon
  svg {
  fill: var(--e-global-color-el_color_0);
  color: var(--e-global-color-el_color_0);
}

.elementor-100290
  .elementor-element.elementor-element-14ecbda
  .elementor-icon:hover
  i {
  color: var(--e-global-color-el_color_1);
}

.elementor-100290
  .elementor-element.elementor-element-14ecbda
  .elementor-icon:hover
  svg {
  fill: var(--e-global-color-el_color_1);
  color: var(--e-global-color-el_color_1);
}

.elementor-100290
  .elementor-element.elementor-element-14ecbda
  > .elementor-widget-container {
  margin: 0 0 0 0;
}

.elementor-100290 .elementor-element.elementor-element-14ecbda {
  width: auto;
  max-width: auto;
}

.elementor-100290 .elementor-element.elementor-element-ab4c130 .elementor-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 55px;
}

.elementor-100290
  .elementor-element.elementor-element-ab4c130
  .elementor-icon
  i {
  color: var(--e-global-color-el_color_0);
}

.elementor-100290
  .elementor-element.elementor-element-ab4c130
  .elementor-icon
  svg {
  fill: var(--e-global-color-el_color_0);
  color: var(--e-global-color-el_color_0);
}

.elementor-100290
  .elementor-element.elementor-element-ab4c130
  .elementor-icon:hover
  i {
  color: var(--e-global-color-el_color_1);
}

.elementor-100290
  .elementor-element.elementor-element-ab4c130
  .elementor-icon:hover
  svg {
  fill: var(--e-global-color-el_color_1);
  color: var(--e-global-color-el_color_1);
}

.elementor-100290
  .elementor-element.elementor-element-ab4c130
  > .elementor-widget-container {
  margin: 0 0 0 0;
}

.elementor-100290 .elementor-element.elementor-element-ab4c130 {
  width: auto;
  max-width: auto;
}

.elementor-100290 .elementor-element.elementor-element-b723bb8 .elementor-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 55px;
}

.elementor-100290
  .elementor-element.elementor-element-b723bb8
  .elementor-icon
  i {
  color: var(--e-global-color-el_color_0);
}

.elementor-100290
  .elementor-element.elementor-element-b723bb8
  .elementor-icon
  svg {
  fill: var(--e-global-color-el_color_0);
  color: var(--e-global-color-el_color_0);
}

.elementor-100290
  .elementor-element.elementor-element-b723bb8
  .elementor-icon:hover
  i {
  color: var(--e-global-color-el_color_1);
}

.elementor-100290
  .elementor-element.elementor-element-b723bb8
  .elementor-icon:hover
  svg {
  fill: var(--e-global-color-el_color_1);
  color: var(--e-global-color-el_color_1);
}

.elementor-100290
  .elementor-element.elementor-element-b723bb8
  > .elementor-widget-container {
  margin: 0 0 0 0;
}

.elementor-100290 .elementor-element.elementor-element-b723bb8 {
  width: auto;
  max-width: auto;
}

@media (max-width: 1024px) and (min-width: 768px) {
  .elementor-100290 .elementor-element.elementor-element-1956ce10 {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .elementor-100290
    .elementor-element.elementor-element-37e9a2a:not(
      .elementor-motion-effects-element-type-background
    ),
  .elementor-100290
    .elementor-element.elementor-element-37e9a2a
    > .elementor-motion-effects-container
    > .elementor-motion-effects-layer {
    background-image: url(./assets/ju_bg.png);
  }

  body:not(.rtl)
    .elementor-100290
    .elementor-element.elementor-element-d053afd
    .elementor-countdown-item:not(:first-of-type) {
    margin-left: calc(20px / 2);
  }

  body:not(.rtl)
    .elementor-100290
    .elementor-element.elementor-element-d053afd
    .elementor-countdown-item:not(:last-of-type) {
    margin-right: calc(20px / 2);
  }

  body.rtl
    .elementor-100290
    .elementor-element.elementor-element-d053afd
    .elementor-countdown-item:not(:first-of-type) {
    margin-right: calc(20px / 2);
  }

  body.rtl
    .elementor-100290
    .elementor-element.elementor-element-d053afd
    .elementor-countdown-item:not(:last-of-type) {
    margin-left: calc(20px / 2);
  }

  .elementor-100290
    .elementor-element.elementor-element-d053afd
    .elementor-countdown-item {
    padding: 20px 20px 20px 20px;
  }

  .elementor-100290
    .elementor-element.elementor-element-d053afd
    .elementor-countdown-digits {
    font-size: 40px;
  }

  .elementor-100290
    .elementor-element.elementor-element-d83d86c.icon-position-tablet-left
    .elementor-icon-div {
    margin: 0 var(--icon-spacing) 0 0;
  }

  .elementor-100290
    .elementor-element.elementor-element-d83d86c.icon-position-tablet-right
    .elementor-icon-div {
    margin: 0 0 0 var(--icon-spacing);
  }

  .elementor-100290
    .elementor-element.elementor-element-d83d86c.icon-position-tablet-top
    .elementor-icon-div {
    margin: 0 0 var(--icon-spacing) 0;
  }

  .elementor-100290 .elementor-element.elementor-element-66f9583 img,
  .elementor-100290 .elementor-element.elementor-element-66f9583 svg {
    width: 40%;
  }

  .elementor-100290 .elementor-element.elementor-element-66f9583 svg {
    height: auto;
  }

  .elementor-100290 .elementor-element.elementor-element-66f9583 img {
    max-width: 40%;
  }

  body:not(.rtl)
    .elementor-100290
    .elementor-element.elementor-element-66f9583 {
    left: 450px;
  }

  body.rtl .elementor-100290 .elementor-element.elementor-element-66f9583 {
    right: 450px;
  }

  .elementor-100290 .elementor-element.elementor-element-66f9583 {
    top: 1680px;
  }
}

@media (max-width: 767px) {
  .elementor-100290
    .elementor-element.elementor-element-37e9a2a:not(
      .elementor-motion-effects-element-type-background
    ),
  .elementor-100290
    .elementor-element.elementor-element-37e9a2a
    > .elementor-motion-effects-container
    > .elementor-motion-effects-layer {
    background-image: url(./assets/ju_bg.png);
  }

  body:not(.rtl)
    .elementor-100290
    .elementor-element.elementor-element-d053afd
    .elementor-countdown-item:not(:first-of-type) {
    margin-left: calc(5px / 2);
  }

  body:not(.rtl)
    .elementor-100290
    .elementor-element.elementor-element-d053afd
    .elementor-countdown-item:not(:last-of-type) {
    margin-right: calc(5px / 2);
  }

  body.rtl
    .elementor-100290
    .elementor-element.elementor-element-d053afd
    .elementor-countdown-item:not(:first-of-type) {
    margin-right: calc(5px / 2);
  }

  body.rtl
    .elementor-100290
    .elementor-element.elementor-element-d053afd
    .elementor-countdown-item:not(:last-of-type) {
    margin-left: calc(5px / 2);
  }

  .elementor-100290
    .elementor-element.elementor-element-d053afd
    .elementor-countdown-item {
    padding: 10px 10px 10px 10px;
  }

  .elementor-100290
    .elementor-element.elementor-element-d053afd
    .elementor-countdown-digits {
    font-size: 30px;
  }

  .elementor-100290
    .elementor-element.elementor-element-d83d86c
    .the7-box-wrapper {
    padding: 20px 20px 20px 20px;
  }

  .elementor-100290
    .elementor-element.elementor-element-d83d86c.icon-position-mobile-left
    .elementor-icon-div {
    margin: 0 var(--icon-spacing) 0 0;
  }

  .elementor-100290
    .elementor-element.elementor-element-d83d86c.icon-position-mobile-right
    .elementor-icon-div {
    margin: 0 0 0 var(--icon-spacing);
  }

  .elementor-100290
    .elementor-element.elementor-element-d83d86c.icon-position-mobile-top
    .elementor-icon-div {
    margin: 0 0 var(--icon-spacing) 0;
  }

  .elementor-100290
    .elementor-element.elementor-element-d83d86c
    .the7-box-wrapper
    .box-heading,
  .elementor-100290
    .elementor-element.elementor-element-d83d86c
    .the7-box-wrapper
    .box-heading
    a {
    font-size: 30px;
  }

  .elementor-100290
    .elementor-element.elementor-element-d83d86c
    .box-description {
    font-size: 11px;
    line-height: 18px;
  }

  .elementor-100290
    .elementor-element.elementor-element-f99f4f8
    > .elementor-widget-container {
    padding: 0 0 0 0;
  }

  .elementor-100290 .elementor-element.elementor-element-66f9583 img,
  .elementor-100290 .elementor-element.elementor-element-66f9583 svg {
    width: 40%;
  }

  .elementor-100290 .elementor-element.elementor-element-66f9583 svg {
    height: auto;
  }

  .elementor-100290 .elementor-element.elementor-element-66f9583 img {
    max-width: 40%;
  }

  .elementor-100290
    .elementor-element.elementor-element-66f9583
    > .elementor-widget-container {
    padding: 0 0 0 0;
  }

  body:not(.rtl)
    .elementor-100290
    .elementor-element.elementor-element-66f9583 {
    left: 200px;
  }

  body.rtl .elementor-100290 .elementor-element.elementor-element-66f9583 {
    right: 200px;
  }

  .elementor-100290 .elementor-element.elementor-element-66f9583 {
    top: 1560px;
  }

  .elementor-100290
    .elementor-element.elementor-element-5d1e4df
    .elementor-icon {
    font-size: 40px;
  }

  .elementor-100290
    .elementor-element.elementor-element-24ad206
    .elementor-icon {
    font-size: 40px;
  }

  .elementor-100290
    .elementor-element.elementor-element-989fcec
    .elementor-icon {
    font-size: 40px;
  }

  .elementor-100290
    .elementor-element.elementor-element-e4e3874
    .elementor-icon {
    font-size: 40px;
  }

  .elementor-100290
    .elementor-element.elementor-element-7c9b546
    .elementor-icon {
    font-size: 40px;
  }

  .elementor-100290
    .elementor-element.elementor-element-14ecbda
    .elementor-icon {
    font-size: 40px;
  }

  .elementor-100290
    .elementor-element.elementor-element-ab4c130
    .elementor-icon {
    font-size: 40px;
  }

  .elementor-100290
    .elementor-element.elementor-element-b723bb8
    .elementor-icon {
    font-size: 40px;
  }
}

@media (min-width: 1025px) {
  .elementor-100290
    .elementor-element.elementor-element-37e9a2a:not(
      .elementor-motion-effects-element-type-background
    ),
  .elementor-100290
    .elementor-element.elementor-element-37e9a2a
    > .elementor-motion-effects-container
    > .elementor-motion-effects-layer {
    background-attachment: fixed;
  }
}

@media screen and (max-width: 1024px) {
  .icon-position-tablet-right
    .the7_icon_box_widget-d83d86c.the7-box-wrapper
    .elementor-icon-div {
    order: 2;
  }

  .icon-position-tablet-left
    .the7_icon_box_widget-d83d86c.the7-box-wrapper
    .elementor-icon-div,
  .icon-position-tablet-top
    .the7_icon_box_widget-d83d86c.the7-box-wrapper
    .elementor-icon-div {
    order: 0;
  }

  .icon-position-tablet-top
    .the7_icon_box_widget-d83d86c.the7-box-wrapper
    .box-content-wrapper {
    flex-wrap: wrap;
  }

  .icon-vertical-align-tablet-start.icon-position-tablet-top
    .the7_icon_box_widget-d83d86c.the7-box-wrapper
    .box-content-wrapper {
    justify-content: flex-start;
  }

  .icon-vertical-align-tablet-center.icon-position-tablet-top
    .the7_icon_box_widget-d83d86c.the7-box-wrapper
    .box-content-wrapper {
    justify-content: center;
  }

  .icon-vertical-align-tablet-end.icon-position-tablet-top
    .the7_icon_box_widget-d83d86c.the7-box-wrapper
    .box-content-wrapper {
    justify-content: flex-end;
  }

  .icon-position-tablet-left
    .the7_icon_box_widget-d83d86c.the7-box-wrapper
    .box-content-wrapper,
  .icon-position-tablet-right
    .the7_icon_box_widget-d83d86c.the7-box-wrapper
    .box-content-wrapper {
    flex-wrap: inherit;
  }

  .icon-position-tablet-left .the7_icon_box_widget-d83d86c.the7-box-wrapper,
  .icon-position-tablet-right .the7_icon_box_widget-d83d86c.the7-box-wrapper {
    flex-wrap: unset;
  }
}

@media screen and (max-width: 767px) {
  .icon-position-mobile-right
    .the7_icon_box_widget-d83d86c.the7-box-wrapper
    .elementor-icon-div {
    order: 2;
  }

  .icon-position-mobile-top
    .the7_icon_box_widget-d83d86c.the7-box-wrapper
    .box-content-wrapper {
    flex-wrap: wrap;
  }

  .icon-position-mobile-left
    .the7_icon_box_widget-d83d86c.the7-box-wrapper
    .elementor-icon-div,
  .icon-position-mobile-top
    .the7_icon_box_widget-d83d86c.the7-box-wrapper
    .elementor-icon-div {
    order: 0;
  }

  .icon-vertical-align-mobile-start.icon-position-mobile-top
    .the7_icon_box_widget-d83d86c.the7-box-wrapper
    .box-content-wrapper {
    justify-content: flex-start;
  }

  .icon-vertical-align-mobile-center.icon-position-mobile-top
    .the7_icon_box_widget-d83d86c.the7-box-wrapper
    .box-content-wrapper {
    justify-content: center;
  }

  .icon-vertical-align-mobile-end.icon-position-mobile-top
    .the7_icon_box_widget-d83d86c.the7-box-wrapper
    .box-content-wrapper {
    justify-content: flex-end;
  }

  .icon-position-mobile-left
    .the7_icon_box_widget-d83d86c.the7-box-wrapper
    .box-content-wrapper,
  .icon-position-mobile-right
    .the7_icon_box_widget-d83d86c.the7-box-wrapper
    .box-content-wrapper {
    flex-wrap: inherit;
  }

  .icon-position-mobile-left .the7_icon_box_widget-d83d86c.the7-box-wrapper,
  .icon-position-mobile-right .the7_icon_box_widget-d83d86c.the7-box-wrapper {
    flex-wrap: unset;
  }
}
