@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* site wide variables (colours, font sizes) */
@font-face {
  font-family: 'Stolzl';
  src: url("../fonts/Stolzl-Light.woff2") format("woff2"), url("../fonts/Stolzl-Light.woff") format("woff"), url("../fonts/Stolzl-Light.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Stolzl';
  src: url("../fonts/Stolzl-Book.woff2") format("woff2"), url("../fonts/Stolzl-Book.woff") format("woff"), url("../fonts/Stolzl-Book.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Stolzl';
  src: url("../fonts/Stolzl-Regular.woff2") format("woff2"), url("../fonts/Stolzl-Regular.woff") format("woff"), url("../fonts/Stolzl-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Stolzl';
  src: url("../fonts/Stolzl-Medium.woff2") format("woff2"), url("../fonts/Stolzl-Medium.woff") format("woff"), url("../fonts/Stolzl-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Stolzl';
  src: url("../fonts/Stolzl-Bold.woff2") format("woff2"), url("../fonts/Stolzl-Bold.woff") format("woff"), url("../fonts/Stolzl-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Azo Sans';
  src: url("../fonts/AzoSans-Regular.woff2") format("woff2"), url("../fonts/AzoSans-Regular.woff") format("woff"), url("../fonts/AzoSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Azo Sans';
  src: url("../fonts/AzoSans-Bold.woff2") format("woff2"), url("../fonts/AzoSans-Bold.woff") format("woff"), url("../fonts/AzoSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

/* site wide variables (colours, fonts) */
/*--------------------------------------------------
	!Collection of common classes
	and SASS mixins
-------------------------------------------------- */
/*	--------------------------------------------------
	!Common Classes
-------------------------------------------------- */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
  tap-highlight-color: rgba(0, 0, 0, 0) !important;
  -webkit-backface-visibility: hidden !important;
  backface-visibility: hidden !important;
  -webkit-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  max-width: 100%; }

.slick-slider * {
  max-width: none; }

.slick-slider img {
  max-width: 100%; }

input[type="search"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

table,
table * {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

* html .clearfix {
  height: 1%; }

.main-wrapper,
.pakery-grid,
.gform_fields,
.clearfix {
  display: block; }

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

i[class^="fa-"] {
  -webkit-transition: 0s 0s !important;
  transition: 0s 0s !important; }
  i[class^="fa-"]:before, i[class^="fa-"]:after,
  i[class^="fa-"] * {
    -webkit-transition: 0s 0s !important;
    transition: 0s 0s !important; }
  i[class^="fa-"]:before {
    -webkit-transition: 0.3s !important;
    transition: 0.3s !important; }

svg g {
  -webkit-transition: 0s 0s !important;
  transition: 0s 0s !important; }

/* mixin (@include font-size(??); , @include svg_img("../images/??");) and common classes (.clearfix, .img-replacment) */
html {
  font-size: 0.625vw;
  font-family: "Stolzl", sans-serif;
  font-weight: 300;
  margin-top: 0 !important;
  background-color: #1A1A1A; }
  @media (max-width: 992px) {
    html {
      font-size: 10px; } }
  @media (max-width: 768px) {
    html {
      overflow-x: hidden; }
      html.menu-open {
        overflow: hidden; } }
  html#BTT {
    margin-top: 0 !important; }

body {
  color: #929292;
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 300;
  position: relative; }
  @media (max-width: 768px) {
    body {
      overflow: hidden; } }

#wpadminbar {
  display: none; }

h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
blockquote,
pre,
table,
li {
  color: #929292;
  margin-top: 0;
  font-weight: 300;
  margin-bottom: 1.15em;
  font-size: 1.6rem;
  line-height: 1.75; }
  h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a,
  p a,
  address a,
  blockquote a,
  pre a,
  table a,
  li a {
    font-size: inherit;
    text-decoration: underline;
    font-weight: inherit;
    color: inherit;
    font-weight: 700;
    color: #A9F83A; }
    h1 a:hover, h1 a:focus-visible,
    h2 a:hover,
    h2 a:focus-visible,
    h3 a:hover,
    h3 a:focus-visible,
    h4 a:hover,
    h4 a:focus-visible,
    h5 a:hover,
    h5 a:focus-visible,
    h6 a:hover,
    h6 a:focus-visible,
    p a:hover,
    p a:focus-visible,
    address a:hover,
    address a:focus-visible,
    blockquote a:hover,
    blockquote a:focus-visible,
    pre a:hover,
    pre a:focus-visible,
    table a:hover,
    table a:focus-visible,
    li a:hover,
    li a:focus-visible {
      text-decoration: underline; }
  h1 strong,
  h2 strong,
  h3 strong,
  h4 strong,
  h5 strong,
  h6 strong,
  p strong,
  address strong,
  blockquote strong,
  pre strong,
  table strong,
  li strong {
    font-weight: 900;
    color: inherit; }
  h1 em,
  h2 em,
  h3 em,
  h4 em,
  h5 em,
  h6 em,
  p em,
  address em,
  blockquote em,
  pre em,
  table em,
  li em {
    font-style: italic;
    color: inherit; }

sub,
sup {
  font-size: 56%; }

sup {
  top: -1.9em; }

sub {
  bottom: 0.3em; }

small {
  font-size: 75%; }

h1,
h2,
h3,
h4,
h5,
h6,
blockquote {
  font-family: "Stolzl", sans-serif;
  margin-bottom: .5em;
  font-weight: 700;
  color: #FFFFFF; }

h1 {
  font-size: 7.2rem;
  line-height: 1.11111; }
  @media (max-width: 992px) {
    h1 {
      font-size: 4rem;
      line-height: 1.2; } }
  @media (max-width: 992px) {
    h1 {
      font-size: 3.2rem;
      line-height: 1.5; } }

h2 {
  font-size: 5.6rem;
  line-height: 1.14286;
  margin-bottom: .6em; }
  @media (max-width: 768px) {
    h2 {
      font-size: 3.2rem;
      line-height: 1.25;
      margin-bottom: 1.1em; } }

h3 {
  font-size: 4rem;
  line-height: 1.4; }
  @media (max-width: 992px) {
    h3 {
      font-size: 3.2rem;
      line-height: 1.25; } }

h4 {
  font-size: 2.4rem;
  line-height: 1.33333; }

@media (max-width: 1600px) and (min-width: 993px) {
  h4 {
    font-size: clamp(22px, 2.4rem, 2.4rem); } }

h5 {
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: -.02em;
  margin-bottom: .45em; }

@media (max-width: 1600px) and (min-width: 993px) {
  h5 {
    font-size: clamp(18px, 2rem, 2rem); } }

h6 {
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 300;
  color: #A9F83A; }

@media (max-width: 1600px) and (min-width: 993px) {
  h6 {
    font-size: clamp(18px, 2rem, 2rem); } }

p {
  font-size: 1.6rem;
  line-height: 1.75;
  margin-bottom: 1.86em; }

@media (max-width: 1600px) and (min-width: 993px) {
  p {
    font-size: clamp(14px, 1.6rem, 1.6rem); } }
  p.small {
    font-size: 1.3rem;
    line-height: 1.30769; }

@media (max-width: 1600px) and (min-width: 993px) {
  p.small {
    font-size: clamp(11px, 1.3rem, 1.3rem); } }
  p.large {
    font-size: 1.7rem;
    line-height: 1.23529; }

@media (max-width: 1600px) and (min-width: 993px) {
  p.large {
    font-size: clamp(15px, 1.7rem, 1.7rem); } }

button {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  border: none;
  padding: 0; }

button,
a {
  font-size: inherit;
  color: #929292;
  font-weight: 300;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  text-decoration: underline; }
  button:before, button:after,
  button *:before,
  button *:after,
  button *,
  a:before,
  a:after,
  a *:before,
  a *:after,
  a * {
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  button:hover, button:focus-visible,
  a:hover,
  a:focus-visible {
    color: #929292; }

sup {
  top: -1.61em;
  font-size: 30%;
  font-weight: inherit;
  margin-left: .2em; }

mark {
  background-color: #1E1E1E;
  color: #FFFFFF; }

strong {
  font-weight: 900; }

blockquote {
  font-size: 1.6rem;
  line-height: 1.75;
  margin: 0 0 1.34em;
  padding: 0;
  font-style: normal;
  color: #929292;
  position: relative;
  z-index: 1;
  text-transform: none;
  font-family: "Azo Sans", serif;
  font-weight: 500;
  text-align: center; }

@media (max-width: 1600px) and (min-width: 993px) {
  blockquote {
    font-size: clamp(14px, 1.6rem, 1.6rem); } }
  blockquote:before {
    content: '“'; }
  blockquote:after {
    content: '”'; }
  blockquote ~ .by {
    font-size: 1.6rem;
    line-height: 1.75;
    text-align: center; }
    blockquote ~ .by strong {
      font-weight: 500; }
  blockquote p {
    font-size: inherit !important;
    line-height: inherit !important;
    font-family: inherit !important;
    font-weight: inherit !important;
    margin-bottom: 0 !important;
    letter-spacing: inherit !important; }

hr {
  border: 0;
  width: 100%;
  height: .1rem;
  background-color: currentColor;
  margin: 1.6rem 0 1.6rem; }
  @media (max-width: 992px) {
    hr {
      margin: .8rem 0 .8rem; } }
  hr:last-child {
    margin-bottom: 0; }

address {
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.75;
  color: #929292;
  margin-bottom: 1.3em; }

@media (max-width: 1600px) and (min-width: 993px) {
  address {
    font-size: clamp(14px, 1.6rem, 1.6rem); } }

ol,
ul,
dl {
  margin: 0;
  padding-left: 0;
  list-style-position: inside;
  font-size: 0;
  margin-bottom: .7em; }
  ol li,
  ol dt,
  ol dd,
  ul li,
  ul dt,
  ul dd,
  dl li,
  dl dt,
  dl dd {
    font-size: 1.6rem;
    line-height: 1.75;
    margin-bottom: 0; }

@media (max-width: 1600px) and (min-width: 993px) {
  ol li,
  ol dt,
  ol dd,
  ul li,
  ul dt,
  ul dd,
  dl li,
  dl dt,
  dl dd {
    font-size: clamp(14px, 1.6rem, 1.6rem); } }
    ol li a,
    ol dt a,
    ol dd a,
    ul li a,
    ul dt a,
    ul dd a,
    dl li a,
    dl dt a,
    dl dd a {
      font-size: inherit; }
  ol dd,
  ul dd,
  dl dd {
    margin-bottom: 20px; }

.acf_content ol,
.acf_content ul,
.acf_content dl,
main ol,
main ul,
main dl {
  font-size: 1.6rem;
  line-height: 1.75;
  margin-bottom: 1.5em; }

@media (max-width: 1600px) and (min-width: 993px) {
  .acf_content ol,
  .acf_content ul,
  .acf_content dl,
  main ol,
  main ul,
  main dl {
    font-size: clamp(14px, 1.6rem, 1.6rem); } }

ul {
  list-style-position: inside;
  padding-left: 0; }
  ul.no-bullet {
    list-style: none; }
    ul.no-bullet li {
      padding-left: 0; }
      ul.no-bullet li:before {
        display: none; }
  ul li {
    padding-left: 4.3em;
    margin-bottom: .9em;
    list-style: none;
    position: relative; }
    ul li:before {
      content: '';
      position: absolute;
      left: 1.95em;
      top: .35em;
      width: 1em;
      height: 1em;
      border-radius: 1em;
      background-color: #A9F83A; }
    ul li ul {
      margin-top: 1em;
      margin-bottom: 1em; }
      ul li ul li:before {
        border-radius: 0;
        height: .1em;
        top: .75em; }

ol:not(.pagination) {
  list-style-position: outside;
  padding-left: 0;
  counter-reset: section; }
  ol:not(.pagination) li {
    list-style: none;
    position: relative;
    margin-bottom: .5em;
    padding-left: 4.3em; }
    ol:not(.pagination) li:nth-of-type(1n + 10):before {
      content: counter(section) ". "; }
    ol:not(.pagination) li:before {
      counter-increment: section;
      content: counter(section) ". ";
      min-width: 1em;
      display: inline-block;
      position: absolute;
      top: -.05em;
      left: 1.75em;
      font-size: inherit;
      line-height: inherit;
      font-size: 112.5%;
      color: #A9F83A;
      font-weight: 500; }
    ol:not(.pagination) li ol {
      margin-top: 1em;
      margin-bottom: 1em; }
      ol:not(.pagination) li ol li {
        padding-left: 2.3em; }
        ol:not(.pagination) li ol li:before {
          content: counter(section, lower-alpha) ". ";
          left: .1em; }

ul.wc-item-meta,
ul.order_details,
ul.filter-items,
ul.small-footer-menu,
ul.woocommerce-PaymentMethods,
ul.woocommerce-shipping-methods,
ul.woocommerce-order-overview,
ul.wc_payment_methods,
ul.select2-results__options,
.woocommerce-MyAccount-navigation ul,
ul.woocommerce-error,
ul.matching-items,
ul.post-categories,
ul.tabs,
ul.small-menu,
ul.main-menu,
ul.footer-menu,
ul.sub-menu,
ul.g_fields,
ul.social-menu,
ul.flex,
ul.slick {
  list-style: none;
  padding-left: 0;
  padding-top: 0; }
  ul.wc-item-meta > li,
  ul.order_details > li,
  ul.filter-items > li,
  ul.small-footer-menu > li,
  ul.woocommerce-PaymentMethods > li,
  ul.woocommerce-shipping-methods > li,
  ul.woocommerce-order-overview > li,
  ul.wc_payment_methods > li,
  ul.select2-results__options > li,
  .woocommerce-MyAccount-navigation ul > li,
  ul.woocommerce-error > li,
  ul.matching-items > li,
  ul.post-categories > li,
  ul.tabs > li,
  ul.small-menu > li,
  ul.main-menu > li,
  ul.footer-menu > li,
  ul.sub-menu > li,
  ul.g_fields > li,
  ul.social-menu > li,
  ul.flex > li,
  ul.slick > li {
    padding-left: 0;
    margin-bottom: 0; }
    ul.wc-item-meta > li:before, ul.wc-item-meta > li:after,
    ul.order_details > li:before,
    ul.order_details > li:after,
    ul.filter-items > li:before,
    ul.filter-items > li:after,
    ul.small-footer-menu > li:before,
    ul.small-footer-menu > li:after,
    ul.woocommerce-PaymentMethods > li:before,
    ul.woocommerce-PaymentMethods > li:after,
    ul.woocommerce-shipping-methods > li:before,
    ul.woocommerce-shipping-methods > li:after,
    ul.woocommerce-order-overview > li:before,
    ul.woocommerce-order-overview > li:after,
    ul.wc_payment_methods > li:before,
    ul.wc_payment_methods > li:after,
    ul.select2-results__options > li:before,
    ul.select2-results__options > li:after,
    .woocommerce-MyAccount-navigation ul > li:before,
    .woocommerce-MyAccount-navigation ul > li:after,
    ul.woocommerce-error > li:before,
    ul.woocommerce-error > li:after,
    ul.matching-items > li:before,
    ul.matching-items > li:after,
    ul.post-categories > li:before,
    ul.post-categories > li:after,
    ul.tabs > li:before,
    ul.tabs > li:after,
    ul.small-menu > li:before,
    ul.small-menu > li:after,
    ul.main-menu > li:before,
    ul.main-menu > li:after,
    ul.footer-menu > li:before,
    ul.footer-menu > li:after,
    ul.sub-menu > li:before,
    ul.sub-menu > li:after,
    ul.g_fields > li:before,
    ul.g_fields > li:after,
    ul.social-menu > li:before,
    ul.social-menu > li:after,
    ul.flex > li:before,
    ul.flex > li:after,
    ul.slick > li:before,
    ul.slick > li:after {
      display: none; }

html body table:not(.ui-datepicker-calendar) {
  margin-bottom: 0;
  border: none;
  width: 100% !important;
  background-color: transparent;
  text-align: left;
  table-layout: fixed;
  font-size: 1.6rem;
  line-height: 1.75; }

@media (max-width: 1600px) and (min-width: 993px) {
  html body table:not(.ui-datepicker-calendar) {
    font-size: clamp(14px, 1.6rem, 1.6rem); } }
  html body table:not(.ui-datepicker-calendar) * {
    vertical-align: top; }
  html body table:not(.ui-datepicker-calendar):not(:has(thead)) tbody tr:first-of-type td,
  html body table:not(.ui-datepicker-calendar):not(:has(thead)) tbody tr:first-of-type th,
  html body table:not(.ui-datepicker-calendar) thead td,
  html body table:not(.ui-datepicker-calendar) thead th {
    padding: 1.1rem 1.5rem;
    border-top: 0.1rem solid #929292;
    border-bottom: 0.1rem solid #929292;
    border-left: 0.1rem solid #929292;
    font-weight: 900;
    text-transform: uppercase; }
    @media (max-width: 768px) {
      html body table:not(.ui-datepicker-calendar):not(:has(thead)) tbody tr:first-of-type td,
      html body table:not(.ui-datepicker-calendar):not(:has(thead)) tbody tr:first-of-type th,
      html body table:not(.ui-datepicker-calendar) thead td,
      html body table:not(.ui-datepicker-calendar) thead th {
        padding: 1rem 1rem; } }
    html body table:not(.ui-datepicker-calendar):not(:has(thead)) tbody tr:first-of-type td:last-of-type,
    html body table:not(.ui-datepicker-calendar):not(:has(thead)) tbody tr:first-of-type th:last-of-type,
    html body table:not(.ui-datepicker-calendar) thead td:last-of-type,
    html body table:not(.ui-datepicker-calendar) thead th:last-of-type {
      border-right: 0.1rem solid #929292; }
  html body table:not(.ui-datepicker-calendar) tbody td {
    padding: 1.55rem 1.5rem;
    border-bottom: 0.1rem solid #929292;
    border-left: 0.1rem solid #929292; }
    @media (max-width: 768px) {
      html body table:not(.ui-datepicker-calendar) tbody td {
        padding: 1rem 1rem; } }
    html body table:not(.ui-datepicker-calendar) tbody td:last-of-type {
      border-right: 0.1rem solid #929292; }

.wp-caption .wp-caption-text {
  font-size: 1.4rem;
  line-height: 1.14286;
  font-weight: 300;
  color: #929292; }
  .wp-caption .wp-caption-text:last-of-type:last-of-type {
    margin-bottom: 0;
    padding-top: 1.1rem; }
    @media (max-width: 768px) {
      .wp-caption .wp-caption-text:last-of-type:last-of-type {
        padding-top: .3rem; } }

svg,
p.p-img a,
.wp-caption,
video,
img {
  max-width: 100%;
  width: auto;
  height: auto;
  display: block; }
  svg.alignnone,
  p.p-img a.alignnone,
  .wp-caption.alignnone,
  video.alignnone,
  img.alignnone {
    margin: 3em 0 4.2em; }
  svg.alignright,
  p.p-img a.alignright,
  .wp-caption.alignright,
  video.alignright,
  img.alignright {
    float: right;
    margin: 3em 0 4.2em 4.2em; }
  svg.alignleft,
  p.p-img a.alignleft,
  .wp-caption.alignleft,
  video.alignleft,
  img.alignleft {
    float: left;
    margin: 3em 4.2em 4.2em 0; }
  svg.aligncenter,
  p.p-img a.aligncenter,
  .wp-caption.aligncenter,
  video.aligncenter,
  img.aligncenter {
    clear: both;
    display: block;
    margin: 3em auto 4.2em; }

a img.alignright {
  float: right;
  margin: 3em 0 4.2em 4.2em; }

a img.alignleft {
  float: left;
  margin: 3em 4.2em 4.2em 0; }

a img.aligncenter {
  clear: both;
  display: block;
  margin: 3em auto 4.2em; }

::-moz-selection {
  background: #858585;
  color: #FFFFFF; }

::selection {
  background: #858585;
  color: #FFFFFF; }

::-moz-selection {
  background: #858585;
  color: #FFFFFF; }

.fieldset {
  margin-bottom: 0; }
  .fieldset .field {
    position: relative;
    padding-bottom: 1px; }
  .fieldset div.mage-error[generated] {
    position: absolute;
    bottom: 5px; }

.wpcf7-not-valid.wpcf7-not-valid.wpcf7-not-valid:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
input[name][name][name]:focus-visible,
textarea[name][name][name]:focus-visible,
select[name][name][name]:focus-visible {
  border-color: #1E1E1E !important; }

.wpcf7-not-valid.wpcf7-not-valid.wpcf7-not-valid:focus-visible,
input.mage-error:focus-visible,
select.mage-error:focus-visible,
textarea.mage-error:focus-visible,
.wpcf7-not-valid.wpcf7-not-valid.wpcf7-not-valid,
li.gfield.error input,
.gfield_error input,
.gfield_error select,
.gfield_error .dk-select,
.gfield_error textarea,
input.mage-error,
select.mage-error,
textarea.mage-error {
  border-color: #F60000 !important; }

div.mage-error[generated] {
  color: #F60000;
  position: absolute;
  margin-top: 4px;
  line-height: 1.1em;
  padding-top: 2px;
  margin-left: 0px;
  text-align: left; }

pre {
  font-size: 0.625vw;
  font-size: 1rem; }

.main-wrapper {
  padding-top: 0;
  padding-bottom: 0;
  width: 100%;
  width: 100dvw; }
  .main-wrapper section {
    overflow: hidden; }

.inner {
  position: relative; }

img.full-bg,
.full-bg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative; }

img.full-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%; }

.container {
  width: 100%;
  padding-right: 22.5;
  padding-left: 22.5;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 1440; } }
  @media (min-width: 769px) {
    .container {
      max-width: 1441; } }
  @media (min-width: 993px) {
    .container {
      max-width: 1442; } }
  @media (min-width: 1443) {
    .container {
      max-width: 1443; } }

.container-fluid {
  width: 100%;
  padding-right: 22.5;
  padding-left: 22.5;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -22.5;
  margin-left: -22.5;
  max-width: none; }
  .row.no-padding {
    padding: 0; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 22.5;
  padding-left: 22.5; }
  .no-padding.col-1, .no-padding.col-2, .no-padding.col-3, .no-padding.col-4, .no-padding.col-5, .no-padding.col-6, .no-padding.col-7, .no-padding.col-8, .no-padding.col-9, .no-padding.col-10, .no-padding.col-11, .no-padding.col-12, .no-padding.col,
  .no-padding.col-auto, .no-padding.col-sm-1, .no-padding.col-sm-2, .no-padding.col-sm-3, .no-padding.col-sm-4, .no-padding.col-sm-5, .no-padding.col-sm-6, .no-padding.col-sm-7, .no-padding.col-sm-8, .no-padding.col-sm-9, .no-padding.col-sm-10, .no-padding.col-sm-11, .no-padding.col-sm-12, .no-padding.col-sm,
  .no-padding.col-sm-auto, .no-padding.col-md-1, .no-padding.col-md-2, .no-padding.col-md-3, .no-padding.col-md-4, .no-padding.col-md-5, .no-padding.col-md-6, .no-padding.col-md-7, .no-padding.col-md-8, .no-padding.col-md-9, .no-padding.col-md-10, .no-padding.col-md-11, .no-padding.col-md-12, .no-padding.col-md,
  .no-padding.col-md-auto, .no-padding.col-lg-1, .no-padding.col-lg-2, .no-padding.col-lg-3, .no-padding.col-lg-4, .no-padding.col-lg-5, .no-padding.col-lg-6, .no-padding.col-lg-7, .no-padding.col-lg-8, .no-padding.col-lg-9, .no-padding.col-lg-10, .no-padding.col-lg-11, .no-padding.col-lg-12, .no-padding.col-lg,
  .no-padding.col-lg-auto, .no-padding.col-xl-1, .no-padding.col-xl-2, .no-padding.col-xl-3, .no-padding.col-xl-4, .no-padding.col-xl-5, .no-padding.col-xl-6, .no-padding.col-xl-7, .no-padding.col-xl-8, .no-padding.col-xl-9, .no-padding.col-xl-10, .no-padding.col-xl-11, .no-padding.col-xl-12, .no-padding.col-xl,
  .no-padding.col-xl-auto {
    padding: 0; }

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1; }

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13; }

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 769px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 993px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1443) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important; }

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important; }

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important; }

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important; }

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important; }

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important; }

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important; }

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important; }

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

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important; }

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

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important; }

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 769px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 993px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1443) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

.container-fluid.no-padding,
.container.no-padding {
  padding-left: 0;
  padding-right: 0; }

/* adapted boostap 4 grid*/
header[role="banner"] {
  z-index: 50;
  width: 100%;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-perspective: 999999px;
          perspective: 999999px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

#site-logo {
  display: block;
  height: auto;
  margin: 0;
  z-index: 2;
  -webkit-transition: 0s;
  transition: 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 17.054rem; }
  @media (max-width: 992px) {
    #site-logo {
      width: 13.554rem; } }
  @media (max-width: 768px) {
    #site-logo {
      width: 11.458rem; } }
  #site-logo img,
  #site-logo svg {
    width: 100%; }

.sticky-slider {
  display: none; }

.menu-top-outer {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .menu-top-outer .col-12 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 5.1rem;
    padding-bottom: 5.1rem; }
    @media (max-width: 992px) {
      .menu-top-outer .col-12 {
        padding-top: 5.8rem;
        padding-bottom: 5.8rem; } }
    @media (max-width: 768px) {
      .menu-top-outer .col-12 {
        padding-top: 2.4rem;
        padding-bottom: 2.4rem; } }
    .menu-top-outer .col-12 .left,
    .menu-top-outer .col-12 .right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .menu-top-outer .col-12 .left {
      -ms-flex-line-pack: start;
          align-content: flex-start; }
    .menu-top-outer .col-12 .right {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }

.mob-only.mob-only {
  width: 100%; }
  @media (min-width: 769px) {
    .mob-only.mob-only {
      display: none; } }
  .mob-only.mob-only .social-links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

.burger {
  height: 4.368rem;
  width: 4.368rem;
  border-radius: 0;
  line-height: 4.368rem;
  padding: 0;
  -webkit-perspective: 900000px;
  perspective: 900000px;
  z-index: 1;
  pointer-events: auto;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 400;
  border-radius: 0;
  display: none; }
  @media (max-width: 768px) {
    .burger {
      display: block;
      height: 4.8rem;
      width: 4.8rem;
      line-height: 4.8rem;
      z-index: 3;
      border-radius: 50%;
      background-color: #1A1A1A;
      -webkit-box-shadow: inset 0 0 0 0.2rem #A9F83A;
              box-shadow: inset 0 0 0 0.2rem #A9F83A; } }
  .burger:hover {
    cursor: pointer; }
  .burger .line1 {
    width: 4.368rem;
    max-width: 100%;
    height: 0.3rem;
    background-color: #A9F83A;
    position: absolute;
    top: 2.034rem;
    left: 50%;
    border-radius: 0rem;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background-position: center center; }
    @media (max-width: 768px) {
      .burger .line1 {
        width: 1.2rem;
        height: 0.2rem;
        top: 2.3rem;
        border-radius: 0.1rem; } }
    .burger .line1:before, .burger .line1:after {
      width: 4.368rem;
      max-width: 4.368rem;
      height: 0.3rem;
      position: absolute;
      content: '';
      left: 0px;
      border-radius: 0rem;
      -webkit-transform-origin: center center;
          -ms-transform-origin: center center;
              transform-origin: center center;
      background-position: center center;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      @media (max-width: 768px) {
        .burger .line1:before, .burger .line1:after {
          width: 1.2rem;
          height: 0.2rem;
          border-radius: 0.1rem; } }
    .burger .line1:before {
      -webkit-transform: translateY(-1.15rem);
          -ms-transform: translateY(-1.15rem);
              transform: translateY(-1.15rem);
      background-color: #A9F83A; }
      @media (max-width: 768px) {
        .burger .line1:before {
          -webkit-transform: translateY(-0.4rem);
              -ms-transform: translateY(-0.4rem);
                  transform: translateY(-0.4rem); } }
    .burger .line1:after {
      -webkit-transform: translateY(1.15rem);
          -ms-transform: translateY(1.15rem);
              transform: translateY(1.15rem);
      background-color: #A9F83A; }
      @media (max-width: 768px) {
        .burger .line1:after {
          -webkit-transform: translateY(0.4rem);
              -ms-transform: translateY(0.4rem);
                  transform: translateY(0.4rem); } }
  .burger.close .line1 {
    background-color: #A9F83A;
    -webkit-transition: visibility .1s .2s, background-color .1s .2s, background-size .1s .2s;
    transition: visibility .1s .2s, background-color .1s .2s, background-size .1s .2s;
    background-size: 100% 100%; }
    .burger.close .line1:before {
      -webkit-transform: translateY(-1.15rem);
          -ms-transform: translateY(-1.15rem);
              transform: translateY(-1.15rem);
      background-color: #A9F83A;
      visibility: visible;
      -webkit-animation: before .5s linear;
              animation: before .5s linear;
      -webkit-transition: all 0.3s 0s, visibility 0.1s 0.25s, background-color 0.1s 0.25s, background-image 0.1s 0.25s;
      transition: all 0.3s 0s, visibility 0.1s 0.25s, background-color 0.1s 0.25s, background-image 0.1s 0.25s; }
      @media (max-width: 768px) {
        .burger.close .line1:before {
          -webkit-transform: translateY(-0.4rem);
              -ms-transform: translateY(-0.4rem);
                  transform: translateY(-0.4rem);
          -webkit-animation: beforeM .5s linear;
                  animation: beforeM .5s linear; } }
    .burger.close .line1:after {
      -webkit-transform: translateY(1.15rem);
          -ms-transform: translateY(1.15rem);
              transform: translateY(1.15rem);
      background-color: #A9F83A;
      visibility: visible;
      -webkit-animation: after .5s linear;
              animation: after .5s linear;
      -webkit-transition: all 0.3s 0s, visibility 0.1s 0.25s, background-color 0.1s 0.25s, background-image 0.1s 0.25s;
      transition: all 0.3s 0s, visibility 0.1s 0.25s, background-color 0.1s 0.25s, background-image 0.1s 0.25s; }
      @media (max-width: 768px) {
        .burger.close .line1:after {
          -webkit-transform: translateY(0.4rem);
              -ms-transform: translateY(0.4rem);
                  transform: translateY(0.4rem);
          -webkit-animation: afterM .5s linear;
                  animation: afterM .5s linear; } }

@-webkit-keyframes before {
  0% {
    -webkit-transform: rotate(-45deg) translateY(0);
            transform: rotate(-45deg) translateY(0); }
  33% {
    -webkit-transform: rotate(0deg) translateY(0);
            transform: rotate(0deg) translateY(0); }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-1.15rem);
            transform: translateY(-1.15rem); } }

@keyframes before {
  0% {
    -webkit-transform: rotate(-45deg) translateY(0);
            transform: rotate(-45deg) translateY(0); }
  33% {
    -webkit-transform: rotate(0deg) translateY(0);
            transform: rotate(0deg) translateY(0); }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-1.15rem);
            transform: translateY(-1.15rem); } }

@-webkit-keyframes after {
  0% {
    -webkit-transform: rotate(45deg) translateY(0);
            transform: rotate(45deg) translateY(0); }
  33% {
    -webkit-transform: rotate(0deg) translateY(0);
            transform: rotate(0deg) translateY(0); }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: translateY(1.15rem);
            transform: translateY(1.15rem); } }

@keyframes after {
  0% {
    -webkit-transform: rotate(45deg) translateY(0);
            transform: rotate(45deg) translateY(0); }
  33% {
    -webkit-transform: rotate(0deg) translateY(0);
            transform: rotate(0deg) translateY(0); }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: translateY(1.15rem);
            transform: translateY(1.15rem); } }

@-webkit-keyframes beforeM {
  0% {
    -webkit-transform: rotate(-45deg) translateY(0);
            transform: rotate(-45deg) translateY(0); }
  33% {
    -webkit-transform: rotate(0deg) translateY(0);
            transform: rotate(0deg) translateY(0); }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-0.4rem);
            transform: translateY(-0.4rem); } }

@keyframes beforeM {
  0% {
    -webkit-transform: rotate(-45deg) translateY(0);
            transform: rotate(-45deg) translateY(0); }
  33% {
    -webkit-transform: rotate(0deg) translateY(0);
            transform: rotate(0deg) translateY(0); }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-0.4rem);
            transform: translateY(-0.4rem); } }

