/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

/* @group Global - reset, typography, elements */

/* McLaren Fonts */
@font-face { font-family: 'SohoGothicPro'; src: url("../fonts/SohoGothicPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/SohoGothicPro-Regular.otf") format("opentype"), url("../fonts/SohoGothicPro-Regular.woff") format("woff"), url("../fonts/SohoGothicPro-Regular.ttf") format("truetype"), url("../fonts/SohoGothicPro-Regular.svg#SohoGothicPro-Regular") format("svg"); font-weight: 400; font-style: normal; }
@font-face { font-family: 'SohoGothicPro'; src: url("../fonts/SohoGothicPro-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/SohoGothicPro-Medium.otf") format("opentype"), url("../fonts/SohoGothicPro-Medium.woff") format("woff"), url("../fonts/SohoGothicPro-Medium.ttf") format("truetype"), url("../fonts/SohoGothicPro-Medium.svg#SohoGothicPro-Medium") format("svg"); font-weight: 700; font-style: normal; }
@font-face { font-family: 'SohoGothicPro'; src: url("../fonts/SohoGothicPro-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/SohoGothicPro-Light.otf") format("opentype"), url("../fonts/SohoGothicPro-Light.woff") format("woff"), url("../fonts/SohoGothicPro-Light.ttf") format("truetype"), url("../fonts/SohoGothicPro-Light.svg#SohoGothicPro-Light") format("svg"); font-weight: 300; font-style: normal; }
@font-face { font-family: 'McLarenBespoke'; src: url("../fonts/McLarenBespoke-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/McLarenBespoke-Regular.woff") format("woff"), url("../fonts/McLarenBespoke-Regular.ttf") format("truetype"), url("../fonts/McLarenBespoke-Regular.svg#McLarenBespoke-Regular") format("svg"); font-weight: 400; font-style: normal; }
@font-face { font-family: 'McLarenBespoke'; src: url("../fonts/McLarenBespoke-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/McLarenBespoke-Bold.woff") format("woff"), url("../fonts/McLarenBespoke-Bold.ttf") format("truetype"), url("../fonts/McLarenBespoke-Bold.svg#McLarenBespoke-Bold") format("svg"); font-weight: 700; font-style: normal; }
@font-face { font-family: 'McLarenBespoke'; src: url("../fonts/McLarenBespoke-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/McLarenBespoke-Light.woff") format("woff"), url("../fonts/McLarenBespoke-Light.ttf") format("truetype"), url("../fonts/McLarenBespoke-Light.svg#McLarenBespoke-Light") format("svg"); font-weight: 300; font-style: normal; }


@font-face { font-family: 'Noto Sans'; src: url("../fonts/NotoSans-Light.woff") format("woff"); font-weight: 300; font-style: normal; }
@font-face { font-family: 'Noto Sans'; src: url("../fonts/NotoSans-Regular.woff") format("woff"); font-weight: 400; font-style: normal; }
@font-face { font-family: 'Noto Sans'; src: url("../fonts/NotoSans-Bold.woff") format("woff"); font-weight: 600; font-style: normal; }

* {
/*     position: static !important; */
/*     overflow: visible !important; */
}


body, body p {
    margin: 0;
    padding: 0;
    border: 0;
    line-height: normal;
    font-family: "McLarenBespoke", Calibri, Helvetica, Arial, sans-serif;
    font-family: "Noto Sans", Calibri, Helvetica, Arial, sans-serif;
    /*     font-size: 16px; */
    /*     line-height: 26px; */
    font-weight: 300;
}

#page {
    overflow-x: hidden;
}

#page .container {
    width: 1170px !important;
    max-width: 100%;
}

.container-fluid {
    max-width: 100%;
}

.text-nowrap {
    white-space: nowrap;
}

a,
a:active,
a:visited {
    color: #82BD33;
    text-decoration: underline;
}



a:hover {
    text-decoration: none;
    color: #82BD33;
}


hr.divider {
    width: 100%;
    margin: 25px 0;
    border: 0;
    height: 1px;
    background: #4B4B4B;
}



