/*begin-commonstyles library*//*!
 * froala_editor v4.0.6 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2021 Froala Labs
 */
/*  .fr-view[dir="rtl"] blockquote {
    border-left: none;
    border-right: solid 2px #5E35B1;
    margin-right: 0;
    padding-right: 5px;
    padding-left: 0; }
    .fr-view[dir="rtl"] blockquote blockquote {
      border-color: #00BCD4; }
      .fr-view[dir="rtl"] blockquote blockquote blockquote {
        border-color: #43A047; }
  .fr-view blockquote {
    border-left: solid 2px #5E35B1;
    margin-left: 0;
    padding-left: 5px;
    color: #5E35B1; }
    .fr-view blockquote blockquote {
      border-color: #00BCD4;
      color: #00BCD4; }
      .fr-view blockquote blockquote blockquote {
        border-color: #43A047;
        color: #43A047; } */

/**
 * Image style.
 */

/**
 * Link style.
 */
/*end-commonstyles library*/@charset "UTF-8";
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
footer,
header,
nav,
section {
  display: block;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
b,
strong {
  font-weight: inherit;
  font-weight: bold;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
input {
  color: inherit;
  font: inherit;
  margin: 0;
}
input {
  overflow: visible;
}
input {
  outline: none;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
ul {
  padding-left: 20px;
}
/* Fade effect */
/* Over effect */
/* Slide effect */
/* Over and Slide effect */
/* Flip Left effect */
/* Flip Right effect */
/* Flip Top effect */
/* Flip Bottom effect */
/* Wobble Left effect */
/* Wobble Right effect */
/* Wobble top effect */
/* Wobble bottom effect */
/* Zoom and Rotate Effects */
/* Utility */
/* Fade effect */
/* Over effect */
/* Slide effect */
/* Flip */
/* Wooble */
/* Zoom */
.u-btn {
  /*display: inline-block;*/
  display: table;
  /*TODO maye need another solution for negative marin*/
  cursor: pointer;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: none;
  border: 0 none transparent;
  outline-width: 0;
  background-color: transparent;
  margin: 0;
  -webkit-text-decoration-skip: objects;
  font-style: initial;
  white-space: nowrap;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  text-align: center;
  padding: 10px 30px;
  border-radius: 0;
  --border-radius: 0;
  align-self: flex-start;
}
.u-btn:focus,
.u-btn:active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.u-btn:hover,
.u-btn:focus {
  text-decoration: none;
}
.u-btn:active {
  outline: 0;
  background-image: none;
}
.u-button-style {
  transition-property: background-color, color, border-color;
}
.u-text a {
  font-size: inherit !important;
  font-family: inherit !important;
  line-height: inherit !important;
  letter-spacing: inherit !important;
  text-transform: inherit !important;
}
.u-nav-link {
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
}
.u-text:not(ul):not(ol):not(p):not(.u-post-content):not(.u-block-content):not(.u-product-desc):not(.u-cart-block-content):not(.u-checkout-block-content) a {
  color: inherit;
}
.u-text:not(ul):not(ol):not(p):not(.u-post-content):not(.u-block-content):not(.u-product-desc):not(.u-cart-block-content):not(.u-checkout-block-content) a,
.u-text:not(ul):not(ol):not(p):not(.u-post-content):not(.u-block-content):not(.u-product-desc):not(.u-cart-block-content):not(.u-checkout-block-content) a:hover {
  text-decoration: none;
}
a {
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
}
/* ********  spacing ******** */
/* ********  end of spacing ******** */
*,
*:before,
*:after {
  box-sizing: border-box;
}
html {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
body {
  height: auto;
  min-height: 100%;
  overflow-x: clip;
}
body,
section,
header,
footer {
  position: relative;
}
section > *,
header > *,
footer > *,
.u-sheet > * {
  position: relative;
}
a {
  color: #259bca;
  text-decoration: none;
}
a:hover {
  color: #0676a4;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.u-clearfix:after,
.u-clearfix:before {
  content: '';
  display: table;
}
.u-clearfix:after {
  clear: both;
}
ul.u-text li:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .u-hidden-md {
    display: none !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .u-hidden-sm {
    display: none !important;
  }
}
@media (max-width: 575px) {
  .u-hidden-xs {
    display: none !important;
  }
}
.u-border-none:not([class*="u-border-hover-"]):not([class*="u-border-active-"]),
.u-border-none:not(:hover):not(.hover)[class*="u-border-hover-"],
.u-border-none:not(:active):not(.active)[class*="u-border-active-"] {
  border-width: 0 !important;
}
.u-text-default {
  display: table;
  align-self: flex-start;
  width: -webkit-fit-content;
  width: fit-content;
  width: -moz-fit-content;
}
.u-image {
  object-fit: cover;
  display: block;
  vertical-align: middle;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
img.u-image {
  overflow: hidden;
}
.u-sheet.u-image:not(.u-hover-box),
.u-group.u-image:not(.u-hover-box) {
  overflow: visible;
}
.u-sheet {
  position: relative;
  margin: 0 auto;
}
.u-xl-mode .u-sheet {
  width: var(--theme-sheet-width-xl);
}
@media (min-width: 1400px) {
  .u-sheet {
    width: var(--theme-sheet-width-xxl) !important;
  }
}
@media (min-width: 1200px) {
  .u-xl-mode .u-sheet {
    width: var(--theme-sheet-width-xl) !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .u-sheet {
    width: var(--theme-sheet-width-lg) !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .u-sheet {
    width: var(--theme-sheet-width-md) !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .u-sheet {
    width: var(--theme-sheet-width-sm) !important;
  }
}
@media (max-width: 575px) {
  .u-sheet {
    width: var(--theme-sheet-width-xs) !important;
  }
}
.u-container-layout {
  position: relative;
  flex: 1;
  max-width: 100%;
  transition-duration: inherit;
}
.u-inner-container-layout,
.u-inner-container-layout > *,
.u-container-layout > * {
  position: relative;
}
.u-inner-container-layout {
  white-space: normal;
}
.u-expanded-width {
  width: 100% !important;
}
.u-expanded-width:not(.custom-expanded) {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.u-valign-middle {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .u-xl-mode .u-valign-middle-xl {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .u-valign-middle-lg {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .u-valign-middle-md {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .u-valign-middle-sm {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  .u-valign-middle-xs {
    display: flex;
    flex-direction: column;
  }
}
.u-valign-middle > * {
  flex-shrink: 0;
}
.u-valign-middle {
  justify-content: center;
}
@media (min-width: 1200px) {
  .u-xl-mode .u-valign-middle-xl {
    justify-content: center;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .u-valign-middle-lg {
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .u-valign-middle-md {
    justify-content: center;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .u-valign-middle-sm {
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .u-valign-middle-xs {
    justify-content: center;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .u-layout-wrap:not(.u-layout-custom-sm) .u-layout-row > * {
    min-width: 100%;
  }
  .u-layout-wrap:not(.u-layout-custom-sm) .u-layout {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .u-layout-wrap:not(.u-layout-custom-sm) .u-layout .u-layout-cell {
    border-left: 0 !important;
    border-right: 0 !important;
  }
}
@media (max-width: 575px) {
  .u-layout-wrap:not(.u-layout-custom-xs) .u-layout-row > * {
    min-width: 100%;
  }
  .u-layout-wrap:not(.u-layout-custom-xs) .u-layout {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .u-layout-wrap:not(.u-layout-custom-xs) .u-layout .u-layout-cell {
    border-left: 0 !important;
    border-right: 0 !important;
  }
}
.u-layout-row > .u-size-35 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
  min-width: 58.33333333%;
}
.u-layout-row > .u-size-33 {
  flex: 0 0 55%;
  max-width: 55%;
  min-width: 55%;
}
.u-layout-row > .u-size-32 {
  flex: 0 0 53.33333333%;
  max-width: 53.33333333%;
  min-width: 53.33333333%;
}
.u-layout-row > .u-size-28 {
  flex: 0 0 46.66666667%;
  max-width: 46.66666667%;
  min-width: 46.66666667%;
}
.u-layout-row > .u-size-27 {
  flex: 0 0 45%;
  max-width: 45%;
  min-width: 45%;
}
.u-layout-row > .u-size-25 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
  min-width: 41.66666667%;
}
.u-layout-row,
.u-layout-row > * {
  display: flex;
}
.u-layout-row {
  flex: 1 1 auto;
}
.u-layout-row > * {
  max-height: 100%;
  min-height: -webkit-fit-content;
  min-height: fit-content;
}
.u-layout-row {
  flex-direction: row;
  flex-wrap: wrap;
  min-height: -webkit-fit-content;
  min-height: fit-content;
  max-width: 100%;
}
.u-layout-cell {
  position: relative;
  display: flex;
  background-clip: padding-box;
  background-origin: padding-box;
}
.u-sheet:not(.u-image):not(.u-video) {
  pointer-events: none;
}
.u-sheet:not(.u-image):not(.u-video) > * {
  pointer-events: auto;
  pointer-events: initial;
}
.u-header.u-sticky {
  position: fixed;
  top: 0;
}
@supports (position: sticky) {
  .u-header.u-sticky {
    position: sticky;
  }
}
@supports (position: -webkit-sticky) {
  .u-header.u-sticky {
    position: -webkit-sticky;
  }
}
.u-sticky {
  transition: background-color 250ms, box-shadow 250ms;
}
.u-header.u-sticky {
  z-index: 20;
  padding-top: 0.1px;
}
.u-sticky:before {
  border-style: solid;
  border-width: 0;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  transition: border-width 250ms;
}
.u-group {
  display: flex;
}
.u-group,
.u-group .u-container-layout > * {
  position: relative;
}
[class*="u-border-"]:not(.u-shape-svg) {
  stroke: none;
}
.u-svg-link {
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.u-svg-content {
  width: 0;
  height: 0;
}
.u-menu,
.u-popupmenu-items {
  display: table;
  white-space: nowrap;
  position: relative;
  line-height: 1;
}
.u-popupmenu-items {
  min-width: 120px;
}
.u-popupmenu-items .u-nav-link {
  padding: 8px 0;
  white-space: normal;
}
.u-nav,
.u-nav-item {
  position: relative;
}
.u-nav {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.u-nav-item {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  padding: 0;
  margin: 0;
  height: 100%;
}
.u-nav-link {
  display: block;
  white-space: nowrap;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: none;
  border: 0 none transparent;
  outline-width: 0;
  background-color: transparent;
  margin: 0;
  -webkit-text-decoration-skip: objects;
}
.u-nav-link,
.u-nav-link:hover,
.u-nav-link:focus {
  text-decoration: none;
}
.u-nav-item a.u-nav-link,
.menu-collapse a.u-nav-link {
  color: inherit;
}
.u-nav-container > .u-nav > .u-nav-item > .u-nav-link {
  padding: 10px 20px;
}
.menu-collapse {
  display: none;
  border: none;
  z-index: 1;
}
.menu-collapse .u-nav-link {
  text-decoration: none !important;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: calc(1em + 8px);
}
.menu-collapse .u-nav-link svg {
  min-width: 1em;
  width: auto;
  height: 1em;
  vertical-align: top;
}
.menu-collapse .u-nav-link svg + svg {
  position: absolute;
  min-width: auto;
  width: 0;
  height: 0;
  overflow: hidden;
}
.u-nav-container-collapse {
  display: none;
  z-index: 1001;
  left: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  position: fixed !important;
  overflow: hidden;
  width: 0;
}
.u-menu-overlay {
  display: none;
  width: 100%;
  height: 100vh;
  height: -webkit-fill-available;
}
.u-sidenav-overflow {
  overflow: auto;
  position: absolute !important;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.u-offcanvas .u-sidenav {
  flex-basis: var(--sidenav-width, 250px) !important;
}
.u-offcanvas:not(.u-menu-open-right) .u-sidenav {
  margin-left: calc(-1 * var(--sidenav-width, 250px));
}
html {
  font-size: 16px;
}
.u-body {
  font-size: 1rem;
  line-height: 1.6;
}
.u-body h1,
.u-body h2 {
  padding: 0;
}
h1,
h2 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-weight: 500;
  color: inherit;
}
h1 {
  font-size: 2.25rem;
}
h2 {
  font-size: 1.5rem;
}
p {
  margin-top: 0;
  padding: 0;
  margin-bottom: 0.5rem;
}
.u-align-left {
  text-align: left;
}
.u-align-center {
  text-align: center;
}
.u-align-right {
  text-align: right;
}
.u-container-style:not([class*="u-align-"]) {
  text-align: left;
}
.u-text {
  word-wrap: break-word;
  position: relative;
}
.u-font-oswald.u-custom-font {
  font-family: Oswald, sans-serif !important;
}
.u-font-raleway.u-custom-font {
  font-family: Raleway, sans-serif !important;
}
.u-font-lobster.u-custom-font {
  font-family: Lobster, display !important;
}
.u-opacity > .u-container-layout:before,
.u-opacity > .u-inner-container-layout:before,
.u-opacity.u-sidenav:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition-duration: inherit;
  transition-property: opacity;
  border-radius: inherit;
}
.u-opacity.u-container-style,
.u-opacity > .u-container-layout,
.u-opacity > .u-inner-container-layout {
  opacity: 1;
}
.u-opacity.u-container-style {
  background-color: transparent !important;
}
.u-opacity-95:before,
.u-opacity-95 > .u-inner-container-layout:before,
.u-opacity-95.u-sidenav:before {
  opacity: 0.95;
}
.u-opacity-90:before,
.u-opacity-90 > .u-container-layout:before {
  opacity: 0.9;
}
.u-opacity-80:before,
.u-opacity-80 > .u-container-layout:before {
  opacity: 0.8;
}
.u-opacity-70:before {
  opacity: 0.7;
}
.u-opacity-70.u-menu-overlay {
  opacity: 0.7;
}
/*begin-commonstyles photoswipe*/
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
/* style is added when JS option showHideOpacity is set to true */
/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
/* Prevent selection and tap highlights */
/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
/*
	div element that matches size of large image
	large image loads on top of it
*/
/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
/* previews */
/* end previews  */
/*end-commonstyles photoswipe*/
/*begin-commonstyles photoswipe-default*/
/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*

	1. Buttons

 */
/* <button> css reset */
/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
}
/* no arrows on touch screens */
/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
/*

	2. Share modal/popup and links

 */
/* increase size of share links on touch devices */
/*

	3. Index indicator ("1 of X" counter)

 */
/*

	4. Caption

 */
/* Fake caption element, used to calculate height of next/prev image */
/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
/*

	6. Additional styles

 */
/* root element of UI */
/* top black bar with buttons and "1 of X" indicator */
/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
/* pswp__ui--one-slide class is added when there is just one item in gallery */
/*end-commonstyles photoswipe-default*/
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
.u-body {
  --animation-fade_in-opacity: 0;
  --animation-fade_in_up-opacity: 0;
  --animation-fade_in_left-opacity: 0;
  --animation-fade_in_right-opacity: 0;
  --animation-fade_in_down-opacity: 0;
  --animation-fade_in_up_big-opacity: 0;
  --animation-fade_in_left_big-opacity: 0;
  --animation-fade_in_right_big-opacity: 0;
  --animation-fade_in_down_big-opacity: 0;
  --animation-fade_out-opacity: 0;
  --animation-fade_out_up-opacity: 0;
  --animation-fade_out_left-opacity: 0;
  --animation-fade_out_right-opacity: 0;
  --animation-fade_out_down-opacity: 0;
  --animation-fade_out_up_big-opacity: 0;
  --animation-fade_out_left_big-opacity: 0;
  --animation-fade_out_right_big-opacity: 0;
  --animation-fade_out_down_big-opacity: 0;
  --animation-rotate_in-rotate: -200deg;
  --animation-rotate_in_down_left-rotate: -45deg;
  --animation-rotate_in_down_right-rotate: 45deg;
  --animation-rotate_in_up_left-rotate: 45deg;
  --animation-rotate_in_up_right-rotate: -90deg;
  --animation-rotate_out-rotate: 200deg;
  --animation-rotate_out_down_left-rotate: 45deg;
  --animation-rotate_out_down_right-rotate: -45deg;
  --animation-rotate_out_up_left-rotate: -45deg;
  --animation-rotate_out_up_right-rotate: 90deg;
  --animation-roll_in-rotate: -120deg;
  --animation-roll_in-translate_x: -100%;
  --animation-roll_out-rotate: 120deg;
  --animation-roll_out-translate_x: 100%;
  --animation-zoom_in-scale: 0.3;
  --animation-zoom_in_down-scale: 0.475;
  --animation-zoom_in_down-translate_y: 60px;
  --animation-zoom_in_up-scale: 0.475;
  --animation-zoom_in_up-translate_y: -60px;
  --animation-zoom_in_left-scale: 0.475;
  --animation-zoom_in_left-translate_x: 10px;
  --animation-zoom_in_right-scale: 0.475;
  --animation-zoom_in_right-translate_x: -10px;
  --animation-zoom_out-scale: 0.3;
  --animation-zoom_out_down-scale: 0.475;
  --animation-zoom_out_down-translate_y: -60px;
  --animation-zoom_out_up-scale: 0.475;
  --animation-zoom_out_up-translate_y: 60px;
  --animation-zoom_out_left-scale: 0.475;
  --animation-zoom_out_left-translate_x: 42px;
  --animation-zoom_out_right-scale: 0.475;
  --animation-zoom_out_right-translate_x: -42px;
  --animation-slide_in_down-translate_y: -100%;
  --animation-slide_in_up-translate_y: 100%;
  --animation-slide_in_left-translate_x: -100%;
  --animation-slide_in_right-translate_x: 100%;
  --animation-slide_out_down-translate_y: 100%;
  --animation-slide_out_up-translate_y: -100%;
  --animation-slide_out_left-translate_x: -100%;
  --animation-slide_out_right-translate_x: 100%;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-scale: 1;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-opacity: 0;
  
  
  
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
/*begin-commonstyles animation*/
/* Fix zoomIn animation for Internet Explorer */
/*end-commonstyles animation*/
.u-custom-list {
  list-style-type: none;
  padding-left: 0;
}
.u-custom-list li {
  position: relative;
  margin-left: 1.1em;
}
.u-custom-list .u-list-icon {
  display: inline-block;
  position: absolute;
  width: 1em;
  min-height: 1em;
  height: auto;
  left: -1.2em;
  fill: currentColor;
  text-align: center;
}
.u-custom-list .u-list-icon > :first-child {
  display: inline-block;
  position: relative;
  margin: -0.8em;
  font-size: 0.8em;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  line-height: 0.9;
}
.u-text .u-btn {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  vertical-align: baseline;
  white-space: normal;
  text-align: inherit;
}
.u-text .u-btn.u-button-link {
  display: inline;
}
[class*="u-border-"] {
  border-style: solid;
}
.u-border-2 {
  border-width: 2px;
}
.u-radius {
  --border-radius: initial;
  --border-top-left-radius: initial;
  --border-top-right-radius: initial;
  --border-bottom-right-radius: initial;
  --border-bottom-left-radius: initial;
  --radius: initial;
  --top-left-radius: initial;
  --top-right-radius: initial;
  --bottom-right-radius: initial;
  --bottom-left-radius: initial;
}
.u-radius,
.u-radius:before,
.u-radius:not(.u-hover-box) > .u-container-layout {
  border-radius: var(--top-left-radius, var(--border-top-left-radius, var(--radius, var(--border-radius, 0)))) var(--top-right-radius, var(--border-top-right-radius, var(--radius, var(--border-radius, 0)))) var(--bottom-right-radius, var(--border-bottom-right-radius, var(--radius, var(--border-radius, 0)))) var(--bottom-left-radius, var(--border-bottom-left-radius, var(--radius, var(--border-radius, 0)))) !important;
}
/*begin-variables font-family*/
.u-body {
  font-family: 'Open Sans',sans-serif;
}
h1,
h2 {
  font-family: Roboto,sans-serif;
}
/*end-variables font-family*/
/*begin-variables color*/
.u-image,
.u-gradient {
  color: #111111;
}
.u-body {
  color: #111111;
  background-color: #ffffff;
  --effect-scale: 1.1;
}
/*end-variables color*/
/*begin-variables font*/
/*end-variables font*/
/*begin-variables colors*/
.u-none.u-button-style,
.u-none.u-button-style:hover,
.u-none.u-button-style:focus,
.u-none.u-button-style:active,
.u-button-style.u-hover-none:hover,
.u-button-style.u-hover-none:focus,
.u-button-style.u-active-none:active {
  color: inherit !important;
  background-color: transparent !important;
}
.u-button-style.u-border-none {
  border-color: transparent !important;
  border-width: 0;
}
.u-palette-3-light-1,
.u-palette-3-light-1 > .u-container-layout:before {
  color: #111111;
  background-color: #f5d654;
}
.u-black,
.u-black > .u-inner-container-layout:before,
.u-black.u-sidenav:before {
  color: #ffffff;
  background-color: #000000;
}
.u-grey-50,
.u-grey-50 > .u-container-layout:before {
  color: #ffffff;
  background-color: #808080;
}

.u-border-white {
  border-color: #ffffff;
  stroke: #ffffff;
}
.u-border-grey-75 {
  border-color: #404040;
  stroke: #404040;
}
/* hover */
/* hover */
/* hover */
/* hover */
/* hover */
/* hover */
/* hover */
/* hover */
/* hover */
/* hover */
/* hover */
/* hover */
/* hover */
/* hover */
/* hover */
/* hover */
/* hover */
/* hover */
/* hover */
/* hover */
/* hover */
/* hover */
/* hover */
/* hover */
/* hover */
/* hover */
/* hover */
/* hover */
/* hover */
/* hover */
/* hover */
/* hover */
/* hover */
/* hover */
/* hover */
/* hover */
/* hover */
/* hover */
/* hover */
/* hover */
/* hover */
/* hover */
/* hover */
/* hover */
/* hover */
/* hover */
/* hover */
/* hover */
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-1-base:active {
  color: #478ac9 !important;
}
.u-text-active-palette-1-base:active .u-svg-link.u-svg-link {
  fill: #478ac9;
}
/* hover */
/* hover */
/* hover */
/* hover */
/* hover */
/* hover */
/* hover */
/* hover */
a.u-button-style.u-button-style.u-text-hover-palette-2-base:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-2-base:active,
a.u-button-style.u-button-style.u-text-hover-palette-2-base:focus {
  color: #db545a !important;
}
.u-text-hover-palette-2-base:hover .u-svg-link,
.u-text-hover-palette-2-base:focus .u-svg-link {
  fill: #db545a;
}
/* hover */
/* hover */
/* hover */
/* hover */
/* hover */
/* hover */
/* hover */
/* hover */
a.u-button-style.u-button-style.u-text-hover-palette-3-base:hover,
a.u-button-style.u-button-style.u-text-hover-palette-3-base[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-3-base:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-3-base[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-palette-3-base:focus,
a.u-button-style.u-button-style.u-text-hover-palette-3-base[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-3-base:active,
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-palette-3-base:hover {
  color: #f1c50e !important;
}
/* hover */
/* hover */
/* hover */
/* hover */
/* hover */
/* hover */
/* hover */
/* hover */
/* hover */
/* hover */
/* hover */
/* hover */
/* hover */
/* hover */
/* hover */
/* hover */
/* hover */
/* hover */
/* hover */
/* hover */
/* hover */
/* hover */
/* hover */
.u-text-white,
a.u-button-style.u-text-white,
a.u-button-style.u-text-white[class*="u-border-"] {
  color: #ffffff !important;
  
  
  
}
a.u-button-style.u-text-white:hover,
a.u-button-style.u-text-white[class*="u-border-"]:hover,
a.u-button-style.u-text-white:focus,
a.u-button-style.u-text-white[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-white:active,
a.u-button-style.u-button-style.u-text-white[class*="u-border-"]:active {
  color: #e6e6e6 !important;
}
/* hover */
.u-text-black {
  color: #000000 !important;
  
  
  
}
/* hover */
/* hover */
.u-text-body-alt-color {
  color: #ffffff !important;
  
  
  
}
/* hover */
/* hover */
/* hover */
/* hover */
/* hover */
/* hover */
/* hover */
/* hover */
/* hover */
/* hover */
/* hover */
/* hover */
/* hover */
/* hover */
/*end-variables colors*/

/*begin-variables sitestylecss*/

.u-custom-color-1,
        .u-custom-color-1 > .u-container-layout:before
        {
            color: #ffffff;
            background-color: #e06b35;
        }

        /* hover */
        
        
        .u-text-custom-color-2
        {
            color: #ff0000 !important;
            
            
            
        }

        /* hover */

        /* hover */
        
        
        .u-text-custom-color-4
        {
            color: #84d152 !important;
            
            
            
        }

        /* hover */

        .u-body
        {
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        --theme-sheet-width-xl: 1140px;
        --theme-sheet-width-lg: 940px;
        --theme-sheet-width-md: 720px;
        --theme-sheet-width-sm: 540px;
        --theme-sheet-width-xs: 340px;
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        }

        /** common-rules **/
        h1:not(.u-title)
        {
        font-weight: 400;
        font-size: 4.5rem;
        line-height: 1.1;
        margin-top: 20px;
        margin-bottom: 20px;
        }
        h2:not(.u-subtitle)
        {
        font-weight: 400;
        font-size: 3rem;
        line-height: 1.1;
        margin-top: 20px;
        margin-bottom: 20px;
        }
        p:not(.u-text-variant)
        {
        font-size: 1.125rem;
        margin-top: 20px;
        margin-bottom: 20px;
        line-height: 1.6;
        }
        a
        {
        font-size: 1.125rem;
        line-height: 1.6;
        }
        .u-btn
        {
        margin-top: 20px;
        margin-bottom: 20px;
        line-height: 1.4;
        list-icon-spacing: 0.3;
        list-icon-size: 0.8;
        }
        ul:not(.u-unstyled)
        {
        font-size: 1.125rem;
        margin-top: 20px;
        margin-bottom: 20px;
        line-height: 1.6;
        }
        .u-body
        {
        background-image: url("https://pixabay.com/get/ge757e666fce7a252dda7e0de71326a45041d75056d8ecafb7cc926ff2eb11411c5154c38cc8c065bc403ba9ada8a34c857fc1d5c114cd1abb7359d819837b37a_1280.jpg");
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-attachment: fixed;
        }
        /** common-rules **/

        /** publish-rules **/
        /*begin-media rules*/
        @media (max-width: 1199px) {
        h1:not(.u-title)
        {
        font-size: 3.75rem;
        }
        }
        @media (max-width: 767px) {
        h1:not(.u-title)
        {
        font-size: 3rem;
        }
        }
        @media (max-width: 575px) {
        h1:not(.u-title)
        {
        font-size: 2.25rem;
        }
        }
        @media (max-width: 767px) {
        h2:not(.u-subtitle)
        {
        font-size: 2.25rem;
        }
        }
        @media (max-width: 575px) {
        h2:not(.u-subtitle)
        {
        font-size: 1.875rem;
        }
        }
        @media (max-width: 767px) {
        p:not(.u-text-variant)
        {
        font-size: 1rem;
        }
        }
        @media (max-width: 767px) {
        a
        {
        font-size: 1rem;
        }
        }
        @media (max-width: 767px) {
        ul:not(.u-unstyled)
        {
        font-size: 1rem;
        }
        }
        /*end-media rules*/
        /** publish-rules **/

        

        /** cms-rules **/
        /*begin-responsive rules*/
        /*end-responsive rules*/
        /** cms-rules **/

        /** color-rules **/
        a
        {
        color: #478ac9;
        }
        a:hover
        {
        color: #387cbd;
        }
        .u-btn
        {
        background-color: #478ac9;
        color: #ffffff;
        }
        .u-btn:hover
        {
        background-color: #387cbd;
        color: #e6e6e6;
        }
        .u-btn:focus
        {
        background-color: #387cbd;
        color: #e6e6e6;
        }
        .u-btn:active
        {
        background-color: #387cbd;
        color: #e6e6e6;
        }
        /** color-rules **/

        /** alt-color-rules **/
        .u-black a,.u-grey-50 a
        {
        color: #adcce9;
        }
        .u-black a:hover,.u-grey-50 a:hover
        {
        color: #a1a1a1;
        }
        .u-grey-50 .u-btn
        {
        background-color: #adcce9;
        color: #000000;
        }
        .u-grey-50 .u-btn:hover
        {
        background-color: #8db8e0;
        color: #ffffff;
        }
        .u-grey-50 .u-btn:active
        {
        background-color: #8db8e0;
        color: #ffffff;
        }
        /** alt-color-rules **/
    


/*end-variables sitestylecss*/
 .u-header {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("images/WbKX49Q23OTNlYQQSS3GPwVsVJdcqg.jpeg?rand=ec95");
  background-size: cover;
}

.u-header .u-sheet-1 {
  min-height: 55px;
}

.u-header .u-group-1 {
  width: 444px;
  height: auto;
  --radius: 15px;
  min-height: 36px;
  margin: 10px 0 0 auto;
}

.u-header .u-container-layout-1 {
  padding-left: 0;
  padding-right: 0;
}

.u-header .u-menu-1 {
  margin: -2px 0;
}

.u-header .u-nav-1 {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: normal;
}

.u-header .u-nav-2 {
  font-size: 1.25rem;
}

.u-header .u-text-1 {
  text-shadow: 3px 3px 8px rgba(0,0,0,1);
  font-size: 2.25rem;
  margin: -38px auto 7px 0;
}

.u-header .u-btn-1 {
  background-image: none;
  padding: 0;
}
@media (max-width: 1199px) {
  .u-header .u-sheet-1 {
    min-height: 45px;
  }

  .u-header .u-group-1 {
    height: auto;
  }

  .u-header .u-menu-1 {
    margin-left: 0;
    margin-right: 0;
  }

  .u-header .u-text-1 {
    margin-top: -38px;
  }
}
@media (max-width: 991px) {
  .u-header .u-sheet-1 {
    min-height: 34px;
  }
}
@media (max-width: 767px) {
  .u-header .u-sheet-1 {
    min-height: 26px;
  }

  .u-header .u-text-1 {
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .u-header .u-sheet-1 {
    min-height: 16px;
  }

  .u-header .u-group-1 {
    width: 340px;
  }
}
 .u-footer {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("images/WbKX49Q23OTNlYQQSS3GPwVsVJdcqg.jpeg?rand=a6f8");
  background-size: cover;
}

.u-footer .u-sheet-1 {
  min-height: 55px;
}
@media (max-width: 1199px) {
  .u-footer .u-sheet-1 {
    min-height: 45px;
  }
}
@media (max-width: 991px) {
  .u-footer .u-sheet-1 {
    min-height: 34px;
  }
}
@media (max-width: 767px) {
  .u-footer .u-sheet-1 {
    min-height: 26px;
  }
}
@media (max-width: 575px) {
  .u-footer .u-sheet-1 {
    min-height: 16px;
  }
}

 /*begin-variables base-font-size*/ 
 html { font-size: 16px; }
 /*end-variables base-font-size*/