@-webkit-keyframes afterM {
  0% {
    -webkit-transform: rotate(45deg) translateY(0);
            transform: rotate(45deg) translateY(0); }
  33% {
    -webkit-transform: rotate(0deg) translateY(0);
            transform: rotate(0deg) translateY(0); }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: translateY(0.4rem);
            transform: translateY(0.4rem); } }

@keyframes afterM {
  0% {
    -webkit-transform: rotate(45deg) translateY(0);
            transform: rotate(45deg) translateY(0); }
  33% {
    -webkit-transform: rotate(0deg) translateY(0);
            transform: rotate(0deg) translateY(0); }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: translateY(0.4rem);
            transform: translateY(0.4rem); } }
  .burger.open {
    z-index: 112; }
    .burger.open .line1 {
      -webkit-transform-origin: 50% 50%;
          -ms-transform-origin: 50% 50%;
              transform-origin: 50% 50%;
      -webkit-transition: visibility .1s .25s, background-color .1s .25s, background-size .1s .25s;
      transition: visibility .1s .25s, background-color .1s .25s, background-size .1s .25s;
      background-color: transparent;
      background-size: 100% 0; }
      .burger.open .line1:before {
        -webkit-transform: rotate(45deg) translateY(0);
            -ms-transform: rotate(45deg) translateY(0);
                transform: rotate(45deg) translateY(0);
        background-color: #A9F83A;
        visibility: visible;
        -webkit-animation: before-open .5s linear;
                animation: before-open .5s linear;
        -webkit-transition: visibility .1s .25s, background-color .1s .25s, background-image .1s .25s;
        transition: visibility .1s .25s, background-color .1s .25s, background-image .1s .25s; }
        @media (max-width: 768px) {
          .burger.open .line1:before {
            -webkit-animation: before-openM .5s linear;
                    animation: before-openM .5s linear; } }
      .burger.open .line1:after {
        -webkit-transform: rotate(-45deg) translateY(0);
            -ms-transform: rotate(-45deg) translateY(0);
                transform: rotate(-45deg) translateY(0);
        background-color: #A9F83A;
        visibility: visible;
        -webkit-animation: after-open .5s linear;
                animation: after-open .5s linear;
        -webkit-transition: visibility .1s .25s, background-color .1s .25s, background-image .1s .25s;
        transition: visibility .1s .25s, background-color .1s .25s, background-image .1s .25s; }
        @media (max-width: 768px) {
          .burger.open .line1:after {
            -webkit-animation: after-openM .5s linear;
                    animation: after-openM .5s linear; } }

