/***********/
/**PREFFIX*/
/***********/
/***********/
/**MAX-WIDTH*/
/***********/
/***********/
/**FONTS/
/***********/
/***********/
/**COLORS*/
/***********/
/**************/
/**BREKPOINTS**/
/**************/
/**************/
/**CONTAINER HEIGHTS**/
/**************/
/**************/
/**CONTAINER WIDTHS**/
/**************/
/**************/
/**GAPS**/
/**************/
/***********/
/**FONT-SIZES*/
/***********/
/**************/
/**ANIMATION**/
/**************/
/***********/
/**PREFFIX*/
/***********/
/***********/
/**MAX-WIDTH*/
/***********/
/***********/
/**FONTS/
/***********/
/***********/
/**COLORS*/
/***********/
/**************/
/**BREKPOINTS**/
/**************/
/**************/
/**CONTAINER HEIGHTS**/
/**************/
/**************/
/**CONTAINER WIDTHS**/
/**************/
/**************/
/**GAPS**/
/**************/
/***********/
/**FONT-SIZES*/
/***********/
/**************/
/**ANIMATION**/
/**************/
.tippy-box[data-animation=fade][data-state=hidden] {
  opacity: 0;
}

[data-tippy-root] {
  max-width: calc(100vw - 10px);
}

.tippy-box {
  position: relative;
  background-color: #333;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.4;
  white-space: normal;
  outline: 0;
  transition-property: transform, visibility, opacity;
}

.tippy-box[data-placement^=top] > .tippy-arrow {
  bottom: 0;
}

.tippy-box[data-placement^=top] > .tippy-arrow:before {
  bottom: -7px;
  left: 0;
  border-width: 8px 8px 0;
  border-top-color: initial;
  transform-origin: center top;
}

.tippy-box[data-placement^=bottom] > .tippy-arrow {
  top: 0;
}

.tippy-box[data-placement^=bottom] > .tippy-arrow:before {
  top: -7px;
  left: 0;
  border-width: 0 8px 8px;
  border-bottom-color: initial;
  transform-origin: center bottom;
}

.tippy-box[data-placement^=left] > .tippy-arrow {
  right: 0;
}

.tippy-box[data-placement^=left] > .tippy-arrow:before {
  border-width: 8px 0 8px 8px;
  border-left-color: initial;
  right: -7px;
  transform-origin: center left;
}

.tippy-box[data-placement^=right] > .tippy-arrow {
  left: 0;
}

.tippy-box[data-placement^=right] > .tippy-arrow:before {
  left: -7px;
  border-width: 8px 8px 8px 0;
  border-right-color: initial;
  transform-origin: center right;
}

.tippy-box[data-inertia][data-state=visible] {
  transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
}

.tippy-arrow {
  width: 16px;
  height: 16px;
  color: #333;
}

.tippy-arrow:before {
  content: "";
  position: absolute;
  border-color: transparent;
  border-style: solid;
}

.tippy-content {
  position: relative;
  padding: 5px 9px;
  z-index: 1;
}

/***********/
/**PREFFIX*/
/***********/
/***********/
/**MAX-WIDTH*/
/***********/
/***********/
/**FONTS/
/***********/
/***********/
/**COLORS*/
/***********/
/**************/
/**BREKPOINTS**/
/**************/
/**************/
/**CONTAINER HEIGHTS**/
/**************/
/**************/
/**CONTAINER WIDTHS**/
/**************/
/**************/
/**GAPS**/
/**************/
/***********/
/**FONT-SIZES*/
/***********/
/**************/
/**ANIMATION**/
/**************/
body[data-aos-easing=linear] [data-aos], [data-aos][data-aos][data-aos-easing=linear] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
body[data-aos-easing=ease] [data-aos], [data-aos][data-aos][data-aos-easing=ease] {
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}
body[data-aos-easing=ease-in] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in] {
  transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
}
body[data-aos-easing=ease-out] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out] {
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}
body[data-aos-easing=ease-in-out] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out] {
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
body[data-aos-easing=ease-in-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-back] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
body[data-aos-easing=ease-out-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-back] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
body[data-aos-easing=ease-in-out-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-back] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
body[data-aos-easing=ease-in-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-sine] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
body[data-aos-easing=ease-out-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-sine] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
body[data-aos-easing=ease-in-out-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-sine] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
body[data-aos-easing=ease-in-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-quad] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-quad] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-quad] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
body[data-aos-easing=ease-in-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-cubic] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-cubic] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-cubic] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
body[data-aos-easing=ease-in-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-quart] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-quart] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-quart] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

body[data-aos-duration="50"] [data-aos], [data-aos][data-aos][data-aos-duration="100"] {
  transition-duration: 100ms;
}
body[data-aos-delay="50"] [data-aos], [data-aos][data-aos][data-aos-delay="100"] {
  transition-delay: 0;
}
body[data-aos-delay="50"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="100"].aos-animate {
  transition-delay: 100ms;
}
body[data-aos-duration="100"] [data-aos], [data-aos][data-aos][data-aos-duration="200"] {
  transition-duration: 200ms;
}
body[data-aos-delay="100"] [data-aos], [data-aos][data-aos][data-aos-delay="200"] {
  transition-delay: 0;
}
body[data-aos-delay="100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="200"].aos-animate {
  transition-delay: 200ms;
}
body[data-aos-duration="150"] [data-aos], [data-aos][data-aos][data-aos-duration="300"] {
  transition-duration: 300ms;
}
body[data-aos-delay="150"] [data-aos], [data-aos][data-aos][data-aos-delay="300"] {
  transition-delay: 0;
}
body[data-aos-delay="150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="300"].aos-animate {
  transition-delay: 300ms;
}
body[data-aos-duration="200"] [data-aos], [data-aos][data-aos][data-aos-duration="400"] {
  transition-duration: 400ms;
}
body[data-aos-delay="200"] [data-aos], [data-aos][data-aos][data-aos-delay="400"] {
  transition-delay: 0;
}
body[data-aos-delay="200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="400"].aos-animate {
  transition-delay: 400ms;
}
body[data-aos-duration="250"] [data-aos], [data-aos][data-aos][data-aos-duration="500"] {
  transition-duration: 500ms;
}
body[data-aos-delay="250"] [data-aos], [data-aos][data-aos][data-aos-delay="500"] {
  transition-delay: 0;
}
body[data-aos-delay="250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="500"].aos-animate {
  transition-delay: 500ms;
}
body[data-aos-duration="300"] [data-aos], [data-aos][data-aos][data-aos-duration="600"] {
  transition-duration: 600ms;
}
body[data-aos-delay="300"] [data-aos], [data-aos][data-aos][data-aos-delay="600"] {
  transition-delay: 0;
}
body[data-aos-delay="300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="600"].aos-animate {
  transition-delay: 600ms;
}
body[data-aos-duration="350"] [data-aos], [data-aos][data-aos][data-aos-duration="700"] {
  transition-duration: 700ms;
}
body[data-aos-delay="350"] [data-aos], [data-aos][data-aos][data-aos-delay="700"] {
  transition-delay: 0;
}
body[data-aos-delay="350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="700"].aos-animate {
  transition-delay: 700ms;
}
body[data-aos-duration="400"] [data-aos], [data-aos][data-aos][data-aos-duration="800"] {
  transition-duration: 800ms;
}
body[data-aos-delay="400"] [data-aos], [data-aos][data-aos][data-aos-delay="800"] {
  transition-delay: 0;
}
body[data-aos-delay="400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="800"].aos-animate {
  transition-delay: 800ms;
}
body[data-aos-duration="450"] [data-aos], [data-aos][data-aos][data-aos-duration="900"] {
  transition-duration: 900ms;
}
body[data-aos-delay="450"] [data-aos], [data-aos][data-aos][data-aos-delay="900"] {
  transition-delay: 0;
}
body[data-aos-delay="450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="900"].aos-animate {
  transition-delay: 900ms;
}
body[data-aos-duration="500"] [data-aos], [data-aos][data-aos][data-aos-duration="1000"] {
  transition-duration: 1000ms;
}
body[data-aos-delay="500"] [data-aos], [data-aos][data-aos][data-aos-delay="1000"] {
  transition-delay: 0;
}
body[data-aos-delay="500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1000"].aos-animate {
  transition-delay: 1000ms;
}
body[data-aos-duration="550"] [data-aos], [data-aos][data-aos][data-aos-duration="1100"] {
  transition-duration: 1100ms;
}
body[data-aos-delay="550"] [data-aos], [data-aos][data-aos][data-aos-delay="1100"] {
  transition-delay: 0;
}
body[data-aos-delay="550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1100"].aos-animate {
  transition-delay: 1100ms;
}
body[data-aos-duration="600"] [data-aos], [data-aos][data-aos][data-aos-duration="1200"] {
  transition-duration: 1200ms;
}
body[data-aos-delay="600"] [data-aos], [data-aos][data-aos][data-aos-delay="1200"] {
  transition-delay: 0;
}
body[data-aos-delay="600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1200"].aos-animate {
  transition-delay: 1200ms;
}
body[data-aos-duration="650"] [data-aos], [data-aos][data-aos][data-aos-duration="1300"] {
  transition-duration: 1300ms;
}
body[data-aos-delay="650"] [data-aos], [data-aos][data-aos][data-aos-delay="1300"] {
  transition-delay: 0;
}
body[data-aos-delay="650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1300"].aos-animate {
  transition-delay: 1300ms;
}
body[data-aos-duration="700"] [data-aos], [data-aos][data-aos][data-aos-duration="1400"] {
  transition-duration: 1400ms;
}
body[data-aos-delay="700"] [data-aos], [data-aos][data-aos][data-aos-delay="1400"] {
  transition-delay: 0;
}
body[data-aos-delay="700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1400"].aos-animate {
  transition-delay: 1400ms;
}
body[data-aos-duration="750"] [data-aos], [data-aos][data-aos][data-aos-duration="1500"] {
  transition-duration: 1500ms;
}
body[data-aos-delay="750"] [data-aos], [data-aos][data-aos][data-aos-delay="1500"] {
  transition-delay: 0;
}
body[data-aos-delay="750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1500"].aos-animate {
  transition-delay: 1500ms;
}
body[data-aos-duration="800"] [data-aos], [data-aos][data-aos][data-aos-duration="1600"] {
  transition-duration: 1600ms;
}
body[data-aos-delay="800"] [data-aos], [data-aos][data-aos][data-aos-delay="1600"] {
  transition-delay: 0;
}
body[data-aos-delay="800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1600"].aos-animate {
  transition-delay: 1600ms;
}
body[data-aos-duration="850"] [data-aos], [data-aos][data-aos][data-aos-duration="1700"] {
  transition-duration: 1700ms;
}
body[data-aos-delay="850"] [data-aos], [data-aos][data-aos][data-aos-delay="1700"] {
  transition-delay: 0;
}
body[data-aos-delay="850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1700"].aos-animate {
  transition-delay: 1700ms;
}
body[data-aos-duration="900"] [data-aos], [data-aos][data-aos][data-aos-duration="1800"] {
  transition-duration: 1800ms;
}
body[data-aos-delay="900"] [data-aos], [data-aos][data-aos][data-aos-delay="1800"] {
  transition-delay: 0;
}
body[data-aos-delay="900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1800"].aos-animate {
  transition-delay: 1800ms;
}
body[data-aos-duration="950"] [data-aos], [data-aos][data-aos][data-aos-duration="1900"] {
  transition-duration: 1900ms;
}
body[data-aos-delay="950"] [data-aos], [data-aos][data-aos][data-aos-delay="1900"] {
  transition-delay: 0;
}
body[data-aos-delay="950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1900"].aos-animate {
  transition-delay: 1900ms;
}
body[data-aos-duration="1000"] [data-aos], [data-aos][data-aos][data-aos-duration="2000"] {
  transition-duration: 2000ms;
}
body[data-aos-delay="1000"] [data-aos], [data-aos][data-aos][data-aos-delay="2000"] {
  transition-delay: 0;
}
body[data-aos-delay="1000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2000"].aos-animate {
  transition-delay: 2000ms;
}
body[data-aos-duration="1050"] [data-aos], [data-aos][data-aos][data-aos-duration="2100"] {
  transition-duration: 2100ms;
}
body[data-aos-delay="1050"] [data-aos], [data-aos][data-aos][data-aos-delay="2100"] {
  transition-delay: 0;
}
body[data-aos-delay="1050"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2100"].aos-animate {
  transition-delay: 2100ms;
}
body[data-aos-duration="1100"] [data-aos], [data-aos][data-aos][data-aos-duration="2200"] {
  transition-duration: 2200ms;
}
body[data-aos-delay="1100"] [data-aos], [data-aos][data-aos][data-aos-delay="2200"] {
  transition-delay: 0;
}
body[data-aos-delay="1100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2200"].aos-animate {
  transition-delay: 2200ms;
}
body[data-aos-duration="1150"] [data-aos], [data-aos][data-aos][data-aos-duration="2300"] {
  transition-duration: 2300ms;
}
body[data-aos-delay="1150"] [data-aos], [data-aos][data-aos][data-aos-delay="2300"] {
  transition-delay: 0;
}
body[data-aos-delay="1150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2300"].aos-animate {
  transition-delay: 2300ms;
}
body[data-aos-duration="1200"] [data-aos], [data-aos][data-aos][data-aos-duration="2400"] {
  transition-duration: 2400ms;
}
body[data-aos-delay="1200"] [data-aos], [data-aos][data-aos][data-aos-delay="2400"] {
  transition-delay: 0;
}
body[data-aos-delay="1200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2400"].aos-animate {
  transition-delay: 2400ms;
}
body[data-aos-duration="1250"] [data-aos], [data-aos][data-aos][data-aos-duration="2500"] {
  transition-duration: 2500ms;
}
body[data-aos-delay="1250"] [data-aos], [data-aos][data-aos][data-aos-delay="2500"] {
  transition-delay: 0;
}
body[data-aos-delay="1250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2500"].aos-animate {
  transition-delay: 2500ms;
}
body[data-aos-duration="1300"] [data-aos], [data-aos][data-aos][data-aos-duration="2600"] {
  transition-duration: 2600ms;
}
body[data-aos-delay="1300"] [data-aos], [data-aos][data-aos][data-aos-delay="2600"] {
  transition-delay: 0;
}
body[data-aos-delay="1300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2600"].aos-animate {
  transition-delay: 2600ms;
}
body[data-aos-duration="1350"] [data-aos], [data-aos][data-aos][data-aos-duration="2700"] {
  transition-duration: 2700ms;
}
body[data-aos-delay="1350"] [data-aos], [data-aos][data-aos][data-aos-delay="2700"] {
  transition-delay: 0;
}
body[data-aos-delay="1350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2700"].aos-animate {
  transition-delay: 2700ms;
}
body[data-aos-duration="1400"] [data-aos], [data-aos][data-aos][data-aos-duration="2800"] {
  transition-duration: 2800ms;
}
body[data-aos-delay="1400"] [data-aos], [data-aos][data-aos][data-aos-delay="2800"] {
  transition-delay: 0;
}
body[data-aos-delay="1400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2800"].aos-animate {
  transition-delay: 2800ms;
}
body[data-aos-duration="1450"] [data-aos], [data-aos][data-aos][data-aos-duration="2900"] {
  transition-duration: 2900ms;
}
body[data-aos-delay="1450"] [data-aos], [data-aos][data-aos][data-aos-delay="2900"] {
  transition-delay: 0;
}
body[data-aos-delay="1450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2900"].aos-animate {
  transition-delay: 2900ms;
}
body[data-aos-duration="1500"] [data-aos], [data-aos][data-aos][data-aos-duration="3000"] {
  transition-duration: 3000ms;
}
body[data-aos-delay="1500"] [data-aos], [data-aos][data-aos][data-aos-delay="3000"] {
  transition-delay: 0;
}
body[data-aos-delay="1500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="3000"].aos-animate {
  transition-delay: 3000ms;
}
body[data-aos-duration="1550"] [data-aos], [data-aos][data-aos][data-aos-duration="3100"] {
  transition-duration: 3100ms;
}
body[data-aos-delay="1550"] [data-aos], [data-aos][data-aos][data-aos-delay="3100"] {
  transition-delay: 0;
}
body[data-aos-delay="1550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="3100"].aos-animate {
  transition-delay: 3100ms;
}
body[data-aos-duration="1600"] [data-aos], [data-aos][data-aos][data-aos-duration="3200"] {
  transition-duration: 3200ms;
}
body[data-aos-delay="1600"] [data-aos], [data-aos][data-aos][data-aos-delay="3200"] {
  transition-delay: 0;
}
body[data-aos-delay="1600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="3200"].aos-animate {
  transition-delay: 3200ms;
}
body[data-aos-duration="1650"] [data-aos], [data-aos][data-aos][data-aos-duration="3300"] {
  transition-duration: 3300ms;
}
body[data-aos-delay="1650"] [data-aos], [data-aos][data-aos][data-aos-delay="3300"] {
  transition-delay: 0;
}
body[data-aos-delay="1650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="3300"].aos-animate {
  transition-delay: 3300ms;
}
body[data-aos-duration="1700"] [data-aos], [data-aos][data-aos][data-aos-duration="3400"] {
  transition-duration: 3400ms;
}
body[data-aos-delay="1700"] [data-aos], [data-aos][data-aos][data-aos-delay="3400"] {
  transition-delay: 0;
}
body[data-aos-delay="1700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="3400"].aos-animate {
  transition-delay: 3400ms;
}
body[data-aos-duration="1750"] [data-aos], [data-aos][data-aos][data-aos-duration="3500"] {
  transition-duration: 3500ms;
}
body[data-aos-delay="1750"] [data-aos], [data-aos][data-aos][data-aos-delay="3500"] {
  transition-delay: 0;
}
body[data-aos-delay="1750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="3500"].aos-animate {
  transition-delay: 3500ms;
}
body[data-aos-duration="1800"] [data-aos], [data-aos][data-aos][data-aos-duration="3600"] {
  transition-duration: 3600ms;
}
body[data-aos-delay="1800"] [data-aos], [data-aos][data-aos][data-aos-delay="3600"] {
  transition-delay: 0;
}
body[data-aos-delay="1800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="3600"].aos-animate {
  transition-delay: 3600ms;
}
body[data-aos-duration="1850"] [data-aos], [data-aos][data-aos][data-aos-duration="3700"] {
  transition-duration: 3700ms;
}
body[data-aos-delay="1850"] [data-aos], [data-aos][data-aos][data-aos-delay="3700"] {
  transition-delay: 0;
}
body[data-aos-delay="1850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="3700"].aos-animate {
  transition-delay: 3700ms;
}
body[data-aos-duration="1900"] [data-aos], [data-aos][data-aos][data-aos-duration="3800"] {
  transition-duration: 3800ms;
}
body[data-aos-delay="1900"] [data-aos], [data-aos][data-aos][data-aos-delay="3800"] {
  transition-delay: 0;
}
body[data-aos-delay="1900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="3800"].aos-animate {
  transition-delay: 3800ms;
}
body[data-aos-duration="1950"] [data-aos], [data-aos][data-aos][data-aos-duration="3900"] {
  transition-duration: 3900ms;
}
body[data-aos-delay="1950"] [data-aos], [data-aos][data-aos][data-aos-delay="3900"] {
  transition-delay: 0;
}
body[data-aos-delay="1950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="3900"].aos-animate {
  transition-delay: 3900ms;
}
body[data-aos-duration="2000"] [data-aos], [data-aos][data-aos][data-aos-duration="4000"] {
  transition-duration: 4000ms;
}
body[data-aos-delay="2000"] [data-aos], [data-aos][data-aos][data-aos-delay="4000"] {
  transition-delay: 0;
}
body[data-aos-delay="2000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="4000"].aos-animate {
  transition-delay: 4000ms;
}
body[data-aos-duration="2050"] [data-aos], [data-aos][data-aos][data-aos-duration="4100"] {
  transition-duration: 4100ms;
}
body[data-aos-delay="2050"] [data-aos], [data-aos][data-aos][data-aos-delay="4100"] {
  transition-delay: 0;
}
body[data-aos-delay="2050"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="4100"].aos-animate {
  transition-delay: 4100ms;
}
body[data-aos-duration="2100"] [data-aos], [data-aos][data-aos][data-aos-duration="4200"] {
  transition-duration: 4200ms;
}
body[data-aos-delay="2100"] [data-aos], [data-aos][data-aos][data-aos-delay="4200"] {
  transition-delay: 0;
}
body[data-aos-delay="2100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="4200"].aos-animate {
  transition-delay: 4200ms;
}
body[data-aos-duration="2150"] [data-aos], [data-aos][data-aos][data-aos-duration="4300"] {
  transition-duration: 4300ms;
}
body[data-aos-delay="2150"] [data-aos], [data-aos][data-aos][data-aos-delay="4300"] {
  transition-delay: 0;
}
body[data-aos-delay="2150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="4300"].aos-animate {
  transition-delay: 4300ms;
}
body[data-aos-duration="2200"] [data-aos], [data-aos][data-aos][data-aos-duration="4400"] {
  transition-duration: 4400ms;
}
body[data-aos-delay="2200"] [data-aos], [data-aos][data-aos][data-aos-delay="4400"] {
  transition-delay: 0;
}
body[data-aos-delay="2200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="4400"].aos-animate {
  transition-delay: 4400ms;
}
body[data-aos-duration="2250"] [data-aos], [data-aos][data-aos][data-aos-duration="4500"] {
  transition-duration: 4500ms;
}
body[data-aos-delay="2250"] [data-aos], [data-aos][data-aos][data-aos-delay="4500"] {
  transition-delay: 0;
}
body[data-aos-delay="2250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="4500"].aos-animate {
  transition-delay: 4500ms;
}
body[data-aos-duration="2300"] [data-aos], [data-aos][data-aos][data-aos-duration="4600"] {
  transition-duration: 4600ms;
}
body[data-aos-delay="2300"] [data-aos], [data-aos][data-aos][data-aos-delay="4600"] {
  transition-delay: 0;
}
body[data-aos-delay="2300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="4600"].aos-animate {
  transition-delay: 4600ms;
}
body[data-aos-duration="2350"] [data-aos], [data-aos][data-aos][data-aos-duration="4700"] {
  transition-duration: 4700ms;
}
body[data-aos-delay="2350"] [data-aos], [data-aos][data-aos][data-aos-delay="4700"] {
  transition-delay: 0;
}
body[data-aos-delay="2350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="4700"].aos-animate {
  transition-delay: 4700ms;
}
body[data-aos-duration="2400"] [data-aos], [data-aos][data-aos][data-aos-duration="4800"] {
  transition-duration: 4800ms;
}
body[data-aos-delay="2400"] [data-aos], [data-aos][data-aos][data-aos-delay="4800"] {
  transition-delay: 0;
}
body[data-aos-delay="2400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="4800"].aos-animate {
  transition-delay: 4800ms;
}
body[data-aos-duration="2450"] [data-aos], [data-aos][data-aos][data-aos-duration="4900"] {
  transition-duration: 4900ms;
}
body[data-aos-delay="2450"] [data-aos], [data-aos][data-aos][data-aos-delay="4900"] {
  transition-delay: 0;
}
body[data-aos-delay="2450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="4900"].aos-animate {
  transition-delay: 4900ms;
}
body[data-aos-duration="2500"] [data-aos], [data-aos][data-aos][data-aos-duration="5000"] {
  transition-duration: 5000ms;
}
body[data-aos-delay="2500"] [data-aos], [data-aos][data-aos][data-aos-delay="5000"] {
  transition-delay: 0;
}
body[data-aos-delay="2500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="5000"].aos-animate {
  transition-delay: 5000ms;
}
body[data-aos-duration="2550"] [data-aos], [data-aos][data-aos][data-aos-duration="5100"] {
  transition-duration: 5100ms;
}
body[data-aos-delay="2550"] [data-aos], [data-aos][data-aos][data-aos-delay="5100"] {
  transition-delay: 0;
}
body[data-aos-delay="2550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="5100"].aos-animate {
  transition-delay: 5100ms;
}
body[data-aos-duration="2600"] [data-aos], [data-aos][data-aos][data-aos-duration="5200"] {
  transition-duration: 5200ms;
}
body[data-aos-delay="2600"] [data-aos], [data-aos][data-aos][data-aos-delay="5200"] {
  transition-delay: 0;
}
body[data-aos-delay="2600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="5200"].aos-animate {
  transition-delay: 5200ms;
}
body[data-aos-duration="2650"] [data-aos], [data-aos][data-aos][data-aos-duration="5300"] {
  transition-duration: 5300ms;
}
body[data-aos-delay="2650"] [data-aos], [data-aos][data-aos][data-aos-delay="5300"] {
  transition-delay: 0;
}
body[data-aos-delay="2650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="5300"].aos-animate {
  transition-delay: 5300ms;
}
body[data-aos-duration="2700"] [data-aos], [data-aos][data-aos][data-aos-duration="5400"] {
  transition-duration: 5400ms;
}
body[data-aos-delay="2700"] [data-aos], [data-aos][data-aos][data-aos-delay="5400"] {
  transition-delay: 0;
}
body[data-aos-delay="2700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="5400"].aos-animate {
  transition-delay: 5400ms;
}
body[data-aos-duration="2750"] [data-aos], [data-aos][data-aos][data-aos-duration="5500"] {
  transition-duration: 5500ms;
}
body[data-aos-delay="2750"] [data-aos], [data-aos][data-aos][data-aos-delay="5500"] {
  transition-delay: 0;
}
body[data-aos-delay="2750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="5500"].aos-animate {
  transition-delay: 5500ms;
}
body[data-aos-duration="2800"] [data-aos], [data-aos][data-aos][data-aos-duration="5600"] {
  transition-duration: 5600ms;
}
body[data-aos-delay="2800"] [data-aos], [data-aos][data-aos][data-aos-delay="5600"] {
  transition-delay: 0;
}
body[data-aos-delay="2800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="5600"].aos-animate {
  transition-delay: 5600ms;
}
body[data-aos-duration="2850"] [data-aos], [data-aos][data-aos][data-aos-duration="5700"] {
  transition-duration: 5700ms;
}
body[data-aos-delay="2850"] [data-aos], [data-aos][data-aos][data-aos-delay="5700"] {
  transition-delay: 0;
}
body[data-aos-delay="2850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="5700"].aos-animate {
  transition-delay: 5700ms;
}
body[data-aos-duration="2900"] [data-aos], [data-aos][data-aos][data-aos-duration="5800"] {
  transition-duration: 5800ms;
}
body[data-aos-delay="2900"] [data-aos], [data-aos][data-aos][data-aos-delay="5800"] {
  transition-delay: 0;
}
body[data-aos-delay="2900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="5800"].aos-animate {
  transition-delay: 5800ms;
}
body[data-aos-duration="2950"] [data-aos], [data-aos][data-aos][data-aos-duration="5900"] {
  transition-duration: 5900ms;
}
body[data-aos-delay="2950"] [data-aos], [data-aos][data-aos][data-aos-delay="5900"] {
  transition-delay: 0;
}
body[data-aos-delay="2950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="5900"].aos-animate {
  transition-delay: 5900ms;
}
body[data-aos-duration="3000"] [data-aos], [data-aos][data-aos][data-aos-duration="6000"] {
  transition-duration: 6000ms;
}
body[data-aos-delay="3000"] [data-aos], [data-aos][data-aos][data-aos-delay="6000"] {
  transition-delay: 0;
}
body[data-aos-delay="3000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="6000"].aos-animate {
  transition-delay: 6000ms;
}

/**
 * Fade animations:
 * fade
 * fade-up, fade-down, fade-left, fade-right
 * fade-up-right, fade-up-left, fade-down-right, fade-down-left
 */
[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity, transform;
}
[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

[data-aos=fade-up] {
  transform: translate3d(0, 40px, 0);
}

[data-aos=fade-down] {
  transform: translate3d(0, -40px, 0);
}

[data-aos=fade-right] {
  transform: translate3d(-40px, 0, 0);
}

[data-aos=fade-left] {
  transform: translate3d(40px, 0, 0);
}

[data-aos=fade-up-right] {
  transform: translate3d(-40px, 40px, 0);
}

[data-aos=fade-up-left] {
  transform: translate3d(40px, 40px, 0);
}

[data-aos=fade-down-right] {
  transform: translate3d(-40px, -40px, 0);
}

[data-aos=fade-down-left] {
  transform: translate3d(40px, -40px, 0);
}

/**
 * Zoom animations:
 * zoom-in, zoom-in-up, zoom-in-down, zoom-in-left, zoom-in-right
 * zoom-out, zoom-out-up, zoom-out-down, zoom-out-left, zoom-out-right
 */
[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity, transform;
}
[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

[data-aos=zoom-in] {
  transform: scale(0.9);
}

[data-aos=zoom-in-up] {
  transform: translate3d(0, 40px, 0) scale(0.9);
}

[data-aos=zoom-in-down] {
  transform: translate3d(0, -40px, 0) scale(0.9);
}

[data-aos=zoom-in-right] {
  transform: translate3d(-40px, 0, 0) scale(0.9);
}

[data-aos=zoom-in-left] {
  transform: translate3d(40px, 0, 0) scale(0.9);
}

[data-aos=zoom-out] {
  transform: scale(1.1);
}

[data-aos=zoom-out-up] {
  transform: translate3d(0, 40px, 0) scale(1.1);
}

[data-aos=zoom-out-down] {
  transform: translate3d(0, -40px, 0) scale(1.1);
}

[data-aos=zoom-out-right] {
  transform: translate3d(-40px, 0, 0) scale(1.21);
}

[data-aos=zoom-out-left] {
  transform: translate3d(40px, 0, 0) scale(1.1);
}

/**
 * Slide animations
 */
[data-aos^=slide][data-aos^=slide] {
  transition-property: transform;
}
[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translate3d(0, 0, 0);
}

[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0);
}

[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0);
}

[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0);
}

[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0);
}

/**
 * Flip animations:
 * flip-left, flip-right, flip-up, flip-down
 */
