@charset "UTF-8";
/******************************************************************

Stylesheet: Main Stylesheet

Here's where the magic happens. Here is where you import
all of your Sass files so they can compile into one
CSS file.

******************************************************************/


/* HVSS Font */
@font-face {
  font-family: 'BasisGrotesqueArabicPro-Regular';
  src: url("../fonts/hvss/BasisGrotesqueArabicPro-Regular.ttf") format("truetype"); 
}

@font-face {
  font-family: 'BasisGrotesqueArabicPro-Bold';
  src: url("../fonts/hvss/BasisGrotesqueArabicPro-Bold.ttf") format("truetype"); 
}

@font-face {
  font-family: 'BasisGrotesqueArabicPro-Black';
  src: url("../fonts/hvss/BasisGrotesqueArabicPro-Black.ttf") format("truetype"); 
}

.__BasisGrotesqueArabicPro-Regular {
  font-family: 'BasisGrotesqueArabicPro-Regular';
}

.__BasisGrotesqueArabicPro-Bold {
  font-family: 'BasisGrotesqueArabicPro-Bold';
}

.__BasisGrotesqueArabicPro-Black {
  font-family: 'BasisGrotesqueArabicPro-Black';
}

.fractul-variable-black { 
  font-family: 'fractul-variable', sans-serif;
  font-weight: 900;
}
/* HVSS Font */

body#tinymce.wp-editor {
  font-family: 'BasisGrotesqueArabicPro-Regular' !important; }

.mceContentBody.wp-editor {
  background-color: #b0b0b0; }

/**
 * Foundation for Sites by ZURB
 * Version 6.5.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 40em) {
  .reveal, .reveal.tiny, .reveal.small, .reveal.large {
    right: auto;
    left: auto;
    margin: 0 auto; } }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }
  .hamburger.is-active:hover {
    opacity: 0.7; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #000; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  perspective: 80px; }

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg); }
  .hamburger--3dx.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dx.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  perspective: 80px; }

.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg); }
  .hamburger--3dy.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dy.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DXY
   */
.hamburger--3dxy .hamburger-box {
  perspective: 80px; }

.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg); }
  .hamburger--3dxy.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dxy.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DXY Reverse
   */
.hamburger--3dxy-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg); }
  .hamburger--3dxy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dxy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }

.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Arrow Turn
   */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg); }
  .hamburger--arrowturn.is-active .hamburger-inner::before {
    transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }
  .hamburger--arrowturn.is-active .hamburger-inner::after {
    transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
   * Arrow Turn Right
   */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg); }
  .hamburger--arrowturn-r.is-active .hamburger-inner::before {
    transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }
  .hamburger--arrowturn-r.is-active .hamburger-inner::after {
    transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Boring
   */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none; }

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg); }
  .hamburger--boring.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--boring.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse-r .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse-r .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic .hamburger-inner::before {
    top: 10px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic .hamburger-inner::after {
    top: 20px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s; }
  .hamburger--elastic.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-270deg);
    transition-delay: 0.075s; }

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic-r .hamburger-inner::before {
    top: 10px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic-r .hamburger-inner::after {
    top: 20px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s; }
  .hamburger--elastic-r.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(270deg);
    transition-delay: 0.075s; }

/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden; }
  .hamburger--emphatic .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in; }
    .hamburger--emphatic .hamburger-inner::before {
      left: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
    .hamburger--emphatic .hamburger-inner::after {
      top: 10px;
      right: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
  .hamburger--emphatic.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent !important; }
    .hamburger--emphatic.is-active .hamburger-inner::before {
      left: -80px;
      top: -80px;
      transform: translate3d(80px, 80px, 0) rotate(45deg);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic.is-active .hamburger-inner::after {
      right: -80px;
      top: -80px;
      transform: translate3d(-80px, 80px, 0) rotate(-45deg);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden; }
  .hamburger--emphatic-r .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::before {
      left: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::after {
      top: 10px;
      right: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
  .hamburger--emphatic-r.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent !important; }
    .hamburger--emphatic-r.is-active .hamburger-inner::before {
      left: -80px;
      top: 80px;
      transform: translate3d(80px, -80px, 0) rotate(-45deg);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic-r.is-active .hamburger-inner::after {
      right: -80px;
      top: 80px;
      transform: translate3d(-80px, -80px, 0) rotate(45deg);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Minus
   */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear; }

.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear; }

.hamburger--minus.is-active .hamburger-inner::before {
  top: 0; }

.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0; }

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 2px; }
  .hamburger--slider .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider .hamburger-inner::after {
    top: 20px; }

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0; }
  .hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-90deg); }

/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 2px; }
  .hamburger--slider-r .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider-r .hamburger-inner::after {
    top: 20px; }

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg); }
  .hamburger--slider-r.is-active .hamburger-inner::before {
    transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
    opacity: 0; }
  .hamburger--slider-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(90deg); }

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin-r .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin-r .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear; }
  .hamburger--spring .hamburger-inner::before {
    top: 10px;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring .hamburger-inner::after {
    top: 20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important; }
  .hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(-45deg); }

/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring-r .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear; }
  .hamburger--spring-r .hamburger-inner::before {
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spring-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear; }
  .hamburger--spring-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
  .hamburger--stand .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
  .hamburger--stand.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
  .hamburger--stand-r .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand-r .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
  .hamburger--stand-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex .hamburger-inner::after {
    transition-property: bottom, transform; }

.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg); }

/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex-r .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex-r .hamburger-inner::after {
    transition-property: bottom, transform; }

.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }

/**
 * Swiper 5.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 16, 2020
 */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color: #007aff; }

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap; }

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column; }

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height; }

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */ }

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory; }

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory; }

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */ }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto; }

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev'; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto; }

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next'; }

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff; }

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000; }

.swiper-button-lock {
  display: none; }

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */ }

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right; }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff; }

.swiper-pagination-black {
  --swiper-pagination-color: #000000; }

.swiper-pagination-lock {
  display: none; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */ }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000; }

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0); }

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0); }

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0); }

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0); }

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%); }

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%); }

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%); }

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%); }

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity; }

.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity; }

.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0; }

.slow {
  transition-duration: 750ms !important; }

.fast {
  transition-duration: 250ms !important; }

.linear {
  transition-timing-function: linear !important; }

.ease {
  transition-timing-function: ease !important; }

.ease-in {
  transition-timing-function: ease-in !important; }

.ease-out {
  transition-timing-function: ease-out !important; }

.ease-in-out {
  transition-timing-function: ease-in-out !important; }

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  transition-delay: 300ms !important; }

.long-delay {
  transition-delay: 700ms !important; }

.shake {
  animation-name: shake-7; }

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%); } }

.spin-cw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn); }
  100% {
    transform: rotate(0); } }

.spin-ccw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(1turn); } }

.wiggle {
  animation-name: wiggle-7deg; }

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    transform: rotate(0); } }

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms; }

.infinite {
  animation-iteration-count: infinite; }

.slow {
  animation-duration: 750ms !important; }

.fast {
  animation-duration: 250ms !important; }

.linear {
  animation-timing-function: linear !important; }

.ease {
  animation-timing-function: ease !important; }

.ease-in {
  animation-timing-function: ease-in !important; }

.ease-out {
  animation-timing-function: ease-out !important; }

.ease-in-out {
  animation-timing-function: ease-in-out !important; }

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  animation-delay: 300ms !important; }

.long-delay {
  animation-delay: 700ms !important; }

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  box-sizing: border-box;
  font-size: 100%; }

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

body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  font-family: 'BasisGrotesqueArabicPro-Regular', sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0; }

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto; }
  [data-whatinput='mouse'] button {
    outline: 0; }

pre {
  overflow: auto; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto; }
  .row::before, .row::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .row .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem; }
    @media print, screen and (min-width: 40em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    @media print, screen and (min-width: 64em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    .row .row.collapse {
      margin-right: 0;
      margin-left: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-right: auto;
      margin-left: auto; }
  .row:not(.expanded) .row {
    max-width: none; }
  .row.gutter-small > .column, .row.gutter-small > .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
  .row.gutter-medium > .column, .row.gutter-medium > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .column, .columns {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .column, .columns, .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: left;
    clear: none; }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

.column.row.row, .row.row.columns {
  float: none; }

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0; }

.small-1 {
  width: 8.33333%; }

.small-push-1 {
  position: relative;
  left: 8.33333%; }

.small-pull-1 {
  position: relative;
  left: -8.33333%; }

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

.small-2 {
  width: 16.66667%; }

.small-push-2 {
  position: relative;
  left: 16.66667%; }

.small-pull-2 {
  position: relative;
  left: -16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative;
  left: 25%; }

.small-pull-3 {
  position: relative;
  left: -25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  width: 33.33333%; }

.small-push-4 {
  position: relative;
  left: 33.33333%; }

.small-pull-4 {
  position: relative;
  left: -33.33333%; }

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

.small-5 {
  width: 41.66667%; }

.small-push-5 {
  position: relative;
  left: 41.66667%; }

.small-pull-5 {
  position: relative;
  left: -41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  width: 50%; }

.small-push-6 {
  position: relative;
  left: 50%; }

.small-pull-6 {
  position: relative;
  left: -50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  width: 58.33333%; }

.small-push-7 {
  position: relative;
  left: 58.33333%; }

.small-pull-7 {
  position: relative;
  left: -58.33333%; }

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

.small-8 {
  width: 66.66667%; }

.small-push-8 {
  position: relative;
  left: 66.66667%; }

.small-pull-8 {
  position: relative;
  left: -66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  left: 75%; }

.small-pull-9 {
  position: relative;
  left: -75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  width: 83.33333%; }

.small-push-10 {
  position: relative;
  left: 83.33333%; }

.small-pull-10 {
  position: relative;
  left: -83.33333%; }

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

.small-11 {
  width: 91.66667%; }

.small-push-11 {
  position: relative;
  left: 91.66667%; }

.small-pull-11 {
  position: relative;
  left: -91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%; }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%; }
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.33333%; }
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%; }
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%; }
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.66667%; }
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.28571%; }
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%; }
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left; }

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0; }

.small-collapse .row {
  margin-right: 0;
  margin-left: 0; }

.expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem; }

.small-centered {
  margin-right: auto;
  margin-left: auto; }
  .small-centered, .small-centered:last-child:not(:first-child) {
    float: none;
    clear: both; }

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-right: 0;
  margin-left: 0; }
  .small-uncentered, .small-uncentered:last-child:not(:first-child),
  .small-push-0,
  .small-push-0:last-child:not(:first-child),
  .small-pull-0,
  .small-pull-0:last-child:not(:first-child) {
    float: left;
    clear: none; }
  .small-uncentered:last-child:not(:first-child),
  .small-push-0:last-child:not(:first-child),
  .small-pull-0:last-child:not(:first-child) {
    float: right; }

@media print, screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.33333%; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.66667%; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: left;
    width: 14.28571%; }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left; }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .medium-centered {
    margin-right: auto;
    margin-left: auto; }
    .medium-centered, .medium-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0; }
    .medium-uncentered, .medium-uncentered:last-child:not(:first-child),
    .medium-push-0,
    .medium-push-0:last-child:not(:first-child),
    .medium-pull-0,
    .medium-pull-0:last-child:not(:first-child) {
      float: left;
      clear: none; }
    .medium-uncentered:last-child:not(:first-child),
    .medium-push-0:last-child:not(:first-child),
    .medium-pull-0:last-child:not(:first-child) {
      float: right; } }

@media print, screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%; }
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.66667%; }
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    width: 33.33333%; }
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.66667%; }
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    width: 58.33333%; }
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.66667%; }
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    width: 83.33333%; }
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.66667%; }
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }
  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }
  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.33333%; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }
  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }
  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }
  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.66667%; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }
  .large-up-7 > .column, .large-up-7 > .columns {
    float: left;
    width: 14.28571%; }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left; }
  .large-up-8 > .column, .large-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left; }
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .large-centered {
    margin-right: auto;
    margin-left: auto; }
    .large-centered, .large-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0; }
    .large-uncentered, .large-uncentered:last-child:not(:first-child),
    .large-push-0,
    .large-push-0:last-child:not(:first-child),
    .large-pull-0,
    .large-pull-0:last-child:not(:first-child) {
      float: left;
      clear: none; }
    .large-uncentered:last-child:not(:first-child),
    .large-push-0:last-child:not(:first-child),
    .large-pull-0:last-child:not(:first-child) {
      float: right; } }

.column-block {
  margin-bottom: 1.25rem; }
  .column-block > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .column-block {
      margin-bottom: 1.875rem; }
      .column-block > :last-child {
        margin-bottom: 0; } }

.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap; }
  .row .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem; }
    @media print, screen and (min-width: 40em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    @media print, screen and (min-width: 64em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    .row .row.collapse {
      margin-right: 0;
      margin-left: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-right: auto;
      margin-left: auto; }
  .row:not(.expanded) .row {
    max-width: none; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .row.is-collapse-child,
  .row.collapse > .column > .row,
  .row.collapse > .columns > .row {
    margin-right: 0;
    margin-left: 0; }

.column, .columns {
  flex: 1 1 0px;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  min-width: 0; }
  @media print, screen and (min-width: 40em) {
    .column, .columns {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }

.column.row.row, .row.row.columns {
  float: none;
  display: block; }

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0; }

.small-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

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

.small-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

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

.small-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

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

.small-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

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

.small-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-up-1 {
  flex-wrap: wrap; }
  .small-up-1 > .column, .small-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%; }

.small-up-2 {
  flex-wrap: wrap; }
  .small-up-2 > .column, .small-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%; }

.small-up-3 {
  flex-wrap: wrap; }
  .small-up-3 > .column, .small-up-3 > .columns {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

.small-up-4 {
  flex-wrap: wrap; }
  .small-up-4 > .column, .small-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%; }

.small-up-5 {
  flex-wrap: wrap; }
  .small-up-5 > .column, .small-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%; }

.small-up-6 {
  flex-wrap: wrap; }
  .small-up-6 > .column, .small-up-6 > .columns {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

.small-up-7 {
  flex-wrap: wrap; }
  .small-up-7 > .column, .small-up-7 > .columns {
    flex: 0 0 14.28571%;
    max-width: 14.28571%; }

.small-up-8 {
  flex-wrap: wrap; }
  .small-up-8 > .column, .small-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%; }

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem; }

