/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
Variables
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
:root {
    /* stylelint-disable-next-line color-hex-length */
    --color-black: #222222;
    --color-grey: #bebebe;
    --color-greyLight: #ececec;
    --color-greyDark: #3a3a3a;
    --color-green: #07a056;
    --color-greenDark: #017f42;
    --color-blue: #0f5f93;
    --color-blueDark: #04395b;
    --color-blueLight: #a7cde6;
    --color-white: #fff;
    --font-main: 'CenturyGothicW05', Helvetica, Verdana, Arial, sans-serif;
    --font-heading: 'Freight Big Pro', Helvetica, Verdana, Arial, sans-serif;
    --font-script: 'Fightever', Helvetica, Verdana, Arial, sans-serif;
    --scrollbar-size: 0.375rem;
    --scrollbar-minlength: 1.5rem; /* Minimum length of scrollbar thumb (width of horizontal, height of vertical) */
    --scrollbar-ff-width: thin; /* FF-only accepts auto, thin, none */
    --scrollbar-track-color: rgba(0, 0, 0, 0.1);
    --scrollbar-color: rgba(0, 0, 0, 0.3);
    --scrollbar-color-hover: rgba(0, 0, 0, 0.4);
    --scrollbar-color-active: rgb(0, 0, 0);
}

/* Use .layout-scrollbar-obtrusive to only use overflow if scrollbars don’t overlay */
.scrollbar-test,
.layout-cell {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    scrollbar-width: var(--scrollbar-ff-width);
}

/* This class controls what elements have the new fancy scrollbar CSS */
.layout-scrollbar {
    scrollbar-color: var(--scrollbar-color) var(--scrollbar-track-color);
}

/* Only apply height/width to ::-webkit-scrollbar if is obtrusive */
.layout-scrollbar-obtrusive,
.layout-scrollbar-obtrusive::-webkit-scrollbar {
    width: var(--scrollbar-size);
    height: var(--scrollbar-size);
}

.layout-scrollbar-obtrusive::-webkit-scrollbar-track {
    background-color: var(--scrollbar-track-color);
}

.layout-scrollbar-obtrusive::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: var(--scrollbar-color);
}

.layout-scrollbar-obtrusive::-webkit-scrollbar-thumb:hover {
    background-color: var(--scrollbar-color-hover);
}

.layout-scrollbar-obtrusive::-webkit-scrollbar-thumb:active {
    background-color: var(--scrollbar-color-active);
}

.scrollbar-test::-webkit-scrollbar-thumb:vertical,
.layout-scrollbar-obtrusive::-webkit-scrollbar-thumb:vertical {
    min-height: var(--scrollbar-minlength);
}

.scrollbar-test::-webkit-scrollbar-thumb:horizontal,
.layout-scrollbar-obtrusive::-webkit-scrollbar-thumb:horizontal {
    min-width: var(--scrollbar-minlength);
}

@font-face {
    font-weight: 900;
    font-style: normal;
    font-family: 'Freight Big Pro';
    src:
        url('/_fonts/subset-FreightBigPro-Black.woff2') format('woff2'),
        url('/_fonts/subset-FreightBigPro-Black.woff') format('woff');
    font-display: swap;
    unicode-range: U+000-5FF;
}

@font-face {
    font-weight: normal;
    font-style: normal;
    font-family: 'CenturyGothicW05';
    src:
        url('/_fonts/subset-CenturyGothicW05-Regular.woff2') format('woff2'),
        url('/_fonts/subset-CenturyGothicW05-Regular.woff') format('woff');
    font-display: swap;
    unicode-range: U+000-5FF;
}

@font-face {
    font-weight: normal;
    font-style: italic;
    font-family: 'Fightever';
    src:
        url('/_fonts/subset-Fightever.woff2') format('woff2'),
        url('/_fonts/subset-Fightever.woff') format('woff');
    font-display: swap;
    unicode-range: U+000-5FF;
}