@-webkit-keyframes before-open {
  0% {
    -webkit-transform: translateY(-1.15rem);
            transform: translateY(-1.15rem); }
  33% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: rotate(45deg) translateY(0);
            transform: rotate(45deg) translateY(0); } }

@keyframes before-open {
  0% {
    -webkit-transform: translateY(-1.15rem);
            transform: translateY(-1.15rem); }
  33% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: rotate(45deg) translateY(0);
            transform: rotate(45deg) translateY(0); } }

@-webkit-keyframes after-open {
  0% {
    -webkit-transform: translateY(1.15rem);
            transform: translateY(1.15rem); }
  33% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: rotate(-45deg) translateY(0);
            transform: rotate(-45deg) translateY(0); } }

@keyframes after-open {
  0% {
    -webkit-transform: translateY(1.15rem);
            transform: translateY(1.15rem); }
  33% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: rotate(-45deg) translateY(0);
            transform: rotate(-45deg) translateY(0); } }

@-webkit-keyframes before-openM {
  0% {
    -webkit-transform: translateY(-0.4rem);
            transform: translateY(-0.4rem); }
  33% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: rotate(45deg) translateY(0);
            transform: rotate(45deg) translateY(0); } }

@keyframes before-openM {
  0% {
    -webkit-transform: translateY(-0.4rem);
            transform: translateY(-0.4rem); }
  33% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: rotate(45deg) translateY(0);
            transform: rotate(45deg) translateY(0); } }

@-webkit-keyframes after-openM {
  0% {
    -webkit-transform: translateY(0.4rem);
            transform: translateY(0.4rem); }
  33% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: rotate(-45deg) translateY(0);
            transform: rotate(-45deg) translateY(0); } }

@keyframes after-openM {
  0% {
    -webkit-transform: translateY(0.4rem);
            transform: translateY(0.4rem); }
  33% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: rotate(-45deg) translateY(0);
            transform: rotate(-45deg) translateY(0); } }

#mainMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (max-width: 768px) {
    #mainMenu {
      margin: 0 auto;
      position: fixed;
      background-color: #1A1A1A;
      top: 0;
      left: 0;
      width: 100%;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      padding: 8rem 2rem 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      overflow: hidden;
      z-index: 1;
      -webkit-transform: translateX(100%);
          -ms-transform: translateX(100%);
              transform: translateX(100%);
      height: 100vh;
      max-height: 100vh;
      overflow: auto; }
      #mainMenu:has(li.open) {
        overflow: hidden; }
      .menu-open #mainMenu {
        -webkit-transform: translateX(0%);
            -ms-transform: translateX(0%);
                transform: translateX(0%); } }

