/*
    Theme Name:     Skeletor
    Theme URI:      https://www.mandytechnologies.com
    Description:    A custom WordPress theme made by Vital.
    Version:        2.1
    Author:         Vital
    Author URI:     https://www.mandytechnologies.com
*/
/*  ==========================================================================
     UTILITIES
     Global mixins, functions, etc.
    ==========================================================================  */
/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Bungee+Outline&family=Oswald:wght@400;500&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,aside,footer,header,nav,section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,figure,main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 2.5rem; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: 0;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,kbd,samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,input,optgroup,select,textarea {
  margin: 0; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
[type="reset"],[type="submit"],button,html [type="button"] {
  appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner,button::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring,button:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration {
  appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/*   Helper Functions
	--------------------------------------------------------------------------  */
/**
 * Converts PX to EM
 * @param {integer} $px   Pixel value
 * @param {integer} $base Base font size
 */
/**
 * Custom easing
 * https://css-tricks.com/snippets/sass/easing-map-get-function/
 * @author Sean Dempsey
 * @param {string} $key Name of ease
 */
/**
 * Asset URL Builder
 * @access private
 * @param {String} $type Asset type, matching folder name
 * @param {String} $file Asset file name, including extension
 * @return {URL} A `url()` function leading to the asset
 */
/**
 * Image Asset Helper
 * @access public
 * @param {String} $file - Asset file name, including extension
 * @return {URL} - A `url()` function leading to the image
 * @require {function} asset
 */
/**
 * Font Asset Helper
 * @access public
 * @param {String} $file - Asset file name, including extension
 * @return {URL} - A `url()` function leading to the font
 * @require {function} asset
 */
/**
 * Searches and replaces in a string
 * @param {String} $string Initial string
 * @param {String} $search Substring to replace
 * @param {String} $replace ('') New value
 * @return {String} Updated string
 */
/*   Global Mixins
	--------------------------------------------------------------------------  */
/**
 * Centers element within relative parent
 */
/**
 * Vertically centers element within relative parent
 */
/**
 * Maintains aspect ratio of element based on
 * width and height values given
 */
/**
 * Applies clearfix to element
 */
/**
 * Expands element to "cover" relative parent
 */
/**
 * Creates CSS triagle
 * @param {string} $direction Triangle direction, either `top`, `right`, `bottom` or `left`
 * @param {color} $color Triangle color
 * @param {integer} $size Triangle size
 */
/**
 * Applies font-smoothing
 */
/**
 * Customizes browser scroll bars (does not work in all browsers)
 * @author Hugo Giraudel
 * @param {size} $size Horizontal scrollbar's height and vertical scrollbar's width
 * @param {color} $foreground-color Scrollbar's color
 * @param {color} $background-color [mix($foreground-color, white, 50%)] Scrollbar's color
 */
/**
 * Positions element
 * @param {position} $position Either `relative`, `absolute` or `fixed`
 * @param {distance} $top Top offset
 * @param {distance} $right Right offset
 * @param {distance} $bottom Bottom offset
 * @param {distance} $left Left offset
 */
/**
 * Absolute positioning
 * @param {Arglist} $args - Offsets
 * @require {mixin} position
 */
/**
 * Relative positioning
 * @param {Arglist} $args - Offsets
 * @require {mixin} position
 */
/**
 * Fixed positioning
 * @param {Arglist} $args - Offsets
 * @require {mixin} position
 */
/**
 * Event Wrapper
 * @author Harry Roberts
 * @param {Bool} $self (false) - Whether or not to include current selector
 * @see https://twitter.com/csswizardry/status/478938530342006784 Original tweet from Harry Roberts
 *
 * Example Usage:
 * .example {
 *     text-decoration: none;
 *
 *     @include on-event {
 *         text-decoration: underline;
 *     }
 * }
 */
/**
 * Positions element to account for WordPress admin bar "bump"
 */
/**
 * Horizontally centers block element
 */
/**
 * Hides element accessibly
 */
/**
 * Flex styles wrappers
 */
/**
 * Sets webkit tap highlight color
 * @type {[type]}
 */
/**
 * Convers Photoshop letter spacing value to EM
 */
/**
 * Sizes element to be square
 */
/**
 * Sets form element placeholder text color
 */
/*  ==========================================================================
     BASE
     Base mixins, layout, and styles
    ==========================================================================  */
/*   Fonts
	--------------------------------------------------------------------------  
*/
@font-face {
  font-family: 'Sol Condensed W01 Bold';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/SolCondensedW01Bold.woff2") format("woff2"), url("../fonts/SolCondensedW01Bold.woff") format("woff"); }

/*   Maps
	--------------------------------------------------------------------------  */
/**
 * Susy layout
 * http://susydocs.oddbird.net/en/latest/
 *
 * This map only needed if planning to change the global defaults
 */
/**
 * Breakpoints
 */
/*SCSS_BREAKPOINT_VARS*/
/*END_SCSS_BREAKPOINT_VARS*/
/**
 * Z-indices
 */
/**
 * Colors
 */
/**
 * Fonts
 */
/*   Base Functions
	--------------------------------------------------------------------------  */
/**
 * Sets z-index with map value
 */
/**
 * Sets color with map value
 */
/**
 * Sets font-family with map value
 */
/**
 * Sets font-weight with map value
 */
/*   Base Mixins
	--------------------------------------------------------------------------  */
/**
 * Builds media query with either a map or unit value
 * Example: @include respond-to(small)
 * Example: @include respond-to(599px, 'max')
 */
/**
 * Builds min/max media query for "in between" breakpoints
 */
/*   WordPress Admin
	--------------------------------------------------------------------------  */

.mce-content-body.core {
  max-width: 58em;
  margin: 1.25rem;
  padding: 0;
  color: #000000 !important;
  font-family: "Oswald", sans-serif; }
  .mce-content-body.core li,.mce-content-body.core p {
    color: #000000 !important;
    font-size: 1rem !important; }

/*   Core Typography
	 Apply .core class on all WYSIWYG content and other elements that need it
	--------------------------------------------------------------------------  */
h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child,p:first-child {
  margin-top: 0;
  padding-top: 0; }

h1.eyebrow-text,h2.eyebrow-text,h3.eyebrow-text,h4.eyebrow-text,h5.eyebrow-text,h6.eyebrow-text,p.eyebrow-text {
  position: relative;
  margin: 0 0 0.4rem 3rem !important;
  color: #77F515 !important;
  font-family: "Oswald", sans-serif !important;
  font-size: 1.25rem !important;
  font-weight: 500 !important;
  line-height: 1.875rem !important; }
  h1.eyebrow-text::before,h2.eyebrow-text::before,h3.eyebrow-text::before,h4.eyebrow-text::before,h5.eyebrow-text::before,h6.eyebrow-text::before,p.eyebrow-text::before {
    position: absolute;
    top: 50%;
    left: -40px;
    width: 35px;
    height: 1px;
    border: 1px solid #77F515;
    content: ''; }

.core a {
  text-decoration: none;
  transition: ease all 0.4s 0s; }

.core .wp-image-link {
  text-decoration: none; }

.core h1 {
  margin: 0 0 1rem;
  color: #ffffff;
  font-family: "Sol Condensed W01 Bold", sans-serif;
  font-size: 2.813rem;
  font-weight: 700;
  line-height: 3remrem;
  text-transform: uppercase; }
  .core h1 span {
    color: #77F515;
    font-family: "Bungee Outline", "Courier New", monospace;
    font-weight: 400; }
  .core h1 + h2 {
    margin-top: -0.5em; }

.core h2 {
  margin: 0 0 1rem;
  font-family: "Sol Condensed W01 Bold", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.07813rem;
  line-height: 2rem; }
  .core h2 span {
    color: #77F515; }
  .core h2 + h3 {
    margin-top: -0.4em;
    margin-bottom: 0.2em; }

.core h3 {
  margin: 0 0 1rem;
  font-family: "Oswald", sans-serif;
  font-size: 1.25rem;
  font-weight: 500 !important;
  line-height: 1rem; }
  .core h3 + h4 {
    margin-top: -0.3em; }

.core h4 {
  margin: 0 0 1rem;
  font-family: "Oswald", sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.25rem; }
  .core h4 + h5 {
    margin-top: -0.3em; }

.core h5 {
  margin: 0 0 1rem;
  font-size: 0.875em;
  font-weight: 400;
  line-height: 1.25; }
  .core h5 + h6 {
    margin-top: -0.2em; }

.core h6 {
  margin: 0 0 1rem;
  font-size: 0.875em;
  font-weight: 400;
  line-height: 1.25; }


.core .background-blur {
  border: 1px solid #ffffff;
  background-color: rgba(0, 0, 0, 0.5); }

.core h1:first-child,.core h2:first-child,.core h3:first-child,.core h4:first-child,.core h5:first-child,.core h6:first-child {
  margin-top: 0;
  padding-top: 0; }

.core address,.core p {
  margin: 1em 0 0;
  font-size: 1em; }

.core p {
  color: #ffffff;
  font-family: "Oswald", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.01688rem;
  line-height: 1.875rem; }
  .core p:first-child {
    margin-top: 0; }

.core blockquote {
  margin: 1.75em 2.5em;
  font-style: italic;
  line-height: 1.5; }

.core code,.core pre {
  font-family: "Bungee Outline", "Courier New", monospace;
  font-size: 0.875em; }

.core pre {
  margin: 1em 0 0;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

.core sub {
  position: relative;
  bottom: -0.25em;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0; }

.core sup {
  position: relative;
  top: -0.5em;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0; }

.core abbr {
  cursor: help; }

.core address {
  line-height: 1.5; }

.core dl {
  line-height: 1.5; }

.core dd,.core dt {
  font-size: 0.875em; }

.core dt {
  font-weight: 700; }

.core dd {
  margin: 0 0 1em; }

.core ol,.core ul {
  margin: 0;
  padding: 0 0 0 1.5em; }
  .core ol ol,.core ol ul,.core ul ol,.core ul ul {
    margin: 0; }

.core li {
  position: relative;
  margin-top: 1em;
  font-size: 1em;
  line-height: 1.5; }
  .core li li {
    font-size: 1em; }

.core .tick-list li::after {
  position: absolute;
  top: 3px;
  left: -25px;
  width: 21px;
  height: 16px;
  border-radius: 0;
  background: #fff;
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%2222%22%20height%3D%2217%22%20viewBox%3D%220%200%2022%2017%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3EF96D03AB-7835-4B5F-A029-379E85C113F7%3C%2Ftitle%3E%3Cpath%20d%3D%22M.115%209.506l6.41%207.022C9.605%209.506%2013.287%203.314%2021.642.368c-8.879%200-13.755%205.898-15.119%209.138l-3.78-3.24-2.629%203.24z%22%20fill%3D%22%23222222%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  content: ''; }

.core table {
  margin: 0;
  padding: 0; }

.core td,.core th {
  padding: 0.625em 1.25em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 0.875em;
  text-align: left; }

.core th {
  border-width: 2px; }

.core tr:nth-child(even) {
  background: rgba(0, 0, 0, 0.1); }

.core img,.core img[class*='align'],.core img[class*='wp-image-'] {
  max-width: 100%;
  height: auto;
  border: 0; }

.core .wp-caption {
  max-width: 96%;
  padding: 0.3125rem 0.1875rem 0.625rem;
  text-align: center; }
  .core .wp-caption.alignleft,.core .wp-caption.alignnone {
    margin: 0.3125rem 1.25rem 1.25rem 0; }
  .core .wp-caption.alignright {
    margin: 0.3125rem 0 1.25rem 1.25rem; }
  .core .wp-caption img {
    width: auto;
    max-width: 98.5%;
    height: auto;
    margin: 0;
    padding: 0;
    border: 0 none; }
  .core .wp-caption .wp-caption-text {
    margin: 0;
    padding: 0 0.25rem 0.3125rem;
    font-size: 0.875em;
    line-height: 1.5; }

.core .entry-caption {
  margin: 0;
  padding: 0 0.25rem 0.3125rem;
  font-size: 0.875em;
  line-height: 1.5; }

.core .gallery {
  position: relative;
  max-width: 48em;
  margin: 2em auto; }
  .core .gallery + * {
    clear: left; }

.core .gallery-item {
  position: relative;
  float: left;
  margin: 0 0.25em 0.25em 0; }

.core .gallery-columns-1 .gallery-item {
  max-width: 100%;
  margin: 0 0 0.25em; }

.core .gallery-columns-2 .gallery-item {
  max-width: calc(50% - 0.25em); }

.core .gallery-columns-3 .gallery-item {
  max-width: calc(33.3% - 0.25em); }

.core .gallery-columns-4 .gallery-item {
  max-width: calc(25% - 0.25em); }

.core .gallery-columns-5 .gallery-item {
  max-width: calc(20% - 0.25em); }

.core .gallery-columns-6 .gallery-item {
  max-width: calc(16.7% - 0.25em); }

.core .gallery-columns-7 .gallery-item {
  max-width: calc(14.28% - 0.25em); }

.core .gallery-columns-8 .gallery-item {
  max-width: calc(12.5% - 0.25em); }

.core .gallery-columns-9 .gallery-item {
  max-width: calc(11.1% - 0.25em); }

.core .gallery-columns-2 .gallery-item:nth-child(2n),.core .gallery-columns-3 .gallery-item:nth-child(3n),.core .gallery-columns-4 .gallery-item:nth-child(4n),.core .gallery-columns-5 .gallery-item:nth-child(5n),.core .gallery-columns-6 .gallery-item:nth-child(6n),.core .gallery-columns-7 .gallery-item:nth-child(7n),.core .gallery-columns-8 .gallery-item:nth-child(8n),.core .gallery-columns-9 .gallery-item:nth-child(9n) {
  margin-right: 0; }

.core .gallery-columns-1 .gallery-item:nth-child(1n+1),.core .gallery-columns-2 .gallery-item:nth-child(2n+3),.core .gallery-columns-3 .gallery-item:nth-child(3n+4),.core .gallery-columns-4 .gallery-item:nth-child(4n+5),.core .gallery-columns-5 .gallery-item:nth-child(5n+6),.core .gallery-columns-6 .gallery-item:nth-child(6n+7),.core .gallery-columns-7 .gallery-item:nth-child(7n+8),.core .gallery-columns-8 .gallery-item:nth-child(8n+9),.core .gallery-columns-9 .gallery-item:nth-child(9n+10) {
  clear: left; }

.core .gallery-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-height: 50%;
  margin: 0;
  padding: 0.375rem 0.5rem;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 0.875em;
  line-height: 1.5;
  text-align: left; }
  .core .gallery-caption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 49px;
    content: ''; }

.core .gallery-item:hover .gallery-caption {
  opacity: 1; }

.core hr {
  box-sizing: content-box;
  clear: both;
  height: 1px;
  margin-top: 1em;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc; }

.core .entry-oembed {
  position: relative;
  max-width: 100%;
  height: auto;
  padding-bottom: 56.25%;
  overflow: hidden; }
  .core .entry-oembed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.core .alignnone {
  margin: 1em 1em 0 0; }

.core .aligncenter,.core .alignleft,.core .alignright {
  display: block;
  margin: 1em auto; }

.core img.aligncenter,.core img.alignleft,.core img.alignright {
  display: block;
  margin: 1em auto; }

/*   Base styles and layout
	--------------------------------------------------------------------------  */
::-webkit-scrollbar {
  display: none; }

html {
  box-sizing: border-box; }

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

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0;
  background: #ffffff;
  color: #ffffff;
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1; }

a {
  color: #3fa2f7; }

.group::after,.group::before {
  display: table;
  content: ' '; }

.group::after {
  clear: both; }

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap; }

.icon {
  display: inline-block;
  width: 1em;
  height: 1em; }
  .icon svg {
    display: block;
    width: 1em;
    height: 1em; }

ul {
  margin: 0;
  padding: 0; }

.container {
  max-width: 1441px;
  margin-left: auto;
  margin-right: auto;
  margin: auto;
  padding: 0 1.25rem; }
  .container:after {
    content: " ";
    display: block;
    clear: both; }

input::-ms-clear {
  display: none; }

input,select {
  outline: 0;
  border: none;
  box-shadow: none; }
  input:focus,select:focus {
    outline: 0;
    box-shadow: none; }

a:focus {
  outline: 0;
  box-shadow: none; }

button {
  outline: none; }

select::-ms-expand {
  display: none; }

.main-wrapper {
  overflow: hidden; }

.page-main {
  margin-top: 1.25rem; }

::-webkit-input-placeholder {
  opacity: 0.2; }

::-moz-placeholder {
  opacity: 0.2; }

::-ms-placeholder {
  opacity: 0.2; }

:-ms-input-placeholder {
  opacity: 0.2; }

::placeholder {
  opacity: 0.2; }

.select2-selection__placeholder {
  opacity: 0.2; }

.whatsapp-wrapper {
  position: fixed;
  z-index: 100;
  right: 30px;
  bottom: 30px;
  max-width: 61px;
  height: 61px;
  content: ''; }
  .whatsapp-wrapper .whatsapp-icon {
    position: relative;
    display: block;
    width: 61px;
    height: 61px; }
    .whatsapp-wrapper .whatsapp-icon::after {
      position: absolute;
      width: 100%;
      height: 100%;
      background-image: url("../images/WhatsApp.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 61px;
      content: ''; }
    .whatsapp-wrapper .whatsapp-icon img {
      width: 100%;
      height: 100%; }

/*  ==========================================================================
     PARTIALS
     Template partials
    ==========================================================================  */
/*   Buttons
	--------------------------------------------------------------------------  */
/***** Dynamic color for Arrow SVG ******/
.primary-button {
  display: inline-block;
  padding: 0.5rem 2.25rem 0.5rem 1.125rem;
  border: 2px solid #77F515;
  border-radius: 2px;
  background-color: transparent;
  color: #77F515;
  font-family: "Oswald", sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: ease all 300ms 0s; }
  .primary-button:focus {
    outline: 0; }
  .primary-button:hover {
    border-color: #ffffff;
    color: #ffffff;
    transition: ease all 300ms 0s; }
    .primary-button:hover::after {
      transform: translate(-50%, -50%); }

.button-large {
  padding: 0.625rem 1.875rem;
  font-size: 1.125rem; }

.button-medium {
  padding: 0.375rem 1.75rem;
  font-size: 1rem; }

.button-select {
  position: relative;
  padding: 0 3rem 0 1.375rem;
  line-height: 2.25rem; }
  .button-select::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    height: 18px;
    font-size: 1.25em;
    font-weight: 700;
    line-height: 1;
    content: '+'; }

.button-small {
  padding: 0.375rem 1.375rem;
  font-size: 0.875rem; }

.button-outline {
  border: 3px solid #3fa2f7;
  background: #fff;
  color: #3fa2f7; }

.small-btn-black {
  display: inline-block;
  padding: 0.375rem;
  border: 2px solid #171717;
  border-radius: 2px;
  background-color: transparent;
  color: #171717;
  font-family: 'Oswald', sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: ease all 200ms 0s; }

.primary-button {
  position: relative;
  transition: ease all 300ms 0s; }
  .primary-button::after {
    position: absolute;
    top: 50%;
    left: 100%;
    width: 10px;
    height: 6px;
    margin-left: -1.5rem;
    transform: translate(-50%, -50%);
    background-image: url("../images/right-arrow.png");
    background-repeat: no-repeat;
    background-size: 10px 6px;
    content: '';
    filter: none; }
  .primary-button:hover::after {
    filter: brightness(0) invert(1); }

.cta-card {
  display: inline-block;
  margin-bottom: 0.9375rem;
  background-color: #fff;
  text-align: center;
  transition: all 200ms ease-out; }

.pagination {
  margin-bottom: 3.75rem; }
  .pagination .pagination-number {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
        flex-flow: row;
    -ms-flex-pack: center;
        justify-content: center; }
    .pagination .pagination-number .page-item {
      list-style: none; }
    .pagination .pagination-number a {
      transition: ease all 0.4s 0s; }
      .pagination .pagination-number a.page-numbers:hover.prev::before {
        border-color: transparent #222 transparent transparent; }
      .pagination .pagination-number a.page-numbers:hover.next::before {
        border-color: transparent transparent transparent #222; }
    .pagination .pagination-number .page-numbers {
      margin: 0 0.15625rem;
      font-size: 1em;
      line-height: 1.4375rem;
      text-align: center;
      text-decoration: none; }
      .pagination .pagination-number .page-numbers.prev {
        position: relative;
        margin-right: 0.625rem;
        padding-left: 1.5625rem; }
        .pagination .pagination-number .page-numbers.prev::before {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          left: 0;
          width: 0;
          height: 0;
          margin-top: 0.0625rem;
          border-width: 7px 8.75px 7px 0;
          border-style: solid;
          border-color: transparent #222 transparent transparent;
          content: '';
          transition: ease all 0.4s 0s; }
      .pagination .pagination-number .page-numbers.next {
        position: relative;
        margin-left: 0.625rem;
        padding-right: 1.5625rem; }
        .pagination .pagination-number .page-numbers.next::before {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          right: 0;
          width: 0;
          height: 0;
          margin-top: 0.0625rem;
          border-width: 7px 0 7px 8.75px;
          border-style: solid;
          border-color: transparent transparent transparent #222;
          content: '';
          transition: ease all 0.4s 0s; }

.resource-pagination {
  max-width: 450px;
  margin: 0 auto 3.75rem;
  text-align: center; }
  .resource-pagination li {
    display: inline-block;
    list-style: none;
    cursor: pointer; }
    .resource-pagination li.active,.resource-pagination li.disabled {
      cursor: default; }
    .resource-pagination li:hover.prev::before {
      border-color: transparent #222 transparent transparent; }
    .resource-pagination li:hover.next::before {
      border-color: transparent transparent transparent #222; }
    .resource-pagination li.previous {
      position: relative;
      margin-right: 0.625rem;
      padding-left: 1.5625rem; }
      .resource-pagination li.previous::before {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        width: 0;
        height: 0;
        margin-top: 0.0625rem;
        border-width: 7px 8.75px 7px 0;
        border-style: solid;
        border-color: transparent #222 transparent transparent;
        content: '';
        transition: ease all 0.4s 0s; }
    .resource-pagination li.next {
      position: relative;
      margin-left: 0.625rem;
      padding-right: 1.5625rem; }
      .resource-pagination li.next::before {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        width: 0;
        height: 0;
        margin-top: 0.0625rem;
        border-width: 7px 0 7px 8.75px;
        border-style: solid;
        border-color: transparent transparent transparent #222;
        content: '';
        transition: ease all 0.4s 0s; }
    .resource-pagination li a {
      margin: 0 0.15625rem;
      color: #222;
      font-size: 1em;
      line-height: 1.4375rem;
      text-align: center;
      text-decoration: none; }

.social-links {
  list-style: none; }

.social-link-item {
  display: inline-block;
  margin-right: 1.25rem; }

.social-link-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap; }

.social-link-icon svg {
  width: 25px;
  height: 25px;
  transition: all 0.3s ease 0s; }

.social-link-icon:hover svg path {
  transition: all 0.3s ease 0s;
  fill: #77f515; }

.social-link-icon:hover svg ellipse {
  transition: all 0.3s ease 0s;
  fill: #77f515; }

.social-share .social-share-title {
  margin: 0;
  font-size: 1em;
  font-weight: 700; }

.social-share .social-share-links {
  margin: 0;
  padding: 0;
  list-style: none; }

.social-share .social-share-link-item {
  position: relative;
  display: inline-block;
  margin: 0; }
  .social-share .social-share-link-item:hover {
    background: none; }
  .social-share .social-share-link-item::after {
    display: none; }

.social-share .social-share-link {
  width: 30px;
  height: 30px;
  display: inline-block; }

.social-share .social-share-link-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap; }

.social-share .social-share-link-twitter .social-share-link {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%2222%22%20height%3D%2216%22%20viewBox%3D%220%200%2022%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%20%20%20%20%3Ctitle%3E2142712F-E82A-4081-8CAF-C764D6C00F9C%3C%2Ftitle%3E%20%20%20%20%3Cpath%20d%3D%22M1.514.86S4.85%204.825%2010.647%205.1c0%200-.785-2.343%201.622-4.134%202.408-1.794%205.386-.276%205.956.401%200%200%201.694-.237%202.876-.951%200%200-.387%201.37-1.815%202.194%200%200%201.673-.2%202.448-.602%200%200-.816%201.17-2.223%202.067%200%200%20.591%204.95-4.151%209.04C10.617%2017.202%202.814%2016.351%200%2014.211c0%200%203.824.384%206.516-1.675%200%200-3.182-.054-4.099-2.717%200%200%201.591.11%201.867-.164%200%200-3.428-.741-3.458-3.953%200%200%201.04.467%201.988.495%200%200-3.304-3.001-1.3-6.198%22%20fill%3D%22%233d3d3d%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px auto; }
  .social-share .social-share-link-twitter .social-share-link:hover {
    opacity: 0.5; }

.social-share .social-share-link-facebook .social-share-link {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%2211%22%20height%3D%2221%22%20viewBox%3D%220%200%2011%2021%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%20%20%20%20%3Ctitle%3E2C7E2823-E5C3-46DE-8F90-8D10710EB7B5%3C%2Ftitle%3E%20%20%20%20%3Cpath%20d%3D%22M0%207.389h3.163V4.51s-.134-1.88%201.32-3.308C5.937-.224%207.893-.088%2010.679.15v3.21h-2.06s-.865-.017-1.272.442c-.406.459-.362%201.112-.362%201.274V7.39h3.572l-.458%203.578H6.966v9.213h-3.79v-9.232H0v-3.56z%22%20fill%3D%22%233d3d3d%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px auto; }
  .social-share .social-share-link-facebook .social-share-link:hover {
    opacity: 0.5; }

.social-share .social-share-link-linkedin .social-share-link {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%2218%22%20height%3D%2217%22%20viewBox%3D%220%200%2018%2017%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%20%20%20%20%3Ctitle%3EB3A7394A-EC62-4F93-9506-A63831BD75FC%3C%2Ftitle%3E%20%20%20%20%3Cpath%20d%3D%22M4.175%202.05c0%201.134-.934%202.05-2.088%202.05C.935%204.1%200%203.184%200%202.05%200%20.918.935%200%202.087%200c1.154%200%202.088.918%202.088%202.05zM.27%2017V5.646h3.606V17H.27zm5.866%200V5.646h3.457V7.25c.928-1.49%202.68-2.334%205.344-1.605%202.664.727%202.444%205.197%202.444%205.197V17h-3.623v-5.843c0-.662.15-2.665-2.006-2.665-2.16%200-2.025%202.65-2.025%202.65V17h-3.59z%22%20fill%3D%22%233d3d3d%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px auto; }
  .social-share .social-share-link-linkedin .social-share-link:hover {
    opacity: 0.5; }

.breadcrumbs {
  padding: 0.75rem 0;
  background-color: #f5f5f5; }
  .breadcrumbs .woocommerce-breadcrumb {
    margin-bottom: 0; }

/*   Header
	--------------------------------------------------------------------------  */
.header {
  position: fixed;
  z-index: 80;
  width: 100%;
  height: 110px;
  transition: all 0.3s ease-in-out 0s; }
  .admin-bar .header {
    top: 46px; }

.header-top {
  display: none;
  min-height: 35.8px;
  background-color: #ccc;
  text-align: right; }
  .header-top a {
    color: #222; }
  .header-top .utility-nav {
    height: 35.88px; }

.main-menu-toggle {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 34px;
  height: 34px;
  padding: 0;
  outline: 0;
  border: none;
  background: transparent;
  cursor: pointer; }
  .main-menu-toggle .lines {
    position: relative;
    display: inline-block;
    width: 26px;
    height: 26px; }
  .main-menu-toggle .line {
    position: absolute;
    display: block;
    width: 26px;
    height: 2px;
    transform: rotate(0deg);
    opacity: 1;
    border-radius: 9px;
    background-color: #77F515;
    transition: 0.25s ease-in-out; }
    .main-menu-toggle .line:nth-child(1) {
      top: 4px;
      transform-origin: left center; }
    .main-menu-toggle .line:nth-child(2) {
      top: 12px;
      transform-origin: left center; }
    .main-menu-toggle .line:nth-child(3) {
      top: 20px;
      transform-origin: left center; }
  .main-menu-toggle.menu-open .line:nth-child(1) {
    top: 0;
    width: 33px;
    transform: rotate(45deg); }
  .main-menu-toggle.menu-open .line:nth-child(2) {
    width: 0%;
    opacity: 0; }
  .main-menu-toggle.menu-open .line:nth-child(3) {
    top: 23px;
    width: 33px;
    transform: rotate(-45deg); }

.header-nav {
  position: relative;
  z-index: 1;
  height: 100%;
  border-bottom: 1px solid #B1B1B1;
  background: transparent;
  transition: ease all 0.3s 0s;
  backdrop-filter: blur(6px); }
  .header-nav .container {
    max-width: 1440px;
    height: 100%;
    margin: auto; }
  .header-nav .header-cover {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
        flex-flow: row;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    height: 100%; }
  .header-nav .header-logo {
    width: 130px;
    height: auto;
    transition: all 0.3s ease-in-out 0s; }
    .header-nav .header-logo img,.header-nav .header-logo svg {
      max-width: 100%;
      height: 100%; }
  .header-nav .custom-logo-link {
    display: block; }
  .header-nav .header-menus {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
        flex-flow: column;
    -ms-flex-pack: justify;
        justify-content: space-between;
    height: 100%; }
    .header-nav .header-menus .utility-menu {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: column-reverse;
          flex-flow: column-reverse; }
      .header-nav .header-menus .utility-menu .menu-item-link {
        display: block;
        padding: 0.625rem 1.25rem;
        font-size: 0.875em;
        font-weight: 400;
        line-height: 1.5;
        text-decoration: none; }
  .header-nav .button-cover {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 80px;
        flex: 0 0 80px;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }

.home .header-nav {
  background-color: #000000; }

.home .main {
  padding-top: 6.5625rem; }

.footer-top {
  padding: 1.5rem 0; }
  .footer-top .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    max-width: 1440px;
    margin: 0 auto; }
  .footer-top .footer-logo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: start;
        justify-content: flex-start;
    width: 100%;
    margin: 0 auto 2.5rem; }
    .footer-top .footer-logo .custom-logo-link {
      display: block;
      width: 116px;
      height: auto; }
      .footer-top .footer-logo .custom-logo-link span {
        display: block; }
        .footer-top .footer-logo .custom-logo-link span img,.footer-top .footer-logo .custom-logo-link span svg {
          width: 100%; }
  .footer-top a {
    color: #222; }
  .footer-top .footer-nav {
    margin-top: 2rem;
    padding: 0; }

.footer {
  position: relative;
  background-color: #000000; }
  .footer .footer-cover {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
        flex-flow: column; }
  .footer .footer-left {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
        flex-flow: column;
    width: 100%; }
    .footer .footer-left .footer-menus {
      width: 100%;
      padding-top: 1.25rem;
      text-align: center; }
  .footer .contact-content-cover .description {
    margin-left: 3rem;
    font-size: 0.9375rem;
    margin-block: 0; }
    .footer .contact-content-cover .description .email-id,.footer .contact-content-cover .description .phone-number {
      color: #ffffff;
      text-decoration: none;
      transition: ease all 0.4s 0s; }
      .footer .contact-content-cover .description .email-id:hover,.footer .contact-content-cover .description .phone-number:hover {
        color: #77F515; }
  .footer .site-footer-social-nav .social-link-item {
    margin-right: 0.75rem; }
  .footer .site-footer-social-nav .site-footer-social-link {
    display: inline-block;
    width: 22px;
    height: 22px; }
  .footer .site-footer-social-nav svg {
    width: 18px;
    height: 18px; }
  .footer .site-footer-social-nav path {
    transition: ease all 0.4s 0s;
    fill: #222; }
  .footer .address-cover {
    position: relative;
    margin-top: 1rem;
    margin-bottom: 1.25rem;
    text-align: left; }
    .footer .address-cover::after {
      position: absolute;
      top: 0;
      left: 0;
      width: 22px;
      height: 24px;
      background-image: url("../images/location.png");
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      content: ''; }
    .footer .address-cover .address-title {
      font-size: 1em;
      font-weight: 500;
      letter-spacing: 0.0475rem;
      line-height: 1.4375rem;
      text-transform: uppercase; }
    .footer .address-cover .address {
      margin-left: 3rem;
      color: #ffffff;
      font-size: 0.9375rem;
      letter-spacing: 0.04188rem;
      line-height: 1.625rem; }
    .footer .address-cover .telephone {
      font-size: 0.875em;
      letter-spacing: 0.04188rem;
      line-height: 1.625rem;
      text-decoration: none;
      transition: ease all 0.4s 0s; }
  .footer .location-cover {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1rem;
    color: #ffffff; }
    .footer .location-cover::after {
      position: absolute;
      top: 0;
      left: 0;
      width: 26px;
      height: 24px;
      background-image: url("../images/directions.png");
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      content: ''; }
    .footer .location-cover .address {
      margin-left: 3rem; }
    .footer .location-cover a {
      padding-left: 0.3125rem;
      color: #77F515;
      transition: all 0.3s ease 0s; }
      .footer .location-cover a:hover {
        color: #ffffff; }
  .footer .opening-time-cover .title {
    display: inline-block;
    margin-bottom: 0.625rem;
    color: #77f515;
    font-size: 1.125rem;
    font-weight: 500; }
  .footer .opening-time-cover .opening-text {
    margin-top: 0;
    margin-bottom: 0.3rem;
    color: #ffffff;
    font-size: 0.9375rem;
    letter-spacing: 0.0475rem;
    line-height: 2rem; }
  .footer .footer-right {
    position: relative;
    width: 100%;
    padding: 1.25rem 0;
    text-align: center; }
    .footer .footer-right .cta-cover {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: column-reverse;
          flex-flow: column-reverse;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: justify;
          justify-content: space-between;
      width: 100%; }
      .footer .footer-right .cta-cover .footer-links {
        margin-top: 0;
        text-align: center; }
      .footer .footer-right .cta-cover .icon-mappin {
        display: none;
        margin: auto auto 1.25rem; }
        .footer .footer-right .cta-cover .icon-mappin svg {
          display: inline-block;
          width: 35px;
          height: 53px;
          margin-bottom: 1.875rem; }
      .footer .footer-right .cta-cover .icon-mappin {
        width: 35px;
        height: 53px; }
    .footer .footer-right .site-footer-social-nav {
      display: inline-block;
      margin: auto; }
  .footer .copy-text {
    padding-bottom: 0.625rem;
    color: #ffffff;
    font-size: 0.9375rem;
    letter-spacing: 0.03563rem;
    line-height: 1.0625rem;
    text-align: center; }
    .footer .copy-text .copy-text-name {
      color: #77f515;
      text-decoration: none; }
  .footer .footer-bottom {
    padding: 1rem 0;
    border-top: 1px solid #999; }
    .footer .footer-bottom .footer-bottom-cover {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      max-width: 1440px;
      margin: 0 auto;
      padding: 0 1.875rem;
      gap: 1rem; }
    .footer .footer-bottom .patners-list {
      text-align: center; }
    .footer .footer-bottom .partner-item {
      display: inline-block;
      margin: 0 0.3125rem; }
      .footer .footer-bottom .partner-item img {
        max-width: 60px;
        height: auto; }
  .footer .footer-links {
    display: block;
    margin-top: 0.9375rem; }
    .footer .footer-links .footer-link {
      display: block;
      margin: 0.625rem 0; }
    .footer .footer-links .link {
      font-size: 0.875em;
      font-weight: 700;
      letter-spacing: 0.0625rem;
      line-height: 1.1875rem;
      text-decoration: none;
      transition: ease all 0.4s 0s; }
    .footer .footer-links .icon {
      margin-right: 0.3125rem; }
    .footer .footer-links svg {
      width: 12px;
      height: 12px;
      margin-top: 0.1875rem; }
    .footer .footer-links rect {
      transition: ease all 0.4s 0s; }
    .footer .footer-links path {
      transition: ease all 0.4s 0s; }

/*   Main Navigation
--------------------------------------------------------------------------  */
.main-nav {
  display: none;
  width: 100%; }
  .main-nav.active-nav {
    display: block; }

.main-menu {
  display: none;
  line-height: 2; }
  .main-menu.main-nav-active {
    display: block;
    padding-bottom: 2rem;
    overflow: auto;
    background-color: #000000; }
  .main-menu .menu-item {
    position: relative;
    list-style: none; }
    .main-menu .menu-item.desktop-hide {
      display: block; }
  .main-menu .menu-item-top-level.menu-item-active > .menu-link-cover > .menu-item-link,.main-menu .menu-item-top-level:hover > .menu-link-cover > .menu-item-link {
    color: #77F515; }
  .main-menu .menu-item-top-level > .sub-menu {
    top: 100%;
    left: 0; }
  .main-menu .menu-item-top-level > .menu-link-cover .menu-item-link {
    position: relative;
    color: #ffffff;
    font-size: 1.0625rem;
    font-weight: 400;
    transition: all 0.3s ease 0s; }
  .main-menu .menu-item-top-level .menu-item {
    position: relative;
    width: 100%;
    list-style: none; }
  .main-menu .menu-item-top-level.primary-button {
    position: inherit;
    height: 0;
    padding: 0;
    border: 0 !important; }
    .main-menu .menu-item-top-level.primary-button::after {
      display: none; }
    .main-menu .menu-item-top-level.primary-button .menu-item-link {
      position: relative;
      padding: 0.5rem 1.83rem 0.5rem 0.88rem !important;
      border: 2px solid #77F515;
      border-radius: 2px;
      color: #77F515;
      font-size: 0.9375rem;
      font-weight: 500;
      line-height: 1; }
      .main-menu .menu-item-top-level.primary-button .menu-item-link::after {
        position: absolute;
        top: 50%;
        left: 100%;
        width: 10px;
        height: 6px;
        margin-left: -1.25rem;
        transform: translate(-50%, -50%);
        background-image: url("../images/right-arrow.png");
        background-repeat: no-repeat;
        background-size: 10px 6px;
        content: '';
        filter: none; }
      .main-menu .menu-item-top-level.primary-button .menu-item-link:hover {
        border-color: #ffffff;
        color: #ffffff !important; }
        .main-menu .menu-item-top-level.primary-button .menu-item-link:hover::after {
          filter: brightness(0) invert(1); }
    .main-menu .menu-item-top-level.primary-button:hover {
      border: none; }
  .main-menu .menu-item-level-2:hover > .menu-link-cover > .menu-item-link {
    background-color: #e9e6e6; }
  .main-menu .menu-item-level-3:hover > .menu-link-cover > .menu-item {
    background-color: transparent; }
  .main-menu .menu-item-level-3:hover > .menu-link-cover > .menu-item-link {
    background-color: transparent;
    color: #0055a0; }
  .main-menu .menu-item-link {
    display: block;
    padding: 0 0.625rem;
    color: #77f515;
    font-size: 0.875em;
    font-weight: 400;
    line-height: 2;
    text-decoration: none; }
    .main-menu .menu-item-link:hover {
      color: #000000; }
  .main-menu .sub-menu-toggle {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 0;
    outline: 0;
    border: 0;
    background: transparent;
    width: 40px;
    height: 45px; }
    .main-menu .sub-menu-toggle .icon {
      transition: 0.5s all ease-in-out;
      background-image: url("../images/sub-menu-icon.svg") !important;
      width: 15px;
      height: 15px; }
      .main-menu .sub-menu-toggle .icon svg {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        width: 15px;
        height: 15px;
        display: none; }
  .main-menu .sub-menu {
    display: none;
    background-color: #000000;
    border: 1px solid #b1b1b1; }
    .main-menu .sub-menu.sub-menu-active {
      display: block; }
  .main-menu .sub-menu-cover {
    display: none; }
    .main-menu .sub-menu-cover.submenu-cover-active {
      display: block; }
    .main-menu .sub-menu-cover .menu-item-link {
      font-size: 0.75em;
      transition: ease all 0.4s 0s; }
    .main-menu .sub-menu-cover > .sub-menu {
      display: block;
      width: 100%;
      margin-left: 0; }
      .main-menu .sub-menu-cover > .sub-menu > .menu-item.menu-item-level-2 .sub-menu {
        border-bottom-left-radius: 0; }
        .main-menu .sub-menu-cover > .sub-menu > .menu-item.menu-item-level-2 .sub-menu .menu-item {
          padding: 0 1.25rem; }
  .main-menu.main-menu-has-touch .sub-menu-toggle .icon svg {
    width: 12px;
    height: 12px; }
  .main-menu.main-menu-has-touch .menu-link-cover {
    position: relative;
    margin-left: 0; }
  .main-menu.main-menu-no-touch.sub-menu-active {
    position: static;
    display: block; }
  .main-menu.main-menu-no-touch.submenu-cover-active {
    position: static;
    display: block; }
  .main-menu.main-menu-no-touch .menu-item-has-children:hover .sub-menu-cover {
    display: block; }

.main-menu-cta-lg {
  display: none;
  margin-left: 1.25rem; }

.main-menu-cta-sm .main-menu-cta-link {
  width: 100%;
  padding-left: 1.25rem;
  font-size: 0.875em;
  text-align: left; }

.main-menu-cta-link {
  font-weight: 400; }

.main-nav .utility-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row-reverse;
      flex-flow: row-reverse;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0 1.25rem; }
  .main-nav .utility-nav .menu-item-link {
    padding-left: 0; }
  .main-nav .utility-nav .utility-menu {
    display: none; }

.main-nav.active-nav .utility-nav .utility-menu {
  display: block; }

.utility-nav > .utility-menu {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-flow: row;
      flex-flow: row;
  -ms-flex-align: center;
      align-items: center; }
  .utility-nav > .utility-menu .menu-item {
    display: inline-block;
    line-height: 0.6875rem; }
  .utility-nav > .utility-menu .menu-item-link {
    display: inline-block;
    padding: 0 1.125rem;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.06813rem;
    text-transform: uppercase;
    text-decoration: none; }
    .utility-nav > .utility-menu .menu-item-link:hover {
      transition: ease all 0.4s 0s; }

.utility-nav .search-form {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0.25rem 0; }

.utility-nav .search-form-field {
  display: block;
  width: 100%;
  height: 32px;
  padding: 0.5rem 2.375rem 0.5rem 1rem;
  border: none;
  border-radius: 2px;
  font-size: 0.875rem; }
  .utility-nav .search-form-field:required {
    border: none;
    box-shadow: none; }

.utility-nav .search-submit {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 32px;
  height: 32px;
  padding: 0;
  border: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3E577E2F6C-F2D7-41CB-90D4-55982DA436E8%3C%2Ftitle%3E%3Cg%20fill%3D%22%231A1919%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M7.713%208.174l2.573%202.669%22%20stroke%3D%22%231A1919%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M1.413%204.912c0%201.745%201.385%203.165%203.087%203.165%201.702%200%203.087-1.42%203.087-3.165S6.202%201.748%204.5%201.748c-1.702%200-3.087%201.42-3.087%203.164zM0%204.912C0%202.37%202.019.3%204.5.3S9%202.369%209%204.912%206.981%209.525%204.5%209.525%200%207.455%200%204.912z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px 16px;
  cursor: pointer; }

/*   Footer Navigation
--------------------------------------------------------------------------  */
.footer-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  list-style: none; }
  .footer-menu .sub-menu {
    list-style: none; }
  .footer-menu > .menu-item {
    width: 100%;
    margin-bottom: 1rem; }
    .footer-menu > .menu-item.mobile-two-column {
      width: 50%;
      padding-top: 1.25rem; }
    .footer-menu > .menu-item > a {
      font-size: 0.9375rem; }
  .footer-menu a {
    color: #fff;
    font-size: 0.875em;
    font-weight: 400;
    letter-spacing: 0.04188rem;
    line-height: 1.5rem;
    text-decoration: none; }
    .footer-menu a:hover {
      color: #77F515; }

.shop-nav-lg {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-align: center;
      align-items: center;
  height: 35.88px; }
  .shop-nav-lg .shop-menu {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-flow: row;
        flex-flow: row;
    -ms-flex-align: center;
        align-items: center;
    list-style: none; }
  .shop-nav-lg .shop-menu-item {
    display: inline-block;
    line-height: 0.6875rem; }
  .shop-nav-lg .shop-menu-item-link {
    display: inline-block;
    padding: 0 1.125rem;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.06813rem;
    text-transform: uppercase;
    text-decoration: none; }
    .shop-nav-lg .shop-menu-item-link:hover {
      transition: ease all 0.4s 0s; }
  .shop-nav-lg .shop-menu-item-cart {
    margin-top: 0.0625rem; }
  .shop-nav-lg .shop-menu-cart-icon {
    display: none; }
  .shop-nav-lg .shop-menu-cart-count {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: 0.25rem;
    padding: 0.25rem 0.375rem;
    border-radius: 4px;
    background-color: #222;
    color: #fff; }

.shop-nav-sm {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 80px;
      flex: 0 0 80px;
  -ms-flex-pack: center;
      justify-content: center; }
  .shop-nav-sm .shop-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    list-style: none; }
  .shop-nav-sm .shop-menu-item-cart .shop-menu-item-link {
    position: relative;
    display: block;
    height: 44px; }
  .shop-nav-sm .shop-menu-cart-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%); }
    .shop-nav-sm .shop-menu-cart-icon svg {
      width: 44px;
      height: 44px; }
  .shop-nav-sm .shop-menu-cart-text {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap; }
  .shop-nav-sm .shop-menu-cart-count {
    position: absolute;
    top: 9px;
    left: 50%;
    transform: translateX(-30%);
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700; }
  .shop-nav-sm .shop-menu-item-account {
    font-size: 0.75rem;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase; }

.shop-menu-item-link {
  color: #3fa2f7;
  text-decoration: none; }

.layout-faqs {
  padding: 0.9375rem 0 2.1875rem; }
  .layout-faqs .container {
    max-width: 978px; }
  .layout-faqs .section-title {
    margin: 1.2em 0 0.4em;
    font-size: 1.5em;
    font-weight: 400;
    line-height: 1.3;
    text-align: center; }
  .layout-faqs .faqs-items .faqs-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
        flex-flow: row;
    padding: 0.9375rem 0;
    border-bottom: 1px solid #ccc; }
    .layout-faqs .faqs-items .faqs-item:last-child {
      border-bottom: none; }
  .layout-faqs .faqs-items .faqs-cover {
    width: calc(100% - 50px); }
  .layout-faqs .faqs-items .question {
    margin: 0;
    font-size: 0.875em;
    font-weight: 700;
    line-height: 1.5rem;
    cursor: pointer; }
  .layout-faqs .faqs-items .answer {
    display: none;
    height: 0;
    margin-top: 1.25rem;
    padding-left: 1rem;
    font-size: 1em;
    line-height: 1.4375rem;
    transition: all 0.4s ease-Out; }
  .layout-faqs .faqs-items .active-faq-ans {
    display: inline-block;
    height: auto; }
  .layout-faqs .faqs-items .faq-toggle {
    position: relative;
    width: 50px;
    border: none;
    background: #fff;
    cursor: pointer; }
    .layout-faqs .faqs-items .faq-toggle::after {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 0;
      height: 0;
      transform: translateX(-50%) translateY(-50%) rotate(0deg);
      border-width: 8px 7px 0;
      border-style: solid;
      border-color: #222 transparent transparent;
      content: ''; }
  .layout-faqs .faqs-items .active-faq-toggle {
    transition: ease all 0.2s 0s; }
    .layout-faqs .faqs-items .active-faq-toggle:hover::after {
      border-color: #222 transparent transparent; }
    .layout-faqs .faqs-items .active-faq-toggle::after {
      transform: translateX(-50%) translateY(-50%) rotate(180deg);
      border-color: #222 transparent transparent; }

/*  ==========================================================================
     LAYOUTS
     Self-contained layouts and elements
    ==========================================================================  */
/*   Layout width
	--------------------------------------------------------------------------  */
.width-lg,.width-md,.width-sm,.width-xlg,.width-xsm {
  margin: 0 auto; }

.width-xsm {
  max-width: 400px; }

.width-sm {
  max-width: 600px; }

.width-md {
  max-width: 800px; }

.width-lg {
  max-width: 1000px; }

.width-xlg {
  max-width: 1200px; }

.margin-top-xsm {
  margin-top: 0.5em; }

.margin-top-sm {
  margin-top: 1.5em; }

.margin-top-md {
  margin-top: 2em; }

.margin-top-lg {
  margin-top: 3em; }

.margin-top-xlg {
  margin-top: 4em; }

.margin-btm-xsm {
  margin-bottom: 0.5em; }

.margin-btm-sm {
  margin-bottom: 1.5em; }

.margin-btm-md {
  margin-bottom: 2em; }

.margin-btm-lg {
  margin-bottom: 3em; }

.margin-btm-xlg {
  margin-bottom: 4em; }

.padding-top-xsm {
  padding-top: 0.625em; }

.padding-top-sm {
  padding-top: 0.9375em; }

.padding-top-md {
  padding-top: 1.25em; }

.padding-top-lg {
  padding-top: 1.25em; }

.padding-top-xlg {
  padding-top: 2.1875em; }

.padding-btm-xsm {
  padding-bottom: 0.625em; }

.padding-btm-sm {
  padding-bottom: 0.9375em; }

.padding-btm-md {
  padding-bottom: 1.25em; }

.padding-btm-lg {
  padding-bottom: 1.25em; }

.padding-btm-xlg {
  padding-bottom: 2.8125em; }

.banner {
  position: relative;
  background-color: #000000; }
  .banner .banner-items {
    padding: 2.5rem 0 0; }
  .banner .banner-item {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin: 0 auto; }
    .banner .banner-item .banner-content {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      width: auto;
      margin-left: 0; }
      .banner .banner-item .banner-content .heading {
        margin: 0.625rem 0 0;
        color: #ffffff;
        font-size: 2rem;
        font-weight: 400; }
        .banner .banner-item .banner-content .heading span {
          color: #77F515;
          font-family: "Bungee Outline", "Courier New", monospace;
          line-height: 5.625rem; }
    .banner .banner-item .banner-img-cover {
      width: auto; }
      .banner .banner-item .banner-img-cover .banner-img {
        width: 100%;
        height: 100%; }
  .banner .slick-dots {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 0; }
    .banner .slick-dots li {
      display: block;
      margin: 0 1rem 0 0; }
      .banner .slick-dots li button {
        position: absolute;
        bottom: 1rem;
        display: none;
        display: block;
        width: 8px;
        height: 8px;
        padding: 0;
        border: 0;
        border: 1px solid #ffffff;
        border-radius: 100%;
        background: transparent;
        font-size: 0;
        appearance: none; }
      .banner .slick-dots li.slick-active button {
        border: 0;
        background: #77F515 !important; }

.inner-banner {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .inner-banner .inner-banner-container {
    padding: 10rem 1.875rem 5rem; }
  .inner-banner .inner-banner-content {
    max-width: 620px; }

.divider hr {
  height: 1px;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc; }

.hero {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.hero-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem; }
  .hero-size-lg .hero-container {
    min-height: 500px; }
  .hero-size-sm .hero-container {
    min-height: 250px;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem; }

.hero-body {
  max-width: 820px;
  margin: 0 auto;
  text-align: center; }
  .hero-size-sm .hero-body {
    max-width: 680px; }

.hero-heading {
  margin: 0;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400; }

.hero-subheading {
  margin: 1rem 0 0;
  color: #fff;
  font-size: 1.125rem; }

.hero-caption {
  margin: 2rem 0 0;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5; }

.hero-video-link {
  margin-top: 1.25rem; }

.hero-cta {
  margin-top: 1.25rem; }

.highlight-links-container {
  position: relative;
  max-width: 1300px; }

.highlight-links-inner-container {
  background-color: #fff; }

.highlight-links-wrapper {
  -ms-flex-pack: justify;
      justify-content: space-between; }

.highlight-links-heading {
  margin: 0;
  font-weight: normal;
  text-align: center; }

.highlight-links-items {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 1.25rem; }

.highlight-links-item {
  margin-top: 1.25rem;
  list-style: none;
  line-height: 1.5;
  text-align: center; }

.highlight-links-item-link {
  text-decoration: none; }

.highlight-links-item-title {
  margin: 0; }

.highlight-links-item-caption {
  margin: 0.5rem 0 0;
  color: #222;
  font-size: 0.875rem; }

.layout-wrapper {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.logo-bar {
  padding: 1.5625rem 0;
  background: #ffffff;
  text-align: center; }
  .logo-bar .logo-bar-container {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: 100%;
    overflow: hidden; }
  .logo-bar .logo-item-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: 150px;
    height: 80px;
    margin: auto; }
  .logo-bar .logo-item {
    width: 100%; }
    .logo-bar .logo-item .logo {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      max-width: 100%;
      max-height: 100%; }
    .logo-bar .logo-item:last-child {
      margin-right: 0; }

.spacer.size-xsm {
  height: 20px; }

.spacer.size-sm {
  height: 40px; }

.spacer.size-md {
  height: 80px; }

.spacer.size-lg {
  height: 100px; }

.spacer.size-xlg {
  height: 150px; }

.stats-bar-wrapper {
  max-width: 1441px;
  margin-left: auto;
  margin-right: auto;
  min-width: 268px;
  max-width: 920px;
  padding: 0 1.875rem; }
  .stats-bar-wrapper:after {
    content: " ";
    display: block;
    clear: both; }

.stats-bar-items {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.stats-bar-item {
  position: relative;
  text-align: center; }
  .stats-bar-item:not(:first-child) {
    margin-top: 1rem; }

.stats-bar-item-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  height: 95%; }

.stats-bar-value {
  margin: 0;
  font-size: 3.25rem;
  font-weight: 300;
  line-height: 1; }

.stats-bar-label {
  margin: 0.5rem 0 0;
  font-size: 1rem; }

.testimonials-container {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 2.75rem; }

.testimonial-item {
  list-style: none;
  line-height: 1.5;
  text-align: center; }
  .testimonial-item blockquote {
    margin: 0; }
  .testimonial-item footer {
    margin-top: 1rem; }

.testimonial-item-image {
  display: block;
  margin: 0 auto; }

.testimonial-item-quote {
  margin: 1.25rem 0 0;
  font-size: 1.125rem;
  font-style: italic; }

.testimonial-item-byline {
  font-size: 1rem;
  font-style: normal; }

.testimonials .slick-initialized .slick-track {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

.testimonials .slider-arrow {
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer; }
  .testimonials .slider-arrow.slick-next,.testimonials .slider-arrow.slick-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
  .testimonials .slider-arrow.slick-prev {
    left: -50px; }
  .testimonials .slider-arrow.slick-next {
    right: -50px; }
  .testimonials .slider-arrow:focus path,.testimonials .slider-arrow:hover path {
    fill: #222; }
  .testimonials .slider-arrow svg {
    width: 44px;
    height: 44px; }
  .testimonials .slider-arrow path {
    transition: fill 200ms ease-out;
    fill: #aaa; }

.two-column {
  background-color: #000000; }
  .two-column.content-with-image .image-group {
    -ms-flex-order: 1;
        order: 1; }
  .two-column .twocol {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: 100%;
    margin: 0 auto; }

.image-group {
  width: 90%;
  margin: 2.125rem auto 0; }
  .image-group .twocol-img-cover {
    position: relative;
    width: 175px;
    height: 150px; }
    .image-group .twocol-img-cover.img-one::before {
      position: absolute;
      z-index: 0;
      top: -10%;
      left: 54%;
      width: 100px;
      height: 100px;
      background-image: url("../images/about-dot.png");
      background-repeat: no-repeat;
      background-position: right;
      background-size: contain;
      content: ''; }
    .image-group .twocol-img-cover.img-one .twocol-img {
      position: absolute;
      z-index: 1;
      top: 0%;
      left: 0; }
    .image-group .twocol-img-cover.img-two::before {
      position: absolute;
      z-index: 0;
      top: 5%;
      left: 13%;
      width: 100px;
      height: 100px;
      background-image: url("../images/about-dot.png");
      background-repeat: no-repeat;
      background-position: right;
      background-size: contain;
      content: ''; }
    .image-group .twocol-img-cover.img-two .twocol-img {
      position: absolute;
      z-index: 2;
      top: -35%;
      left: 25%; }
    .image-group .twocol-img-cover .twocol-img {
      width: 100%;
      height: 100%;
      object-fit: contain; }

.content-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%; }
  .content-group .twocol-heading {
    margin: 0;
    color: #fff;
    font-size: 2.5rem;
    font-weight: 400; }
  .content-group .banner-caption {
    margin: 1rem 0 0;
    color: #fff;
    font-size: 1rem;
    line-height: 1.5; }

.two-column-heading {
  font-size: 2.5rem !important;
  line-height: 3.125rem !important;
  font-family: "Sol Condensed W01 Bold", sans-serif !important;
  letter-spacing: 0.07813rem !important;
  text-transform: none !important; }
  .two-column-heading span {
    font-family: "Sol Condensed W01 Bold", sans-serif !important; }

.enquiry {
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #404040;
  background-color: #2E2E2E; }
  .enquiry .forminator-custom-form {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    margin: 0 auto 1rem !important;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
    .enquiry .forminator-custom-form .forminator-row {
      padding: 0 1rem 1rem !important; }
    .enquiry .forminator-custom-form .forminator-col {
      padding: 0 !important; }
    .enquiry .forminator-custom-form .select2-selection__rendered,.enquiry .forminator-custom-form input {
      height: 32px !important;
      border: none !important;
      background-color: #616161 !important;
      color: #fff !important; }
      .enquiry .forminator-custom-form .select2-selection__rendered .select2-selection__placeholder,.enquiry .forminator-custom-form .select2-selection__rendered:-ms-input-placeholder,.enquiry .forminator-custom-form input .select2-selection__placeholder,.enquiry .forminator-custom-form input:-ms-input-placeholder {
        color: #ffffff !important;
        font-size: 0.9375rem !important; }
      .enquiry .forminator-custom-form .select2-selection__rendered .select2-selection__placeholder,.enquiry .forminator-custom-form .select2-selection__rendered::placeholder,.enquiry .forminator-custom-form input .select2-selection__placeholder,.enquiry .forminator-custom-form input::placeholder {
        color: #ffffff !important;
        font-size: 0.9375rem !important; }
    .enquiry .forminator-custom-form .select2-selection__rendered {
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-align: center;
          align-items: center; }
    .enquiry .forminator-custom-form .select2-selection__arrow {
      height: 32px !important;
      background-color: #616161 !important; }
    .enquiry .forminator-custom-form .forminator-row {
      width: 100% !important;
      margin: 0 !important; }
  .enquiry .forminator-label {
    color: #ffffff !important;
    font-size: 1rem !important;
    font-weight: 400 !important; }
  .enquiry .forminator-row-last {
    margin: 0 !important;
    padding: 0 !important; }
    .enquiry .forminator-row-last .forminator-button-submit.primary-cta {
      position: relative;
      width: auto;
      padding: 0.125rem 1.875rem !important;
      border: 1px solid #77F515 !important;
      background-color: transparent !important;
      color: #77F515 !important;
      font-family: "Oswald", sans-serif !important;
      font-size: 0.9375rem !important;
      transition: all 0.3s ease 0s; }
      .enquiry .forminator-row-last .forminator-button-submit.primary-cta:hover {
        border: 1px solid #ffffff !important;
        color: #ffffff !important; }
  .enquiry .select2-selection.select2-selection--single {
    border-color: #777771 !important; }
  .enquiry .select2-selection:hover {
    border-color: #777771 !important; }
  .enquiry .select2-selection .select2-selection__arrow {
    color: #77F515 !important; }

.grid {
  position: relative;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover; }
  .grid .grid-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    width: 100%;
    margin: 0 auto;
    padding-top: 1rem;
    padding-bottom: 2rem; }
  .grid .grid-head-wrap {
    text-align: center; }
  .grid .eyebrow-text {
    display: inline-block; }
  .grid .heading {
    margin-bottom: 2rem; }
  .grid .small-heading {
    text-align: left; }

.grid-items {
  display: -ms-grid;
  display: grid;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  margin: 2rem auto 0;
  padding: 0 !important;
  -ms-grid-columns: 95%;
      grid-template-columns: 95%; }

.grid-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  min-height: 420px;
  margin: 0 !important;
  border: 0.75px solid #ffffff;
  background-color: #000008;
  backdrop-filter: blur(6px); }
  .grid-item .grid-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    max-width: 280px;
    margin: 0 0 1rem; }
    .grid-item .grid-content .section-caption {
      display: none;
      padding: 0 1.25rem;
      color: #fff;
      text-align: center; }
  .grid-item .grid-img-cover {
    width: 90px;
    height: 80px;
    transition: ease all 300ms 0s; }
    .grid-item .grid-img-cover .grid-img {
      width: 100%;
      height: 100%;
      object-fit: contain; }
  .grid-item .card-heading {
    margin-top: 1rem !important;
    text-align: center; }
  .grid-item .grid-btn {
    display: none; }
  .grid-item:hover {
    background-color: #77F515; }
    .grid-item:hover .grid-img-cover {
      width: 70px;
      height: 70px; }
    .grid-item:hover .grid-img {
      transition: ease all 300ms 0s;
      filter: invert(100%); }
    .grid-item:hover .grid-content .card-heading {
      color: #171717;
      transition: all 0.3s ease-in-out; }
    .grid-item:hover .grid-content .section-caption {
      display: block;
      color: #171717;
      text-align: center;
      transition: all 0.3s ease-in-out; }
    .grid-item:hover .grid-btn {
      display: block; }
    .grid-item:hover .primary-button {
      border-color: #000000;
      color: #000000;
      font-weight: 500;
      line-height: 1;
      transition: unset; }
      .grid-item:hover .primary-button::after {
        transform: translate(-50%, -50%);
        filter: brightness(0); }
      .grid-item:hover .primary-button:hover {
        border-color: #ffffff;
        color: #ffffff; }
        .grid-item:hover .primary-button:hover::after {
          filter: brightness(0) invert(1); }

.grid-button-wrap:not(.grid-item .grid-button-wrap) {
  margin-top: 2.5rem; }

.coach {
  position: relative;
  z-index: 0;
  background-color: #000000; }
  .coach .coach-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    width: 100%;
    margin: 0 auto;
    padding: 2rem; }
  .coach .coach-head-wrap {
    padding-bottom: 1.5rem;
    text-align: center; }
  .coach .eyebrow-text {
    display: inline-block; }

.coach-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
  margin: 0;
  padding: 0 !important;
  gap: 30px; }

.coach-item {
  position: relative;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  width: 100%;
  height: 400px;
  margin: 0 !important;
  border: 0.75px solid #ffffff;
  transition: ease all 300ms 0s;
  gap: 20px; }
  .coach-item::before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    content: '';
    transition: ease all 300ms 0s; }
  .coach-item:hover {
    transform: translateY(-20px);
    transition: ease all 300ms 0s; }
    .coach-item:hover::before {
      z-index: 0;
      background-color: rgba(0, 0, 0, 0); }
    .coach-item:hover .coach-content {
      opacity: 1;
      transition: ease all 300ms 0s; }
  .coach-item.coach-bg-img {
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover; }
  .coach-item .coach-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    width: 100%;
    min-height: 100px;
    padding: 1.875rem 0;
    opacity: 0;
    border-top: 0.75px solid #ffffff;
    background-color: #000008;
    transition: ease all 300ms 0s;
    backdrop-filter: blur(6px); }
    .coach-item .coach-content .section-caption,.coach-item .coach-content .section-subheading {
      text-align: center;
      transition: ease all 300ms 0s; }
    .coach-item .coach-content .section-subheading {
      margin-bottom: 0.625rem;
      color: #fff;
      font-size: 1.25rem; }
    .coach-item .coach-content .section-caption {
      margin: 0 0 0.3125rem;
      color: #77f515;
      transition: ease all 300ms 0s; }
  .coach-item .coach-social-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
    .coach-item .coach-social-group .social-img-wrap {
      width: 20px;
      height: 20px;
      margin: 0 0.8rem 0 0; }
      .coach-item .coach-social-group .social-img-wrap:last-child {
        margin: 0; }
      .coach-item .coach-social-group .social-img-wrap:hover svg ellipse,.coach-item .coach-social-group .social-img-wrap:hover svg path {
        transition: ease all 300ms 0s;
        fill: #77f515; }
      .coach-item .coach-social-group .social-img-wrap svg {
        width: 100%;
        height: 100%;
        object-fit: contain; }

.gallery {
  position: relative;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  /* the slides */
  /* the parent */ }
  .gallery .gallery-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    padding-top: 1rem;
    padding-bottom: 2rem; }
  .gallery .gallery-head-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: start;
        justify-content: flex-start;
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    gap: 20px; }
    .gallery .gallery-head-wrap .gall-head {
      width: 100%; }
    .gallery .gallery-head-wrap .gall-button-wrap {
      width: 100%; }
      .gallery .gallery-head-wrap .gall-button-wrap .button {
        margin: 0; }
  .gallery .slick-slide {
    margin: 0 0.5rem;
    padding: 1.5625rem 0; }
  .gallery .slick-list {
    margin: 0; }
  .gallery .slick-arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 0;
    border-radius: 100%;
    background-color: transparent;
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-size: 40px 40px;
    font-size: 0;
    content: '';
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    appearance: none; }
    .gallery .slick-arrow:hover {
      filter: brightness(0) invert(1) !important; }
  .gallery .slick-prev {
    left: 10px;
    transform: translate(-50%, -50%) rotate(180deg);
    background-image: url("../images/green-arrow.svg"); }
  .gallery .slick-next {
    right: -30px;
    transform: translate(-50%, -50%);
    background-image: url("../images/green-arrow.svg"); }
  .gallery .slick-dots {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
    .gallery .slick-dots li {
      display: block;
      width: 8px;
      height: 8px;
      margin: 0 0.25rem;
      border: 1px solid #fff;
      border-radius: 50px;
      background-color: transparent;
      cursor: pointer; }
      .gallery .slick-dots li.slick-active {
        border-color: #77f515;
        background-color: #77f515; }
    .gallery .slick-dots button {
      display: none; }

.gallery-items {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 3rem auto 0; }

.gallery-item .gall-img {
  width: 100%;
  transition: all 0.3s ease-in-out; }
  .gallery-item .gall-img:hover {
    transform: translateY(-20px); }

.feedback {
  position: relative;
  z-index: 0;
  width: 100%;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  /* the slides */ }
  .feedback .feedback-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    max-width: 1440px;
    max-height: 560px;
    padding: 2rem 1.875rem; }
  .feedback .feedback-head-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    width: 100%; }
  .feedback .heading {
    margin: 0; }
  .feedback .slick-arrow {
    border: none;
    background: transparent; }
    .feedback .slick-arrow svg {
      width: 30px;
      height: 14px; }
    .feedback .slick-arrow:hover path {
      fill: #77f515; }
  .feedback .slick-slide {
    padding: 0 1.25rem 0 0; }
  .feedback .slick-prev {
    position: absolute;
    z-index: 1;
    top: 90%;
    left: 150px;
    content: ''; }
  .feedback .slick-next {
    position: absolute;
    z-index: 1;
    top: 90%;
    left: 200px;
    transform: rotateY(180deg); }

.feedback-items {
  position: relative;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  width: 100%;
  margin: 1.5rem 0 0; }

.feedback-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  .feedback-item .feedback-content {
    max-width: 505px; }
  .feedback-item .section-subheading {
    margin-top: 2rem;
    color: #77f515;
    transition: ease all 300ms 0s; }

.class {
  position: relative;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .class .class-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    width: 100%;
    margin: 0 auto;
    padding-top: 1rem;
    padding-bottom: 2rem; }
  .class .small-heading {
    text-align: left; }

.class-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 85%;
  height: 950px;
  margin: 0 auto; }
  .class-items .class-sidebar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: start;
        justify-content: flex-start;
    width: 20%;
    border: 0.75px solid #ffffff;
    background-color: #000008;
    transition: ease all 300ms 0s;
    backdrop-filter: blur(6px); }

.class-item {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border: 0.75px solid #ffffff;
  background-color: #000008;
  transition: ease all 300ms 0s;
  backdrop-filter: blur(6px); }
  .class-item .class-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    max-width: 280px;
    margin-left: 0; }
    .class-item .class-content .section-caption,.class-item .class-content .section-subheading {
      color: #fff;
      text-align: center;
      transition: ease all 300ms 0s; }
    .class-item .class-content .section-subheading {
      font-size: 1.25rem; }
    .class-item .class-content .section-caption {
      padding: 0 1.25rem;
      opacity: 0;
      transition: ease all 300ms 0s; }
  .class-item .class-img-cover {
    display: inline-block;
    width: 90px;
    height: 80px;
    margin-top: 1.25rem;
    transition: ease all 300ms 0s; }
    .class-item .class-img-cover .class-img {
      width: 100%;
      height: 100%;
      object-fit: contain; }

.tabbing {
  min-height: 500px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .tabbing .tabbing-container {
    padding: 7rem 1.875rem; }
  .tabbing .heading-block {
    text-align: center; }
  .tabbing .eyebrow-text {
    display: inline-block; }
  .tabbing .tabbing-content-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-top: 2rem;
    backdrop-filter: blur(6px); }
  .tabbing .left-block-wrapper {
    width: 100%; }
  .tabbing .svg-image {
    width: 48px; }
  .tabbing .left-block-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center;
    padding: 1.5rem;
    border: 1px solid #ffffff;
    cursor: pointer;
    gap: 20px; }
    .tabbing .left-block-content svg {
      max-width: 48px; }
    .tabbing .left-block-content .tab-heading {
      margin: 0; }
    .tabbing .left-block-content .visible-medium-device {
      display: none; }
    .tabbing .left-block-content.active {
      border-width: 1px 1px 1px 5px;
      border-color: #77F515; }
      .tabbing .left-block-content.active .tab-heading {
        color: #77F515; }
      .tabbing .left-block-content.active path {
        fill: #77F515; }
      .tabbing .left-block-content.active .svg-image {
        filter: brightness(0) saturate(100%) invert(72%) sepia(100%) saturate(770%) hue-rotate(40deg) brightness(105%) contrast(92%); }
  .tabbing .right-block-wrapper {
    display: none;
    width: 100%; }
  .tabbing .right-block-content {
    display: none;
    height: 100%;
    padding: 2.5rem;
    border: 1px solid #ffffff; }
    .tabbing .right-block-content h1,.tabbing .right-block-content h2,.tabbing .right-block-content h3,.tabbing .right-block-content h4,.tabbing .right-block-content h5,.tabbing .right-block-content h6 {
      margin-top: 2.5rem;
      color: #77F515; }
    .tabbing .right-block-content span {
      color: #77F515;
      font-weight: 700; }
    .tabbing .right-block-content li::marker {
      width: 8px;
      height: 8px;
      color: #77F515; }
    .tabbing .right-block-content .heading-content {
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 2.5rem; }
      .tabbing .right-block-content .heading-content .svg-image,.tabbing .right-block-content .heading-content svg {
        max-width: 60px;
        margin-right: 1.5rem;
        filter: brightness(0) saturate(100%) invert(72%) sepia(100%) saturate(770%) hue-rotate(40deg) brightness(105%) contrast(92%); }
      .tabbing .right-block-content .heading-content path {
        fill: #77F515; }
      .tabbing .right-block-content .heading-content .tab-heading {
        color: #77F515;
        font-size: 2rem; }
    .tabbing .right-block-content.active .svg-image {
      filter: brightness(0) saturate(100%) invert(72%) sepia(100%) saturate(770%) hue-rotate(40deg) brightness(105%) contrast(92%); }

.cta-with-image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .cta-with-image .cta-with-image-container {
    padding: 6rem 1.875rem !important; }
  .cta-with-image .heading {
    max-width: 615px;
    margin-bottom: 3rem; }

.gym-facilities {
  padding: 2.5rem 0;
  background-color: #171717; }
  .gym-facilities .heading-block {
    max-width: 320px;
    margin: 0 auto;
    text-align: center; }
  .gym-facilities .content-block {
    max-width: 900px;
    margin: 3rem auto 0; }
  .gym-facilities .inner-block {
    -ms-flex: 1 1 50%;
        flex: 1 1 50%;
    width: 170px;
    margin: 1rem auto;
    padding: 0 1rem;
    text-align: center;
    transition: all 0.3s ease-in-out; }
    .gym-facilities .inner-block:hover .block-image {
      transform: translateY(-8px);
      border: 1px solid #77F515;
      background-color: #77F515; }
    .gym-facilities .inner-block:hover img {
      filter: brightness(0); }
  .gym-facilities .block-image {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: 100%;
    height: 170px;
    border: 1px solid #fff;
    border-radius: 24px;
    background-color: #2E2E2E;
    transition: all 0.3s ease-in-out; }
  .gym-facilities .block-heading {
    width: 100%;
    margin-top: 1.5rem;
    padding: 0 0.75rem;
    line-height: 1.875rem;
    text-align: center; }

.contact-card {
  min-height: 500px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .contact-card .contact-container {
    padding: 3rem 1.875rem; }
  .contact-card .heading-block {
    text-align: center; }
  .contact-card .eyebrow-text {
    display: inline-block; }
  .contact-card .contact-info-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    padding-top: 1.5rem;
    gap: 30px; }
    .contact-card .contact-info-wrapper .contact-detail-block {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      width: 100%;
      height: 100%;
      transition: ease all 300ms 0s; }
      .contact-card .contact-info-wrapper .contact-detail-block:hover {
        box-shadow: 2px 2px 15px #ffffff; }
    .contact-card .contact-info-wrapper .image-block {
      display: none;
      width: 40%; }
      .contact-card .contact-info-wrapper .image-block img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .contact-card .contact-info-wrapper .content-block {
      width: 100%;
      padding: 1.875rem;
      background-color: #000000; }
      .contact-card .contact-info-wrapper .content-block .phone-number {
        position: relative;
        display: block;
        padding: 0 0 2rem 2.5rem;
        color: #ffffff;
        font-size: 0.9375rem;
        word-wrap: break-word;
        transition: all 0.3s ease 0s; }
        .contact-card .contact-info-wrapper .content-block .phone-number::after {
          position: absolute;
          top: calc(100% - 54px);
          left: 0;
          width: 20px;
          height: 20px;
          background-image: url("../images/phone.png");
          background-repeat: no-repeat;
          background-position: center;
          background-size: cover;
          content: ''; }
        .contact-card .contact-info-wrapper .content-block .phone-number:hover {
          color: #77F515; }
      .contact-card .contact-info-wrapper .content-block .email {
        position: relative;
        display: block;
        padding: 0 0 2rem 2.5rem;
        color: #ffffff;
        font-size: 0.9375rem;
        word-wrap: break-word;
        transition: all 0.3s ease 0s; }
        .contact-card .contact-info-wrapper .content-block .email::after {
          position: absolute;
          top: 3px;
          left: 0;
          width: 22px;
          height: 16px;
          background-image: url("../images/mail-142.png");
          background-repeat: no-repeat;
          background-position: center;
          background-size: cover;
          content: ''; }
        .contact-card .contact-info-wrapper .content-block .email:hover {
          color: #77F515; }
      .contact-card .contact-info-wrapper .content-block .address {
        position: relative;
        margin: 0;
        padding: 0 0 2rem 2.5rem;
        font-size: 0.9375rem;
        line-height: 1.375rem; }
        .contact-card .contact-info-wrapper .content-block .address::after {
          position: absolute;
          top: 0;
          left: 0;
          width: 22px;
          height: 24px;
          background-image: url("../images/location.png");
          background-repeat: no-repeat;
          background-position: center;
          background-size: cover;
          content: ''; }
      .contact-card .contact-info-wrapper .content-block .location {
        position: relative;
        display: block;
        padding: 0 0 0 2.5rem;
        color: #ffffff;
        font-size: 0.9375rem;
        line-height: 1.375rem;
        word-wrap: break-word; }
        .contact-card .contact-info-wrapper .content-block .location::after {
          position: absolute;
          top: 0;
          left: 0;
          width: 26px;
          height: 24px;
          background-image: url("../images/directions.png");
          background-repeat: no-repeat;
          background-position: center;
          background-size: cover;
          content: ''; }
        .contact-card .contact-info-wrapper .content-block .location .click-here {
          color: #77F515;
          text-decoration: underline;
          transition: all 0.3s ease 0s; }
          .contact-card .contact-info-wrapper .content-block .location .click-here:hover {
            color: #ffffff; }

.pricing-benefits {
  padding: 2.5rem 0;
  background-repeat: no-repeat;
  background-size: cover; }
  .pricing-benefits .heading-block {
    margin: 0 0 2.5rem;
    text-align: center; }
    .pricing-benefits .heading-block .eyebrow-text {
      display: inline-block; }
  .pricing-benefits .content-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center; }
  .pricing-benefits .inner-block {
    width: 100%;
    max-width: 560px;
    margin: 2rem 1rem; }
  .pricing-benefits .block-image {
    position: relative;
    max-width: 560px;
    min-height: 300px;
    background-repeat: no-repeat;
    background-size: cover; }
  .pricing-benefits .block-heading {
    position: absolute;
    z-index: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: 100%;
    height: 60px;
    margin: 0;
    font-size: 2.5rem;
    letter-spacing: 0.075rem;
    text-align: center; }
    .pricing-benefits .block-heading::after {
      position: absolute;
      z-index: -1;
      width: 100%;
      height: 100%;
      background: #000000;
      content: ''; }
  .pricing-benefits .grid-btn {
    text-align: center; }

.contact-us {
  background-color: #000000; }
  .contact-us .contact-us-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 5rem 1.875rem; }
    .contact-us .contact-us-container .content-block {
      width: 100%;
      padding: 0 0 5%; }
    .contact-us .contact-us-container .form-block {
      width: 100%;
      backdrop-filter: blur(6px); }
      .contact-us .contact-us-container .form-block .forminator-custom-form {
        padding: 2rem !important;
        border: 0.75px solid #EFEFEF !important; }
        .contact-us .contact-us-container .form-block .forminator-custom-form .forminator-textarea,.contact-us .contact-us-container .form-block .forminator-custom-form .select2-results__option--highlighted,.contact-us .contact-us-container .form-block .forminator-custom-form .select2-selection__arrow,.contact-us .contact-us-container .form-block .forminator-custom-form .select2-selection__rendered,.contact-us .contact-us-container .form-block .forminator-custom-form input {
          width: 100%;
          height: 50px;
          background-color: #616161 !important;
          color: #ffffff !important;
          font-size: 1rem !important; }
          .contact-us .contact-us-container .form-block .forminator-custom-form .forminator-textarea:-ms-input-placeholder,.contact-us .contact-us-container .form-block .forminator-custom-form .select2-results__option--highlighted:-ms-input-placeholder,.contact-us .contact-us-container .form-block .forminator-custom-form .select2-selection__arrow:-ms-input-placeholder,.contact-us .contact-us-container .form-block .forminator-custom-form .select2-selection__rendered:-ms-input-placeholder,.contact-us .contact-us-container .form-block .forminator-custom-form input:-ms-input-placeholder {
            color: #ffffff !important;
            font-size: 0.9375rem !important;
            line-height: 1.375rem !important; }
          .contact-us .contact-us-container .form-block .forminator-custom-form .forminator-textarea::placeholder,.contact-us .contact-us-container .form-block .forminator-custom-form .select2-results__option--highlighted::placeholder,.contact-us .contact-us-container .form-block .forminator-custom-form .select2-selection__arrow::placeholder,.contact-us .contact-us-container .form-block .forminator-custom-form .select2-selection__rendered::placeholder,.contact-us .contact-us-container .form-block .forminator-custom-form input::placeholder {
            color: #ffffff !important;
            font-size: 0.9375rem !important;
            line-height: 1.375rem !important; }
          .contact-us .contact-us-container .form-block .forminator-custom-form .forminator-textarea:hover,.contact-us .contact-us-container .form-block .forminator-custom-form .select2-results__option--highlighted:hover,.contact-us .contact-us-container .form-block .forminator-custom-form .select2-selection__arrow:hover,.contact-us .contact-us-container .form-block .forminator-custom-form .select2-selection__rendered:hover,.contact-us .contact-us-container .form-block .forminator-custom-form input:hover {
            border-color: #77F515 !important; }
        .contact-us .contact-us-container .form-block .forminator-custom-form .forminator-is_active .forminator-input,.contact-us .contact-us-container .form-block .forminator-custom-form .forminator-is_active .forminator-textarea {
          border-color: #77F515 !important; }
        .contact-us .contact-us-container .form-block .forminator-custom-form .select2-selection:hover {
          border-color: #77F515 !important; }
        .contact-us .contact-us-container .form-block .forminator-custom-form .select2-selection__rendered {
          display: -ms-flexbox !important;
          display: flex !important;
          -ms-flex-align: center !important;
              align-items: center !important;
          font-size: 0.9375rem !important; }
        .contact-us .contact-us-container .form-block .forminator-custom-form .select2-selection__arrow {
          height: 50px !important;
          color: #77F515 !important; }
        .contact-us .contact-us-container .form-block .forminator-custom-form .forminator-textarea {
          height: 180px; }
      .contact-us .contact-us-container .form-block .forminator-row-last {
        margin: -1rem 0 0 !important;
        padding: 0 !important; }
        .contact-us .contact-us-container .form-block .forminator-row-last .forminator-col {
          padding: 0; }
        .contact-us .contact-us-container .form-block .forminator-row-last .forminator-field {
          text-align: center; }
        .contact-us .contact-us-container .form-block .forminator-row-last .forminator-button-submit.primary-cta {
          position: relative;
          padding: 0.5rem 2.25rem 0.5rem 1.125rem;
          border: 1px solid #77F515 !important;
          background-color: transparent !important;
          color: #77F515 !important;
          font-family: "Oswald", sans-serif !important;
          font-size: 0.9375rem !important;
          font-weight: 500 !important; }
          .contact-us .contact-us-container .form-block .forminator-row-last .forminator-button-submit.primary-cta::after {
            position: absolute;
            top: 50%;
            left: 100%;
            width: 10px;
            height: 6px;
            margin-left: -1.5rem;
            transform: translate(-50%, -50%);
            background-image: url("../images/right-arrow.png");
            background-repeat: no-repeat;
            background-size: 10px 6px;
            content: '';
            filter: none; }
          .contact-us .contact-us-container .form-block .forminator-row-last .forminator-button-submit.primary-cta:hover {
            border: 1px solid #ffffff !important;
            color: #ffffff !important; }
            .contact-us .contact-us-container .form-block .forminator-row-last .forminator-button-submit.primary-cta:hover::after {
              filter: brightness(0) invert(1) !important; }

.category-filter {
  background-color: #000000; }
  .category-filter .category-container {
    padding: 6rem 1.875rem; }
  .category-filter .button-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: start;
        justify-content: flex-start;
    margin-bottom: 2rem;
    gap: 30px; }
  .category-filter .category-button {
    margin: 0;
    padding: 0.75rem 2rem;
    border: 1px solid #ffffff;
    background-color: #000000;
    color: #ffffff;
    font-size: 1.25rem;
    text-decoration: none;
    cursor: pointer;
    backdrop-filter: blur(6px); }
    .category-filter .category-button.active {
      border-color: #000000;
      background: #77F515;
      color: #000000; }
  .category-filter .gallery {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px; }
    .category-filter .gallery .image-wrapper {
      width: 100%;
      min-height: 250px; }
      .category-filter .gallery .image-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
      .category-filter .gallery .image-wrapper .image-popup {
        display: block;
        height: 100%; }
      .category-filter .gallery .image-wrapper .video-popup {
        position: relative;
        display: block;
        height: 100%; }
        .category-filter .gallery .image-wrapper .video-popup::after {
          position: absolute;
          z-index: 1;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-image: url("../images/play-button.svg");
          background-repeat: no-repeat;
          background-position: center;
          background-size: 69px;
          content: ''; }
    .category-filter .gallery .view-more-wrapper {
      width: 100%;
      padding-top: 2rem;
      text-align: center; }
      .category-filter .gallery .view-more-wrapper .primary-button {
        padding-top: 0.3rem !important;
        padding-bottom: 0.3rem !important; }

.blog-content {
  padding-top: 3rem;
  background-color: #000000; }

.blog-content-group {
  max-width: 768px;
  margin: auto;
  padding: 0 1.875rem; }

.blog-banners .blog-banner-container {
  padding: 10rem 1.875rem 5rem; }

.blog-banner-content .description,.blog-banner-content h1 {
  text-align: center; }

.blog-logo img {
  width: 60px;
  height: auto;
  object-fit: cover; }

.blog-cards-wrapper {
  max-width: 1441px;
  margin: auto;
  padding: 0 1.875rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px;
  -ms-flex-pack: center;
      justify-content: center; }

.blog-cards {
  -ms-flex: 0 1 calc(50% - 32px);
      flex: 0 1 calc(50% - 32px);
  padding: 1.5rem;
  border-radius: 10px;
  border: 1px solid #fff;
  transition: ease all .3s 0s; }
  .blog-cards:hover {
    box-shadow: 2px 2px 15px #ffffff; }

.blog-content-text li,.blog-content-text p {
  font-size: 1rem;
  line-height: 1.875rem; }

.blog-content-text h3 {
  font-size: 1.25rem; }

.blog-content-text ul {
  padding-left: 1rem; }

.blog-content-text p {
  margin-top: 1rem; }

.blog-title-heading {
  text-align: center;
  margin-bottom: 3rem; }

.blog_read_link {
  background-color: #000000;
  text-align: center;
  margin-top: 3rem; }
  .blog_read_link p {
    margin-bottom: 0;
    padding: 3rem 0;
    text-align: center;
    line-height: 1.875rem; }
    .blog_read_link p a {
      text-decoration: none;
      cursor: pointer;
      color: #77f515;
      transition: ease all .3s 0s; }
      .blog_read_link p a:hover {
        color: #3fa2f7; }

.blog-logo-heading {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 20px; }

.faq-section {
  padding-top: 7rem;
  background-color: #000000; }

.faq-item details {
  border: 1px solid transparent;
  border-radius: 8px;
  transition: all 0.3s ease; }
  .faq-item details summary {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin: 1rem 0;
    font-size: 1rem;
    list-style: none;
    cursor: pointer; }
    .faq-item details summary:after {
      width: 24px;
      height: 24px;
      background-image: url("../images/Chevron_Down.png");
      background-repeat: no-repeat;
      content: '';
      display: block;
      filter: brightness(0) invert(1);
      transition: all 0.3s ease; }
  .faq-item details .faq-answer {
    margin-top: 1rem;
    font-size: 1rem;
    line-height: 1.875rem; }
  .faq-item details[open] summary::after {
    transform: rotate(180deg); }

.faq-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px;
  -ms-flex-align: start;
      align-items: flex-start; }

.faq-item {
  -ms-flex: 0 1 calc(50% - 32px);
      flex: 0 1 calc(50% - 32px);
  padding: 1rem;
  border-radius: 10px;
  border: 1px solid #fff;
  transition: ease all .3s 0s; }
  .faq-item:hover {
    box-shadow: 2px 2px 15px #ffffff; }

.faq-container h2,.faq-container p {
  text-align: center; }

.faq-container p {
  margin: 1.5rem 0; }

.location_gallery {
  background-color: #000000; }

.gallery-heading h2 {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 3rem; }

.location_gallery-section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px; }

.location_gallery_images {
  width: 100%;
  min-height: 250px; }
  .location_gallery_images img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.gallery-button-wrap {
  margin-top: 3rem;
  padding-bottom: 7rem;
  text-align: center; }

.location-columns-map,.location-two-columns {
  background-color: #000000;
  padding-bottom: 3rem; }

.location-img,.location-map {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 30px; }

.form-block,.location-content,.location-image,.location-map-embed {
  width: 50%; }

.location-image {
  border-radius: 10px;
  height: 500px;
  object-fit: cover; }

.location-content p {
  font-size: 1.25rem;
  line-height: 1.875rem; }

.location-columns-map {
  padding-top: 7rem; }

.contact-heading {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 3rem; }

.form-block {
  width: 100%;
  backdrop-filter: blur(6px); }
  .form-block .forminator-custom-form {
    padding: 2rem !important;
    border: 0.75px solid #EFEFEF !important;
    border-radius: 10px !important; }
    .form-block .forminator-custom-form .forminator-textarea,.form-block .forminator-custom-form .select2-results__option--highlighted,.form-block .forminator-custom-form .select2-selection__arrow,.form-block .forminator-custom-form .select2-selection__rendered,.form-block .forminator-custom-form input {
      width: 100%;
      height: 50px;
      background-color: #616161 !important;
      color: #ffffff !important;
      font-size: 1rem !important; }
      .form-block .forminator-custom-form .forminator-textarea:-ms-input-placeholder,.form-block .forminator-custom-form .select2-results__option--highlighted:-ms-input-placeholder,.form-block .forminator-custom-form .select2-selection__arrow:-ms-input-placeholder,.form-block .forminator-custom-form .select2-selection__rendered:-ms-input-placeholder,.form-block .forminator-custom-form input:-ms-input-placeholder {
        color: #ffffff !important;
        font-size: 0.9375rem !important;
        line-height: 1.375rem !important; }
      .form-block .forminator-custom-form .forminator-textarea::placeholder,.form-block .forminator-custom-form .select2-results__option--highlighted::placeholder,.form-block .forminator-custom-form .select2-selection__arrow::placeholder,.form-block .forminator-custom-form .select2-selection__rendered::placeholder,.form-block .forminator-custom-form input::placeholder {
        color: #ffffff !important;
        font-size: 0.9375rem !important;
        line-height: 1.375rem !important; }
      .form-block .forminator-custom-form .forminator-textarea:hover,.form-block .forminator-custom-form .select2-results__option--highlighted:hover,.form-block .forminator-custom-form .select2-selection__arrow:hover,.form-block .forminator-custom-form .select2-selection__rendered:hover,.form-block .forminator-custom-form input:hover {
        border-color: #77F515 !important; }
    .form-block .forminator-custom-form .forminator-is_active .forminator-input,.form-block .forminator-custom-form .forminator-is_active .forminator-textarea {
      border-color: #77F515 !important; }
    .form-block .forminator-custom-form .select2-selection:hover {
      border-color: #77F515 !important; }
    .form-block .forminator-custom-form .select2-selection__rendered {
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-align: center !important;
          align-items: center !important;
      font-size: 0.9375rem !important; }
    .form-block .forminator-custom-form .select2-selection__arrow {
      height: 50px !important;
      color: #77F515 !important; }
    .form-block .forminator-custom-form .forminator-textarea {
      height: 180px; }
  .form-block .forminator-row-last {
    margin: -1rem 0 0 !important;
    padding: 0 !important; }
    .form-block .forminator-row-last .forminator-col {
      padding: 0; }
    .form-block .forminator-row-last .forminator-field {
      text-align: center; }
    .form-block .forminator-row-last .forminator-button-submit.primary-cta {
      position: relative;
      padding: 0.5rem 2.25rem 0.5rem 1.125rem !important;
      border: 1px solid #77F515 !important;
      background-color: transparent !important;
      color: #77F515 !important;
      font-family: "Oswald", sans-serif !important;
      font-size: 0.9375rem !important;
      font-weight: 500 !important; }
      .form-block .forminator-row-last .forminator-button-submit.primary-cta::after {
        position: absolute;
        top: 50%;
        left: 100%;
        width: 10px;
        height: 6px;
        margin-left: -1.5rem;
        transform: translate(-50%, -50%);
        background-image: url("../images/right-arrow.png");
        background-repeat: no-repeat;
        background-size: 10px 6px;
        content: '';
        filter: none; }
      .form-block .forminator-row-last .forminator-button-submit.primary-cta:hover {
        border: 1px solid #ffffff !important;
        color: #ffffff !important; }
        .form-block .forminator-row-last .forminator-button-submit.primary-cta:hover::after {
          filter: brightness(0) invert(1) !important; }

.contact-button-wrap {
  text-align: center;
  margin-top: 3rem; }

/*  ==========================================================================
     LIBRARY
    ==========================================================================  */
/* Magnific Popup CSS */
.mfp-bg {
  position: fixed;
  z-index: 10001;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0.8;
  background: #0b0b0b; }

.mfp-wrap {
  position: fixed;
  z-index: 10002;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  outline: none; }

.mfp-container {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 0.5rem;
  text-align: center; }

.mfp-container::before {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  content: ''; }

.mfp-align-top .mfp-container::before {
  display: none; }

.mfp-content {
  position: relative;
  z-index: 10004;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left; }

.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader {
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none; }

.mfp-preloader {
  position: absolute;
  z-index: 10003;
  top: 50%;
  right: 8px;
  left: 8px;
  width: auto;
  margin-top: -0.8em;
  color: #CCC;
  text-align: center; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-arrow,button.mfp-close {
  z-index: 10005;
  display: block;
  padding: 0;
  overflow: visible;
  outline: none;
  border: 0;
  box-shadow: none;
  background: transparent;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  position: absolute;
  top: 10px;
  right: 17px;
  width: 44px;
  height: 44px;
  padding: 0 0 1.125rem 0.625rem;
  opacity: 0.65;
  color: #FFF;
  font-family: Arial, Baskerville, monospace;
  font-size: 1.75rem;
  font-style: normal;
  line-height: 2.75rem;
  text-align: center;
  text-decoration: none; }
  .mfp-close:focus,.mfp-close:hover {
    opacity: 1; }

.mfp-close-btn-in .mfp-close {
  color: #333;
  font-size: 2.25rem; }

.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close {
  right: -6px;
  width: 100%;
  padding-right: 0.375rem;
  color: #FFF;
  text-align: right; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 0.75rem;
  line-height: 1.125rem;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  top: 50%;
  width: 90px;
  height: 110px;
  margin: 0;
  margin-top: -3.4375rem;
  padding: 0;
  opacity: 0.65;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -3.375rem; }
  .mfp-arrow:focus,.mfp-arrow:hover {
    opacity: 1; }
  .mfp-arrow::after,.mfp-arrow::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 0;
    margin-top: 2.1875rem;
    margin-left: 2.1875rem;
    border: medium inset transparent;
    content: ''; }
  .mfp-arrow::after {
    top: 8px;
    border-top-width: 13px;
    border-bottom-width: 13px; }
  .mfp-arrow::before {
    opacity: 0.7;
    border-top-width: 21px;
    border-bottom-width: 21px; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left::after {
    margin-left: 1.9375rem;
    border-right: 17px solid #FFF; }
  .mfp-arrow-left::before {
    margin-left: 1.5625rem;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right::after {
    margin-left: 2.4375rem;
    border-left: 17px solid #FFF; }
  .mfp-arrow-right::before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem; }
  .mfp-iframe-holder .mfp-content {
    width: 100%;
    max-width: 900px;
    line-height: 0; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  box-sizing: border-box;
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 2.5rem 0 2.5rem;
  line-height: 0; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure::after {
    position: absolute;
    z-index: -1;
    top: 40px;
    right: 0;
    bottom: 40px;
    left: 0;
    width: auto;
    height: auto;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
    content: ''; }
  .mfp-figure small {
    display: block;
    color: #BDBDBD;
    font-size: 0.75rem;
    line-height: 0.875rem; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: -2.25rem;
  cursor: auto; }

.mfp-title {
  padding-right: 2.25rem;
  color: #F3F3F3;
  line-height: 1.125rem;
  word-wrap: break-word;
  text-align: left; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

/*  ==========================================================================
     TEMPLATES
     Full custom templates
    ==========================================================================  */
.blog-banner {
  position: relative;
  padding: 2.5rem 0;
  background-position: center center;
  background-size: cover;
  text-align: center; }
  .blog-banner .content-cover {
    width: 100%;
    max-width: 760px;
    margin-bottom: 2.5rem; }
    .blog-banner .content-cover .title {
      color: #fff;
      font-size: 1.5em;
      font-weight: 400;
      line-height: 2.8125rem;
      text-align: center; }
      .blog-banner .content-cover .title span {
        display: block;
        font-weight: 700; }
  .blog-banner .blog-filterbar {
    display: block;
    width: 100%; }
  .blog-banner .filterbar-cover {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
        flex-flow: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: 100%;
    margin: auto;
    padding: 0 1.25rem; }
    .blog-banner .filterbar-cover .categories {
      width: 375px;
      max-width: 100%;
      margin-bottom: 1.25rem; }
  .blog-banner .dropdown-menu {
    position: relative;
    display: block;
    border-radius: 3px;
    background: #fff;
    text-align: left; }
    .blog-banner .dropdown-menu.active svg {
      transform: rotate(180deg); }
    .blog-banner .dropdown-menu .dropdown-label {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row;
          flex-flow: row;
      width: 100%;
      height: 42px;
      padding: 0 1.25rem;
      border-radius: 4px;
      background-color: #fff;
      line-height: 2.625rem;
      cursor: pointer; }
      .blog-banner .dropdown-menu .dropdown-label .browse-by {
        font-size: 0.875em;
        font-weight: 700; }
      .blog-banner .dropdown-menu .dropdown-label .category-name {
        display: block;
        width: calc(100% - 77px);
        padding: 0 1.25rem 0 0.1875rem;
        font-size: 0.875em; }
      .blog-banner .dropdown-menu .dropdown-label .dropdown-caret {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 20px;
        width: 0;
        height: 0; }
    .blog-banner .dropdown-menu .options {
      position: absolute;
      z-index: 40;
      top: 100%;
      left: 0;
      display: none;
      width: 100%;
      margin-top: -0.1875rem;
      padding: 0.625rem 0;
      border-radius: 3px;
      box-shadow: 0 6px 7px rgba(0, 0, 0, 0.35);
      background-color: #fff; }
    .blog-banner .dropdown-menu .option {
      padding: 0 1.25rem;
      font-size: 0.875em;
      line-height: 1.875rem;
      cursor: pointer;
      transition: ease all 0.3s 0s; }
      .blog-banner .dropdown-menu .option:hover {
        background: #f8f8f8; }
      .blog-banner .dropdown-menu .option a {
        display: block;
        text-decoration: none;
        transition: ease all 0.3s 0s; }
  .blog-banner .blog-search-form {
    position: relative;
    width: 375px;
    max-width: 100%;
    border-radius: 4px;
    background-color: #fff; }
    .blog-banner .blog-search-form .search-submit {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 0;
      width: 25px;
      height: 38px;
      padding: 0;
      border: none;
      background-color: transparent;
      background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3E577E2F6C-F2D7-41CB-90D4-55982DA436E8%3C%2Ftitle%3E%3Cg%20fill%3D%22%23222222%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M7.713%208.174l2.573%202.669%22%20stroke%3D%22%23222222%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M1.413%204.912c0%201.745%201.385%203.165%203.087%203.165%201.702%200%203.087-1.42%203.087-3.165S6.202%201.748%204.5%201.748c-1.702%200-3.087%201.42-3.087%203.164zM0%204.912C0%202.37%202.019.3%204.5.3S9%202.369%209%204.912%206.981%209.525%204.5%209.525%200%207.455%200%204.912z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 14px 14px;
      cursor: pointer; }
    .blog-banner .blog-search-form .search-form-field {
      width: 100%;
      height: 42px;
      padding: 0 1.5625rem;
      border: none;
      border-radius: 4px;
      box-shadow: none;
      background: transparent;
      font-size: 0.875em;
      font-weight: 400;
      letter-spacing: 0.03688rem;
      line-height: 1.625rem; }
      .blog-banner .blog-search-form .search-form-field::-webkit-input-placeholder {
        opacity: 1; }
      .blog-banner .blog-search-form .search-form-field::-moz-placeholder {
        opacity: 1; }
      .blog-banner .blog-search-form .search-form-field::-moz-placeholder {
        opacity: 1; }
      .blog-banner .blog-search-form .search-form-field:focus {
        outline: none; }

.blog-grid {
  padding-bottom: 1.25rem; }
  .blog-grid .blog-grid-cover {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: 965px;
    max-width: 100%;
    margin: auto;
    padding: 1.875rem 0 0; }
    .blog-grid .blog-grid-cover .post-card {
      width: 100%;
      margin-bottom: 1.875rem;
      overflow: hidden;
      border: 1px solid #dedede;
      border-radius: 7px;
      transition: all 200ms ease-out; }
      .blog-grid .blog-grid-cover .post-card:hover .button {
        color: #fff; }
      .blog-grid .blog-grid-cover .post-card .post-card-cover {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: column;
            flex-flow: column;
        -ms-flex-pack: justify;
            justify-content: space-between;
        height: 100%; }
      .blog-grid .blog-grid-cover .post-card .content {
        padding: 1.125rem 1.25rem 1.375rem; }
      .blog-grid .blog-grid-cover .post-card .image-wrapper {
        display: block;
        width: 100%;
        text-align: center; }
        .blog-grid .blog-grid-cover .post-card .image-wrapper .image {
          max-width: 100%; }
      .blog-grid .blog-grid-cover .post-card .post-title {
        text-decoration: none; }
        .blog-grid .blog-grid-cover .post-card .post-title .title {
          margin-bottom: 0.375rem;
          font-size: 1.25em; }
      .blog-grid .blog-grid-cover .post-card .post-meta {
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-flow: row;
            flex-flow: row;
        margin-bottom: 0.9375rem; }
        .blog-grid .blog-grid-cover .post-card .post-meta .categories .category-link {
          font-size: 0.875em;
          font-weight: 700;
          text-decoration: none; }
        .blog-grid .blog-grid-cover .post-card .post-meta .seperator {
          margin: 0 0.3125rem; }
        .blog-grid .blog-grid-cover .post-card .post-meta .author {
          font-size: 0.875em;
          font-weight: 700;
          line-height: 1.7;
          text-decoration: none; }
      .blog-grid .blog-grid-cover .post-card .description {
        margin-bottom: 1.5625rem;
        font-size: 0.875em;
        line-height: 1.25rem; }
      .blog-grid .blog-grid-cover .post-card .card-bottom {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row;
            flex-flow: row; }
        .blog-grid .blog-grid-cover .post-card .card-bottom .button {
          line-height: 2.25rem; }
      .blog-grid .blog-grid-cover .post-card .social-share {
        margin-left: 2.0625rem; }
    .blog-grid .blog-grid-cover .post-card-share {
      display: -ms-flexbox;
      display: flex;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }
      .blog-grid .blog-grid-cover .post-card-share .social-share-cover {
        -ms-flex-align: center;
            align-items: center;
        width: 100%; }
      .blog-grid .blog-grid-cover .post-card-share .social-share {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
      .blog-grid .blog-grid-cover .post-card-share .social-share-heading,.blog-grid .blog-grid-cover .post-card-share .social-share-links {
        display: inline-block;
        vertical-align: middle; }
      .blog-grid .blog-grid-cover .post-card-share .social-share-heading {
        margin-right: 1rem; }
  .blog-grid .pagination {
    margin-top: 0.5rem;
    margin-bottom: 2rem; }

.resource-cta {
  margin-top: 1.25rem;
  padding: 1.25rem 0;
  text-align: center; }
  .resource-cta .resource-cta-cover {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
        flex-flow: column;
    max-width: 847px;
    margin: auto; }
  .resource-cta .featured-image {
    width: 100%;
    margin-bottom: 1.875rem; }
    .resource-cta .featured-image .attachment-resource-cta {
      border: 1px solid #ccc; }
  .resource-cta .resource-content {
    width: 100%;
    padding: 0.75rem 0.9375rem 1.25rem; }
    .resource-cta .resource-content .title {
      margin-bottom: 0.3125rem;
      font-size: 1.5em;
      line-height: 2.375rem; }
    .resource-cta .resource-content .excerpt {
      font-size: 1em;
      letter-spacing: 0.03688rem;
      line-height: 1.375rem; }
    .resource-cta .resource-content .button {
      margin-top: 0.75rem; }

.no-results-section {
  text-align: center; }
  .no-results-section .container {
    width: 850px;
    max-width: 100%;
    margin: auto;
    padding: 3.125rem 1.875rem; }
  .no-results-section .search-form {
    display: inline-block;
    width: 100%;
    max-width: 420px;
    margin-bottom: 1.25rem;
    border: 1px solid #ccc; }
    .no-results-section .search-form .search-form-field {
      float: right;
      width: 80%;
      height: 40px;
      padding: 0.3125rem 1.25rem;
      border: none; }
    .no-results-section .search-form .search-submit {
      display: block;
      float: right;
      width: 20%;
      height: 40px;
      padding: 0.3125rem 0;
      border: none;
      background: #ccc;
      background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3E577E2F6C-F2D7-41CB-90D4-55982DA436E8%3C%2Ftitle%3E%3Cg%20fill%3D%22%231A1919%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M7.713%208.174l2.573%202.669%22%20stroke%3D%22%231A1919%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M1.413%204.912c0%201.745%201.385%203.165%203.087%203.165%201.702%200%203.087-1.42%203.087-3.165S6.202%201.748%204.5%201.748c-1.702%200-3.087%201.42-3.087%203.164zM0%204.912C0%202.37%202.019.3%204.5.3S9%202.369%209%204.912%206.981%209.525%204.5%209.525%200%207.455%200%204.912z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 20px 20px;
      font-size: 0;
      cursor: pointer; }

.blog-detail .blog-detail-cover {
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #ccc; }

.blog-detail .blog-detail-top {
  height: 37px;
  padding: 0 1.25rem;
  background-color: #F4F4F4;
  line-height: 2.3125rem; }
  .blog-detail .blog-detail-top .back-link {
    position: relative;
    padding-left: 1.25rem;
    font-size: 0.75em;
    font-weight: 500;
    letter-spacing: 0.00625rem;
    line-height: 1.0625rem;
    text-decoration: none;
    transition: ease all 0.4s 0s; }

.blog-detail-content {
  display: block;
  width: 625px;
  max-width: 100%;
  margin: auto; }
  .blog-detail-content .post-title {
    display: inline-block;
    margin: 2.8125rem 0 0.625rem;
    font-size: 1.875em; }
  .blog-detail-content .categories {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 2.5rem; }
    .blog-detail-content .categories .seperator {
      width: 1px;
      height: 14px;
      margin: 0.125rem 0.3125rem 0; }
    .blog-detail-content .categories .category-link {
      font-size: 0.875em;
      font-weight: 700;
      text-decoration: none;
      transition: ease all 0.4s 0s; }
  .blog-detail-content .author-cover {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
        flex-flow: row;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 1.875rem; }
    .blog-detail-content .author-cover .author-image {
      width: 36px;
      height: 36px;
      margin-right: 0.625rem; }
      .blog-detail-content .author-cover .author-image .avatar {
        width: 36px;
        height: 36px;
        overflow: hidden;
        border-radius: 100%;
        background-color: #D8D8D8; }
      .blog-detail-content .author-cover .author-image .author-name {
        font-size: 1em;
        letter-spacing: 0.03688rem;
        line-height: 1.375rem; }
  .blog-detail-content .blog-content {
    position: relative; }
  .blog-detail-content .featured-image {
    display: block;
    width: 625px;
    max-width: 100%;
    margin: auto auto 2.25rem;
    text-align: center; }
    .blog-detail-content .featured-image .image {
      display: block;
      max-height: 100%;
      margin: auto; }
  .blog-detail-content .resource-cta .resource-cta-cover {
    max-width: 786px; }

.sticky-share {
  display: block;
  text-align: center; }
  .sticky-share .social-share {
    margin-top: 1.25rem; }
    .sticky-share .social-share.sticky .social-share-cover {
      left: auto;
      margin-top: 3.125rem; }

.related-posts .heading {
  width: 965px;
  max-width: 100%;
  margin: 1.25rem auto;
  font-size: 1.5em;
  line-height: 2.375rem;
  text-align: center; }

.related-posts .blog-grid-cover {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 965px;
  max-width: 100%;
  margin: auto; }
  .related-posts .blog-grid-cover .post-card {
    width: 100%;
    margin-bottom: 1.875rem;
    overflow: hidden;
    border: 1px solid #ccc;
    border-radius: 7px; }
    .related-posts .blog-grid-cover .post-card:hover .button {
      color: #fff; }
    .related-posts .blog-grid-cover .post-card .content {
      padding: 1.125rem 1.25rem 1.375rem; }
    .related-posts .blog-grid-cover .post-card .image-wrapper {
      display: block;
      width: 100%; }
      .related-posts .blog-grid-cover .post-card .image-wrapper .image {
        width: 100%;
        max-width: 100%; }
    .related-posts .blog-grid-cover .post-card .post-title {
      text-decoration: none; }
      .related-posts .blog-grid-cover .post-card .post-title .title {
        margin-bottom: 0.375rem;
        font-size: 1.25em; }
    .related-posts .blog-grid-cover .post-card .post-meta {
      display: -ms-inline-flexbox;
      display: inline-flex;
      -ms-flex-flow: row;
          flex-flow: row;
      margin-bottom: 0.9375rem; }
      .related-posts .blog-grid-cover .post-card .post-meta .categories .category-link {
        font-size: 0.875em;
        font-weight: 700;
        text-decoration: none; }
      .related-posts .blog-grid-cover .post-card .post-meta .seperator {
        margin: 0 0.3125rem; }
      .related-posts .blog-grid-cover .post-card .post-meta .author {
        font-size: 0.875em;
        font-weight: 700;
        line-height: 1.7;
        text-decoration: none; }
    .related-posts .blog-grid-cover .post-card .description {
      margin-bottom: 1.5625rem;
      font-size: 0.875em;
      line-height: 1.25rem; }
    .related-posts .blog-grid-cover .post-card .card-bottom {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row;
          flex-flow: row; }
      .related-posts .blog-grid-cover .post-card .card-bottom .button {
        line-height: 2.25rem; }
    .related-posts .blog-grid-cover .post-card .social-share {
      margin-left: 2.0625rem; }

.author-section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
  width: 700px;
  max-width: 100%;
  margin: 1.25rem auto auto;
  text-align: center; }
  .author-section .author-image {
    position: relative;
    width: 180px;
    height: 150px;
    margin: auto;
    text-align: center; }
    .author-section .author-image .avatar {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      width: 125px;
      height: 128px;
      margin: auto;
      border-radius: 100%; }
  .author-section .author-content {
    padding: 0.9375rem 0 0.9375rem 0.9375rem; }
    .author-section .author-content .author-name {
      margin-bottom: 0.5rem;
      font-size: 1.25em; }
    .author-section .author-content .author-job {
      display: -ms-inline-flexbox;
      display: inline-flex;
      -ms-flex-flow: row;
          flex-flow: row;
      margin-bottom: 1.25rem;
      font-size: 0.875em;
      font-weight: 700; }
      .author-section .author-content .author-job .sepertaor {
        margin-right: 0.3125rem; }
    .author-section .author-content .author-description {
      font-size: 0.875em;
      line-height: 1.25rem; }

.contact-content {
  width: 95%; }
  .contact-content .contact-content-cover {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: auto; }
  .contact-content .contact-left {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
    gap: 20px; }
  .contact-content .contact-left,.contact-content .contact-middle {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: first baseline;
        align-items: first baseline;
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: 100%;
    margin-bottom: 1.5rem; }
    .contact-content .contact-left .address-title,.contact-content .contact-middle .address-title {
      display: inline-block;
      margin-bottom: 0.625rem;
      color: #77f515;
      font-size: 1.125rem;
      font-weight: 500; }
    .contact-content .contact-left .contact-address-cover,.contact-content .contact-middle .contact-address-cover {
      font-size: 0.875em;
      line-height: 1.25rem; }
    .contact-content .contact-left .phone-cover,.contact-content .contact-middle .phone-cover {
      position: relative;
      margin-top: 0.5rem; }
      .contact-content .contact-left .phone-cover::after,.contact-content .contact-middle .phone-cover::after {
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        background-image: url("../images/phone.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        content: ''; }
      .contact-content .contact-left .phone-cover .title,.contact-content .contact-middle .phone-cover .title {
        font-weight: 700; }
    .contact-content .contact-left .email-cover,.contact-content .contact-middle .email-cover {
      position: relative;
      margin-top: 1rem; }
      .contact-content .contact-left .email-cover::after,.contact-content .contact-middle .email-cover::after {
        position: absolute;
        top: 3px;
        left: 0;
        width: 22px;
        height: 16px;
        background-image: url("../images/mail-142.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        content: ''; }
    .contact-content .contact-left .location-map,.contact-content .contact-middle .location-map {
      width: 100%;
      max-width: 524px;
      height: 304px;
      margin-top: 2.5rem;
      border: 1px solid #ccc;
      border-radius: 2px; }
    .contact-content .contact-left .social-link-cover .title,.contact-content .contact-middle .social-link-cover .title {
      margin-bottom: 1.25rem;
      font-size: 1.25rem;
      line-height: 1.875rem; }
    .contact-content .contact-left .contact-social-nav .social-link-item,.contact-content .contact-middle .contact-social-nav .social-link-item {
      margin-right: 1.5rem; }
  .contact-content .contact-right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    margin: 1.875rem auto 0;
    gap: 20px; }
    .contact-content .contact-right .form-title {
      padding: 1.25rem 1.25rem 0;
      font-size: 1.5em; }

.search-any .container {
  max-width: 664px; }

.search-any .search-top {
  padding: 2.125rem 0; }
  .search-any .search-top .search-top-cover {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-flow: column;
        flex-flow: column;
    width: 100%;
    text-align: center; }
  .search-any .search-top .search-title {
    display: inline-block;
    margin: auto;
    font-size: 0.875em;
    font-weight: 400; }
    .search-any .search-top .search-title strong {
      font-weight: 700; }
  .search-any .search-top .search-form {
    display: inline-block;
    width: auto;
    margin: 1.25rem auto auto; }
  .search-any .search-top .search-form-field {
    width: 247px;
    height: 34px;
    padding-left: 1.875rem;
    border: 1px solid #DADADA;
    border-radius: 2px;
    background: #fff; }
  .search-any .search-top .search-submit {
    left: 5px;
    background-size: 13px 13px; }

.search-any .search-item {
  padding: 2.5rem 0;
  border-bottom: 1px solid #ccc; }
  .search-any .search-item:last-child {
    border-bottom: none; }
  .search-any .search-item.product-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
        flex-flow: row;
    -ms-flex-align: center;
        align-items: center; }
    .search-any .search-item.product-item.product-item-last {
      border-bottom: 4px solid #222; }
    .search-any .search-item.product-item .product-image {
      display: none; }
    .search-any .search-item.product-item .product-content {
      width: 100%; }
    .search-any .search-item.product-item .image-cover {
      position: relative;
      width: 95px;
      height: 95px;
      border: 1px solid #ccc;
      border-radius: 7px; }
      .search-any .search-item.product-item .image-cover img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        max-width: 80%;
        height: auto; }
    .search-any .search-item.product-item .category-label {
      font-size: 0.875em;
      font-weight: 500;
      letter-spacing: 0.03188rem; }
    .search-any .search-item.product-item .category-list {
      display: -ms-inline-flexbox;
      display: inline-flex;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
      font-size: 0.875em;
      font-weight: 500;
      letter-spacing: 0.03188rem; }
      .search-any .search-item.product-item .category-list .category-item {
        position: relative;
        margin-right: 1.125rem;
        padding-right: 1.125rem;
        list-style: none; }
        .search-any .search-item.product-item .category-list .category-item:last-child {
          margin-right: 0;
          padding-right: 0; }
          .search-any .search-item.product-item .category-list .category-item:last-child::after {
            display: none; }
        .search-any .search-item.product-item .category-list .category-item::after {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          right: 0;
          display: inline-block;
          width: 1px;
          height: 12px;
          background: #222;
          content: ''; }
  .search-any .search-item .search-result-title {
    margin-bottom: 0.625rem;
    font-size: 1em;
    font-weight: 700; }
  .search-any .search-item .search-result-link {
    display: block;
    font-size: 0.875em;
    letter-spacing: 0.03188rem;
    line-height: 1.1875rem;
    text-decoration: none;
    transition: ease all 0.7s 0s; }

.error404 .header-nav,.error404 .hero {
  background-color: #000000; }

.error404 .main {
  padding-top: 6.5625rem; }

.error404 .hero-container {
  max-width: 900px !important;
  padding: 7rem 1.875rem 2rem !important; }

.error404 .hero-body {
  max-width: 100%;
  margin: 0;
  text-align: left; }

.error404 .hero-heading {
  font-weight: 700; }

.error404 .free-text {
  padding-bottom: 3rem;
  background-color: #000000; }
  .error404 .free-text .container {
    max-width: 900px !important;
    margin: 0 auto;
    padding: 0 1.875rem !important; }
  .error404 .free-text .free-text-content a {
    color: #77F515;
    transition: all 0.3s ease 0s; }
    .error404 .free-text .free-text-content a:hover {
      color: #ffffff; }

.home .mfp-close {
  top: -5px;
  color: #77F515 !important; }
  .home .mfp-close:hover {
    color: var(--wp--preset--color--white) !important; }
  @media screen and (min-width: 25em) {
        .footer .footer-right .cta-cover {
          -ms-flex-flow: row-reverse;
              flex-flow: row-reverse;
          text-align: center; }
          .footer .footer-right .cta-cover .footer-links {
            text-align: left; }
      .logo-bar .logo-item {
        width: 50%; }
      .image-group .twocol-img-cover {
        width: 220px;
        height: 190px; }
        .image-group .twocol-img-cover.img-one::before {
          left: 60%;
          width: 110px;
          height: 120px; }
        .image-group .twocol-img-cover.img-two::before {
          top: 8%;
          left: 40%;
          width: 110px;
          height: 120px; }
        .image-group .twocol-img-cover.img-two .twocol-img {
          left: 50%; }
      .feedback .slick-prev {
        left: 200px; }
      .feedback .slick-next {
        left: 275px; }
      .gym-facilities .content-block {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  @media screen and (min-width: 30em) {
        .footer .footer-bottom .footer-bottom-cover {
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .footer-menu {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
        .footer-menu > .menu-item.mobile-two-column {
          width: 100%;
          padding-top: 0;
          border-top: none; }
    .grid-items {
      -ms-grid-columns: 45% 45%;
          grid-template-columns: 45% 45%; }
      .feedback .slick-prev {
        top: 80%;
        left: 250px; }
      .feedback .slick-next {
        top: 80%;
        left: 325px; }
    .blog-banner {
      height: 284px;
      padding: 0; }
      .blog-banner .content-cover {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        margin-top: -1.25rem;
        margin-bottom: 0; }
      .blog-banner .blog-filterbar {
        position: absolute;
        bottom: 20px;
        left: 0; }
      .blog-banner .filterbar-cover {
        -ms-flex-flow: row;
            flex-flow: row;
        -ms-flex-align: left;
            align-items: left; }
        .blog-banner .filterbar-cover .categories {
          margin-right: 0.9375rem;
          margin-bottom: 0; } }
  @media screen and (min-width: 31.25em) {
    .stats-bar-items {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center; }
    .stats-bar-item {
      margin: 0 0.625rem; }
      .stats-bar-item:not(:first-child) {
        margin-top: 0; } }
  @media screen and (min-width: 37.5em) {
  .core .alignright {
    float: right;
    margin: 0 0 1em 1em; }
  .core .alignleft {
    float: left;
    margin: 0 1em 1em 0; }
    .core h5 {
      font-size: 1.5em; }
    .core address,.core p {
      font-size: 1em; }
    .core p {
      font-size: 1.125rem; }
    .core code,.core pre {
      font-size: 1em; }
    .core dd,.core dt {
      font-size: 1em; }
    .core li {
      font-size: 1.15em; }
    .core table {
      display: block;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch; }
    .core td,.core th {
      font-size: 1em; }
  .core tr:last-child td {
    border-bottom: 0; }
  .core img.alignright {
    float: right;
    margin: 1em 0 1em 1em; }
  .core img.alignleft {
    float: left;
    margin: 1em 1em 1em 0; }
    .page-main {
      margin-top: 2.5rem; }
      .header-nav .button-cover {
        -ms-flex: 0 0 100px;
            flex: 0 0 100px; }
      .footer-top .footer-logo {
        -ms-flex-pack: center;
            justify-content: center; }
        .footer-top .footer-logo .custom-logo-link {
          width: 130px; }
      .footer .footer-left {
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
        -ms-flex-pack: justify;
            justify-content: space-between; }
        .footer .footer-left .footer-menus {
          width: 62%;
          padding-top: 0;
          border-top: none;
          text-align: left; }
      .footer .footer-right {
        height: 150px;
        padding: 0;
        border-top: none;
        text-align: center; }
        .footer .footer-right .cta-cover {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translateX(-50%) translateY(-50%);
          display: inline-block; }
          .footer .footer-right .cta-cover .icon-mappin {
            display: block; }
      .footer .copy-text {
        padding: 0; }
      .footer .footer-bottom {
        padding: 1.5rem 0; }
    .footer-menu {
      width: auto; }
    .shop-nav-sm {
      -ms-flex: 0 0 120px;
          flex: 0 0 120px; }
      .layout-faqs .section-title {
        font-size: 2.5em; }
      .layout-faqs .faqs-items .faqs-item {
        padding: 1.25rem 0; }
      .layout-faqs .faqs-items .faqs-cover {
        width: calc(100% - 100px); }
      .layout-faqs .faqs-items .question {
        font-size: 1.125em; }
      .layout-faqs .faqs-items .faq-toggle {
        width: 100px; }
    .margin-top-xsm {
      margin-top: 1em; }
    .margin-top-sm {
      margin-top: 2em; }
    .margin-top-md {
      margin-top: 2.75em; }
    .margin-top-lg {
      margin-top: 4em; }
    .margin-top-xlg {
      margin-top: 5.25em; }
    .margin-btm-xsm {
      margin-bottom: 1em; }
    .margin-btm-sm {
      margin-bottom: 2em; }
    .margin-btm-md {
      margin-bottom: 2.75em; }
    .margin-btm-lg {
      margin-bottom: 4em; }
    .margin-btm-xlg {
      margin-bottom: 5.25em; }
    .padding-top-xsm {
      padding-top: 0.9375em; }
    .padding-top-sm {
      padding-top: 1.5625em; }
    .padding-top-md {
      padding-top: 2.1875em; }
    .padding-top-lg {
      padding-top: 2.1875em; }
    .padding-top-xlg {
      padding-top: 3.75em; }
    .padding-btm-xsm {
      padding-bottom: 0.9375em; }
    .padding-btm-sm {
      padding-bottom: 1.5625em; }
    .padding-btm-md {
      padding-bottom: 2.1875em; }
    .padding-btm-lg {
      padding-bottom: 2.1875em; }
    .padding-btm-xlg {
      padding-bottom: 3.75em; }
          .banner .banner-item .banner-content .heading {
            font-size: 3rem; }
    .hero-container {
      padding-top: 3.75rem;
      padding-bottom: 3.75rem; }
      .hero-size-lg .hero-container {
        min-height: 620px; }
      .hero-size-sm .hero-container {
        min-height: 300px;
        padding-top: 3.125rem;
        padding-bottom: 3.125rem; }
    .hero-heading {
      font-size: 2.5rem; }
    .hero-subheading {
      font-size: 1.5rem; }
    .hero-caption {
      font-size: 1.125rem; }
    .hero-video-link {
      margin-top: 1.875rem; }
    .hero-cta {
      margin-top: 1.875rem; }
    .highlight-links-items {
      display: -ms-flexbox;
      display: flex; }
    .highlight-links-item {
      width: 46%;
      margin: 0 2% 1.25rem; }
    .stats-bar-item {
      margin: 0 1.25rem; }
    .testimonial-item-quote {
      font-size: 1.375rem; }
    .testimonial-item-byline {
      font-size: 1.125rem; }
    .image-group {
      width: 65%; }
      .image-group .twocol-img-cover {
        width: 300px;
        height: 230px; }
        .image-group .twocol-img-cover.img-one::before {
          width: 135px;
          height: 130px; }
        .image-group .twocol-img-cover.img-two::before {
          top: 18%;
          width: 135px;
          height: 130px; }
      .content-group .twocol-heading {
        font-size: 3.1875rem; }
      .content-group .banner-caption {
        font-size: 1.125rem; }
        .enquiry .forminator-custom-form .forminator-row {
          width: 30% !important; }
      .enquiry .forminator-label {
        font-size: 1.125rem !important; }
      .grid .grid-container {
        padding-top: 3rem;
        padding-bottom: 7rem; }
      .grid .small-heading {
        text-align: center; }
      .grid .small-heading::before {
        left: 13%; }
      .grid-item .grid-img-cover {
        width: 110px;
        height: 100px; }
        .grid-item:hover .grid-img-cover {
          width: 90px;
          height: 90px; }
      .coach .coach-container {
        padding: 3rem 2rem; }
    .coach-items {
      -ms-flex-direction: row;
          flex-direction: row; }
    .coach-item {
      width: 47%; }
        .coach-item .coach-content .section-subheading {
          font-size: 1.375rem; }
      .gallery .gallery-container {
        padding-top: 2rem;
        padding-bottom: 3rem; }
      .gallery .gallery-head-wrap {
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-align: end;
            align-items: flex-end;
        -ms-flex-pack: justify;
            justify-content: space-between;
        width: 90%;
        gap: 0; }
        .gallery .gallery-head-wrap .gall-head {
          width: 80%; }
        .gallery .gallery-head-wrap .gall-button-wrap {
          width: 20%; }
      .feedback .feedback-container {
        padding: 3rem 1.875rem; }
      .feedback .slick-prev {
        top: 80%;
        left: 375px; }
      .feedback .slick-next {
        top: 80%;
        left: 450px; }
      .class .class-container {
        padding-top: 3rem;
        padding-bottom: 3rem; }
      .class .small-heading {
        text-align: center; }
      .class .small-heading::before {
        left: 13%; }
        .class-item .class-content .section-subheading {
          font-size: 1.375rem; }
      .gym-facilities .inner-block {
        -ms-flex: 1 1 33.33%;
            flex: 1 1 33.33%; }
        .contact-card .contact-info-wrapper .image-block {
          display: block; }
        .contact-card .contact-info-wrapper .content-block {
          width: 60%; }
        .category-filter .gallery .image-wrapper {
          width: 47%;
          min-height: 300px; }
    .location_gallery_images {
      width: 47%; }
        .blog-banner .content-cover .title {
          font-size: 1.75em; }
        .blog-banner .blog-search-form .search-submit {
          width: 46px; }
        .blog-banner .blog-search-form .search-form-field {
          padding-right: 2.125rem;
          padding-left: 3rem;
          font-size: 1em; }
        .blog-grid .blog-grid-cover .post-card {
          width: 48%; }
    .resource-cta {
      text-align: left; }
      .resource-cta .resource-cta-cover {
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
      .resource-cta .featured-image {
        width: 200px;
        margin-bottom: 0; }
      .resource-cta .resource-content {
        width: calc(100% - 200px);
        padding: 0.125rem 0.9375rem 0.625rem; }
      .no-results-section .container {
        padding: 6.25rem; }
    .related-posts .heading {
      font-size: 1.625em; }
      .related-posts .blog-grid-cover .post-card {
        width: 48%; }
    .author-section {
      -ms-flex-flow: row;
          flex-flow: row;
      margin: 1.5625rem auto auto;
      text-align: left; }
      .author-section .author-image {
        margin: 0; }
      .author-section .author-content {
        width: calc(100% - 180px); }
      .contact-content .contact-left,.contact-content .contact-middle {
        width: 45%; }
        .contact-content .contact-right .form-title {
          padding: 1.875rem 3.125rem 0;
          font-size: 1.875em;
          letter-spacing: 0.0275rem; }
      .search-any .search-top .search-top-cover {
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
        -ms-flex-align: center;
            align-items: center;
        text-align: left; }
      .search-any .search-top .search-title {
        display: block;
        margin: 0 1.25rem 0 0; }
      .search-any .search-top .search-form {
        margin: 0; }
        .search-any .search-item.product-item .product-image {
          display: inline-block;
          width: 22.5%; }
        .search-any .search-item.product-item .product-content {
          width: 77.5%; } }
  @media screen and (min-width: 783px) {
      .admin-bar .header {
        top: 32px; } }
  @media screen and (min-width: 50em) {
    .core h1 {
      font-size: 5rem;
      line-height: 5.625rem; }
    .core h2 {
      font-size: 2.5rem;
      line-height: 3.125rem; }
    .core h3 {
      line-height: 1.75rem; }
    .core h4 {
      font-size: 1rem; }
    .core h6 {
      font-size: 1.25em; }
        .footer-top .footer-logo .custom-logo-link {
          width: 146px; }
      .footer-top .footer-nav {
        margin-top: 3.125rem;
        padding: 0 0.625rem; }
      .footer .footer-cover {
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
      .footer .footer-left {
        width: 75%; }
        .footer .footer-left .footer-menus {
          width: 64%; }
        .footer .address-cover::after {
          top: 0;
          width: 30px;
          height: 33px; }
      .footer .location-cover {
        margin-top: 1.25rem; }
        .footer .location-cover::after {
          width: 35px;
          height: 33px; }
      .footer .footer-right {
        width: 25%;
        height: auto; }
        .footer .footer-right .cta-cover {
          margin-top: -1.25rem; }
      .layout-faqs .faqs-items .faqs-item {
        padding: 2.1875rem 0; }
      .layout-faqs .faqs-items .faqs-cover {
        width: calc(100% - 150px); }
      .layout-faqs .faqs-items .faq-toggle {
        width: 150px; }
    .margin-top-xsm {
      margin-top: 1.25em; }
    .margin-top-sm {
      margin-top: 2.5em; }
    .margin-top-md {
      margin-top: 3.75em; }
    .margin-top-lg {
      margin-top: 5em; }
    .margin-top-xlg {
      margin-top: 6.25em; }
    .margin-btm-xsm {
      margin-bottom: 1.25em; }
    .margin-btm-sm {
      margin-bottom: 2.5em; }
    .margin-btm-md {
      margin-bottom: 3.75em; }
    .margin-btm-lg {
      margin-bottom: 5em; }
    .margin-btm-xlg {
      margin-bottom: 6.25em; }
    .padding-top-xsm {
      padding-top: 1.25em; }
    .padding-top-sm {
      padding-top: 2.1875em; }
    .padding-top-md {
      padding-top: 3.125em; }
    .padding-top-lg {
      padding-top: 4.375em; }
    .padding-top-xlg {
      padding-top: 6.25em; }
    .padding-btm-xsm {
      padding-bottom: 1.25em; }
    .padding-btm-sm {
      padding-bottom: 2.1875em; }
    .padding-btm-md {
      padding-bottom: 3.125em; }
    .padding-btm-lg {
      padding-bottom: 4.375em; }
    .padding-btm-xlg {
      padding-bottom: 6.25em; }
      .banner .banner-items {
        padding: 2.5rem 0 0; }
    .hero-container {
      padding-top: 5rem;
      padding-bottom: 5rem; }
      .hero-size-sm .hero-container {
        padding-top: 4.375rem;
        padding-bottom: 4.375rem; }
    .logo-bar {
      padding: 3.125rem 0; }
      .logo-bar .logo-bar-container {
        padding: 0 1.875rem; }
      .logo-bar .logo-item-wrapper {
        width: 225px;
        height: 111px;
        padding: 1.25rem; }
      .logo-bar .logo-item {
        width: auto; }
    .stats-bar-items {
      -ms-flex-pack: justify;
          justify-content: space-between; }
    .stats-bar-item {
      margin: 0; }
    .image-group {
      margin: 3.125rem auto 0; }
      .image-group .twocol-img-cover {
        width: 370px;
        height: 310px; }
        .image-group .twocol-img-cover.img-one::before {
          top: 0;
          left: 66%;
          width: 150px;
          height: 150px; }
        .image-group .twocol-img-cover.img-one .twocol-img {
          top: 8%; }
        .image-group .twocol-img-cover.img-two::before {
          top: 14%;
          left: 41%;
          width: 150px;
          height: 150px; }
        .image-group .twocol-img-cover.img-two .twocol-img {
          top: -42%; }
    .content-group {
      width: 90%; }
      .enquiry .forminator-custom-form {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -ms-flex-align: end;
            align-items: flex-end; }
        .enquiry .forminator-custom-form .forminator-row {
          padding: 0 1rem !important; }
      .enquiry .forminator-label {
        font-size: 1.25rem !important; }
        .enquiry .forminator-row-last .forminator-button-submit.primary-cta {
          width: 100% !important;
          font-size: 1.25rem !important; }
    .grid-items {
      -ms-grid-columns: 30% 30% 30%;
          grid-template-columns: 30% 30% 30%; }
      .coach .coach-container {
        padding: 5rem 2rem; }
    .coach-items {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .coach-item {
      width: 33%;
      height: 490px; }
      .gallery .gallery-container {
        max-width: 100%;
        padding: 3rem 0 5rem; }
      .gallery .slick-slide {
        margin: 0 1rem; }
      .gallery .slick-arrow {
        width: 60px;
        height: 60px;
        background-size: 60px 60px; }
      .gallery .slick-prev {
        left: 60px; }
      .gallery .slick-next {
        right: 0; }
      .feedback .feedback-container {
        padding: 5rem 1.875rem; }
      .feedback .slick-prev {
        left: 400px; }
      .feedback .slick-next {
        left: 475px; }
      .tabbing .left-block-wrapper {
        width: 35%; }
      .tabbing .svg-image {
        max-width: 64px;
        height: 50px; }
        .tabbing .left-block-content svg {
          max-width: 64px; }
      .tabbing .right-block-wrapper {
        display: block;
        width: 65%; }
      .cta-with-image .cta-with-image-container {
        padding: 8rem 1.875rem !important; }
    .gym-facilities {
      padding: 4rem 0; }
      .gym-facilities .content-block {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 25% 25% 25% 25%;
            grid-template-columns: 25% 25% 25% 25%; }
      .gym-facilities .inner-block {
        padding: 0; }
            .contact-card .contact-info-wrapper .content-block .phone-number::after {
              width: 29px;
              height: 29px;
              font-size: 1.125rem; }
            .contact-card .contact-info-wrapper .content-block .email::after {
              top: 0;
              width: 28px;
              height: 20px; }
            .contact-card .contact-info-wrapper .content-block .address::after {
              top: 0;
              width: 30px;
              height: 33px; }
            .contact-card .contact-info-wrapper .content-block .location::after {
              width: 35px;
              height: 33px; }
    .pricing-benefits {
      padding: 4rem 0; }
      .pricing-benefits .inner-block {
        width: calc(50% - 32px); }
      .category-filter .button-wrapper {
        -ms-flex-pack: center;
            justify-content: center; }
      .category-filter .category-button {
        margin: 0 1rem 0 0; }
        .blog-banner .content-cover .title {
          font-size: 2.125em;
          line-height: 3.375rem; }
    .blog-grid {
      padding-bottom: 1.875rem; }
        .blog-grid .blog-grid-cover .post-card:hover {
          border-color: #333;
          box-shadow: none; }
      .related-posts .blog-grid-cover .post-card:hover {
        box-shadow: none; }
    .author-section {
      margin: 1.875rem auto auto; }
      .contact-content .contact-content-cover {
        -ms-flex-pack: justify;
            justify-content: space-between; }
      .contact-content .contact-left,.contact-content .contact-middle {
        margin-bottom: 3.125rem; }
        .contact-content .contact-left .address-title,.contact-content .contact-middle .address-title {
          margin-bottom: 1rem;
          font-size: 1.25rem; }
        .contact-content .contact-left .phone-cover,.contact-content .contact-middle .phone-cover {
          margin-top: 1.25rem; }
          .contact-content .contact-left .phone-cover::after,.contact-content .contact-middle .phone-cover::after {
            width: 29px;
            height: 29px; }
        .contact-content .contact-left .email-cover,.contact-content .contact-middle .email-cover {
          margin-top: 1.875rem; }
          .contact-content .contact-left .email-cover::after,.contact-content .contact-middle .email-cover::after {
            top: 0;
            width: 28px;
            height: 20px; }
      .contact-content .contact-right {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        width: 98%;
        margin: 1.875rem auto 0; }
    .error404 .free-text {
      padding-bottom: 5rem; } }
  @media screen and (min-width: 56.25em) {
      .footer .opening-time-cover .title {
        margin-bottom: 1rem;
        font-size: 1.25rem; } }
  @media screen and (min-width: 62.5em) {
    .container {
      padding: 0 1.875rem; }
    .resource-pagination {
      margin-bottom: 6.25rem; }
  .social-share .social-share-cover {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: initial;
        align-items: initial;
    margin-bottom: 0; }
    .social-share .social-share-links {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      margin-top: 1.25rem; }
    .social-share .social-share-link-item {
      width: auto; }
    .header-top {
      display: block; }
    .header-top .header-top-cover {
      display: -ms-inline-flexbox;
      display: inline-flex;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
      .header-top .utility-nav {
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
        -ms-flex-align: center;
            align-items: center; }
      .header-nav .header-menus {
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: end;
            justify-content: flex-end; }
      .header-nav .button-cover {
        display: none; }
    .main-nav {
      display: -ms-flexbox;
      display: flex;
      width: auto;
      height: 100%; }
    .main-nav .mobile-hide {
      display: none; }
    .main-menu {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      height: 100%; }
        .main-menu .menu-item.desktop-hide {
          display: none; }
    .main-menu .menu-item-top-level {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      height: calc(100% + 2px);
      margin-left: 2.1875rem; }
    .main-menu .menu-item-top-level.menu-item-active,.main-menu .menu-item-top-level:hover {
      border-bottom: 2px solid #77f515;
      transition: all 0.3s ease 0s; }
      .main-menu .menu-item-top-level > .menu-link-cover .menu-item-link {
        height: 100%;
        padding: 0; }
      .main-menu .menu-item-top-level .menu-item {
        position: static;
        width: 264px; }
    .main-menu .menu-item-top-level.menu-item-has-children:hover .icon {
      transform: rotate(180deg); }
    .main-menu .menu-item-top-level.menu-item-has-children:hover .sub-menu-toggle {
      top: 48px; }
      .main-menu .menu-item-link {
        line-height: 4; }
      .main-menu .sub-menu-toggle {
        z-index: 60;
        top: 52px;
        left: 60px;
        width: 15px;
        height: 15px; }
      .main-menu .sub-menu-toggle {
        display: block; }
        .main-menu .sub-menu-toggle .icon {
          width: 10px;
          height: 10px; }
      .main-menu .sub-menu {
        position: absolute;
        top: 0;
        left: 100%; }
      .main-menu .sub-menu-cover {
        position: absolute;
        z-index: 9;
        top: 100%;
        left: 0; }
        .main-menu .sub-menu-cover .menu-item-link {
          font-size: 0.875em; }
        .main-menu .sub-menu-cover > .sub-menu {
          width: auto;
          box-shadow: 0 15px 15px -11px rgba(0, 0, 0, 0.29); }
          .main-menu .sub-menu-cover > .sub-menu > .menu-item.menu-item-level-2 .sub-menu {
            height: 100.7%;
            margin-top: -0.0625rem;
            margin-left: -1.25rem;
            box-shadow: 0 15px 15px -11px rgba(0, 0, 0, 0.29); }
            .main-menu .sub-menu-cover > .sub-menu > .menu-item.menu-item-level-2 .sub-menu .menu-item {
              width: 260px; }
    .main-menu.main-menu-has-touch .sub-menu-toggle {
      display: block;
      margin-top: 1.0625rem;
      margin-left: -1.25rem;
      transform: rotate(90deg); }
    .main-menu.main-menu-has-touch .menu-item-top-level .sub-menu-toggle {
      width: 29px;
      margin-top: 0.5rem;
      margin-right: -0.75rem;
      transform: rotate(0); }
    .main-menu.main-menu-has-touch .menu-item-has-children > .menu-item-link {
      margin-right: 1.375rem; }
    .main-menu.main-menu-has-touch .sub-menu-cover .sub-menu-toggle {
      margin-top: 0.25rem;
      margin-right: 1.875rem;
      transform: rotate(-90deg); }
    .main-menu-cta-lg {
      display: block; }
  .main-menu-cta-sm {
    display: none; }
    .main-nav .utility-nav {
      display: none; }
    .utility-nav .search-form {
      display: -ms-inline-flexbox;
      display: inline-flex;
      width: 200px;
      padding: 0; }
    .utility-nav .search-form-field {
      height: 28px;
      padding: 0.375rem 2.375rem 0.375rem 1rem; }
    .utility-nav .search-submit {
      width: 28px;
      height: 28px; }
      .footer-menu > .menu-item:last-child {
        margin-bottom: 3.125rem; }
    .shop-nav-sm {
      display: none; }
    .layout-faqs {
      padding: 2.8125rem 0 2.1875rem; }
      .layout-faqs .faqs-items .faqs-cover {
        width: calc(100% - 200px); }
      .layout-faqs .faqs-items .faq-toggle {
        width: 200px; }
      .banner .banner-items {
        padding: 1.25rem 0 0; }
      .banner .banner-item {
        -ms-flex-direction: row;
            flex-direction: row;
        height: 480px; }
        .banner .banner-item .banner-content {
          width: 47%; }
          .banner .banner-item .banner-content .heading {
            font-size: 5rem; }
        .banner .banner-item .banner-img-cover {
          width: 53%; }
    .hero-container {
      padding-top: 6.25rem;
      padding-bottom: 6.25rem; }
      .hero-size-sm .hero-container {
        padding-top: 5rem;
        padding-bottom: 5rem; }
  .highlight-links.overlap {
    margin: 0;
    padding: 0; }
    .overlap .highlight-links-inner-container {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      width: 100%;
      padding: 3.125rem 4.375rem;
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); }
    .highlight-links-wrapper {
      display: -ms-flexbox;
      display: flex; }
  .highlight-links-header {
    width: 15%; }
    .highlight-links-heading {
      text-align: left; }
    .highlight-links-items {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      width: 78%;
      margin-top: 0; }
    .highlight-links-item {
      width: 20%;
      margin: 0;
      text-align: left; }
    .spacer.size-xsm {
      height: 50px; }
    .spacer.size-sm {
      height: 100px; }
    .spacer.size-md {
      height: 150px; }
    .spacer.size-lg {
      height: 200px; }
    .spacer.size-xlg {
      height: 250px; }
    .stats-bar-wrapper {
      padding: 0; }
      .testimonials .slider-arrow.slick-prev {
        left: -100px; }
      .testimonials .slider-arrow.slick-next {
        right: -100px; }
      .testimonials .slider-arrow svg {
        width: 60px;
        height: 60px; }
      .two-column .twocol {
        -ms-flex-direction: row;
            flex-direction: row; }
    .image-group {
      width: 55%;
      margin: 0 0 8.75rem; }
        .image-group .twocol-img-cover.img-one::before {
          top: 42%; }
        .image-group .twocol-img-cover.img-one .twocol-img {
          top: 50%; }
        .image-group .twocol-img-cover.img-two::before {
          top: 56%; }
        .image-group .twocol-img-cover.img-two .twocol-img {
          top: 0; }
    .content-group {
      width: 40%;
      padding: 0 1.25rem; }
      .grid .grid-container {
        padding-top: 7rem; }
      .grid .small-heading::before {
        left: 23%; }
    .grid-items {
      width: 90%; }
      .grid-item .grid-img-cover {
        width: 130px;
        height: 120px; }
        .grid-item:hover .grid-img-cover {
          width: 100px;
          height: 100px; }
      .coach .coach-container {
        padding: 7rem 2rem 7.5rem; }
        .coach-item .coach-content .section-subheading {
          font-size: 1.5rem; }
      .gallery .gallery-container {
        padding-top: 5rem;
        padding-bottom: 7rem; }
      .feedback .feedback-container {
        padding: 7rem 1.875rem; }
      .class .class-container {
        padding-top: 5.3125rem; }
      .class .small-heading::before {
        left: 23%; }
        .class-item .class-content .section-subheading {
          font-size: 1.5rem; }
          .tabbing .right-block-content .heading-content .tab-heading {
            font-size: 2.5rem; }
      .cta-with-image .cta-with-image-container {
        padding: 10rem 1.875rem !important; }
    .gym-facilities {
      padding: 7.5rem 0; }
      .contact-card .contact-container {
        padding: 6rem 1.875rem 6.5rem; }
      .contact-card .contact-info-wrapper {
        -ms-flex-direction: row;
            flex-direction: row; }
        .contact-card .contact-info-wrapper .contact-detail-block {
          width: 50%; }
    .pricing-benefits {
      padding: 7.5rem 0; }
      .contact-us .contact-us-container {
        -ms-flex-direction: row;
            flex-direction: row;
        padding: 10rem 1.875rem; }
        .contact-us .contact-us-container .content-block {
          width: 50%;
          padding: 0 5% 0 0; }
        .contact-us .contact-us-container .form-block {
          width: 50%; }
      .category-filter .category-button {
        margin: 0 2rem 0 0; }
        .category-filter .gallery .image-wrapper {
          width: 22%; }
    .location_gallery_images {
      width: 22%;
      min-height: 300px; }
    .form-block {
      width: 50%; }
        .blog-banner .content-cover .title {
          font-size: 2.8125em; }
    .blog-grid {
      padding-bottom: 3.4375rem; }
      .blog-grid .blog-grid-cover {
        padding: 3.125rem 0 0; }
        .blog-grid .blog-grid-cover .post-card {
          width: 455px;
          max-width: 100%;
          margin-bottom: 3.125rem; }
          .blog-grid .blog-grid-cover .post-card .content {
            padding: 1.125rem 1.875rem 1.375rem; }
            .blog-grid .blog-grid-cover .post-card .post-title .title {
              font-size: 1.5em; }
          .blog-grid .blog-grid-cover .post-card-share .social-share-cover {
            -ms-flex-direction: row;
                flex-direction: row; }
        .blog-grid .blog-grid-cover .post-card-share .social-share-links {
          margin-top: 0; }
    .resource-cta {
      margin-top: 2.625rem;
      padding: 2rem 0; }
    .blog-detail .blog-detail-top {
      padding: 0 1.875rem; }
      .sticky-share .social-share {
        position: absolute;
        top: 0;
        left: 0;
        display: inline-block;
        margin-top: 0;
        margin-left: -6.25rem;
        text-align: center; }
    .related-posts .heading {
      margin: 2.8125rem auto;
      font-size: 1.875em; }
      .related-posts .blog-grid-cover .post-card {
        width: 455px;
        max-width: 100%;
        margin-bottom: 3.125rem; }
        .related-posts .blog-grid-cover .post-card .content {
          padding: 1.125rem 1.875rem 1.375rem; }
          .related-posts .blog-grid-cover .post-card .post-title .title {
            font-size: 1.5em; }
    .author-section {
      margin: 2.875rem auto auto; }
      .contact-content .contact-left,.contact-content .contact-middle {
        width: 30%; }
        .contact-content .contact-left .social-link-cover .title,.contact-content .contact-middle .social-link-cover .title {
          margin-bottom: 0;
          font-size: 1.5rem;
          line-height: 3.375rem; }
      .contact-content .contact-right {
        -ms-flex-direction: column;
            flex-direction: column;
        width: 30%;
        margin: 0; } }
  @media screen and (min-width: 64em) {
    .main-menu-toggle {
      display: none; }
    .footer-top {
      padding: 4.375rem 0 1.5rem; }
        .footer .footer-left .footer-menus {
          width: 60%; }
      .blog-grid .blog-grid-cover {
        padding: 4.25rem 0 0; }
        .sticky-share .social-share.sticky .social-share-cover {
          position: fixed;
          top: 80px;
          margin-top: 0;
          margin-left: 0; } }
  @media screen and (min-width: 68.75em) {
      .footer-top .footer-nav {
        width: 20%;
        margin: 0; }
      .main-menu.main-menu-has-touch .sub-menu-toggle .icon svg {
        width: 14px;
        height: 14px; }
      .main-menu.main-menu-has-touch .menu-link-cover {
        padding-right: 0.3125rem; }
    .footer-menu {
      display: block;
      width: auto;
      height: auto; }
    .grid-items {
      width: 80%; }
    .contact-content {
      width: 80%; }
      .contact-content .contact-left,.contact-content .contact-middle {
        width: 30%;
        max-width: 100%;
        margin: 0; }
      .contact-content .contact-right {
        width: 30%;
        max-width: 100%;
        margin: 0; } }
  @media screen and (min-width: 75em) {
    .image-group {
      width: 50%;
      margin: 0 0 8.75rem; }
    .blog-detail .blog-detail-cover {
      padding-bottom: 2.8125rem; }
    .blog-detail .blog-detail-cover {
      padding-bottom: 5.9375rem; } }
  @media screen and (min-width: 81.25em) {
      .logo-bar .logo-bar-container {
        -ms-flex-pack: center;
            justify-content: center; } }
  @media screen and (min-width: 87.5em) {
      .gallery .slick-prev {
        left: 160px; }
      .gallery .slick-next {
        right: 100px; } }
  @media screen and (max-width: 30em) {
      .header-nav .header-logo {
        width: 90px;
        margin: auto 1.25rem; }
    .grid-items {
      -ms-grid-columns: 100%;
          grid-template-columns: 100%;
      grid-gap: 1.25rem; } }
  @media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed !important; } }
  @media screen and (max-width: 37.5em) {
  .core table {
    width: 100%; }
  .core thead {
    display: none; }
  .core tr:nth-of-type(2n) {
    background-color: inherit; }
  .core tr td:first-child {
    background: rgba(0, 0, 0, 0.1);
    font-size: 1em;
    font-weight: 700; }
  .core tbody td {
    display: block;
    text-align: center; }
  .core tbody td::before {
    display: block;
    text-align: center;
    content: attr(data-th); }
      .footer .copy-text {
        width: 100%; }
            .blog-grid .blog-grid-cover .post-card .card-bottom .button {
              padding: 0 1.25rem; }
          .related-posts .blog-grid-cover .post-card .card-bottom .button {
            padding: 0 1.25rem; } }
  @media screen and (max-width: 62.5em) {
      .header-nav .container {
        padding-right: 0;
        padding-left: 0; }
      .header-nav .header-menus {
        position: absolute;
        z-index: 1;
        top: 90px;
        left: 0;
        width: 100%;
        padding-top: 0; }
      .main-menu.main-nav-active .primary-button.menu-item-top-level {
        padding: 1rem 0 0 1.25rem; }
      .main-menu .sub-menu-toggle.sub-menutoggle-active .icon {
        transform: rotate(180deg); }
    .two-column {
      padding-top: 4rem; } }
  @media screen and (max-width: 25em) {
      .footer .copy-text a {
        display: block; } }
  @media screen and (max-width: 50em) {
        .tabbing .left-block-content.active .visible-medium-device {
          display: block; }
    .blog-cards {
      -ms-flex: 0 1 100%;
          flex: 0 1 100%; }
    .faq-item {
      -ms-flex: 0 1 100%;
          flex: 0 1 100%; }
    .location-img,.location-map {
      -ms-flex-direction: column;
          flex-direction: column; }
    .form-block,.location-content,.location-image,.location-map-embed {
      width: 100%; } }
  @media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
			* Remove all paddings around the image on small screen
			*/
  .mfp-img-mobile .mfp-image-holder {
    padding-right: 0;
    padding-left: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure::after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 0.3125rem; }
  .mfp-img-mobile .mfp-bottom-bar {
    box-sizing: border-box;
    position: fixed;
    top: auto;
    bottom: 0;
    margin: 0;
    padding: 0.1875rem 0.3125rem;
    background: rgba(0, 0, 0, 0.6); }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    top: 3px;
    right: 5px; }
  .mfp-img-mobile .mfp-close {
    position: fixed;
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    padding: 0;
    background: rgba(0, 0, 0, 0.6);
    line-height: 2.1875rem;
    text-align: center; } }
  @media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
    -webkit-transform: scale(0.75); }
  .mfp-arrow-left {
    transform-origin: 0;
    -webkit-transform-origin: 0; }
  .mfp-arrow-right {
    transform-origin: 100%;
    -webkit-transform-origin: 100%; }
  .mfp-container {
    padding-right: 0.375rem;
    padding-left: 0.375rem; } }

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