@font-face {
    font-family: 'icomoon';
    src:  url('/_fonts/icomoon.eot?uc3zrc');
    src:  url('/_fonts/icomoon.eot?uc3zrc#iefix') format('embedded-opentype'),
      url('/_fonts/icomoon.woff2?uc3zrc') format('woff2'),
      url('/_fonts/icomoon.ttf?uc3zrc') format('truetype'),
      url('/_fonts/icomoon.woff?uc3zrc') format('woff'),
      url('/_fonts/icomoon.svg?uc3zrc#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }
  
  [class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .icon-home:before {
    content: "\e902";
  }
  .icon-left-quote-alt:before {
    content: "\e900";
  }
  .icon-linkedin:before {
    content: "\e914";
  }
  .icon-right-quote-alt:before {
    content: "\e901";
  }
  .icon-menu2:before {
    content: "\e906";
  }
  .icon-1:before {
    content: "\e905";
  }
  .icon-2:before {
    content: "\e904";
  }
  .icon-cog:before {
    content: "\f013";
  }
  .icon-gear:before {
    content: "\f013";
  }
  .icon-cogs:before {
    content: "\f085";
  }
  .icon-gears:before {
    content: "\f085";
  }
  .icon-comments:before {
    content: "\f086";
  }
  .icon-envelope-o:before {
    content: "\f003";
  }
  .icon-envelope-open:before {
    content: "\f2b6";
  }
  .icon-envelope-open-o:before {
    content: "\f2b7";
  }
  .icon-facebook:before {
    content: "\f09a";
  }
  .icon-facebook-f:before {
    content: "\f09a";
  }
  .icon-google:before {
    content: "\f1a0";
  }
  .icon-handshake-o:before {
    content: "\f2b5";
  }
  .icon-home1:before {
    content: "\f015";
  }
  .icon-instagram:before {
    content: "\f16d";
  }
  .icon-star:before {
    content: "\f005";
  }
  .icon-star-o:before {
    content: "\f006";
  }
  .icon-youtube-play:before {
    content: "\f16a";
  }
  .icon-phone:before {
    content: "\e903";
  }
  .icon-contact:before {
    content: "\e903";
  }
  .icon-bulb:before {
    content: "\e913";
  }
  .icon-x-altx-alt::before {
    content: "\e907" !important;
  }

/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
General
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
* {
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}

body {
    position: relative;
    width: 100%;
    max-width: 100vw;
    margin: 0;
    padding: 0;
    background-color: var(--color-white);
    color: var(--color-black);
    font-weight: normal;
    font-size: 16px;
    font-family: var(--font-main);
    line-height: 135%;
    text-align: center;
    cursor: auto;
}

blockquote {
    text-align: justify;
}

ul,
ol {
    margin: 0;
    line-height: 145%;
    text-shadow: none;
}

li {
    line-height: 105%;
    text-align: left;
}

img {
    border-style: none;
    text-align: center;
}

a:active,
a:link,
a:visited {
    color: var(--color-blue);
    text-decoration: underline;
}

button,
.social:hover,
a:hover,
.circle:hover {
    cursor: pointer !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 900;
    font-family: var(--font-heading);
    letter-spacing: -0.5px;
}

h3 {
    text-align: left;
}

p {
    font-weight: 500;
    text-shadow: none;
}

h1 {
    font-size: calc(32px + (42 - 32) * ((100vw - 300px) / (1900 - 300)));
    line-height: calc(1.2em + (1.5 - 1.2) * ((100vw - 300px)/(1900 - 300)));
}

h2 {
    font-size: calc(30px + (40 - 30) * ((100vw - 300px) / (1900 - 300)));
    line-height: calc(1.3em + (1.5 - 1.2) * ((100vw - 300px)/(1900 - 300)));
    text-align: left;
}

h3 {
    font-size: calc(28px + (36 - 28) * ((100vw - 300px) / (1900 - 300)));
    line-height: calc(1.3em + (1.5 - 1.2) * ((100vw - 300px)/(1900 - 300)));
    text-align: left;
}

h4 {
    margin: 0;
    padding: 0;
    font-size: calc(25px + (33 - 25) * ((100vw - 300px) / (1900 - 300)));
    line-height: calc(1.3em + (1.5 - 1.2) * ((100vw - 300px)/(1900 - 300)));
}

h5 {
    margin: 0;
    padding: 0;
    font-size: calc(22px + (35 - 22) * ((100vw - 300px) / (1900 - 300)));
    line-height: calc(1.3em + (1.5 - 1.2) * ((100vw - 300px)/(1900 - 300)));
}

li {
    font-size: calc(15px + (20 - 12) * ((100vw - 300px) / (1900 - 300)));
    line-height: calc(1.3em + (1.5 - 1.2) * ((100vw - 300px)/(1900 - 300)));
}

p {
    font-size: calc(14px + (22 - 14) * ((100vw - 300px) / (1900 - 300)));
}

#wrapper {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: repeat(12, 1fr);
    align-items: center;
    width: 100vw;
    box-align: center;

    @supports not (display: grid) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        box-align: center;
        flex-align: center;
    }
}

[data-xcloak] {
    display: none !important;
}

@media (min-width: 0) and (max-width: 767px) {
    .mobileHide {
        display: none !important;
    }

    #wrapper {
        display: grid;
        grid-template-rows: auto;
        grid-template-columns: repeat(1, 1fr);
        align-items: center;
        width: 100vw;
        box-align: center;

        @supports not (display: grid) {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            align-items: center;
            box-align: center;
            flex-align: center;
        }
    }
}