ul.main-menu.main-menu {
  margin: 0 0;
  padding: 0;
  font-size: 0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (max-width: 768px) {
    ul.main-menu.main-menu {
      top: 0;
      left: 0;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      text-align: left;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      margin: 0 0 1.5rem; } }
  ul.main-menu.main-menu li {
    font-size: 0rem;
    line-height: 1;
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left; }
    @media (min-width: 769px) {
      ul.main-menu.main-menu li.button:hover > a, ul.main-menu.main-menu li.button:focus-visible > a {
        color: #1A1A1A;
        background-color: #52FF00;
        text-decoration: none !important; } }
    ul.main-menu.main-menu li.button > a {
      color: #1A1A1A;
      background-color: #A9F83A; }
      @media (min-width: 769px) {
        ul.main-menu.main-menu li.button > a:hover, ul.main-menu.main-menu li.button > a:focus-visible {
          color: #1A1A1A;
          background-color: #52FF00;
          text-decoration: none !important; } }
    @media (min-width: 769px) {
      ul.main-menu.main-menu li {
        margin: 0 .33rem; } }
  @media (min-width: 769px) and (max-width: 992px) {
    ul.main-menu.main-menu li {
      margin: 0 .17rem; } }
    @media (min-width: 769px) {
        ul.main-menu.main-menu li:last-of-type {
          margin-right: 0; }
        ul.main-menu.main-menu li:hover > a, ul.main-menu.main-menu li:focus-visible > a {
          color: #A9F83A;
          text-decoration: underline !important; }
        ul.main-menu.main-menu li img {
          margin: 0 auto 1rem; }
        ul.main-menu.main-menu li.mob-back {
          display: none; } }
    @media (max-width: 768px) {
      ul.main-menu.main-menu li.open .sub-menu.sub-menu {
        -webkit-transform: translateX(0%);
            -ms-transform: translateX(0%);
                transform: translateX(0%); }
      ul.main-menu.main-menu li.mob-back.mob-back.mob-back {
        margin-bottom: 2.9rem;
        pointer-events: none; }
        ul.main-menu.main-menu li.mob-back.mob-back.mob-back > a {
          font-size: 2rem;
          border-bottom: .1rem solid white;
          background-image: url(../images/menu-arrow-left.svg);
          background-repeat: no-repeat;
          background-position: 0% 50%;
          padding-left: 3.2rem;
          background-size: .871rem auto; } }
    @media (max-width: 768px) {
      ul.main-menu.main-menu li {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        padding-bottom: 0rem;
        margin-bottom: 0rem; }
        ul.main-menu.main-menu li img {
          display: none; } }
    ul.main-menu.main-menu li.no-link > a {
      pointer-events: none; }
    ul.main-menu.main-menu li > a {
      font-size: 1.6rem;
      line-height: 1.2;
      width: auto;
      color: #FFFFFF;
      text-decoration: none !important;
      font-weight: 700;
      position: relative;
      font-family: "Stolzl", sans-serif;
      padding: 1.24rem 2.4rem;
      z-index: 2;
      border-radius: 2.2rem; }

@media (max-width: 1600px) and (min-width: 992px) {
  ul.main-menu.main-menu li > a {
    font-size: clamp(14px, 1.6rem, 1.6rem); } }
      @media (max-width: 992px) {
        ul.main-menu.main-menu li > a {
          font-size: 1.4rem;
          padding: 1.34rem 1.05rem; } }
      @media (min-width: 769px) {
        ul.main-menu.main-menu li > a:hover, ul.main-menu.main-menu li > a:focus-visible {
          color: #A9F83A;
          text-decoration: underline !important; } }

footer {
  position: relative; }
  footer .footer-top-outer .container {
    padding-top: 9rem;
    padding-bottom: 7rem; }
    @media (max-width: 992px) {
      footer .footer-top-outer .container {
        background-color: #252525;
        overflow: hidden;
        border-radius: 1.6rem;
        max-width: calc(100% - 8rem);
        padding: 2.4rem 0; } }
    @media (max-width: 768px) {
      footer .footer-top-outer .container {
        max-width: calc(100% - 4.8rem); } }
  footer .footer-top-outer h6 {
    margin-bottom: .7em; }
    @media (max-width: 992px) {
      footer .footer-top-outer h6 {
        width: 100%;
        text-align: left;
        padding: 1.6rem 5rem 1.6rem 2.4rem;
        margin-bottom: 0;
        font-size: 1.6rem;
        font-weight: 700;
        position: relative; }
        footer .footer-top-outer h6 + ul,
        footer .footer-top-outer h6 + div {
          max-height: 0rem;
          overflow: hidden;
          padding: 0rem 2.4rem 0rem 2.4rem;
          margin-bottom: 0;
          -webkit-transition: 0.3s;
          transition: 0.3s; }
        footer .footer-top-outer h6:after {
          content: '';
          position: absolute;
          top: 50%;
          right: 2.4rem;
          width: 1.5rem;
          height: .8rem;
          background-size: 100% auto;
          background-image: url(../images/chevron-down.svg);
          background-repeat: no-repeat;
          -webkit-transform: translateY(-50%) rotateX(0deg);
                  transform: translateY(-50%) rotateX(0deg);
          -webkit-transition: 0.3s;
          transition: 0.3s;
          -webkit-backface-visibility: visible !important;
                  backface-visibility: visible !important; }
        footer .footer-top-outer h6.open:after {
          -webkit-transform: translateY(-50%) rotateX(180deg);
                  transform: translateY(-50%) rotateX(180deg); }
        footer .footer-top-outer h6.open + ul,
        footer .footer-top-outer h6.open + div {
          max-height: 100rem;
          padding: 0rem 2.4rem 1.5rem 2.4rem; } }
  footer .footer-top-outer .contact,
  footer .footer-top-outer .hours,
  footer .footer-top-outer .address {
    font-size: 1.6rem;
    line-height: 2.25;
    color: white; }
    @media (max-width: 992px) {
      footer .footer-top-outer .contact,
      footer .footer-top-outer .hours,
      footer .footer-top-outer .address {
        line-height: 2.4375; } }
    footer .footer-top-outer .contact .tel,
    footer .footer-top-outer .contact .email,
    footer .footer-top-outer .hours .tel,
    footer .footer-top-outer .hours .email,
    footer .footer-top-outer .address .tel,
    footer .footer-top-outer .address .email {
      font-weight: 700;
      color: white; }
      footer .footer-top-outer .contact .tel:hover, footer .footer-top-outer .contact .tel:focus-visible,
      footer .footer-top-outer .contact .email:hover,
      footer .footer-top-outer .contact .email:focus-visible,
      footer .footer-top-outer .hours .tel:hover,
      footer .footer-top-outer .hours .tel:focus-visible,
      footer .footer-top-outer .hours .email:hover,
      footer .footer-top-outer .hours .email:focus-visible,
      footer .footer-top-outer .address .tel:hover,
      footer .footer-top-outer .address .tel:focus-visible,
      footer .footer-top-outer .address .email:hover,
      footer .footer-top-outer .address .email:focus-visible {
        color: #A9F83A; }
    footer .footer-top-outer .contact .social-menu,
    footer .footer-top-outer .hours .social-menu,
    footer .footer-top-outer .address .social-menu {
      margin-top: 3.1rem; }
  footer .footer-top-outer .footer-menu {
    font-size: 1.6rem;
    line-height: 2.25;
    margin: 0 0; }
    @media (max-width: 992px) {
      footer .footer-top-outer .footer-menu {
        line-height: 2.4375; } }
    footer .footer-top-outer .footer-menu li {
      font-size: 1.6rem;
      line-height: 2.25; }
      @media (max-width: 992px) {
        footer .footer-top-outer .footer-menu li {
          line-height: 2.4375; } }
    footer .footer-top-outer .footer-menu a {
      font-size: 1.6rem;
      line-height: 2.25;
      color: #FFFFFF;
      font-family: "Stolzl", sans-serif;
      font-weight: 700; }
      @media (max-width: 992px) {
        footer .footer-top-outer .footer-menu a {
          line-height: 2.4375; } }
      footer .footer-top-outer .footer-menu a:hover, footer .footer-top-outer .footer-menu a:focus-visible {
        color: #A9F83A; }
  footer .footer-bottom-outer .container {
    padding-bottom: 8.3rem; }
    @media (max-width: 992px) {
      footer .footer-bottom-outer .container {
        position: relative;
        text-align: center;
        padding-top: 5.9rem;
        padding-bottom: 8rem; } }
    @media (max-width: 768px) {
      footer .footer-bottom-outer .container {
        padding-bottom: 2.5rem; } }
    footer .footer-bottom-outer .container .lines {
      position: absolute;
      top: 0;
      right: 2.25rem;
      width: 54.5rem;
      height: 100%;
      background: repeating-linear-gradient(90deg, #3E3E3E, #3E3E3E 0.1rem, #1A1A1A 0.1rem, #1A1A1A 3.2rem);
      z-index: -1;
      opacity: .6; }
      @media (min-width: 993px) {
        footer .footer-bottom-outer .container .lines {
          right: calc((100vw - 144.3rem + 2.25rem + 2.25rem)/2); } }
      @media (max-width: 992px) {
        footer .footer-bottom-outer .container .lines {
          right: auto;
          left: 50%;
          -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
                  transform: translateX(-50%); } }
      @media (max-width: 768px) {
        footer .footer-bottom-outer .container .lines {
          width: calc(100% - 1.1rem - 1.1rem);
          -webkit-transform: none;
              -ms-transform: none;
                  transform: none;
          height: 54.4rem;
          top: auto;
          bottom: 0;
          left: 1.1rem; } }
      footer .footer-bottom-outer .container .lines::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(26, 26, 26, 0)), to(#1a1a1a));
        background: linear-gradient(to top, rgba(26, 26, 26, 0) 0%, #1a1a1a 100%); }
        @media (max-width: 992px) {
          footer .footer-bottom-outer .container .lines::after {
            background: -webkit-gradient(linear, left top, left bottom, from(rgba(26, 26, 26, 0)), to(#1a1a1a));
            background: linear-gradient(to bottom, rgba(26, 26, 26, 0) 0%, #1a1a1a 100%); } }
  @media (min-width: 993px) {
    footer .footer-bottom-outer .col-lg-9 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  footer .footer-bottom-outer #footer-logo {
    display: block;
    height: auto;
    margin: 0;
    z-index: 1;
    -webkit-transition: 0s;
    transition: 0s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 17.054rem; }
    @media (max-width: 992px) {
      footer .footer-bottom-outer #footer-logo {
        margin: 0 auto 2.7rem; } }
    footer .footer-bottom-outer #footer-logo img,
    footer .footer-bottom-outer #footer-logo svg {
      width: 100%; }
  footer .footer-bottom-outer .copy {
    font-size: 1.4rem;
    line-height: 1.71429;
    font-weight: 300;
    color: white; }
    @media (max-width: 992px) {
      footer .footer-bottom-outer .copy {
        color: #929292;
        margin-bottom: 1.5rem; } }
    footer .footer-bottom-outer .copy span {
      font-size: 150%;
      position: relative;
      bottom: -0.28em; }
  footer .footer-bottom-outer .small-menu {
    font-size: 1.4rem;
    line-height: 1.71429;
    margin: 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (max-width: 992px) {
      footer .footer-bottom-outer .small-menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    footer .footer-bottom-outer .small-menu li {
      font-size: 1.4rem;
      line-height: 1.71429;
      padding-left: 1.7rem;
      margin-left: 1.7rem;
      border-left: 0.1rem solid #A9F83A; }
      @media (max-width: 992px) {
        footer .footer-bottom-outer .small-menu li {
          margin-left: 0;
          border-left: none;
          padding-left: 0;
          margin-bottom: 1.6rem; } }
    footer .footer-bottom-outer .small-menu a {
      font-size: 1.4rem;
      line-height: 1.71429;
      color: #FFFFFF;
      font-family: "Stolzl", sans-serif;
      font-weight: 700; }
      footer .footer-bottom-outer .small-menu a:hover, footer .footer-bottom-outer .small-menu a:focus-visible {
        color: #A9F83A; }

.social-menu {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .social-menu a {
    font-size: 1.4rem;
    line-height: 1.4rem;
    height: 1.4rem;
    display: block;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
    padding: 0;
    margin: 0 1.65rem 0 0; }
    .social-menu a:last-of-type {
      margin-right: 0; }
    .social-menu a:first-of-type {
      margin-left: 0; }
    .social-menu a:hover i, .social-menu a:focus-visible i {
      color: #A9F83A !important; }
    .social-menu a i {
      font-size: 1.4rem;
      line-height: 1.4rem;
      height: 1.4rem;
      display: block;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .social-menu a.facebook:hover i, .social-menu a.facebook:focus-visible i {
      color: #3b5999 !important; }
    .social-menu a.twitter:hover i, .social-menu a.twitter:focus-visible i {
      color: #55acee !important; }
    .social-menu a.linkedin:hover i, .social-menu a.linkedin:focus-visible i {
      color: #007bb5 !important; }
    .social-menu a.pinterest:hover i, .social-menu a.pinterest:focus-visible i {
      color: #cb2027 !important; }
    .social-menu a.instagram:hover i, .social-menu a.instagram:focus-visible i {
      color: #8a3ab9 !important; }

button:focus-visible,
.btn:focus-visible {
  outline: none; }

.btn-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -1.3rem;
  max-width: calc(100% + 1.3rem + 1.3rem);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (max-width: 768px) {
    .btn-con {
      margin: 0 -1rem;
      max-width: calc(100% + 1rem + 1rem); } }
  .btn-con .arrow-link,
  .btn-con .btn {
    margin: 0 1.3rem 1rem; }
    @media (max-width: 768px) {
      .btn-con .arrow-link,
      .btn-con .btn {
        margin: 0 1rem 1rem; } }
    .btn-con .arrow-link:first-of-type:last-of-type,
    .btn-con .btn:first-of-type:last-of-type {
      margin-bottom: 0; }
  .btn-con.btn-con-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .btn-con.btn-con-left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .btn-con.btn-con-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }

.btn, *[type="submit"],
.submit-con [type="submit"] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.6rem !important;
  line-height: 1.2;
  font-weight: 700;
  color: #1A1A1A !important;
  text-decoration: none !important;
  font-family: "Stolzl", sans-serif;
  text-decoration: none;
  text-align: center;
  padding: 1.84rem 4.6rem;
  background-color: #A9F83A;
  border: 0.2rem solid #A9F83A;
  border-radius: 3rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 2; }

@media (max-width: 1600px) and (min-width: 992px) {
  .btn, *[type="submit"],
  .submit-con [type="submit"] {
    font-size: clamp(14px, 1.6rem, 1.6rem) !important; } }
  .btn:hover, .btn:focus-visible, :hover[type="submit"], :focus-visible[type="submit"] {
    outline: none;
    background-color: #52FF00;
    border-color: #52FF00;
    color: #1A1A1A !important; }
  .btn.disabled, .btn:disabled, .disabled[type="submit"], :disabled[type="submit"] {
    opacity: .25;
    pointer-events: none; }

.btn.dark {
  background-color: #1A1A1A;
  border-color: #A9F83A;
  color: #A9F83A !important; }
  .btn.dark:hover, .btn.dark:focus-visible {
    background-color: #252525;
    border-color: #A9F83A;
    color: #A9F83A !important; }

.btn.big {
  font-size: 2rem !important;
  padding: 2.234rem 1.8rem;
  min-width: 37.922rem; }

::-webkit-input-placeholder {
  font-size: 1.6rem;
  color: currentColor; }

:-moz-placeholder {
  /* Firefox 18- */
  font-size: 1.6rem;
  color: currentColor; }

::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 1.6rem;
  color: currentColor; }

:-ms-input-placeholder {
  font-size: 1.6rem;
  color: currentColor; }

form {
  margin: 0 auto;
  width: auto;
  display: block;
  margin-bottom: 0; }
  form:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }
  * html form {
    height: 1%; }

input,
input.input-text,
textarea,
.fake-select,
select {
  display: block;
  padding: 1.3rem 1.3rem;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 300;
  color: #FFFFFF;
  font-family: "Stolzl", sans-serif;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  border: 0.1rem solid #4C4C4C;
  background-color: #383838;
  border-radius: .4rem;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none; }

label + .wpcf7-form-control-wrap:has(textarea) {
  margin-top: 1.6rem; }

textarea {
  height: 17rem;
  min-height: 17rem;
  min-width: 100%; }

input:focus-visible,
input.input-text:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: none; }

input:focus-visible,
input.input-text:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: none;
  -webkit-transition: color 0.5s ease, background-color 0.5s ease;
  transition: color 0.5s ease, background-color 0.5s ease; }

.fake-select,
select {
  padding-right: 4rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(../images/select-icon.svg);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 4rem auto;
  line-height: 4.6rem;
  height: 4.8rem;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
  background-position: 100% 50%; }
  .fake-select::-ms-expand,
  select::-ms-expand {
    display: none; }
  .fake-select option,
  select option {
    padding-top: .05rem;
    padding-bottom: .05rem;
    color: #1A1A1A; }

legend,
label {
  display: block;
  font-size: 1.6rem;
  line-height: 1.75;
  font-family: "Stolzl", sans-serif;
  margin-bottom: 0.9rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 300;
  color: white;
  width: 100%; }
  @media (min-width: 769px) {
    legend,
    label {
      margin-bottom: 0; } }
  @media (max-width: 992px) {
    legend,
    label {
      font-weight: 700; } }
  legend .gfield_required::before,
  label .gfield_required::before {
    content: ' *';
    color: inherit;
    margin-left: .2em;
    display: inline-block; }
  legend .gfield_required span,
  label .gfield_required span {
    display: none; }

.submit-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.input-radio,
.input-checkbox {
  position: relative;
  display: inline-block;
  margin-bottom: 5px; }
  .input-radio:before,
  .input-checkbox:before {
    content: '';
    display: block;
    position: absolute; }

input[type="radio"],
input[type="checkbox"] {
  display: none; }
  input[type="radio"] + span,
  input[type="radio"] + .wpcf7-list-item-label,
  input[type="radio"] + label,
  input[type="checkbox"] + span,
  input[type="checkbox"] + .wpcf7-list-item-label,
  input[type="checkbox"] + label {
    padding-left: 3.2rem !important;
    position: relative;
    cursor: pointer;
    font-size: 1.6rem;
    line-height: 2.4rem;
    display: inline-block;
    margin-top: 0;
    font-style: normal;
    color: #929292;
    font-weight: 300;
    text-transform: none;
    text-align: left !important;
    width: 100%;
    margin-bottom: 1.45rem; }
    input[type="radio"] + span a,
    input[type="radio"] + .wpcf7-list-item-label a,
    input[type="radio"] + label a,
    input[type="checkbox"] + span a,
    input[type="checkbox"] + .wpcf7-list-item-label a,
    input[type="checkbox"] + label a {
      font-weight: 700; }
      input[type="radio"] + span a:hover, input[type="radio"] + span a:focus-visible,
      input[type="radio"] + .wpcf7-list-item-label a:hover,
      input[type="radio"] + .wpcf7-list-item-label a:focus-visible,
      input[type="radio"] + label a:hover,
      input[type="radio"] + label a:focus-visible,
      input[type="checkbox"] + span a:hover,
      input[type="checkbox"] + span a:focus-visible,
      input[type="checkbox"] + .wpcf7-list-item-label a:hover,
      input[type="checkbox"] + .wpcf7-list-item-label a:focus-visible,
      input[type="checkbox"] + label a:hover,
      input[type="checkbox"] + label a:focus-visible {
        text-decoration: underline; }
    input[type="radio"] + span:before,
    input[type="radio"] + .wpcf7-list-item-label:before,
    input[type="radio"] + label:before,
    input[type="checkbox"] + span:before,
    input[type="checkbox"] + .wpcf7-list-item-label:before,
    input[type="checkbox"] + label:before {
      content: '';
      position: absolute;
      width: 2.4rem;
      height: 2.4rem;
      left: 0rem;
      top: 0rem;
      border-radius: .6rem;
      border: .2rem solid #98A2B3;
      background-color: white; }
    input[type="radio"] + span:after,
    input[type="radio"] + .wpcf7-list-item-label:after,
    input[type="radio"] + label:after,
    input[type="checkbox"] + span:after,
    input[type="checkbox"] + .wpcf7-list-item-label:after,
    input[type="checkbox"] + label:after {
      content: '';
      position: absolute;
      width: 2.4rem;
      height: 2.4rem;
      left: 0rem;
      top: 0rem;
      border-radius: .6rem;
      border: 0.2rem solid #A9F83A;
      background-color: #1A1A1A;
      opacity: 0;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      background-color: #A9F83A;
      background-image: url(../images/check.svg);
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: 1.6rem auto; }
  input[type="radio"]:checked + label,
  input[type="radio"]:checked + .wpcf7-list-item-label,
  input[type="radio"]:checked + span,
  input[type="radio"] + label.checked,
  input[type="checkbox"]:checked + label,
  input[type="checkbox"]:checked + .wpcf7-list-item-label,
  input[type="checkbox"]:checked + span,
  input[type="checkbox"] + label.checked {
    color: #A9F83A; }
  input[type="radio"]:checked + label:after,
  input[type="radio"]:checked + .wpcf7-list-item-label:after,
  input[type="radio"]:checked + span:after,
  input[type="radio"] + label.checked:after,
  input[type="checkbox"]:checked + label:after,
  input[type="checkbox"]:checked + .wpcf7-list-item-label:after,
  input[type="checkbox"]:checked + span:after,
  input[type="checkbox"] + label.checked:after {
    opacity: 1; }

input[type="radio"] + span:before, input[type="radio"] + span:after,
input[type="radio"] + .wpcf7-list-item-label:before,
input[type="radio"] + .wpcf7-list-item-label:after,
input[type="radio"] + label:before,
input[type="radio"] + label:after {
  border-radius: 50%; }

input[type="radio"] + span:after,
input[type="radio"] + .wpcf7-list-item-label:after,
input[type="radio"] + label:after {
  border: 0.4rem solid #A9F83A;
  background-color: #1A1A1A;
  background-image: none; }

.gform_wrapper {
  position: relative; }
  .gform_wrapper .gform_submission_error {
    display: none; }
  .gform_wrapper fieldset {
    padding: 0;
    margin: 0;
    border: none; }
  .gform_wrapper .gform_fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 1px 0 1px; }
    .gform_wrapper .gform_fields .gfield,
    .gform_wrapper .gform_fields .gfield--width-half,
    .gform_wrapper .gform_fields .gfield--width-third {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      margin-bottom: 2.4rem; }
      @media (max-width: 992px) {
        .gform_wrapper .gform_fields .gfield,
        .gform_wrapper .gform_fields .gfield--width-half,
        .gform_wrapper .gform_fields .gfield--width-third {
          margin-bottom: 3.3rem; } }
      @media (min-width: 769px) {
        .gform_wrapper .gform_fields .gfield,
        .gform_wrapper .gform_fields .gfield--width-half,
        .gform_wrapper .gform_fields .gfield--width-third {
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; } }
      @media (max-width: 768px) {
        .gform_wrapper .gform_fields .gfield,
        .gform_wrapper .gform_fields .gfield--width-half,
        .gform_wrapper .gform_fields .gfield--width-third {
          margin-bottom: 3.4rem; } }
    .gform_wrapper .gform_fields .gfield {
      width: 100%; }
      .gform_wrapper .gform_fields .gfield.spacer {
        margin-bottom: 0; }
    .gform_wrapper .gform_fields .gfield--width-half {
      width: calc(50% - (4.5rem/2)); }
      @media (min-width: 769px) {
        .gform_wrapper .gform_fields .gfield--width-half {
          width: calc(50% - 1rem); } }
      @media (min-width: 993px) {
        .gform_wrapper .gform_fields .gfield--width-half {
          margin-left: 24.7rem;
          width: 21.7rem;
          margin-right: 2.5rem; }
          .gform_wrapper .gform_fields .gfield--width-half .gfield_label.gfield_label.gfield_label {
            width: 7.6rem;
            text-align: left;
            padding-right: 0; }
          .gform_wrapper .gform_fields .gfield--width-half .ginput_container.ginput_container.ginput_container {
            width: calc(100% - 7.6rem); }
          .gform_wrapper .gform_fields .gfield--width-half + .gfield--width-half {
            margin-left: 0;
            margin-right: -9.5rem; } }
      @media (max-width: 768px) {
        .gform_wrapper .gform_fields .gfield--width-half {
          width: 100%; } }
    .gform_wrapper .gform_fields .gfield--width-third {
      width: 32%;
      width: calc(33.333% - (4.5rem/2)); }
      @media (min-width: 769px) {
        .gform_wrapper .gform_fields .gfield--width-third {
          width: calc(33.333% - 1rem); } }
      @media (max-width: 768px) {
        .gform_wrapper .gform_fields .gfield--width-third {
          width: calc(50% - (4.5rem/2));
          width: calc(50% - 1rem); }
          .gform_wrapper .gform_fields .gfield--width-third + .small + .small {
            width: 100%; } }
      @media (max-width: 575px) {
        .gform_wrapper .gform_fields .gfield--width-third {
          width: 100%; } }
    .gform_wrapper .gform_fields .gfield.hidden_label legend,
    .gform_wrapper .gform_fields .gfield.hidden_label label {
      display: none; }
    .gform_wrapper .gform_fields .gfield.gfield--type-select {
      margin-bottom: 2.7rem; }
    .gform_wrapper .gform_fields .gfield .ginput_container {
      width: 100%;
      width: calc(100% - 24.7rem); }
      @media (max-width: 992px) {
        .gform_wrapper .gform_fields .gfield .ginput_container {
          width: 100%; } }
    .gform_wrapper .gform_fields .gfield.gfield--type-consent {
      border: none;
      padding: 0;
      margin-left: 0;
      margin-right: 0; }
      .gform_wrapper .gform_fields .gfield.gfield--type-consent .gfield_label {
        display: none; }
    .gform_wrapper .gform_fields .gfield .gfield_label {
      width: 24.7rem;
      text-align: right;
      padding-right: 5.6rem; }
      @media (max-width: 992px) {
        .gform_wrapper .gform_fields .gfield .gfield_label {
          width: 100%;
          text-align: left;
          padding-right: 0;
          margin-bottom: 2.2rem; } }
    .gform_wrapper .gform_fields fieldset.gfield {
      position: relative; }
      .gform_wrapper .gform_fields fieldset.gfield .gfield_label {
        position: absolute;
        top: 0;
        left: 0; }
        @media (max-width: 992px) {
          .gform_wrapper .gform_fields fieldset.gfield .gfield_label {
            position: static; } }
      .gform_wrapper .gform_fields fieldset.gfield .ginput_container {
        width: calc(100% - 24.7rem);
        margin-left: 24.7rem; }
        @media (max-width: 992px) {
          .gform_wrapper .gform_fields fieldset.gfield .ginput_container {
            width: 100%;
            margin-left: 0; } }
  .gform_wrapper .gfield--type-radio.gfield_error input[type="radio"] + span:before,
  .gform_wrapper .gfield--type-radio.gfield_error input[type="radio"] + .wpcf7-list-item-label:before,
  .gform_wrapper .gfield--type-radio.gfield_error input[type="radio"] + label:before,
  .gform_wrapper .gfield--type-radio.gfield_error input[type="checkbox"] + span:before,
  .gform_wrapper .gfield--type-radio.gfield_error input[type="checkbox"] + .wpcf7-list-item-label:before,
  .gform_wrapper .gfield--type-radio.gfield_error input[type="checkbox"] + label:before,
  .gform_wrapper .gfield--type-checkbox.gfield_error input[type="radio"] + span:before,
  .gform_wrapper .gfield--type-checkbox.gfield_error input[type="radio"] + .wpcf7-list-item-label:before,
  .gform_wrapper .gfield--type-checkbox.gfield_error input[type="radio"] + label:before,
  .gform_wrapper .gfield--type-checkbox.gfield_error input[type="checkbox"] + span:before,
  .gform_wrapper .gfield--type-checkbox.gfield_error input[type="checkbox"] + .wpcf7-list-item-label:before,
  .gform_wrapper .gfield--type-checkbox.gfield_error input[type="checkbox"] + label:before {
    border-color: #F60000;
    border-width: .4rem; }
  .gform_wrapper .gform_fileupload_rules {
    display: none; }
  .gform_wrapper .gform_footer {
    margin-top: 1.5rem; }
    @media (max-width: 992px) {
      .gform_wrapper .gform_footer {
        margin-top: 3.8rem; } }
    .gform_wrapper .gform_footer [type="submit"] {
      margin-left: 24.7rem; }
      @media (max-width: 992px) {
        .gform_wrapper .gform_footer [type="submit"] {
          margin-left: 0;
          width: 100%; } }
  .gform_wrapper .ginput_preview_list {
    font-size: 1.4rem;
    font-family: "Stolzl", sans-serif;
    position: absolute;
    top: 100%;
    width: 100%; }
    .gform_wrapper .ginput_preview_list .gfield_fileupload_percent {
      margin-left: .4em; }
    .gform_wrapper .ginput_preview_list .gform_delete_file {
      text-decoration: none;
      font-size: 1.2rem;
      margin-left: 0em;
      line-height: 1.1; }
      .gform_wrapper .ginput_preview_list .gform_delete_file * {
        font-size: 1.2rem; }
  .gform_wrapper .gfield_validation_message {
    font-size: 1.6rem;
    color: #F60000;
    font-family: "Stolzl", sans-serif;
    width: calc(100% - 24.7rem);
    margin-left: 24.7rem; }
    @media (max-width: 992px) {
      .gform_wrapper .gfield_validation_message {
        font-size: 1.2rem;
        margin-left: 0rem; } }
  .gform_wrapper .gform_ajax_spinner {
    margin: 1rem auto 0; }
  .gform_wrapper .gform_submission_error {
    font-size: 1.6rem;
    color: #F60000;
    color: #FFFFFF;
    font-weight: 300;
    font-family: "Stolzl", sans-serif; }
    @media (max-width: 768px) {
      .gform_wrapper .gform_submission_error {
        font-size: 1.2rem; } }

.gform_confirmation_message {
  font-weight: 300;
  font-size: 1.8rem;
  font-family: "Azo Sans", serif;
  color: #A9F83A; }

#ui-datepicker-div {
  background-color: #1A1A1A;
  border: 0.1rem solid #929292;
  width: 32rem;
  z-index: 6 !important; }
  #ui-datepicker-div .ui-datepicker-header {
    padding: 1rem 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    #ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev,
    #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
      padding: .5rem 1rem;
      background-color: #1A1A1A;
      color: #FFFFFF;
      text-decoration: none;
      font-size: 1.4rem;
      letter-spacing: .2em;
      font-weight: 500;
      font-family: "Azo Sans", serif;
      text-transform: uppercase;
      margin-bottom: 1rem; }
      #ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev:hover, #ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev:focus-visible,
      #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next:hover,
      #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next:focus-visible {
        background-color: #929292; }
    #ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
      width: 100%; }
    #ui-datepicker-div .ui-datepicker-header .ui-datepicker-month {
      margin-bottom: 1rem; }
  #ui-datepicker-div .ui-datepicker-calendar {
    width: 100%;
    text-align: center;
    margin-bottom: 0; }
    #ui-datepicker-div .ui-datepicker-calendar thead tr {
      background-color: #acacac; }
      #ui-datepicker-div .ui-datepicker-calendar thead tr th {
        padding: 1.1595rem .5rem;
        border-top: 0.1rem solid #929292;
        border-right: 0.1rem solid #929292;
        width: calc(100% / 7) !important;
        font-family: "Azo Sans", serif;
        font-size: 1.6rem; }
        @media (max-width: 768px) {
          #ui-datepicker-div .ui-datepicker-calendar thead tr th {
            font-size: 1.2rem; } }
        #ui-datepicker-div .ui-datepicker-calendar thead tr th:last-of-type {
          border-right: none; }
    #ui-datepicker-div .ui-datepicker-calendar tbody tr {
      background-color: #FFFFFF; }
      #ui-datepicker-div .ui-datepicker-calendar tbody tr td {
        padding: 0rem .5rem;
        border-top: 0.1rem solid #929292;
        border-right: 0.1rem solid #929292;
        width: calc(100% / 7) !important;
        height: 4.552rem;
        line-height: 4.552rem;
        font-family: "Azo Sans", serif;
        position: relative;
        font-size: 1.4rem;
        font-weight: 300; }
        #ui-datepicker-div .ui-datepicker-calendar tbody tr td a {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          text-decoration: none; }
          #ui-datepicker-div .ui-datepicker-calendar tbody tr td a.ui-state-hover.ui-state-active, #ui-datepicker-div .ui-datepicker-calendar tbody tr td a.ui-state-active {
            background-color: #929292;
            color: #FFFFFF; }
          #ui-datepicker-div .ui-datepicker-calendar tbody tr td a.ui-state-hover {
            background-color: #f2f2f2; }
        #ui-datepicker-div .ui-datepicker-calendar tbody tr td:last-of-type {
          border-right: none; }

@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal; }

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

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

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

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

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

.swiper-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y; }
  .swiper-pointer-events.swiper-vertical {
    -ms-touch-action: pan-x;
        touch-action: pan-x; }

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }
  .swiper-slide:has(> .inner) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .swiper-slide:has(> .inner) .inner {
      width: 100%; }

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

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

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

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px; }

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

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

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15); }

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

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

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

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

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

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

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

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

.swiper-centered > .swiper-wrapper::before {
  content: '';
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999; }

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after); }

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after); }

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center; }