html,
body {
    /* width: 100%; */
    /* height: 100%; */
    /* overflow: hidden; */
}

html {
    overflow: hidden;
    /* height: 100%; */
    /*-ms-touch-action: none;*/
    /*touch-action: none;*/
}

body {
    font-size: 16px;
    line-height: 24px;
    color: #4c494c;
    background-color: #fff;
    overflow: auto;
}

body,
body p {
    line-height: 1.6;
}

img {
    max-width: 100%;
}

sup {
/*     vertical-align: top; */
    font-size: 50%;
    top: -.75em;
    line-height: inherit;
}

.text-orange {
    color: #82BD33;
}

h1,
h2,
h3,
h4,
h5,
h6,
h3 * {
    font-family: "McLarenBespoke", Calibri, Helvetica, Arial, sans-serif;
}

h1 {
    font-size: 72px;
    line-height: 1;
    font-weight: 300;
}

h2 {
    font-size: 26px;
    line-height: 1.25;
    font-weight: 300;
    /* text-transform: uppercase; */
}

h3 {
    font-size: 24px;
    line-height: 1.25;
    font-weight: 300;
    /* text-transform: uppercase; */
}

h4 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
}


.btn--container {
    margin: 25px 0;
}

.btn--orange {
    min-width: 200px;
    display: inline-block;
    text-align: center;
    max-width: 100%;
    padding: 0 25px;
    height: 46px;
    line-height: 44px;
    background: #82BD33;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    text-decoration: none;
    border-radius: 16px;
}

.btn--orange:hover,
.btn--orange:focus {
    background: #5e5c5e;
    color: #ffffff;
}




.btn--green {
    min-width: 200px;
    display: inline-block;
    text-align: center;
    max-width: 100%;
    padding: 0 25px;
    height: 46px;
    line-height: 44px;
    background: #82BD33;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    text-decoration: none;
    border-radius: 16px;
}

.btn--green:hover,
.btn--green:focus {
    background: #5e5c5e;
    color: #ffffff;
}


.btn--green.btn--ghost {
    background: transparent;
    border: 1px solid #82BD33;
}

.btn--green.btn--ghost:hover,
.btn--green.btn--ghost:focus {
    background: #82BD33;
    color: #ffffff;
}


.btn--video--link {
    color: inherit;
    text-decoration: none;
    padding-right: 35px;
    display: inline-block;
    position: relative;
}

.btn--video--link:hover,
.btn--video--link:focus {
    color: inherit;
    text-decoration: underline;
}


.btn--video--link span.icon {
    position: absolute;
    right: 0;
    top: -1px;
}

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






.btn-icon {
    display: inline-block;
}

.btn-icon > .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
}

.btn-icon > .inner > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.btn-icon > .inner > span > * {
    margin: auto;
}

.btn-icon .icon {
    width: auto !important;
    margin-right: 10px;
}

.btn-icon .copy {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    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;
}






@media (max-width: 1200px) {

    h1 {
        /* font-size: 70px; */
        /* line-height: 1.2; */
    }

    h2 {
        font-size: 22px;
        line-height: 1.375;
    }

    h3 {
        font-size: 20px;
        line-height: 1.25;
    }

}


@media (max-width: 767px) {

    h2 {
        font-size: 24px;
        line-height: 1.25;
        margin-bottom: 20px;
    }

}






/* @end Global - reset, typography, elements */





body {
    overflow-x: hidden;
    background: #0F1011;
    color: #B1B3B3;
    margin: 0 !important;
    /* overflow: auto; */
    height: 100%;
}

svg {
    max-width: 100%;
}




#page_layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    overflow: hidden;
    top: 0;
    background: url(../images/bg-mclaren_waves.png) right 0px bottom -250px / auto 100% no-repeat;
    /* position: static; */
    /* height: 1000%; */
    /* overflow: scroll; */
}




#site-header {
    padding-top: 60px;
    overflow: visible;
    /* z-index: 10; */
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