@media print, screen and (min-width: 40em) {
  .medium-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 {
    flex-wrap: wrap; }
    .medium-up-1 > .column, .medium-up-1 > .columns {
      flex: 0 0 100%;
      max-width: 100%; }
  .medium-up-2 {
    flex-wrap: wrap; }
    .medium-up-2 > .column, .medium-up-2 > .columns {
      flex: 0 0 50%;
      max-width: 50%; }
  .medium-up-3 {
    flex-wrap: wrap; }
    .medium-up-3 > .column, .medium-up-3 > .columns {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .medium-up-4 {
    flex-wrap: wrap; }
    .medium-up-4 > .column, .medium-up-4 > .columns {
      flex: 0 0 25%;
      max-width: 25%; }
  .medium-up-5 {
    flex-wrap: wrap; }
    .medium-up-5 > .column, .medium-up-5 > .columns {
      flex: 0 0 20%;
      max-width: 20%; }
  .medium-up-6 {
    flex-wrap: wrap; }
    .medium-up-6 > .column, .medium-up-6 > .columns {
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .medium-up-7 {
    flex-wrap: wrap; }
    .medium-up-7 > .column, .medium-up-7 > .columns {
      flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .medium-up-8 {
    flex-wrap: wrap; }
    .medium-up-8 > .column, .medium-up-8 > .columns {
      flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .medium-expand {
    flex: 1 1 0px; } }

.row.medium-unstack > .column, .row.medium-unstack > .columns {
  flex: 0 0 100%; }
  @media print, screen and (min-width: 40em) {
    .row.medium-unstack > .column, .row.medium-unstack > .columns {
      flex: 1 1 0px; } }

@media print, screen and (min-width: 40em) {
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }

@media print, screen and (min-width: 64em) {
  .large-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 {
    flex-wrap: wrap; }
    .large-up-1 > .column, .large-up-1 > .columns {
      flex: 0 0 100%;
      max-width: 100%; }
  .large-up-2 {
    flex-wrap: wrap; }
    .large-up-2 > .column, .large-up-2 > .columns {
      flex: 0 0 50%;
      max-width: 50%; }
  .large-up-3 {
    flex-wrap: wrap; }
    .large-up-3 > .column, .large-up-3 > .columns {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .large-up-4 {
    flex-wrap: wrap; }
    .large-up-4 > .column, .large-up-4 > .columns {
      flex: 0 0 25%;
      max-width: 25%; }
  .large-up-5 {
    flex-wrap: wrap; }
    .large-up-5 > .column, .large-up-5 > .columns {
      flex: 0 0 20%;
      max-width: 20%; }
  .large-up-6 {
    flex-wrap: wrap; }
    .large-up-6 > .column, .large-up-6 > .columns {
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .large-up-7 {
    flex-wrap: wrap; }
    .large-up-7 > .column, .large-up-7 > .columns {
      flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .large-up-8 {
    flex-wrap: wrap; }
    .large-up-8 > .column, .large-up-8 > .columns {
      flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media print, screen and (min-width: 64em) and (min-width: 64em) {
  .large-expand {
    flex: 1 1 0px; } }

.row.large-unstack > .column, .row.large-unstack > .columns {
  flex: 0 0 100%; }
  @media print, screen and (min-width: 64em) {
    .row.large-unstack > .column, .row.large-unstack > .columns {
      flex: 1 1 0px; } }

@media print, screen and (min-width: 64em) {
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }

.shrink {
  flex: 0 0 auto;
  max-width: 100%; }

.column-block {
  margin-bottom: 1.25rem; }
  .column-block > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .column-block {
      margin-bottom: 1.875rem; }
      .column-block > :last-child {
        margin-bottom: 0; } }

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

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

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

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

.align-spaced {
  justify-content: space-around; }

.align-left.vertical.menu > li > a {
  justify-content: flex-start; }

.align-right.vertical.menu > li > a {
  justify-content: flex-end; }

.align-center.vertical.menu > li > a {
  justify-content: center; }

.align-top {
  align-items: flex-start; }

.align-self-top {
  align-self: flex-start; }

.align-bottom {
  align-items: flex-end; }

.align-self-bottom {
  align-self: flex-end; }

.align-middle {
  align-items: center; }

.align-self-middle {
  align-self: center; }

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

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

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center; }

.small-order-1 {
  order: 1; }

.small-order-2 {
  order: 2; }

.small-order-3 {
  order: 3; }

.small-order-4 {
  order: 4; }

.small-order-5 {
  order: 5; }

.small-order-6 {
  order: 6; }

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    order: 1; }
  .medium-order-2 {
    order: 2; }
  .medium-order-3 {
    order: 3; }
  .medium-order-4 {
    order: 4; }
  .medium-order-5 {
    order: 5; }
  .medium-order-6 {
    order: 6; } }

@media print, screen and (min-width: 64em) {
  .large-order-1 {
    order: 1; }
  .large-order-2 {
    order: 2; }
  .large-order-3 {
    order: 3; }
  .large-order-4 {
    order: 4; }
  .large-order-5 {
    order: 5; }
  .large-order-6 {
    order: 6; } }

.flex-container {
  display: flex; }

.flex-child-auto {
  flex: 1 1 auto; }

.flex-child-grow {
  flex: 1 0 auto; }

.flex-child-shrink {
  flex: 0 1 auto; }

.flex-dir-row {
  flex-direction: row; }

.flex-dir-row-reverse {
  flex-direction: row-reverse; }

.flex-dir-column {
  flex-direction: column; }

.flex-dir-column-reverse {
  flex-direction: column-reverse; }

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: flex; }
  .medium-flex-child-auto {
    flex: 1 1 auto; }
  .medium-flex-child-grow {
    flex: 1 0 auto; }
  .medium-flex-child-shrink {
    flex: 0 1 auto; }
  .medium-flex-dir-row {
    flex-direction: row; }
  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse; }
  .medium-flex-dir-column {
    flex-direction: column; }
  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse; } }

@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: flex; }
  .large-flex-child-auto {
    flex: 1 1 auto; }
  .large-flex-child-grow {
    flex: 1 0 auto; }
  .large-flex-child-shrink {
    flex: 0 1 auto; }
  .large-flex-dir-row {
    flex-direction: row; }
  .large-flex-dir-row-reverse {
    flex-direction: row-reverse; }
  .large-flex-dir-column {
    flex-direction: column; }
  .large-flex-dir-column-reverse {
    flex-direction: column-reverse; } }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: inherit;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility; }
  h1 small, .h1 small,
  h2 small, .h2 small,
  h3 small, .h3 small,
  h4 small, .h4 small,
  h5 small, .h5 small,
  h6 small, .h6 small {
    line-height: 0;
    color: #cacaca; }

h1, .h1 {
  font-size: 1.5rem;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h2, .h2 {
  font-size: 1.25rem;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h3, .h3 {
  font-size: 1.1875rem;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h5, .h5 {
  font-size: 1.0625rem;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h6, .h6 {
  font-size: 1rem;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0.5rem; }

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 3rem; }
  h2, .h2 {
    font-size: 2.5rem; }
  h3, .h3 {
    font-size: 1.9375rem; }
  h4, .h4 {
    font-size: 1.5625rem; }
  h5, .h5 {
    font-size: 1.25rem; }
  h6, .h6 {
    font-size: 1rem; } }

a {
  line-height: inherit;
  color: #fcd3c1;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #040707; }
  a img {
    border: 0; }

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0; }

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6; }

li {
  font-size: inherit; }

ul {
  margin-left: 1.25rem;
  list-style-type: disc; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }
  cite:before {
    content: "— "; }

abbr, abbr[title] {
  border-bottom: 1px dotted #000000;
  cursor: help;
  text-decoration: none; }

figure {
  margin: 0; }

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #000000; }

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #000000; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none; }

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .print-break-inside {
    page-break-inside: auto; } }

.accordion {
  margin-left: 0;
  background: #ffffff;
  list-style-type: none; }
  .accordion[disabled] .accordion-title {
    cursor: not-allowed; }

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0; }

.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0; }

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #697e90; }
  :last-child:not(.is-active) > .accordion-title {
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0 0 0 0; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #e6e6e6; }
  .accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: '+'; }
  .is-active > .accordion-title::before {
    content: '\2013'; }

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #ffffff;
  color: #000000; }
  :last-child > .accordion-content:last-child {
    border-bottom: 1px solid #e6e6e6; }

.close-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #000000; }
  .close-button.small {
    right: 0.66rem;
    top: 0.33em;
    font-size: 1.5em;
    line-height: 1; }
  .close-button, .close-button.medium {
    right: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1; }

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto; }

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0; }

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem; }

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #fcd3c1 transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px; }

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0; }

.dropdown.menu > li > a {
  padding: 0.7rem 1rem; }

.dropdown.menu > li.is-active > a {
  background: transparent;
  color: #697e90; }

.no-js .dropdown.menu ul {
  display: none; }

.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0; }

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0; }

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  top: 0;
  right: 100%;
  left: auto; }

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%; }

.dropdown.menu.vertical > li > a::after {
  right: 14px; }

.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #fcd3c1 transparent transparent;
  right: auto;
  left: 5px; }

.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #fcd3c1; }

@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fcd3c1 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px; }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto; }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #fcd3c1 transparent transparent;
    right: auto;
    left: 5px; }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #fcd3c1; } }

@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fcd3c1 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px; }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto; }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #fcd3c1 transparent transparent;
    right: auto;
    left: 5px; }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #fcd3c1; } }

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto; }

.is-dropdown-menu.vertical {
  width: 100px; }
  .is-dropdown-menu.vertical.align-right {
    float: right; }

.is-dropdown-submenu-parent {
  position: relative; }
  .is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    left: auto;
    margin-top: -6px; }
  .is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
    top: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #ffffff; }
  .dropdown .is-dropdown-submenu a {
    padding: 0.7rem 1rem; }
  .is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    right: 14px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #fcd3c1 transparent transparent;
    right: auto;
    left: 5px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #fcd3c1; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu.js-dropdown-active {
    display: block; }

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden; }
  .responsive-embed iframe,
  .responsive-embed object,
  .responsive-embed embed,
  .responsive-embed video,
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .responsive-embed.widescreen,
  .flex-video.widescreen {
    padding-bottom: 56.25%; }

html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden; }
  html.is-reveal-open.zf-has-scroll {
    overflow-y: scroll; }
  html.is-reveal-open body {
    overflow-y: hidden; }

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(0, 0, 0, 0.45);
  overflow-y: auto; }

.reveal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #ffffff;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal {
      min-height: 0; } }
  .reveal .column, .reveal .columns {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal {
      width: 600px;
      max-width: 75rem; } }
  .reveal.collapse {
    padding: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal.tiny {
      width: 30%;
      max-width: 75rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.small {
      width: 50%;
      max-width: 75rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.large {
      width: 90%;
      max-width: 75rem; } }
  .reveal.full {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0; }
  @media screen and (max-width: 39.99875em) {
    .reveal {
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      max-width: none;
      height: 100%;
      min-height: 100%;
      margin-left: 0;
      border: 0;
      border-radius: 0; } }
  .reveal.without-overlay {
    position: fixed; }

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #ffffff;
  list-style-type: none; }
  .tabs::before, .tabs::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .tabs::after {
    clear: both; }

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto; }

.tabs.simple > li > a {
  padding: 0; }
  .tabs.simple > li > a:hover {
    background: transparent; }