.swiper {
  max-width: none;
  opacity: 0; }
  .swiper.swiper-initialized {
    opacity: 1; }
  .swiper *:not(.swiper-pagination):not(.col-12) {
    max-width: none; }
  .swiper .container.container.container.container {
    max-width: 144.3rem; }
  .swiper .swiper-slide *:not(.row):not(.btn-con) {
    max-width: 100%; }
  .swiper .swiper-slide {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }

.swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  left: 50%;
  bottom: 3.95rem;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  padding-right: 2.25rem;
  padding-left: 2.25rem;
  width: 100%;
  max-width: 139.8rem; }
  @media (max-width: 768px) {
    .swiper-pagination {
      bottom: 2.95rem; } }
  .swiper-pagination .swiper-pagination-bullet {
    width: .925rem;
    height: .925rem;
    background-color: #FFFFFF;
    margin: 0 .55rem;
    border-radius: 1rem;
    opacity: 1;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    @media (max-width: 768px) {
      .swiper-pagination .swiper-pagination-bullet {
        width: .598rem;
        height: .598rem;
        margin: 0 .36rem; } }
    .swiper-pagination .swiper-pagination-bullet:hover, .swiper-pagination .swiper-pagination-bullet:focus-visible {
      background-color: #F60000; }
    .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background-color: #F60000;
      -webkit-transform: scale(1.32432);
          -ms-transform: scale(1.32432);
              transform: scale(1.32432); }

.swiper-button-next,
.swiper-button-prev {
  width: 4.2rem;
  height: 4.2rem;
  border-radius: 0rem;
  line-height: 4.2rem;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  z-index: 3;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.7rem;
  color: #FFFFFF;
  background-color: transparent;
  border: 0.1rem solid #FFFFFF; }
  .swiper-button-next.swiper-button-disabled,
  .swiper-button-prev.swiper-button-disabled {
    pointer-events: none;
    opacity: .5; }
  .swiper-button-next.swiper-button-lock,
  .swiper-button-prev.swiper-button-lock {
    pointer-events: none;
    opacity: 0; }
  .swiper-button-next:after,
  .swiper-button-prev:after {
    display: none; }
  .swiper-button-next svg,
  .swiper-button-prev svg {
    width: 1.279rem;
    aspect-ratio: 12.79/24.16;
    -webkit-filter: none;
            filter: none;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    .swiper-button-next svg *,
    .swiper-button-prev svg * {
      fill: #FFFFFF;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
  @media (min-width: 769px) {
    .swiper-button-next:hover:not(.swiper-button-disabled), .swiper-button-next:focus-visible:not(.swiper-button-disabled),
    .swiper-button-prev:hover:not(.swiper-button-disabled),
    .swiper-button-prev:focus-visible:not(.swiper-button-disabled) {
      border-color: #F60000; }
      .swiper-button-next:hover:not(.swiper-button-disabled) svg *, .swiper-button-next:focus-visible:not(.swiper-button-disabled) svg *,
      .swiper-button-prev:hover:not(.swiper-button-disabled) svg *,
      .swiper-button-prev:focus-visible:not(.swiper-button-disabled) svg * {
        fill: #F60000; } }

.swiper-button-prev {
  left: 0rem; }
  .swiper-button-prev svg {
    -webkit-transform: translateX(-10%);
        -ms-transform: translateX(-10%);
            transform: translateX(-10%); }

.swiper-button-next {
  right: 0rem; }
  .swiper-button-next svg {
    -webkit-transform: translateX(10%);
        -ms-transform: translateX(10%);
            transform: translateX(10%); }

.swiper-scrollbar {
  height: .6rem;
  background-color: rgba(255, 255, 255, 0.18);
  position: relative;
  bottom: -8.4rem;
  z-index: 2;
  width: calc(100% - 4.5rem);
  margin: 0 auto;
  border-radius: .3rem; }
  @media (max-width: 768px) {
    .swiper-scrollbar {
      bottom: -3.8rem; } }
  .swiper-scrollbar .swiper-scrollbar-drag {
    height: .6rem;
    background-color: #FFFFFF;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: .3rem; }

.swiper {
  width: calc(100% + 2.25rem + 2.25rem);
  max-width: calc(100% + 2.25rem + 2.25rem);
  margin-left: -2.25rem; }
  .swiper.no-gap {
    margin-left: 0;
    width: 100%;
    max-width: 100%; }
    .swiper.no-gap .swiper-slide {
      padding: 0; }

.swiper-slide {
  padding: 0 2.25rem; }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

/* Fix IE11 */
.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none; }

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -ms-transform-origin: 0;
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0; }

/* Caption */
.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996; }

.fancybox-caption--separate {
  margin-top: -50px; }

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
          animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
          transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
          transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
          transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }
  .fancybox-slide--image {
    padding: 6px 0; }
  .fancybox-close-small {
    right: -6px; }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px; } }

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus::before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }

.tab-container.tab-container {
  position: relative; }
  @media (max-width: 768px) {
    .tab-container.tab-container {
      padding-bottom: 0; } }
  .tab-container.tab-container .tabs {
    padding: 0;
    text-align: center;
    margin: 0 0rem 5.6rem;
    width: calc(100% + 0rem + 0rem);
    max-width: calc(100% + 0rem + 0rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-bottom: 2px solid #667085; }
    @media (max-width: 768px) {
      .tab-container.tab-container .tabs {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        overflow: auto;
        width: calc(100% + 2.4rem + 0rem);
        max-width: calc(100% + 2.4rem + 0rem);
        padding-bottom: .2rem;
        border: none; }
        .tab-container.tab-container .tabs:after {
          content: '';
          position: absolute;
          bottom: 0rem;
          left: 0;
          width: 100%;
          height: .2rem;
          background-color: #667085;
          z-index: -1; } }
    .tab-container.tab-container .tabs .tab {
      padding: 1.5rem 4rem;
      font-size: 1.6rem;
      text-decoration: none !important;
      line-height: 1.2em;
      text-align: center;
      text-decoration: none;
      cursor: pointer;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      font-weight: 300;
      margin: 0;
      color: #667085;
      position: relative;
      border-bottom: 0.2rem solid #667085;
      font-family: "Azo Sans", serif;
      margin-bottom: -2px; }

@media (max-width: 1600px) and (min-width: 992px) {
  .tab-container.tab-container .tabs .tab {
    font-size: clamp(14px, 1.6rem, 1.6rem); } }
      .tab-container.tab-container .tabs .tab.active {
        font-weight: 700;
        color: #A9F83A;
        border-bottom-color: #A9F83A; }
      .tab-container.tab-container .tabs .tab:hover:not(.active), .tab-container.tab-container .tabs .tab:focus-visible:not(.active) {
        color: #A9F83A;
        border-bottom-color: #A9F83A; }
      .tab-container.tab-container .tabs .tab.active {
        cursor: default; }
  .tab-container.tab-container .tab-content {
    max-height: 0;
    overflow: hidden; }
    .tab-container.tab-container .tab-content.active {
      max-height: 9999px; }
    .tab-container.tab-container .tab-content .inner {
      padding: 0 0;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.waypoint {
  -webkit-transition: .2s;
  transition: .2s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(5rem);
      -ms-transform: translateY(5rem);
          transform: translateY(5rem);
  will-change: transform; }
  .waypoint.animate {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: .5s .1s;
    transition: .5s .1s; }

.text-hero-section {
  overflow: visible !important;
  background-color: #1E1E1E; }
  @media (max-width: 768px) {
    .text-hero-section {
      background-color: #1A1A1A; } }
  .text-hero-section .container {
    position: relative;
    min-height: 90rem; }
    @media (max-width: 992px) {
      .text-hero-section .container {
        min-height: 60rem; } }
    @media (max-width: 768px) {
      .text-hero-section .container {
        min-height: 0; } }
    .text-hero-section .container .lines {
      position: absolute;
      top: 0;
      right: 2.25rem;
      width: 54.5rem;
      height: 89.9rem;
      background: repeating-linear-gradient(90deg, #3E3E3E, #3E3E3E 0.1rem, #1E1E1E 0.1rem, #1E1E1E 3.2rem); }
      @media (max-width: 992px) {
        .text-hero-section .container .lines {
          height: 59.9rem; } }
      @media (max-width: 768px) {
        .text-hero-section .container .lines {
          right: 1.54em;
          width: 16.1rem;
          background: repeating-linear-gradient(90deg, #3E3E3E, #3E3E3E 0.1rem, #1A1A1A 0.1rem, #1A1A1A 3.2rem);
          height: 100%;
          min-height: 89.9rem; } }
      .text-hero-section .container .lines::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(30, 30, 30, 0)), to(#1e1e1e));
        background: linear-gradient(to bottom, rgba(30, 30, 30, 0) 0%, #1e1e1e 100%); }
        @media (max-width: 768px) {
          .text-hero-section .container .lines::after {
            background: -webkit-gradient(linear, left top, left bottom, from(rgba(26, 26, 26, 0)), to(#1a1a1a));
            background: linear-gradient(to bottom, rgba(26, 26, 26, 0) 0%, #1a1a1a 100%); } }
  .text-hero-section .row {
    padding-top: 23.2rem;
    padding-bottom: 8.2rem;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    position: relative;
    z-index: 2; }
    @media (max-width: 992px) {
      .text-hero-section .row {
        padding-top: 17.3rem; } }
    @media (max-width: 768px) {
      .text-hero-section .row {
        padding-top: 16.6rem;
        padding-bottom: 0; } }
  @media (max-width: md) {
    .text-hero-section .text-side {
      margin-bottom: 3rem; } }
  .text-hero-section .text-side *:last-child {
    margin-bottom: 0; }
  .text-hero-section .btn-con {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    @media (max-width: 768px) {
      .text-hero-section .btn-con {
        margin-top: 4.2rem; } }

@media (max-width: 992px) and (min-width: 769px) {
  .text-hero-section .btn-con .btn {
    min-width: 19.8rem; } }
    @media (max-width: 768px) {
      .text-hero-section .btn-con .btn {
        width: 100%; }
        .text-hero-section .btn-con .btn + .btn {
          margin-top: .6rem; } }

.text-hero-under-section {
  margin-top: -34.6rem;
  z-index: 1;
  position: relative; }
  @media (max-width: 992px) {
    .text-hero-under-section {
      margin-top: -23.6rem; } }
  @media (max-width: 768px) {
    .text-hero-under-section {
      margin-top: 0; } }
  .text-hero-under-section .row {
    padding-bottom: 6rem; }
    @media (max-width: 992px) {
      .text-hero-under-section .row {
        padding-bottom: 6.4rem; } }
  .text-hero-under-section .image-side {
    position: relative; }
    @media (min-width: 769px) {
      .text-hero-under-section .image-side {
        padding-right: 9.8rem;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 56.1%;
                flex: 0 0 56.1%;
        max-width: 56.1%; } }
  @media (min-width: 769px) and (max-width: 992px) {
    .text-hero-under-section .image-side {
      padding-right: 5.8rem; } }
    @media (max-width: 768px) {
      .text-hero-under-section .image-side {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; } }
    .text-hero-under-section .image-side .main-image {
      border-radius: 4.8rem;
      width: 100%; }
      @media (max-width: 992px) {
        .text-hero-under-section .image-side .main-image {
          border-radius: 3.2rem; } }
      @media (max-width: 768px) {
        .text-hero-under-section .image-side .main-image {
          border-radius: 1.6rem; } }
    .text-hero-under-section .image-side .side-image {
      position: absolute;
      top: 0;
      right: -10.5rem;
      width: 39.1rem; }
      @media (max-width: 992px) {
        .text-hero-under-section .image-side .side-image {
          right: -3.7rem;
          width: 18.5rem; } }
      @media (max-width: 768px) {
        .text-hero-under-section .image-side .side-image {
          right: auto;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          width: 19rem; } }
    .text-hero-under-section .image-side .lines {
      position: absolute;
      top: 68.9021rem;
      left: 9.45rem;
      width: 54.5rem;
      height: 42.8rem;
      background: repeating-linear-gradient(90deg, #3E3E3E, #3E3E3E 0.1rem, #1A1A1A 0.1rem, #1A1A1A 3.2rem);
      z-index: -1; }
      @media (max-width: 992px) {
        .text-hero-under-section .image-side .lines {
          left: 4.2rem;
          top: 100%;
          width: 28.9rem;
          width: 67.5%; } }
      @media (max-width: 768px) {
        .text-hero-under-section .image-side .lines {
          left: 2.3rem;
          width: calc(100% - 2.3rem - 2.3rem); } }
      .text-hero-under-section .image-side .lines::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(26, 26, 26, 0)), to(#1a1a1a));
        background: linear-gradient(to bottom, rgba(26, 26, 26, 0) 0%, #1a1a1a 100%); }
  .text-hero-under-section .message-side {
    padding-top: 20.3rem; }
    @media (min-width: 769px) {
      .text-hero-under-section .message-side {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 43.9%;
                flex: 0 0 43.9%;
        max-width: 43.9%;
        padding-bottom: 21.7rem;
        padding-left: 23.2rem; } }
  @media (min-width: 769px) and (max-width: 992px) {
    .text-hero-under-section .message-side {
      padding-left: 3.2rem;
      padding-bottom: 0; } }
    @media (max-width: 992px) {
      .text-hero-under-section .message-side {
        padding-top: 1rem;
        padding-bottom: 1rem;
        -ms-flex-item-align: center;
            align-self: center; } }
    @media (max-width: 768px) {
      .text-hero-under-section .message-side {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        padding-top: 3.2rem;
        padding-bottom: 15.5rem; } }
    .text-hero-under-section .message-side .message {
      background-image: url(../images/seal.svg);
      background-size: 2.36016rem auto;
      background-repeat: no-repeat;
      background-position: 0 50%;
      padding-left: 3.2rem;
      text-transform: uppercase;
      letter-spacing: -.01em;
      color: white; }

@media (max-width: 1600px) and (min-width: 992px) {
  .text-hero-under-section .message-side .message {
    font-size: clamp(14px, 1.6rem, 1.6rem); } }
      @media (max-width: 1250px) {
        .text-hero-under-section .message-side .message {
          width: 29rem; } }
      @media (max-width: 992px) {
        .text-hero-under-section .message-side .message {
          background-size: 2rem auto;
          padding-left: 2.7rem;
          font-size: 1.4rem;
          width: 23rem; } }
      @media (max-width: 768px) {
        .text-hero-under-section .message-side .message {
          background-size: 2.2rem auto;
          background-position: .3rem 50%;
          padding-left: 3.5rem;
          font-size: 1.5rem;
          width: 100%; } }
  @media (min-width: 993px) {
    .text-hero-under-section .text-side {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 43.9%;
              flex: 0 0 43.9%;
      max-width: 43.9%;
      margin-left: 56.1%;
      margin-top: -21.7rem; } }
  @media screen and (max-width: 992px) {
    .text-hero-under-section .text-side {
      margin-top: 4.6rem; } }
  @media (max-width: 768px) {
    .text-hero-under-section .text-side {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3;
      margin-top: 9.6rem; } }
  .text-hero-under-section .text-side h4 {
    border-left: 0.8rem solid #F60000;
    padding: .6rem .6rem 1rem 4.9rem;
    line-height: 1.66667;
    margin-bottom: 1.75em; }
    @media (max-width: 992px) {
      .text-hero-under-section .text-side h4 {
        border-left: 0.4rem solid #F60000;
        padding: 0.6rem 0.6rem 1rem 2.8rem; } }

.title-with-tick-list-section .container {
  background-color: #252525;
  border-radius: 2.4rem;
  max-width: 139.8rem; }
  @media (min-width: 769px) {
    .title-with-tick-list-section .container {
      padding-left: 5rem;
      padding-right: 5rem; } }
  @media (min-width: 769px) and (max-width: 992px) {
    .title-with-tick-list-section .container {
      padding-left: 4rem;
      padding-right: 4rem; } }
  @media (max-width: 992px) {
    .title-with-tick-list-section .container {
      max-width: calc(100% - 8rem); } }
  @media (max-width: 768px) {
    .title-with-tick-list-section .container {
      max-width: calc(100% - 4.8rem);
      overflow: hidden; } }

.title-with-tick-list-section .row {
  padding-top: .9rem;
  padding-bottom: 2.7rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 768px) {
    .title-with-tick-list-section .row {
      padding-bottom: 4rem; } }

.title-with-tick-list-section .title-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  min-height: 41.2rem; }
  @media (max-width: 992px) {
    .title-with-tick-list-section .title-side {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 44%;
              flex: 0 0 44%;
      max-width: 44%;
      margin-right: 6%;
      min-height: 0;
      aspect-ratio: 1/1;
      margin-top: 2rem; } }
  @media (max-width: 768px) {
    .title-with-tick-list-section .title-side {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
      margin-right: 0;
      aspect-ratio: 0;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      text-align: left;
      padding-top: 4.8rem;
      padding-bottom: 4.8rem;
      margin-top: 1rem; } }
  .title-with-tick-list-section .title-side h3 {
    margin-bottom: 0;
    text-align: center; }
    @media (max-width: 768px) {
      .title-with-tick-list-section .title-side h3 {
        text-align: left; } }
  .title-with-tick-list-section .title-side img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 39.1rem; }
    @media (max-width: 768px) {
      .title-with-tick-list-section .title-side img {
        width: 138.7%;
        max-width: 138.7%;
        width: 39.8531rem;
        max-width: 39.8531rem;
        top: 65%;
        left: 57.8%;
        left: 50%; } }

.title-with-tick-list-section .tick-side {
  padding-left: 11.1rem; }
  @media (max-width: 992px) {
    .title-with-tick-list-section .tick-side {
      padding-left: 0rem; } }
  @media (min-width: 769px) {
    .title-with-tick-list-section .tick-side {
      padding-top: 1.3rem; } }
  .title-with-tick-list-section .tick-side ul.tick-list {
    margin-bottom: 0; }

ul.tick-list li {
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 700;
  color: white;
  margin-bottom: .8em;
  padding-left: 1.4em; }

@media (max-width: 1600px) and (min-width: 992px) {
  ul.tick-list li {
    font-size: clamp(16px, 2rem, 2rem); } }
  @media (max-width: 992px) {
    ul.tick-list li {
      font-size: 1.6rem;
      line-height: 1.5;
      padding-left: 1.6em;
      margin-bottom: .95em; } }
  @media (max-width: 768px) {
    ul.tick-list li {
      padding-left: 2em;
      line-height: 1.75; } }
  ul.tick-list li:last-of-type {
    margin-bottom: 0; }
  ul.tick-list li:before {
    width: 1em;
    height: 1em;
    border-radius: 1rem;
    background-size: 100% auto;
    background-image: url(../images/check-circle.svg);
    background-repeat: no-repeat;
    background-color: transparent;
    top: .3em;
    left: 0; }
    @media (max-width: 992px) {
      ul.tick-list li:before {
        top: .2em;
        width: 1.2em;
        height: 1.2em; } }
    @media (max-width: 768px) {
      ul.tick-list li:before {
        top: .3em;
        left: .3em; } }

.our-doors-section .container {
  max-width: 104rem; }

.our-doors-section .row {
  padding-top: 12.1rem;
  padding-bottom: 11.9rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 992px) {
    .our-doors-section .row {
      padding-top: 10.6rem;
      padding-bottom: 9.6rem; } }
  @media (max-width: 768px) {
    .our-doors-section .row {
      padding-bottom: 11.2rem; } }

.our-doors-section .title-con {
  text-align: center;
  margin-bottom: 4.4rem; }
  @media (max-width: 992px) {
    .our-doors-section .title-con {
      margin-bottom: 1.8rem; } }
  @media (max-width: 768px) {
    .our-doors-section .title-con {
      text-align: left; } }
  .our-doors-section .title-con h3 {
    margin-bottom: 0; }

.our-doors-section .tab-content .inner .img-side {
  width: 38.5%; }
  @media (max-width: 992px) {
    .our-doors-section .tab-content .inner .img-side {
      width: 43.5%; } }
  @media (max-width: 768px) {
    .our-doors-section .tab-content .inner .img-side {
      width: 100%;
      margin-bottom: 3.6rem; } }
  .our-doors-section .tab-content .inner .img-side img {
    border-radius: 3.2rem; }
    @media (max-width: 992px) {
      .our-doors-section .tab-content .inner .img-side img {
        border-radius: 1.6rem; } }

.our-doors-section .tab-content .inner .text-side {
  width: 61.5%;
  padding-left: 5.7rem; }
  @media (max-width: 992px) {
    .our-doors-section .tab-content .inner .text-side {
      width: 56.5%;
      padding-left: 3.1rem; } }
  @media (max-width: 768px) {
    .our-doors-section .tab-content .inner .text-side {
      width: 100%;
      padding-left: 0;
      padding-right: 0; } }

.our-doors-section h3 {
  margin-bottom: .68rem; }

.our-doors-section .btn-con {
  margin-top: -.5rem; }

.text-with-image-section {
  background-color: #252525; }
  .text-with-image-section .container {
    max-width: 143.8rem; }
  .text-with-image-section .row {
    padding-top: 5rem;
    padding-bottom: 4.7rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 992px) {
      .text-with-image-section .row {
        padding-top: 5.6rem;
        padding-bottom: 5.8rem;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
    @media (max-width: 768px) {
      .text-with-image-section .row {
        padding-top: 9.6rem;
        padding-bottom: 9.6rem; } }
  .text-with-image-section .img-side img {
    width: 53.5rem; }
    @media (min-width: 769px) {
      .text-with-image-section .img-side img {
        float: right; } }
    @media (max-width: 768px) {
      .text-with-image-section .img-side img {
        margin-left: auto;
        margin-right: auto; } }
  @media (max-width: 992px) {
    .text-with-image-section .img-side {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 37%;
              flex: 0 0 37%;
      max-width: 37%; } }
  @media (max-width: 992px) and (min-width: 769px) {
    .text-with-image-section .img-side {
      padding-left: 3.4rem; } }
  @media (max-width: 768px) {
    .text-with-image-section .img-side {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
      margin-top: 2.4rem; } }
  @media (min-width: 993px) {
    .text-with-image-section .text-side {
      padding-right: 10rem; } }
  @media (max-width: 992px) {
    .text-with-image-section .text-side {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 63%;
              flex: 0 0 63%;
      max-width: 63%; } }
  @media (max-width: 768px) {
    .text-with-image-section .text-side {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; } }
  .text-with-image-section .text-side h3 {
    border-left: 0.8rem solid #F60000;
    padding: 1.4rem .6rem 1.8rem 3.4rem;
    margin-bottom: .6em; }
    @media (max-width: 992px) {
      .text-with-image-section .text-side h3 {
        border-left: 0.4rem solid #F60000;
        padding: 1.4rem .6rem 1.6rem 2.1rem;
        font-size: 4rem; } }
    @media (max-width: 768px) {
      .text-with-image-section .text-side h3 {
        font-size: 2.4rem;
        line-height: 1.33333;
        margin-bottom: 1.1em; } }
  .text-with-image-section .text-side *:last-child {
    margin-bottom: 0; }

.door-features-section .container {
  max-width: 143.8rem; }

.door-features-section .row {
  padding-top: 12.1rem;
  padding-bottom: 0rem; }
  @media (max-width: 992px) {
    .door-features-section .row {
      padding-top: 9.5rem; } }

@media (max-width: 992px) {
  .door-features-section .title-side {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; } }

.door-features-section .title-side h3 {
  border-left: 0.8rem solid #F60000;
  padding: 2.2rem .6rem 2.6rem 3.4rem; }
  @media (max-width: 992px) {
    .door-features-section .title-side h3 {
      border-left: 0.4rem solid #F60000;
      padding: 1.4rem .6rem 1.6rem 2.1rem;
      font-size: 4rem;
      margin-bottom: .87em; } }
  @media (max-width: 768px) {
    .door-features-section .title-side h3 {
      font-size: 2.4rem;
      line-height: 1.33333;
      margin-bottom: 1.4em; } }

@media (max-width: 992px) {
  .door-features-section .text-side {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 993px) {
  .door-features-section .text-side {
    padding-left: 1rem; } }

.door-features-section .text-side h4 {
  margin-bottom: .93em; }
  @media (max-width: 992px) {
    .door-features-section .text-side h4 {
      font-size: 2rem; } }
  @media (max-width: 768px) {
    .door-features-section .text-side h4 {
      line-height: 1.6; } }

@media (max-width: 768px) {
  .door-features-section .text-side {
    padding-right: 2rem; } }

.door-features-section .featured-con dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  border-radius: 2.4rem;
  background-color: #252525;
  width: 99.4rem;
  margin: 5.1rem auto 0;
  padding: 6.3rem 8rem; }
  @media (max-width: 992px) {
    .door-features-section .featured-con dl {
      border-radius: 1.6rem;
      margin: .3rem auto 0;
      padding: 2.4rem 0; } }
  .door-features-section .featured-con dl .lines {
    position: absolute;
    top: 0;
    left: 3.9rem;
    width: 25.7rem;
    height: 100%;
    background: repeating-linear-gradient(90deg, #3E3E3E, #3E3E3E 0.1rem, #252525 0.1rem, #252525 3.2rem); }
    .door-features-section .featured-con dl .lines::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(37, 37, 37, 0)), to(#252525));
      background: linear-gradient(to bottom, rgba(37, 37, 37, 0) 0%, #252525 100%); }
  .door-features-section .featured-con dl dt {
    text-align: right;
    color: white;
    font-weight: 700;
    width: 29.5%;
    padding-right: 5.6rem;
    margin-bottom: 3.2rem;
    position: relative;
    z-index: 1; }
    @media (max-width: 992px) {
      .door-features-section .featured-con dl dt {
        width: 100%;
        text-align: left;
        padding: 1.6rem 5rem 1.6rem 2.4rem;
        margin-bottom: 0; }
        .door-features-section .featured-con dl dt:after {
          content: '';
          position: absolute;
          top: 50%;
          right: 2.4rem;
          width: 1.5rem;
          height: .8rem;
          background-size: 100% auto;
          background-image: url(../images/chevron-down.svg);
          background-repeat: no-repeat;
          -webkit-transform: translateY(-50%) rotateX(0deg);
                  transform: translateY(-50%) rotateX(0deg);
          -webkit-transition: 0.3s;
          transition: 0.3s;
          -webkit-backface-visibility: visible !important;
                  backface-visibility: visible !important; }
        .door-features-section .featured-con dl dt.open:after {
          -webkit-transform: translateY(-50%) rotateX(180deg);
                  transform: translateY(-50%) rotateX(180deg); }
        .door-features-section .featured-con dl dt.open + dd {
          max-height: 100rem;
          padding: .1rem 2.4rem 1.5rem 2.4rem; } }
    .door-features-section .featured-con dl dt:last-of-type {
      margin-bottom: 0; }
  .door-features-section .featured-con dl dd {
    margin: 0;
    width: 70.5%;
    margin-bottom: 3.2rem;
    position: relative;
    z-index: 1; }
    @media (max-width: 992px) {
      .door-features-section .featured-con dl dd {
        width: 100%;
        max-height: 0;
        overflow: hidden;
        margin-bottom: 0;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        padding: 0rem 2.4rem 0rem 2.4rem; } }
    .door-features-section .featured-con dl dd:last-of-type {
      margin-bottom: 0; }
    .door-features-section .featured-con dl dd *:last-child {
      margin-bottom: 0; }

.cta-section .container {
  max-width: 70.3rem; }
  @media (max-width: 992px) {
    .cta-section .container {
      max-width: 43.8rem; } }

.cta-section .row {
  padding-top: 11rem;
  padding-bottom: 11.2rem;
  text-align: center; }
  @media (max-width: 992px) {
    .cta-section .row {
      padding-top: 16.7rem;
      padding-bottom: 16.8rem; } }

.cta-section h4 {
  line-height: 1.66667;
  margin-bottom: 2.5rem; }
  @media (max-width: 992px) {
    .cta-section h4 {
      font-size: 2rem;
      line-height: 1.6; } }

.faqs-section .container {
  max-width: 103.6rem; }

.faqs-section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 9.5rem; }
  @media (max-width: 992px) {
    .faqs-section .row {
      padding-bottom: 7rem; } }

.faqs-section .left-side *:last-child,
.faqs-section .right-side *:last-child {
  margin-bottom: 0; }

@media (max-width: 992px) {
  .faqs-section .left-side {
    text-align: center; } }

@media (max-width: 768px) {
  .faqs-section .left-side {
    margin-bottom: 2.5rem; } }

.faqs-section .left-side h3 {
  padding-left: 4.7rem;
  background-image: url(../images/icon.svg);
  background-repeat: no-repeat;
  background-size: 3.2rem auto;
  background-position: 0 50%; }
  @media (max-width: 992px) {
    .faqs-section .left-side h3 {
      display: inline-block;
      font-size: 4rem; } }

@media (min-width: 769px) {
  .faqs-section .right-side {
    padding-left: 1.1rem; } }

.faqs-section .right-side .inner {
  border-radius: 1.6rem;
  background-color: #252525;
  padding: 3.9rem 2.9rem;
  text-align: center; }

.faqs-section .right-side p {
  line-height: 1.5; }

.faqs-section .right-side .btn-con {
  margin-top: -.5rem; }

dl.accordion {
  overflow: hidden;
  border-radius: 1.6rem;
  margin-top: 5.6rem; }
  dl.accordion dt {
    background-color: #252525;
    color: white;
    font-size: 2rem;
    line-height: 1.4;
    font-weight: 700;
    padding: 2.35rem 5rem 2.35rem 2.35rem;
    border-bottom: .1rem solid #111111;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    cursor: pointer; }
    @media (max-width: 992px) {
      dl.accordion dt {
        font-size: 1.6rem;
        padding: 1.9rem 5rem 1.9rem 2.35rem; } }
    @media (min-width: 769px) {
      dl.accordion dt:hover, dl.accordion dt:focus-visible {
        background-color: #667085; } }
    dl.accordion dt i {
      position: absolute;
      top: 50%;
      right: 2.3rem;
      width: 1.8rem;
      height: 1.8rem;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      background-image: url(../images/plus-circle.svg);
      background-repeat: no-repeat;
      background-size: 1.6rem auto;
      background-position: 50% 50%; }
    dl.accordion dt.open {
      background-color: #111111; }
      dl.accordion dt.open + dd {
        margin-top: -1.7rem;
        max-height: 9999px; }
        @media (max-width: 992px) {
          dl.accordion dt.open + dd {
            margin-top: -1.2rem; } }
      dl.accordion dt.open i {
        background-image: url(../images/minus-circle.svg); }
  dl.accordion dd {
    margin: 0;
    overflow: hidden;
    max-height: 0;
    background-color: #111111;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    dl.accordion dd .inner {
      padding: 1rem 2.35rem 1.8rem 2.35rem; }
    dl.accordion dd p {
      margin-bottom: 1.4em; }
    dl.accordion dd * + h4 {
      margin-top: 1.25em; }
    dl.accordion dd h4 {
      margin-bottom: .75em; }

.our-accreditations-section {
  background-color: #252525; }
  .our-accreditations-section .container {
    max-width: 143.8rem; }
  .our-accreditations-section .row {
    padding-top: 12.1rem;
    padding-bottom: 12.1rem; }
    @media (max-width: 992px) {
      .our-accreditations-section .row {
        padding-top: 9.6rem;
        padding-bottom: 9.6rem; } }
  @media (max-width: 992px) {
    .our-accreditations-section .title-side {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; } }
  .our-accreditations-section .title-side h3 {
    border-left: 0.8rem solid #F60000;
    padding: 2.2rem .6rem 2.6rem 3.4rem; }
    @media (max-width: 992px) {
      .our-accreditations-section .title-side h3 {
        border-left: 0.4rem solid #F60000;
        padding: 1.4rem .6rem 1.6rem 2.1rem;
        font-size: 4rem;
        margin-bottom: .6em; } }
    @media (max-width: 768px) {
      .our-accreditations-section .title-side h3 {
        font-size: 2.4rem;
        line-height: 1.33333;
        margin-bottom: 1em; } }
  @media (max-width: 992px) {
    .our-accreditations-section .text-side {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; } }
  @media (min-width: 769px) {
    .our-accreditations-section .text-side {
      padding-left: 1rem; } }
  .our-accreditations-section .text-side h4 {
    margin-bottom: .93em; }
  .our-accreditations-section .accreditations-slide-con {
    margin-top: 4.9rem; }
    @media (max-width: 992px) {
      .our-accreditations-section .accreditations-slide-con {
        margin-top: -.7rem; } }
  @media (max-width: 992px) {
    .our-accreditations-section .accreditations-slide {
      max-width: calc(100% + .4rem + .4rem);
      margin-left: -.4rem; }
      .our-accreditations-section .accreditations-slide .swiper-wrapper-con {
        overflow: visible !important; } }
  @media (max-width: 992px) {
    .our-accreditations-section .accreditations-slide .swiper-slide {
      padding: 0 .4rem; } }
  .our-accreditations-section .accreditations-slide .swiper-slide .inner {
    aspect-ratio: 160/156;
    background-color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: .8rem;
    padding: .2rem; }

.quote-or-contact-section .container {
  max-width: 104.1rem; }

.quote-or-contact-section .row {
  padding-top: 11rem;
  padding-bottom: 12.1rem; }
  @media (max-width: 992px) {
    .quote-or-contact-section .row {
      padding-top: 9rem;
      padding-bottom: 10rem; } }
  @media (max-width: 768px) {
    .quote-or-contact-section .row {
      padding-bottom: 10.5rem; } }

.quote-or-contact-section .title-con {
  text-align: center;
  margin-bottom: 11.4rem; }
  @media (max-width: 992px) {
    .quote-or-contact-section .title-con {
      margin-bottom: 6rem; } }
  @media (max-width: 768px) {
    .quote-or-contact-section .title-con {
      margin-bottom: 4.9rem; } }
  .quote-or-contact-section .title-con h3 {
    margin-bottom: 0; }
    @media (max-width: 992px) {
      .quote-or-contact-section .title-con h3 {
        font-size: 4rem; } }
    @media (max-width: 768px) {
      .quote-or-contact-section .title-con h3 {
        font-size: 3.2rem;
        line-height: 1.4; } }
    .quote-or-contact-section .title-con h3 span {
      font-weight: 100; }
      @media (max-width: 768px) {
        .quote-or-contact-section .title-con h3 span {
          display: block;
          font-size: 2.4rem; } }

.quote-or-contact-section .tab-container {
  background-color: #252525;
  border-radius: 2.4rem;
  padding: 6.8rem 8.1rem;
  position: relative; }
  @media (max-width: 992px) {
    .quote-or-contact-section .tab-container {
      padding: 5.2rem 8.1rem; } }
  @media (max-width: 768px) {
    .quote-or-contact-section .tab-container {
      padding: 5.2rem 2.4rem; } }
  .quote-or-contact-section .tab-container .lines {
    position: absolute;
    top: 0;
    left: 4.2rem;
    width: 25.7rem;
    height: 100%;
    background: repeating-linear-gradient(90deg, #3E3E3E, #3E3E3E 0.1rem, #252525 0.1rem, #252525 3.2rem);
    opacity: .3;
    pointer-events: none; }

.quote-or-contact-section .tab-container .tabs {
  margin: 0 0rem 6.2rem; }
  @media (max-width: 992px) {
    .quote-or-contact-section .tab-container .tabs {
      margin: 0 0rem 3.7rem; } }
  @media (max-width: 768px) {
    .quote-or-contact-section .tab-container .tabs {
      max-width: 100%; } }
  .quote-or-contact-section .tab-container .tabs .tab {
    width: 50%; }
    @media (max-width: 768px) {
      .quote-or-contact-section .tab-container .tabs .tab {
        padding: 1.5rem 1rem; } }

.quote-or-contact-section .tab-content#tab2 .gform_wrapper {
  width: 67.7%; }
  @media (max-width: 992px) {
    .quote-or-contact-section .tab-content#tab2 .gform_wrapper {
      width: 100%; } }

.quote-or-contact-section .tab-content#tab2 .contact-side {
  width: 32.3%;
  text-align: center;
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding-left: 2rem; }
  @media (max-width: 992px) {
    .quote-or-contact-section .tab-content#tab2 .contact-side {
      width: 100%;
      padding-left: 0;
      margin-top: 2rem; } }
  .quote-or-contact-section .tab-content#tab2 .contact-side a {
    color: white;
    font-weight: 700;
    background-repeat: no-repeat;
    background-position: 50% .8rem;
    padding-top: 3.4rem;
    display: inline-block;
    background-size: 1.7rem auto; }
    .quote-or-contact-section .tab-content#tab2 .contact-side a:hover, .quote-or-contact-section .tab-content#tab2 .contact-side a:focus-visible {
      color: #A9F83A; }
    .quote-or-contact-section .tab-content#tab2 .contact-side a ~ a {
      margin-top: 2.7rem; }
    .quote-or-contact-section .tab-content#tab2 .contact-side a.tel {
      background-image: url(../images/phone.svg); }
    .quote-or-contact-section .tab-content#tab2 .contact-side a.mail {
      background-image: url(../images/envelope-open.svg); }

.quote-or-contact-section .tab-content .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .quote-or-contact-section .tab-content .inner * {
    overflow: visible; }

.quote-or-contact-section .tab-content legend .gfield_required:after,
.quote-or-contact-section .tab-content label .gfield_required:after {
  display: none; }

.quote-or-contact-section .tab-content small {
  margin-top: -.2em;
  display: block;
  margin-bottom: -.3em; }

.quote-or-contact-section .tab-content .gform_wrapper {
  width: 73.3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (max-width: 992px) {
    .quote-or-contact-section .tab-content .gform_wrapper {
      width: 100%; } }

.quote-or-contact-section .tab-content .gfield--type-html h3 {
  font-size: 3.2rem;
  line-height: 1.25;
  width: 59.6%;
  margin-left: 24.7rem; }
  @media (max-width: 992px) {
    .quote-or-contact-section .tab-content .gfield--type-html h3 {
      margin-left: 0;
      width: 100%;
      margin-bottom: -.48em; } }

.quote-or-contact-section .tab-content .gform_heading {
  width: calc(100vw - (100vw - 104.1rem) - 8.1rem - 8.1rem - 2.25rem - 2.25rem);
  max-width: calc(100vw - (100vw - 104.1rem) - 8.1rem - 8.1rem - 2.25rem - 2.25rem);
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3; }
  @media (max-width: 992px) {
    .quote-or-contact-section .tab-content .gform_heading {
      width: 100%; } }
  .quote-or-contact-section .tab-content .gform_heading *:last-child {
    margin-bottom: 0; }
  .quote-or-contact-section .tab-content .gform_heading .gform_description {
    background-image: url(../images/info-circle.svg);
    background-repeat: no-repeat;
    background-size: 1.8rem auto;
    background-position: 0 .4em;
    margin-top: 7.2rem; }
    @media (max-width: 992px) {
      .quote-or-contact-section .tab-content .gform_heading .gform_description {
        font-size: 1.4rem; } }
    .quote-or-contact-section .tab-content .gform_heading .gform_description:empty {
      display: none; }
  .quote-or-contact-section .tab-content .gform_heading p {
    padding-left: 4.1rem; }

.quote-or-contact-section .tab-content hr {
  position: relative;
  margin-bottom: 6.4rem;
  background-color: #667085; }
  .quote-or-contact-section .tab-content hr:before {
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #667085;
    width: calc(100vw - (100vw - 104.1rem) - 8.1rem - 8.1rem - 2.25rem - 2.25rem);
    max-width: calc(100vw - (100vw - 104.1rem) - 8.1rem - 8.1rem - 2.25rem - 2.25rem); }
    @media (max-width: 992px) {
      .quote-or-contact-section .tab-content hr:before {
        width: 100%; } }

.resources-section .container {
  max-width: 104.1rem; }

.resources-section .row {
  padding-top: .1rem;
  padding-bottom: 10.2rem; }
  @media (max-width: 992px) {
    .resources-section .row {
      padding-bottom: 13.4rem; } }
  @media (max-width: 768px) {
    .resources-section .row {
      padding-bottom: 13.6rem; } }

.resources-section .title-con {
  text-align: center;
  margin-bottom: 4.3rem; }
  @media (max-width: 992px) {
    .resources-section .title-con {
      margin-bottom: 4.5rem; } }
  @media (max-width: 768px) {
    .resources-section .title-con {
      margin-bottom: 1.8rem; } }
  @media (max-width: 768px) {
    .resources-section .title-con {
      text-align: left; } }
  .resources-section .title-con h3 {
    margin-bottom: 0; }
    @media (max-width: 992px) {
      .resources-section .title-con h3 {
        font-size: 4rem; } }
    @media (max-width: 768px) {
      .resources-section .title-con h3 {
        font-size: 3.2rem; } }
    .resources-section .title-con h3 span {
      font-weight: 300; }

@media (max-width: 992px) {
  .resources-section .tab-container.tab-container .tabs {
    position: relative; }
    .resources-section .tab-container.tab-container .tabs:after {
      content: '';
      position: absolute;
      bottom: -2px;
      left: 50%;
      width: 200vw;
      max-width: 200vw;
      height: 2px;
      background-color: #667085;
      z-index: -1;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); } }

.resources-section .r-item {
  width: 100%;
  margin-bottom: 3.2rem; }
  @media (max-width: 768px) {
    .resources-section .r-item {
      margin-bottom: 1.6rem; } }
  .resources-section .r-item:last-of-type {
    margin-bottom: 0; }
  .resources-section .r-item .inner-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative; }
    .resources-section .r-item .inner-inner a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
      .resources-section .r-item .inner-inner a:hover ~ .icon-side img + .hover, .resources-section .r-item .inner-inner a:focus-visible ~ .icon-side img + .hover {
        opacity: 1; }
      .resources-section .r-item .inner-inner a:hover ~ .text-side h4, .resources-section .r-item .inner-inner a:focus-visible ~ .text-side h4 {
        color: #A9F83A; }
    .resources-section .r-item .inner-inner .icon-side {
      width: 9.2rem;
      height: 9.2rem;
      background-color: #252525;
      border-radius: .4rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: .5rem;
      margin-right: 2.6rem;
      position: relative; }
      .resources-section .r-item .inner-inner .icon-side img {
        max-width: 50%; }
        .resources-section .r-item .inner-inner .icon-side img + .hover {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          opacity: 0;
          -webkit-transition: 0.3s;
          transition: 0.3s; }
    .resources-section .r-item .inner-inner .text-side {
      width: calc(100% - 9.2rem - 2.6rem); }
      .resources-section .r-item .inner-inner .text-side h4 {
        font-size: 2rem;
        line-height: 1.6;
        margin-bottom: 0;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        @media (max-width: 768px) {
          .resources-section .r-item .inner-inner .text-side h4 {
            font-size: 1.6rem; } }
        .resources-section .r-item .inner-inner .text-side h4 img {
          width: 1.2rem;
          margin-right: .8rem; }
        .resources-section .r-item .inner-inner .text-side h4 + p {
          margin-top: .1em; }
      .resources-section .r-item .inner-inner .text-side p {
        margin-bottom: 0; }
        @media (max-width: 768px) {
          .resources-section .r-item .inner-inner .text-side p {
            display: none; } }

.simple-hero-section {
  background-color: #252525; }
  @media (max-width: 992px) {
    .error404 .simple-hero-section {
      margin-bottom: 12rem; } }
  .error404 .simple-hero-section .row .text {
    width: 97rem; }
    @media (max-width: 992px) {
      .error404 .simple-hero-section .row .text {
        width: 75rem; } }
  .error404 .simple-hero-section .row h1 {
    margin-bottom: .45em; }
    @media (max-width: 992px) {
      .error404 .simple-hero-section .row h1 {
        width: 70rem;
        margin-bottom: .9em; } }
  .error404 .simple-hero-section .row p {
    width: 100rem;
    font-size: 2rem;
    line-height: 1.8;
    color: #929292; }
    @media (max-width: 992px) {
      .error404 .simple-hero-section .row p {
        padding: 0.7rem 0.6rem 1rem 3.6rem; } }
    .error404 .simple-hero-section .row p .spacer {
      display: block;
      margin-bottom: -1.4em; }
  .simple-hero-section .container {
    position: relative; }
    @media (max-width: 768px) {
      .simple-hero-section .container {
        padding-right: 3.9rem;
        padding-left: 3.9rem; } }
    .simple-hero-section .container .lines {
      position: absolute;
      top: 0;
      right: 2.25rem;
      width: 54.5rem;
      height: 100%;
      background: repeating-linear-gradient(90deg, #3E3E3E, #3E3E3E 0.1rem, #252525 0.1rem, #252525 3.2rem); }
      @media (max-width: 768px) {
        .simple-hero-section .container .lines {
          right: 2.04em;
          width: 12.9rem;
          height: 100%;
          min-height: 89.9rem; } }
      .simple-hero-section .container .lines::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(37, 37, 37, 0)), to(#252525));
        background: linear-gradient(to bottom, rgba(37, 37, 37, 0) 0%, #252525 100%); }
  .simple-hero-section .row {
    padding-top: 23.6rem;
    padding-bottom: 7.5rem;
    position: relative;
    z-index: 2; }
    @media (max-width: 992px) {
      .simple-hero-section .row {
        padding-top: 18.2rem;
        padding-bottom: 4.1rem; } }
    @media (max-width: 768px) {
      .simple-hero-section .row {
        padding-top: 16.7rem;
        padding-bottom: 3.4rem; } }
    .simple-hero-section .row .text {
      width: 89rem; }
      @media (max-width: 992px) {
        .simple-hero-section .row .text {
          width: 64rem; } }
    .simple-hero-section .row h1 {
      margin-bottom: .72em; }
      @media (max-width: 992px) {
        .simple-hero-section .row h1 {
          font-size: 5.6rem;
          line-height: 1.14286;
          margin-bottom: .9em; } }
      @media (max-width: 768px) {
        .simple-hero-section .row h1 {
          font-size: 3.2rem;
          line-height: 1.25;
          margin-bottom: .8em; } }
    .simple-hero-section .row p {
      border-left: 0.8rem solid #F60000;
      padding: .7rem .6rem 1rem 4.9rem;
      font-size: 2.4rem;
      line-height: 1.66667;
      color: white;
      width: 55rem; }
      @media (max-width: 992px) {
        .simple-hero-section .row p {
          border-left: 0.4rem solid #F60000;
          padding: 0.6rem 0.6rem 1rem 2.1rem;
          font-size: 2rem;
          width: 60rem; } }
      @media (max-width: 768px) {
        .simple-hero-section .row p {
          font-size: 1.6rem;
          line-height: 1.75;
          padding: 0.6rem 0.6rem 1rem 1.9rem; } }

.simple-text-section .container {
  max-width: 84.1rem; }
  @media (max-width: 768px) {
    .simple-text-section .container {
      padding-right: 3.9rem;
      padding-left: 3.9rem; } }

.simple-text-section .row {
  padding-top: 11.4rem;
  padding-bottom: 4.8rem; }
  @media (max-width: 992px) {
    .simple-text-section .row {
      padding-top: 7.7rem;
      padding-bottom: 9.1rem; } }

.simple-text-section ol:not(.pagination) {
  width: 67rem;
  margin-bottom: 3em; }
  .simple-text-section ol:not(.pagination) li {
    padding-left: 2.4em;
    line-height: 1.625; }
    .simple-text-section ol:not(.pagination) li:before {
      left: 0; }
  .simple-text-section ol:not(.pagination) ol {
    margin-bottom: 1.7em; }

.simple-text-section ul {
  margin-bottom: 3em;
  width: 67rem; }
  .simple-text-section ul li {
    padding-left: 2.4em;
    line-height: 1.625; }
    .simple-text-section ul li:before {
      left: 0; }
  .simple-text-section ul ul {
    margin-bottom: 1.4em; }

.simple-text-section * + h3 {
  margin-top: 1.89em; }
  @media (max-width: 768px) {
    .simple-text-section * + h3 {
      margin-top: 2.3em; } }

.simple-text-section h3 {
  margin-bottom: .3em; }
  @media (max-width: 992px) {
    .simple-text-section h3 {
      margin-bottom: .45em;
      font-size: 4rem; } }
  @media (max-width: 768px) {
    .simple-text-section h3 {
      font-size: 2.8rem;
      margin-bottom: .6em; } }

.simple-text-section * + h4 {
  margin-top: 3.29em; }
  @media (max-width: 768px) {
    .simple-text-section * + h4 {
      margin-top: 2.75em; } }

@media (min-width: 769px) {
  .container {
    max-width: 144.3rem; }
  .container,
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    padding-right: 2.25rem;
    padding-left: 2.25rem; }
  .row {
    margin-right: -2.25rem;
    margin-left: -2.25rem; } }

@media (max-width: 992px) {
  .container {
    padding-right: 4rem;
    padding-left: 4rem; }
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    padding-right: .4rem;
    padding-left: .4rem; }
  .row {
    margin-right: -.4rem;
    margin-left: -.4rem; } }

@media (max-width: 768px) {
  .container {
    padding-right: 2.4rem;
    padding-left: 2.4rem; }
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    padding-right: .4rem;
    padding-left: .4rem; }
  .row {
    margin-right: -.4rem;
    margin-left: -.4rem; } }

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