[data-aos^=flip][data-aos^=flip] {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition-property: transform;
}

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg);
}
[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg);
}
[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg);
}
[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg);
}
[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

/***********/
/**PREFFIX*/
/***********/
/***********/
/**MAX-WIDTH*/
/***********/
/***********/
/**FONTS/
/***********/
/***********/
/**COLORS*/
/***********/
/**************/
/**BREKPOINTS**/
/**************/
/**************/
/**CONTAINER HEIGHTS**/
/**************/
/**************/
/**CONTAINER WIDTHS**/
/**************/
/**************/
/**GAPS**/
/**************/
/***********/
/**FONT-SIZES*/
/***********/
/**************/
/**ANIMATION**/
/**************/
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

p {
  margin: 0;
  padding: 0;
}

/***********/
/**PREFFIX*/
/***********/
/***********/
/**MAX-WIDTH*/
/***********/
/***********/
/**FONTS/
/***********/
/***********/
/**COLORS*/
/***********/
/**************/
/**BREKPOINTS**/
/**************/
/**************/
/**CONTAINER HEIGHTS**/
/**************/
/**************/
/**CONTAINER WIDTHS**/
/**************/
/**************/
/**GAPS**/
/**************/
/***********/
/**FONT-SIZES*/
/***********/
/**************/
/**ANIMATION**/
/**************/
html, body {
  box-sizing: border-box;
}

body {
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

/** ROWS & COLS **/
.element {
  width: 100%;
  overflow: visible;
}

.base {
  box-sizing: border-box;
}

.row,
.section {
  display: flex;
  width: 100%;
  margin: 25px 0;
  gap: 25px;
  overflow: visible;
  /**flex-wrap: wrap;**/
  /* display: -ms-flexbox;
   display: flex;
   flex-wrap: wrap;
   -ms-flex-wrap: wrap;*/
}

.section,
.row-outer {
  max-width: 2150px;
}

.row-outer:not(.spaces-none):not(.spaces-none-lr),
.section:not(.spaces-none):not(.spaces-none-lr) {
  padding: 0 200px 0 200px;
}

.section {
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.row {
  flex-direction: row;
  overflow: -webkit-paged-x;
}

.container {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  text-align: center;
}

html .col {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0 0;
  margin: 0 0;
  width: 100%;
  max-width: 100%;
  min-height: 1px;
  overflow: visible;
  /**gap: 25px;**/
  flex-basis: 0;
  flex-grow: 1;
  /*  -ms-flex-positive: 1;
    -ms-flex-preferred-size: 0*/
}

html .col-auto,
html .col-0 {
  width: auto;
  max-width: none;
}

/** SPACES **/
.spaces-none-lr,
.spaces-none-lr > .col {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

.spaces-none-tb,
.spaces-none-tb > .col {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.spaces-none,
.spaces-none > .col {
  padding: 0;
  margin: 0;
}

/** VISIBILITY **/
.visible-hide {
  display: none;
}

.visible-show {
  display: block;
}

.offset-left-none,
.offset-left--0 {
  margin-left: 0;
}

.offset-right-none,
.offset-right-0 {
  margin-right: 0;
}

/** OFFSET & WIDTH **/
html .col-0 {
  max-width: 0%;
  /*flex: 0 0 0%;
  width: 0%;
  max-width: 0%;*/
}

html .offset-left-0 {
  margin-left: 0%;
}

html .offset-right-0 {
  margin-right: 0%;
}

html .col-1 {
  max-width: 8.3333333333%;
  /*flex: 0 0 8.3333333333%;
  width: 8.3333333333%;
  max-width: 8.3333333333%;*/
}

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

html .offset-right-1 {
  margin-right: 8.3333333333%;
}

html .col-2 {
  max-width: 16.6666666667%;
  /*flex: 0 0 16.6666666667%;
  width: 16.6666666667%;
  max-width: 16.6666666667%;*/
}

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

html .offset-right-2 {
  margin-right: 16.6666666667%;
}

html .col-3 {
  max-width: 25%;
  /*flex: 0 0 25%;
  width: 25%;
  max-width: 25%;*/
}

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

html .offset-right-3 {
  margin-right: 25%;
}

html .col-4 {
  max-width: 33.3333333333%;
  /*flex: 0 0 33.3333333333%;
  width: 33.3333333333%;
  max-width: 33.3333333333%;*/
}

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

html .offset-right-4 {
  margin-right: 33.3333333333%;
}

html .col-5 {
  max-width: 41.6666666667%;
  /*flex: 0 0 41.6666666667%;
  width: 41.6666666667%;
  max-width: 41.6666666667%;*/
}

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

html .offset-right-5 {
  margin-right: 41.6666666667%;
}

html .col-6 {
  max-width: 50%;
  /*flex: 0 0 50%;
  width: 50%;
  max-width: 50%;*/
}

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

html .offset-right-6 {
  margin-right: 50%;
}

html .col-7 {
  max-width: 58.3333333333%;
  /*flex: 0 0 58.3333333333%;
  width: 58.3333333333%;
  max-width: 58.3333333333%;*/
}

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

html .offset-right-7 {
  margin-right: 58.3333333333%;
}

html .col-8 {
  max-width: 66.6666666667%;
  /*flex: 0 0 66.6666666667%;
  width: 66.6666666667%;
  max-width: 66.6666666667%;*/
}

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

html .offset-right-8 {
  margin-right: 66.6666666667%;
}

html .col-9 {
  max-width: 75%;
  /*flex: 0 0 75%;
  width: 75%;
  max-width: 75%;*/
}

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

html .offset-right-9 {
  margin-right: 75%;
}

html .col-10 {
  max-width: 83.3333333333%;
  /*flex: 0 0 83.3333333333%;
  width: 83.3333333333%;
  max-width: 83.3333333333%;*/
}

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

html .offset-right-10 {
  margin-right: 83.3333333333%;
}

html .col-11 {
  max-width: 91.6666666667%;
  /*flex: 0 0 91.6666666667%;
  width: 91.6666666667%;
  max-width: 91.6666666667%;*/
}

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

html .offset-right-11 {
  margin-right: 91.6666666667%;
}

html .col-12 {
  max-width: 100%;
  /*flex: 0 0 100%;
  width: 100%;
  max-width: 100%;*/
}

html .offset-left-12 {
  margin-left: 100%;
}

html .offset-right-12 {
  margin-right: 100%;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.order-13 {
  order: 13;
}

.order-14 {
  order: 14;
}

.order-15 {
  order: 15;
}

.order-16 {
  order: 16;
}

.order-17 {
  order: 17;
}

.order-18 {
  order: 18;
}

.order-19 {
  order: 19;
}

.order-20 {
  order: 20;
}

.order-21 {
  order: 21;
}

.order-22 {
  order: 22;
}

.order-23 {
  order: 23;
}

.order-24 {
  order: 24;
}

.order-25 {
  order: 25;
}

.order-26 {
  order: 26;
}

.order-27 {
  order: 27;
}

.order-28 {
  order: 28;
}

.order-29 {
  order: 29;
}

.order-30 {
  order: 30;
}

/** GAP **/
.gap-5 {
  gap: 5px !important;
}

.gap-15 {
  gap: 15px !important;
}

.gap-30 {
  gap: 30px !important;
}

.gap-45 {
  gap: 45px !important;
}

.gap-60 {
  gap: 60px !important;
}

.gap-80 {
  gap: 80px !important;
}

.gap-none {
  gap: 0;
}

*[class*=grid-template-columns] {
  display: grid !important;
}

/** GRID **/
.grid-template-columns-1 {
  grid-template-columns: repeat(1, 1fr) !important;
}

.grid-template-columns-2 {
  grid-template-columns: repeat(2, 1fr) !important;
}

.grid-template-columns-3 {
  grid-template-columns: repeat(3, 1fr) !important;
}

.grid-template-columns-4 {
  grid-template-columns: repeat(4, 1fr) !important;
}

.grid-template-columns-5 {
  grid-template-columns: repeat(5, 1fr) !important;
}

.grid-template-columns-6 {
  grid-template-columns: repeat(6, 1fr) !important;
}

.grid-template-columns-7 {
  grid-template-columns: repeat(7, 1fr) !important;
}

.grid-template-columns-8 {
  grid-template-columns: repeat(8, 1fr) !important;
}

.grid-template-columns-9 {
  grid-template-columns: repeat(9, 1fr) !important;
}

.grid-template-columns-10 {
  grid-template-columns: repeat(10, 1fr) !important;
}

.grid-template-columns-11 {
  grid-template-columns: repeat(11, 1fr) !important;
}

.grid-template-columns-12 {
  grid-template-columns: repeat(12, 1fr) !important;
}

/** FLEX DIRECTION **/
*[class*=flex-direction] {
  display: flex !important;
}

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

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

/** ALIGN **/
.justify-content-flex-start {
  justify-content: flex-start !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/** MEDIA QUERY **/
:root {
  --wp-breakpoint-xl: 2150;
}

@media (max-width: 2150px) {
  /** VISIBILITY **/
  html .visible-hide-xl {
    display: none !important;
  }

  html .visible-show-xl {
    display: block !important;
  }

  .row:not(.spaces-none):not(.row-inner):not(.spaces-none-lr),
.section:not(.spaces-none):not(.row-inner):not(.spaces-none-lr) {
    padding: 0 10% 0 10%;
  }

  html .row.col-mobile-xl {
    flex-wrap: wrap;
  }

  html .col.col-mobile-xl {
    max-width: 100%;
    width: 100%;
    flex: 0 0 100%;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
  }

  /** GAP **/
  html .gap-5-xl {
    gap: 5px !important;
  }

  html .gap-none-xl {
    gap: 0 !important;
  }

  html .gap-15-xl {
    gap: 15px !important;
  }

  html .gap-none-xl {
    gap: 0 !important;
  }

  html .gap-30-xl {
    gap: 30px !important;
  }

  html .gap-none-xl {
    gap: 0 !important;
  }

  html .gap-45-xl {
    gap: 45px !important;
  }

  html .gap-none-xl {
    gap: 0 !important;
  }

  html .gap-60-xl {
    gap: 60px !important;
  }

  html .gap-none-xl {
    gap: 0 !important;
  }

  html .gap-80-xl {
    gap: 80px !important;
  }

  html .gap-none-xl {
    gap: 0 !important;
  }

  /** GRID **/
  html .grid-template-columns-1-xl {
    grid-template-columns: repeat(1, 1fr) !important;
  }

  html .grid-template-columns-2-xl {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  html .grid-template-columns-3-xl {
    grid-template-columns: repeat(3, 1fr) !important;
  }

  html .grid-template-columns-4-xl {
    grid-template-columns: repeat(4, 1fr) !important;
  }

  html .grid-template-columns-5-xl {
    grid-template-columns: repeat(5, 1fr) !important;
  }

  html .grid-template-columns-6-xl {
    grid-template-columns: repeat(6, 1fr) !important;
  }

  html .grid-template-columns-7-xl {
    grid-template-columns: repeat(7, 1fr) !important;
  }

  html .grid-template-columns-8-xl {
    grid-template-columns: repeat(8, 1fr) !important;
  }

  html .grid-template-columns-9-xl {
    grid-template-columns: repeat(9, 1fr) !important;
  }

  html .grid-template-columns-10-xl {
    grid-template-columns: repeat(10, 1fr) !important;
  }

  html .grid-template-columns-11-xl {
    grid-template-columns: repeat(11, 1fr) !important;
  }

  html .grid-template-columns-12-xl {
    grid-template-columns: repeat(12, 1fr) !important;
  }

  /** OFFSET & WIDTH **/
  /** ROWS & COLS **/
  html .element.col-root-xl,
html .section.col-root-xl,
html .row.col-root-xl,
html .col-root-xl {
    flex-direction: column;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  html .offset-left-none-xl,
html .offset-left-0-xl {
    margin-left: 0 !important;
  }

  html .offset-right-none-xl,
html .offset-right-0-xl {
    margin-right: 0 !important;
  }

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

  html .col-auto-xl,
html .col-0-xl {
    width: auto !important;
    max-width: none !important;
    /*flex: 0 0 auto;*/
  }

  html .col-0-xl {
    max-width: 0% !important;
    /*  flex: 0 0 0%;
      width: 0%;*/
  }

  html .offset-left-0-xl {
    margin-left: 0% !important;
  }

  html .offset-right-0-xl {
    margin-right: 0% !important;
  }

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

  html .col-auto-xl,
html .col-0-xl {
    width: auto !important;
    max-width: none !important;
    /*flex: 0 0 auto;*/
  }

  html .col-1-xl {
    max-width: 8.3333333333% !important;
    /*  flex: 0 0 8.3333333333%;
      width: 8.3333333333%;*/
  }

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

  html .offset-right-1-xl {
    margin-right: 8.3333333333% !important;
  }

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

  html .col-auto-xl,
html .col-0-xl {
    width: auto !important;
    max-width: none !important;
    /*flex: 0 0 auto;*/
  }

  html .col-2-xl {
    max-width: 16.6666666667% !important;
    /*  flex: 0 0 16.6666666667%;
      width: 16.6666666667%;*/
  }

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

  html .offset-right-2-xl {
    margin-right: 16.6666666667% !important;
  }

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

  html .col-auto-xl,
html .col-0-xl {
    width: auto !important;
    max-width: none !important;
    /*flex: 0 0 auto;*/
  }

  html .col-3-xl {
    max-width: 25% !important;
    /*  flex: 0 0 25%;
      width: 25%;*/
  }

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

  html .offset-right-3-xl {
    margin-right: 25% !important;
  }

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

  html .col-auto-xl,
html .col-0-xl {
    width: auto !important;
    max-width: none !important;
    /*flex: 0 0 auto;*/
  }

  html .col-4-xl {
    max-width: 33.3333333333% !important;
    /*  flex: 0 0 33.3333333333%;
      width: 33.3333333333%;*/
  }

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

  html .offset-right-4-xl {
    margin-right: 33.3333333333% !important;
  }

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

  html .col-auto-xl,
html .col-0-xl {
    width: auto !important;
    max-width: none !important;
    /*flex: 0 0 auto;*/
  }

  html .col-5-xl {
    max-width: 41.6666666667% !important;
    /*  flex: 0 0 41.6666666667%;
      width: 41.6666666667%;*/
  }

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

  html .offset-right-5-xl {
    margin-right: 41.6666666667% !important;
  }

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

  html .col-auto-xl,
html .col-0-xl {
    width: auto !important;
    max-width: none !important;
    /*flex: 0 0 auto;*/
  }

  html .col-6-xl {
    max-width: 50% !important;
    /*  flex: 0 0 50%;
      width: 50%;*/
  }

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

  html .offset-right-6-xl {
    margin-right: 50% !important;
  }

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

  html .col-auto-xl,
html .col-0-xl {
    width: auto !important;
    max-width: none !important;
    /*flex: 0 0 auto;*/
  }

  html .col-7-xl {
    max-width: 58.3333333333% !important;
    /*  flex: 0 0 58.3333333333%;
      width: 58.3333333333%;*/
  }

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

  html .offset-right-7-xl {
    margin-right: 58.3333333333% !important;
  }

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

  html .col-auto-xl,
html .col-0-xl {
    width: auto !important;
    max-width: none !important;
    /*flex: 0 0 auto;*/
  }

  html .col-8-xl {
    max-width: 66.6666666667% !important;
    /*  flex: 0 0 66.6666666667%;
      width: 66.6666666667%;*/
  }

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

  html .offset-right-8-xl {
    margin-right: 66.6666666667% !important;
  }

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

  html .col-auto-xl,
html .col-0-xl {
    width: auto !important;
    max-width: none !important;
    /*flex: 0 0 auto;*/
  }

  html .col-9-xl {
    max-width: 75% !important;
    /*  flex: 0 0 75%;
      width: 75%;*/
  }

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

  html .offset-right-9-xl {
    margin-right: 75% !important;
  }

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

  html .col-auto-xl,
html .col-0-xl {
    width: auto !important;
    max-width: none !important;
    /*flex: 0 0 auto;*/
  }

  html .col-10-xl {
    max-width: 83.3333333333% !important;
    /*  flex: 0 0 83.3333333333%;
      width: 83.3333333333%;*/
  }

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

  html .offset-right-10-xl {
    margin-right: 83.3333333333% !important;
  }

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

  html .col-auto-xl,
html .col-0-xl {
    width: auto !important;
    max-width: none !important;
    /*flex: 0 0 auto;*/
  }

  html .col-11-xl {
    max-width: 91.6666666667% !important;
    /*  flex: 0 0 91.6666666667%;
      width: 91.6666666667%;*/
  }

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

  html .offset-right-11-xl {
    margin-right: 91.6666666667% !important;
  }

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

  html .col-auto-xl,
html .col-0-xl {
    width: auto !important;
    max-width: none !important;
    /*flex: 0 0 auto;*/
  }

  html .col-12-xl {
    max-width: 100% !important;
    /*  flex: 0 0 100%;
      width: 100%;*/
  }

  html .offset-left-12-xl {
    margin-left: 100% !important;
  }

  html .offset-right-12-xl {
    margin-right: 100% !important;
  }

  .order-0-xl {
    order: 0 !important;
  }

  .order-1-xl {
    order: 1 !important;
  }

  .order-2-xl {
    order: 2 !important;
  }

  .order-3-xl {
    order: 3 !important;
  }

  .order-4-xl {
    order: 4 !important;
  }

  .order-5-xl {
    order: 5 !important;
  }

  .order-6-xl {
    order: 6 !important;
  }

  .order-7-xl {
    order: 7 !important;
  }

  .order-8-xl {
    order: 8 !important;
  }

  .order-9-xl {
    order: 9 !important;
  }

  .order-10-xl {
    order: 10 !important;
  }

  .order-11-xl {
    order: 11 !important;
  }

  .order-12-xl {
    order: 12 !important;
  }

  .order-13-xl {
    order: 13 !important;
  }

  .order-14-xl {
    order: 14 !important;
  }

  .order-15-xl {
    order: 15 !important;
  }

  .order-16-xl {
    order: 16 !important;
  }

  .order-17-xl {
    order: 17 !important;
  }

  .order-18-xl {
    order: 18 !important;
  }

  .order-19-xl {
    order: 19 !important;
  }

  .order-20-xl {
    order: 20 !important;
  }

  .order-21-xl {
    order: 21 !important;
  }

  .order-22-xl {
    order: 22 !important;
  }

  .order-23-xl {
    order: 23 !important;
  }

  .order-24-xl {
    order: 24 !important;
  }

  .order-25-xl {
    order: 25 !important;
  }

  .order-26-xl {
    order: 26 !important;
  }

  .order-27-xl {
    order: 27 !important;
  }

  .order-28-xl {
    order: 28 !important;
  }

  .order-29-xl {
    order: 29 !important;
  }

  .order-30-xl {
    order: 30 !important;
  }

  /** ALIGN **/
  html .justify-content-flex-start-xl {
    justify-content: flex-start !important;
  }

  html .justify-content-flex-end-xl {
    justify-content: flex-end !important;
  }

  html .justify-content-center-xl {
    justify-content: center !important;
  }

  html .justify-content-space-between-xl {
    justify-content: space-between !important;
  }

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

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

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

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

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

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

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

  html .align-content-flex-end-xl {
    align-content: flex-end !important;
  }

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

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

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

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

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

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

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

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

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

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

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

  html .flex-direction-column-xl {
    flex-direction: column !important;
  }
}
:root {
  --wp-breakpoint-lg: 1650;
}

@media (max-width: 1650px) {
  /** VISIBILITY **/
  html .visible-hide-lg {
    display: none !important;
  }

  html .visible-show-lg {
    display: block !important;
  }

  .row:not(.spaces-none):not(.row-inner):not(.spaces-none-lr),
.section:not(.spaces-none):not(.row-inner):not(.spaces-none-lr) {
    padding: 0 160px 0 160px;
  }

  html .row.col-mobile-lg {
    flex-wrap: wrap;
  }

  html .col.col-mobile-lg {
    max-width: 100%;
    width: 100%;
    flex: 0 0 100%;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
  }

  /** GAP **/
  html .gap-5-lg {
    gap: 5px !important;
  }

  html .gap-none-lg {
    gap: 0 !important;
  }

  html .gap-15-lg {
    gap: 15px !important;
  }

  html .gap-none-lg {
    gap: 0 !important;
  }

  html .gap-30-lg {
    gap: 30px !important;
  }

  html .gap-none-lg {
    gap: 0 !important;
  }

  html .gap-45-lg {
    gap: 45px !important;
  }

  html .gap-none-lg {
    gap: 0 !important;
  }

  html .gap-60-lg {
    gap: 60px !important;
  }

  html .gap-none-lg {
    gap: 0 !important;
  }

  html .gap-80-lg {
    gap: 80px !important;
  }

  html .gap-none-lg {
    gap: 0 !important;
  }

  /** GRID **/
  html .grid-template-columns-1-lg {
    grid-template-columns: repeat(1, 1fr) !important;
  }

  html .grid-template-columns-2-lg {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  html .grid-template-columns-3-lg {
    grid-template-columns: repeat(3, 1fr) !important;
  }

  html .grid-template-columns-4-lg {
    grid-template-columns: repeat(4, 1fr) !important;
  }

  html .grid-template-columns-5-lg {
    grid-template-columns: repeat(5, 1fr) !important;
  }

  html .grid-template-columns-6-lg {
    grid-template-columns: repeat(6, 1fr) !important;
  }

  html .grid-template-columns-7-lg {
    grid-template-columns: repeat(7, 1fr) !important;
  }

  html .grid-template-columns-8-lg {
    grid-template-columns: repeat(8, 1fr) !important;
  }

  html .grid-template-columns-9-lg {
    grid-template-columns: repeat(9, 1fr) !important;
  }

  html .grid-template-columns-10-lg {
    grid-template-columns: repeat(10, 1fr) !important;
  }

  html .grid-template-columns-11-lg {
    grid-template-columns: repeat(11, 1fr) !important;
  }

  html .grid-template-columns-12-lg {
    grid-template-columns: repeat(12, 1fr) !important;
  }

  /** OFFSET & WIDTH **/
  /** ROWS & COLS **/
  html .element.col-root-lg,
html .section.col-root-lg,
html .row.col-root-lg,
html .col-root-lg {
    flex-direction: column;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  html .offset-left-none-lg,
html .offset-left-0-lg {
    margin-left: 0 !important;
  }

  html .offset-right-none-lg,
html .offset-right-0-lg {
    margin-right: 0 !important;
  }

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

  html .col-auto-lg,
html .col-0-lg {
    width: auto !important;
    max-width: none !important;
    /*flex: 0 0 auto;*/
  }

  html .col-0-lg {
    max-width: 0% !important;
    /*  flex: 0 0 0%;
      width: 0%;*/
  }

  html .offset-left-0-lg {
    margin-left: 0% !important;
  }

  html .offset-right-0-lg {
    margin-right: 0% !important;
  }

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

  html .col-auto-lg,
html .col-0-lg {
    width: auto !important;
    max-width: none !important;
    /*flex: 0 0 auto;*/
  }

  html .col-1-lg {
    max-width: 8.3333333333% !important;
    /*  flex: 0 0 8.3333333333%;
      width: 8.3333333333%;*/
  }

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

  html .offset-right-1-lg {
    margin-right: 8.3333333333% !important;
  }

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

  html .col-auto-lg,
html .col-0-lg {
    width: auto !important;
    max-width: none !important;
    /*flex: 0 0 auto;*/
  }

  html .col-2-lg {
    max-width: 16.6666666667% !important;
    /*  flex: 0 0 16.6666666667%;
      width: 16.6666666667%;*/
  }

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

  html .offset-right-2-lg {
    margin-right: 16.6666666667% !important;
  }

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

  html .col-auto-lg,
html .col-0-lg {
    width: auto !important;
    max-width: none !important;
    /*flex: 0 0 auto;*/
  }

  html .col-3-lg {
    max-width: 25% !important;
    /*  flex: 0 0 25%;
      width: 25%;*/
  }

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

  html .offset-right-3-lg {
    margin-right: 25% !important;
  }

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

  html .col-auto-lg,
html .col-0-lg {
    width: auto !important;
    max-width: none !important;
    /*flex: 0 0 auto;*/
  }

  html .col-4-lg {
    max-width: 33.3333333333% !important;
    /*  flex: 0 0 33.3333333333%;
      width: 33.3333333333%;*/
  }

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

  html .offset-right-4-lg {
    margin-right: 33.3333333333% !important;
  }

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

  html .col-auto-lg,
html .col-0-lg {
    width: auto !important;
    max-width: none !important;
    /*flex: 0 0 auto;*/
  }

  html .col-5-lg {
    max-width: 41.6666666667% !important;
    /*  flex: 0 0 41.6666666667%;
      width: 41.6666666667%;*/
  }

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

  html .offset-right-5-lg {
    margin-right: 41.6666666667% !important;
  }

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

  html .col-auto-lg,
html .col-0-lg {
    width: auto !important;
    max-width: none !important;
    /*flex: 0 0 auto;*/
  }

  html .col-6-lg {
    max-width: 50% !important;
    /*  flex: 0 0 50%;
      width: 50%;*/
  }

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

  html .offset-right-6-lg {
    margin-right: 50% !important;
  }

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

  html .col-auto-lg,
html .col-0-lg {
    width: auto !important;
    max-width: none !important;
    /*flex: 0 0 auto;*/
  }

  html .col-7-lg {
    max-width: 58.3333333333% !important;
    /*  flex: 0 0 58.3333333333%;
      width: 58.3333333333%;*/
  }

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

  html .offset-right-7-lg {
    margin-right: 58.3333333333% !important;
  }

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

  html .col-auto-lg,
html .col-0-lg {
    width: auto !important;
    max-width: none !important;
    /*flex: 0 0 auto;*/
  }

  html .col-8-lg {
    max-width: 66.6666666667% !important;
    /*  flex: 0 0 66.6666666667%;
      width: 66.6666666667%;*/
  }

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

  html .offset-right-8-lg {
    margin-right: 66.6666666667% !important;
  }

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

  html .col-auto-lg,
html .col-0-lg {
    width: auto !important;
    max-width: none !important;
    /*flex: 0 0 auto;*/
  }

  html .col-9-lg {
    max-width: 75% !important;
    /*  flex: 0 0 75%;
      width: 75%;*/
  }

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

  html .offset-right-9-lg {
    margin-right: 75% !important;
  }

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

  html .col-auto-lg,
html .col-0-lg {
    width: auto !important;
    max-width: none !important;
    /*flex: 0 0 auto;*/
  }

  html .col-10-lg {
    max-width: 83.3333333333% !important;
    /*  flex: 0 0 83.3333333333%;
      width: 83.3333333333%;*/
  }

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

  html .offset-right-10-lg {
    margin-right: 83.3333333333% !important;
  }

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

  html .col-auto-lg,
html .col-0-lg {
    width: auto !important;
    max-width: none !important;
    /*flex: 0 0 auto;*/
  }

  html .col-11-lg {
    max-width: 91.6666666667% !important;
    /*  flex: 0 0 91.6666666667%;
      width: 91.6666666667%;*/
  }

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

  html .offset-right-11-lg {
    margin-right: 91.6666666667% !important;
  }

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

  html .col-auto-lg,
html .col-0-lg {
    width: auto !important;
    max-width: none !important;
    /*flex: 0 0 auto;*/
  }

  html .col-12-lg {
    max-width: 100% !important;
    /*  flex: 0 0 100%;
      width: 100%;*/
  }

  html .offset-left-12-lg {
    margin-left: 100% !important;
  }

  html .offset-right-12-lg {
    margin-right: 100% !important;
  }

  .order-0-lg {
    order: 0 !important;
  }

  .order-1-lg {
    order: 1 !important;
  }

  .order-2-lg {
    order: 2 !important;
  }

  .order-3-lg {
    order: 3 !important;
  }

  .order-4-lg {
    order: 4 !important;
  }

  .order-5-lg {
    order: 5 !important;
  }

  .order-6-lg {
    order: 6 !important;
  }

  .order-7-lg {
    order: 7 !important;
  }

  .order-8-lg {
    order: 8 !important;
  }

  .order-9-lg {
    order: 9 !important;
  }

  .order-10-lg {
    order: 10 !important;
  }

  .order-11-lg {
    order: 11 !important;
  }

  .order-12-lg {
    order: 12 !important;
  }

  .order-13-lg {
    order: 13 !important;
  }

  .order-14-lg {
    order: 14 !important;
  }

  .order-15-lg {
    order: 15 !important;
  }

  .order-16-lg {
    order: 16 !important;
  }

  .order-17-lg {
    order: 17 !important;
  }

  .order-18-lg {
    order: 18 !important;
  }

  .order-19-lg {
    order: 19 !important;
  }

  .order-20-lg {
    order: 20 !important;
  }

  .order-21-lg {
    order: 21 !important;
  }

  .order-22-lg {
    order: 22 !important;
  }

  .order-23-lg {
    order: 23 !important;
  }

  .order-24-lg {
    order: 24 !important;
  }

  .order-25-lg {
    order: 25 !important;
  }

  .order-26-lg {
    order: 26 !important;
  }

  .order-27-lg {
    order: 27 !important;
  }

  .order-28-lg {
    order: 28 !important;
  }

  .order-29-lg {
    order: 29 !important;
  }

  .order-30-lg {
    order: 30 !important;
  }

  /** ALIGN **/
  html .justify-content-flex-start-lg {
    justify-content: flex-start !important;
  }

  html .justify-content-flex-end-lg {
    justify-content: flex-end !important;
  }

  html .justify-content-center-lg {
    justify-content: center !important;
  }

  html .justify-content-space-between-lg {
    justify-content: space-between !important;
  }

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

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

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

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

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

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

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

  html .align-content-flex-end-lg {
    align-content: flex-end !important;
  }

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

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

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

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

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

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

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

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

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

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

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

  html .flex-direction-column-lg {
    flex-direction: column !important;
  }
}
:root {
  --wp-breakpoint-lm: 1200;
}

@media (max-width: 1200px) {
  /** VISIBILITY **/
  html .visible-hide-lm {
    display: none !important;
  }

  html .visible-show-lm {
    display: block !important;
  }

  .row:not(.spaces-none):not(.row-inner):not(.spaces-none-lr),
.section:not(.spaces-none):not(.row-inner):not(.spaces-none-lr) {
    padding: 0 80px 0 80px;
  }

  html .row.col-mobile-lm {
    flex-wrap: wrap;
  }

  html .col.col-mobile-lm {
    max-width: 100%;
    width: 100%;
    flex: 0 0 100%;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
  }

  /** GAP **/
  html .gap-5-lm {
    gap: 5px !important;
  }

  html .gap-none-lm {
    gap: 0 !important;
  }

  html .gap-15-lm {
    gap: 15px !important;
  }

  html .gap-none-lm {
    gap: 0 !important;
  }

  html .gap-30-lm {
    gap: 30px !important;
  }

  html .gap-none-lm {
    gap: 0 !important;
  }

  html .gap-45-lm {
    gap: 45px !important;
  }

  html .gap-none-lm {
    gap: 0 !important;
  }

  html .gap-60-lm {
    gap: 60px !important;
  }

  html .gap-none-lm {
    gap: 0 !important;
  }

  html .gap-80-lm {
    gap: 80px !important;
  }

  html .gap-none-lm {
    gap: 0 !important;
  }

  /** GRID **/
  html .grid-template-columns-1-lm {
    grid-template-columns: repeat(1, 1fr) !important;
  }

  html .grid-template-columns-2-lm {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  html .grid-template-columns-3-lm {
    grid-template-columns: repeat(3, 1fr) !important;
  }

  html .grid-template-columns-4-lm {
    grid-template-columns: repeat(4, 1fr) !important;
  }

  html .grid-template-columns-5-lm {
    grid-template-columns: repeat(5, 1fr) !important;
  }

  html .grid-template-columns-6-lm {
    grid-template-columns: repeat(6, 1fr) !important;
  }

  html .grid-template-columns-7-lm {
    grid-template-columns: repeat(7, 1fr) !important;
  }

  html .grid-template-columns-8-lm {
    grid-template-columns: repeat(8, 1fr) !important;
  }

  html .grid-template-columns-9-lm {
    grid-template-columns: repeat(9, 1fr) !important;
  }

  html .grid-template-columns-10-lm {
    grid-template-columns: repeat(10, 1fr) !important;
  }

  html .grid-template-columns-11-lm {
    grid-template-columns: repeat(11, 1fr) !important;
  }

  html .grid-template-columns-12-lm {
    grid-template-columns: repeat(12, 1fr) !important;
  }

  /** OFFSET & WIDTH **/
  /** ROWS & COLS **/
  html .element.col-root-lm,
html .section.col-root-lm,
html .row.col-root-lm,
html .col-root-lm {
    flex-direction: column;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  html .offset-left-none-lm,
html .offset-left-0-lm {
    margin-left: 0 !important;
  }

  html .offset-right-none-lm,
html .offset-right-0-lm {
    margin-right: 0 !important;
  }

  .col-lm {
    max-width: 100%;
    flex: 0 0 100%;
    width: 100%;
  }

  html .col-auto-lm,
html .col-0-lm {
    width: auto !important;
    max-width: none !important;
    /*flex: 0 0 auto;*/
  }

  html .col-0-lm {
    max-width: 0% !important;
    /*  flex: 0 0 0%;
      width: 0%;*/
  }

  html .offset-left-0-lm {
    margin-left: 0% !important;
  }

  html .offset-right-0-lm {
    margin-right: 0% !important;
  }

  .col-lm {
    max-width: 100%;
    flex: 0 0 100%;
    width: 100%;
  }

  html .col-auto-lm,
html .col-0-lm {
    width: auto !important;
    max-width: none !important;
    /*flex: 0 0 auto;*/
  }

  html .col-1-lm {
    max-width: 8.3333333333% !important;
    /*  flex: 0 0 8.3333333333%;
      width: 8.3333333333%;*/
  }

  html .offset-left-1-lm {
    margin-left: 8.3333333333% !important;
  }

  html .offset-right-1-lm {
    margin-right: 8.3333333333% !important;
  }

  .col-lm {
    max-width: 100%;
    flex: 0 0 100%;
    width: 100%;
  }

  html .col-auto-lm,
html .col-0-lm {
    width: auto !important;
    max-width: none !important;
    /*flex: 0 0 auto;*/
  }

  html .col-2-lm {
    max-width: 16.6666666667% !important;
    /*  flex: 0 0 16.6666666667%;
      width: 16.6666666667%;*/
  }

  html .offset-left-2-lm {
    margin-left: 16.6666666667% !important;
  }

  html .offset-right-2-lm {
    margin-right: 16.6666666667% !important;
  }

  .col-lm {
    max-width: 100%;
    flex: 0 0 100%;
    width: 100%;
  }

  html .col-auto-lm,
html .col-0-lm {
    width: auto !important;
    max-width: none !important;
    /*flex: 0 0 auto;*/
  }

  html .col-3-lm {
    max-width: 25% !important;
    /*  flex: 0 0 25%;
      width: 25%;*/
  }

  html .offset-left-3-lm {
    margin-left: 25% !important;
  }

  html .offset-right-3-lm {
    margin-right: 25% !important;
  }

  .col-lm {
    max-width: 100%;
    flex: 0 0 100%;
    width: 100%;
  }

  html .col-auto-lm,
html .col-0-lm {
    width: auto !important;
    max-width: none !important;
    /*flex: 0 0 auto;*/
  }

  html .col-4-lm {
    max-width: 33.3333333333% !important;
    /*  flex: 0 0 33.3333333333%;
      width: 33.3333333333%;*/
  }

  html .offset-left-4-lm {
    margin-left: 33.3333333333% !important;
  }

  html .offset-right-4-lm {
    margin-right: 33.3333333333% !important;
  }

  .col-lm {
    max-width: 100%;
    flex: 0 0 100%;
    width: 100%;
  }

  html .col-auto-lm,
html .col-0-lm {
    width: auto !important;
    max-width: none !important;
    /*flex: 0 0 auto;*/
  }

  html .col-5-lm {
    max-width: 41.6666666667% !important;
    /*  flex: 0 0 41.6666666667%;
      width: 41.6666666667%;*/
  }

  html .offset-left-5-lm {
    margin-left: 41.6666666667% !important;
  }

  html .offset-right-5-lm {
    margin-right: 41.6666666667% !important;
  }

  .col-lm {
    max-width: 100%;
    flex: 0 0 100%;
    width: 100%;
  }

  html .col-auto-lm,
html .col-0-lm {
    width: auto !important;
    max-width: none !important;
    /*flex: 0 0 auto;*/
  }

  html .col-6-lm {
    max-width: 50% !important;
    /*  flex: 0 0 50%;
      width: 50%;*/
  }

  html .offset-left-6-lm {
    margin-left: 50% !important;
  }

  html .offset-right-6-lm {
    margin-right: 50% !important;
  }

  .col-lm {
    max-width: 100%;
    flex: 0 0 100%;
    width: 100%;
  }

  html .col-auto-lm,
html .col-0-lm {
    width: auto !important;
    max-width: none !important;
    /*flex: 0 0 auto;*/
  }

  html .col-7-lm {
    max-width: 58.3333333333% !important;
    /*  flex: 0 0 58.3333333333%;
      width: 58.3333333333%;*/
  }

  html .offset-left-7-lm {
    margin-left: 58.3333333333% !important;
  }

  html .offset-right-7-lm {
    margin-right: 58.3333333333% !important;
  }

  .col-lm {
    max-width: 100%;
    flex: 0 0 100%;
    width: 100%;
  }

  html .col-auto-lm,
html .col-0-lm {
    width: auto !important;
    max-width: none !important;
    /*flex: 0 0 auto;*/
  }

  html .col-8-lm {
    max-width: 66.6666666667% !important;
    /*  flex: 0 0 66.6666666667%;
      width: 66.6666666667%;*/
  }

  html .offset-left-8-lm {
    margin-left: 66.6666666667% !important;
  }

  html .offset-right-8-lm {
    margin-right: 66.6666666667% !important;
  }

  .col-lm {
    max-width: 100%;
    flex: 0 0 100%;
    width: 100%;
  }

  html .col-auto-lm,
html .col-0-lm {
    width: auto !important;
    max-width: none !important;
    /*flex: 0 0 auto;*/
  }

  html .col-9-lm {
    max-width: 75% !important;
    /*  flex: 0 0 75%;
      width: 75%;*/
  }

  html .offset-left-9-lm {
    margin-left: 75% !important;
  }

  html .offset-right-9-lm {
    margin-right: 75% !important;
  }

  .col-lm {
    max-width: 100%;
    flex: 0 0 100%;
    width: 100%;
  }

  html .col-auto-lm,
html .col-0-lm {
    width: auto !important;
    max-width: none !important;
    /*flex: 0 0 auto;*/
  }

  html .col-10-lm {
    max-width: 83.3333333333% !important;
    /*  flex: 0 0 83.3333333333%;
      width: 83.3333333333%;*/
  }

  html .offset-left-10-lm {
    margin-left: 83.3333333333% !important;
  }

  html .offset-right-10-lm {
    margin-right: 83.3333333333% !important;
  }

  .col-lm {
    max-width: 100%;
    flex: 0 0 100%;
    width: 100%;
  }

  html .col-auto-lm,
html .col-0-lm {
    width: auto !important;
    max-width: none !important;
    /*flex: 0 0 auto;*/
  }

  html .col-11-lm {
    max-width: 91.6666666667% !important;
    /*  flex: 0 0 91.6666666667%;
      width: 91.6666666667%;*/
  }

  html .offset-left-11-lm {
    margin-left: 91.6666666667% !important;
  }

  html .offset-right-11-lm {
    margin-right: 91.6666666667% !important;
  }

  .col-lm {
    max-width: 100%;
    flex: 0 0 100%;
    width: 100%;
  }

  html .col-auto-lm,
html .col-0-lm {
    width: auto !important;
    max-width: none !important;
    /*flex: 0 0 auto;*/
  }

  html .col-12-lm {
    max-width: 100% !important;
    /*  flex: 0 0 100%;
      width: 100%;*/
  }

  html .offset-left-12-lm {
    margin-left: 100% !important;
  }

  html .offset-right-12-lm {
    margin-right: 100% !important;
  }

  .order-0-lm {
    order: 0 !important;
  }

  .order-1-lm {
    order: 1 !important;
  }

  .order-2-lm {
    order: 2 !important;
  }

  .order-3-lm {
    order: 3 !important;
  }

  .order-4-lm {
    order: 4 !important;
  }

  .order-5-lm {
    order: 5 !important;
  }

  .order-6-lm {
    order: 6 !important;
  }

  .order-7-lm {
    order: 7 !important;
  }

  .order-8-lm {
    order: 8 !important;
  }

  .order-9-lm {
    order: 9 !important;
  }

  .order-10-lm {
    order: 10 !important;
  }

  .order-11-lm {
    order: 11 !important;
  }

  .order-12-lm {
    order: 12 !important;
  }

  .order-13-lm {
    order: 13 !important;
  }

  .order-14-lm {
    order: 14 !important;
  }

  .order-15-lm {
    order: 15 !important;
  }

  .order-16-lm {
    order: 16 !important;
  }

  .order-17-lm {
    order: 17 !important;
  }

  .order-18-lm {
    order: 18 !important;
  }

  .order-19-lm {
    order: 19 !important;
  }

  .order-20-lm {
    order: 20 !important;
  }

  .order-21-lm {
    order: 21 !important;
  }

  .order-22-lm {
    order: 22 !important;
  }

  .order-23-lm {
    order: 23 !important;
  }

  .order-24-lm {
    order: 24 !important;
  }

  .order-25-lm {
    order: 25 !important;
  }

  .order-26-lm {
    order: 26 !important;
  }

  .order-27-lm {
    order: 27 !important;
  }

  .order-28-lm {
    order: 28 !important;
  }

  .order-29-lm {
    order: 29 !important;
  }

  .order-30-lm {
    order: 30 !important;
  }

  /** ALIGN **/
  html .justify-content-flex-start-lm {
    justify-content: flex-start !important;
  }

  html .justify-content-flex-end-lm {
    justify-content: flex-end !important;
  }

  html .justify-content-center-lm {
    justify-content: center !important;
  }

  html .justify-content-space-between-lm {
    justify-content: space-between !important;
  }

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

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

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

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

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

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

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

  html .align-content-flex-end-lm {
    align-content: flex-end !important;
  }

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

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

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

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

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

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

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

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

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

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

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

  html .flex-direction-column-lm {
    flex-direction: column !important;
  }
}
:root {
  --wp-breakpoint-md: 980;
}

@media (max-width: 980px) {
  /** VISIBILITY **/
  html .visible-hide-md {
    display: none !important;
  }

  html .visible-show-md {
    display: block !important;
  }

  .row:not(.spaces-none):not(.row-inner):not(.spaces-none-lr),
.section:not(.spaces-none):not(.row-inner):not(.spaces-none-lr) {
    padding: 0 50px 0 50px;
  }

  html .row.col-mobile-md {
    flex-wrap: wrap;
  }

  html .col.col-mobile-md {
    max-width: 100%;
    width: 100%;
    flex: 0 0 100%;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
  }

  /** GAP **/
  html .gap-5-md {
    gap: 5px !important;
  }

  html .gap-none-md {
    gap: 0 !important;
  }

  html .gap-15-md {
    gap: 15px !important;
  }

  html .gap-none-md {
    gap: 0 !important;
  }

  html .gap-30-md {
    gap: 30px !important;
  }

  html .gap-none-md {
    gap: 0 !important;
  }

  html .gap-45-md {
    gap: 45px !important;
  }

  html .gap-none-md {
    gap: 0 !important;
  }

  html .gap-60-md {
    gap: 60px !important;
  }

  html .gap-none-md {
    gap: 0 !important;
  }

  html .gap-80-md {
    gap: 80px !important;
  }

  html .gap-none-md {
    gap: 0 !important;
  }

  /** GRID **/
  html .grid-template-columns-1-md {
    grid-template-columns: repeat(1, 1fr) !important;
  }

  html .grid-template-columns-2-md {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  html .grid-template-columns-3-md {
    grid-template-columns: repeat(3, 1fr) !important;
  }

  html .grid-template-columns-4-md {
    grid-template-columns: repeat(4, 1fr) !important;
  }

  html .grid-template-columns-5-md {
    grid-template-columns: repeat(5, 1fr) !important;
  }

  html .grid-template-columns-6-md {
    grid-template-columns: repeat(6, 1fr) !important;
  }

  html .grid-template-columns-7-md {
    grid-template-columns: repeat(7, 1fr) !important;
  }

  html .grid-template-columns-8-md {
    grid-template-columns: repeat(8, 1fr) !important;
  }

  html .grid-template-columns-9-md {
    grid-template-columns: repeat(9, 1fr) !important;
  }

  html .grid-template-columns-10-md {
    grid-template-columns: repeat(10, 1fr) !important;
  }

  html .grid-template-columns-11-md {
    grid-template-columns: repeat(11, 1fr) !important;
  }

  html .grid-template-columns-12-md {
    grid-template-columns: repeat(12, 1fr) !important;
  }

  /** OFFSET & WIDTH **/
  html .col.col-root:not([class*=col-0-md]),
html .col.col-root:not([class*=offset-left-0-md]),
html .col.col-root:not([class*=offset-right-0-md]) {
    max-width: 100%;
    width: 100%;
    flex: 0 0 100%;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
  }

  html .col.col-root:not([class*=col-1-md]),
html .col.col-root:not([class*=offset-left-1-md]),
html .col.col-root:not([class*=offset-right-1-md]) {
    max-width: 100%;
    width: 100%;
    flex: 0 0 100%;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
  }

  html .col.col-root:not([class*=col-2-md]),
html .col.col-root:not([class*=offset-left-2-md]),
html .col.col-root:not([class*=offset-right-2-md]) {
    max-width: 100%;
    width: 100%;
    flex: 0 0 100%;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
  }

  html .col.col-root:not([class*=col-3-md]),
html .col.col-root:not([class*=offset-left-3-md]),
html .col.col-root:not([class*=offset-right-3-md]) {
    max-width: 100%;
    width: 100%;
    flex: 0 0 100%;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
  }

  html .col.col-root:not([class*=col-4-md]),
html .col.col-root:not([class*=offset-left-4-md]),
html .col.col-root:not([class*=offset-right-4-md]) {
    max-width: 100%;
    width: 100%;
    flex: 0 0 100%;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
  }

  html .col.col-root:not([class*=col-5-md]),
html .col.col-root:not([class*=offset-left-5-md]),
html .col.col-root:not([class*=offset-right-5-md]) {
    max-width: 100%;
    width: 100%;
    flex: 0 0 100%;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
  }

  html .col.col-root:not([class*=col-6-md]),
html .col.col-root:not([class*=offset-left-6-md]),
html .col.col-root:not([class*=offset-right-6-md]) {
    max-width: 100%;
    width: 100%;
    flex: 0 0 100%;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
  }

  html .col.col-root:not([class*=col-7-md]),
html .col.col-root:not([class*=offset-left-7-md]),
html .col.col-root:not([class*=offset-right-7-md]) {
    max-width: 100%;
    width: 100%;
    flex: 0 0 100%;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
  }

  html .col.col-root:not([class*=col-8-md]),
html .col.col-root:not([class*=offset-left-8-md]),
html .col.col-root:not([class*=offset-right-8-md]) {
    max-width: 100%;
    width: 100%;
    flex: 0 0 100%;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
  }

  html .col.col-root:not([class*=col-9-md]),
html .col.col-root:not([class*=offset-left-9-md]),
html .col.col-root:not([class*=offset-right-9-md]) {
    max-width: 100%;
    width: 100%;
    flex: 0 0 100%;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
  }

  html .col.col-root:not([class*=col-10-md]),
html .col.col-root:not([class*=offset-left-10-md]),
html .col.col-root:not([class*=offset-right-10-md]) {
    max-width: 100%;
    width: 100%;
    flex: 0 0 100%;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
  }

  html .col.col-root:not([class*=col-11-md]),
html .col.col-root:not([class*=offset-left-11-md]),
html .col.col-root:not([class*=offset-right-11-md]) {
    max-width: 100%;
    width: 100%;
    flex: 0 0 100%;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
  }

  html .col.col-root:not([class*=col-12-md]),
html .col.col-root:not([class*=offset-left-12-md]),
html .col.col-root:not([class*=offset-right-12-md]) {
    max-width: 100%;
    width: 100%;
    flex: 0 0 100%;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
  }

  /** ROWS & COLS **/
  html .element.col-root-md,
html .section.col-root-md,
html .row.col-root-md,
html .col-root-md {
    flex-direction: column;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  html .offset-left-none-md,
html .offset-left-0-md {
    margin-left: 0 !important;
  }

  html .offset-right-none-md,
html .offset-right-0-md {
    margin-right: 0 !important;
  }

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

  html .col-auto-md,
html .col-0-md {
    width: auto !important;
    max-width: none !important;
    /*flex: 0 0 auto;*/
  }

  html .col-0-md {
    max-width: 0% !important;
    /*  flex: 0 0 0%;
      width: 0%;*/
  }

  html .offset-left-0-md {
    margin-left: 0% !important;
  }

  html .offset-right-0-md {
    margin-right: 0% !important;
  }

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

  html .col-auto-md,
html .col-0-md {
    width: auto !important;
    max-width: none !important;
    /*flex: 0 0 auto;*/
  }

  html .col-1-md {
    max-width: 8.3333333333% !important;
    /*  flex: 0 0 8.3333333333%;
      width: 8.3333333333%;*/
  }

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

  html .offset-right-1-md {
    margin-right: 8.3333333333% !important;
  }

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

  html .col-auto-md,
html .col-0-md {
    width: auto !important;
    max-width: none !important;
    /*flex: 0 0 auto;*/
  }

  html .col-2-md {
    max-width: 16.6666666667% !important;
    /*  flex: 0 0 16.6666666667%;
      width: 16.6666666667%;*/
  }

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

  html .offset-right-2-md {
    margin-right: 16.6666666667% !important;
  }

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

  html .col-auto-md,
html .col-0-md {
    width: auto !important;
    max-width: none !important;
    /*flex: 0 0 auto;*/
  }

  html .col-3-md {
    max-width: 25% !important;
    /*  flex: 0 0 25%;
      width: 25%;*/
  }

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

  html .offset-right-3-md {
    margin-right: 25% !important;
  }

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

  html .col-auto-md,
html .col-0-md {
    width: auto !important;
    max-width: none !important;
    /*flex: 0 0 auto;*/
  }

  html .col-4-md {
    max-width: 33.3333333333% !important;
    /*  flex: 0 0 33.3333333333%;
      width: 33.3333333333%;*/
  }

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

  html .offset-right-4-md {
    margin-right: 33.3333333333% !important;
  }

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

  html .col-auto-md,
html .col-0-md {
    width: auto !important;
    max-width: none !important;
    /*flex: 0 0 auto;*/
  }

  html .col-5-md {
    max-width: 41.6666666667% !important;
    /*  flex: 0 0 41.6666666667%;
      width: 41.6666666667%;*/
  }

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

  html .offset-right-5-md {
    margin-right: 41.6666666667% !important;
  }

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

  html .col-auto-md,
html .col-0-md {
    width: auto !important;
    max-width: none !important;
    /*flex: 0 0 auto;*/
  }

  html .col-6-md {
    max-width: 50% !important;
    /*  flex: 0 0 50%;
      width: 50%;*/
  }

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

  html .offset-right-6-md {
    margin-right: 50% !important;
  }

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

  html .col-auto-md,
html .col-0-md {
    width: auto !important;
    max-width: none !important;
    /*flex: 0 0 auto;*/
  }

  html .col-7-md {
    max-width: 58.3333333333% !important;
    /*  flex: 0 0 58.3333333333%;
      width: 58.3333333333%;*/
  }

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

  html .offset-right-7-md {
    margin-right: 58.3333333333% !important;
  }

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

  html .col-auto-md,
html .col-0-md {
    width: auto !important;
    max-width: none !important;
    /*flex: 0 0 auto;*/
  }

  html .col-8-md {
    max-width: 66.6666666667% !important;
    /*  flex: 0 0 66.6666666667%;
      width: 66.6666666667%;*/
  }

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

  html .offset-right-8-md {
    margin-right: 66.6666666667% !important;
  }

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

  html .col-auto-md,
html .col-0-md {
    width: auto !important;
    max-width: none !important;
    /*flex: 0 0 auto;*/
  }

  html .col-9-md {
    max-width: 75% !important;
    /*  flex: 0 0 75%;
      width: 75%;*/
  }

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

  html .offset-right-9-md {
    margin-right: 75% !important;
  }

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

  html .col-auto-md,
html .col-0-md {
    width: auto !important;
    max-width: none !important;
    /*flex: 0 0 auto;*/
  }

  html .col-10-md {
    max-width: 83.3333333333% !important;
    /*  flex: 0 0 83.3333333333%;
      width: 83.3333333333%;*/
  }

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

  html .offset-right-10-md {
    margin-right: 83.3333333333% !important;
  }

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

  html .col-auto-md,
html .col-0-md {
    width: auto !important;
    max-width: none !important;
    /*flex: 0 0 auto;*/
  }

  html .col-11-md {
    max-width: 91.6666666667% !important;
    /*  flex: 0 0 91.6666666667%;
      width: 91.6666666667%;*/
  }

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

  html .offset-right-11-md {
    margin-right: 91.6666666667% !important;
  }

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

  html .col-auto-md,
html .col-0-md {
    width: auto !important;
    max-width: none !important;
    /*flex: 0 0 auto;*/
  }

  html .col-12-md {
    max-width: 100% !important;
    /*  flex: 0 0 100%;
      width: 100%;*/
  }

  html .offset-left-12-md {
    margin-left: 100% !important;
  }

  html .offset-right-12-md {
    margin-right: 100% !important;
  }

  .order-0-md {
    order: 0 !important;
  }

  .order-1-md {
    order: 1 !important;
  }

  .order-2-md {
    order: 2 !important;
  }

  .order-3-md {
    order: 3 !important;
  }

  .order-4-md {
    order: 4 !important;
  }

  .order-5-md {
    order: 5 !important;
  }

  .order-6-md {
    order: 6 !important;
  }

  .order-7-md {
    order: 7 !important;
  }

  .order-8-md {
    order: 8 !important;
  }

  .order-9-md {
    order: 9 !important;
  }

  .order-10-md {
    order: 10 !important;
  }

  .order-11-md {
    order: 11 !important;
  }

  .order-12-md {
    order: 12 !important;
  }

  .order-13-md {
    order: 13 !important;
  }

  .order-14-md {
    order: 14 !important;
  }

  .order-15-md {
    order: 15 !important;
  }

  .order-16-md {
    order: 16 !important;
  }

  .order-17-md {
    order: 17 !important;
  }

  .order-18-md {
    order: 18 !important;
  }

  .order-19-md {
    order: 19 !important;
  }

  .order-20-md {
    order: 20 !important;
  }

  .order-21-md {
    order: 21 !important;
  }

  .order-22-md {
    order: 22 !important;
  }

  .order-23-md {
    order: 23 !important;
  }

  .order-24-md {
    order: 24 !important;
  }

  .order-25-md {
    order: 25 !important;
  }

  .order-26-md {
    order: 26 !important;
  }

  .order-27-md {
    order: 27 !important;
  }

  .order-28-md {
    order: 28 !important;
  }

  .order-29-md {
    order: 29 !important;
  }

  .order-30-md {
    order: 30 !important;
  }

  /** ALIGN **/
  html .justify-content-flex-start-md {
    justify-content: flex-start !important;
  }

  html .justify-content-flex-end-md {
    justify-content: flex-end !important;
  }

  html .justify-content-center-md {
    justify-content: center !important;
  }

  html .justify-content-space-between-md {
    justify-content: space-between !important;
  }

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

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

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

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

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

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

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

  html .align-content-flex-end-md {
    align-content: flex-end !important;
  }

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

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

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

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

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

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

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

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

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

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

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

  html .flex-direction-column-md {
    flex-direction: column !important;
  }
}
:root {
  --wp-breakpoint-sm: 600;
}

@media (max-width: 600px) {
  /** VISIBILITY **/
  html .visible-hide-sm {
    display: none !important;
  }

  html .visible-show-sm {
    display: block !important;
  }

  .row:not(.spaces-none):not(.row-inner):not(.spaces-none-lr),
.section:not(.spaces-none):not(.row-inner):not(.spaces-none-lr) {
    padding: 0 25px 0 25px;
  }

  html .row.col-mobile-sm {
    flex-wrap: wrap;
  }

  html .col.col-mobile-sm {
    max-width: 100%;
    width: 100%;
    flex: 0 0 100%;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
  }

  /** GAP **/
  html .gap-5-sm {
    gap: 5px !important;
  }

  html .gap-none-sm {
    gap: 0 !important;
  }

  html .gap-15-sm {
    gap: 15px !important;
  }

  html .gap-none-sm {
    gap: 0 !important;
  }

  html .gap-30-sm {
    gap: 30px !important;
  }

  html .gap-none-sm {
    gap: 0 !important;
  }

  html .gap-45-sm {
    gap: 45px !important;
  }

  html .gap-none-sm {
    gap: 0 !important;
  }

  html .gap-60-sm {
    gap: 60px !important;
  }

  html .gap-none-sm {
    gap: 0 !important;
  }

  html .gap-80-sm {
    gap: 80px !important;
  }

  html .gap-none-sm {
    gap: 0 !important;
  }

  /** GRID **/
  html .grid-template-columns-1-sm {
    grid-template-columns: repeat(1, 1fr) !important;
  }

  html .grid-template-columns-2-sm {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  html .grid-template-columns-3-sm {
    grid-template-columns: repeat(3, 1fr) !important;
  }

  html .grid-template-columns-4-sm {
    grid-template-columns: repeat(4, 1fr) !important;
  }

  html .grid-template-columns-5-sm {
    grid-template-columns: repeat(5, 1fr) !important;
  }

  html .grid-template-columns-6-sm {
    grid-template-columns: repeat(6, 1fr) !important;
  }

  html .grid-template-columns-7-sm {
    grid-template-columns: repeat(7, 1fr) !important;
  }

  html .grid-template-columns-8-sm {
    grid-template-columns: repeat(8, 1fr) !important;
  }

  html .grid-template-columns-9-sm {
    grid-template-columns: repeat(9, 1fr) !important;
  }

  html .grid-template-columns-10-sm {
    grid-template-columns: repeat(10, 1fr) !important;
  }

  html .grid-template-columns-11-sm {
    grid-template-columns: repeat(11, 1fr) !important;
  }

  html .grid-template-columns-12-sm {
    grid-template-columns: repeat(12, 1fr) !important;
  }

  /** OFFSET & WIDTH **/
  /** ROWS & COLS **/
  html .element.col-root-sm,
html .section.col-root-sm,
html .row.col-root-sm,
html .col-root-sm {
    flex-direction: column;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  html .offset-left-none-sm,
html .offset-left-0-sm {
    margin-left: 0 !important;
  }

  html .offset-right-none-sm,
html .offset-right-0-sm {
    margin-right: 0 !important;
  }

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

  html .col-auto-sm,
html .col-0-sm {
    width: auto !important;
    max-width: none !important;
    /*flex: 0 0 auto;*/
  }

  html .col-0-sm {
    max-width: 0% !important;
    /*  flex: 0 0 0%;
      width: 0%;*/
  }

  html .offset-left-0-sm {
    margin-left: 0% !important;
  }

  html .offset-right-0-sm {
    margin-right: 0% !important;
  }

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

  html .col-auto-sm,
html .col-0-sm {
    width: auto !important;
    max-width: none !important;
    /*flex: 0 0 auto;*/
  }

  html .col-1-sm {
    max-width: 8.3333333333% !important;
    /*  flex: 0 0 8.3333333333%;
      width: 8.3333333333%;*/
  }

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

  html .offset-right-1-sm {
    margin-right: 8.3333333333% !important;
  }

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

  html .col-auto-sm,
html .col-0-sm {
    width: auto !important;
    max-width: none !important;
    /*flex: 0 0 auto;*/
  }

  html .col-2-sm {
    max-width: 16.6666666667% !important;
    /*  flex: 0 0 16.6666666667%;
      width: 16.6666666667%;*/
  }

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

  html .offset-right-2-sm {
    margin-right: 16.6666666667% !important;
  }

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

  html .col-auto-sm,
html .col-0-sm {
    width: auto !important;
    max-width: none !important;
    /*flex: 0 0 auto;*/
  }

  html .col-3-sm {
    max-width: 25% !important;
    /*  flex: 0 0 25%;
      width: 25%;*/
  }

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

  html .offset-right-3-sm {
    margin-right: 25% !important;
  }

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

  html .col-auto-sm,
html .col-0-sm {
    width: auto !important;
    max-width: none !important;
    /*flex: 0 0 auto;*/
  }

  html .col-4-sm {
    max-width: 33.3333333333% !important;
    /*  flex: 0 0 33.3333333333%;
      width: 33.3333333333%;*/
  }

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

  html .offset-right-4-sm {
    margin-right: 33.3333333333% !important;
  }

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

  html .col-auto-sm,
html .col-0-sm {
    width: auto !important;
    max-width: none !important;
    /*flex: 0 0 auto;*/
  }

  html .col-5-sm {
    max-width: 41.6666666667% !important;
    /*  flex: 0 0 41.6666666667%;
      width: 41.6666666667%;*/
  }

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

  html .offset-right-5-sm {
    margin-right: 41.6666666667% !important;
  }

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

  html .col-auto-sm,
html .col-0-sm {
    width: auto !important;
    max-width: none !important;
    /*flex: 0 0 auto;*/
  }

  html .col-6-sm {
    max-width: 50% !important;
    /*  flex: 0 0 50%;
      width: 50%;*/
  }

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

  html .offset-right-6-sm {
    margin-right: 50% !important;
  }

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

  html .col-auto-sm,
html .col-0-sm {
    width: auto !important;
    max-width: none !important;
    /*flex: 0 0 auto;*/
  }

  html .col-7-sm {
    max-width: 58.3333333333% !important;
    /*  flex: 0 0 58.3333333333%;
      width: 58.3333333333%;*/
  }

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

  html .offset-right-7-sm {
    margin-right: 58.3333333333% !important;
  }

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

  html .col-auto-sm,
html .col-0-sm {
    width: auto !important;
    max-width: none !important;
    /*flex: 0 0 auto;*/
  }

  html .col-8-sm {
    max-width: 66.6666666667% !important;
    /*  flex: 0 0 66.6666666667%;
      width: 66.6666666667%;*/
  }

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

  html .offset-right-8-sm {
    margin-right: 66.6666666667% !important;
  }

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

  html .col-auto-sm,
html .col-0-sm {
    width: auto !important;
    max-width: none !important;
    /*flex: 0 0 auto;*/
  }

  html .col-9-sm {
    max-width: 75% !important;
    /*  flex: 0 0 75%;
      width: 75%;*/
  }

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

  html .offset-right-9-sm {
    margin-right: 75% !important;
  }

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

  html .col-auto-sm,
html .col-0-sm {
    width: auto !important;
    max-width: none !important;
    /*flex: 0 0 auto;*/
  }

  html .col-10-sm {
    max-width: 83.3333333333% !important;
    /*  flex: 0 0 83.3333333333%;
      width: 83.3333333333%;*/
  }

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

  html .offset-right-10-sm {
    margin-right: 83.3333333333% !important;
  }

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

  html .col-auto-sm,
html .col-0-sm {
    width: auto !important;
    max-width: none !important;
    /*flex: 0 0 auto;*/
  }

  html .col-11-sm {
    max-width: 91.6666666667% !important;
    /*  flex: 0 0 91.6666666667%;
      width: 91.6666666667%;*/
  }

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

  html .offset-right-11-sm {
    margin-right: 91.6666666667% !important;
  }

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

  html .col-auto-sm,
html .col-0-sm {
    width: auto !important;
    max-width: none !important;
    /*flex: 0 0 auto;*/
  }

  html .col-12-sm {
    max-width: 100% !important;
    /*  flex: 0 0 100%;
      width: 100%;*/
  }

  html .offset-left-12-sm {
    margin-left: 100% !important;
  }

  html .offset-right-12-sm {
    margin-right: 100% !important;
  }

  .order-0-sm {
    order: 0 !important;
  }

  .order-1-sm {
    order: 1 !important;
  }

  .order-2-sm {
    order: 2 !important;
  }

  .order-3-sm {
    order: 3 !important;
  }

  .order-4-sm {
    order: 4 !important;
  }

  .order-5-sm {
    order: 5 !important;
  }

  .order-6-sm {
    order: 6 !important;
  }

  .order-7-sm {
    order: 7 !important;
  }

  .order-8-sm {
    order: 8 !important;
  }

  .order-9-sm {
    order: 9 !important;
  }

  .order-10-sm {
    order: 10 !important;
  }

  .order-11-sm {
    order: 11 !important;
  }

  .order-12-sm {
    order: 12 !important;
  }

  .order-13-sm {
    order: 13 !important;
  }

  .order-14-sm {
    order: 14 !important;
  }

  .order-15-sm {
    order: 15 !important;
  }

  .order-16-sm {
    order: 16 !important;
  }

  .order-17-sm {
    order: 17 !important;
  }

  .order-18-sm {
    order: 18 !important;
  }

  .order-19-sm {
    order: 19 !important;
  }

  .order-20-sm {
    order: 20 !important;
  }

  .order-21-sm {
    order: 21 !important;
  }

  .order-22-sm {
    order: 22 !important;
  }

  .order-23-sm {
    order: 23 !important;
  }

  .order-24-sm {
    order: 24 !important;
  }

  .order-25-sm {
    order: 25 !important;
  }

  .order-26-sm {
    order: 26 !important;
  }

  .order-27-sm {
    order: 27 !important;
  }

  .order-28-sm {
    order: 28 !important;
  }

  .order-29-sm {
    order: 29 !important;
  }

  .order-30-sm {
    order: 30 !important;
  }

  /** ALIGN **/
  html .justify-content-flex-start-sm {
    justify-content: flex-start !important;
  }

  html .justify-content-flex-end-sm {
    justify-content: flex-end !important;
  }

  html .justify-content-center-sm {
    justify-content: center !important;
  }

  html .justify-content-space-between-sm {
    justify-content: space-between !important;
  }

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

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

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

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

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

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

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

  html .align-content-flex-end-sm {
    align-content: flex-end !important;
  }

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

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

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

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

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

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

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

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

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

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

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

  html .flex-direction-column-sm {
    flex-direction: column !important;
  }
}
/***********/
/**PREFFIX*/
/***********/
/***********/
/**MAX-WIDTH*/
/***********/
/***********/
/**FONTS/
/***********/
/***********/
/**COLORS*/
/***********/
/**************/
/**BREKPOINTS**/
/**************/
/**************/
/**CONTAINER HEIGHTS**/
/**************/
/**************/
/**CONTAINER WIDTHS**/
/**************/
/**************/
/**GAPS**/
/**************/
/***********/
/**FONT-SIZES*/
/***********/
/**************/
/**ANIMATION**/
/**************/
.font-hyphens-auto {
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

.font-style-italic {
  font-style: italic;
}

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

.font-lowercase {
  text-transform: lowercase;
}

.font-hyphens {
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

.font-no-hyphens {
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
}

.font-ignore-br br {
  display: none;
}

.font-do-not-ignore-br br {
  display: unset;
}

*[class*=font-text-column] {
  will-change: transform;
}

.font-text-column-1 {
  -moz-column-count: 1;
       column-count: 1;
  -moz-column-gap: 25px;
       column-gap: 25px;
  /** {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
  }*/
}

.font-text-column-2 {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 25px;
       column-gap: 25px;
  /** {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
  }*/
}

.font-text-column-3 {
  -moz-column-count: 3;
       column-count: 3;
  -moz-column-gap: 25px;
       column-gap: 25px;
  /** {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
  }*/
}

.font-text-column-4 {
  -moz-column-count: 4;
       column-count: 4;
  -moz-column-gap: 25px;
       column-gap: 25px;
  /** {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
  }*/
}

.font-text-column-5 {
  -moz-column-count: 5;
       column-count: 5;
  -moz-column-gap: 25px;
       column-gap: 25px;
  /** {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
  }*/
}

.font-text-column-6 {
  -moz-column-count: 6;
       column-count: 6;
  -moz-column-gap: 25px;
       column-gap: 25px;
  /** {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
  }*/
}

.font-text-column-7 {
  -moz-column-count: 7;
       column-count: 7;
  -moz-column-gap: 25px;
       column-gap: 25px;
  /** {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
  }*/
}

.font-text-column-8 {
  -moz-column-count: 8;
       column-count: 8;
  -moz-column-gap: 25px;
       column-gap: 25px;
  /** {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
  }*/
}

.font-text-column-9 {
  -moz-column-count: 9;
       column-count: 9;
  -moz-column-gap: 25px;
       column-gap: 25px;
  /** {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
  }*/
}

.font-text-column-10 {
  -moz-column-count: 10;
       column-count: 10;
  -moz-column-gap: 25px;
       column-gap: 25px;
  /** {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
  }*/
}

.font-text-column-11 {
  -moz-column-count: 11;
       column-count: 11;
  -moz-column-gap: 25px;
       column-gap: 25px;
  /** {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
  }*/
}

.font-text-column-12 {
  -moz-column-count: 12;
       column-count: 12;
  -moz-column-gap: 25px;
       column-gap: 25px;
  /** {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
  }*/
}

.font-text-column-gap-5 {
  -moz-column-gap: 5px;
       column-gap: 5px;
}

.font-text-column-gap-15 {
  -moz-column-gap: 15px;
       column-gap: 15px;
}

.font-text-column-gap-30 {
  -moz-column-gap: 30px;
       column-gap: 30px;
}

.font-text-column-gap-45 {
  -moz-column-gap: 45px;
       column-gap: 45px;
}

.font-text-column-gap-60 {
  -moz-column-gap: 60px;
       column-gap: 60px;
}

.font-text-column-gap-80 {
  -moz-column-gap: 80px;
       column-gap: 80px;
}

.font-ignore-text-column-break .break {
  display: none;
}

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

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

.font-family-copy {
  font-family: copy, Arial, Helevetica;
}

.font-family-headline {
  font-family: headline, Arial, Helevetica;
}

.font-family-icon {
  font-family: icon;
}

.font-align-left {
  text-align: left !important;
}

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

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

.font-align-justify {
  text-align: justify !important;
}

.font-size-description {
  font-size: 16px;
  line-height: 1.6;
}

:root {
  --wp-font-size-description: 16px;
  --wp-font-line-height-description: 1.6;
}

.font-size-description-great {
  font-size: 18px;
  line-height: 1.6;
}

:root {
  --wp-font-size-description-great: 18px;
  --wp-font-line-height-description-great: 1.6;
}

.font-size-copy {
  font-size: 22px;
  line-height: 1.6;
}

:root {
  --wp-font-size-copy: 22px;
  --wp-font-line-height-copy: 1.6;
}

.font-size-subline {
  font-size: 26px;
  line-height: 1.3;
}

:root {
  --wp-font-size-subline: 26px;
  --wp-font-line-height-subline: 1.3;
}

.font-size-subline-great {
  font-size: 32px;
  line-height: 1.3;
}

:root {
  --wp-font-size-subline-great: 32px;
  --wp-font-line-height-subline-great: 1.3;
}

.font-size-headline {
  font-size: 70px;
  line-height: 1.2;
}

:root {
  --wp-font-size-headline: 70px;
  --wp-font-line-height-headline: 1.2;
}

.font-size-headline-great {
  font-size: 110px;
  line-height: 1.2;
}

:root {
  --wp-font-size-headline-great: 110px;
  --wp-font-line-height-headline-great: 1.2;
}

@media (max-width: 2150px) {
  html .font-ignore-br-xl br {
    display: none !important;
  }

  html .font-ignore-not-br-xl br {
    display: unset !important;
  }

  html .font-hyphens-xl {
    -webkit-hyphens: auto !important;
        -ms-hyphens: auto !important;
            hyphens: auto !important;
  }

  html .font-no-hyphens-xl {
    -webkit-hyphens: none !important;
        -ms-hyphens: none !important;
            hyphens: none !important;
  }

  html .font-do-not-ignore-text-column-break-xl .break {
    display: block !important;
  }

  html .font-ignore-text-column-break-xl .break {
    display: none !important;
  }

  .font-align-left-xl {
    text-align: left !important;
  }

  .font-align-center-xl {
    text-align: center !important;
  }

  .font-align-right-xl {
    text-align: right !important;
  }

  .font-align-justify-xl {
    text-align: justify !important;
  }

  .font-text-column-1-xl {
    -moz-column-count: 1;
         column-count: 1;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  .font-text-column-1-xl * {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
  }

  .font-text-column-2-xl {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  .font-text-column-2-xl * {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
  }

  .font-text-column-3-xl {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  .font-text-column-3-xl * {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
  }

  .font-text-column-4-xl {
    -moz-column-count: 4;
         column-count: 4;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  .font-text-column-4-xl * {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
  }

  .font-text-column-5-xl {
    -moz-column-count: 5;
         column-count: 5;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  .font-text-column-5-xl * {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
  }

  .font-text-column-6-xl {
    -moz-column-count: 6;
         column-count: 6;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  .font-text-column-6-xl * {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
  }

  .font-text-column-7-xl {
    -moz-column-count: 7;
         column-count: 7;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  .font-text-column-7-xl * {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
  }

  .font-text-column-8-xl {
    -moz-column-count: 8;
         column-count: 8;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  .font-text-column-8-xl * {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
  }

  .font-text-column-9-xl {
    -moz-column-count: 9;
         column-count: 9;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  .font-text-column-9-xl * {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
  }

  .font-text-column-10-xl {
    -moz-column-count: 10;
         column-count: 10;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  .font-text-column-10-xl * {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
  }

  .font-text-column-11-xl {
    -moz-column-count: 11;
         column-count: 11;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  .font-text-column-11-xl * {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
  }

  .font-text-column-12-xl {
    -moz-column-count: 12;
         column-count: 12;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  .font-text-column-12-xl * {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
  }

  .font-text-column-gap-5-xl {
    -moz-column-gap: 5px !important;
         column-gap: 5px !important;
  }

  .font-text-column-gap-15-xl {
    -moz-column-gap: 15px !important;
         column-gap: 15px !important;
  }

  .font-text-column-gap-30-xl {
    -moz-column-gap: 30px !important;
         column-gap: 30px !important;
  }

  .font-text-column-gap-45-xl {
    -moz-column-gap: 45px !important;
         column-gap: 45px !important;
  }

  .font-text-column-gap-60-xl {
    -moz-column-gap: 60px !important;
         column-gap: 60px !important;
  }

  .font-text-column-gap-80-xl {
    -moz-column-gap: 80px !important;
         column-gap: 80px !important;
  }

  .font-size-description {
    font-size: 16px;
    line-height: 1.6;
  }

  :root {
    --wp-font-size-description: 16px;
    --wp-font-line-height-description: 1.6;
  }

  html .font-size-description-xl {
    font-size: 16px !important;
    line-height: 1.6 !important;
  }

  .font-size-description-great {
    font-size: 18px;
    line-height: 1.6;
  }

  :root {
    --wp-font-size-description-great: 18px;
    --wp-font-line-height-description-great: 1.6;
  }

  html .font-size-description-great-xl {
    font-size: 18px !important;
    line-height: 1.6 !important;
  }

  .font-size-copy {
    font-size: 22px;
    line-height: 1.6;
  }

  :root {
    --wp-font-size-copy: 22px;
    --wp-font-line-height-copy: 1.6;
  }

  html .font-size-copy-xl {
    font-size: 22px !important;
    line-height: 1.6 !important;
  }

  .font-size-subline {
    font-size: 26px;
    line-height: 1.3;
  }

  :root {
    --wp-font-size-subline: 26px;
    --wp-font-line-height-subline: 1.3;
  }

  html .font-size-subline-xl {
    font-size: 26px !important;
    line-height: 1.3 !important;
  }

  .font-size-subline-great {
    font-size: 32px;
    line-height: 1.3;
  }

  :root {
    --wp-font-size-subline-great: 32px;
    --wp-font-line-height-subline-great: 1.3;
  }

  html .font-size-subline-great-xl {
    font-size: 32px !important;
    line-height: 1.3 !important;
  }

  .font-size-headline {
    font-size: 70px;
    line-height: 1.2;
  }

  :root {
    --wp-font-size-headline: 70px;
    --wp-font-line-height-headline: 1.2;
  }

  html .font-size-headline-xl {
    font-size: 70px !important;
    line-height: 1.2 !important;
  }

  .font-size-headline-great {
    font-size: 110px;
    line-height: 1.2;
  }

  :root {
    --wp-font-size-headline-great: 110px;
    --wp-font-line-height-headline-great: 1.2;
  }

  html .font-size-headline-great-xl {
    font-size: 110px !important;
    line-height: 1.2 !important;
  }
}
@media (max-width: 1650px) {
  html .font-ignore-br-lg br {
    display: none !important;
  }

  html .font-ignore-not-br-lg br {
    display: unset !important;
  }

  html .font-hyphens-lg {
    -webkit-hyphens: auto !important;
        -ms-hyphens: auto !important;
            hyphens: auto !important;
  }

  html .font-no-hyphens-lg {
    -webkit-hyphens: none !important;
        -ms-hyphens: none !important;
            hyphens: none !important;
  }

  html .font-do-not-ignore-text-column-break-lg .break {
    display: block !important;
  }

  html .font-ignore-text-column-break-lg .break {
    display: none !important;
  }

  .font-align-left-lg {
    text-align: left !important;
  }

  .font-align-center-lg {
    text-align: center !important;
  }

  .font-align-right-lg {
    text-align: right !important;
  }

  .font-align-justify-lg {
    text-align: justify !important;
  }

  .font-text-column-1-lg {
    -moz-column-count: 1;
         column-count: 1;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  .font-text-column-1-lg * {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
  }

  .font-text-column-2-lg {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  .font-text-column-2-lg * {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
  }

  .font-text-column-3-lg {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  .font-text-column-3-lg * {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
  }

  .font-text-column-4-lg {
    -moz-column-count: 4;
         column-count: 4;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  .font-text-column-4-lg * {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
  }

  .font-text-column-5-lg {
    -moz-column-count: 5;
         column-count: 5;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  .font-text-column-5-lg * {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
  }

  .font-text-column-6-lg {
    -moz-column-count: 6;
         column-count: 6;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  .font-text-column-6-lg * {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
  }

  .font-text-column-7-lg {
    -moz-column-count: 7;
         column-count: 7;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  .font-text-column-7-lg * {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
  }

  .font-text-column-8-lg {
    -moz-column-count: 8;
         column-count: 8;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  .font-text-column-8-lg * {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
  }

  .font-text-column-9-lg {
    -moz-column-count: 9;
         column-count: 9;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  .font-text-column-9-lg * {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
  }

  .font-text-column-10-lg {
    -moz-column-count: 10;
         column-count: 10;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  .font-text-column-10-lg * {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
  }

  .font-text-column-11-lg {
    -moz-column-count: 11;
         column-count: 11;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  .font-text-column-11-lg * {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
  }

  .font-text-column-12-lg {
    -moz-column-count: 12;
         column-count: 12;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  .font-text-column-12-lg * {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
  }

  .font-text-column-gap-5-lg {
    -moz-column-gap: 5px !important;
         column-gap: 5px !important;
  }

  .font-text-column-gap-15-lg {
    -moz-column-gap: 15px !important;
         column-gap: 15px !important;
  }

  .font-text-column-gap-30-lg {
    -moz-column-gap: 30px !important;
         column-gap: 30px !important;
  }

  .font-text-column-gap-45-lg {
    -moz-column-gap: 45px !important;
         column-gap: 45px !important;
  }

  .font-text-column-gap-60-lg {
    -moz-column-gap: 60px !important;
         column-gap: 60px !important;
  }

  .font-text-column-gap-80-lg {
    -moz-column-gap: 80px !important;
         column-gap: 80px !important;
  }

  .font-size-description {
    font-size: 16px;
    line-height: 1.4;
  }

  :root {
    --wp-font-size-description: 16px;
    --wp-font-line-height-description: 1.4;
  }

  html .font-size-description-lg {
    font-size: 16px !important;
    line-height: 1.4 !important;
  }

  .font-size-description-great {
    font-size: 18px;
    line-height: 1.4;
  }

  :root {
    --wp-font-size-description-great: 18px;
    --wp-font-line-height-description-great: 1.4;
  }

  html .font-size-description-great-lg {
    font-size: 18px !important;
    line-height: 1.4 !important;
  }

  .font-size-copy {
    font-size: 20px;
    line-height: 1.4;
  }

  :root {
    --wp-font-size-copy: 20px;
    --wp-font-line-height-copy: 1.4;
  }

  html .font-size-copy-lg {
    font-size: 20px !important;
    line-height: 1.4 !important;
  }

  .font-size-subline {
    font-size: 26px;
    line-height: 1.3;
  }

  :root {
    --wp-font-size-subline: 26px;
    --wp-font-line-height-subline: 1.3;
  }

  html .font-size-subline-lg {
    font-size: 26px !important;
    line-height: 1.3 !important;
  }

  .font-size-subline-great {
    font-size: 32px;
    line-height: 1.3;
  }

  :root {
    --wp-font-size-subline-great: 32px;
    --wp-font-line-height-subline-great: 1.3;
  }

  html .font-size-subline-great-lg {
    font-size: 32px !important;
    line-height: 1.3 !important;
  }

  .font-size-headline {
    font-size: 60px;
    line-height: 1.2;
  }

  :root {
    --wp-font-size-headline: 60px;
    --wp-font-line-height-headline: 1.2;
  }

  html .font-size-headline-lg {
    font-size: 60px !important;
    line-height: 1.2 !important;
  }

  .font-size-headline-great {
    font-size: 90px;
    line-height: 1.2;
  }

  :root {
    --wp-font-size-headline-great: 90px;
    --wp-font-line-height-headline-great: 1.2;
  }

  html .font-size-headline-great-lg {
    font-size: 90px !important;
    line-height: 1.2 !important;
  }
}
@media (max-width: 1200px) {
  html .font-ignore-br-lm br {
    display: none !important;
  }

  html .font-ignore-not-br-lm br {
    display: unset !important;
  }

  html .font-hyphens-lm {
    -webkit-hyphens: auto !important;
        -ms-hyphens: auto !important;
            hyphens: auto !important;
  }

  html .font-no-hyphens-lm {
    -webkit-hyphens: none !important;
        -ms-hyphens: none !important;
            hyphens: none !important;
  }

  html .font-do-not-ignore-text-column-break-lm .break {
    display: block !important;
  }

  html .font-ignore-text-column-break-lm .break {
    display: none !important;
  }

  .font-align-left-lm {
    text-align: left !important;
  }

  .font-align-center-lm {
    text-align: center !important;
  }

  .font-align-right-lm {
    text-align: right !important;
  }

  .font-align-justify-lm {
    text-align: justify !important;
  }

  .font-text-column-1-lm {
    -moz-column-count: 1;
         column-count: 1;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  .font-text-column-1-lm * {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
  }

  .font-text-column-2-lm {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  .font-text-column-2-lm * {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
  }

  .font-text-column-3-lm {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  .font-text-column-3-lm * {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
  }

  .font-text-column-4-lm {
    -moz-column-count: 4;
         column-count: 4;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  .font-text-column-4-lm * {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
  }

  .font-text-column-5-lm {
    -moz-column-count: 5;
         column-count: 5;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  .font-text-column-5-lm * {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
  }

  .font-text-column-6-lm {
    -moz-column-count: 6;
         column-count: 6;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  .font-text-column-6-lm * {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
  }

  .font-text-column-7-lm {
    -moz-column-count: 7;
         column-count: 7;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  .font-text-column-7-lm * {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
  }

  .font-text-column-8-lm {
    -moz-column-count: 8;
         column-count: 8;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  .font-text-column-8-lm * {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
  }

  .font-text-column-9-lm {
    -moz-column-count: 9;
         column-count: 9;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  .font-text-column-9-lm * {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
  }

  .font-text-column-10-lm {
    -moz-column-count: 10;
         column-count: 10;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  .font-text-column-10-lm * {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
  }

  .font-text-column-11-lm {
    -moz-column-count: 11;
         column-count: 11;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  .font-text-column-11-lm * {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
  }

  .font-text-column-12-lm {
    -moz-column-count: 12;
         column-count: 12;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  .font-text-column-12-lm * {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
  }

  .font-text-column-gap-5-lm {
    -moz-column-gap: 5px !important;
         column-gap: 5px !important;
  }

  .font-text-column-gap-15-lm {
    -moz-column-gap: 15px !important;
         column-gap: 15px !important;
  }

  .font-text-column-gap-30-lm {
    -moz-column-gap: 30px !important;
         column-gap: 30px !important;
  }

  .font-text-column-gap-45-lm {
    -moz-column-gap: 45px !important;
         column-gap: 45px !important;
  }

  .font-text-column-gap-60-lm {
    -moz-column-gap: 60px !important;
         column-gap: 60px !important;
  }

  .font-text-column-gap-80-lm {
    -moz-column-gap: 80px !important;
         column-gap: 80px !important;
  }

  .font-size-description {
    font-size: 16px;
    line-height: 1.4;
  }

  :root {
    --wp-font-size-description: 16px;
    --wp-font-line-height-description: 1.4;
  }

  html .font-size-description-lm {
    font-size: 16px !important;
    line-height: 1.4 !important;
  }

  .font-size-description-great {
    font-size: 18px;
    line-height: 1.4;
  }

  :root {
    --wp-font-size-description-great: 18px;
    --wp-font-line-height-description-great: 1.4;
  }

  html .font-size-description-great-lm {
    font-size: 18px !important;
    line-height: 1.4 !important;
  }

  .font-size-copy {
    font-size: 20px;
    line-height: 1.4;
  }

  :root {
    --wp-font-size-copy: 20px;
    --wp-font-line-height-copy: 1.4;
  }

  html .font-size-copy-lm {
    font-size: 20px !important;
    line-height: 1.4 !important;
  }

  .font-size-subline {
    font-size: 24px;
    line-height: 1.3;
  }

  :root {
    --wp-font-size-subline: 24px;
    --wp-font-line-height-subline: 1.3;
  }

  html .font-size-subline-lm {
    font-size: 24px !important;
    line-height: 1.3 !important;
  }

  .font-size-subline-great {
    font-size: 28px;
    line-height: 1.3;
  }

  :root {
    --wp-font-size-subline-great: 28px;
    --wp-font-line-height-subline-great: 1.3;
  }

  html .font-size-subline-great-lm {
    font-size: 28px !important;
    line-height: 1.3 !important;
  }

  .font-size-headline {
    font-size: 46px;
    line-height: 1.2;
  }

  :root {
    --wp-font-size-headline: 46px;
    --wp-font-line-height-headline: 1.2;
  }

  html .font-size-headline-lm {
    font-size: 46px !important;
    line-height: 1.2 !important;
  }

  .font-size-headline-great {
    font-size: 80px;
    line-height: 1.2;
  }

  :root {
    --wp-font-size-headline-great: 80px;
    --wp-font-line-height-headline-great: 1.2;
  }

  html .font-size-headline-great-lm {
    font-size: 80px !important;
    line-height: 1.2 !important;
  }
}
@media (max-width: 980px) {
  html .font-ignore-br-md br {
    display: none !important;
  }

  html .font-ignore-not-br-md br {
    display: unset !important;
  }

  html .font-hyphens-md {
    -webkit-hyphens: auto !important;
        -ms-hyphens: auto !important;
            hyphens: auto !important;
  }

  html .font-no-hyphens-md {
    -webkit-hyphens: none !important;
        -ms-hyphens: none !important;
            hyphens: none !important;
  }

  html .font-do-not-ignore-text-column-break-md .break {
    display: block !important;
  }

  html .font-ignore-text-column-break-md .break {
    display: none !important;
  }

  .font-align-left-md {
    text-align: left !important;
  }

  .font-align-center-md {
    text-align: center !important;
  }

  .font-align-right-md {
    text-align: right !important;
  }

  .font-align-justify-md {
    text-align: justify !important;
  }

  .font-text-column-1-md {
    -moz-column-count: 1;
         column-count: 1;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  .font-text-column-1-md * {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
  }

  .font-text-column-2-md {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  .font-text-column-2-md * {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
  }

  .font-text-column-3-md {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  .font-text-column-3-md * {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
  }

  .font-text-column-4-md {
    -moz-column-count: 4;
         column-count: 4;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  .font-text-column-4-md * {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
  }

  .font-text-column-5-md {
    -moz-column-count: 5;
         column-count: 5;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  .font-text-column-5-md * {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
  }

  .font-text-column-6-md {
    -moz-column-count: 6;
         column-count: 6;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  .font-text-column-6-md * {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
  }

  .font-text-column-7-md {
    -moz-column-count: 7;
         column-count: 7;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  .font-text-column-7-md * {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
  }

  .font-text-column-8-md {
    -moz-column-count: 8;
         column-count: 8;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  .font-text-column-8-md * {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
  }

  .font-text-column-9-md {
    -moz-column-count: 9;
         column-count: 9;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  .font-text-column-9-md * {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
  }

  .font-text-column-10-md {
    -moz-column-count: 10;
         column-count: 10;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  .font-text-column-10-md * {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
  }

  .font-text-column-11-md {
    -moz-column-count: 11;
         column-count: 11;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  .font-text-column-11-md * {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
  }

  .font-text-column-12-md {
    -moz-column-count: 12;
         column-count: 12;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  .font-text-column-12-md * {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
  }

  .font-text-column-gap-5-md {
    -moz-column-gap: 5px !important;
         column-gap: 5px !important;
  }

  .font-text-column-gap-15-md {
    -moz-column-gap: 15px !important;
         column-gap: 15px !important;
  }

  .font-text-column-gap-30-md {
    -moz-column-gap: 30px !important;
         column-gap: 30px !important;
  }

  .font-text-column-gap-45-md {
    -moz-column-gap: 45px !important;
         column-gap: 45px !important;
  }

  .font-text-column-gap-60-md {
    -moz-column-gap: 60px !important;
         column-gap: 60px !important;
  }

  .font-text-column-gap-80-md {
    -moz-column-gap: 80px !important;
         column-gap: 80px !important;
  }

  .font-size-description {
    font-size: 16px;
    line-height: 1.4;
  }

  :root {
    --wp-font-size-description: 16px;
    --wp-font-line-height-description: 1.4;
  }

  html .font-size-description-md {
    font-size: 16px !important;
    line-height: 1.4 !important;
  }

  .font-size-description-great {
    font-size: 18px;
    line-height: 1.4;
  }

  :root {
    --wp-font-size-description-great: 18px;
    --wp-font-line-height-description-great: 1.4;
  }

  html .font-size-description-great-md {
    font-size: 18px !important;
    line-height: 1.4 !important;
  }

  .font-size-copy {
    font-size: 20px;
    line-height: 1.4;
  }

  :root {
    --wp-font-size-copy: 20px;
    --wp-font-line-height-copy: 1.4;
  }

  html .font-size-copy-md {
    font-size: 20px !important;
    line-height: 1.4 !important;
  }

  .font-size-subline {
    font-size: 26px;
    line-height: 1.3;
  }

  :root {
    --wp-font-size-subline: 26px;
    --wp-font-line-height-subline: 1.3;
  }

  html .font-size-subline-md {
    font-size: 26px !important;
    line-height: 1.3 !important;
  }

  .font-size-subline-great {
    font-size: 28px;
    line-height: 1.3;
  }

  :root {
    --wp-font-size-subline-great: 28px;
    --wp-font-line-height-subline-great: 1.3;
  }

  html .font-size-subline-great-md {
    font-size: 28px !important;
    line-height: 1.3 !important;
  }

  .font-size-headline {
    font-size: 40px;
    line-height: 1.2;
  }

  :root {
    --wp-font-size-headline: 40px;
    --wp-font-line-height-headline: 1.2;
  }

  html .font-size-headline-md {
    font-size: 40px !important;
    line-height: 1.2 !important;
  }

  .font-size-headline-great {
    font-size: 70px;
    line-height: 1.2;
  }

  :root {
    --wp-font-size-headline-great: 70px;
    --wp-font-line-height-headline-great: 1.2;
  }

  html .font-size-headline-great-md {
    font-size: 70px !important;
    line-height: 1.2 !important;
  }
}
@media (max-width: 600px) {
  html .font-ignore-br-sm br {
    display: none !important;
  }

  html .font-ignore-not-br-sm br {
    display: unset !important;
  }

  html .font-hyphens-sm {
    -webkit-hyphens: auto !important;
        -ms-hyphens: auto !important;
            hyphens: auto !important;
  }

  html .font-no-hyphens-sm {
    -webkit-hyphens: none !important;
        -ms-hyphens: none !important;
            hyphens: none !important;
  }

  html .font-do-not-ignore-text-column-break-sm .break {
    display: block !important;
  }

  html .font-ignore-text-column-break-sm .break {
    display: none !important;
  }

  .font-align-left-sm {
    text-align: left !important;
  }

  .font-align-center-sm {
    text-align: center !important;
  }

  .font-align-right-sm {
    text-align: right !important;
  }

  .font-align-justify-sm {
    text-align: justify !important;
  }

  .font-text-column-1-sm {
    -moz-column-count: 1;
         column-count: 1;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  .font-text-column-1-sm * {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
  }

  .font-text-column-2-sm {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  .font-text-column-2-sm * {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
  }

  .font-text-column-3-sm {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  .font-text-column-3-sm * {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
  }

  .font-text-column-4-sm {
    -moz-column-count: 4;
         column-count: 4;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  .font-text-column-4-sm * {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
  }

  .font-text-column-5-sm {
    -moz-column-count: 5;
         column-count: 5;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  .font-text-column-5-sm * {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
  }

  .font-text-column-6-sm {
    -moz-column-count: 6;
         column-count: 6;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  .font-text-column-6-sm * {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
  }

  .font-text-column-7-sm {
    -moz-column-count: 7;
         column-count: 7;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  .font-text-column-7-sm * {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
  }

  .font-text-column-8-sm {
    -moz-column-count: 8;
         column-count: 8;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  .font-text-column-8-sm * {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
  }

  .font-text-column-9-sm {
    -moz-column-count: 9;
         column-count: 9;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  .font-text-column-9-sm * {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
  }

  .font-text-column-10-sm {
    -moz-column-count: 10;
         column-count: 10;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  .font-text-column-10-sm * {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
  }

  .font-text-column-11-sm {
    -moz-column-count: 11;
         column-count: 11;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  .font-text-column-11-sm * {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
  }

  .font-text-column-12-sm {
    -moz-column-count: 12;
         column-count: 12;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  .font-text-column-12-sm * {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
  }

  .font-text-column-gap-5-sm {
    -moz-column-gap: 5px !important;
         column-gap: 5px !important;
  }

  .font-text-column-gap-15-sm {
    -moz-column-gap: 15px !important;
         column-gap: 15px !important;
  }

  .font-text-column-gap-30-sm {
    -moz-column-gap: 30px !important;
         column-gap: 30px !important;
  }

  .font-text-column-gap-45-sm {
    -moz-column-gap: 45px !important;
         column-gap: 45px !important;
  }

  .font-text-column-gap-60-sm {
    -moz-column-gap: 60px !important;
         column-gap: 60px !important;
  }

  .font-text-column-gap-80-sm {
    -moz-column-gap: 80px !important;
         column-gap: 80px !important;
  }

  .font-size-description {
    font-size: 16px;
    line-height: 1.4;
  }

  :root {
    --wp-font-size-description: 16px;
    --wp-font-line-height-description: 1.4;
  }

  html .font-size-description-sm {
    font-size: 16px !important;
    line-height: 1.4 !important;
  }

  .font-size-description-great {
    font-size: 18px;
    line-height: 1.4;
  }

  :root {
    --wp-font-size-description-great: 18px;
    --wp-font-line-height-description-great: 1.4;
  }

  html .font-size-description-great-sm {
    font-size: 18px !important;
    line-height: 1.4 !important;
  }

  .font-size-copy {
    font-size: 20px;
    line-height: 1.4;
  }

  :root {
    --wp-font-size-copy: 20px;
    --wp-font-line-height-copy: 1.4;
  }

  html .font-size-copy-sm {
    font-size: 20px !important;
    line-height: 1.4 !important;
  }

  .font-size-subline {
    font-size: 24px;
    line-height: 1.3;
  }

  :root {
    --wp-font-size-subline: 24px;
    --wp-font-line-height-subline: 1.3;
  }

  html .font-size-subline-sm {
    font-size: 24px !important;
    line-height: 1.3 !important;
  }

  .font-size-subline-great {
    font-size: 26px;
    line-height: 1.3;
  }

  :root {
    --wp-font-size-subline-great: 26px;
    --wp-font-line-height-subline-great: 1.3;
  }

  html .font-size-subline-great-sm {
    font-size: 26px !important;
    line-height: 1.3 !important;
  }

  .font-size-headline {
    font-size: 40px;
    line-height: 1.2;
  }

  :root {
    --wp-font-size-headline: 40px;
    --wp-font-line-height-headline: 1.2;
  }

  html .font-size-headline-sm {
    font-size: 40px !important;
    line-height: 1.2 !important;
  }

  .font-size-headline-great {
    font-size: 60px;
    line-height: 1.2;
  }

  :root {
    --wp-font-size-headline-great: 60px;
    --wp-font-line-height-headline-great: 1.2;
  }

  html .font-size-headline-great-sm {
    font-size: 60px !important;
    line-height: 1.2 !important;
  }
}
/***********/
/**PREFFIX*/
/***********/
/***********/
/**MAX-WIDTH*/
/***********/
/***********/
/**FONTS/
/***********/
/***********/
/**COLORS*/
/***********/
/**************/
/**BREKPOINTS**/
/**************/
/**************/
/**CONTAINER HEIGHTS**/
/**************/
/**************/
/**CONTAINER WIDTHS**/
/**************/
/**************/
/**GAPS**/
/**************/
/***********/
/**FONT-SIZES*/
/***********/
/**************/
/**ANIMATION**/
/**************/
:root {
  --wp-color-red: #B30001;
}

.color-background-red {
  background: #B30001;
}

.color-background-color-red {
  background-color: #B30001;
}

.color-color-red {
  color: #B30001;
}

:root {
  --wp-color-grey-dark: #999D99;
}

.color-background-grey-dark {
  background: #999D99;
}

.color-background-color-grey-dark {
  background-color: #999D99;
}

.color-color-grey-dark {
  color: #999D99;
}

:root {
  --wp-color-grey-light: #f1f1f1;
}

.color-background-grey-light {
  background: #f1f1f1;
}

.color-background-color-grey-light {
  background-color: #f1f1f1;
}

.color-color-grey-light {
  color: #f1f1f1;
}

:root {
  --wp-color-black: #010101;
}

.color-background-black {
  background: #010101;
}

.color-background-color-black {
  background-color: #010101;
}

.color-color-black {
  color: #010101;
}

:root {
  --wp-color-white: #ffffff;
}

.color-background-white {
  background: #ffffff;
}

.color-background-color-white {
  background-color: #ffffff;
}

.color-color-white {
  color: #ffffff;
}

/***********/
/**PREFFIX*/
/***********/
/***********/
/**MAX-WIDTH*/
/***********/
/***********/
/**FONTS/
/***********/
/***********/
/**COLORS*/
/***********/
/**************/
/**BREKPOINTS**/
/**************/
/**************/
/**CONTAINER HEIGHTS**/
/**************/
/**************/
/**CONTAINER WIDTHS**/
/**************/
/**************/
/**GAPS**/
/**************/
/***********/
/**FONT-SIZES*/
/***********/
/**************/
/**ANIMATION**/
/**************/
/**
 * Spaces
 */
.space-base-x {
  padding-left: 200px;
  padding-right: 200px;
}

:root {
  --wp-space-base-x: $space_x_row;
}

html .space-height-none {
  height: 0 !important;
}

html .space-height-header {
  height: 300px !important;
}

:root {
  --wp-space-header: 300px;
}

html .space-height-small {
  height: 15px !important;
}

:root {
  --wp-space-small: 15px;
}

html .space-height-small-medium {
  height: 30px !important;
}

:root {
  --wp-space-small-medium: 30px;
}

html .space-height-medium {
  height: 50px !important;
}

:root {
  --wp-space-medium: 50px;
}

html .space-height-medium-great {
  height: 80px !important;
}

:root {
  --wp-space-medium-great: 80px;
}

html .space-height-great {
  height: 100px !important;
}

:root {
  --wp-space-great: 100px;
}

html .space-height-greater {
  height: 150px !important;
}

:root {
  --wp-space-greater: 150px;
}

html .space-height-greatest {
  height: 300px !important;
}

:root {
  --wp-space-greatest: 300px;
}

html .space-min-height-none {
  min-height: 0 !important;
}

html .space-min-height-header {
  min-height: 300px !important;
}

:root {
  --wp-space-header: 300px;
}

html .space-min-height-small {
  min-height: 15px !important;
}

:root {
  --wp-space-small: 15px;
}

html .space-min-height-small-medium {
  min-height: 30px !important;
}

:root {
  --wp-space-small-medium: 30px;
}

html .space-min-height-medium {
  min-height: 50px !important;
}

:root {
  --wp-space-medium: 50px;
}

html .space-min-height-medium-great {
  min-height: 80px !important;
}

:root {
  --wp-space-medium-great: 80px;
}

html .space-min-height-great {
  min-height: 100px !important;
}

:root {
  --wp-space-great: 100px;
}

html .space-min-height-greater {
  min-height: 150px !important;
}

:root {
  --wp-space-greater: 150px;
}

html .space-min-height-greatest {
  min-height: 300px !important;
}

:root {
  --wp-space-greatest: 300px;
}

html .space-margin-top-none {
  margin-top: 0 !important;
}

html .space-margin-top-header {
  margin-top: 300px !important;
}

:root {
  --wp-space-header: 300px;
}

html .space-margin-top-small {
  margin-top: 15px !important;
}

:root {
  --wp-space-small: 15px;
}

html .space-margin-top-small-medium {
  margin-top: 30px !important;
}

:root {
  --wp-space-small-medium: 30px;
}

html .space-margin-top-medium {
  margin-top: 50px !important;
}

:root {
  --wp-space-medium: 50px;
}

html .space-margin-top-medium-great {
  margin-top: 80px !important;
}

:root {
  --wp-space-medium-great: 80px;
}

html .space-margin-top-great {
  margin-top: 100px !important;
}

:root {
  --wp-space-great: 100px;
}

html .space-margin-top-greater {
  margin-top: 150px !important;
}

:root {
  --wp-space-greater: 150px;
}

html .space-margin-top-greatest {
  margin-top: 300px !important;
}

:root {
  --wp-space-greatest: 300px;
}

html .space-margin-bottom-none {
  margin-bottom: 0 !important;
}

html .space-margin-bottom-header {
  margin-bottom: 300px !important;
}

:root {
  --wp-space-header: 300px;
}

html .space-margin-bottom-small {
  margin-bottom: 15px !important;
}

:root {
  --wp-space-small: 15px;
}

html .space-margin-bottom-small-medium {
  margin-bottom: 30px !important;
}

:root {
  --wp-space-small-medium: 30px;
}

html .space-margin-bottom-medium {
  margin-bottom: 50px !important;
}

:root {
  --wp-space-medium: 50px;
}

html .space-margin-bottom-medium-great {
  margin-bottom: 80px !important;
}

:root {
  --wp-space-medium-great: 80px;
}

html .space-margin-bottom-great {
  margin-bottom: 100px !important;
}

:root {
  --wp-space-great: 100px;
}

html .space-margin-bottom-greater {
  margin-bottom: 150px !important;
}

:root {
  --wp-space-greater: 150px;
}

html .space-margin-bottom-greatest {
  margin-bottom: 300px !important;
}

:root {
  --wp-space-greatest: 300px;
}

html .space-padding-top-none {
  padding-top: 0 !important;
}

html .space-padding-top-header {
  padding-top: 300px !important;
}

:root {
  --wp-space-header: 300px;
}

html .space-padding-top-small {
  padding-top: 15px !important;
}

:root {
  --wp-space-small: 15px;
}

html .space-padding-top-small-medium {
  padding-top: 30px !important;
}

:root {
  --wp-space-small-medium: 30px;
}

html .space-padding-top-medium {
  padding-top: 50px !important;
}

:root {
  --wp-space-medium: 50px;
}

html .space-padding-top-medium-great {
  padding-top: 80px !important;
}

:root {
  --wp-space-medium-great: 80px;
}

html .space-padding-top-great {
  padding-top: 100px !important;
}

:root {
  --wp-space-great: 100px;
}

html .space-padding-top-greater {
  padding-top: 150px !important;
}

:root {
  --wp-space-greater: 150px;
}

html .space-padding-top-greatest {
  padding-top: 300px !important;
}

:root {
  --wp-space-greatest: 300px;
}

html .space-padding-bottom-none {
  padding-bottom: 0 !important;
}

html .space-padding-bottom-header {
  padding-bottom: 300px !important;
}

:root {
  --wp-space-header: 300px;
}

html .space-padding-bottom-small {
  padding-bottom: 15px !important;
}

:root {
  --wp-space-small: 15px;
}

html .space-padding-bottom-small-medium {
  padding-bottom: 30px !important;
}

:root {
  --wp-space-small-medium: 30px;
}

html .space-padding-bottom-medium {
  padding-bottom: 50px !important;
}

:root {
  --wp-space-medium: 50px;
}

html .space-padding-bottom-medium-great {
  padding-bottom: 80px !important;
}

:root {
  --wp-space-medium-great: 80px;
}

html .space-padding-bottom-great {
  padding-bottom: 100px !important;
}

:root {
  --wp-space-great: 100px;
}

html .space-padding-bottom-greater {
  padding-bottom: 150px !important;
}

:root {
  --wp-space-greater: 150px;
}

html .space-padding-bottom-greatest {
  padding-bottom: 300px !important;
}

:root {
  --wp-space-greatest: 300px;
}

html .space-margin-left-none {
  margin-left: 0 !important;
}

html .space-margin-left-header {
  margin-left: 300px !important;
}

:root {
  --wp-space-header: 300px;
}

html .space-margin-left-small {
  margin-left: 15px !important;
}

:root {
  --wp-space-small: 15px;
}

html .space-margin-left-small-medium {
  margin-left: 30px !important;
}

:root {
  --wp-space-small-medium: 30px;
}

html .space-margin-left-medium {
  margin-left: 50px !important;
}

:root {
  --wp-space-medium: 50px;
}

html .space-margin-left-medium-great {
  margin-left: 80px !important;
}

:root {
  --wp-space-medium-great: 80px;
}

html .space-margin-left-great {
  margin-left: 100px !important;
}

:root {
  --wp-space-great: 100px;
}

html .space-margin-left-greater {
  margin-left: 150px !important;
}

:root {
  --wp-space-greater: 150px;
}

html .space-margin-left-greatest {
  margin-left: 300px !important;
}

:root {
  --wp-space-greatest: 300px;
}

html .space-margin-right-none {
  margin-right: 0 !important;
}

html .space-margin-right-header {
  margin-right: 300px !important;
}

:root {
  --wp-space-header: 300px;
}

html .space-margin-right-small {
  margin-right: 15px !important;
}

:root {
  --wp-space-small: 15px;
}

html .space-margin-right-small-medium {
  margin-right: 30px !important;
}

:root {
  --wp-space-small-medium: 30px;
}

html .space-margin-right-medium {
  margin-right: 50px !important;
}

:root {
  --wp-space-medium: 50px;
}

html .space-margin-right-medium-great {
  margin-right: 80px !important;
}

:root {
  --wp-space-medium-great: 80px;
}

html .space-margin-right-great {
  margin-right: 100px !important;
}

:root {
  --wp-space-great: 100px;
}

html .space-margin-right-greater {
  margin-right: 150px !important;
}

:root {
  --wp-space-greater: 150px;
}

html .space-margin-right-greatest {
  margin-right: 300px !important;
}

:root {
  --wp-space-greatest: 300px;
}

html .space-padding-left-none {
  padding-left: 0 !important;
}

html .space-padding-left-header {
  padding-left: 300px !important;
}

:root {
  --wp-space-header: 300px;
}

html .space-padding-left-small {
  padding-left: 15px !important;
}

:root {
  --wp-space-small: 15px;
}

html .space-padding-left-small-medium {
  padding-left: 30px !important;
}

:root {
  --wp-space-small-medium: 30px;
}

html .space-padding-left-medium {
  padding-left: 50px !important;
}

:root {
  --wp-space-medium: 50px;
}

html .space-padding-left-medium-great {
  padding-left: 80px !important;
}

:root {
  --wp-space-medium-great: 80px;
}

html .space-padding-left-great {
  padding-left: 100px !important;
}

:root {
  --wp-space-great: 100px;
}

html .space-padding-left-greater {
  padding-left: 150px !important;
}

:root {
  --wp-space-greater: 150px;
}

html .space-padding-left-greatest {
  padding-left: 300px !important;
}

:root {
  --wp-space-greatest: 300px;
}

html .space-padding-right-none {
  padding-right: 0 !important;
}

html .space-padding-right-header {
  padding-right: 300px !important;
}

:root {
  --wp-space-header: 300px;
}

html .space-padding-right-small {
  padding-right: 15px !important;
}

:root {
  --wp-space-small: 15px;
}

html .space-padding-right-small-medium {
  padding-right: 30px !important;
}

:root {
  --wp-space-small-medium: 30px;
}

html .space-padding-right-medium {
  padding-right: 50px !important;
}

:root {
  --wp-space-medium: 50px;
}

html .space-padding-right-medium-great {
  padding-right: 80px !important;
}

:root {
  --wp-space-medium-great: 80px;
}

html .space-padding-right-great {
  padding-right: 100px !important;
}

:root {
  --wp-space-great: 100px;
}

html .space-padding-right-greater {
  padding-right: 150px !important;
}

:root {
  --wp-space-greater: 150px;
}

html .space-padding-right-greatest {
  padding-right: 300px !important;
}

:root {
  --wp-space-greatest: 300px;
}

@media (max-width: 2150px) {
  .space-base-x {
    padding: 0 10%;
  }

  :root {
    --wp-space-base-x: map_get( $space_row_x_sizes, $bp_label );
  }

  :root {
    --wp-space-header: 300px;
  }

  html .space-height-header {
    height: 300px !important;
  }

  html .space-height-header-xl {
    height: 300px !important;
  }

  html .space-height-none-xl {
    height: 0 !important;
  }

  html .space-min-height-header {
    min-height: 300px !important;
  }

  html .space-min-height-header-xl {
    min-height: 300px !important;
  }

  html .space-min-height-none-xl {
    min-height: 0 !important;
  }

  html .space-margin-top-header {
    margin-top: 300px !important;
  }

  html .space-margin-top-header-xl {
    margin-top: 300px !important;
  }

  html .space-margin-top-none-xl {
    margin-top: 0 !important;
  }

  html .space-margin-bottom-header {
    margin-bottom: 300px !important;
  }

  html .space-margin-bottom-header-xl {
    margin-bottom: 300px !important;
  }

  html .space-margin-bottom-none-xl {
    margin-bottom: 0 !important;
  }

  html .space-padding-top-header {
    padding-top: 300px !important;
  }

  html .space-padding-top-header-xl {
    padding-top: 300px !important;
  }

  html .space-padding-top-none-xl {
    padding-top: 0 !important;
  }

  html .space-padding-bottom-header {
    padding-bottom: 300px !important;
  }

  html .space-padding-bottom-header-xl {
    padding-bottom: 300px !important;
  }

  html .space-padding-bottom-none-xl {
    padding-bottom: 0 !important;
  }

  html .space-margin-left-header {
    margin-left: 300px !important;
  }

  html .space-margin-left-header-xl {
    margin-left: 300px !important;
  }

  html .space-margin-left-none-xl {
    margin-left: 0 !important;
  }

  html .space-margin-right-header {
    margin-right: 300px !important;
  }

  html .space-margin-right-header-xl {
    margin-right: 300px !important;
  }

  html .space-margin-right-none-xl {
    margin-right: 0 !important;
  }

  html .space-padding-left-header {
    padding-left: 300px !important;
  }

  html .space-padding-left-header-xl {
    padding-left: 300px !important;
  }

  html .space-padding-left-none-xl {
    padding-left: 0 !important;
  }

  html .space-padding-right-header {
    padding-right: 300px !important;
  }

  html .space-padding-right-header-xl {
    padding-right: 300px !important;
  }

  html .space-padding-right-none-xl {
    padding-right: 0 !important;
  }

  :root {
    --wp-space-small: 15px;
  }

  html .space-height-small {
    height: 15px !important;
  }

  html .space-height-small-xl {
    height: 15px !important;
  }

  html .space-height-none-xl {
    height: 0 !important;
  }

  html .space-min-height-small {
    min-height: 15px !important;
  }

  html .space-min-height-small-xl {
    min-height: 15px !important;
  }

  html .space-min-height-none-xl {
    min-height: 0 !important;
  }

  html .space-margin-top-small {
    margin-top: 15px !important;
  }

  html .space-margin-top-small-xl {
    margin-top: 15px !important;
  }

  html .space-margin-top-none-xl {
    margin-top: 0 !important;
  }

  html .space-margin-bottom-small {
    margin-bottom: 15px !important;
  }

  html .space-margin-bottom-small-xl {
    margin-bottom: 15px !important;
  }

  html .space-margin-bottom-none-xl {
    margin-bottom: 0 !important;
  }

  html .space-padding-top-small {
    padding-top: 15px !important;
  }

  html .space-padding-top-small-xl {
    padding-top: 15px !important;
  }

  html .space-padding-top-none-xl {
    padding-top: 0 !important;
  }

  html .space-padding-bottom-small {
    padding-bottom: 15px !important;
  }

  html .space-padding-bottom-small-xl {
    padding-bottom: 15px !important;
  }

  html .space-padding-bottom-none-xl {
    padding-bottom: 0 !important;
  }

  html .space-margin-left-small {
    margin-left: 15px !important;
  }

  html .space-margin-left-small-xl {
    margin-left: 15px !important;
  }

  html .space-margin-left-none-xl {
    margin-left: 0 !important;
  }

  html .space-margin-right-small {
    margin-right: 15px !important;
  }

  html .space-margin-right-small-xl {
    margin-right: 15px !important;
  }

  html .space-margin-right-none-xl {
    margin-right: 0 !important;
  }

  html .space-padding-left-small {
    padding-left: 15px !important;
  }

  html .space-padding-left-small-xl {
    padding-left: 15px !important;
  }

  html .space-padding-left-none-xl {
    padding-left: 0 !important;
  }

  html .space-padding-right-small {
    padding-right: 15px !important;
  }

  html .space-padding-right-small-xl {
    padding-right: 15px !important;
  }

  html .space-padding-right-none-xl {
    padding-right: 0 !important;
  }

  :root {
    --wp-space-small-medium: 30px;
  }

  html .space-height-small-medium {
    height: 30px !important;
  }

  html .space-height-small-medium-xl {
    height: 30px !important;
  }

  html .space-height-none-xl {
    height: 0 !important;
  }

  html .space-min-height-small-medium {
    min-height: 30px !important;
  }

  html .space-min-height-small-medium-xl {
    min-height: 30px !important;
  }

  html .space-min-height-none-xl {
    min-height: 0 !important;
  }

  html .space-margin-top-small-medium {
    margin-top: 30px !important;
  }

  html .space-margin-top-small-medium-xl {
    margin-top: 30px !important;
  }

  html .space-margin-top-none-xl {
    margin-top: 0 !important;
  }

  html .space-margin-bottom-small-medium {
    margin-bottom: 30px !important;
  }

  html .space-margin-bottom-small-medium-xl {
    margin-bottom: 30px !important;
  }

  html .space-margin-bottom-none-xl {
    margin-bottom: 0 !important;
  }

  html .space-padding-top-small-medium {
    padding-top: 30px !important;
  }

  html .space-padding-top-small-medium-xl {
    padding-top: 30px !important;
  }

  html .space-padding-top-none-xl {
    padding-top: 0 !important;
  }

  html .space-padding-bottom-small-medium {
    padding-bottom: 30px !important;
  }

  html .space-padding-bottom-small-medium-xl {
    padding-bottom: 30px !important;
  }

  html .space-padding-bottom-none-xl {
    padding-bottom: 0 !important;
  }

  html .space-margin-left-small-medium {
    margin-left: 30px !important;
  }

  html .space-margin-left-small-medium-xl {
    margin-left: 30px !important;
  }

  html .space-margin-left-none-xl {
    margin-left: 0 !important;
  }

  html .space-margin-right-small-medium {
    margin-right: 30px !important;
  }

  html .space-margin-right-small-medium-xl {
    margin-right: 30px !important;
  }

  html .space-margin-right-none-xl {
    margin-right: 0 !important;
  }

  html .space-padding-left-small-medium {
    padding-left: 30px !important;
  }

  html .space-padding-left-small-medium-xl {
    padding-left: 30px !important;
  }

  html .space-padding-left-none-xl {
    padding-left: 0 !important;
  }

  html .space-padding-right-small-medium {
    padding-right: 30px !important;
  }

  html .space-padding-right-small-medium-xl {
    padding-right: 30px !important;
  }

  html .space-padding-right-none-xl {
    padding-right: 0 !important;
  }

  :root {
    --wp-space-medium: 50px;
  }

  html .space-height-medium {
    height: 50px !important;
  }

  html .space-height-medium-xl {
    height: 50px !important;
  }

  html .space-height-none-xl {
    height: 0 !important;
  }

  html .space-min-height-medium {
    min-height: 50px !important;
  }

  html .space-min-height-medium-xl {
    min-height: 50px !important;
  }

  html .space-min-height-none-xl {
    min-height: 0 !important;
  }

  html .space-margin-top-medium {
    margin-top: 50px !important;
  }

  html .space-margin-top-medium-xl {
    margin-top: 50px !important;
  }

  html .space-margin-top-none-xl {
    margin-top: 0 !important;
  }

  html .space-margin-bottom-medium {
    margin-bottom: 50px !important;
  }

  html .space-margin-bottom-medium-xl {
    margin-bottom: 50px !important;
  }

  html .space-margin-bottom-none-xl {
    margin-bottom: 0 !important;
  }

  html .space-padding-top-medium {
    padding-top: 50px !important;
  }

  html .space-padding-top-medium-xl {
    padding-top: 50px !important;
  }

  html .space-padding-top-none-xl {
    padding-top: 0 !important;
  }

  html .space-padding-bottom-medium {
    padding-bottom: 50px !important;
  }

  html .space-padding-bottom-medium-xl {
    padding-bottom: 50px !important;
  }

  html .space-padding-bottom-none-xl {
    padding-bottom: 0 !important;
  }

  html .space-margin-left-medium {
    margin-left: 50px !important;
  }

  html .space-margin-left-medium-xl {
    margin-left: 50px !important;
  }

  html .space-margin-left-none-xl {
    margin-left: 0 !important;
  }

  html .space-margin-right-medium {
    margin-right: 50px !important;
  }

  html .space-margin-right-medium-xl {
    margin-right: 50px !important;
  }

  html .space-margin-right-none-xl {
    margin-right: 0 !important;
  }

  html .space-padding-left-medium {
    padding-left: 50px !important;
  }

  html .space-padding-left-medium-xl {
    padding-left: 50px !important;
  }

  html .space-padding-left-none-xl {
    padding-left: 0 !important;
  }

  html .space-padding-right-medium {
    padding-right: 50px !important;
  }

  html .space-padding-right-medium-xl {
    padding-right: 50px !important;
  }

  html .space-padding-right-none-xl {
    padding-right: 0 !important;
  }

  :root {
    --wp-space-medium-great: 80px;
  }

  html .space-height-medium-great {
    height: 80px !important;
  }

  html .space-height-medium-great-xl {
    height: 80px !important;
  }

  html .space-height-none-xl {
    height: 0 !important;
  }

  html .space-min-height-medium-great {
    min-height: 80px !important;
  }

  html .space-min-height-medium-great-xl {
    min-height: 80px !important;
  }

  html .space-min-height-none-xl {
    min-height: 0 !important;
  }

  html .space-margin-top-medium-great {
    margin-top: 80px !important;
  }

  html .space-margin-top-medium-great-xl {
    margin-top: 80px !important;
  }

  html .space-margin-top-none-xl {
    margin-top: 0 !important;
  }

  html .space-margin-bottom-medium-great {
    margin-bottom: 80px !important;
  }

  html .space-margin-bottom-medium-great-xl {
    margin-bottom: 80px !important;
  }

  html .space-margin-bottom-none-xl {
    margin-bottom: 0 !important;
  }

  html .space-padding-top-medium-great {
    padding-top: 80px !important;
  }

  html .space-padding-top-medium-great-xl {
    padding-top: 80px !important;
  }

  html .space-padding-top-none-xl {
    padding-top: 0 !important;
  }

  html .space-padding-bottom-medium-great {
    padding-bottom: 80px !important;
  }

  html .space-padding-bottom-medium-great-xl {
    padding-bottom: 80px !important;
  }

  html .space-padding-bottom-none-xl {
    padding-bottom: 0 !important;
  }

  html .space-margin-left-medium-great {
    margin-left: 80px !important;
  }

  html .space-margin-left-medium-great-xl {
    margin-left: 80px !important;
  }

  html .space-margin-left-none-xl {
    margin-left: 0 !important;
  }

  html .space-margin-right-medium-great {
    margin-right: 80px !important;
  }

  html .space-margin-right-medium-great-xl {
    margin-right: 80px !important;
  }

  html .space-margin-right-none-xl {
    margin-right: 0 !important;
  }

  html .space-padding-left-medium-great {
    padding-left: 80px !important;
  }

  html .space-padding-left-medium-great-xl {
    padding-left: 80px !important;
  }

  html .space-padding-left-none-xl {
    padding-left: 0 !important;
  }

  html .space-padding-right-medium-great {
    padding-right: 80px !important;
  }

  html .space-padding-right-medium-great-xl {
    padding-right: 80px !important;
  }

  html .space-padding-right-none-xl {
    padding-right: 0 !important;
  }

  :root {
    --wp-space-great: 100px;
  }

  html .space-height-great {
    height: 100px !important;
  }

  html .space-height-great-xl {
    height: 100px !important;
  }

  html .space-height-none-xl {
    height: 0 !important;
  }

  html .space-min-height-great {
    min-height: 100px !important;
  }

  html .space-min-height-great-xl {
    min-height: 100px !important;
  }

  html .space-min-height-none-xl {
    min-height: 0 !important;
  }

  html .space-margin-top-great {
    margin-top: 100px !important;
  }

  html .space-margin-top-great-xl {
    margin-top: 100px !important;
  }

  html .space-margin-top-none-xl {
    margin-top: 0 !important;
  }

  html .space-margin-bottom-great {
    margin-bottom: 100px !important;
  }

  html .space-margin-bottom-great-xl {
    margin-bottom: 100px !important;
  }

  html .space-margin-bottom-none-xl {
    margin-bottom: 0 !important;
  }

  html .space-padding-top-great {
    padding-top: 100px !important;
  }

  html .space-padding-top-great-xl {
    padding-top: 100px !important;
  }

  html .space-padding-top-none-xl {
    padding-top: 0 !important;
  }

  html .space-padding-bottom-great {
    padding-bottom: 100px !important;
  }

  html .space-padding-bottom-great-xl {
    padding-bottom: 100px !important;
  }

  html .space-padding-bottom-none-xl {
    padding-bottom: 0 !important;
  }

  html .space-margin-left-great {
    margin-left: 100px !important;
  }

  html .space-margin-left-great-xl {
    margin-left: 100px !important;
  }

  html .space-margin-left-none-xl {
    margin-left: 0 !important;
  }

  html .space-margin-right-great {
    margin-right: 100px !important;
  }

  html .space-margin-right-great-xl {
    margin-right: 100px !important;
  }

  html .space-margin-right-none-xl {
    margin-right: 0 !important;
  }

  html .space-padding-left-great {
    padding-left: 100px !important;
  }

  html .space-padding-left-great-xl {
    padding-left: 100px !important;
  }

  html .space-padding-left-none-xl {
    padding-left: 0 !important;
  }

  html .space-padding-right-great {
    padding-right: 100px !important;
  }

  html .space-padding-right-great-xl {
    padding-right: 100px !important;
  }

  html .space-padding-right-none-xl {
    padding-right: 0 !important;
  }

  :root {
    --wp-space-greater: 150px;
  }

  html .space-height-greater {
    height: 150px !important;
  }

  html .space-height-greater-xl {
    height: 150px !important;
  }

  html .space-height-none-xl {
    height: 0 !important;
  }

  html .space-min-height-greater {
    min-height: 150px !important;
  }

  html .space-min-height-greater-xl {
    min-height: 150px !important;
  }

  html .space-min-height-none-xl {
    min-height: 0 !important;
  }

  html .space-margin-top-greater {
    margin-top: 150px !important;
  }

  html .space-margin-top-greater-xl {
    margin-top: 150px !important;
  }

  html .space-margin-top-none-xl {
    margin-top: 0 !important;
  }

  html .space-margin-bottom-greater {
    margin-bottom: 150px !important;
  }

  html .space-margin-bottom-greater-xl {
    margin-bottom: 150px !important;
  }

  html .space-margin-bottom-none-xl {
    margin-bottom: 0 !important;
  }

  html .space-padding-top-greater {
    padding-top: 150px !important;
  }

  html .space-padding-top-greater-xl {
    padding-top: 150px !important;
  }

  html .space-padding-top-none-xl {
    padding-top: 0 !important;
  }

  html .space-padding-bottom-greater {
    padding-bottom: 150px !important;
  }

  html .space-padding-bottom-greater-xl {
    padding-bottom: 150px !important;
  }

  html .space-padding-bottom-none-xl {
    padding-bottom: 0 !important;
  }

  html .space-margin-left-greater {
    margin-left: 150px !important;
  }

  html .space-margin-left-greater-xl {
    margin-left: 150px !important;
  }

  html .space-margin-left-none-xl {
    margin-left: 0 !important;
  }

  html .space-margin-right-greater {
    margin-right: 150px !important;
  }

  html .space-margin-right-greater-xl {
    margin-right: 150px !important;
  }

  html .space-margin-right-none-xl {
    margin-right: 0 !important;
  }

  html .space-padding-left-greater {
    padding-left: 150px !important;
  }

  html .space-padding-left-greater-xl {
    padding-left: 150px !important;
  }

  html .space-padding-left-none-xl {
    padding-left: 0 !important;
  }

  html .space-padding-right-greater {
    padding-right: 150px !important;
  }

  html .space-padding-right-greater-xl {
    padding-right: 150px !important;
  }

  html .space-padding-right-none-xl {
    padding-right: 0 !important;
  }

  :root {
    --wp-space-greatest: 300px;
  }

  html .space-height-greatest {
    height: 300px !important;
  }

  html .space-height-greatest-xl {
    height: 300px !important;
  }

  html .space-height-none-xl {
    height: 0 !important;
  }

  html .space-min-height-greatest {
    min-height: 300px !important;
  }

  html .space-min-height-greatest-xl {
    min-height: 300px !important;
  }

  html .space-min-height-none-xl {
    min-height: 0 !important;
  }

  html .space-margin-top-greatest {
    margin-top: 300px !important;
  }

  html .space-margin-top-greatest-xl {
    margin-top: 300px !important;
  }

  html .space-margin-top-none-xl {
    margin-top: 0 !important;
  }

  html .space-margin-bottom-greatest {
    margin-bottom: 300px !important;
  }

  html .space-margin-bottom-greatest-xl {
    margin-bottom: 300px !important;
  }

  html .space-margin-bottom-none-xl {
    margin-bottom: 0 !important;
  }

  html .space-padding-top-greatest {
    padding-top: 300px !important;
  }

  html .space-padding-top-greatest-xl {
    padding-top: 300px !important;
  }

  html .space-padding-top-none-xl {
    padding-top: 0 !important;
  }

  html .space-padding-bottom-greatest {
    padding-bottom: 300px !important;
  }

  html .space-padding-bottom-greatest-xl {
    padding-bottom: 300px !important;
  }

  html .space-padding-bottom-none-xl {
    padding-bottom: 0 !important;
  }

  html .space-margin-left-greatest {
    margin-left: 300px !important;
  }

  html .space-margin-left-greatest-xl {
    margin-left: 300px !important;
  }

  html .space-margin-left-none-xl {
    margin-left: 0 !important;
  }

  html .space-margin-right-greatest {
    margin-right: 300px !important;
  }

  html .space-margin-right-greatest-xl {
    margin-right: 300px !important;
  }

  html .space-margin-right-none-xl {
    margin-right: 0 !important;
  }

  html .space-padding-left-greatest {
    padding-left: 300px !important;
  }

  html .space-padding-left-greatest-xl {
    padding-left: 300px !important;
  }

  html .space-padding-left-none-xl {
    padding-left: 0 !important;
  }

  html .space-padding-right-greatest {
    padding-right: 300px !important;
  }

  html .space-padding-right-greatest-xl {
    padding-right: 300px !important;
  }

  html .space-padding-right-none-xl {
    padding-right: 0 !important;
  }
}
@media (max-width: 1650px) {
  .space-base-x {
    padding: 0 160px;
  }

  :root {
    --wp-space-base-x: map_get( $space_row_x_sizes, $bp_label );
  }

  :root {
    --wp-space-header: 300px;
  }

  html .space-height-header {
    height: 300px !important;
  }

  html .space-height-header-lg {
    height: 300px !important;
  }

  html .space-height-none-lg {
    height: 0 !important;
  }

  html .space-min-height-header {
    min-height: 300px !important;
  }

  html .space-min-height-header-lg {
    min-height: 300px !important;
  }

  html .space-min-height-none-lg {
    min-height: 0 !important;
  }

  html .space-margin-top-header {
    margin-top: 300px !important;
  }

  html .space-margin-top-header-lg {
    margin-top: 300px !important;
  }

  html .space-margin-top-none-lg {
    margin-top: 0 !important;
  }

  html .space-margin-bottom-header {
    margin-bottom: 300px !important;
  }

  html .space-margin-bottom-header-lg {
    margin-bottom: 300px !important;
  }

  html .space-margin-bottom-none-lg {
    margin-bottom: 0 !important;
  }

  html .space-padding-top-header {
    padding-top: 300px !important;
  }

  html .space-padding-top-header-lg {
    padding-top: 300px !important;
  }

  html .space-padding-top-none-lg {
    padding-top: 0 !important;
  }

  html .space-padding-bottom-header {
    padding-bottom: 300px !important;
  }

  html .space-padding-bottom-header-lg {
    padding-bottom: 300px !important;
  }

  html .space-padding-bottom-none-lg {
    padding-bottom: 0 !important;
  }

  html .space-margin-left-header {
    margin-left: 300px !important;
  }

  html .space-margin-left-header-lg {
    margin-left: 300px !important;
  }

  html .space-margin-left-none-lg {
    margin-left: 0 !important;
  }

  html .space-margin-right-header {
    margin-right: 300px !important;
  }

  html .space-margin-right-header-lg {
    margin-right: 300px !important;
  }

  html .space-margin-right-none-lg {
    margin-right: 0 !important;
  }

  html .space-padding-left-header {
    padding-left: 300px !important;
  }

  html .space-padding-left-header-lg {
    padding-left: 300px !important;
  }

  html .space-padding-left-none-lg {
    padding-left: 0 !important;
  }

  html .space-padding-right-header {
    padding-right: 300px !important;
  }

  html .space-padding-right-header-lg {
    padding-right: 300px !important;
  }

  html .space-padding-right-none-lg {
    padding-right: 0 !important;
  }

  :root {
    --wp-space-small: 15px;
  }

  html .space-height-small {
    height: 15px !important;
  }

  html .space-height-small-lg {
    height: 15px !important;
  }

  html .space-height-none-lg {
    height: 0 !important;
  }

  html .space-min-height-small {
    min-height: 15px !important;
  }

  html .space-min-height-small-lg {
    min-height: 15px !important;
  }

  html .space-min-height-none-lg {
    min-height: 0 !important;
  }

  html .space-margin-top-small {
    margin-top: 15px !important;
  }

  html .space-margin-top-small-lg {
    margin-top: 15px !important;
  }

  html .space-margin-top-none-lg {
    margin-top: 0 !important;
  }

  html .space-margin-bottom-small {
    margin-bottom: 15px !important;
  }

  html .space-margin-bottom-small-lg {
    margin-bottom: 15px !important;
  }

  html .space-margin-bottom-none-lg {
    margin-bottom: 0 !important;
  }

  html .space-padding-top-small {
    padding-top: 15px !important;
  }

  html .space-padding-top-small-lg {
    padding-top: 15px !important;
  }

  html .space-padding-top-none-lg {
    padding-top: 0 !important;
  }

  html .space-padding-bottom-small {
    padding-bottom: 15px !important;
  }

  html .space-padding-bottom-small-lg {
    padding-bottom: 15px !important;
  }

  html .space-padding-bottom-none-lg {
    padding-bottom: 0 !important;
  }

  html .space-margin-left-small {
    margin-left: 15px !important;
  }

  html .space-margin-left-small-lg {
    margin-left: 15px !important;
  }

  html .space-margin-left-none-lg {
    margin-left: 0 !important;
  }

  html .space-margin-right-small {
    margin-right: 15px !important;
  }

  html .space-margin-right-small-lg {
    margin-right: 15px !important;
  }

  html .space-margin-right-none-lg {
    margin-right: 0 !important;
  }

  html .space-padding-left-small {
    padding-left: 15px !important;
  }

  html .space-padding-left-small-lg {
    padding-left: 15px !important;
  }

  html .space-padding-left-none-lg {
    padding-left: 0 !important;
  }

  html .space-padding-right-small {
    padding-right: 15px !important;
  }

  html .space-padding-right-small-lg {
    padding-right: 15px !important;
  }

  html .space-padding-right-none-lg {
    padding-right: 0 !important;
  }

  :root {
    --wp-space-small-medium: 30px;
  }

  html .space-height-small-medium {
    height: 30px !important;
  }

  html .space-height-small-medium-lg {
    height: 30px !important;
  }

  html .space-height-none-lg {
    height: 0 !important;
  }

  html .space-min-height-small-medium {
    min-height: 30px !important;
  }

  html .space-min-height-small-medium-lg {
    min-height: 30px !important;
  }

  html .space-min-height-none-lg {
    min-height: 0 !important;
  }

  html .space-margin-top-small-medium {
    margin-top: 30px !important;
  }

  html .space-margin-top-small-medium-lg {
    margin-top: 30px !important;
  }

  html .space-margin-top-none-lg {
    margin-top: 0 !important;
  }

  html .space-margin-bottom-small-medium {
    margin-bottom: 30px !important;
  }

  html .space-margin-bottom-small-medium-lg {
    margin-bottom: 30px !important;
  }

  html .space-margin-bottom-none-lg {
    margin-bottom: 0 !important;
  }

  html .space-padding-top-small-medium {
    padding-top: 30px !important;
  }

  html .space-padding-top-small-medium-lg {
    padding-top: 30px !important;
  }

  html .space-padding-top-none-lg {
    padding-top: 0 !important;
  }

  html .space-padding-bottom-small-medium {
    padding-bottom: 30px !important;
  }

  html .space-padding-bottom-small-medium-lg {
    padding-bottom: 30px !important;
  }

  html .space-padding-bottom-none-lg {
    padding-bottom: 0 !important;
  }

  html .space-margin-left-small-medium {
    margin-left: 30px !important;
  }

  html .space-margin-left-small-medium-lg {
    margin-left: 30px !important;
  }

  html .space-margin-left-none-lg {
    margin-left: 0 !important;
  }

  html .space-margin-right-small-medium {
    margin-right: 30px !important;
  }

  html .space-margin-right-small-medium-lg {
    margin-right: 30px !important;
  }

  html .space-margin-right-none-lg {
    margin-right: 0 !important;
  }

  html .space-padding-left-small-medium {
    padding-left: 30px !important;
  }

  html .space-padding-left-small-medium-lg {
    padding-left: 30px !important;
  }

  html .space-padding-left-none-lg {
    padding-left: 0 !important;
  }

  html .space-padding-right-small-medium {
    padding-right: 30px !important;
  }

  html .space-padding-right-small-medium-lg {
    padding-right: 30px !important;
  }

  html .space-padding-right-none-lg {
    padding-right: 0 !important;
  }

  :root {
    --wp-space-medium: 50px;
  }

  html .space-height-medium {
    height: 50px !important;
  }

  html .space-height-medium-lg {
    height: 50px !important;
  }

  html .space-height-none-lg {
    height: 0 !important;
  }

  html .space-min-height-medium {
    min-height: 50px !important;
  }

  html .space-min-height-medium-lg {
    min-height: 50px !important;
  }

  html .space-min-height-none-lg {
    min-height: 0 !important;
  }

  html .space-margin-top-medium {
    margin-top: 50px !important;
  }

  html .space-margin-top-medium-lg {
    margin-top: 50px !important;
  }

  html .space-margin-top-none-lg {
    margin-top: 0 !important;
  }

  html .space-margin-bottom-medium {
    margin-bottom: 50px !important;
  }

  html .space-margin-bottom-medium-lg {
    margin-bottom: 50px !important;
  }

  html .space-margin-bottom-none-lg {
    margin-bottom: 0 !important;
  }

  html .space-padding-top-medium {
    padding-top: 50px !important;
  }

  html .space-padding-top-medium-lg {
    padding-top: 50px !important;
  }

  html .space-padding-top-none-lg {
    padding-top: 0 !important;
  }

  html .space-padding-bottom-medium {
    padding-bottom: 50px !important;
  }

  html .space-padding-bottom-medium-lg {
    padding-bottom: 50px !important;
  }

  html .space-padding-bottom-none-lg {
    padding-bottom: 0 !important;
  }

  html .space-margin-left-medium {
    margin-left: 50px !important;
  }

  html .space-margin-left-medium-lg {
    margin-left: 50px !important;
  }

  html .space-margin-left-none-lg {
    margin-left: 0 !important;
  }

  html .space-margin-right-medium {
    margin-right: 50px !important;
  }

  html .space-margin-right-medium-lg {
    margin-right: 50px !important;
  }

  html .space-margin-right-none-lg {
    margin-right: 0 !important;
  }

  html .space-padding-left-medium {
    padding-left: 50px !important;
  }

  html .space-padding-left-medium-lg {
    padding-left: 50px !important;
  }

  html .space-padding-left-none-lg {
    padding-left: 0 !important;
  }

  html .space-padding-right-medium {
    padding-right: 50px !important;
  }

  html .space-padding-right-medium-lg {
    padding-right: 50px !important;
  }

  html .space-padding-right-none-lg {
    padding-right: 0 !important;
  }

  :root {
    --wp-space-medium-great: 80px;
  }

  html .space-height-medium-great {
    height: 80px !important;
  }

  html .space-height-medium-great-lg {
    height: 80px !important;
  }

  html .space-height-none-lg {
    height: 0 !important;
  }

  html .space-min-height-medium-great {
    min-height: 80px !important;
  }

  html .space-min-height-medium-great-lg {
    min-height: 80px !important;
  }

  html .space-min-height-none-lg {
    min-height: 0 !important;
  }

  html .space-margin-top-medium-great {
    margin-top: 80px !important;
  }

  html .space-margin-top-medium-great-lg {
    margin-top: 80px !important;
  }

  html .space-margin-top-none-lg {
    margin-top: 0 !important;
  }

  html .space-margin-bottom-medium-great {
    margin-bottom: 80px !important;
  }

  html .space-margin-bottom-medium-great-lg {
    margin-bottom: 80px !important;
  }

  html .space-margin-bottom-none-lg {
    margin-bottom: 0 !important;
  }

  html .space-padding-top-medium-great {
    padding-top: 80px !important;
  }

  html .space-padding-top-medium-great-lg {
    padding-top: 80px !important;
  }

  html .space-padding-top-none-lg {
    padding-top: 0 !important;
  }

  html .space-padding-bottom-medium-great {
    padding-bottom: 80px !important;
  }

  html .space-padding-bottom-medium-great-lg {
    padding-bottom: 80px !important;
  }

  html .space-padding-bottom-none-lg {
    padding-bottom: 0 !important;
  }

  html .space-margin-left-medium-great {
    margin-left: 80px !important;
  }

  html .space-margin-left-medium-great-lg {
    margin-left: 80px !important;
  }

  html .space-margin-left-none-lg {
    margin-left: 0 !important;
  }

  html .space-margin-right-medium-great {
    margin-right: 80px !important;
  }

  html .space-margin-right-medium-great-lg {
    margin-right: 80px !important;
  }

  html .space-margin-right-none-lg {
    margin-right: 0 !important;
  }

  html .space-padding-left-medium-great {
    padding-left: 80px !important;
  }

  html .space-padding-left-medium-great-lg {
    padding-left: 80px !important;
  }

  html .space-padding-left-none-lg {
    padding-left: 0 !important;
  }

  html .space-padding-right-medium-great {
    padding-right: 80px !important;
  }

  html .space-padding-right-medium-great-lg {
    padding-right: 80px !important;
  }

  html .space-padding-right-none-lg {
    padding-right: 0 !important;
  }

  :root {
    --wp-space-great: 100px;
  }

  html .space-height-great {
    height: 100px !important;
  }

  html .space-height-great-lg {
    height: 100px !important;
  }

  html .space-height-none-lg {
    height: 0 !important;
  }

  html .space-min-height-great {
    min-height: 100px !important;
  }

  html .space-min-height-great-lg {
    min-height: 100px !important;
  }

  html .space-min-height-none-lg {
    min-height: 0 !important;
  }

  html .space-margin-top-great {
    margin-top: 100px !important;
  }

  html .space-margin-top-great-lg {
    margin-top: 100px !important;
  }

  html .space-margin-top-none-lg {
    margin-top: 0 !important;
  }

  html .space-margin-bottom-great {
    margin-bottom: 100px !important;
  }

  html .space-margin-bottom-great-lg {
    margin-bottom: 100px !important;
  }

  html .space-margin-bottom-none-lg {
    margin-bottom: 0 !important;
  }

  html .space-padding-top-great {
    padding-top: 100px !important;
  }

  html .space-padding-top-great-lg {
    padding-top: 100px !important;
  }

  html .space-padding-top-none-lg {
    padding-top: 0 !important;
  }

  html .space-padding-bottom-great {
    padding-bottom: 100px !important;
  }

  html .space-padding-bottom-great-lg {
    padding-bottom: 100px !important;
  }

  html .space-padding-bottom-none-lg {
    padding-bottom: 0 !important;
  }

  html .space-margin-left-great {
    margin-left: 100px !important;
  }

  html .space-margin-left-great-lg {
    margin-left: 100px !important;
  }

  html .space-margin-left-none-lg {
    margin-left: 0 !important;
  }

  html .space-margin-right-great {
    margin-right: 100px !important;
  }

  html .space-margin-right-great-lg {
    margin-right: 100px !important;
  }

  html .space-margin-right-none-lg {
    margin-right: 0 !important;
  }

  html .space-padding-left-great {
    padding-left: 100px !important;
  }

  html .space-padding-left-great-lg {
    padding-left: 100px !important;
  }

  html .space-padding-left-none-lg {
    padding-left: 0 !important;
  }

  html .space-padding-right-great {
    padding-right: 100px !important;
  }

  html .space-padding-right-great-lg {
    padding-right: 100px !important;
  }

  html .space-padding-right-none-lg {
    padding-right: 0 !important;
  }

  :root {
    --wp-space-greater: 130px;
  }

  html .space-height-greater {
    height: 130px !important;
  }

  html .space-height-greater-lg {
    height: 130px !important;
  }

  html .space-height-none-lg {
    height: 0 !important;
  }

  html .space-min-height-greater {
    min-height: 130px !important;
  }

  html .space-min-height-greater-lg {
    min-height: 130px !important;
  }

  html .space-min-height-none-lg {
    min-height: 0 !important;
  }

  html .space-margin-top-greater {
    margin-top: 130px !important;
  }

  html .space-margin-top-greater-lg {
    margin-top: 130px !important;
  }

  html .space-margin-top-none-lg {
    margin-top: 0 !important;
  }

  html .space-margin-bottom-greater {
    margin-bottom: 130px !important;
  }

  html .space-margin-bottom-greater-lg {
    margin-bottom: 130px !important;
  }

  html .space-margin-bottom-none-lg {
    margin-bottom: 0 !important;
  }

  html .space-padding-top-greater {
    padding-top: 130px !important;
  }

  html .space-padding-top-greater-lg {
    padding-top: 130px !important;
  }

  html .space-padding-top-none-lg {
    padding-top: 0 !important;
  }

  html .space-padding-bottom-greater {
    padding-bottom: 130px !important;
  }

  html .space-padding-bottom-greater-lg {
    padding-bottom: 130px !important;
  }

  html .space-padding-bottom-none-lg {
    padding-bottom: 0 !important;
  }

  html .space-margin-left-greater {
    margin-left: 130px !important;
  }

  html .space-margin-left-greater-lg {
    margin-left: 130px !important;
  }

  html .space-margin-left-none-lg {
    margin-left: 0 !important;
  }

  html .space-margin-right-greater {
    margin-right: 130px !important;
  }

  html .space-margin-right-greater-lg {
    margin-right: 130px !important;
  }

  html .space-margin-right-none-lg {
    margin-right: 0 !important;
  }

  html .space-padding-left-greater {
    padding-left: 130px !important;
  }

  html .space-padding-left-greater-lg {
    padding-left: 130px !important;
  }

  html .space-padding-left-none-lg {
    padding-left: 0 !important;
  }

  html .space-padding-right-greater {
    padding-right: 130px !important;
  }

  html .space-padding-right-greater-lg {
    padding-right: 130px !important;
  }

  html .space-padding-right-none-lg {
    padding-right: 0 !important;
  }

  :root {
    --wp-space-greatest: 250px;
  }

  html .space-height-greatest {
    height: 250px !important;
  }

  html .space-height-greatest-lg {
    height: 250px !important;
  }

  html .space-height-none-lg {
    height: 0 !important;
  }

  html .space-min-height-greatest {
    min-height: 250px !important;
  }

  html .space-min-height-greatest-lg {
    min-height: 250px !important;
  }

  html .space-min-height-none-lg {
    min-height: 0 !important;
  }

  html .space-margin-top-greatest {
    margin-top: 250px !important;
  }

  html .space-margin-top-greatest-lg {
    margin-top: 250px !important;
  }

  html .space-margin-top-none-lg {
    margin-top: 0 !important;
  }

  html .space-margin-bottom-greatest {
    margin-bottom: 250px !important;
  }

  html .space-margin-bottom-greatest-lg {
    margin-bottom: 250px !important;
  }

  html .space-margin-bottom-none-lg {
    margin-bottom: 0 !important;
  }

  html .space-padding-top-greatest {
    padding-top: 250px !important;
  }

  html .space-padding-top-greatest-lg {
    padding-top: 250px !important;
  }

  html .space-padding-top-none-lg {
    padding-top: 0 !important;
  }

  html .space-padding-bottom-greatest {
    padding-bottom: 250px !important;
  }

  html .space-padding-bottom-greatest-lg {
    padding-bottom: 250px !important;
  }

  html .space-padding-bottom-none-lg {
    padding-bottom: 0 !important;
  }

  html .space-margin-left-greatest {
    margin-left: 250px !important;
  }

  html .space-margin-left-greatest-lg {
    margin-left: 250px !important;
  }

  html .space-margin-left-none-lg {
    margin-left: 0 !important;
  }

  html .space-margin-right-greatest {
    margin-right: 250px !important;
  }

  html .space-margin-right-greatest-lg {
    margin-right: 250px !important;
  }

  html .space-margin-right-none-lg {
    margin-right: 0 !important;
  }

  html .space-padding-left-greatest {
    padding-left: 250px !important;
  }

  html .space-padding-left-greatest-lg {
    padding-left: 250px !important;
  }

  html .space-padding-left-none-lg {
    padding-left: 0 !important;
  }

  html .space-padding-right-greatest {
    padding-right: 250px !important;
  }

  html .space-padding-right-greatest-lg {
    padding-right: 250px !important;
  }

  html .space-padding-right-none-lg {
    padding-right: 0 !important;
  }
}
@media (max-width: 1200px) {
  .space-base-x {
    padding: 0 80px;
  }

  :root {
    --wp-space-base-x: map_get( $space_row_x_sizes, $bp_label );
  }

  :root {
    --wp-space-header: 300px;
  }

  html .space-height-header {
    height: 300px !important;
  }

  html .space-height-header-lm {
    height: 300px !important;
  }

  html .space-height-none-lm {
    height: 0 !important;
  }

  html .space-min-height-header {
    min-height: 300px !important;
  }

  html .space-min-height-header-lm {
    min-height: 300px !important;
  }

  html .space-min-height-none-lm {
    min-height: 0 !important;
  }

  html .space-margin-top-header {
    margin-top: 300px !important;
  }

  html .space-margin-top-header-lm {
    margin-top: 300px !important;
  }

  html .space-margin-top-none-lm {
    margin-top: 0 !important;
  }

  html .space-margin-bottom-header {
    margin-bottom: 300px !important;
  }

  html .space-margin-bottom-header-lm {
    margin-bottom: 300px !important;
  }

  html .space-margin-bottom-none-lm {
    margin-bottom: 0 !important;
  }

  html .space-padding-top-header {
    padding-top: 300px !important;
  }

  html .space-padding-top-header-lm {
    padding-top: 300px !important;
  }

  html .space-padding-top-none-lm {
    padding-top: 0 !important;
  }

  html .space-padding-bottom-header {
    padding-bottom: 300px !important;
  }

  html .space-padding-bottom-header-lm {
    padding-bottom: 300px !important;
  }

  html .space-padding-bottom-none-lm {
    padding-bottom: 0 !important;
  }

  html .space-margin-left-header {
    margin-left: 300px !important;
  }

  html .space-margin-left-header-lm {
    margin-left: 300px !important;
  }

  html .space-margin-left-none-lm {
    margin-left: 0 !important;
  }

  html .space-margin-right-header {
    margin-right: 300px !important;
  }

  html .space-margin-right-header-lm {
    margin-right: 300px !important;
  }

  html .space-margin-right-none-lm {
    margin-right: 0 !important;
  }

  html .space-padding-left-header {
    padding-left: 300px !important;
  }

  html .space-padding-left-header-lm {
    padding-left: 300px !important;
  }

  html .space-padding-left-none-lm {
    padding-left: 0 !important;
  }

  html .space-padding-right-header {
    padding-right: 300px !important;
  }

  html .space-padding-right-header-lm {
    padding-right: 300px !important;
  }

  html .space-padding-right-none-lm {
    padding-right: 0 !important;
  }

  :root {
    --wp-space-small: 15px;
  }

  html .space-height-small {
    height: 15px !important;
  }

  html .space-height-small-lm {
    height: 15px !important;
  }

  html .space-height-none-lm {
    height: 0 !important;
  }

  html .space-min-height-small {
    min-height: 15px !important;
  }

  html .space-min-height-small-lm {
    min-height: 15px !important;
  }

  html .space-min-height-none-lm {
    min-height: 0 !important;
  }

  html .space-margin-top-small {
    margin-top: 15px !important;
  }

  html .space-margin-top-small-lm {
    margin-top: 15px !important;
  }

  html .space-margin-top-none-lm {
    margin-top: 0 !important;
  }

  html .space-margin-bottom-small {
    margin-bottom: 15px !important;
  }

  html .space-margin-bottom-small-lm {
    margin-bottom: 15px !important;
  }

  html .space-margin-bottom-none-lm {
    margin-bottom: 0 !important;
  }

  html .space-padding-top-small {
    padding-top: 15px !important;
  }

  html .space-padding-top-small-lm {
    padding-top: 15px !important;
  }

  html .space-padding-top-none-lm {
    padding-top: 0 !important;
  }

  html .space-padding-bottom-small {
    padding-bottom: 15px !important;
  }

  html .space-padding-bottom-small-lm {
    padding-bottom: 15px !important;
  }

  html .space-padding-bottom-none-lm {
    padding-bottom: 0 !important;
  }

  html .space-margin-left-small {
    margin-left: 15px !important;
  }

  html .space-margin-left-small-lm {
    margin-left: 15px !important;
  }

  html .space-margin-left-none-lm {
    margin-left: 0 !important;
  }

  html .space-margin-right-small {
    margin-right: 15px !important;
  }

  html .space-margin-right-small-lm {
    margin-right: 15px !important;
  }

  html .space-margin-right-none-lm {
    margin-right: 0 !important;
  }

  html .space-padding-left-small {
    padding-left: 15px !important;
  }

  html .space-padding-left-small-lm {
    padding-left: 15px !important;
  }

  html .space-padding-left-none-lm {
    padding-left: 0 !important;
  }

  html .space-padding-right-small {
    padding-right: 15px !important;
  }

  html .space-padding-right-small-lm {
    padding-right: 15px !important;
  }

  html .space-padding-right-none-lm {
    padding-right: 0 !important;
  }

  :root {
    --wp-space-small-medium: 30px;
  }

  html .space-height-small-medium {
    height: 30px !important;
  }

  html .space-height-small-medium-lm {
    height: 30px !important;
  }

  html .space-height-none-lm {
    height: 0 !important;
  }

  html .space-min-height-small-medium {
    min-height: 30px !important;
  }

  html .space-min-height-small-medium-lm {
    min-height: 30px !important;
  }

  html .space-min-height-none-lm {
    min-height: 0 !important;
  }

  html .space-margin-top-small-medium {
    margin-top: 30px !important;
  }

  html .space-margin-top-small-medium-lm {
    margin-top: 30px !important;
  }

  html .space-margin-top-none-lm {
    margin-top: 0 !important;
  }

  html .space-margin-bottom-small-medium {
    margin-bottom: 30px !important;
  }

  html .space-margin-bottom-small-medium-lm {
    margin-bottom: 30px !important;
  }

  html .space-margin-bottom-none-lm {
    margin-bottom: 0 !important;
  }

  html .space-padding-top-small-medium {
    padding-top: 30px !important;
  }

  html .space-padding-top-small-medium-lm {
    padding-top: 30px !important;
  }

  html .space-padding-top-none-lm {
    padding-top: 0 !important;
  }

  html .space-padding-bottom-small-medium {
    padding-bottom: 30px !important;
  }

  html .space-padding-bottom-small-medium-lm {
    padding-bottom: 30px !important;
  }

  html .space-padding-bottom-none-lm {
    padding-bottom: 0 !important;
  }

  html .space-margin-left-small-medium {
    margin-left: 30px !important;
  }

  html .space-margin-left-small-medium-lm {
    margin-left: 30px !important;
  }

  html .space-margin-left-none-lm {
    margin-left: 0 !important;
  }

  html .space-margin-right-small-medium {
    margin-right: 30px !important;
  }

  html .space-margin-right-small-medium-lm {
    margin-right: 30px !important;
  }

  html .space-margin-right-none-lm {
    margin-right: 0 !important;
  }

  html .space-padding-left-small-medium {
    padding-left: 30px !important;
  }

  html .space-padding-left-small-medium-lm {
    padding-left: 30px !important;
  }

  html .space-padding-left-none-lm {
    padding-left: 0 !important;
  }

  html .space-padding-right-small-medium {
    padding-right: 30px !important;
  }

  html .space-padding-right-small-medium-lm {
    padding-right: 30px !important;
  }

  html .space-padding-right-none-lm {
    padding-right: 0 !important;
  }

  :root {
    --wp-space-medium: 50px;
  }

  html .space-height-medium {
    height: 50px !important;
  }

  html .space-height-medium-lm {
    height: 50px !important;
  }

  html .space-height-none-lm {
    height: 0 !important;
  }

  html .space-min-height-medium {
    min-height: 50px !important;
  }

  html .space-min-height-medium-lm {
    min-height: 50px !important;
  }

  html .space-min-height-none-lm {
    min-height: 0 !important;
  }

  html .space-margin-top-medium {
    margin-top: 50px !important;
  }

  html .space-margin-top-medium-lm {
    margin-top: 50px !important;
  }

  html .space-margin-top-none-lm {
    margin-top: 0 !important;
  }

  html .space-margin-bottom-medium {
    margin-bottom: 50px !important;
  }

  html .space-margin-bottom-medium-lm {
    margin-bottom: 50px !important;
  }

  html .space-margin-bottom-none-lm {
    margin-bottom: 0 !important;
  }

  html .space-padding-top-medium {
    padding-top: 50px !important;
  }

  html .space-padding-top-medium-lm {
    padding-top: 50px !important;
  }

  html .space-padding-top-none-lm {
    padding-top: 0 !important;
  }

  html .space-padding-bottom-medium {
    padding-bottom: 50px !important;
  }

  html .space-padding-bottom-medium-lm {
    padding-bottom: 50px !important;
  }

  html .space-padding-bottom-none-lm {
    padding-bottom: 0 !important;
  }

  html .space-margin-left-medium {
    margin-left: 50px !important;
  }

  html .space-margin-left-medium-lm {
    margin-left: 50px !important;
  }

  html .space-margin-left-none-lm {
    margin-left: 0 !important;
  }

  html .space-margin-right-medium {
    margin-right: 50px !important;
  }

  html .space-margin-right-medium-lm {
    margin-right: 50px !important;
  }

  html .space-margin-right-none-lm {
    margin-right: 0 !important;
  }

  html .space-padding-left-medium {
    padding-left: 50px !important;
  }

  html .space-padding-left-medium-lm {
    padding-left: 50px !important;
  }

  html .space-padding-left-none-lm {
    padding-left: 0 !important;
  }

  html .space-padding-right-medium {
    padding-right: 50px !important;
  }

  html .space-padding-right-medium-lm {
    padding-right: 50px !important;
  }

  html .space-padding-right-none-lm {
    padding-right: 0 !important;
  }

  :root {
    --wp-space-medium-great: 80px;
  }

  html .space-height-medium-great {
    height: 80px !important;
  }

  html .space-height-medium-great-lm {
    height: 80px !important;
  }

  html .space-height-none-lm {
    height: 0 !important;
  }

  html .space-min-height-medium-great {
    min-height: 80px !important;
  }

  html .space-min-height-medium-great-lm {
    min-height: 80px !important;
  }

  html .space-min-height-none-lm {
    min-height: 0 !important;
  }

  html .space-margin-top-medium-great {
    margin-top: 80px !important;
  }

  html .space-margin-top-medium-great-lm {
    margin-top: 80px !important;
  }

  html .space-margin-top-none-lm {
    margin-top: 0 !important;
  }

  html .space-margin-bottom-medium-great {
    margin-bottom: 80px !important;
  }

  html .space-margin-bottom-medium-great-lm {
    margin-bottom: 80px !important;
  }

  html .space-margin-bottom-none-lm {
    margin-bottom: 0 !important;
  }

  html .space-padding-top-medium-great {
    padding-top: 80px !important;
  }

  html .space-padding-top-medium-great-lm {
    padding-top: 80px !important;
  }

  html .space-padding-top-none-lm {
    padding-top: 0 !important;
  }

  html .space-padding-bottom-medium-great {
    padding-bottom: 80px !important;
  }

  html .space-padding-bottom-medium-great-lm {
    padding-bottom: 80px !important;
  }

  html .space-padding-bottom-none-lm {
    padding-bottom: 0 !important;
  }

  html .space-margin-left-medium-great {
    margin-left: 80px !important;
  }

  html .space-margin-left-medium-great-lm {
    margin-left: 80px !important;
  }

  html .space-margin-left-none-lm {
    margin-left: 0 !important;
  }

  html .space-margin-right-medium-great {
    margin-right: 80px !important;
  }

  html .space-margin-right-medium-great-lm {
    margin-right: 80px !important;
  }

  html .space-margin-right-none-lm {
    margin-right: 0 !important;
  }

  html .space-padding-left-medium-great {
    padding-left: 80px !important;
  }

  html .space-padding-left-medium-great-lm {
    padding-left: 80px !important;
  }

  html .space-padding-left-none-lm {
    padding-left: 0 !important;
  }

  html .space-padding-right-medium-great {
    padding-right: 80px !important;
  }

  html .space-padding-right-medium-great-lm {
    padding-right: 80px !important;
  }

  html .space-padding-right-none-lm {
    padding-right: 0 !important;
  }

  :root {
    --wp-space-great: 100px;
  }

  html .space-height-great {
    height: 100px !important;
  }

  html .space-height-great-lm {
    height: 100px !important;
  }

  html .space-height-none-lm {
    height: 0 !important;
  }

  html .space-min-height-great {
    min-height: 100px !important;
  }

  html .space-min-height-great-lm {
    min-height: 100px !important;
  }

  html .space-min-height-none-lm {
    min-height: 0 !important;
  }

  html .space-margin-top-great {
    margin-top: 100px !important;
  }

  html .space-margin-top-great-lm {
    margin-top: 100px !important;
  }

  html .space-margin-top-none-lm {
    margin-top: 0 !important;
  }

  html .space-margin-bottom-great {
    margin-bottom: 100px !important;
  }

  html .space-margin-bottom-great-lm {
    margin-bottom: 100px !important;
  }

  html .space-margin-bottom-none-lm {
    margin-bottom: 0 !important;
  }

  html .space-padding-top-great {
    padding-top: 100px !important;
  }

  html .space-padding-top-great-lm {
    padding-top: 100px !important;
  }

  html .space-padding-top-none-lm {
    padding-top: 0 !important;
  }

  html .space-padding-bottom-great {
    padding-bottom: 100px !important;
  }

  html .space-padding-bottom-great-lm {
    padding-bottom: 100px !important;
  }

  html .space-padding-bottom-none-lm {
    padding-bottom: 0 !important;
  }

  html .space-margin-left-great {
    margin-left: 100px !important;
  }

  html .space-margin-left-great-lm {
    margin-left: 100px !important;
  }

  html .space-margin-left-none-lm {
    margin-left: 0 !important;
  }

  html .space-margin-right-great {
    margin-right: 100px !important;
  }

  html .space-margin-right-great-lm {
    margin-right: 100px !important;
  }

  html .space-margin-right-none-lm {
    margin-right: 0 !important;
  }

  html .space-padding-left-great {
    padding-left: 100px !important;
  }

  html .space-padding-left-great-lm {
    padding-left: 100px !important;
  }

  html .space-padding-left-none-lm {
    padding-left: 0 !important;
  }

  html .space-padding-right-great {
    padding-right: 100px !important;
  }

  html .space-padding-right-great-lm {
    padding-right: 100px !important;
  }

  html .space-padding-right-none-lm {
    padding-right: 0 !important;
  }

  :root {
    --wp-space-greater: 130px;
  }

  html .space-height-greater {
    height: 130px !important;
  }

  html .space-height-greater-lm {
    height: 130px !important;
  }

  html .space-height-none-lm {
    height: 0 !important;
  }

  html .space-min-height-greater {
    min-height: 130px !important;
  }

  html .space-min-height-greater-lm {
    min-height: 130px !important;
  }

  html .space-min-height-none-lm {
    min-height: 0 !important;
  }

  html .space-margin-top-greater {
    margin-top: 130px !important;
  }

  html .space-margin-top-greater-lm {
    margin-top: 130px !important;
  }

  html .space-margin-top-none-lm {
    margin-top: 0 !important;
  }

  html .space-margin-bottom-greater {
    margin-bottom: 130px !important;
  }

  html .space-margin-bottom-greater-lm {
    margin-bottom: 130px !important;
  }

  html .space-margin-bottom-none-lm {
    margin-bottom: 0 !important;
  }

  html .space-padding-top-greater {
    padding-top: 130px !important;
  }

  html .space-padding-top-greater-lm {
    padding-top: 130px !important;
  }

  html .space-padding-top-none-lm {
    padding-top: 0 !important;
  }

  html .space-padding-bottom-greater {
    padding-bottom: 130px !important;
  }

  html .space-padding-bottom-greater-lm {
    padding-bottom: 130px !important;
  }

  html .space-padding-bottom-none-lm {
    padding-bottom: 0 !important;
  }

  html .space-margin-left-greater {
    margin-left: 130px !important;
  }

  html .space-margin-left-greater-lm {
    margin-left: 130px !important;
  }

  html .space-margin-left-none-lm {
    margin-left: 0 !important;
  }

  html .space-margin-right-greater {
    margin-right: 130px !important;
  }

  html .space-margin-right-greater-lm {
    margin-right: 130px !important;
  }

  html .space-margin-right-none-lm {
    margin-right: 0 !important;
  }

  html .space-padding-left-greater {
    padding-left: 130px !important;
  }

  html .space-padding-left-greater-lm {
    padding-left: 130px !important;
  }

  html .space-padding-left-none-lm {
    padding-left: 0 !important;
  }

  html .space-padding-right-greater {
    padding-right: 130px !important;
  }

  html .space-padding-right-greater-lm {
    padding-right: 130px !important;
  }

  html .space-padding-right-none-lm {
    padding-right: 0 !important;
  }

  :root {
    --wp-space-greatest: 200px;
  }

  html .space-height-greatest {
    height: 200px !important;
  }

  html .space-height-greatest-lm {
    height: 200px !important;
  }

  html .space-height-none-lm {
    height: 0 !important;
  }

  html .space-min-height-greatest {
    min-height: 200px !important;
  }

  html .space-min-height-greatest-lm {
    min-height: 200px !important;
  }

  html .space-min-height-none-lm {
    min-height: 0 !important;
  }

  html .space-margin-top-greatest {
    margin-top: 200px !important;
  }

  html .space-margin-top-greatest-lm {
    margin-top: 200px !important;
  }

  html .space-margin-top-none-lm {
    margin-top: 0 !important;
  }

  html .space-margin-bottom-greatest {
    margin-bottom: 200px !important;
  }

  html .space-margin-bottom-greatest-lm {
    margin-bottom: 200px !important;
  }

  html .space-margin-bottom-none-lm {
    margin-bottom: 0 !important;
  }

  html .space-padding-top-greatest {
    padding-top: 200px !important;
  }

  html .space-padding-top-greatest-lm {
    padding-top: 200px !important;
  }

  html .space-padding-top-none-lm {
    padding-top: 0 !important;
  }

  html .space-padding-bottom-greatest {
    padding-bottom: 200px !important;
  }

  html .space-padding-bottom-greatest-lm {
    padding-bottom: 200px !important;
  }

  html .space-padding-bottom-none-lm {
    padding-bottom: 0 !important;
  }

  html .space-margin-left-greatest {
    margin-left: 200px !important;
  }

  html .space-margin-left-greatest-lm {
    margin-left: 200px !important;
  }

  html .space-margin-left-none-lm {
    margin-left: 0 !important;
  }

  html .space-margin-right-greatest {
    margin-right: 200px !important;
  }

  html .space-margin-right-greatest-lm {
    margin-right: 200px !important;
  }

  html .space-margin-right-none-lm {
    margin-right: 0 !important;
  }

  html .space-padding-left-greatest {
    padding-left: 200px !important;
  }

  html .space-padding-left-greatest-lm {
    padding-left: 200px !important;
  }

  html .space-padding-left-none-lm {
    padding-left: 0 !important;
  }

  html .space-padding-right-greatest {
    padding-right: 200px !important;
  }

  html .space-padding-right-greatest-lm {
    padding-right: 200px !important;
  }

  html .space-padding-right-none-lm {
    padding-right: 0 !important;
  }
}
@media (max-width: 980px) {
  .space-base-x {
    padding: 0 50px;
  }

  :root {
    --wp-space-base-x: map_get( $space_row_x_sizes, $bp_label );
  }

  :root {
    --wp-space-header: 250px;
  }

  html .space-height-header {
    height: 250px !important;
  }

  html .space-height-header-md {
    height: 250px !important;
  }

  html .space-height-none-md {
    height: 0 !important;
  }

  html .space-min-height-header {
    min-height: 250px !important;
  }

  html .space-min-height-header-md {
    min-height: 250px !important;
  }

  html .space-min-height-none-md {
    min-height: 0 !important;
  }

  html .space-margin-top-header {
    margin-top: 250px !important;
  }

  html .space-margin-top-header-md {
    margin-top: 250px !important;
  }

  html .space-margin-top-none-md {
    margin-top: 0 !important;
  }

  html .space-margin-bottom-header {
    margin-bottom: 250px !important;
  }

  html .space-margin-bottom-header-md {
    margin-bottom: 250px !important;
  }

  html .space-margin-bottom-none-md {
    margin-bottom: 0 !important;
  }

  html .space-padding-top-header {
    padding-top: 250px !important;
  }

  html .space-padding-top-header-md {
    padding-top: 250px !important;
  }

  html .space-padding-top-none-md {
    padding-top: 0 !important;
  }

  html .space-padding-bottom-header {
    padding-bottom: 250px !important;
  }

  html .space-padding-bottom-header-md {
    padding-bottom: 250px !important;
  }

  html .space-padding-bottom-none-md {
    padding-bottom: 0 !important;
  }

  html .space-margin-left-header {
    margin-left: 250px !important;
  }

  html .space-margin-left-header-md {
    margin-left: 250px !important;
  }

  html .space-margin-left-none-md {
    margin-left: 0 !important;
  }

  html .space-margin-right-header {
    margin-right: 250px !important;
  }

  html .space-margin-right-header-md {
    margin-right: 250px !important;
  }

  html .space-margin-right-none-md {
    margin-right: 0 !important;
  }

  html .space-padding-left-header {
    padding-left: 250px !important;
  }

  html .space-padding-left-header-md {
    padding-left: 250px !important;
  }

  html .space-padding-left-none-md {
    padding-left: 0 !important;
  }

  html .space-padding-right-header {
    padding-right: 250px !important;
  }

  html .space-padding-right-header-md {
    padding-right: 250px !important;
  }

  html .space-padding-right-none-md {
    padding-right: 0 !important;
  }

  :root {
    --wp-space-small: 15px;
  }

  html .space-height-small {
    height: 15px !important;
  }

  html .space-height-small-md {
    height: 15px !important;
  }

  html .space-height-none-md {
    height: 0 !important;
  }

  html .space-min-height-small {
    min-height: 15px !important;
  }

  html .space-min-height-small-md {
    min-height: 15px !important;
  }

  html .space-min-height-none-md {
    min-height: 0 !important;
  }

  html .space-margin-top-small {
    margin-top: 15px !important;
  }

  html .space-margin-top-small-md {
    margin-top: 15px !important;
  }

  html .space-margin-top-none-md {
    margin-top: 0 !important;
  }

  html .space-margin-bottom-small {
    margin-bottom: 15px !important;
  }

  html .space-margin-bottom-small-md {
    margin-bottom: 15px !important;
  }

  html .space-margin-bottom-none-md {
    margin-bottom: 0 !important;
  }

  html .space-padding-top-small {
    padding-top: 15px !important;
  }

  html .space-padding-top-small-md {
    padding-top: 15px !important;
  }

  html .space-padding-top-none-md {
    padding-top: 0 !important;
  }

  html .space-padding-bottom-small {
    padding-bottom: 15px !important;
  }

  html .space-padding-bottom-small-md {
    padding-bottom: 15px !important;
  }

  html .space-padding-bottom-none-md {
    padding-bottom: 0 !important;
  }

  html .space-margin-left-small {
    margin-left: 15px !important;
  }

  html .space-margin-left-small-md {
    margin-left: 15px !important;
  }

  html .space-margin-left-none-md {
    margin-left: 0 !important;
  }

  html .space-margin-right-small {
    margin-right: 15px !important;
  }

  html .space-margin-right-small-md {
    margin-right: 15px !important;
  }

  html .space-margin-right-none-md {
    margin-right: 0 !important;
  }

  html .space-padding-left-small {
    padding-left: 15px !important;
  }

  html .space-padding-left-small-md {
    padding-left: 15px !important;
  }

  html .space-padding-left-none-md {
    padding-left: 0 !important;
  }

  html .space-padding-right-small {
    padding-right: 15px !important;
  }

  html .space-padding-right-small-md {
    padding-right: 15px !important;
  }

  html .space-padding-right-none-md {
    padding-right: 0 !important;
  }

  :root {
    --wp-space-small-medium: 20px;
  }

  html .space-height-small-medium {
    height: 20px !important;
  }

  html .space-height-small-medium-md {
    height: 20px !important;
  }

  html .space-height-none-md {
    height: 0 !important;
  }

  html .space-min-height-small-medium {
    min-height: 20px !important;
  }

  html .space-min-height-small-medium-md {
    min-height: 20px !important;
  }

  html .space-min-height-none-md {
    min-height: 0 !important;
  }

  html .space-margin-top-small-medium {
    margin-top: 20px !important;
  }

  html .space-margin-top-small-medium-md {
    margin-top: 20px !important;
  }

  html .space-margin-top-none-md {
    margin-top: 0 !important;
  }

  html .space-margin-bottom-small-medium {
    margin-bottom: 20px !important;
  }

  html .space-margin-bottom-small-medium-md {
    margin-bottom: 20px !important;
  }

  html .space-margin-bottom-none-md {
    margin-bottom: 0 !important;
  }

  html .space-padding-top-small-medium {
    padding-top: 20px !important;
  }

  html .space-padding-top-small-medium-md {
    padding-top: 20px !important;
  }

  html .space-padding-top-none-md {
    padding-top: 0 !important;
  }

  html .space-padding-bottom-small-medium {
    padding-bottom: 20px !important;
  }

  html .space-padding-bottom-small-medium-md {
    padding-bottom: 20px !important;
  }

  html .space-padding-bottom-none-md {
    padding-bottom: 0 !important;
  }

  html .space-margin-left-small-medium {
    margin-left: 20px !important;
  }

  html .space-margin-left-small-medium-md {
    margin-left: 20px !important;
  }

  html .space-margin-left-none-md {
    margin-left: 0 !important;
  }

  html .space-margin-right-small-medium {
    margin-right: 20px !important;
  }

  html .space-margin-right-small-medium-md {
    margin-right: 20px !important;
  }

  html .space-margin-right-none-md {
    margin-right: 0 !important;
  }

  html .space-padding-left-small-medium {
    padding-left: 20px !important;
  }

  html .space-padding-left-small-medium-md {
    padding-left: 20px !important;
  }

  html .space-padding-left-none-md {
    padding-left: 0 !important;
  }

  html .space-padding-right-small-medium {
    padding-right: 20px !important;
  }

  html .space-padding-right-small-medium-md {
    padding-right: 20px !important;
  }

  html .space-padding-right-none-md {
    padding-right: 0 !important;
  }

  :root {
    --wp-space-medium: 40px;
  }

  html .space-height-medium {
    height: 40px !important;
  }

  html .space-height-medium-md {
    height: 40px !important;
  }

  html .space-height-none-md {
    height: 0 !important;
  }

  html .space-min-height-medium {
    min-height: 40px !important;
  }

  html .space-min-height-medium-md {
    min-height: 40px !important;
  }

  html .space-min-height-none-md {
    min-height: 0 !important;
  }

  html .space-margin-top-medium {
    margin-top: 40px !important;
  }

  html .space-margin-top-medium-md {
    margin-top: 40px !important;
  }

  html .space-margin-top-none-md {
    margin-top: 0 !important;
  }

  html .space-margin-bottom-medium {
    margin-bottom: 40px !important;
  }

  html .space-margin-bottom-medium-md {
    margin-bottom: 40px !important;
  }

  html .space-margin-bottom-none-md {
    margin-bottom: 0 !important;
  }

  html .space-padding-top-medium {
    padding-top: 40px !important;
  }

  html .space-padding-top-medium-md {
    padding-top: 40px !important;
  }

  html .space-padding-top-none-md {
    padding-top: 0 !important;
  }

  html .space-padding-bottom-medium {
    padding-bottom: 40px !important;
  }

  html .space-padding-bottom-medium-md {
    padding-bottom: 40px !important;
  }

  html .space-padding-bottom-none-md {
    padding-bottom: 0 !important;
  }

  html .space-margin-left-medium {
    margin-left: 40px !important;
  }

  html .space-margin-left-medium-md {
    margin-left: 40px !important;
  }

  html .space-margin-left-none-md {
    margin-left: 0 !important;
  }

  html .space-margin-right-medium {
    margin-right: 40px !important;
  }

  html .space-margin-right-medium-md {
    margin-right: 40px !important;
  }

  html .space-margin-right-none-md {
    margin-right: 0 !important;
  }

  html .space-padding-left-medium {
    padding-left: 40px !important;
  }

  html .space-padding-left-medium-md {
    padding-left: 40px !important;
  }

  html .space-padding-left-none-md {
    padding-left: 0 !important;
  }

  html .space-padding-right-medium {
    padding-right: 40px !important;
  }

  html .space-padding-right-medium-md {
    padding-right: 40px !important;
  }

  html .space-padding-right-none-md {
    padding-right: 0 !important;
  }

  :root {
    --wp-space-medium-great: 80px;
  }

  html .space-height-medium-great {
    height: 80px !important;
  }

  html .space-height-medium-great-md {
    height: 80px !important;
  }

  html .space-height-none-md {
    height: 0 !important;
  }

  html .space-min-height-medium-great {
    min-height: 80px !important;
  }

  html .space-min-height-medium-great-md {
    min-height: 80px !important;
  }

  html .space-min-height-none-md {
    min-height: 0 !important;
  }

  html .space-margin-top-medium-great {
    margin-top: 80px !important;
  }

  html .space-margin-top-medium-great-md {
    margin-top: 80px !important;
  }

  html .space-margin-top-none-md {
    margin-top: 0 !important;
  }

  html .space-margin-bottom-medium-great {
    margin-bottom: 80px !important;
  }

  html .space-margin-bottom-medium-great-md {
    margin-bottom: 80px !important;
  }

  html .space-margin-bottom-none-md {
    margin-bottom: 0 !important;
  }

  html .space-padding-top-medium-great {
    padding-top: 80px !important;
  }

  html .space-padding-top-medium-great-md {
    padding-top: 80px !important;
  }

  html .space-padding-top-none-md {
    padding-top: 0 !important;
  }

  html .space-padding-bottom-medium-great {
    padding-bottom: 80px !important;
  }

  html .space-padding-bottom-medium-great-md {
    padding-bottom: 80px !important;
  }

  html .space-padding-bottom-none-md {
    padding-bottom: 0 !important;
  }

  html .space-margin-left-medium-great {
    margin-left: 80px !important;
  }

  html .space-margin-left-medium-great-md {
    margin-left: 80px !important;
  }

  html .space-margin-left-none-md {
    margin-left: 0 !important;
  }

  html .space-margin-right-medium-great {
    margin-right: 80px !important;
  }

  html .space-margin-right-medium-great-md {
    margin-right: 80px !important;
  }

  html .space-margin-right-none-md {
    margin-right: 0 !important;
  }

  html .space-padding-left-medium-great {
    padding-left: 80px !important;
  }

  html .space-padding-left-medium-great-md {
    padding-left: 80px !important;
  }

  html .space-padding-left-none-md {
    padding-left: 0 !important;
  }

  html .space-padding-right-medium-great {
    padding-right: 80px !important;
  }

  html .space-padding-right-medium-great-md {
    padding-right: 80px !important;
  }

  html .space-padding-right-none-md {
    padding-right: 0 !important;
  }

  :root {
    --wp-space-great: 80px;
  }

  html .space-height-great {
    height: 80px !important;
  }

  html .space-height-great-md {
    height: 80px !important;
  }

  html .space-height-none-md {
    height: 0 !important;
  }

  html .space-min-height-great {
    min-height: 80px !important;
  }

  html .space-min-height-great-md {
    min-height: 80px !important;
  }

  html .space-min-height-none-md {
    min-height: 0 !important;
  }

  html .space-margin-top-great {
    margin-top: 80px !important;
  }

  html .space-margin-top-great-md {
    margin-top: 80px !important;
  }

  html .space-margin-top-none-md {
    margin-top: 0 !important;
  }

  html .space-margin-bottom-great {
    margin-bottom: 80px !important;
  }

  html .space-margin-bottom-great-md {
    margin-bottom: 80px !important;
  }

  html .space-margin-bottom-none-md {
    margin-bottom: 0 !important;
  }

  html .space-padding-top-great {
    padding-top: 80px !important;
  }

  html .space-padding-top-great-md {
    padding-top: 80px !important;
  }

  html .space-padding-top-none-md {
    padding-top: 0 !important;
  }

  html .space-padding-bottom-great {
    padding-bottom: 80px !important;
  }

  html .space-padding-bottom-great-md {
    padding-bottom: 80px !important;
  }

  html .space-padding-bottom-none-md {
    padding-bottom: 0 !important;
  }

  html .space-margin-left-great {
    margin-left: 80px !important;
  }

  html .space-margin-left-great-md {
    margin-left: 80px !important;
  }

  html .space-margin-left-none-md {
    margin-left: 0 !important;
  }

  html .space-margin-right-great {
    margin-right: 80px !important;
  }

  html .space-margin-right-great-md {
    margin-right: 80px !important;
  }

  html .space-margin-right-none-md {
    margin-right: 0 !important;
  }

  html .space-padding-left-great {
    padding-left: 80px !important;
  }

  html .space-padding-left-great-md {
    padding-left: 80px !important;
  }

  html .space-padding-left-none-md {
    padding-left: 0 !important;
  }

  html .space-padding-right-great {
    padding-right: 80px !important;
  }

  html .space-padding-right-great-md {
    padding-right: 80px !important;
  }

  html .space-padding-right-none-md {
    padding-right: 0 !important;
  }

  :root {
    --wp-space-greater: 130px;
  }

  html .space-height-greater {
    height: 130px !important;
  }

  html .space-height-greater-md {
    height: 130px !important;
  }

  html .space-height-none-md {
    height: 0 !important;
  }

  html .space-min-height-greater {
    min-height: 130px !important;
  }

  html .space-min-height-greater-md {
    min-height: 130px !important;
  }

  html .space-min-height-none-md {
    min-height: 0 !important;
  }

  html .space-margin-top-greater {
    margin-top: 130px !important;
  }

  html .space-margin-top-greater-md {
    margin-top: 130px !important;
  }

  html .space-margin-top-none-md {
    margin-top: 0 !important;
  }

  html .space-margin-bottom-greater {
    margin-bottom: 130px !important;
  }

  html .space-margin-bottom-greater-md {
    margin-bottom: 130px !important;
  }

  html .space-margin-bottom-none-md {
    margin-bottom: 0 !important;
  }

  html .space-padding-top-greater {
    padding-top: 130px !important;
  }

  html .space-padding-top-greater-md {
    padding-top: 130px !important;
  }

  html .space-padding-top-none-md {
    padding-top: 0 !important;
  }

  html .space-padding-bottom-greater {
    padding-bottom: 130px !important;
  }

  html .space-padding-bottom-greater-md {
    padding-bottom: 130px !important;
  }

  html .space-padding-bottom-none-md {
    padding-bottom: 0 !important;
  }

  html .space-margin-left-greater {
    margin-left: 130px !important;
  }

  html .space-margin-left-greater-md {
    margin-left: 130px !important;
  }

  html .space-margin-left-none-md {
    margin-left: 0 !important;
  }

  html .space-margin-right-greater {
    margin-right: 130px !important;
  }

  html .space-margin-right-greater-md {
    margin-right: 130px !important;
  }

  html .space-margin-right-none-md {
    margin-right: 0 !important;
  }

  html .space-padding-left-greater {
    padding-left: 130px !important;
  }

  html .space-padding-left-greater-md {
    padding-left: 130px !important;
  }

  html .space-padding-left-none-md {
    padding-left: 0 !important;
  }

  html .space-padding-right-greater {
    padding-right: 130px !important;
  }

  html .space-padding-right-greater-md {
    padding-right: 130px !important;
  }

  html .space-padding-right-none-md {
    padding-right: 0 !important;
  }

  :root {
    --wp-space-greatest: 200px;
  }

  html .space-height-greatest {
    height: 200px !important;
  }

  html .space-height-greatest-md {
    height: 200px !important;
  }

  html .space-height-none-md {
    height: 0 !important;
  }

  html .space-min-height-greatest {
    min-height: 200px !important;
  }

  html .space-min-height-greatest-md {
    min-height: 200px !important;
  }

  html .space-min-height-none-md {
    min-height: 0 !important;
  }

  html .space-margin-top-greatest {
    margin-top: 200px !important;
  }

  html .space-margin-top-greatest-md {
    margin-top: 200px !important;
  }

  html .space-margin-top-none-md {
    margin-top: 0 !important;
  }

  html .space-margin-bottom-greatest {
    margin-bottom: 200px !important;
  }

  html .space-margin-bottom-greatest-md {
    margin-bottom: 200px !important;
  }

  html .space-margin-bottom-none-md {
    margin-bottom: 0 !important;
  }

  html .space-padding-top-greatest {
    padding-top: 200px !important;
  }

  html .space-padding-top-greatest-md {
    padding-top: 200px !important;
  }

  html .space-padding-top-none-md {
    padding-top: 0 !important;
  }

  html .space-padding-bottom-greatest {
    padding-bottom: 200px !important;
  }

  html .space-padding-bottom-greatest-md {
    padding-bottom: 200px !important;
  }

  html .space-padding-bottom-none-md {
    padding-bottom: 0 !important;
  }

  html .space-margin-left-greatest {
    margin-left: 200px !important;
  }

  html .space-margin-left-greatest-md {
    margin-left: 200px !important;
  }

  html .space-margin-left-none-md {
    margin-left: 0 !important;
  }

  html .space-margin-right-greatest {
    margin-right: 200px !important;
  }

  html .space-margin-right-greatest-md {
    margin-right: 200px !important;
  }

  html .space-margin-right-none-md {
    margin-right: 0 !important;
  }

  html .space-padding-left-greatest {
    padding-left: 200px !important;
  }

  html .space-padding-left-greatest-md {
    padding-left: 200px !important;
  }

  html .space-padding-left-none-md {
    padding-left: 0 !important;
  }

  html .space-padding-right-greatest {
    padding-right: 200px !important;
  }

  html .space-padding-right-greatest-md {
    padding-right: 200px !important;
  }

  html .space-padding-right-none-md {
    padding-right: 0 !important;
  }
}
@media (max-width: 600px) {
  .space-base-x {
    padding: 0 25px;
  }

  :root {
    --wp-space-base-x: map_get( $space_row_x_sizes, $bp_label );
  }

  :root {
    --wp-space-header: 200px;
  }

  html .space-height-header {
    height: 200px !important;
  }

  html .space-height-header-sm {
    height: 200px !important;
  }

  html .space-height-none-sm {
    height: 0 !important;
  }

  html .space-min-height-header {
    min-height: 200px !important;
  }

  html .space-min-height-header-sm {
    min-height: 200px !important;
  }

  html .space-min-height-none-sm {
    min-height: 0 !important;
  }

  html .space-margin-top-header {
    margin-top: 200px !important;
  }

  html .space-margin-top-header-sm {
    margin-top: 200px !important;
  }

  html .space-margin-top-none-sm {
    margin-top: 0 !important;
  }

  html .space-margin-bottom-header {
    margin-bottom: 200px !important;
  }

  html .space-margin-bottom-header-sm {
    margin-bottom: 200px !important;
  }

  html .space-margin-bottom-none-sm {
    margin-bottom: 0 !important;
  }

  html .space-padding-top-header {
    padding-top: 200px !important;
  }

  html .space-padding-top-header-sm {
    padding-top: 200px !important;
  }

  html .space-padding-top-none-sm {
    padding-top: 0 !important;
  }

  html .space-padding-bottom-header {
    padding-bottom: 200px !important;
  }

  html .space-padding-bottom-header-sm {
    padding-bottom: 200px !important;
  }

  html .space-padding-bottom-none-sm {
    padding-bottom: 0 !important;
  }

  html .space-margin-left-header {
    margin-left: 200px !important;
  }

  html .space-margin-left-header-sm {
    margin-left: 200px !important;
  }

  html .space-margin-left-none-sm {
    margin-left: 0 !important;
  }

  html .space-margin-right-header {
    margin-right: 200px !important;
  }

  html .space-margin-right-header-sm {
    margin-right: 200px !important;
  }

  html .space-margin-right-none-sm {
    margin-right: 0 !important;
  }

  html .space-padding-left-header {
    padding-left: 200px !important;
  }

  html .space-padding-left-header-sm {
    padding-left: 200px !important;
  }

  html .space-padding-left-none-sm {
    padding-left: 0 !important;
  }

  html .space-padding-right-header {
    padding-right: 200px !important;
  }

  html .space-padding-right-header-sm {
    padding-right: 200px !important;
  }

  html .space-padding-right-none-sm {
    padding-right: 0 !important;
  }

  :root {
    --wp-space-small: 15px;
  }

  html .space-height-small {
    height: 15px !important;
  }

  html .space-height-small-sm {
    height: 15px !important;
  }

  html .space-height-none-sm {
    height: 0 !important;
  }

  html .space-min-height-small {
    min-height: 15px !important;
  }

  html .space-min-height-small-sm {
    min-height: 15px !important;
  }

  html .space-min-height-none-sm {
    min-height: 0 !important;
  }

  html .space-margin-top-small {
    margin-top: 15px !important;
  }

  html .space-margin-top-small-sm {
    margin-top: 15px !important;
  }

  html .space-margin-top-none-sm {
    margin-top: 0 !important;
  }

  html .space-margin-bottom-small {
    margin-bottom: 15px !important;
  }

  html .space-margin-bottom-small-sm {
    margin-bottom: 15px !important;
  }

  html .space-margin-bottom-none-sm {
    margin-bottom: 0 !important;
  }

  html .space-padding-top-small {
    padding-top: 15px !important;
  }

  html .space-padding-top-small-sm {
    padding-top: 15px !important;
  }

  html .space-padding-top-none-sm {
    padding-top: 0 !important;
  }

  html .space-padding-bottom-small {
    padding-bottom: 15px !important;
  }

  html .space-padding-bottom-small-sm {
    padding-bottom: 15px !important;
  }

  html .space-padding-bottom-none-sm {
    padding-bottom: 0 !important;
  }

  html .space-margin-left-small {
    margin-left: 15px !important;
  }

  html .space-margin-left-small-sm {
    margin-left: 15px !important;
  }

  html .space-margin-left-none-sm {
    margin-left: 0 !important;
  }

  html .space-margin-right-small {
    margin-right: 15px !important;
  }

  html .space-margin-right-small-sm {
    margin-right: 15px !important;
  }

  html .space-margin-right-none-sm {
    margin-right: 0 !important;
  }

  html .space-padding-left-small {
    padding-left: 15px !important;
  }

  html .space-padding-left-small-sm {
    padding-left: 15px !important;
  }

  html .space-padding-left-none-sm {
    padding-left: 0 !important;
  }

  html .space-padding-right-small {
    padding-right: 15px !important;
  }

  html .space-padding-right-small-sm {
    padding-right: 15px !important;
  }

  html .space-padding-right-none-sm {
    padding-right: 0 !important;
  }

  :root {
    --wp-space-small-medium: 20px;
  }

  html .space-height-small-medium {
    height: 20px !important;
  }

  html .space-height-small-medium-sm {
    height: 20px !important;
  }

  html .space-height-none-sm {
    height: 0 !important;
  }

  html .space-min-height-small-medium {
    min-height: 20px !important;
  }

  html .space-min-height-small-medium-sm {
    min-height: 20px !important;
  }

  html .space-min-height-none-sm {
    min-height: 0 !important;
  }

  html .space-margin-top-small-medium {
    margin-top: 20px !important;
  }

  html .space-margin-top-small-medium-sm {
    margin-top: 20px !important;
  }

  html .space-margin-top-none-sm {
    margin-top: 0 !important;
  }

  html .space-margin-bottom-small-medium {
    margin-bottom: 20px !important;
  }

  html .space-margin-bottom-small-medium-sm {
    margin-bottom: 20px !important;
  }

  html .space-margin-bottom-none-sm {
    margin-bottom: 0 !important;
  }

  html .space-padding-top-small-medium {
    padding-top: 20px !important;
  }

  html .space-padding-top-small-medium-sm {
    padding-top: 20px !important;
  }

  html .space-padding-top-none-sm {
    padding-top: 0 !important;
  }

  html .space-padding-bottom-small-medium {
    padding-bottom: 20px !important;
  }

  html .space-padding-bottom-small-medium-sm {
    padding-bottom: 20px !important;
  }

  html .space-padding-bottom-none-sm {
    padding-bottom: 0 !important;
  }

  html .space-margin-left-small-medium {
    margin-left: 20px !important;
  }

  html .space-margin-left-small-medium-sm {
    margin-left: 20px !important;
  }

  html .space-margin-left-none-sm {
    margin-left: 0 !important;
  }

  html .space-margin-right-small-medium {
    margin-right: 20px !important;
  }

  html .space-margin-right-small-medium-sm {
    margin-right: 20px !important;
  }

  html .space-margin-right-none-sm {
    margin-right: 0 !important;
  }

  html .space-padding-left-small-medium {
    padding-left: 20px !important;
  }

  html .space-padding-left-small-medium-sm {
    padding-left: 20px !important;
  }

  html .space-padding-left-none-sm {
    padding-left: 0 !important;
  }

  html .space-padding-right-small-medium {
    padding-right: 20px !important;
  }

  html .space-padding-right-small-medium-sm {
    padding-right: 20px !important;
  }

  html .space-padding-right-none-sm {
    padding-right: 0 !important;
  }

  :root {
    --wp-space-medium: 30px;
  }

  html .space-height-medium {
    height: 30px !important;
  }

  html .space-height-medium-sm {
    height: 30px !important;
  }

  html .space-height-none-sm {
    height: 0 !important;
  }

  html .space-min-height-medium {
    min-height: 30px !important;
  }

  html .space-min-height-medium-sm {
    min-height: 30px !important;
  }

  html .space-min-height-none-sm {
    min-height: 0 !important;
  }

  html .space-margin-top-medium {
    margin-top: 30px !important;
  }

  html .space-margin-top-medium-sm {
    margin-top: 30px !important;
  }

  html .space-margin-top-none-sm {
    margin-top: 0 !important;
  }

  html .space-margin-bottom-medium {
    margin-bottom: 30px !important;
  }

  html .space-margin-bottom-medium-sm {
    margin-bottom: 30px !important;
  }

  html .space-margin-bottom-none-sm {
    margin-bottom: 0 !important;
  }

  html .space-padding-top-medium {
    padding-top: 30px !important;
  }

  html .space-padding-top-medium-sm {
    padding-top: 30px !important;
  }

  html .space-padding-top-none-sm {
    padding-top: 0 !important;
  }

  html .space-padding-bottom-medium {
    padding-bottom: 30px !important;
  }

  html .space-padding-bottom-medium-sm {
    padding-bottom: 30px !important;
  }

  html .space-padding-bottom-none-sm {
    padding-bottom: 0 !important;
  }

  html .space-margin-left-medium {
    margin-left: 30px !important;
  }

  html .space-margin-left-medium-sm {
    margin-left: 30px !important;
  }

  html .space-margin-left-none-sm {
    margin-left: 0 !important;
  }

  html .space-margin-right-medium {
    margin-right: 30px !important;
  }

  html .space-margin-right-medium-sm {
    margin-right: 30px !important;
  }

  html .space-margin-right-none-sm {
    margin-right: 0 !important;
  }

  html .space-padding-left-medium {
    padding-left: 30px !important;
  }

  html .space-padding-left-medium-sm {
    padding-left: 30px !important;
  }

  html .space-padding-left-none-sm {
    padding-left: 0 !important;
  }

  html .space-padding-right-medium {
    padding-right: 30px !important;
  }

  html .space-padding-right-medium-sm {
    padding-right: 30px !important;
  }

  html .space-padding-right-none-sm {
    padding-right: 0 !important;
  }

  :root {
    --wp-space-medium-great: 80px;
  }

  html .space-height-medium-great {
    height: 80px !important;
  }

  html .space-height-medium-great-sm {
    height: 80px !important;
  }

  html .space-height-none-sm {
    height: 0 !important;
  }

  html .space-min-height-medium-great {
    min-height: 80px !important;
  }

  html .space-min-height-medium-great-sm {
    min-height: 80px !important;
  }

  html .space-min-height-none-sm {
    min-height: 0 !important;
  }

  html .space-margin-top-medium-great {
    margin-top: 80px !important;
  }

  html .space-margin-top-medium-great-sm {
    margin-top: 80px !important;
  }

  html .space-margin-top-none-sm {
    margin-top: 0 !important;
  }

  html .space-margin-bottom-medium-great {
    margin-bottom: 80px !important;
  }

  html .space-margin-bottom-medium-great-sm {
    margin-bottom: 80px !important;
  }

  html .space-margin-bottom-none-sm {
    margin-bottom: 0 !important;
  }

  html .space-padding-top-medium-great {
    padding-top: 80px !important;
  }

  html .space-padding-top-medium-great-sm {
    padding-top: 80px !important;
  }

  html .space-padding-top-none-sm {
    padding-top: 0 !important;
  }

  html .space-padding-bottom-medium-great {
    padding-bottom: 80px !important;
  }

  html .space-padding-bottom-medium-great-sm {
    padding-bottom: 80px !important;
  }

  html .space-padding-bottom-none-sm {
    padding-bottom: 0 !important;
  }

  html .space-margin-left-medium-great {
    margin-left: 80px !important;
  }

  html .space-margin-left-medium-great-sm {
    margin-left: 80px !important;
  }

  html .space-margin-left-none-sm {
    margin-left: 0 !important;
  }

  html .space-margin-right-medium-great {
    margin-right: 80px !important;
  }

  html .space-margin-right-medium-great-sm {
    margin-right: 80px !important;
  }

  html .space-margin-right-none-sm {
    margin-right: 0 !important;
  }

  html .space-padding-left-medium-great {
    padding-left: 80px !important;
  }

  html .space-padding-left-medium-great-sm {
    padding-left: 80px !important;
  }

  html .space-padding-left-none-sm {
    padding-left: 0 !important;
  }

  html .space-padding-right-medium-great {
    padding-right: 80px !important;
  }

  html .space-padding-right-medium-great-sm {
    padding-right: 80px !important;
  }

  html .space-padding-right-none-sm {
    padding-right: 0 !important;
  }

  :root {
    --wp-space-great: 50px;
  }

  html .space-height-great {
    height: 50px !important;
  }

  html .space-height-great-sm {
    height: 50px !important;
  }

  html .space-height-none-sm {
    height: 0 !important;
  }

  html .space-min-height-great {
    min-height: 50px !important;
  }

  html .space-min-height-great-sm {
    min-height: 50px !important;
  }

  html .space-min-height-none-sm {
    min-height: 0 !important;
  }

  html .space-margin-top-great {
    margin-top: 50px !important;
  }

  html .space-margin-top-great-sm {
    margin-top: 50px !important;
  }

  html .space-margin-top-none-sm {
    margin-top: 0 !important;
  }

  html .space-margin-bottom-great {
    margin-bottom: 50px !important;
  }

  html .space-margin-bottom-great-sm {
    margin-bottom: 50px !important;
  }

  html .space-margin-bottom-none-sm {
    margin-bottom: 0 !important;
  }

  html .space-padding-top-great {
    padding-top: 50px !important;
  }

  html .space-padding-top-great-sm {
    padding-top: 50px !important;
  }

  html .space-padding-top-none-sm {
    padding-top: 0 !important;
  }

  html .space-padding-bottom-great {
    padding-bottom: 50px !important;
  }

  html .space-padding-bottom-great-sm {
    padding-bottom: 50px !important;
  }

  html .space-padding-bottom-none-sm {
    padding-bottom: 0 !important;
  }

  html .space-margin-left-great {
    margin-left: 50px !important;
  }

  html .space-margin-left-great-sm {
    margin-left: 50px !important;
  }

  html .space-margin-left-none-sm {
    margin-left: 0 !important;
  }

  html .space-margin-right-great {
    margin-right: 50px !important;
  }

  html .space-margin-right-great-sm {
    margin-right: 50px !important;
  }

  html .space-margin-right-none-sm {
    margin-right: 0 !important;
  }

  html .space-padding-left-great {
    padding-left: 50px !important;
  }

  html .space-padding-left-great-sm {
    padding-left: 50px !important;
  }

  html .space-padding-left-none-sm {
    padding-left: 0 !important;
  }

  html .space-padding-right-great {
    padding-right: 50px !important;
  }

  html .space-padding-right-great-sm {
    padding-right: 50px !important;
  }

  html .space-padding-right-none-sm {
    padding-right: 0 !important;
  }

  :root {
    --wp-space-greater: 80px;
  }

  html .space-height-greater {
    height: 80px !important;
  }

  html .space-height-greater-sm {
    height: 80px !important;
  }

  html .space-height-none-sm {
    height: 0 !important;
  }

  html .space-min-height-greater {
    min-height: 80px !important;
  }

  html .space-min-height-greater-sm {
    min-height: 80px !important;
  }

  html .space-min-height-none-sm {
    min-height: 0 !important;
  }

  html .space-margin-top-greater {
    margin-top: 80px !important;
  }

  html .space-margin-top-greater-sm {
    margin-top: 80px !important;
  }

  html .space-margin-top-none-sm {
    margin-top: 0 !important;
  }

  html .space-margin-bottom-greater {
    margin-bottom: 80px !important;
  }

  html .space-margin-bottom-greater-sm {
    margin-bottom: 80px !important;
  }

  html .space-margin-bottom-none-sm {
    margin-bottom: 0 !important;
  }

  html .space-padding-top-greater {
    padding-top: 80px !important;
  }

  html .space-padding-top-greater-sm {
    padding-top: 80px !important;
  }

  html .space-padding-top-none-sm {
    padding-top: 0 !important;
  }

  html .space-padding-bottom-greater {
    padding-bottom: 80px !important;
  }

  html .space-padding-bottom-greater-sm {
    padding-bottom: 80px !important;
  }

  html .space-padding-bottom-none-sm {
    padding-bottom: 0 !important;
  }

  html .space-margin-left-greater {
    margin-left: 80px !important;
  }

  html .space-margin-left-greater-sm {
    margin-left: 80px !important;
  }

  html .space-margin-left-none-sm {
    margin-left: 0 !important;
  }

  html .space-margin-right-greater {
    margin-right: 80px !important;
  }

  html .space-margin-right-greater-sm {
    margin-right: 80px !important;
  }

  html .space-margin-right-none-sm {
    margin-right: 0 !important;
  }

  html .space-padding-left-greater {
    padding-left: 80px !important;
  }

  html .space-padding-left-greater-sm {
    padding-left: 80px !important;
  }

  html .space-padding-left-none-sm {
    padding-left: 0 !important;
  }

  html .space-padding-right-greater {
    padding-right: 80px !important;
  }

  html .space-padding-right-greater-sm {
    padding-right: 80px !important;
  }

  html .space-padding-right-none-sm {
    padding-right: 0 !important;
  }

  :root {
    --wp-space-greatest: 150px;
  }

  html .space-height-greatest {
    height: 150px !important;
  }

  html .space-height-greatest-sm {
    height: 150px !important;
  }

  html .space-height-none-sm {
    height: 0 !important;
  }

  html .space-min-height-greatest {
    min-height: 150px !important;
  }

  html .space-min-height-greatest-sm {
    min-height: 150px !important;
  }

  html .space-min-height-none-sm {
    min-height: 0 !important;
  }

  html .space-margin-top-greatest {
    margin-top: 150px !important;
  }

  html .space-margin-top-greatest-sm {
    margin-top: 150px !important;
  }

  html .space-margin-top-none-sm {
    margin-top: 0 !important;
  }

  html .space-margin-bottom-greatest {
    margin-bottom: 150px !important;
  }

  html .space-margin-bottom-greatest-sm {
    margin-bottom: 150px !important;
  }

  html .space-margin-bottom-none-sm {
    margin-bottom: 0 !important;
  }

  html .space-padding-top-greatest {
    padding-top: 150px !important;
  }

  html .space-padding-top-greatest-sm {
    padding-top: 150px !important;
  }

  html .space-padding-top-none-sm {
    padding-top: 0 !important;
  }

  html .space-padding-bottom-greatest {
    padding-bottom: 150px !important;
  }

  html .space-padding-bottom-greatest-sm {
    padding-bottom: 150px !important;
  }

  html .space-padding-bottom-none-sm {
    padding-bottom: 0 !important;
  }

  html .space-margin-left-greatest {
    margin-left: 150px !important;
  }

  html .space-margin-left-greatest-sm {
    margin-left: 150px !important;
  }

  html .space-margin-left-none-sm {
    margin-left: 0 !important;
  }

  html .space-margin-right-greatest {
    margin-right: 150px !important;
  }

  html .space-margin-right-greatest-sm {
    margin-right: 150px !important;
  }

  html .space-margin-right-none-sm {
    margin-right: 0 !important;
  }

  html .space-padding-left-greatest {
    padding-left: 150px !important;
  }

  html .space-padding-left-greatest-sm {
    padding-left: 150px !important;
  }

  html .space-padding-left-none-sm {
    padding-left: 0 !important;
  }

  html .space-padding-right-greatest {
    padding-right: 150px !important;
  }

  html .space-padding-right-greatest-sm {
    padding-right: 150px !important;
  }

  html .space-padding-right-none-sm {
    padding-right: 0 !important;
  }
}
/**
 * Container Widths
 */
.space-max-width-content {
  max-width: 2150px;
}

.space-max-width-inner {
  max-width: 1650px;
}

.space-max-width-full {
  max-width: none;
}

@media (max-width: calc( 2150px + 200px )) {
  .space-max-width-content {
    max-width: 2150px;
  }

  .space-max-width-content-xl {
    max-width: 2150px;
  }

  .space-max-width-inner {
    max-width: 1650px;
  }

  .space-max-width-inner-xl {
    max-width: 1650px;
  }

  .space-max-width-full {
    max-width: none;
  }

  .space-max-width-full-xl {
    max-width: none;
  }
}
@media (max-width: calc( 1650px + 200px )) {
  .space-max-width-content {
    max-width: 2150px;
  }

  .space-max-width-content-lg {
    max-width: 2150px;
  }

  .space-max-width-inner {
    max-width: 1650px;
  }

  .space-max-width-inner-lg {
    max-width: 1650px;
  }

  .space-max-width-full {
    max-width: none;
  }

  .space-max-width-full-lg {
    max-width: none;
  }
}
@media (max-width: calc( 980px + 200px )) {
  .space-max-width-content {
    max-width: 2150px;
  }

  .space-max-width-content-md {
    max-width: 2150px;
  }

  .space-max-width-inner {
    max-width: 1650px;
  }

  .space-max-width-inner-md {
    max-width: 1650px;
  }

  .space-max-width-full {
    max-width: none;
  }

  .space-max-width-full-md {
    max-width: none;
  }
}
@media (max-width: calc( 600px + 200px )) {
  .space-max-width-content {
    max-width: none;
  }

  .space-max-width-content-sm {
    max-width: none;
  }

  .space-max-width-full {
    max-width: none;
  }

  .space-max-width-full-sm {
    max-width: none;
  }
}
/**
 * Container Heights
 */
.space-height-container {
  min-height: 100%;
}

.space-height-screen {
  min-height: 100vh;
}

/***********/
/**PREFFIX*/
/***********/
/***********/
/**MAX-WIDTH*/
/***********/
/***********/
/**FONTS/
/***********/
/***********/
/**COLORS*/
/***********/
/**************/
/**BREKPOINTS**/
/**************/
/**************/
/**CONTAINER HEIGHTS**/
/**************/
/**************/
/**CONTAINER WIDTHS**/
/**************/
/**************/
/**GAPS**/
/**************/
/***********/
/**FONT-SIZES*/
/***********/
/**************/
/**ANIMATION**/
/**************/
/***********/
/**PREFFIX*/
/***********/
/***********/
/**MAX-WIDTH*/
/***********/
/***********/
/**FONTS/
/***********/
/***********/
/**COLORS*/
/***********/
/**************/
/**BREKPOINTS**/
/**************/
/**************/
/**CONTAINER HEIGHTS**/
/**************/
/**************/
/**CONTAINER WIDTHS**/
/**************/
/**************/
/**GAPS**/
/**************/
/***********/
/**FONT-SIZES*/
/***********/
/**************/
/**ANIMATION**/
/**************/
/**
 * fullheight
 */
/**
 * Touch
 */
/**
 * No Touch
 */
/**
 * Touch
 */
/**
 * background-color rgba
 */
/**
 * color rgba
 */
/**
 * breakpoint
 */
body, html {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  margin: 0;
  padding: 0;
}

* {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

*:focus {
  outline: none !important;
}

::-moz-selection {
  color: #ffffff;
  background: #010101;
  -moz-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

::selection {
  color: #ffffff;
  background: #010101;
  transition: color 0.2s ease-out;
}

::-moz-selection {
  color: #ffffff;
  background: #010101;
  -moz-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

*:focus {
  outline: none !important;
}

a {
  color: currentColor;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0;
  padding: 0;
}

.tippy-box {
  margin-top: 25px;
  background-color: #010101 !important;
  color: #ffffff !important;
  font-size: 18px !important;
  line-height: 1.4 !important;
  padding: 8px 15px !important;
  border-radius: 0 !important;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  box-shadow: 0px 11px 15px -5px rgba(0, 0, 0, 0.05);
}

.tippy-arrow {
  color: #010101 !important;
}

.plyr--video .plyr__controls {
  background: #B30001 !important;
  padding-top: 10px !important;
}

.plyr--video,
.plyr__video-wrapper {
  background: none !important;
  overflow: hidden !important;
}

.plyr--full-ui input[type=range] {
  color: #f1f1f1 !important;
}

.plyr__control--overlaid {
  background: #B30001 !important;
  border-radius: 0 !important;
  left: 20px !important;
  top: 20px !important;
  transform: none !important;
  padding: calc(var(--plyr-control-spacing, 10px) * 2.5) !important;
}
html.is-device-touch .plyr__control--overlaid:active, html:not(.is-device-touch) .plyr__control--overlaid:hover {
  background: #010101 !important;
}

.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded=true] {
  background: #010101 !important;
  border-radius: 0 !important;
}

.plyr__control.plyr__tab-focus {
  box-shadow: 0 0 0 5px rgba(179, 0, 1, 0.5) !important;
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
  background: #ffffff !important;
}

.plyr.plyr--stopped .plyr__controls {
  display: none !important;
}

.plyr__menu__container {
  color: #010101 !important;
}

.plyr__tooltip {
  color: #010101 !important;
}

.plyr__poster {
  background-size: cover !important;
  background-position: center center !important;
}

[data-aos=over-left] {
  overflow: hidden;
  display: inline-block;
}
[data-aos=over-left] .ani-box {
  overflow: hidden;
  transform: translateX(-100%);
  transition: transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: inline-block;
}
[data-aos=over-left] .ani-box-inner {
  transform: translateX(100%);
  transition: transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
[data-aos=over-left].aos-animate .ani-box {
  transform: translateX(0);
}
[data-aos=over-left].aos-animate .ani-box .ani-box-inner {
  transform: translateX(0);
}

[data-aos=boxes] .ani-box {
  opacity: 0;
  transform: translateY(10px);
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}
[data-aos=boxes] .ani-box:nth-child(1) {
  transition-delay: 0.1s;
}
[data-aos=boxes] .ani-box:nth-child(2) {
  transition-delay: 0.2s;
}
[data-aos=boxes] .ani-box:nth-child(3) {
  transition-delay: 0.3s;
}
[data-aos=boxes] .ani-box:nth-child(4) {
  transition-delay: 0.4s;
}
[data-aos=boxes] .ani-box:nth-child(5) {
  transition-delay: 0.5s;
}
[data-aos=boxes] .ani-box:nth-child(6) {
  transition-delay: 0.6s;
}
[data-aos=boxes] .ani-box:nth-child(7) {
  transition-delay: 0.7s;
}
[data-aos=boxes] .ani-box:nth-child(8) {
  transition-delay: 0.8s;
}
[data-aos=boxes] .ani-box:nth-child(9) {
  transition-delay: 0.9s;
}
[data-aos=boxes] .ani-box:nth-child(10) {
  transition-delay: 1s;
}
[data-aos=boxes] .ani-box:nth-child(11) {
  transition-delay: 1.1s;
}
[data-aos=boxes] .ani-box:nth-child(12) {
  transition-delay: 1.2s;
}
[data-aos=boxes] .ani-box:nth-child(13) {
  transition-delay: 1.3s;
}
[data-aos=boxes] .ani-box:nth-child(14) {
  transition-delay: 1.4s;
}
[data-aos=boxes] .ani-box:nth-child(15) {
  transition-delay: 1.5s;
}
[data-aos=boxes] .ani-box:nth-child(16) {
  transition-delay: 1.6s;
}
[data-aos=boxes] .ani-box:nth-child(17) {
  transition-delay: 1.7s;
}
[data-aos=boxes] .ani-box:nth-child(18) {
  transition-delay: 1.8s;
}
[data-aos=boxes] .ani-box:nth-child(19) {
  transition-delay: 1.9s;
}
[data-aos=boxes] .ani-box:nth-child(20) {
  transition-delay: 2s;
}
[data-aos=boxes] .ani-box:nth-child(21) {
  transition-delay: 2.1s;
}
[data-aos=boxes] .ani-box:nth-child(22) {
  transition-delay: 2.2s;
}
[data-aos=boxes] .ani-box:nth-child(23) {
  transition-delay: 2.3s;
}
[data-aos=boxes] .ani-box:nth-child(24) {
  transition-delay: 2.4s;
}
[data-aos=boxes] .ani-box:nth-child(25) {
  transition-delay: 2.5s;
}
[data-aos=boxes] .ani-box:nth-child(26) {
  transition-delay: 2.6s;
}
[data-aos=boxes] .ani-box:nth-child(27) {
  transition-delay: 2.7s;
}
[data-aos=boxes] .ani-box:nth-child(28) {
  transition-delay: 2.8s;
}
[data-aos=boxes] .ani-box:nth-child(29) {
  transition-delay: 2.9s;
}
[data-aos=boxes] .ani-box:nth-child(30) {
  transition-delay: 3s;
}
[data-aos=boxes] .ani-box:nth-child(31) {
  transition-delay: 3.1s;
}
[data-aos=boxes] .ani-box:nth-child(32) {
  transition-delay: 3.2s;
}
[data-aos=boxes] .ani-box:nth-child(33) {
  transition-delay: 3.3s;
}
[data-aos=boxes] .ani-box:nth-child(34) {
  transition-delay: 3.4s;
}
[data-aos=boxes] .ani-box:nth-child(35) {
  transition-delay: 3.5s;
}
[data-aos=boxes] .ani-box:nth-child(36) {
  transition-delay: 3.6s;
}
[data-aos=boxes] .ani-box:nth-child(37) {
  transition-delay: 3.7s;
}
[data-aos=boxes] .ani-box:nth-child(38) {
  transition-delay: 3.8s;
}
[data-aos=boxes] .ani-box:nth-child(39) {
  transition-delay: 3.9s;
}
[data-aos=boxes] .ani-box:nth-child(40) {
  transition-delay: 4s;
}
[data-aos=boxes].aos-animate .ani-box {
  opacity: 1;
  transform: translateY(0);
}

[data-aos=section] .bh-page-section-content {
  opacity: 0;
  transition: opacity 0.6s ease-out;
}
[data-aos=section].aos-animate .bh-page-section-content {
  opacity: 1;
}

.row-outer[data-aos=row] {
  opacity: 0;
  transform: translateY(10px);
}
.row-outer[data-aos=row].aos-animate {
  transition: opacity 0.6s ease-out, transform 0.3s ease-out;
  opacity: 1;
  transform: translateY(0);
}

/***********/
/**PREFFIX*/
/***********/
/***********/
/**MAX-WIDTH*/
/***********/
/***********/
/**FONTS/
/***********/
/***********/
/**COLORS*/
/***********/
/**************/
/**BREKPOINTS**/
/**************/
/**************/
/**CONTAINER HEIGHTS**/
/**************/
/**************/
/**CONTAINER WIDTHS**/
/**************/
/**************/
/**GAPS**/
/**************/
/***********/
/**FONT-SIZES*/
/***********/
/**************/
/**ANIMATION**/
/**************/
@font-face {
  font-family: "copy";
  font-style: normal;
  font-weight: normal;
  src: url("../assets/fonts/web/cabin-v18-latin-regular.woff2") format("woff2"), url("../assets/fonts/web/cabin-v18-latin-regular.woff") format("woff");
}
@font-face {
  font-family: "copy";
  font-style: italic;
  font-weight: normal;
  src: url("../assets/fonts/web/cabin-v18-latin-italic.woff2") format("woff2"), url("../assets/fonts/web/cabin-v18-latin-italic..woff") format("woff");
}
@font-face {
  font-family: "copy";
  font-style: normal;
  font-weight: bold;
  src: url("../assets/fonts/web/cabin-v18-latin-700.woff2") format("woff2"), url("../assets/fonts/web/cabin-v18-latin-700.woff") format("woff");
}
@font-face {
  font-family: "headline";
  font-style: normal;
  font-weight: normal;
  src: url("../assets/fonts/web/cabin-condensed-v17-latin-regular.woff2") format("woff2"), url("../assets/fonts/web/cabin-condensed-v17-latin-regular.woff") format("woff");
}
@font-face {
  font-family: "headline";
  font-style: normal;
  font-weight: bold;
  src: url("../assets/fonts/web/cabin-condensed-v17-latin-700.woff2") format("woff2"), url("../assets/fonts/web/cabin-condensed-v17-latin-700.woff") format("woff");
}
/***********/
/**PREFFIX*/
/***********/
/***********/
/**MAX-WIDTH*/
/***********/
/***********/
/**FONTS/
/***********/
/***********/
/**COLORS*/
/***********/
/**************/
/**BREKPOINTS**/
/**************/
/**************/
/**CONTAINER HEIGHTS**/
/**************/
/**************/
/**CONTAINER WIDTHS**/
/**************/
/**************/
/**GAPS**/
/**************/
/***********/
/**FONT-SIZES*/
/***********/
/**************/
/**ANIMATION**/
/**************/
@font-face {
  font-family: "icon";
  src: url("../assets/fonts/icons/icons.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
[class*=bh-icon]:before {
  display: inline-block;
  font-family: "icon";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bh-icon-right-arrow:before {
  content: "\F101";
}

.bh-icon-up-chevron:before {
  content: "\F102";
}

.bh-icon-right-chevron:before {
  content: "\F103";
}

.bh-icon-down-chevron:before {
  content: "\F104";
}

.bh-icon-left-chevron:before {
  content: "\F105";
}

.bh-icon-up-chevron-1:before {
  content: "\F106";
}

.bh-icon-diagonal-arrow:before {
  content: "\F107";
}

.bh-icon-right-chevron-1:before {
  content: "\F108";
}

.bh-icon-up-arrow:before {
  content: "\F109";
}

.bh-icon-left-chevron-1:before {
  content: "\F10A";
}

.bh-icon-down-chevron-1:before {
  content: "\F10B";
}

.bh-icon-position:before {
  content: "\F10C";
}

.bh-icon-padlock:before {
  content: "\F10D";
}

.bh-icon-check:before {
  content: "\F10E";
}

.bh-icon-mail-send:before {
  content: "\F10F";
}

.bh-icon-plus:before {
  content: "\F110";
}

.bh-icon-minus:before {
  content: "\F111";
}

.bh-icon-download:before {
  content: "\F112";
}

.bh-icon-pdf-file:before {
  content: "\F113";
}

.bh-icon-loupe:before {
  content: "\F114";
}

.bh-icon-play-button:before {
  content: "\F115";
}

.bh-icon-square:before {
  content: "\F116";
}

.bh-icon-key:before {
  content: "\F117";
}

/***********/
/**PREFFIX*/
/***********/
/***********/
/**MAX-WIDTH*/
/***********/
/***********/
/**FONTS/
/***********/
/***********/
/**COLORS*/
/***********/
/**************/
/**BREKPOINTS**/
/**************/
/**************/
/**CONTAINER HEIGHTS**/
/**************/
/**************/
/**CONTAINER WIDTHS**/
/**************/
/**************/
/**GAPS**/
/**************/
/***********/
/**FONT-SIZES*/
/***********/
/**************/
/**ANIMATION**/
/**************/
body, html {
  background: #ffffff;
  width: 100vw;
}

body {
  font-family: "copy", Arial, Helevetica;
  color: #010101;
  margin: 0;
  padding: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

/***********/
/**PREFFIX*/
/***********/
/***********/
/**MAX-WIDTH*/
/***********/
/***********/
/**FONTS/
/***********/
/***********/
/**COLORS*/
/***********/
/**************/
/**BREKPOINTS**/
/**************/
/**************/
/**CONTAINER HEIGHTS**/
/**************/
/**************/
/**CONTAINER WIDTHS**/
/**************/
/**************/
/**GAPS**/
/**************/
/***********/
/**FONT-SIZES*/
/***********/
/**************/
/**ANIMATION**/
/**************/
/***********/
/**PREFFIX*/
/***********/
/***********/
/**MAX-WIDTH*/
/***********/
/***********/
/**FONTS/
/***********/
/***********/
/**COLORS*/
/***********/
/**************/
/**BREKPOINTS**/
/**************/
/**************/
/**CONTAINER HEIGHTS**/
/**************/
/**************/
/**CONTAINER WIDTHS**/
/**************/
/**************/
/**GAPS**/
/**************/
/***********/
/**FONT-SIZES*/
/***********/
/**************/
/**ANIMATION**/
/**************/
/**
 * fullheight
 */
/**
 * Touch
 */
/**
 * No Touch
 */
/**
 * Touch
 */
/**
 * background-color rgba
 */
/**
 * color rgba
 */
/**
 * breakpoint
 */
.bh-part-header-single {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  z-index: 51;
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
html.dom-ready .bh-part-header-single {
  opacity: 1;
}
.bh-part-header-single .inner {
  padding-top: 60px !important;
}
@media (max-width: 600px) {
  .bh-part-header-single .inner {
    padding-top: 0 !important;
  }
}
.bh-part-header-single .inner .logo {
  display: block;
  width: 220px;
  height: auto;
  position: relative;
}
@media (max-width: 980px) {
  .bh-part-header-single .inner .logo {
    width: 200px !important;
  }
}
@media (max-width: 600px) {
  .bh-part-header-single .inner .logo {
    width: 200px !important;
  }
}
.bh-part-header-single .inner .logo-src {
  width: 100%;
  height: auto;
}
.bh-part-header-single .inner .logo-src-light {
  opacity: 0;
}
html.ambient-dark .bh-part-header-single .inner .logo-src-light {
  opacity: 1 !important;
}
.bh-part-header-single .inner .logo-src-dark {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
}
html.ambient-dark .bh-part-header-single .inner .logo-src-dark {
  opacity: 0 !important;
}

.bh-part-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  overflow: hidden;
  transition: height 0.6s cubic-bezier(0.83, 0, 0.17, 1), min-height 0.6s cubic-bezier(0.83, 0, 0.17, 1);
  height: 0;
  min-height: 0;
  pointer-events: none;
  z-index: 99;
  /**
  background: rgba(255,255,255,0);
  backdrop-filter: blur( 5px );
  **/
}
html.mobile-open .bh-part-header {
  height: 60vh;
  min-height: 600px;
  pointer-events: auto;
}
@media (max-width: 600px) {
  html.mobile-open .bh-part-header {
    height: 100vh;
    min-height: 0;
    overflow: auto;
    overflow-scrolling: touch;
  }
}
.bh-part-header-inner {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 60vh;
  min-height: 600px;
  background: #f1f1f1;
  color: #010101;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: visible;
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.18);
}
@media (max-width: 1350px) {
  .bh-part-header-inner {
    min-height: 500px;
  }
}
@media (max-width: 600px) {
  .bh-part-header-inner {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    height: auto;
    min-height: 100%;
  }
}
.bh-part-header-inner .link-login {
  color: #B30001;
}
.bh-part-header-inner a {
  color: #010101;
}

.bh-header-top-inner {
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.bh-header-top-inner-bar {
  padding-top: 60px !important;
  max-width: 2150px;
}
@media (max-width: 600px) {
  .bh-header-top-inner-bar {
    flex-direction: column;
    display: block;
    padding-top: 0 !important;
  }
  .bh-header-top-inner-bar .col-nav {
    padding-top: 60px;
  }
}
.bh-header-top-inner-bar .logo {
  display: block;
  width: 220px;
  height: auto;
  position: relative;
}
@media (max-width: 980px) {
  .bh-header-top-inner-bar .logo {
    width: 200px !important;
  }
}
@media (max-width: 600px) {
  .bh-header-top-inner-bar .logo {
    width: 200px !important;
  }
}
.bh-header-top-inner-bar .logo-src {
  width: 100%;
  height: auto;
}
.bh-header-top-inner-bar .logo-src-light {
  opacity: 0;
}
.bh-header-top-inner-bar .logo-src-dark {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
}
.bh-header-top-inner-bar .link {
  text-decoration: none;
  font-size: var(--wp-font-size-copy);
  align-items: center;
  display: inline-block;
}
.bh-header-top-inner-bar .link-login {
  position: relative;
  padding-left: 2.2em;
}
html.is-device-touch .bh-header-top-inner-bar .link-login:active::before, html:not(.is-device-touch) .bh-header-top-inner-bar .link-login:hover::before {
  transform: translateY(-50%) translateX(0.2em);
}
.bh-header-top-inner-bar .link-login::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "\F117";
  color: currentColor;
  width: 1.2em;
  text-align: left;
  font-family: "icon";
  font-size: 1.5em;
  line-height: 1em;
  transition: transform 0.2s ease-out;
}
.bh-header-top-inner-bar .nav {
  display: flex;
  width: 100%;
  margin-top: 8px;
  justify-content: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (max-width: 980px) {
  .bh-header-top-inner-bar .nav {
    flex-direction: column;
    margin-top: 0;
    gap: 20px;
    height: calc(100% - 5px);
    justify-content: space-between;
  }
}
.bh-header-top-inner-bar .nav .login, .bh-header-top-inner-bar .nav .socials {
  width: 50%;
}
@media (max-width: 980px) {
  .bh-header-top-inner-bar .nav .login, .bh-header-top-inner-bar .nav .socials {
    width: 100%;
  }
}
.bh-header-top-inner-bar .nav .socials {
  display: flex;
  gap: 18px;
  align-items: center;
  margin-top: -0.3em;
}
@media (max-width: 600px) {
  .bh-header-top-inner-bar .nav .socials {
    margin-top: 0;
  }
}
.bh-header-top-inner-bar .nav .socials .social {
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  line-height: 1em;
  border: 2px solid currentColor;
}
.bh-header-top-inner-bar .nav .socials .social-icon-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  line-height: 1em;
  display: flex;
}
.bh-header-top-inner-bar .nav .socials .social .social-icon {
  position: relative;
  width: 20px;
  height: auto;
  line-height: 1em;
  margin: auto;
}
.bh-header-top-inner-bar .nav .socials .social .social-icon-light {
  opacity: 0;
}
.bh-header-top-inner-bar .nav .socials .social .social-icon-dark {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.bh-header-top-inner-content {
  max-width: 2150px;
  flex: 1;
  align-items: flex-end;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
}
@media (max-width: 600px) {
  .bh-header-top-inner-content {
    display: block;
  }
}
@media (max-width: 1350px) {
  .bh-header-top-inner-content .col-claim {
    display: none;
  }
}
.bh-header-top-inner-content .nav {
  position: relative;
  margin-bottom: 50px;
  overflow: hidden;
}
@media (max-width: 600px) {
  .bh-header-top-inner-content .nav {
    margin-bottom: 120px;
  }
}
.bh-header-top-inner-content .nav .menu {
  z-index: 1;
  -moz-column-count: 2;
       column-count: 2;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 600px) {
  .bh-header-top-inner-content .nav .menu {
    -moz-column-count: 1;
         column-count: 1;
  }
}
html.is-device-touch .bh-header-top-inner-content .nav .menu:active .menu-item .menu-link, html:not(.is-device-touch) .bh-header-top-inner-content .nav .menu:hover .menu-item .menu-link {
  /**opacity: 0.5;**/
}
.bh-header-top-inner-content .nav .menu .menu-item {
  list-style: none;
  margin: 0;
  padding: 19px 0 11px 0;
  transition: opacity 0.6s ease-out;
}
@media (max-width: 980px) {
  .bh-header-top-inner-content .nav .menu .menu-item {
    padding: 10px 0 10px 0;
  }
}
.bh-header-top-inner-content .nav .menu .menu-item .menu-link {
  text-decoration: none;
  font-size: var(--wp-font-size-subline);
  line-height: 1em;
  text-transform: uppercase;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: opacity 0.2s ease-out;
  position: relative;
  z-index: 1;
  transform-style: preserve-3d;
  letter-spacing: 0.01em;
}
.bh-header-top-inner-content .nav .menu .menu-item .menu-link::before {
  content: "";
  height: 2px;
  top: 100%;
  position: absolute;
  width: 0;
  display: block;
  background: currentColor;
  transition: width 0.2s ease-out;
}
html.is-device-touch .bh-header-top-inner-content .nav .menu .menu-item .menu-link:active, html:not(.is-device-touch) .bh-header-top-inner-content .nav .menu .menu-item .menu-link:hover {
  opacity: 1;
}
html.is-device-touch .bh-header-top-inner-content .nav .menu .menu-item .menu-link:active::before, html:not(.is-device-touch) .bh-header-top-inner-content .nav .menu .menu-item .menu-link:hover::before {
  width: 100%;
}
.bh-header-top-inner-content .claim {
  position: relative;
  padding-bottom: 50px;
  font-weight: bold;
  font-family: "headline", Arial, Helevetica;
  font-size: var(--wp-font-size-headline-great);
  line-height: 1em;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #B30001;
}

.bh-part-burger {
  position: fixed;
  align-self: flex-end;
  top: 0;
  right: 0;
  z-index: 100;
}
.bh-part-burger-line {
  height: 3px;
  background: #ffffff;
  transition: width 0.6s cubic-bezier(0.85, 0, 0.15, 1), background 0.6s ease-out;
  width: 30px;
  margin-right: 9px;
}
.bh-part-burger-button {
  position: absolute;
  right: 40px;
  top: 40px;
  background: rgba(255, 255, 255, 0);
  /**backdrop-filter: blur(10px);**/
  width: 50px;
  height: 50px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: flex-end;
  transition: opacity 0.3s ease-out, background 0.3s ease-out;
  /**border: 3px solid $color_grey_dark;**/
  box-sizing: border-box;
  background: #B30001;
}
html.has-sections .bh-part-burger-button {
  pointer-events: none;
  opacity: 0;
}
@media (max-width: 1350px) {
  html.has-sections .bh-part-burger-button {
    pointer-events: auto;
    opacity: 1;
  }
}
@media (max-width: 1200px) {
  .bh-part-burger-button {
    right: 15px;
  }
}
@media (max-width: 980px) {
  .bh-part-burger-button {
    right: 50px;
    top: 25px;
  }
}
@media (max-width: 600px) {
  .bh-part-burger-button {
    right: 25px;
    top: 25px;
  }
}
html.is-device-touch .bh-part-burger-button:active, html:not(.is-device-touch) .bh-part-burger-button:hover {
  /**border: 3px solid $color_red;**/
}
html.is-device-touch .bh-part-burger-button:active .bh-part-burger-line, html:not(.is-device-touch) .bh-part-burger-button:hover .bh-part-burger-line {
  background: #ffffff;
}
html.is-device-touch .bh-part-burger-button:active .bh-part-burger-line-1, html:not(.is-device-touch) .bh-part-burger-button:hover .bh-part-burger-line-1 {
  width: 30px;
}
html.is-device-touch .bh-part-burger-button:active .bh-part-burger-line-2, html:not(.is-device-touch) .bh-part-burger-button:hover .bh-part-burger-line-2 {
  width: 20px;
}
html.is-device-touch .bh-part-burger-button:active .bh-part-burger-line-3, html:not(.is-device-touch) .bh-part-burger-button:hover .bh-part-burger-line-3 {
  width: 10px;
}
html.mobile-open .bh-part-burger-button {
  background: #f1f1f1 !important;
}
html.mobile-open .bh-part-burger-button .bh-part-burger-line {
  background: #B30001 !important;
}
html.mobile-open .bh-part-burger-button .bh-part-burger-line-1, html.mobile-open .bh-part-burger-button .bh-part-burger-line-3 {
  width: 0;
}
html.dom-scroll-vh-1 .bh-part-burger-button, html.mobile-open .bh-part-burger-button {
  pointer-events: auto !important;
  opacity: 1 !important;
}

/***********/
/**PREFFIX*/
/***********/
/***********/
/**MAX-WIDTH*/
/***********/
/***********/
/**FONTS/
/***********/
/***********/
/**COLORS*/
/***********/
/**************/
/**BREKPOINTS**/
/**************/
/**************/
/**CONTAINER HEIGHTS**/
/**************/
/**************/
/**CONTAINER WIDTHS**/
/**************/
/**************/
/**GAPS**/
/**************/
/***********/
/**FONT-SIZES*/
/***********/
/**************/
/**ANIMATION**/
/**************/
.bh-part-footer {
  text-align: center;
  overflow: hidden;
  position: relative;
  background: #f1f1f1;
  padding-top: 80px;
  padding-bottom: 80px;
}
.bh-part-footer-inner {
  position: relative;
  text-align: left;
  max-width: 2150px;
  margin: auto;
}

/***********/
/**PREFFIX*/
/***********/
/***********/
/**MAX-WIDTH*/
/***********/
/***********/
/**FONTS/
/***********/
/***********/
/**COLORS*/
/***********/
/**************/
/**BREKPOINTS**/
/**************/
/**************/
/**CONTAINER HEIGHTS**/
/**************/
/**************/
/**CONTAINER WIDTHS**/
/**************/
/**************/
/**GAPS**/
/**************/
/***********/
/**FONT-SIZES*/
/***********/
/**************/
/**ANIMATION**/
/**************/
/***********/
/**PREFFIX*/
/***********/
/***********/
/**MAX-WIDTH*/
/***********/
/***********/
/**FONTS/
/***********/
/***********/
/**COLORS*/
/***********/
/**************/
/**BREKPOINTS**/
/**************/
/**************/
/**CONTAINER HEIGHTS**/
/**************/
/**************/
/**CONTAINER WIDTHS**/
/**************/
/**************/
/**GAPS**/
/**************/
/***********/
/**FONT-SIZES*/
/***********/
/**************/
/**ANIMATION**/
/**************/
/**
 * fullheight
 */
/**
 * Touch
 */
/**
 * No Touch
 */
/**
 * Touch
 */
/**
 * background-color rgba
 */
/**
 * color rgba
 */
/**
 * breakpoint
 */
.bh-part-flyout {
  position: fixed;
  right: 0;
  top: 50vh;
  width: 40px;
  transform: translateY(-50%);
  background: #B30001;
  color: #ffffff;
  align-self: flex-end;
  z-index: 50;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (max-width: 980px) {
  .bh-part-flyout {
    display: none;
  }
}
html.dom-ready .bh-part-flyout {
  transition: opacity 0.3s ease-out, width 0.3s cubic-bezier(0.85, 0, 0.15, 1);
}
html.dom-scroll-vh-1-half .bh-part-flyout {
  pointer-events: auto;
  opacity: 1;
}
.bh-part-flyout-inner {
  width: 300px;
  display: flex;
  flex-direction: row;
}
html.is-device-touch .bh-part-flyout:active, html:not(.is-device-touch) .bh-part-flyout:hover {
  width: 260px;
}
html.is-device-touch .bh-part-flyout:active .bh-part-flyout-title, html:not(.is-device-touch) .bh-part-flyout:hover .bh-part-flyout-title {
  opacity: 0;
}
html.is-device-touch .bh-part-flyout:active .bh-part-flyout-content, html:not(.is-device-touch) .bh-part-flyout:hover .bh-part-flyout-content {
  transform: translateX(-40px);
}
.bh-part-flyout-title {
  font-size: var(--wp-font-size-description-great);
  line-height: 1em;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  transform: rotate(180deg);
  white-space: nowrap;
  display: inline-block;
  overflow: visible;
  padding: 10px;
  font-family: "headline", Arial, Helevetica;
  text-align: center;
  width: 40px;
  font-weight: bold;
  transition: opacity 0.3s ease-out;
}
.bh-part-flyout-content {
  position: relative;
  z-index: 1;
  padding: 20px;
  font-size: var(--wp-font-size-description-great);
  transition: transform 0.3s cubic-bezier(0.85, 0, 0.15, 1);
}
.bh-part-flyout-content a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: currentColor;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.bh-part-flyout-content a::after {
  position: absolute;
  width: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  content: "";
  transition: width 0.3s ease-out;
  background: currentColor;
}
html.is-device-touch .bh-part-flyout-content a:active::after, html:not(.is-device-touch) .bh-part-flyout-content a:hover::after {
  width: 100%;
}

/***********/
/**PREFFIX*/
/***********/
/***********/
/**MAX-WIDTH*/
/***********/
/***********/
/**FONTS/
/***********/
/***********/
/**COLORS*/
/***********/
/**************/
/**BREKPOINTS**/
/**************/
/**************/
/**CONTAINER HEIGHTS**/
/**************/
/**************/
/**CONTAINER WIDTHS**/
/**************/
/**************/
/**GAPS**/
/**************/
/***********/
/**FONT-SIZES*/
/***********/
/**************/
/**ANIMATION**/
/**************/
/***********/
/**PREFFIX*/
/***********/
/***********/
/**MAX-WIDTH*/
/***********/
/***********/
/**FONTS/
/***********/
/***********/
/**COLORS*/
/***********/
/**************/
/**BREKPOINTS**/
/**************/
/**************/
/**CONTAINER HEIGHTS**/
/**************/
/**************/
/**CONTAINER WIDTHS**/
/**************/
/**************/
/**GAPS**/
/**************/
/***********/
/**FONT-SIZES*/
/***********/
/**************/
/**ANIMATION**/
/**************/
/**
 * fullheight
 */
/**
 * Touch
 */
/**
 * No Touch
 */
/**
 * Touch
 */
/**
 * background-color rgba
 */
/**
 * color rgba
 */
/**
 * breakpoint
 */
.bh-part-main {
  flex: 1;
  align-items: center;
  display: flex;
  flex-direction: column;
  overflow: visible;
  opacity: 0;
  background: #ffffff;
  position: relative;
  z-index: 0;
  overflow: -webkit-paged-x;
}
.bh-part-main::after {
  position: absolute;
  left: 0;
  width: 47px;
  content: "";
  top: 0;
  bottom: 0;
  background: url("../assets/img/lines-left-dark.svg");
  background-repeat: repeat-y;
  background-size: 100% auto;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 980px) {
  .bh-part-main::after {
    width: 20px;
  }
}
html.dom-ready-init .bh-part-main {
  transition: 0.2s ease-out;
  opacity: 1;
}
.bh-part-main .bh-page-section {
  position: relative;
  /**background: $color_white;**/
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  width: 100%;
}
.bh-part-main .bh-page-section:first-child {
  z-index: 51;
}
.bh-part-main .bh-page-section:not(.section-disabled) {
  margin-bottom: 100px;
  padding-bottom: 15vh;
}
.bh-part-main .bh-page-section .bh-page-section-content {
  align-items: center;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.bh-part-main .bh-page-section .bh-page-section-logo {
  height: 0;
  margin-bottom: 0;
  margin-top: 0;
}
.bh-part-main .bh-page-section .bh-page-section-logo-link {
  position: relative;
  display: block;
  transform: translateY(calc(-100% - (5vh + 50px)));
  width: 140px;
}
.bh-part-main .bh-page-section .bh-page-section-logo .col {
  padding-bottom: 0;
  padding-top: 0;
}
.bh-part-main .bh-page-section .bh-page-section-title {
  position: -webkit-sticky;
  position: sticky;
  top: 145px;
  left: 0;
  width: 0;
  text-transform: uppercase;
  color: #010101;
  font-size: var(--wp-font-size-description-great);
  overflow: visible;
  font-family: "headline", Arial, Helevetica;
  font-weight: bold;
  pointer-events: none;
  align-self: flex-start;
  z-index: 50;
}
@media (max-width: 1200px) {
  .bh-part-main .bh-page-section .bh-page-section-title {
    top: 58px;
  }
}
@media (max-width: 600px) {
  .bh-part-main .bh-page-section .bh-page-section-title {
    top: 43px;
  }
}
.bh-part-main .bh-page-section .bh-page-section-title .bh-page-section-title-text {
  position: relative;
  left: 30px;
  white-space: nowrap;
  transform: translateY(2em);
}
@media (max-width: 1200px) {
  .bh-part-main .bh-page-section .bh-page-section-title .bh-page-section-title-text {
    left: 80px;
    transform: translateY(-100%);
  }
}
@media (max-width: 980px) {
  .bh-part-main .bh-page-section .bh-page-section-title .bh-page-section-title-text {
    left: 50px;
  }
}
@media (max-width: 600px) {
  .bh-part-main .bh-page-section .bh-page-section-title .bh-page-section-title-text {
    left: 25px;
  }
}

.bh-part-totop {
  position: -webkit-sticky;
  position: sticky;
  align-self: flex-end;
  bottom: 0;
  right: 0;
  text-align: center;
  z-index: 40;
  overflow: visible;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  height: 0;
  transition: opacity 0.3s ease-out;
  pointer-events: none;
  /* html.js:not(.dom-scroll-footer) & {
     position: fixed;
     left: 0;
     right: 0;
     bottom: 0;
   }*/
}
html.is-mobile-view.is-mobile-open .bh-part-totop {
  opacity: 0 !important;
  pointer-events: none;
}
html.js .bh-part-totop {
  pointer-events: none;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}
html.js.dom-scroll-vh-1 .bh-part-totop {
  pointer-events: auto;
  opacity: 1;
  transform: translateY(0);
}
.bh-part-totop .bh-part-totop-button {
  position: absolute;
  display: block;
  cursor: pointer;
  overflow: hidden;
  bottom: 40px;
  right: 40px;
  width: 50px;
  height: 50px;
  color: #999D99;
  transition: color 0.3s ease-out;
}
@media (max-width: 1200px) {
  .bh-part-totop .bh-part-totop-button {
    right: 25px;
    bottom: 25px;
  }
}
@media (max-width: 980px) {
  .bh-part-totop .bh-part-totop-button {
    right: 0;
  }
}
.bh-part-totop .bh-part-totop-button::after {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  font-family: "icon";
  font-size: 36px;
  content: "\F109";
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease-out;
}
html.is-device-touch .bh-part-totop .bh-part-totop-button:active, html:not(.is-device-touch) .bh-part-totop .bh-part-totop-button:hover {
  color: #B30001;
}
html.is-device-touch .bh-part-totop .bh-part-totop-button:active::after, html:not(.is-device-touch) .bh-part-totop .bh-part-totop-button:hover::after {
  transform: translateY(-65%);
}