#site-header .container {
    padding-left: 20px;
    padding-right: 20px;
    /* width: 100% !important; */
}

#site-header .logo {
    width: 142px;
    position: absolute;
    right: 37px;
    top: 33px;
}

#site-header .logo svg {
    width: 100%;
    height: auto;
}


#site-header h1.site_title {
    margin: 0;
    padding: 3% 0 5% 0;
    padding: 2vh 0 4vh 0;
    text-transform: uppercase;
}

#site-header h1.site_title .mclaren_swoop {
    width: 136px;
    display: inline-block;
    position: relative;
}

#site-header h1.site_title .mclaren_swoop:before {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 54.41%;
    background: url(../images/icon-mclaren_swoop_texture.png) center center / contain no-repeat;
    position: relative;
    -webkit-transform: translateY(14%);
        -ms-transform: translateY(14%);
            transform: translateY(14%);
}



#site-header h1.site_title span:nth-of-type(2) {
    display: block;
}


#site-header .header_navigation {}

#site-header .header_navigation > .inner {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    padding: 2% 0;
}

#site-header .header_navigation > .inner:before,
#site-header .header_navigation > .inner:after {
    content: '';
    width: 3000%;
    display: block;
    height: 1px;
    background: #B1B3B3;
    position: absolute;
    z-index: 10;
}

#site-header .header_navigation > .inner:before {
    top: 0px;
}

#site-header .header_navigation > .inner:after {
    bottom: 0px;
/*     left: 50%;
    transform: translateX(-50%); */
}



#site-header .header_navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    counter-reset: header-number-counter;
}


#site-header .header_navigation ul li {
    padding: 20px 20px;
    counter-increment: header-number-counter;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#site-header .header_navigation ul li.intro {
    display: none;
}

#site-header .header_navigation ul li:nth-of-type(2) {
    padding-left: 0px;
}

#site-header .header_navigation ul li:last-of-type {
    padding-right: 0px;
}


#site-header .header_navigation ul li a {
    color: #B1B3B3;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    padding-left: 50px;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    letter-spacing: .75px;
    font-family: "McLarenBespoke", Calibri, Helvetica, Arial, sans-serif;
    z-index: 200;
}

#site-header .header_navigation ul li a span {
    display: inline-block;
    position: relative;
    top: 50%;
    width: auto;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

#site-header .header_navigation ul li em {
    content: '';
    display: block;
    position: absolute;
    width: 32px;
    height: 32px;
    border-radius: 100px;
    background: #B1B3B3;
    left: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}

#site-header .header_navigation ul li em:before {
    content: counter(header-number-counter, decimal);
    font-size: 14px;
    color: #000000;
    font-style: normal;
    font-size: 16px;
    text-align: center;
    position: absolute;
    /* width: 100%; */
    /* height: 100%; */
    line-height: 32px;
    font-weight: 400;
    line-height: 1;
    top: calc(50% + 0px);
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

@-moz-document url-prefix() {
  #site-header .header_navigation ul li em:before {
    top: calc(50% + 1px);
  }
}


#site-header .header_navigation ul li.active a,
#site-header .header_navigation ul li a:hover {
    color: #82BD33;
}

#site-header .header_navigation ul li.active em,
#site-header .header_navigation ul li a:hover em  {
    background: #82BD33;
}



#site-header.alt_style_2 {

}

#site-header.alt_style_2 .container {
    width: 1470px !important;
}

#site-header.alt_style_2 .col-sm-12 {
    padding-left: 147px;
    padding-right: 147px;
    padding-right: 30px;
}


#site-header.alt_style_2 h1.site_title {
    position: relative;
    /* font-size: 64px; */
    /*     padding: 2vh 0 0 0; */
    margin-left: -4px;
}

#site-header.alt_style_2 .header_navigation {
/*     padding: 4.5vh 0 0 0; */
}


#site-header.alt_style_2 h1.site_title span:nth-of-type(2) {display: inline;}