@media (min-width: 768px) {
    .mainHide {
        display: none !important;
    }
}

#upHigh {
    visibility: hidden;
}

.myButton {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: 600;
    cursor: pointer;
    transition-duration: 0.4s;
}

.myButton a:link,
.myButton a:visited,
.myButton a:active {
    padding: 0.75vw 2vw;
    text-decoration: none !important;
}

.buttonGreen {
    padding: 8px 3vw;
    border: solid medium var(--color-white);
    background-color: var(--color-green);
    color: var(--color-white);
    font-weight: bold;
}

.buttonGreen a:link,
.buttonGreen a:visited,
.buttonGreen a:active {
    color: var(--color-white) !important;
}

.buttonGreen:hover {
    border: solid medium var(--color-green);
    background-color: var(--color-white);
    color: var(--color-green) !important;
}

.buttonGreen:hover a:link,
.buttonGreen:hover a:visited,
.buttonGreen:hover a:active {
    color: var(--color-green) !important;
}

.buttonWhite {
    border: solid medium var(--color-white);
}

.buttonWhite a:link,
.buttonWhite a:visited,
.buttonWhite a:active {
    color: var(--color-white) !important;
}

.buttonWhite:hover {
    border: solid medium var(--color-white);
    background-color: var(--color-white);
}

.buttonWhite:hover a:link,
.buttonWhite:hover a:visited,
.buttonWhite:hover a:active {
    color: var(--color-blueDark) !important;
}

.skip-to-main-content-link {
    position: absolute;
    left: -9999px;
    z-index: 999;
    padding: 1em;
    background-color: black;
    color: white !important;
    font-weight: bold !important;
    opacity: 0;
}
/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
Accessibility
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

.skip-to-main-content-link:focus {
    left: 50% !important;
    top: 2.5%;
    transform: translateX(-50%);
    opacity: 1;
}

input:focus-visible,
input:focus {
    outline: 2px solid #B026FF !important;
    border-radius: 10px;
}

select:focus-visible,
:focus-visible {
    outline: 2px dashed #B026FF !important;
    border-radius: 10px;
}
/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
Animations
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

/* Grow */
.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    transition-duration: 0.5s;
    transition-property: transform;
    transform: translateZ(0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
    transform: scale(1.05);
}

.is-visible {
    opacity: 1;
    transform: translateX(0);
}