.tabs.primary {
  background: #697e90; }
  .tabs.primary > li > a {
    color: #000000; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #647889; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-size: 0.75rem;
    line-height: 1;
    color: #697e90; }
    [data-whatinput='mouse'] .tabs-title > a {
      outline: 0; }
    .tabs-title > a:hover {
      background: #ffffff;
      color: #5a6c7c; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #e6e6e6;
      color: #697e90; }

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #ffffff;
  color: #000000;
  transition: all 0.5s ease; }

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0; }

.tabs-panel {
  display: none;
  padding: 1rem; }
  .tabs-panel.is-active {
    display: block; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 39.99875em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.99875em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.99875em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.99875em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.99875em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.99875em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.clearfix::before, .clearfix::after {
  display: table;
  content: ' ';
  flex-basis: 0;
  order: 1; }

.clearfix::after {
  clear: both; }

/*********************
* Global Stylesheets *
**********************/
/* --> Mixins */
/* <--- Mixins */
/* --> HTML Tag */
* {
  image-rendering: -webkit-optimize-contrast; }

body {
  background: #ffffff; }

h1,
h2,
h3,
h4,
h5,
h6,
p,
.responsive-embed {
  margin: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: 1;
  letter-spacing: 2px; }

p,
a {
  letter-spacing: 0px; }

p {
  line-height: 1.4; }

a,
input,
button,
textarea,
select {
  outline: none !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

a:hover {
  text-decoration: underline; }

h3 {
  font-size: 20px; }

figure {
  margin: 0; }

@media screen and (max-width: 39.99875em) {
  table.__timeline td {
    margin-bottom: 0;
    padding: 0 !important; }
    table.__timeline td:last-child {
      margin-bottom: 15px; }
  table tr,
  table td {
    height: auto !important; } }

.__table_overflow {
  overflow: auto; }
  @media (max-width: 650px) {
    .__table_overflow table {
      width: 690px !important; }
      .__table_overflow table td {
        width: 170px !important;
        display: inline-block;
        margin: 0; } }

/* <-- HTML Tag */
/* --> DEV Class */
.__preloader {
  background: #697e90;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 11111; }
  .__preloader--icon {
    margin-left: 5px;
    max-width: 60px; }
  .__preloader .__table--cell_middle {
    padding: 0 50px;
    text-align: center; }

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

.__show_grid {
  margin-bottom: 15px; }

.__show_grid_2 {
  margin-bottom: 20px; }

.__show_grid_3 {
  margin-bottom: 30px; }

.__show_grid_4 {
  margin-bottom: 40px; }

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

.__loading {
  overflow: hidden; }

.__no_padding {
  padding: 0; }

.__no_padding_right {
  padding-right: 0; }

.__no_padding_left {
  padding-left: 0; }

.__no_margin {
  margin: 0; }

.__d_table {
  display: table;
  width: 100%;
  height: 100%; }
  .__d_table--cell_middle {
    display: table-cell;
    vertical-align: middle; }

.__row_extended {
  max-width: 90rem !important; }

.__full_width {
  max-width: 100%; }
  .__full_width .columns {
    padding-left: 0;
    padding-right: 0; }

.__no_gutter {
  max-width: 95rem;
  margin: auto; }

.__dark_overlay,
.__light_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.__dark_overlay {
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .__dark_overlay.__link, .__dark_overlay.__view {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
  .__dark_overlay.__link {
    background-image: url(../images/link.png);
    background-size: 32px !important; }
  .__dark_overlay.__view {
    background-image: url(../images/eye.png);
    background-size: 42px !important; }

.__light_overlay {
  background-color: rgba(255, 255, 255, 0.3); }

.__p_relative {
  position: relative; }

.__no_found {
  padding: 100px 0;
  text-align: center;
  font-size: 30px; }

/* <-- DEV Class */
/* --> THIRD PARTY Class */
.column, .columns,
.columns {
  position: relative; }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child),
  .columns:last-child:not(:first-child) {
    float: left; }

.reveal {
  border-radius: 5px;
  position: relative;
  padding: 35px; }
  .reveal .close-button {
    position: absolute; }

.alignright,
.aligncenter {
  display: block; }

.aligncenter {
  margin-right: auto;
  margin-left: auto; }

.alignright {
  margin-right: 0;
  margin-left: auto; }

.hamburger {
  outline: none;
  padding: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  vertical-align: middle; }
  .hamburger:hover {
    opacity: 1; }
    .hamburger:hover .hamburger-box .hamburger-inner {
      background-color: #ffffff; }
      .hamburger:hover .hamburger-box .hamburger-inner:before, .hamburger:hover .hamburger-box .hamburger-inner:after {
        background-color: #ffffff; }
  .hamburger.is-active:hover {
    opacity: 1; }
  .hamburger.is-active .hamburger-box .hamburger-inner {
    background-color: #ffffff; }
    .hamburger.is-active .hamburger-box .hamburger-inner:before, .hamburger.is-active .hamburger-box .hamburger-inner:after {
      background-color: #ffffff; }
  .hamburger .hamburger-box .hamburger-inner {
    background-color: #ffffff;
    border-radius: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .hamburger .hamburger-box .hamburger-inner:before, .hamburger .hamburger-box .hamburger-inner:after {
      background-color: #ffffff;
      border-radius: 0;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }

.wpcf7-not-valid {
  border-color: red !important; }

.wpcf7-not-valid-tip {
  font-size: 13px !important;
  color: red !important; }

.wpcf7-response-output {
  padding: 15px !important;
  margin: 0;
  margin: 10px 0 !important;
  color: #fff;
  border: 0 !important;
  font-size: 16px; }
  .wpcf7-response-output.wpcf7-mail-sent-ok {
    background: #4caf50; }
  .wpcf7-response-output.wpcf7-mail-sent-ng {
    background: #f44336; }
  .wpcf7-response-output.wpcf7-spam-blocked {
    background: #ff9800; }
  .wpcf7-response-output.wpcf7-validation-errors {
    background: #e5d92e; }

.wpcf7-submit {
  display: inline-block !important; }

.grecaptcha-badge {
  visibility: hidden; }

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  background: #e5d92e; }

.wpcf7 form.sent .wpcf7-response-output {
  background: #4caf50; }

/* <-- THIRD PARTY Class */
body {
  padding-top: 200.4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

header {
  /* first level menu */
  /* second level menu */
  /** page image banner **/
  /** page image slider banner **/
  /** page video banner **/
  /** mobile menu responsive **/ }
  header .main-header-wrapper {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: fixed;
    z-index: 1111;
    width: 100%;
    top: 0;
    right: 0;
    background: #FFF9E1; }
    header .main-header-wrapper.__sticky {
      -webkit-box-shadow: 0 4px 13px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 4px 13px rgba(0, 0, 0, 0.2);
      box-shadow: 0 4px 13px rgba(0, 0, 0, 0.2); }
      header .main-header-wrapper.__sticky .header-logo {
        width: 300px; }
      header .main-header-wrapper.__sticky .header-main-menu {
        margin-top: 20px; }
  header .top-header-section {
    padding: 20px 0 2px; }
    header .top-header-section .__custom_row {
      max-width: 74rem; }
  header .social-search-wrapper {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: flex-end; }
  header .header-social-media {
    text-align: right;
    margin-right: 15px; }
    header .header-social-media span {
      margin-right: 0px; }
      header .header-social-media span:last-of-type {
        margin-right: 0; }
      header .header-social-media span a {
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        /* background-color: #273617; */
        border-radius: 50%;
        color: #273617; }
        header .header-social-media span a img.social-icon {
          width: 24px;
          height: 24px;
          display: block; }
        header .header-social-media span a:hover img.social-icon {
          opacity: 0.8; }
  header .header-search .search-field-wrap {
    display: flex;
    align-items: center;
    border: 1.5px solid #273617;
    border-radius: 50px;
    background: #ffffff;
    padding: 3px 3px 3px 12px;
    width: 260px; }
  header .header-search .searchinput {
    flex: 1;
    outline: none !important;
    background: transparent;
    border: none;
    padding: 3px 0;
    font-size: 15px;
    letter-spacing: 0.3px;
    font-family: 'BasisGrotesqueArabicPro-Bold';
    color: #000000;
    min-width: 0; }
  header .header-search button.search-btn {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    /* background-color: #273617; */
    border: none;
    border-radius: 50%;
    cursor: pointer;
    padding: 0; }
    header .header-search button.search-btn img.search-icon {
      display: block;
      width: 18px;
      height: 18px; }
  header .header-logo-menu-section {
    /* padding: 0 0 20px;  */
  }
    header .header-logo-menu-section .__custom_row {
      /* max-width: 95rem; */
      width: 100%;
     }
    header .header-logo-menu-section .__mobile_padding {
      padding: 0 15px; }
  header .header-logo {
    text-align: center;
    /* width: 105px; */
     width: 350px;
    margin: 0 auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
  header .header-main-menu {
    position: relative;
    text-align: center;
    margin-top: 36px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    header .header-main-menu ul {
      padding: 0;
      margin: 0; 
      padding: 10px 0;
      background: #5f6c37;
    }
      header .header-main-menu ul li {
        list-style: none;
        display: inline-block;
        padding: 0 15px;
        border-right: 3px solid #fff;
        line-height: 22px; }
        header .header-main-menu ul li:last-of-type {
          border-right: 0; }
        header .header-main-menu ul li.current-menu-item a {
          color: #fff; }
        header .header-main-menu ul li.current-menu-parent a {
          color: #fff; }
        header .header-main-menu ul li a {
          text-decoration: none;
          display: inline-block;
          font-family: 'BasisGrotesqueArabicPro-Black';
          font-size: 18px;
          width: 135px;
          color: #fff;
          text-transform: uppercase;
          letter-spacing: 0.2px;
          transition: all 0.3s ease-in-out; /* ← move transition here */
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out; }
            header .header-main-menu ul li a:hover {
                font-family: 'fractul-variable', sans-serif;
                font-weight: 900;
              color: #fff; }
              header .header-main-menu ul li.active a {
                font-family: 'fractul-variable', sans-serif;
                font-weight: 900;
              color: #fff; }
  header .header-main-menu li.menu-item-has-children > a::after {
    content: "\25BC"; /* ▼ Unicode chevron down */
    font-size: 18px;
    margin-left: 6px;
    display: inline-block;
    transition: transform 0.3s ease; }
  header .header-main-menu li.menu-item-has-children:hover > a::after,
  header .header-main-menu li.menu-item-has-children.sfHover > a::after {
    transform: rotate(180deg); /* points up when submenu open */ }
  header .header-main-menu li.menu-item-has-children ul li a {
    color: #404041; }
  header .header-main-menu li.menu-item-has-children ul li.current-menu-item a {
    color: #bc6c27; }
  header .header-main-menu li > ul {
    display: none;
    position: absolute;
    z-index: 12;
    width: 240px;
    margin-top: 11px;
    background: #ffffff;
    border-left: 7px solid #5f6c37;
    padding: 10px 20px 12px 18px;
    -webkit-box-shadow: 0 4px 13px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 4px 13px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 13px rgba(0, 0, 0, 0.2); }
    header .header-main-menu li > ul li {
      list-style: none;
      display: block;
      padding: 10px 0;
      margin: 0;
      text-align: left;
      border-bottom: 1px solid #404041;
      border-right: 0;
      line-height: unset; }
      header .header-main-menu li > ul li:last-of-type {
        border-bottom: 0; }
      header .header-main-menu li > ul li:first-of-type a {
        padding: 0; }
      header .header-main-menu li > ul li a {
        text-align: left;
        border-right: none;
        padding: 0; }
        header .header-main-menu li > ul li a:hover {
          /* color: #bc6c27; */
         }
  header .page-banner-wrapper {
    position: relative;
    background: #000000;
    /* height: 800px; */
    height: 650px;
    display: flex;
    align-items: center; }
    header .page-banner-wrapper.top {
    align-items: start; }
    header .page-banner-wrapper.center {
    align-items: center; }
    header .page-banner-wrapper.bottom {
    align-items: end; }
    header .page-banner-wrapper .page-banner {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: 1; }
      /* header .page-banner-wrapper .page-banner .page-banner-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(
          rgba(0, 0, 0, 0.4) 0%,
          rgba(0, 0, 0, 0.4) 60%,
          rgba(255, 255, 255, 1) 100% );
        pointer-events: none; 
      } */
    header .page-banner-wrapper .__custom_row {
      max-width: 72rem;
      width: 100%;
      z-index: 2; /* Make sure it's above the overlay */ }
    header .page-banner-wrapper .__bc_padding {
      padding: 0 15px; }
    header .page-banner-wrapper .page-banner-content {
      position: relative;
      margin: 40px 0;
      text-align: center;
      color: #fff; }
      header .page-banner-wrapper .page-banner-content h1 {
        font-size: 58px;
        font-family: 'fractul-variable', sans-serif;
        font-weight: 900;
        color: #ffffff;
        text-transform: uppercase;
        letter-spacing: 0;
        line-height: 1.15; }
      header .page-banner-wrapper .page-banner-content h2 {
        font-size: 58px;
        font-family: 'fractul-variable', sans-serif;
        font-weight: 900;
        color: #ffffff;
		background: #273617;
        text-transform: uppercase;
        letter-spacing: 0;
        line-height: 1.15; }
	  header .page-banner-wrapper .page-banner-content h3 {
        font-size: 48px;
        font-family: 'fractul-variable', sans-serif;
        font-weight: 900;
        color: #ffffff;
        text-transform: uppercase;
        letter-spacing: 0;
        line-height: 1.15; }
      header .page-banner-wrapper .page-banner-content p {
        font-size: 37px;
        font-family: 'BasisGrotesqueArabicPro-Bold';
        color: #ffffff;
        text-transform: uppercase; }
      header .page-banner-wrapper .page-banner-content a.__banner_btn {
        text-decoration: none;
        display: inline-block;
        margin-top: 30px;
        background: #bc6c27;
        font-size: 18px;
        font-family: 'BasisGrotesqueArabicPro-Regular';
        color: #ffffff;
        padding: 8px 28px;
        border: 1px solid #bc6c27;
        text-transform: capitalize;
        letter-spacing: 1px; }
        header .page-banner-wrapper .page-banner-content a.__banner_btn:hover {
          background: #ffffff;
          color: #bc6c27;
          -webkit-transition: all .30s ease-in-out;
          -moz-transition: all .30s ease-in-out;
          -o-transition: all .30s ease-in-out;
          transition: all .30s ease-in-out; }
  header .search-page-banner-wrapper {
    position: relative;
    background: #000000; }
    header .search-page-banner-wrapper .page-banner {
      position: absolute;
      width: 100%;
      height: 100%; }
      header .search-page-banner-wrapper .page-banner .page-banner-overlay {
        background: rgba(0, 0, 0, 0.4);
        width: 100%;
        height: 100%; }
    header .search-page-banner-wrapper .__custom_row {
      max-width: 72rem; }
    header .search-page-banner-wrapper .__bc_padding {
      padding: 0 15px; }
    header .search-page-banner-wrapper .__full_center_left {
      display: flex;
      display: -webkit-flex;
      align-items: center;
      justify-content: left; }
    header .search-page-banner-wrapper .page-banner-content {
      height: 360px; }
      header .search-page-banner-wrapper .page-banner-content h1 {
        font-size: 40px;
        font-family: 'fractul-variable', sans-serif;
        font-weight: 900;
        color: #ffffff;
        text-transform: uppercase;
        letter-spacing: 0;
        line-height: 1.15; }
      header .search-page-banner-wrapper .page-banner-content h2 {
        font-size: 58px;
        font-family: 'fractul-variable', sans-serif;
        font-weight: 900;
        color: #ffffff;
        text-transform: uppercase;
        letter-spacing: 0;
        line-height: 1.15; }
  header .page-slider-banner-wrapper {
    position: relative;
    background: #000000; }
    header .page-slider-banner-wrapper .__custom_row {
      max-width: 72rem;
      display: block;
      flex-flow: nowrap; }
    header .page-slider-banner-wrapper .__bc_padding {
      width: auto;
      float: none;
      padding: 0 15px; }
    header .page-slider-banner-wrapper .banner-image {
      position: relative;
      margin: 0 auto;
      width: 100%;
      max-width: 100%;
      height: 530px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover; }
    header .page-slider-banner-wrapper .banner-content {
      position: relative;
      z-index: 11;
      margin-top: 110px; }
      header .page-slider-banner-wrapper .banner-content h1 {
        font-size: 58px;
        font-family: 'BasisGrotesqueArabicPro-Bold';
        color: #ffffff;
        text-transform: uppercase;
        letter-spacing: 0;
        line-height: 1.15; }
      header .page-slider-banner-wrapper .banner-content h2 {
        font-size: 58px;
        font-family: 'fractul-variable', sans-serif;
        font-weight: 900;
        color: #ffffff;
        text-transform: uppercase;
        letter-spacing: 0;
        line-height: 1.15; }
      header .page-slider-banner-wrapper .banner-content a.__banner_btn {
        text-decoration: none;
        display: inline-block;
        margin-top: 30px;
        background: #d13726;
        font-size: 18px;
        font-family: 'BasisGrotesqueArabicPro-Bold';
        color: #ffffff;
        padding: 8px 28px;
        border: 1px solid #d13726;
        text-transform: capitalize;
        letter-spacing: 1px; }
        header .page-slider-banner-wrapper .banner-content a.__banner_btn:hover {
          background: #ffffff;
          color: #d13726;
          -webkit-transition: all .30s ease-in-out;
          -moz-transition: all .30s ease-in-out;
          -o-transition: all .30s ease-in-out;
          transition: all .30s ease-in-out; }
    header .page-slider-banner-wrapper .banner-image-overlay {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.35);
      width: 100%;
      height: 100%;
      z-index: 10; }
    header .page-slider-banner-wrapper .swiper-pagination.swiper-pagination-bullets {
      bottom: 45px; }
    header .page-slider-banner-wrapper .swiper-pagination .swiper-pagination-bullet {
      opacity: 1;
      width: 15px;
      height: 15px;
      margin: 0 7px;
      background: transparent;
      border: 1px solid #ffffff; }
      header .page-slider-banner-wrapper .swiper-pagination .swiper-pagination-bullet:hover {
        background: #c5c3c1;
        -webkit-transition: all .30s ease-in-out;
        -moz-transition: all .30s ease-in-out;
        -o-transition: all .30s ease-in-out;
        transition: all .30s ease-in-out; }
      header .page-slider-banner-wrapper .swiper-pagination .swiper-pagination-bullet:focus {
        outline: none; }
    header .page-slider-banner-wrapper .swiper-pagination .swiper-pagination-bullet-active {
      background: #c5c3c1; }
  @media screen and (min-width: 1440px) {
  .home header {
    margin-top: -110px; } }
  header .page-video-banner {
    position: relative;
    overflow: hidden; }
  header .page-video-banner .__video_wrapper {
    position: relative; }
    header .page-video-banner .__video_wrapper .__video_overlay {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.2);
      z-index: 11;
      text-align: center; }
    header .page-video-banner .__video_wrapper .responsive-embed {
      padding-bottom: 56%;
      background-color: #000000; }
      header .page-video-banner .__video_wrapper .responsive-embed:after {
        content: 'Loading Video...';
        position: absolute;
        width: 100%;
        text-align: center;
        color: #ffffff;
        font-size: 17px;
        top: 50%;
        transform: translateY(-50%); }
      header .page-video-banner .__video_wrapper .responsive-embed iframe {
        z-index: 1; }
      header .page-video-banner .page-video-banner-content {
        position: absolute;
        bottom: 40px; /* distance from bottom of video banner */
        width: 100%; /* keeps it responsive */
        text-align: center;
        color: #fff;
        z-index: 99; /* ensures it sits above video */ }
      header .page-video-banner .page-video-banner-content h1 {
        font-size: 58px;
        font-family: 'fractul-variable', sans-serif;
        font-weight: 900;
        color: #ffffff;
        text-transform: uppercase;
        letter-spacing: 0;
        line-height: 1.15; }
      header .page-video-banner .page-video-banner-content h2 {
        font-size: 58px;
        font-family: 'fractul-variable', sans-serif;
        font-weight: 900;
        color: #ffffff;
        text-transform: uppercase;
        letter-spacing: 0;
        line-height: 1.15; }
      header .page-video-banner .page-video-banner-content p {
        font-size: 37px;
        font-family: 'BasisGrotesqueArabicPro-Bold';
        color: #ffffff;
        text-transform: uppercase; }
  header .__mobile_logo_menu {
    display: none; }
  header .mobile-main-menu {
    position: relative; }
    header .mobile-main-menu a > img {
      width: 80px; }
    header .mobile-main-menu #open-mobile-menu {
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%); }
      header .mobile-main-menu #open-mobile-menu i.fa.fa-bars {
        cursor: pointer;
        font-size: 28px;
        color: #273617;
        padding: 4px 6px;
        border: 2px solid #273617;
        border-radius: 4px;
        background: transparent; }
    header .mobile-main-menu #mobile-menu {
      display: none; }

/** moby mobile menu **/
.moby {
  overflow: unset; }
  .moby.left-side {
    min-width: 350px;
    left: -1px; }
  .moby .moby-close {
    padding: 0;
    position: absolute;
    background: transparent;
    right: 0;
    top: 5px; }
    .moby .moby-close .moby-close-icon {
      height: 40px;
      width: 40px; }
      .moby .moby-close .moby-close-icon:before, .moby .moby-close .moby-close-icon:after {
        background: #ffffff; }
  .moby.moby-active .moby-close {
    right: -55px; }
  .moby .moby-wrap {
    overflow-y: auto;
    height: 100%;
    background: #eaeaea; }
    .moby .moby-wrap .__mobile_side_logo {
      max-width: 80px;
      margin: 35px auto 20px; }
    .moby .moby-wrap .__mobile_social_media {
      text-align: center;
      margin: 15px auto 20px; }
      .moby .moby-wrap .__mobile_social_media span {
        margin-right: 8px; }
        .moby .moby-wrap .__mobile_social_media span:last-of-type {
          margin-right: 0; }
        .moby .moby-wrap .__mobile_social_media span a {
          text-decoration: none;
          display: inline-flex;
          align-items: center;
          justify-content: center;
          width: 36px;
          height: 36px;
          /* background-color: #273617; */
          border-radius: 50%;
          color: #ffffff; }
          .moby .moby-wrap .__mobile_social_media span a img.social-icon {
            width: 24px;
            height: 24px;
            display: block; }
          .moby .moby-wrap .__mobile_social_media span a:hover img.social-icon {
            opacity: 0.8; }
    .moby .moby-wrap .__mobile_search {
      position: relative;
      text-align: center;
      margin-bottom: 30px; }
      .moby .moby-wrap .__mobile_search .searchinput {
        position: relative;
        outline: none !important;
        background: #ffffff;
        border: 0;
        padding: 3px 10px;
        font-size: 17px;
        letter-spacing: 0.3px;
        font-family: 'BasisGrotesqueArabicPro-Regular';
        color: #000000;
        width: 75%;
        border: 1px solid #404041; }
      .moby .moby-wrap .__mobile_search .search-field-wrap {
        display: inline-flex;
        align-items: center;
        border: 1.5px solid #273617;
        border-radius: 50px;
        background: #ffffff;
        padding: 3px 3px 3px 12px;
        width: 75%; }
      .moby .moby-wrap .__mobile_search .searchinput {
        flex: 1;
        border: none;
        background: transparent;
        outline: none !important;
        min-width: 0; }
      .moby .moby-wrap .__mobile_search button.search-btn {
        flex-shrink: 0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 30px;
        /* background-color: #273617; */
        border: none;
        border-radius: 50%;
        cursor: pointer;
        padding: 0; }
        .moby .moby-wrap .__mobile_search button.search-btn img.search-icon {
          display: block;
          width: 18px;
          height: 18px; }
    .moby .moby-wrap .menu-main-menu-container ul {
      padding: 0;
      margin: 0; }
      .moby .moby-wrap .menu-main-menu-container ul > li.current-menu-item > a,
      .moby .moby-wrap .menu-main-menu-container ul > li.current-menu-parent > a,
      .moby .moby-wrap .menu-main-menu-container ul > li.current-menu-ancestor > a {
        background-color: #273617;
        color: #ffffff; }
        .moby .moby-wrap .menu-main-menu-container ul li.current-menu-parent ul li a,
        .moby .moby-wrap .menu-main-menu-container ul li.current-menu-ancestor ul li a {
          color: #ffffff; }
      .moby .moby-wrap .menu-main-menu-container ul > li.current-menu-parent a {
        color: #ffffff; }
      .moby .moby-wrap .menu-main-menu-container ul > li > a {
        padding: 0;
        color: #404041;
        font-size: 18px;
        font-family: 'fractul-variable', sans-serif;
        font-weight: 900;
        letter-spacing: 0.2px;
        padding: 16px 15px;
        border-top: 1px solid #404041;
        text-transform: uppercase; }
        .moby .moby-wrap .menu-main-menu-container ul > li > a:hover {
          background-color: #273617;
          color: #ffffff;
          -webkit-transition: all .30s ease-in-out;
          -moz-transition: all .30s ease-in-out;
          -o-transition: all .30s ease-in-out;
          transition: all .30s ease-in-out; }
        .moby .moby-wrap .menu-main-menu-container ul > li > a .moby-expand {
          color: #404041; }
      .moby .moby-wrap .menu-main-menu-container ul > li:last-of-type a {
        border-bottom: 1px solid #404041; }
      .moby .moby-wrap .menu-main-menu-container ul li.menu-item-has-children ul {
        border-top: 1px solid #404041;
        /* padding: 10px 0 10px 15px; */ }
        .moby .moby-wrap .menu-main-menu-container ul li.menu-item-has-children ul li {
          /* padding: 8px 0; */ }
          .moby .moby-wrap .menu-main-menu-container ul li.menu-item-has-children ul li a {
            /* display: table; */
            position: relative;
            padding: 16px 15px;
            border-bottom: 1px solid transparent;
            border-top: 0;
            color: #404041; }
            .moby .moby-wrap .menu-main-menu-container ul li.menu-item-has-children ul li a:hover {
              color: #ffffff;
              -webkit-transition: all .30s ease-in-out;
              -moz-transition: all .30s ease-in-out;
              -o-transition: all .30s ease-in-out;
              transition: all .30s ease-in-out; }
          .moby .moby-wrap .menu-main-menu-container ul li.menu-item-has-children ul li.current-menu-item a {
            color: #ffffff; }
      .moby .moby-wrap .menu-main-menu-container ul li:last-of-type.menu-item-has-children ul {
        border-top: 0;
        border-bottom: 1px solid #404041; }

footer .info-map-section {
  background: #273617; }
  footer .info-map-section .__custom_row {
    max-width: 90rem; }

footer .info-map-wrapper {
  display: flex;
  flex-wrap: nowrap;
  padding: 30px 10px; }

  @media only screen and (max-width: 1023px) {
    footer .info-map-wrapper {
      flex-direction: column;
      align-items: center;
    }
    footer .footer-logo-wrapper {
      text-align: center !important;
    }
    footer .footer-map-wrapper .footer-map .hvss-fi {
        width: 100%;
    }
    footer .footer-logo img {
        max-width: 160px;
    }
  }

footer .footer-logo-wrapper, .footer-quick-links-wrapper, .footer-map-wrapper, .contact-info-wrapper {
  padding: 10px; }

footer .footer-logo-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  text-align: left; }

footer .footer-logo img {
  max-width: 180px;
  height: auto; }

footer .footer-social-media {
  margin-right: 15px;
  margin-top: 20px; }
  footer .footer-social-media span {
    margin-right: 10px; }
    footer .footer-social-media span:last-of-type {
      margin-right: 0; }
    footer .footer-social-media span a {
      text-decoration: none;
      display: inline-flex;
      align-items: center; }
      footer .footer-social-media span a img.social-icon {
        width: 24px;
        height: 24px;
        display: block;
        transition: opacity 0.3s ease; }
      footer .footer-social-media span a:hover img.social-icon {
        opacity: 0.75; }

footer .footer-email-address p a {
  font-family: 'BasisGrotesqueArabicPro-Bold';
  font-size: 16px;
  color: #dca15d; }
  footer .footer-email-address p a:hover {
  text-decoration: none;
  color: #ffffff; }

footer .footer-quick-links-wrapper {
  display: flex;
  justify-content: center;
  align-items: center; }

footer .footer-quick-links-wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0; }

footer .footer-quick-links-wrapper li {
  margin: 2px 0;
  text-align: center; }

footer .footer-quick-links-wrapper a {
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'BasisGrotesqueArabicPro-Bold';
  font-size: 14px;
  text-decoration: none; }

footer .footer-quick-links-wrapper a:hover {
  color: #bc6c27; }

footer .footer-map-wrapper .footer-map h3 {
  font-family: 'fractul-variable', sans-serif;
  font-weight: 900;
  font-size: 20px;
  color: #ffffff;
  letter-spacing: 0px;
  text-align: center;
  margin-bottom: 15px; }

footer .footer-map-wrapper .footer-map iframe {
  /* width: 100%; */
  /* height: 250px; */
  width: 85%;
  height: 265px;
  border: 0; }

footer .contact-info-wrapper .contact-info h3 {
  font-family: 'fractul-variable', sans-serif;
  font-weight: 900;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0px;
  margin-bottom: 15px; }

footer .contact-info-wrapper .contact-info h5 {
  font-family: 'BasisGrotesqueArabicPro-Bold';
  font-size: 14px;
  color: #5f6c37;
  letter-spacing: 1px;
  margin-bottom: 10px; }

  footer .contact-info p {
    font-size: 14px;
    font-family: 'BasisGrotesqueArabicPro-Bold';
    color: #ffffff;
    letter-spacing: 1px;
    line-height: 1.3; }
    footer .contact-info p a {
      text-decoration: none;
      color: #dca15d;
      letter-spacing: 0.3px;
      transition: all .30s ease-in-out; }
      footer .contact-info p a:hover {
        color: #f2f2f2; }
        footer .contact-info p a.phone {
          color: #f2f2f2; }
          footer .contact-info p a.phone:hover {
            color: #bc6c27; }
    footer .contact-info p span.__tel_fax {
      color: #d13726; }

footer .contact-info-wrapper .contact-info .address-phone {
  margin-bottom: 20px; }

.contact-info-wrapper p {
  margin: 0.5rem 0;
}
.contact-info-wrapper p:first-child {
  font-weight: bold;
  text-transform: uppercase;
}

footer .contact-info-wrapper { }

footer .contact-info h2 {
  font-size: 24px;
  font-family: 'fractul-variable', sans-serif;
  font-weight: 900;
  color: #ffffff;
  letter-spacing: 1.5px;
  line-height: 1.15;
  margin-bottom: 25px; }

footer .footer-social-search-wrapper {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 70px; }

footer .footer-search .searchinput {
  position: relative;
  outline: none !important;
  background: #f5f6f6;
  border: 0;
  padding: 2px 10px;
  font-size: 17px;
  letter-spacing: 0.3px;
  font-family: 'BasisGrotesqueArabicPro-Regular';
  color: #000000;
  width: 215px; }

footer .footer-search button.search-btn {
  margin-left: 10px; }

footer .footer-search button.search-btn i {
  position: relative;
  top: -1px;
  color: #d13726;
  font-size: 11px;
  border: 2px solid #d13726;
  padding: 3px 4px 3px 3px;
  border-radius: 50%;
  cursor: pointer; }

footer .footer-buttons {
  display: flex;
  justify-content: left;
  margin-top: 30px; }
  footer .footer-buttons a {
    text-align: center;
    text-decoration: none;
    display: inline-block;
    background: transparent;
    font-size: 18px;
    font-family: 'BasisGrotesqueArabicPro-Bold';
    color: #ffffff;
    padding: 8px 10px;
    width: 135px;
    border: 1px solid #ffffff;
    text-transform: capitalize;
    letter-spacing: 1px; }
    footer .footer-buttons a:first-of-type {
      background: #ffffff;
      color: #d13726; }

footer .footer-map-wrapper {
  width: 61%; }
  footer .footer-map-wrapper .footer-map {
    position: relative;
    height: 100%;
    line-height: 0; }
    footer .footer-map-wrapper .footer-map .map-overlay {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      mix-blend-mode: saturation;
      background-color: #f2f1f2; }

footer .copyright-section {
  background: #ffffff;
  padding: 10px 0; }
  footer .copyright-section .footer-copyright {
    text-align: center; }
    footer .copyright-section .footer-copyright p {
      font-size: 14px;
      color: #404041;
      letter-spacing: 0; }
      footer .copyright-section .footer-copyright p a {
        text-decoration: none;
        color: #404041;
        letter-spacing: 0; }
  footer .copyright-section .responsible-gambling {
    text-align: center;
    padding: 20px 0 0; }
    footer .copyright-section .responsible-gambling a.button {
      text-decoration: none;
      display: inline-block;
      background: #d13726;
      color: #ffffff;
      font-weight: 400;
      padding: 0.6rem 0.8rem;
      font-size: 18px;
      font-family: 'BasisGrotesqueArabicPro-Bold'; }

main {
  /** Search Results Page **/ }
  main.search-results .__search_padding {
    padding: 0 15px; }
  main.search-results .search-results-section {
    background: #ffffff;
    padding: 60px 0 40px; }
  main.search-results .search-found-count h2 {
    font-size: 24px;
    font-family: 'fractul-variable', sans-serif;
    font-weight: 900;
    color: #273617;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: normal;
    margin-bottom: 50px; }
  main.search-results .search-result-item {
    margin-bottom: 60px; }
    main.search-results .search-result-item h4 {
      font-size: 22px;
      font-family: 'fractul-variable', sans-serif;
      font-weight: 900;
      color: #273617;
      text-transform: uppercase;
      letter-spacing: 0;
      margin-bottom: 12px; }
    main.search-results .search-result-item p {
      text-align: left;
      font-size: 17px;
      font-family: 'BasisGrotesqueArabicPro-Regular';
      color: #000000;
      letter-spacing: 0.3px; }
      main.search-results .search-result-item p a {
        text-decoration: none;
        color: #000000;
        letter-spacing: 0.3px; }
    main.search-results .search-result-item a {
      text-align: center;
      text-decoration: none;
      display: inline-block;
      background: #273617;
      font-size: 14px;
      font-family: 'BasisGrotesqueArabicPro-Bold';
      color: #ffffff;
      padding: 8px 10px;
      border: 1px solid #273617;
      text-transform: capitalize;
      letter-spacing: 1px;
      margin-top: 20px; }
      main.search-results .search-result-item a:hover {
        background: #ffffff;
        color: #273617;
        -webkit-transition: all .30s ease-in-out;
        -moz-transition: all .30s ease-in-out;
        -o-transition: all .30s ease-in-out;
        transition: all .30s ease-in-out; }
  main.search-results .not-found {
    text-align: center;
    padding: 37px 0 70px; }
    main.search-results .not-found h3 {
      font-size: 46px;
      font-family: 'fractul-variable', sans-serif;
      font-weight: 900;
      color: #012A4A;
      letter-spacing: 0;
      line-height: 1.1;
      margin-bottom: 16px; }
    main.search-results .not-found p {
      font-size: 20px;
      font-family: 'BasisGrotesqueArabicPro-Regular';
      color: #000000;
      letter-spacing: 0;
      line-height: 1.4; }

/** Content Editor Layout **/
.content-editor-section .__custom_row {
  text-align: center;
  max-width: 85rem; }

.content-editor-section .content-editor-full { }
  .content-editor-section .content-editor-full.content-editor-full--left {
    text-align: left; }
  .content-editor-section .content-editor-full.content-editor-full--center {
    text-align: center; }
  .content-editor-section .content-editor-full h1 {
    font-size: 45px;
    font-family: 'fractul-variable', sans-serif;
    font-weight: 900;
    color: #273617;
    letter-spacing: -1px;
    line-height: 1.2;
    margin-bottom: 15px;
    position: relative; 
    display: inline-block; }
    .content-editor-section .content-editor-full h1::after {
      content: "";
      display: block;
      width: 50%;
      height: 3px;
      background-color: #bc6c27;
      margin-top: 8px; }
  .content-editor-section .content-editor-full h2 {
    font-size: 40px;
    font-family: 'fractul-variable', sans-serif;
    font-weight: 900;
    color: #273617;
    letter-spacing: -1px;
    line-height: normal;
    margin-bottom: 15px; }
    .content-editor-section .content-editor-full h3 {
      font-size: 30px;
      font-family: 'fractul-variable', sans-serif;
      font-weight: 900;
      color: #273617;
      letter-spacing: 0;
      line-height: normal;
      margin-bottom: 15px; }
      .content-editor-section .content-editor-full h4 {
        font-size: 20px;
        font-family: 'BasisGrotesqueArabicPro-Bold';
        font-weight: 700;
        color: #000000;
        letter-spacing: 0;
        line-height: normal;
        margin-bottom: 15px; }
        .content-editor-section .content-editor-full h5 {
        font-size: 18px;
        font-family: 'fractul-variable', sans-serif;
        font-weight: 900;
        color: #273617;
        letter-spacing: 0;
        line-height: normal;
        margin-bottom: 10px; }
        .content-editor-section .content-editor-full h5::after {
          content: "";
          display: block;
          width: 45px;
          height: 5px;
          background: #bc6c27;
          margin-top: 3px; }
  .content-editor-section .content-editor-full p {
    font-size: 16px;
    font-family: 'BasisGrotesqueArabicPro-Regular';
    color: #273617;
    letter-spacing: 0.3px;
    line-height: 1.3;
    margin-bottom: 15px; }
    .content-editor-section .content-editor-full p a {
      text-decoration: none;
      font-weight: bold;
      color: #012A4A;
      letter-spacing: 0.3px; }
  .content-editor-section .content-editor-full a.__content_editor_btn {
    text-decoration: none;
    display: inline-block;
    background: #bc6c27;
    font-size: 16px;
    font-family: 'BasisGrotesqueArabicPro-Bold';
    font-weight: 900;
    color: #ffffff;
    padding: 8px 28px;
    border-radius: 20px;
    border: 1px solid #bc6c27;
    text-transform: uppercase;
    margin-top: 10px; }
    .content-editor-section .content-editor-full a.__content_editor_btn:hover {
      background: #ffffff;
      color: #bc6c27;
      -webkit-transition: all .30s ease-in-out;
      -moz-transition: all .30s ease-in-out;
      -o-transition: all .30s ease-in-out;
      transition: all .30s ease-in-out; }
    .content-editor-section .content-editor-full a.__content_editor_btn.__white_btn {
      background: #ffffff;
      color: #bc6c27;
      border: 1px solid #bc6c27; }
      .content-editor-section .content-editor-full a.__content_editor_btn.__white_btn:hover {
        background: #bc6c27;
        color: #ffffff;
        -webkit-transition: all .30s ease-in-out;
        -moz-transition: all .30s ease-in-out;
        -o-transition: all .30s ease-in-out;
        transition: all .30s ease-in-out; }

/** Content Editor Layout **/

/** CTA Button List **/
    .cta-list-container a {
        text-align: center;
        text-decoration: none;
        display: inline-block;
        background: #bc6c27;
        font-size: 30px;
        font-family: 'fractul-variable', sans-serif;
        font-weight: 900;
        color: #ffffff;
        padding: 23px 33px;
        border-radius: 10px;
        border: 1px solid #bc6c27;
        text-transform: uppercase;
        letter-spacing: 0px;
        position: relative;
    }
    .cta-big-buttons-section .row {
        justify-content: center;
    }
    .cta-list-wrapper {
          padding: 10px 20px;
    }

/** Two Column Content Editor Layout **/
.two-column-content-editor-section .__custom_row {
  max-width: 85rem; }
  .two-column-content-editor-section .content-editor-left h2, .content-editor-right h2 {
    font-size: 40px;
    font-family: 'fractul-variable', sans-serif;
    font-weight: 900;
    color: #273617;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: normal;
    margin-bottom: 15px; }
    .two-column-content-editor-section .content-editor-left h3, .content-editor-right h3 {
      font-size: 34px;
      font-family: 'fractul-variable', sans-serif;
      font-weight: 900;
      color: #273617;
      letter-spacing: 0;
      line-height: normal;
      margin-bottom: 15px; }
    .two-column-content-editor-section .content-editor-left h4, .content-editor-right h4 {
      font-size: 20px;
      font-family: 'BasisGrotesqueArabicPro-Bold';
      font-weight: 700;
      color: #000000;
      letter-spacing: 0;
      line-height: normal;
      margin-bottom: 15px; }
      .two-column-content-editor-section .content-editor-left h5, .content-editor-right h5 {
        display: inline-block;
        position: relative;
        font-size: 18px;
        font-family: 'fractul-variable', sans-serif;
        font-weight: 900;
        color: #273617;
        letter-spacing: 0;
        line-height: normal;
        margin-bottom: 10px; }
      .two-column-content-editor-section .content-editor-left h5::after, .content-editor-right h5::after {
        content: "";
        display: block;
        width: 60%;
        height: 3px;
        background: #bc6c27;
        margin-top: 5px; }
		.two-column-content-editor-section .content-editor-left h6, .content-editor-right h6 {
		  font-family: 'BasisGrotesqueArabicPro-Bold';
		  letter-spacing: 0px; }
  .two-column-content-editor-section .content-editor-left p, .content-editor-right p {
    font-size: 16px;
    font-family: 'BasisGrotesqueArabicPro-Regular';
    color: #273617;
    letter-spacing: 0.3px;
    line-height: 1.3;
    margin-bottom: 15px; }
    .two-column-content-editor-section .content-editor-left p a, .content-editor-right p a {
      text-decoration: none;
      color: #000000;
      letter-spacing: 0.3px; }
  .two-column-content-editor-section iframe {
    width: 100%;
    background-color: #ffffff;
    padding: 5px;
    border: 2px solid #273617 !important; 
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15); }
  .two-column-content-editor-section a.__content_editor_btn {
    text-decoration: none;
    display: inline-block;
    background: #bc6c27;
    font-size: 16px;
    font-family: 'BasisGrotesqueArabicPro-Bold';
    color: #ffffff;
    padding: 8px 28px;
    border-radius: 20px;
    border: 1px solid #bc6c27;
    text-transform: uppercase;
    margin-top: 10px; }
    .two-column-content-editor-section a.__content_editor_btn:hover {
      background: #ffffff;
      color: #bc6c27;
      -webkit-transition: all .30s ease-in-out;
      -moz-transition: all .30s ease-in-out;
      -o-transition: all .30s ease-in-out;
      transition: all .30s ease-in-out; }
    .two-column-content-editor-section a.__content_editor_btn.__white_btn {
      background: #ffffff;
      color: #bc6c27;
      border: 1px solid #bc6c27; }
      .two-column-content-editor-section a.__content_editor_btn.__white_btn:hover {
        background: #bc6c27;
        color: #ffffff;
        -webkit-transition: all .30s ease-in-out;
        -moz-transition: all .30s ease-in-out;
        -o-transition: all .30s ease-in-out;
        transition: all .30s ease-in-out; }

/** Content Editor Layout **/
/** Blurb Layout **/
.blurb-section .__custom_row {
  /* max-width: 92rem; */
  justify-content: center;
  position: relative; }

.blurb-section .__blurb_padding {
  padding: 0 15px; }

.blurb-section .blurb-slider-outer {
  position: relative;
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr) 88px;
  align-items: center;
  column-gap: 12px; }

.blurb-section .blurb-slider {
  width: 100%;
  overflow: hidden; }

.blurb-section .blurb-slider .swiper-wrapper {
  align-items: stretch; }

.blurb-section .blurb-slider .swiper-slide {
  height: auto; }

.blurb-section .blurb-slider-arrow {
  --swiper-navigation-size: 70px;
  position: static;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  width: 70px;
  height: 70px;
  margin-top: 0;
  padding: 0;
  transform: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 0;
  color: #d8932c;
  cursor: pointer;
  z-index: 3;
  appearance: none;
  -webkit-appearance: none; }

.blurb-section .blurb-slider-arrow::after {
  font-size: 56px;
  font-weight: 700;
  line-height: 1; }

.blurb-section .blurb-slider-arrow:hover,
.blurb-section .blurb-slider-arrow:focus {
  color: #f0a93a;
  outline: none; }

.blurb-section .blurb-slider-arrow:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px; }

.blurb-section .blurb-slider-arrow-prev {
  grid-column: 1;
  justify-self: start;
  left: auto;
  right: auto; }

.blurb-section .blurb-slider-arrow-next {
  grid-column: 3;
  justify-self: end;
  right: auto;
  left: auto; }

.blurb-section .blurb-slider-arrow.swiper-button-disabled {
  opacity: 0.35;
  cursor: default;
  pointer-events: none; }

.blurb-section .blurb-section-title {
  text-align: center; }
  .blurb-section .blurb-section-title h2 {
    font-size: 40px;
    font-family: 'fractul-variable', sans-serif;
    font-weight: 900;
    color: #FFF9E1;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: normal;
    margin-bottom: 30px; }

.blurb-section .blurb-item {
  border-radius: 15px;
  background-color: #ffffff;
  margin-bottom: 20px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1); }
  .blurb-section .blurb-item.__blurb_orange_overlay .blurb-image-wrapper {
    background-color: #bc6c27; }
  .blurb-section .blurb-item.__blurb_orange_overlay .blurb-image {
    mix-blend-mode: multiply;
    -webkit-filter: none;
    filter: none; }
  .blurb-section .blurb-item .blurb-image {
    position: relative;
    margin: 0 auto;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    width: 100%;
    max-width: 100%;
    /* aspect-ratio: 12 / 7; */
    height: 200px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
  .blurb-section .blurb-item .blurb-content {
    text-align: center;
    padding: 20px 20px 10px; }
    .blurb-section .blurb-item .blurb-content h4 {
      font-size: 22px;
      font-family: 'fractul-variable', sans-serif;
      font-weight: 900;
      color: #404041;
      text-transform: uppercase;
      letter-spacing: 0;
      line-height: normal;
      margin-bottom: 15px; }
    .blurb-section .blurb-item .blurb-content p {
      font-size: 16px;
      font-family: 'BasisGrotesqueArabicPro-Regular';
      color: #000000;
      letter-spacing: 0.3px;
      line-height: 1.2;
      /* min-height: 100px;  */
    
     display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;    
    }
      /* 2 columns */
      .blurb-col-6 .blurb-content p {
          -webkit-line-clamp: 5;
          
          height: calc(.7em * 5);
      }

      /* 3 columns */
      .blurb-col-4 .blurb-content p {
          -webkit-line-clamp: 3;

          height: calc(1.2em * 3);
      }

      .blurb-section .blurb-item .blurb-content p a {
        position: relative;
        text-decoration: none;
        color: #bc6c27;
        letter-spacing: 0.3px; }
        .blurb-section .blurb-item .blurb-content p a::after {
          content: '';
          position: absolute;
          left: 50%;
          bottom: -2px;
          transform: translateX(-50%) scaleX(0);
          transform-origin: center;
          width: 100%;
          height: 1.5px;
          background-color: #bc6c27;
          transition: transform 0.4s ease; }
          .blurb-section .blurb-item .blurb-content p a:hover::after {
            transform: translateX(-50%) scaleX(1); }
  .blurb-section .blurb-item .blurb-btn {
    text-align: center;
    margin-bottom: 30px; }
    .blurb-section .blurb-item .blurb-btn a {
      text-align: center;
      text-decoration: none;
      display: inline-block;
      background: #bc6c27;
      font-size: 16px;
      font-family: 'BasisGrotesqueArabicPro-Bold';
      color: #ffffff;
      padding: 8px 28px;
      border-radius: 20px;
      border: 1px solid #bc6c27;
      text-transform: uppercase;
      letter-spacing: 0px;
      position: relative;
      top: 22px; }
      .blurb-section .blurb-item .blurb-btn a:hover {
        background: #ffffff;
        color: #bc6c27;
        -webkit-transition: all .30s ease-in-out;
        -moz-transition: all .30s ease-in-out;
        -o-transition: all .30s ease-in-out;
        transition: all .30s ease-in-out; }
    .blurb-section .blurb-item .blurb-btn a.__darkgreen_btn {
      background: #273617;
      border: 1px solid #273617; }
      .blurb-section .blurb-item .blurb-btn a.__darkgreen_btn:hover {
        background: #ffffff;
        color: #273617; }

    .blurb-additional-button-wrapper {
      text-align: center;
      margin-top: 18px;
      margin-bottom: 0;
      position: relative;
      z-index: 2; }
      .blurb-additional-button-wrapper .additional-button {
        margin: 0px 10px 10px; 
        display: inline-block; }
        .blurb-additional-button-wrapper .additional-button a {
          min-width: 268px;
          text-align: center;
          text-decoration: none;
          display: inline-block;
          background: #bc6c27;
          font-size: 16px;
          font-family: 'BasisGrotesqueArabicPro-Bold';
          color: #ffffff;
          padding: 11px 34px;
          border-radius: 24px;
          border: 1px solid #bc6c27;
          text-transform: uppercase;
          letter-spacing: 0px;
          transition: all 0.3s ease-in-out; }
        .blurb-additional-button-wrapper .additional-button a:hover {
          background: #ffffff;
          color: #bc6c27; }
          .blurb-additional-button-wrapper .additional-button a.__darkgreen_btn {
            background: #273617;
            color: #ffffff;
            border: 1px solid #273617; }
            .blurb-additional-button-wrapper .additional-button a.__darkgreen_btn:hover {
              background: #ffffff;
              color: #273617; } 


/** Blurb Layout **/
/** Board of Director Layout **/
.bod-section .__custom_row {
  max-width: 78rem;
  justify-content: center; }

.bod-section .__blurb_padding {
  padding: 0 15px; }

.bod-section .bod-section-title {
  text-align: left; }
  .bod-section .bod-section-title h2 {
    font-size: 30px;
    font-family: 'fractul-variable', sans-serif;
    font-weight: 900;
    color: #273617;
    letter-spacing: 0;
    line-height: normal;
    margin-bottom: 30px; }

.bod-section .bod-item {
  background-color: #ffffff;
  margin-bottom: 20px;
  border-radius: 25px 25px 0 0;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1); }
  .bod-section .bod-item.__blurb_orange_overlay .bod-image-wrapper {
    background-color: #bc6c27; }
  .bod-section .bod-item.__blurb_orange_overlay .bod-image {
    mix-blend-mode: multiply;
    -webkit-filter: none;
    filter: none; }
  .bod-section .bod-item .bod-image {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    height: 250px;
    border-radius: 25px 25px 0 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }
  .bod-section .bod-item .bod-content {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    text-align: center;
    padding: 10px;
    background-color: #bc6c27;}
    .bod-section .bod-item .bod-content h4 {
      font-size: 18px;
      font-family: 'BasisGrotesqueArabicPro-Bold';
      color: #ffffff;
      text-transform: uppercase;
      letter-spacing: 0;
      line-height: normal;
      margin-bottom: 10px; }
    .bod-section .bod-item .bod-content p {
      font-size: 16px;
      font-family: 'BasisGrotesqueArabicPro-Regular';
      color: #ffffff;
      letter-spacing: 0.3px;
      line-height: 1.2;
      margin-bottom: 10px; }
/** Board of Director Layout **/
/** Media And Text Layout **/
.media-text-section .__custom_row {
  max-width: 78rem; }

.media-text-section .media-text-section-title {
  text-align: center; }
  .media-text-section .media-text-section-title h2 {
    font-size: 40px;
    font-family: 'fractul-variable', sans-serif;
    font-weight: 900;
    color: #273617;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: normal;
    margin-bottom: 30px; }

.media-text-section .media-text-wrapper {
  display: flex; }

.media-text-section .media-text-image {
  width: 70%; 
}
  .media-text-section .media-text-image img {
    width: 100%; 
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
  }

.media-text-section .media-text-content {
  background-color: #5f6c37;
  width: 40%;
  text-align: center;
  padding: 38px 41px 0 20px; 
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  align-items: center;
  display: flex;
}
  .media-text-section .media-text-content h1 {
    font-size: 26px;
    font-family: 'fractul-variable', sans-serif;
    font-weight: 900;
    color: #ffffff;
    letter-spacing: 1.5px;
    line-height: 1.15;
    margin-bottom: 25px; }
  .media-text-section .media-text-content h2 {
    font-size: 24px;
    font-family: 'fractul-variable', sans-serif;
    font-weight: 900;
    color: #ffffff;
    letter-spacing: 0.5px;
    line-height: 1.15;
    margin-bottom: 25px; }
    .media-text-section .media-text-content h2 span {
      font-family: 'BasisGrotesqueArabicPro-Bold'; }
  .media-text-section .media-text-content h3 {
    font-size: 20px;
    font-family: 'BasisGrotesqueArabicPro-Bold';
    color: #ffffff;
    letter-spacing: 0px;
    line-height: 1.15;
    margin-bottom: 25px; }
  .media-text-section .media-text-content p {
    font-size: 16px;
    font-family: 'BasisGrotesqueArabicPro-Regular';
    color: #ffffff;
    margin-bottom: 10px;
    letter-spacing: 0px; }
    .media-text-section .media-text-content p a {
      text-decoration: none;
      color: #ffffff;
      letter-spacing: 0.3px; }
  .media-text-section .media-text-content a.__media_text_btn {
    text-decoration: none;
    display: inline-block;
    background: #bc6c27;
    font-size: 16px;
    font-family: 'BasisGrotesqueArabicPro-Bold';
    color: #ffffff;
    padding: 8px 28px;
    border: 1px solid #bc6c27;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0px;
    margin-top: 30px; }
    .media-text-section .media-text-content a.__media_text_btn:hover {
      background: #ffffff;
      color: #bc6c27;
      -webkit-transition: all .30s ease-in-out;
      -moz-transition: all .30s ease-in-out;
      -o-transition: all .30s ease-in-out;
      transition: all .30s ease-in-out; }

/** Media And Text Layout **/
/** Text And Media With Buttons Layout **/
.text-media-buttons-section .__custom_row {
  /* max-width: 72rem;  */
    max-width: 78rem; 
}
  .text-media-buttons-section.reverse .row {
    flex-flow: row-reverse; }
.text-media-buttons-section .__custom_padding {
  padding: 0 15px; }
.text-media-buttons-section .text-media-content h1 {
  font-size: 36px;
  font-family: 'fractul-variable', sans-serif;
  font-weight: 900;
  color: #273617;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 15px;
  position: relative; 
  display: inline-block; }
  .text-media-buttons-section .text-media-content h1::after {
    content: "";
    display: block;
    width: 80%;
    height: 3px;
    background-color: #bc6c27;
    margin-top: 8px; }
.text-media-buttons-section .text-media-content h2 {
  font-size: 31.78px;
    /* font-size: 40px; */
  font-family: 'fractul-variable', sans-serif;
  font-weight: 900;
  color: #273617;
  text-transform: uppercase;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 15px; }
  .text-media-buttons-section .text-media-content h3 {
    font-size: 24px;
    font-family: 'BasisGrotesqueArabicPro-Bold';
    font-weight: 700;
    color: #273617;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: 1.2;
    margin-bottom: 15px; }
.text-media-buttons-section .text-media-content p {
  font-size: 16px;
  font-family: 'BasisGrotesqueArabicPro-Regular';
  color: #273617;
  letter-spacing: 0.3px;
  line-height: 1.2;
  margin-bottom: 25px; }
  .text-media-buttons-section .text-media-content p a {
    text-decoration: none;
    color: #000000;
    letter-spacing: 0.3px; }
  
.fa-check-list {
  list-style: none;
  padding-left: 0;
  margin: 0; }
  .fa-check-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    font-family: 'BasisGrotesqueArabicPro-Regular';
    font-size: 17px;
    color: #273617;
    display: flex;
    align-items: center; }
    .fa-check-list li i {
      color: #273617;
      font-size: 25px;
      position: absolute;
      left: 0;
      top: 2px; }

.text-media-buttons-section .text-media-buttons {
  display: flex;
  justify-content: left;
  margin-top: 35px; }
  .text-media-buttons-section .text-media-buttons a {
    text-align: center;
    text-decoration: none;
    display: inline-block;
    background: #ffffff;
    font-size: 16px;
    font-family: 'BasisGrotesqueArabicPro-Bold';
    color: #bc6c27;
    padding: 8px 28px;
    border-radius: 20px;
    border: 1px solid #bc6c27;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease-in-out; }
    .text-media-buttons-section .text-media-buttons a:first-of-type {
      background: #bc6c27;
      color: #ffffff; }
      .text-media-buttons-section .text-media-buttons a:hover {
        background: #bc6c27;
        color: #ffffff; }
      .text-media-buttons-section .text-media-buttons a:first-of-type:hover {
        background: #ffffff;
        color: #bc6c27; }
      

.text-media-buttons-section .text-media-image img {
  width: 100%; 
  border-radius: 15px;
/*   aspect-ratio: 12 / 7; */
}

/** Text And Media With Buttons Layout **/
/** Trading Hours Layout **/
.trading-hours-section {
  padding: 47px 0; }
  .trading-hours-section .__custom_row {
    max-width: 72rem; }
  .trading-hours-section .__custom_column {
    border-right: 2px solid #ffffff;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: left; }
  .trading-hours-section .__display_grid {
    display: grid; }
  .trading-hours-section .trading-hours-section-title h2 {
    font-size: 40px;
    font-family: 'fractul-variable', sans-serif;
    font-weight: 900;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: normal; }
  .trading-hours-section .trading-hours-content p {
    font-size: 17px;
    font-family: 'BasisGrotesqueArabicPro-Regular';
    color: #ffffff;
    letter-spacing: 0.5px;
    line-height: 1.3; }
    .trading-hours-section .trading-hours-content p a {
      text-decoration: none;
      color: #ffffff;
      letter-spacing: 0.5px; }

/** Trading Hours Layout **/
/** Events List Layout **/
.events-list-section .__custom_row {
  max-width: 79rem; }

.events-list-section .__event_padding {
  padding: 0 30px; }

.events-list-section .events-list-section-title {
  text-align: center; }
  .events-list-section .events-list-section-title h2 {
    font-size: 40px;
    font-family: 'fractul-variable', sans-serif;
    font-weight: 900;
    color: #040707;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: normal;
    margin-bottom: 20px; }

.events-list-section .event-item {
  background-color: #ffffff;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.15);
  margin-bottom: 50px; }
  .events-list-section .event-item .event-image {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    height: 320px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
  .events-list-section .event-item .event-content {
    text-align: center;
    padding: 20px 20px 7px; }
    .events-list-section .event-item .event-content h4 {
      font-size: 22px;
      font-family: 'fractul-variable', sans-serif;
      font-weight: 900;
      color: #273617;
      text-transform: uppercase;
      letter-spacing: 0;
      line-height: normal; }
    .events-list-section .event-item .event-content h5 {
      font-size: 16px;
      font-family: 'fractul-variable', sans-serif;
      font-weight: 900;
      color: #273617;
      letter-spacing: 0;
      line-height: normal;
      margin-bottom: 10px; }
    .events-list-section .event-item .event-content p {
      font-size: 15px;
      font-family: 'BasisGrotesqueArabicPro-Regular';
      color: #000000;
      line-height: 1.2; }
      .events-list-section .event-item .event-content p a {
        text-decoration: none;
        color: #000000;
        letter-spacing: 0.3px; }
  .events-list-section .event-item .event-btn {
    text-align: center; }
    .events-list-section .event-item .event-btn a {
      text-align: center;
      text-decoration: none;
      display: inline-block;
      background: #273617;
      font-size: 17px;
      font-family: 'fractul-variable', sans-serif;
      font-weight: 900;
      color: #f2f2f2;
      padding: 8px 12px;
      border: 1px solid #273617;
      border-radius: 8px;
      text-transform: capitalize;
      letter-spacing: 1px;
      position: relative;
      top: 22px; }
      .events-list-section .event-item .event-btn a:hover {
        background: #f2f2f2;
        color: #bc6c27;
        -webkit-transition: all .30s ease-in-out;
        -moz-transition: all .30s ease-in-out;
        -o-transition: all .30s ease-in-out;
        transition: all .30s ease-in-out; }

.events-list-section .no-events-found {
  text-align: center;
  padding-top: 30px; }
  .events-list-section .no-events-found h2 {
    font-size: 38px;
    font-family: 'fractul-variable', sans-serif;
    font-weight: 900;
    color: #273617;
    letter-spacing: 0;
    line-height: normal; }

/* single page */
#tribe-events-pg-template {
  background: #ffffff;
  max-width: 1200px;
  margin: -90px auto 20px auto; /* Overlap the header/banner */
  padding: 10px;
  border-radius: 4px;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.2);
  border: 5px solid #ffffff; /* Strong inner white outline */
  outline: 2px solid #273617; /* Outer dark green outline */
  position: relative;
  z-index: 2; }

#tribe-events {
  padding: 0; }

/** Events List Layout **/
/** Events Photo Layout **/
.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
  padding: 0 !important;
  min-height: 500px !important }
 .tribe-events-photo-event-wrap {
  border-radius: 15px;
  background-color: #ffffff;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.15);
  margin-bottom: 50px; }
  .tribe-events-photo-event-wrap .tribe-events-pro-photo__event-featured-image-wrapper {
    margin-bottom: 0 !important; }
    .tribe-events-photo-event-wrap .tribe-events-pro-photo__event-featured-image-wrapper img {
      position: relative;
      margin: 0 auto;
      width: 100%;
      max-width: 100%;
      height: 360px;
      border-top-left-radius: 15px;
      border-top-right-radius: 15px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover; }
  .tribe-events-photo-wrapper .tribe-events-event-details {
    text-align: center;
    padding: 20px 20px 20px !important; 
    /* padding: 20px 20px 7px !important;  */
  }
    .tribe-events-photo-wrapper .tribe-events-event-details h3.tribe-events-list-event-title {
      font-size: 22px;
      font-family: 'fractul-variable', sans-serif;
      font-weight: 900;
      color: #273617;
      text-transform: uppercase;
      letter-spacing: 0;
      line-height: normal; }
    .tribe-events-photo-wrapper .tribe-events-event-meta .tribe-event-schedule-details {
      font-size: 16px;
      font-family: 'fractul-variable', sans-serif;
      font-weight: 900;
      color: #273617;
      letter-spacing: 0;
      line-height: normal;
      margin-bottom: 10px; }
    .tribe-events-photo-wrapper .event-excerpt-container p {
      font-size: 15px;
      font-family: 'BasisGrotesqueArabicPro-Regular';
      color: #000000;
      line-height: 1.2;
      min-height: 80px; }
  .tribe-events-photo-wrapper .event-more-btn-container {
    text-align: center; }
    .tribe-events-photo-wrapper .event-more-btn-container a.event-more-btn {
      text-align: center;
      text-decoration: none;
      display: inline-block;
      background: #bc6c27;
      font-size: 16px;
      font-family: 'BasisGrotesqueArabicPro-Bold';
      color: #f2f2f2 !important;
      padding: 8px 28px;
      border-radius: 20px;
      border: 1px solid #bc6c27;
      text-transform: uppercase;
      position: relative;
      /* top: 22px;  */
    }
      .tribe-events-photo-wrapper .event-more-btn-container a.event-more-btn:hover {
        background: #f2f2f2;
        color: #bc6c27 !important;
        -webkit-transition: all .30s ease-in-out;
        -moz-transition: all .30s ease-in-out;
        -o-transition: all .30s ease-in-out;
        transition: all .30s ease-in-out; }

.events-list-section .no-events-found {
  text-align: center;
  padding-top: 30px; }
  .events-list-section .no-events-found h2 {
    font-size: 38px;
    font-family: 'fractul-variable', sans-serif;
    font-weight: 900;
    color: #273617;
    letter-spacing: 0;
    line-height: normal; }
/** Events Photo Layout **/

/** Gravity Form Layout **/
.gform_wrapper.gravity-theme .gform_fields {
  text-align: left;
}
.gf-form-section .__custom_row {
  max-width: 74.1rem; }

.gf-form-section .__gf_padding {
  padding: 0 30px; }

.gf-form-section .gform-section-title h2 {
  font-size: 40px;
  font-family: 'fractul-variable', sans-serif;
  font-weight: 900;
  color: #404041;
  text-transform: uppercase;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 15px; }

.gf-form-section .gfrom-image img {
  width: 100%; }

.gf-form-section .gform-contact-form p.gform_required_legend {
  font-size: 17px;
  font-family: 'BasisGrotesqueArabicPro-Regular';
  color: #000000;
  letter-spacing: 0.5px;
  margin-bottom: 10px; }

.gf-form-section .gform-contact-form .gform_fields {
  grid-column-gap: 25px !important;
  grid-row-gap: 15px !important; }

.gform_wrapper.gravity-theme .gfield_label {
  font-size: 17px;
  font-family: 'fractul-variable', sans-serif;
  font-weight: 900;
  color: #000000;
  letter-spacing: 0px;
  margin-bottom: 5px; }

.gform_wrapper.gravity-theme .gfield_description {
  font-size: 15px;
  font-family: 'BasisGrotesqueArabicPro-Bold';
  color: #000000;
  letter-spacing: 0.3px;
  margin-bottom: 10px;
  padding: 0 !important; }

.gf-form-section .gform-contact-form input.large, .gf-form-section .gform-contact-form input.datepicker, .gf-form-section .gform-contact-form select.large, .gf-form-section .gform-contact-form select, .gf-form-section .gform-contact-form textarea.large, .gf-form-section .gform-contact-form input[type="text"] {
  width: 100% !important;
  height: 30px;
  background: #f5f6f6;
  color: #000000;
  padding: 5px 15px !important;
  border: 0;
  font-family: 'BasisGrotesqueArabicPro-Bold';
  font-size: 16px !important;
  letter-spacing: 0; }
  .gf-form-section .gform-contact-form input.large::-webkit-input-placeholder, .gf-form-section .gform-contact-form input.datepicker::-webkit-input-placeholder, .gf-form-section .gform-contact-form select.large::-webkit-input-placeholder, .gf-form-section .gform-contact-form select::-webkit-input-placeholder, .gf-form-section .gform-contact-form textarea.large::-webkit-input-placeholder, .gf-form-section .gform-contact-form input[type="text"]::-webkit-input-placeholder {
    color: transparent; }
  .gf-form-section .gform-contact-form input.large:-ms-input-placeholder, .gf-form-section .gform-contact-form input.datepicker:-ms-input-placeholder, .gf-form-section .gform-contact-form select.large:-ms-input-placeholder, .gf-form-section .gform-contact-form select:-ms-input-placeholder, .gf-form-section .gform-contact-form textarea.large:-ms-input-placeholder, .gf-form-section .gform-contact-form input[type="text"]:-ms-input-placeholder {
    color: transparent; }
  .gf-form-section .gform-contact-form input.large::-moz-placeholder, .gf-form-section .gform-contact-form input.datepicker::-moz-placeholder, .gf-form-section .gform-contact-form select.large::-moz-placeholder, .gf-form-section .gform-contact-form select::-moz-placeholder, .gf-form-section .gform-contact-form textarea.large::-moz-placeholder, .gf-form-section .gform-contact-form input[type="text"]::-moz-placeholder {
    color: transparent; }
  .gf-form-section .gform-contact-form input.large:-moz-placeholder, .gf-form-section .gform-contact-form input.datepicker:-moz-placeholder, .gf-form-section .gform-contact-form select.large:-moz-placeholder, .gf-form-section .gform-contact-form select:-moz-placeholder, .gf-form-section .gform-contact-form textarea.large:-moz-placeholder, .gf-form-section .gform-contact-form input[type="text"]:-moz-placeholder {
    color: transparent; }

.gf-form-section .gform-contact-form .ginput_container_textarea {
  height: 150px; }

.gf-form-section .gform-contact-form textarea.textarea {
  height: 150px !important;
  padding: 6px 15px !important;
  resize: none; }

.gf-form-section .gform-contact-form .ginput_container_consent input[type="checkbox"] {
  accent-color: #d13726; }

.gf-form-section .gform-contact-form .ginput_container_consent label.gfield_consent_label {
  font-size: 17px;
  font-family: 'BasisGrotesqueArabicPro-Regular';
  color: #000000;
  letter-spacing: 0.5px; }

.gf-form-section .gform-contact-form .gform_footer {
  margin: 0 !important;
  padding: 0 !important;
  padding-top: 25px !important; }

.gf-form-section .gform-contact-form .gform_button {
  cursor: pointer;
  text-decoration: none;
  background: #bc6c27;
  color: #ffffff;
  font-family: 'BasisGrotesqueArabicPro-Bold';
  font-size: 16px;
  padding: 8px 28px;
  border: 1px solid #bc6c27;
  border-radius: 20px !important;
  text-transform: uppercase;
  border-radius: 0;
  letter-spacing: 1px;
  margin: 0 !important;
  line-height: inherit !important; }
  .gf-form-section .gform-contact-form .gform_button:hover {
    background: #ffffff;
    color: #bc6c27;
    -webkit-transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out; }

.gf-form-section .gform-contact-form .gform_ajax_spinner {
  position: relative;
  top: 0;
  padding-left: 15px; }

.gf-form-section .gform-contact-form .gform_confirmation_message {
  text-align: center;
  font-size: 18px;
 font-family: 'BasisGrotesqueArabicPro-Regular';
  color: #000000;
  letter-spacing: 0.3px; }

/** Gravity Form Layout **/

/* Gravity Forms submit button (ALL FORMS) */
.gform_wrapper .gform_button,
.gform_wrapper input[type="submit"],
.gform_wrapper .gform_footer input.button {
  background: linear-gradient(135deg, #bc6c27, #bc6c27) !important;
  color: #fff !important;
  border: none !important;
  padding: 8px 28px !important;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  font-family: 'BasisGrotesqueArabicPro-Bold', sans-serif;
  border-radius: 20px;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  transition: all 0.2s ease;
}
.gform_wrapper .gform_button:hover,
.gform_wrapper input[type="submit"]:hover {
  filter: brightness(1.1);
  transform: translateY(-1px);
}

/** Review Tab Layout **/
.review-tab-title {
  padding: 20px; }
  .review-tab-title h2 {
    font-size: 36px;
    letter-spacing: 0px;
    font-family: 'fractul-variable', sans-serif;
    font-weight: 900;
    text-align: center;
    color: #273617; }

.review-tab-section {
  background-color: #5f6c37; /* fallback color if inline style fails */
  padding: 60px 0;
  text-align: center;
  color: #fff; 

  max-width: 76rem;
  margin: auto;
  border-radius: 15px;
}

.review-swiper {
  position: relative; }

.review-wrapper {
  margin: 0 40px; }

.review-post {
	min-height: 250px; }

.review-content {
  padding: 0 20px; }

.review-content h2{
  font-size: 36px;
  margin-bottom: 30px;
  font-family: 'fractul-variable', sans-serif;
  font-weight: 900;
}

.review-text p {
  font-size: 16px;
  font-family: 'BasisGrotesqueArabicPro-Regular';
  margin-bottom: 20px;
  line-height: 1.6;
  min-height: 80px; }

.reviewer-name {
  font-size: 22px;
  font-weight: 700;
  font-family: 'fractul-variable', sans-serif;
  font-weight: 900;
  text-transform: uppercase; }

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: transparent;
  border: 1px solid #ffffff;
  opacity: 1;
  margin: 0 6px;
  transition: all 0.3s ease; }

.swiper-pagination-bullet-active {
  background: #ffffff; }
/** Review Tab Layout **/
/** Downloads Layout **/
.downloads-title {
	font-size: 28px;
  font-family: 'BasisGrotesqueArabicPro-Bold';
	color: #273617;
	letter-spacing: 0;
	line-height: normal; 
	margin-bottom: 15px;
}

.downloads-section .download-file-item {
    text-align: center;
    background: #ffffff;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 8px; /* optional for rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05); /* subtle shadow for depth */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.downloads-section .download-file-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.downloads-section .download-file-item span i {
    font-size: 27px;
    display: block;
    margin-bottom: 12px;
}

.downloads-section .download-file-item span i.fa-file-pdf-o {
    color: #f70706;
}

.downloads-section .download-file-item h4 {
    margin: 15px 0 20px;
    font-size: 16px;
    color: #23478e;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    line-height: 1.25;
}

.downloads-section .download-file-item a {
    text-decoration: none;
    display: inline-block;
    background: #7db8e3;
    border: 1px solid #7db8e3;
    font-family: inherit;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    padding: 8px 12px;
    letter-spacing: 0.9px;
    border-radius: 4px;
    transition: background 0.3s ease, color 0.3s ease;
}

.downloads-section .download-file-item a:hover {
    background: #5a9ccc;
    border-color: #5a9ccc;
    color: #fff;
}

@media print, screen and (min-width: 40em) {
    .downloads-section .download-file-item {
        padding: 27px 25px 38px;
    }

    .downloads-section .download-file-item h4 {
        margin: 25px 0 15px;
        font-size: 18px;
		height: 40px;
    }

    .downloads-section .download-file-item span i {
        font-size: 42px;
    }

    .downloads-section .download-file-item a {
        font-size: 15px;
        padding: 10px 22px;
        letter-spacing: 0;
    }
}

.download-file-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.download-file-list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  padding: 12px 18px;
  margin-bottom: 12px;
  transition: background 0.3s ease, box-shadow 0.3s ease;
}

.download-file-list-item:hover {
  background: #f1f7ff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

.download-file-list-item .dl-icon {
  font-size: 22px;
  color: #bc6c27; /* 2nd brand orange */
  margin-right: 12px;
  flex-shrink: 0;
}

.download-file-list-item .dl-name {
  flex: 1;
  font-size: 16px;
 font-family: 'BasisGrotesqueArabicPro-Regular';
  color: #273617;
  font-weight: 500;
}

.download-file-list-item .dl-link {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #bc6c27;
  text-decoration: none;
  border: 1px solid #bc6c27;
  padding: 6px 14px;
  border-radius: 4px;
  transition: all 0.3s ease;
  margin-left: 20px;
}

.download-file-list-item .dl-link:hover {
  background: #bc6c27;
  color: #fff;
}
/** Downloads Layout **/

/** jquery modal modified css **/
.jquery-modal.blocker {
  z-index: 9999; }

.jquery-modal .modal {
  width: 85%;
  max-width: 100%;
  padding: 30px 30px;
  border-radius: 20px; }

/** jquery modal modified css **/
/* custom-media */
/* Large only */
/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  /** Text And Media With Buttons Layout **/
  .text-media-buttons-section {
    padding: 60px 0 75px !important; }
  .text-media-buttons-section .text-media-content h2 > br {
    display: none; }
  .text-media-buttons-section .text-media-image {
    margin-top: 60px; }
  .text-media-buttons-section.reverse .row {
    flex-flow: row wrap; }
  /** Text And Media With Buttons Layout **/
  /** Trading Hours Layout **/
  .trading-hours-section .__custom_column {
    border-right: 0; }
  .trading-hours-section .__full_center {
    justify-content: flex-start; }
  .trading-hours-section .trading-hours-section-title h2 {
    margin-bottom: 10px; }
  /** Trading Hours Layout **/
  /** Gravity Form Layout **/
  .gf-form-section .__gf_padding {
    padding: 0 20px; }
  .gf-form-section .gfrom-image {
    margin-top: 60px; }
  /** Gravity Form Layout **/
  /** jquery modal modified css **/
  .jquery-modal .modal {
    width: 95%; }
  /** jquery modal modified css **/ }

/* Small only */
@media screen and (min-width: 40em) and (max-width: 47.9375em) {
  /** Blurb Layout **/
  .blurb-section .blurb-slider-outer {
    grid-template-columns: 58px minmax(0, 1fr) 58px;
    column-gap: 4px; }
  .blurb-section .blurb-slider-arrow {
    --swiper-navigation-size: 54px;
    width: 54px;
    height: 54px; }
  .blurb-section .blurb-slider-arrow::after {
    font-size: 44px; }
  /** Blurb Layout **/ }

@media screen and (min-width: 20em) and (max-width: 39.9375em) {
  /** Footer **/
  footer .footer-map-wrapper {
    width: 100%; }
  /** Footer **/
  /** Page Banner **/
  header .page-banner-wrapper.bottom {
    align-items: center; }
  header .page-video-banner {
    border-radius: 10px 10px 0 0; }
  /** Blurb Layout **/
  .blurb-section .blurb-item {
    margin-bottom: 40px; }
  .blurb-section .blurb-slider-outer {
    grid-template-columns: 44px minmax(0, 1fr) 44px;
    column-gap: 0; }
  .blurb-section .blurb-slider-arrow {
    --swiper-navigation-size: 44px;
    width: 44px;
    height: 44px; }
  .blurb-section .blurb-slider-arrow::after {
    font-size: 38px; }
  /** Blurb Layout **/
  /** Text And Media With Buttons Layout **/
  .text-media-buttons-section { }
  .text-media-buttons-section.reverse .row {
    flex-flow: column; }
  .text-media-buttons-section .text-media-content h2 {
    font-size: 30px;}
  .text-media-buttons-section .text-media-content h2 > br {
    display: none; }
  .text-media-buttons-section .text-media-image {
    margin-top: 30px; }
  .text-media-buttons-section.reverse .row {
    flex-flow: row wrap; }
  /** Text And Media With Buttons Layout **/
  /** Content Editor Layout **/
  .content-editor-section .content-editor-full p {
    font-size: 14px; }
  /** Content Editor Layout **/
  /** Two Content Editor Layout **/
  .two-column-content-editor-section .content-editor-left h2, .content-editor-right h2 {
    font-size: 34px; }
  /** Two Content Editor Layout **/
  /** Media and Text Layout **/
  .media-text-section .media-text-section-title h2 {
    font-size: 35px; }
  /** Media and Text Layout **/
  /** Blurb layout **/
  .blurb-section .blurb-section-title h2 {
    font-size: 30px; }
  /** Blurb layout **/
  /** Board of Director Layout **/
  .bod-section .bod-item .bod-content h4 {
    font-size: 12px; }
  .bod-section .bod-item .bod-content p {
    font-size: 12px; }
  /** Board of Director Layout **/
  /** Trading Hours Layout **/
  .trading-hours-section .__custom_column {
    border-right: 0;
    justify-content: center; }
  .trading-hours-section .trading-hours-section-title h2 {
    margin-bottom: 10px; }
  .trading-hours-section .trading-hours-content {
    text-align: center;
    margin-bottom: 20px; }
  /** Trading Hours Layout **/
  /** Gravity Form Layout **/
  .gf-form-section .__gf_padding {
    padding: 0 20px; }
  .gf-form-section .gfrom-image {
    margin-top: 60px; }
  /** Gravity Form Layout **/
  /** Review Tab Layout **/
  .review-wrapper {
  margin: 0 10px; }
  .review-post {
	min-height: 390px; }
  /** Review Tab Layout **/
  /** Gallery Carousel **/
  .gallery-carousel-section .image-gallery {
    height: auto !important; }
   /** Gallery Carousel **/
   /** Event List **/
  .events-list-section .events-list-section-title h2 {
    font-size: 30px; }
   /** Even List **/
  /** jquery modal modified css **/
  .jquery-modal .modal {
    width: 100%; }
  /** jquery modal modified css **/ }

/* Large and up */
@media (max-width: 1251px) {
  body {
    padding-top: 110px; }
  /** Header **/
  header .top-header-section {
    display: none; }
  header .header-logo-menu-section {
    padding: 15px 0; }
  header .__desktop_logo_menu {
    display: none; }
  header .__mobile_logo_menu {
    display: block; }
  /** Header **/ }

@media screen and (max-width: 1251px) {
    body {
       padding-top: 0px !important; 
    }
}

@media (max-width: 1200px) {
  /** Footer **/
  footer .contact-info-wrapper {
    text-align: center;
    width: 42%; }
  footer .footer-map-wrapper {
    width: 58%; }
  footer .footer-buttons {
    justify-content: center; }
  footer .footer-social-search-wrapper {
    justify-content: center; }
  /** Footer **/ }

@media (max-width: 1100px) {
  /** Blurb Layout **/
  .blurb-section .__blurb_padding {
    padding: 0 15px; }
  /** Blurb Layout **/
  /** Media And Text Layout **/
  .media-text-section .media-text-content {
    padding: 10px 15px 0 15px; }
  /** Media And Text Layout **/
  /** Events List Layout **/
  .events-list-section .__event_padding {
    padding: 0 15px; }
  /** Events List Layout **/ }

@media (max-width: 1023px) {
  /** Media And Text Layout **/
  .media-text-section .media-text-wrapper {
    display: block; }
  .media-text-section .media-text-image {
    width: 100%; }
  .media-text-section .media-text-content {
    text-align: center;
    width: 100%;
    padding: 30px 20px; 
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .media-text-section .media-text-image img {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
    .media-text-section .media-text-content h2 > br:last-of-type {
      display: none; }
    .media-text-section .media-text-content p > br {
      display: none; }
  /** Media And Text Layout **/ }

/* Medium and up */
@media (max-width: 900px) {
  /** Footer **/
  footer .info-map-wrapper {
    display: block; }
  footer .contact-info-wrapper {
    width: 100%;
    padding: 20px 0; }
  footer .footer-map-wrapper {
    width: 100%; }
  footer .footer-search .searchinput {
    width: 240px; }
  /** Footer **/ }

@media (max-width: 736px) {
  /** Header **/
  header .page-banner-wrapper .page-banner-content {
    margin-top: 50px; }
  header .page-banner-wrapper .page-banner-content h1 {
    font-size: 50px; }
  header .page-banner-wrapper .page-banner-content h2 {
    font-size: 50px; }
  header .search-page-banner-wrapper .page-banner-content h1 {
    font-size: 50px; }
  /** Header **/ }

/***small devices***/
@media (max-width: 671px) {
  /** Header **/
  header .page-slider-banner-wrapper .banner-image {
    height: 470px; }
  header .page-slider-banner-wrapper .banner-content {
    margin-top: 80px; }
  header .page-slider-banner-wrapper .banner-content h1 {
    font-size: 50px; }
  header .page-slider-banner-wrapper .banner-content h2 {
    font-size: 50px; }
  /** Header **/ }

@media (max-width: 600px) {
  /** Header **/
  body {
    padding-top: 50px; }
  header .mobile-main-menu a > img {
    width: 70px; }
  header .mobile-main-menu #open-mobile-menu i.fa.fa-bars {
    font-size: 25px; }
  /** Header **/ }

@media (max-width: 530px) {
  /** Header **/
  header .page-banner-wrapper {
    height: 250px; }
  header .page-banner-wrapper .page-banner-content {
    margin-top: 30px;
    margin-bottom: 30px; }
  header .page-banner-wrapper .page-banner-content h1 {
    font-size: 30px; }
  header .page-banner-wrapper .page-banner-content h2 {
    font-size: 25px; }
  header .page-banner-wrapper .page-banner-content p {
    font-size: 25px; }
  header .page-slider-banner-wrapper .banner-image {
    height: 410px; }
  header .page-slider-banner-wrapper .banner-content {
    margin-top: 60px; }
  header .page-slider-banner-wrapper .banner-content h1 {
    font-size: 44px; }
  header .page-slider-banner-wrapper .banner-content h2 {
    font-size: 44px; }
  header .search-page-banner-wrapper .page-banner-content h1 {
    font-size: 46px; }
  header .page-slider-banner-wrapper .swiper-pagination.swiper-pagination-bullets {
    bottom: 30px; }
  /** Header **/ }

@media (max-width: 460px) {
  /** Header **/
  header .page-slider-banner-wrapper .banner-image {
    height: 410px; }
  header .page-slider-banner-wrapper .banner-content {
    margin-top: 50px; }
  header .page-slider-banner-wrapper .banner-content h1 {
    font-size: 42px; }
  header .page-slider-banner-wrapper .banner-content h2 {
    font-size: 42px; }
  header .page-slider-banner-wrapper .banner-content a.__banner_btn {
    margin-top: 20px; }
  /** Header **/
  /** Content Editor Layout **/
  .content-editor-section .content-editor-full h1 {
    font-size: 32px;
  }
  .content-editor-section .content-editor-full h2 {
    font-size: 28px;
    line-height: 1.1; }
  .content-editor-section .content-editor-full h4 {
    font-size: 18px; }
  }
  /** Content Editor Layout **/ }

@media (max-width: 420px) {
  /** Header **/
  header .page-banner-wrapper .page-banner-content h2 > br {
    display: none; }
  header .page-slider-banner-wrapper .banner-content {
    margin-top: 45px; }
  header .page-slider-banner-wrapper .banner-content h1 {
    font-size: 36px; }
  header .page-slider-banner-wrapper .banner-content h2 {
    font-size: 36px; }
  /** Header **/
  /** Media And Text Layout **/
  .media-text-section .media-text-section-title h2 {
    line-height: 1.1;
    margin-bottom: 20px; }
  /** Media And Text Layout **/ }

@media (max-width: 410px) {
  .moby.left-side {
    min-width: 330px; } }

.__content_missing {
  background: #ffffff; }
  .__content_missing .__page_banner {
    background-color: #8a8a8a; }
  .__content_missing p {
    padding: 150px 0;
    text-align: center;
    font-size: 42px;
    font-family: 'BasisGrotesqueArabicPro-Bold';
    color: #273617;
    letter-spacing: 0; }

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

/* ===============================
   Career Application Form (ID 4)
   =============================== */

/* Gravity Form ID 4 styling */
#gform_wrapper_4 {
  background: linear-gradient(to bottom, #273617, #273617);
  padding: 20px;
  border-radius: 5px;
  color: #fff !important;
  font-family: 'BasisGrotesqueArabicPro-Regular';
  text-align: left;
}

.gform_required_legend {
  color: #ffffff !important;
}

#gform_wrapper_4 h2 {
  color: #ffffff;
  margin: 5px 0;
}

/* Labels */
#gform_wrapper_4 .gfield_label {
  color: #fff !important;
  font-weight: 500;
  margin-bottom: 6px;
  font-size: 14px;
}

/* Inputs & textareas */
#gform_wrapper_4 input[type="text"],
#gform_wrapper_4 input[type="email"],
#gform_wrapper_4 input[type="tel"],
#gform_wrapper_4 input[type="number"],
#gform_wrapper_4 textarea,
#gform_wrapper_4 select {
  font-family: 'BasisGrotesqueArabicPro-Bold';
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  color: #fff;
  width: 100%;
  padding: 6px 0;
  font-size: 15px;
}

#gform_wrapper_4 input::placeholder,
#gform_wrapper_4 textarea::placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-style: italic;
}

/* Checkboxes & radios */
#gform_wrapper_4 input[type="checkbox"],
#gform_wrapper_4 input[type="radio"] {
  accent-color: #fff;
  transform: scale(1.2);
  margin-right: 6px;
}

#gform_wrapper_4 .gchoice label {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

/* Section titles (e.g. Work Availability) */
#gform_wrapper_4 .gsection_title {
  font-size: 18px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding-bottom: 6px;
}

/* Style the file upload input button */
input#file-upload-button::file-selector-button {
  background: linear-gradient(135deg, #1a3b67, #0f2b4d);
  color: #fff;
  padding: 10px 22px;
  border: none;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

/* Hover effect */
input#file-upload-button::file-selector-button:hover {
  background: linear-gradient(135deg, #fff, #dfe9f3);
  color: #1a3b67;
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0,0,0,0.25);
}

/* Optional: Style the file name text */
input#file-upload-button {
  color: #fff;
  font-size: 14px;
  margin-left: 10px;
}

/* Submit button */
#gform_wrapper_4 .gform_button {
  background: linear-gradient(135deg, #bc6c27, #bc6c27);
  color: #ffff;
  border: none;
  padding: 8px 28px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  font-family: 'BasisGrotesqueArabicPro-Bold';
  /* letter-spacing: 1px; */
  border-radius: 20px;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
  transition: all 0.2s ease;
}

#gform_wrapper_4 .gform_button:hover {
  background: linear-gradient(135deg, #ffffff, #ffffff);
  color: #bc6c27;
  border: 1px solid #ffffff;
  box-shadow: 0 6px 14px rgba(0,0,0,0.25);
}

/* Error / Validation styling */
#gform_wrapper_4 .gfield_error input,
#gform_wrapper_4 .gfield_error textarea,
#gform_wrapper_4 .gfield_error select {
  border-bottom: 1px solid #ff6961 !important;
  background: transparent !important;
}

#gform_wrapper_4 .validation_message {
  color: #ff6961;
  font-size: 13px;
  margin-top: 4px;
}

#gform_wrapper_4 .gfield_description {
  color: #ffffff !important;
}



.search-field-wrap {
    position: relative;
    width: 100%;
}

.searchinput {
    width: 100%;
    padding: 12px 45px 12px 15px; /* right padding for icon */
    border: 1px solid #ccc;
    border-radius: 5px;
}

.search-btn {
    position: absolute;
    /* top: 50%;
    right: 15px; */
    top: 48%;
    right: 5px;
    transform: translateY(-50%);
    
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: center;
}

.search-btn img.search-icon {
    width: 18px;
    height: 18px;
    display: block;
}