#site-header.alt_style_2 h1.site_title .mclaren_swoop {
    position: absolute;
    left: -147px;
    width: 120px;
    top: 10px;
    top: 37%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

#site-header.alt_style_2 .header_navigation > .inner:before, 
#site-header.alt_style_2 .header_navigation > .inner:after {
    width: 10000%;
}

#site-header.alt_style_2 .header_navigation > .inner:before,
#site-header.alt_style_2 .header_navigation > .inner:after {
    left: -1000%;
}



#site-header.alt_style_2 .header_navigation > .inner {
    width: 1264px;
    max-width: 100%;
}



@media (min-width: 1024px) and (max-width: 1470px) {
    #site-header.alt_style_2 h1.site_title {
        /* font-size: 4.5vw; */
    }
}


@media (max-width: 1199px) {

    #site-header.alt_style_2 h1.site_title {
        font-size: 6vw;
    }

    #site-header .header_navigation ul li a {
        font-size: 15px;
    }


    

}



@media (max-width: 1199px) {

    #site-header.alt_style_2 .header_navigation {
      width: 100vw;
      position: relative;
      left: 50%;
      right: 50%;
      margin-left: calc(-50vw - 27px);
      margin-right: -50vw;
      padding-left: 30px;
      padding-right: 30px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
    }

    #site-header.alt_style_2 .col-sm-12 {
        padding-left: 84px;
        /*         padding-right: 84px; */
    }

    #site-header.alt_style_2 h1.site_title .mclaren_swoop {
        position: absolute;
        left: -82px;
        width: 68px;
        top: 10px;
        top: 46%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
    }


}


@media (max-width: 1199px) {

    #site-header h1.site_title {
        font-size: 6vw;
    }

    #site-header .header_navigation ul li a {
        font-size: 16px;
    }

}







#content {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0 20px 0 20px;
    margin-top: -1px;
    /* position: static; */
    -ms-flex-positive: 1;
        flex-grow: 1;
}

#content > .container-fluid {

}

#content:before,
#content:after {
    content: '';
    display: block;
    background: #82BD33;
    position: absolute;
    top: 0px;
    z-index: 50;
}

#content:before {
    height: 100%;
    width: 8px;
    left: 0px;
}

#content:after {
    height: 100%;
    width: 20px;
    right: 0px;
}


.page_steps_wrapper,
.page_steps_wrapper > .item,
.page_steps_wrapper > .item .item_inner,
.page_steps_wrapper > .item .item_inner > .item_content {
    height: 100%;
}

.page_steps_wrapper > .item .fp-tableCell {
    height: 100% !important;
}

.page_steps_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    overflow: auto;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    /* overflow-x: hidden; */
    width: 100%;
    width: 100%;
/*     transform-style: preserve-3d; */
}


.page_steps_wrapper > .item .item_inner {

}


.page_steps_wrapper > .item {
    /* display: none; */
    position: relative;
    width: 100%;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    left: -100%;
    top: 0px;
    opacity: 0;
}

#content.scroll-horizontal {
    overflow: auto;
    width: auto;
}

.page_steps_wrapper.scroll-horizontal {
    /*     overflow-x: hidden; */
    /* scroll-snap-type: x mandatory; */
    /*     scroll-snap-type: x proximity;    */
    /*  -webkit-overflow-scrolling: touch; */
    /* overflow-x: hidden; */
    /* overflow-x: scroll; */
    /* overflow: visible; */
    /* position: static; */
    /* overflow: visible; */
    overflow: hidden;
    /* height: auto !important; */
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
}

.page_steps_wrapper.scroll-horizontal.height-100 {
    height: calc(100% + 1px);
    position: absolute;
    top: 0;
    position: fixed;
    margin-top: -1px;
}

.page_steps_wrapper.scroll-horizontal {
    /* flex-direction: row-reverse; */
}

.page_steps_wrapper.scroll-horizontal > .item {
    /* position: relative; */
    left: 0;
    opacity: 1;
    min-width: 100%;
    left: 0px;
    /*     scroll-snap-align: start; */
    /*     min-width: unset; */
    /*     float: right; */
    /*     width: calc(100% / 5); */
    position: static;
    height: auto !important;
}

.page_steps_wrapper > .item.active {
    display: block;
    left: 0px;
    position: absolute;
    opacity: 1;
    position: relative;
}

/* 
.page_steps_wrapper > .item.prev {
    transform: translateX(-100%);
}

.page_steps_wrapper > .item.next {
    transform: translateX(100%);
} */




.page_steps_wrapper > .item .item_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
}

.page_steps_wrapper > .item .item_content > * {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
}

.page_steps_wrapper > .item .item_content > * > .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}



.page_steps_wrapper > .item .col_title {
    width: 33%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-width: 320px;
}

.page_steps_wrapper > .item .col_title > .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #B1B3B3;
    background: url(../images/tile_title_bg.jpg) center center / cover no-repeat;
    padding: 25px;
}

.page_steps_wrapper > .item .col_title > .inner > .content {
    margin: auto;
    width: 100%;
    text-align: center;
    /* display: flex; */
}

.page_steps_wrapper > .item .col_title {
    text-align: left;
}

.page_steps_wrapper > .item .col_title h2 {
    font-size: 50px;
    text-transform: uppercase;
    color: #0F1011;
    display: inline-block;
    /* display: inline; */
    margin: auto;
    text-align: center;
    font-weight: 300;
    color: #ffffff;
}

.page_steps_wrapper > .item .col_title h2 span {
    /* text-align: left; */
    /* display: inline; */
}


.page_steps_wrapper > .item .item_content > .col_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.page_steps_wrapper > .item .item_content > .col_content > .inner {
    height: auto;
    /* height: 100%; */
    margin: auto;
    min-height: 75%;
}

.page_steps_wrapper > .item .item_content > .col_content > .inner.height_100 {
    height: 100%;
}


.page_steps_wrapper .item_intro {
    padding-left: 20px;
    padding-right: 20px;
}


.page_steps_wrapper .item_intro .item_content {
    width: 1250px;
    max-width: 100%;
    margin: auto;
}

.page_steps_wrapper .item_intro .img_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}





.page_steps_wrapper > .item.item_intro .item_inner {
    position: relative;
}

.page_steps_wrapper > .item.item_intro .item_inner {
    -webkit-transform: translate3d(101%, 0, 0);
            transform: translate3d(101%, 0, 0);
    -webkit-animation-duration: 1.3s;
            animation-duration: 1.3s;
}



.page_steps_wrapper .item_intro .img_wrapper img {
    width: 100%;
    margin: auto;
    display: block;
    -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
 }





.page_steps_wrapper .stats_wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    /* padding: 5% 0; */
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
}

.page_steps_wrapper .stats_item {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0px;
}


.page_steps_wrapper .stats_item > .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: auto 0;
    padding: 15px;
    /* border: 1px solid red; */
    position: relative;
    overflow: hidden;
    overflow: visible;
}

.page_steps_wrapper .stats_item > .inner > .content {
    /* width: 500px; */
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto auto auto auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    /* margin: 0; */
    /* width: auto; */
    /* left: 0px; */
    /* transform: translateX(0%); */
}

.page_steps_wrapper .stats_item:nth-child(2n - 1) > .inner:before {
    content:'';
    display: block;
    width: 1px;
    height: calc(100% - 30px);
    background: #868787;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}


.page_steps_wrapper .stats_item .icon {
    width: 120px;
    /* margin-left: 5%; */
    text-align: center;
}

.page_steps_wrapper .stats_item .icon svg {
}


.page_steps_wrapper .stats_item .icon svg path {
    fill: #ffffff;
}

.page_steps_wrapper .stats_item .icon.stroke-fill svg path {
    stroke: #ffffff;
}

.page_steps_wrapper .stats_item .icon.stroke-fill-only svg path {
    stroke: #ffffff;
    fill: none;
}


.page_steps_wrapper .stats_item > .inner > .content > .copy {
    padding: 0 20px 0 20px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
}

.page_steps_wrapper .stats_item > .inner > .content > .copy > .inner {
/*     width: auto !important; */
}


.page_steps_wrapper .stats_item h4 {
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 300;
    margin: 0;
}

.page_steps_wrapper .stats_item h1 {
    font-size: 70px;
    margin: 0;
    color: #ffffff;
}




.page_steps_wrapper .stats_wrapper .stats_col {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    /* position: static; */
}



.page_steps_wrapper .stats_wrapper .stats_col:nth-child(2n - 1):before {
    content:'';
    display: block;
    width: 1px;
    height: calc(100%);
    background: #868787;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.page_steps_wrapper .stats_wrapper .stats_col > .stats_item {
    width: 100%;
    margin: auto;
}

.page_steps_wrapper .stats_wrapper .stats_col.col_graphs > .stats_item > .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.page_steps_wrapper .stats_wrapper .stats_col > .stats_item > .inner:before {
    display: none;
}


.graph_wrapper {
    width: 400px;
    max-width: 100%;
    margin: auto;
    -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
            transform: translateX(0px);
}

.graph_wrapper > .inner {
    width: 100%;
}

.page_steps_wrapper .stats_wrapper .graph_items_wrapper {
    width: 100%;
    height: 215px;
    max-height: 100%;
    overflow: auto;
    max-width: 100%;
}

.page_steps_wrapper .stats_wrapper .graph_items_wrapper::-webkit-scrollbar {
  width: 2px;  
  height: 2px;
}

.page_steps_wrapper .stats_wrapper .graph_items_wrapper::-webkit-scrollbar-track {
  background: #53565a;
  border-radius: 100px;
}

.page_steps_wrapper .stats_wrapper .graph_items_wrapper::-webkit-scrollbar-thumb {
  background: #82BD33;
  border-radius: 100px;
}


.graph_wrapper > .inner > h4 {
    margin-bottom: 15px;
}

.graph_wrapper .btn--container {
    margin-bottom: 0px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.graph_wrapper .btn--container.graphs_expand .btn-icon {
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
    font-family: "McLarenBespoke", Calibri, Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 1px;
}

.graph_wrapper .btn--container.graphs_expand .btn-icon svg path {
    fill: #82BD33;
}




@media (max-width: 1199px) {

    .page_steps_wrapper .stats_item h4 {
        font-size: 19px;
    }
    
}



.graph_items_wrapper .graph_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}

.graph_items_wrapper .graph_item .bar {
    height: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    border: 1px solid #303235;
    margin-bottom: 5px;
    position: relative;
    cursor: pointer;
/*     transition: .3s all; */
}

.graph_items_wrapper .graph_item .bar:hover {
/*     background: #2e2f2f; */
/*     border: 1px solid #4b4d50; */

}

.graph_items_wrapper .graph_item .bar .progress {
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    background: #53565a;
    -webkit-transition: 3s all;
    -o-transition: 3s all;
    transition: 3s all;
}

.transition-duration-0 {
    transition-duration: 0s !important;
}



.graph_items_wrapper .graph_item .bar .title {
    color: #ffffff;
    padding: 0 11px;
    margin: auto 0px;
    line-height: 1;
    width: 100%;
    position: relative;
    z-index: 10;
}

.graph_items_wrapper .graph_item .bar .title h4 {
    text-transform: none;
    font-family: "Noto Sans", Calibri, Helvetica, Arial, sans-serif;
    position: relative;
    top: -1px;
    font-size: 14px;
    margin: 0;
    font-weight: 300;
}

.graph_items_wrapper .graph_item .number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 56px;
    padding: 0 15px 0 5px;
    height: 38px;
}

.graph_items_wrapper .graph_item .number h3 {
    /* width: 100%; */
    font-size: 18px;
    color: #82BD33;
    margin: auto;
    position: relative;
    top: -1px;
}


@media (max-width:1050px) {

    .graph_items_wrapper .graph_item .bar .title {
        padding: 0 10px;
    }
    
    .graph_items_wrapper .graph_item .bar .title h4 {
        font-size: 14px;
    }

}


.full_screen_overlay {
    display: none;
}




.graph_wrapper.active {
    width: 100vw;
    max-width: unset;
    height: 100%;
    position: fixed;
    margin: 0;
    z-index: 1000;
    background: #000000;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    top: 0px;
    display: flex;
}





.graph_wrapper a[href="#close"] {
    display: none;
    position: absolute;
    right: 25px;
    top: 25px;
}

.graph_wrapper a[href="#close"] span.icon {
    margin: 0;
}

.graph_wrapper a[href="#close"] svg path {
    fill: #B1B3B3 !important;
}

.graph_wrapper.active a[href="#close"] {
    display: block;
}


.graph_wrapper .graphs_expand a[href="#minimize"] {
    display: none;
}

.graph_wrapper.active .graphs_expand a[href="#minimize"] {
    display: inline-block;
}

.graph_wrapper.active .graphs_expand a[href="#expand"] {
    display: none;
}


.graph_wrapper.active .graphs_expand a[href="#minimize"] {
    display: inline-block;
}

.graph_wrapper.active > .inner {/*     overflow: auto; *//*     height: 100%; *//*     overflow-y: scroll; *//*     overflow-x: hidden; */display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;height: auto;}


.graph_wrapper.active > .inner::-webkit-scrollbar {
  width: 2px;  
  height: 2px;
}

.graph_wrapper.active > .inner::-webkit-scrollbar-track {
  background: #53565a;
  border-radius: 100px;
}

.graph_wrapper.active > .inner::-webkit-scrollbar-thumb {
  background: #82BD33;
  border-radius: 100px;
}


.graph_wrapper .title_wrapper {
    display: none;
}

.graph_wrapper.active .title_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 35px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.graph_wrapper.active > .inner > h4 {
    display: none;
}

.graph_wrapper.active .title_wrapper>* {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 175px;
    padding: 25px;
}

.graph_wrapper.active .title_wrapper>*>* {
    margin: auto auto 0 auto;
}

.graph_wrapper.active .title_wrapper .title-step {
    background: #82bd33;
}

.graph_wrapper.active .title_wrapper .title-step h2 {
    color: #000000;
    font-size: 40px;
    text-transform: uppercase;
}

.graph_wrapper.active .title_wrapper .title-col {}

.graph_wrapper.active .title_wrapper .title-col h2 {
    font-size: 40px;
    text-transform: uppercase;
}

.graph_wrapper.active {
    width: 100%;
    padding: 0px 30px 30px 30px;
}

.graph_wrapper.active {
  
}

.graph_wrapper>.inner {
    height: 100%;
}

.graph_wrapper.active .graph_items_wrapper {
    height: auto;
    margin-left: -30px;
    max-width: unset;
    width: calc(100% + 30px);
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    /* display: flex; */
    flex: 1 1 auto;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: auto !important;
}

.graph_wrapper.active .graph_items_wrapper>.inner {
    /*     column-count: 3; */
    /*     column-fill: auto; */
    /*     column-gap:15px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    /* margin: 0; */
    /* list-style: decimal; */
}

.graph_wrapper.active .graph_items_wrapper>.inner .graph_item {
    /*     break-inside: avoid; */
    /*     -webkit-column-break-inside: avoid; */
    width: 33.33%;
    /* display: list-item; */
}

.graph_wrapper.active .graph_items_wrapper>.inner .graph_item>.bar {
    margin-bottom: 0;
}

.graph_wrapper.active .graph_items_wrapper>.inner .graph_item {
    margin-bottom: 5px;
    padding: 0px 30px;
}

.graph_wrapper.active .graph_items_wrapper>.inner .graph_item>* {
    /*     margin: auto; */
}

.graph_wrapper.active .graph_items_wrapper>.inner .graph_item:nth-child(15n),
.graph_wrapper.active .graph_items_wrapper>.inner .graph_item:nth-child(15n),
.graph_wrapper.active .graph_items_wrapper>.inner .graph_item:nth-child(15n) {
    padding-bottom: 30px;
}



@media (max-width: 992px) {

    html.touchevents .graph_wrapper.active .graph_items_wrapper>.inner .graph_item {
        width: 50%;
    }

}







@media (max-width: 1199px) {

    .page_steps_wrapper > .item .col_title h2 {
        font-size: 4.2vw;
    }

    .page_steps_wrapper .stats_item h1 {
        font-size: 5.8vw;
    }

}







#site-footer {
    position: static;
    overflow: hidden;
    /* z-index: 1; */
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}




#site-footer .col-sm-12 {
    padding: 0 20px;
    position: static;
}

#site-footer .footer_navigation {
    position: relative;
    z-index: 10;
}

#site-footer .footer_navigation:before,
#site-footer .footer_navigation:after {
    content: '';
    width: 3000%;
    display: block;
    height: 1px;
    background: #B1B3B3;
    position: absolute;
    left: 0;
    z-index: 100;
}

#site-footer .footer_navigation:before {
    top: 0px;
    left: 0;
}


#site-footer .footer_navigation ul {
    list-style: none;
    margin: 0;
    padding: 20px 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

#site-footer .footer_navigation ul li.prev {
    margin-right: auto;
}

#site-footer .footer_navigation ul li.prev a {
    padding-right: 0px;
}

#site-footer .footer_navigation ul li.next {
    margin-left: auto;
}

#site-footer .footer_navigation ul li.next a {
    padding-left: 0px;
}

#site-footer .footer_navigation ul li {
    
}

#site-footer .footer_navigation ul li a {
    color: #B1B3B3;
    text-decoration: none;
    font-family: "McLarenBespoke", Calibri, Helvetica, Arial, sans-serif;
    padding: 0 29px;
    font-size: 18px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: .7px;
    z-index: 1000;
    -webkit-transition: 0s all;
    -o-transition: 0s all;
    transition: 0s all;
}


#site-footer .footer_navigation ul li a em svg path {
/*     transition: .2s all;  */
}

#site-footer .footer_navigation ul li a:hover {
/*     color: #ffffff; */
}


#site-footer .footer_navigation ul li a:hover em svg path {
/*     stroke: #ffffff; */
}


#site-footer .footer_navigation ul li a em {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    height: 100%;
}

#site-footer .footer_navigation ul li a em svg {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

#site-footer .footer_navigation ul li a span {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}


#site-footer .footer_navigation ul li.prev a em {
    left: 0px;
    top: calc(50% + 2px);
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}

#site-footer .footer_navigation ul li.next a em {
    right: 0px;
}


#site-footer .footer_navigation ul li.home a em {
    left: 0px;
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
            display: none;
}

#site-footer .footer_navigation ul li.home a {
    
}






@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) {

    #site-header.alt_style_2 .header_navigation > .inner {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #site-header.alt_style_2 h1.site_title {
/*         font-size: 40px; */
        font-size: 5vw;
    }

    .page_steps_wrapper .stats_wrapper .graph_items_wrapper {
/*         display: none; */
        height: 124px;
    }

}


@media screen and (max-width:1024px) and (orientation: portrait) {


    html.touchevents {

    }


    html.touchevents .page_steps_wrapper > .item .col_title {
/*         width: 33.33%; */
/*         min-width: 1px; */
    }

    .page_steps_wrapper > .item .item_content > .col_content {
        
    }

    html.touchevents .graph_wrapper {
/*         width: 100%; */
    }

    html.touchevents .page_steps_wrapper .stats_wrapper {
/*         flex-direction: column; */
    }

    html.touchevents .page_steps_wrapper .stats_wrapper > * {
/*         width: 100%; */
/*         height: 50%; */
    }



}

@media screen and (max-width:1024px) and (orientation: landscape) {

    html.touchevents .page_steps_wrapper .stats_item .icon {
/*         width: 65px; */
    }

    html.touchevents .page_steps_wrapper .stats_item .icon svg {
/*         width: 44px; */
    }

}

