* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

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

@font-face {
    font-family: ModernEra;
    font-style: normal;
    font-weight: 400;
    src: url(../libs/ModernEra-Regular.eot);
    src: url(../libs/ModernEra-Regular.eot?#iefix) format("embedded-opentype"),url(../libs/ModernEra-Regular.woff) format("woff"),url(../libs/ModernEra-Regular.svg#ModernEra-Regular) format("svg");
    text-rendering:optimizeLegibility}

@font-face {
    font-family: ModernEra;
    font-style: normal;
    font-weight: 500;
    src: url(../libs/ModernEra-Medium.eot);
    src: url(../libs/ModernEra-Medium.eot?#iefix) format("embedded-opentype"),url(../libs/ModernEra-Medium.woff) format("woff"),url(../libs/ModernEra-Medium.svg#ModernEra-Medium) format("svg");
    text-rendering:optimizeLegibility}

@font-face {
    font-family: ModernEra;
    font-style: normal;
    font-weight: 800;
    src: url(../libs/ModernEra-ExtraBold.eot);
    src: url(../libs/ModernEra-ExtraBold.eot?#iefix) format("embedded-opentype"),url(../libs/ModernEra-ExtraBold.woff) format("woff"),url(../libs/ModernEra-ExtraBold.svg#ModernEra-ExtraBold) format("svg");
    text-rendering:optimizeLegibility}

.a-mask {
    overflow: hidden;
    position: relative
}

.a-mask:before {
    background-color: #fff;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: translateX(101%);
    transition: transform .75s cubic-bezier(.77,0,.175,1);
    width: 100%;
    z-index: 1
}

.a-mask img {
    transition: transform .75s cubic-bezier(.77,0,.175,1) .1s
}

.a-fade-up {
    transition: transform .75s cubic-bezier(.39,.87,.52,.94),opacity 1s ease
}

.a-fade {
    transition: opacity .75s cubic-bezier(.39,.87,.52,.94)
}

.a-staggered>:first-child {
    transition-delay: .1s!important
}

.a-staggered>:first-child .a-mask:before {
    transition-delay: .1s
}

.a-staggered>:nth-child(2) {
    transition-delay: .2s!important
}

.a-staggered>:nth-child(2) .a-mask:before {
    transition-delay: .2s
}

.a-staggered>:nth-child(3) {
    transition-delay: .3s!important
}

.a-staggered>:nth-child(3) .a-mask:before {
    transition-delay: .3s
}

.a-staggered>:nth-child(4) {
    transition-delay: .4s!important
}

.a-staggered>:nth-child(4) .a-mask:before {
    transition-delay: .4s
}

.a-staggered>:nth-child(5) {
    transition-delay: .5s!important
}

.a-staggered>:nth-child(5) .a-mask:before {
    transition-delay: .5s
}

.a-staggered>:nth-child(6) {
    transition-delay: .6s!important
}

.a-staggered>:nth-child(6) .a-mask:before {
    transition-delay: .6s
}

.a-staggered>:nth-child(7) {
    transition-delay: .7s!important
}

.a-staggered>:nth-child(7) .a-mask:before {
    transition-delay: .7s
}

.a-staggered>:nth-child(8) {
    transition-delay: .8s!important
}

.a-staggered>:nth-child(8) .a-mask:before {
    transition-delay: .8s
}

.a-staggered>:nth-child(9) {
    transition-delay: .9s!important
}

.a-staggered>:nth-child(9) .a-mask:before {
    transition-delay: .9s
}

[data-animate] .a-mask:before,[data-animate].a-mask:before {
    transform: translateX(0);
    transition: none
}

[data-animate] .a-mask img,[data-animate].a-mask img {
    transform: translateX(-100px);
    transition: none
}

[data-animate] .a-fade-up,[data-animate].a-fade-up {
    opacity: 0;
    transform: translateY(20px);
    transition: none
}

[data-animate] .a-fade,[data-animate].a-fade {
    opacity: 0;
    transition: none
}

html {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 62.5%;
    scroll-behavior: smooth
}

body {
    background-color: #f2f6f6;
    color: #000;
    font-family: ModernEra,Helvetica,Arial,sans-serif;
    font-weight: 400;
    line-height: 1
}

body.navigation-active,body.search-active {
    height: 100%;
    overflow: hidden
}

.wrapper {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    line-height: 2.4rem;
    overflow: hidden;
    position: relative
}

@media screen and (min-width: 720px) {
    .wrapper {
        font-size:18px;
        font-size: 1.8rem;
        line-height: 28px;
        line-height: 2.8rem
    }
}

.hidden {
    display: none!important;
    visibility: hidden
}

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

.visually-hidden.focusable:active,.visually-hidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

.relative {
    position: relative
}

.fixed {
    position: fixed
}

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

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

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

.text-upper {
    text-transform: uppercase
}

iframe,img,svg,video {
    display: block;
    max-width: 100%;
    width: 100%
}

svg {
    fill: currentColor
}

::-moz-selection {
    background-color: #00db85
}

::selection {
    background-color: #00db85;
    color: #fff
}

::-moz-selection {
    background: #00db85;
    color: #fff
}

.bg-white {
    background-color: #fff
}

.bg-green-dark {
    background-color: #c47611;
    color: #fff
}

.bg-green-darkest {
    background-color: #023031;
    color: #fff
}

.bg-grey-light {
    background-color: #f2f6f6
}

.green-light {
    color: #00db85
}

.green-mid {
    color: #01946a
}

.green-dark {
    color: #c47611
}

.green-darkest {
    color: #023031
}

h1,h2,h3,h4,h5,h6,pre {
    color: inherit;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 28px;
    line-height: 2.8rem;
    text-rendering: optimizeLegibility
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a,pre a {
    color: inherit
}

h1 .link,h2 .link,h3 .link,h4 .link,h5 .link,h6 .link,pre .link {
    font-size: inherit;
    line-height: inherit
}

.h1,.h2,.h3,.h4,.h5,.h6 {
    font-weight: 500
}

.h1 {
    font-size: 35px;
    font-size: 3.5rem;
    letter-spacing: -1px;
    line-height: 40px;
    line-height: 4rem
}

@media screen and (min-width: 720px) {
    .h1 {
        font-size:55px;
        font-size: 5.5rem;
        letter-spacing: -1.5px;
        line-height: 55px;
        line-height: 5.5rem
    }
}

@media screen and (min-width: 1024px) {
    .h1 {
        font-size:70px;
        font-size: 8rem;
        letter-spacing: -2px;
        line-height: 70px;
        line-height: 16rem;
        font-weight: 900;
    }
}

.h2 {
    font-size: 35px;
    font-size: 3.5rem;
    letter-spacing: -.5px;
    line-height: 38px;
    line-height: 3.8rem
}

@media screen and (min-width: 720px) {
    .h2 {
        font-size:42px;
        font-size: 4.2rem;
        letter-spacing: -1px;
        line-height: 48px;
        line-height: 4.8rem
    }
}

@media screen and (min-width: 1024px) {
    .h2 {
        font-size:55px;
        font-size: 5.5rem;
        letter-spacing: -1.5px;
        line-height: 55px;
        line-height: 5.5rem
    }
}

.h3 {
    font-size: 28px;
    font-size: 2.8rem;
    letter-spacing: -.5px;
    line-height: 34px;
    line-height: 3.4rem
}

@media screen and (min-width: 720px) {
    .h3 {
        font-size:35px;
        font-size: 3.5rem;
        line-height: 38px;
        line-height: 3.8rem
    }
}

@media screen and (min-width: 1024px) {
    .h3 {
        font-size:42px;
        font-size: 4.2rem;
        letter-spacing: -1px;
        line-height: 48px;
        line-height: 4.8rem
    }
}

.h4 {
    font-size: 26px;
    font-size: 2.6rem;
    letter-spacing: -.5px;
    line-height: 32px;
    line-height: 3.2rem
}

@media screen and (min-width: 1024px) {
    .h4 {
        font-size:28px;
        font-size: 2.8rem;
        line-height: 34px;
        line-height: 3.4rem
    }
}

.h5 {
    font-size: 22px;
    font-size: 2.2rem;
    letter-spacing: -.5px;
    line-height: 26px;
    line-height: 2.6rem
}

.h-underline {
    margin-bottom: 30px
}

@media screen and (min-width: 720px) {
    .h-underline {
        margin-bottom:70px
    }
}

.h-underline span {
    border-bottom: 3px solid #c47611;
    transition: border-color .1s ease
}

a {
    color: inherit;
    text-decoration: none
}

p {
    margin: 0 0 1.6666666667em
}

p:last-child {
    margin-bottom: 0
}

strong {
    font-weight: 800
}

ol,ul {
    list-style: none
}

sub,sup {
    font-size: .5em;
    line-height: 1;
    position: relative
}

sub {
    transform: translateY(90%)
}

sup {
    transform: translateY(-90%)
}

.standfirst p,p.standfirst {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 28px;
    line-height: 2.8rem
}

@media screen and (min-width: 720px) {
    .standfirst p,p.standfirst {
        font-size:22px;
        font-size: 2.2rem;
        letter-spacing: -.5px;
        line-height: 30px;
        line-height: 3rem;
        margin-bottom: 20px
    }
}

@media screen and (min-width: 1024px) {
    .standfirst p,p.standfirst {
        font-size:26px;
        font-size: 2.6rem;
        line-height: 36px;
        line-height: 3.6rem;
        margin-bottom: .7692307692em
    }
}

.standfirst p:last-child,p.standfirst:last-child {
    margin-bottom: 0
}

@media screen and (min-width: 720px) {
    .body-lg {
        font-size:22px;
        font-size: 2.2rem;
        letter-spacing: -.4px;
        line-height: 32px;
        line-height: 3.2rem
    }

    .body-sm {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 24px;
        line-height: 2.4rem
    }
}

.date {
    color: #01946a;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 800;
    letter-spacing: 1.5px;
    line-height: 18px;
    line-height: 1.8rem;
    text-transform: uppercase
}

.date--white {
    color: #fff
}

.date--light {
    color: #00db85
}

.date--dark {
    color: #c47611
}

.date--icon {
    align-items: center;
    display: flex
}

.date--icon svg {
    height: 24px;
    margin-right: 14px;
    position: relative;
    top: -2px;
    width: 23px
}

.footer {
    background-color: #653d08;
    background-image: url(../images/shape_footer.png);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding: 3.8888888889em 0 2.7777777778em;
    position: relative
}

@media screen and (min-width: 720px) {
    .footer {
        background-position:bottom
    }
}

.footer .row+.row {
    margin-top: 2.7777777778em
}

@media screen and (min-width: 720px) {
    .footer {
        padding:5.5555555556em 0 2.7777777778em
    }

    .footer .row+.row {
        margin-top: 3.8888888889em
    }
}

@media screen and (min-width: 1024px) {
    .footer .row+.row {
        margin-top:8.3333333333em
    }
}

.footer a:active,.footer a:focus,.footer a:hover {
    color: #00db85
}

.footer__strapline {
    color: #fff;
    max-width: 390px
}

.footer__channels {
    margin: 1.6666666667em 0 2.7777777778em
}

.footer__list {
    margin-bottom: 1.6666666667em
}

@media screen and (max-width: 479px) {
    .footer__list {
        font-size:14px;
        font-size: 1.4rem;
        line-height: 22px;
        line-height: 2.2rem
    }
}

.footer__list ul {
    border-left: 1px solid #fff;
    margin-top: 10px
}

.footer__list ul li {
    padding-left: 15px
}

.footer__list ul li:last-child {
    padding-bottom: 0
}

.footer__pages {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 18px;
    line-height: 1.8rem
}

@media screen and (min-width: 480px) {
    .footer__pages {
        font-size:13px;
        font-size: 1.3rem;
        line-height: 20px;
        line-height: 2rem
    }
}

@media screen and (min-width: 720px) {
    .footer__pages ul {
        display:flex;
        flex-flow: wrap
    }
}

.footer__pages ul li {
    margin: 0 0 5px
}

@media screen and (min-width: 720px) {
    .footer__pages ul li {
        margin-right:2.3076923077em
    }
}

.footer__credit {
    color: #000;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 18px;
    line-height: 1.8rem;
    margin-top: 15px;
    white-space: nowrap;
    font-weight: 900;
}

@media screen and (min-width: 480px) {
    .footer__credit {
        font-size:13px;
        font-size: 1.3rem;
        line-height: 30px;
        line-height: 3rem
    }
}

@media screen and (min-width: 720px) {
    .footer__credit {
        margin:0
    }
}

.footer__credit a:active,.footer__credit a:focus,.footer__credit a:hover {
    text-decoration: underline
}

.footer__logo {
    color: #00db85;
    display: flex;
    justify-content: flex-end
}

.header {
    color: #fff;
    display: flex;
    height: 90px;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10
}

@media screen and (min-width: 720px) {
    .header {
        height:136px
    }
}

body:not(.navigation-active):not(.search-active) .header.is-hidden {
    background-color: #fff;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.2);
    color: #000;
    top: -90px
}

@media screen and (min-width: 720px) {
    body:not(.navigation-active):not(.search-active) .header.is-hidden {
        height:5.3333333333em;
        top: -136px
    }
}

body:not(.navigation-active):not(.search-active) .header.is-hidden .logo {
    flex: 0 0 28px;
    height: 33px;
    max-width: 28px
}

body:not(.navigation-active):not(.search-active) .header.is-hidden .logo__small {
    display: block
}

body:not(.navigation-active):not(.search-active) .header.is-hidden .logo__large {
    display: none
}

body:not(.navigation-active):not(.search-active) .header.is-showing {
    top: 0;
    transition: opacity .5s ease,top .5s ease
}

.navigation-active .header,.search-active .header {
    background-color: #c47611;
    color: #00db85
}

.header__inner {
    align-items: center;
    display: flex;
    padding: 0 30px;
    width: 100%
}

@media screen and (min-width: 1024px) {
    .header__inner {
        padding:0 40px
    }
}

@media screen and (min-width: 1440px) {
    .header__inner {
        padding:0 80px
    }
}

.search-toggle {
    margin-left: 60px
}

.search-toggle a {
    display: block;
    height: 26px;
    width: 26px
}

.search-toggle a:active,.search-toggle a:focus,.search-toggle a:hover {
    color: #00db85
}

.search-toggle .is-close {
    display: none
}

.search-active .search-toggle .is-close {
    display: block
}

.search-active .search-toggle .is-open {
    display: none
}

.navigation-toggle {
    margin-left: 40px
}

.navigation-toggle__button {
    background-color: transparent;
    border: 0;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    font: inherit;
    margin: 0;
    outline: none;
    text-transform: none;
    transition-duration: .15s;
    transition-property: opacity,filter;
    transition-timing-function: linear
}

.navigation-toggle__button:active,.navigation-toggle__button:focus,.navigation-toggle__button:hover {
    color: #00db85
}

.navigation-toggle__box {
    display: block;
    height: 16px;
    position: relative;
    width: 24px
}

.navigation-toggle__inner {
    display: block;
    margin-top: -1px;
    top: 50%;
    transition-duration: 75ms;
    transition-timing-function: cubic-bezier(.55,.055,.675,.19)
}

.navigation-toggle__inner,.navigation-toggle__inner:after,.navigation-toggle__inner:before {
    background-color: currentColor;
    height: 2px;
    position: absolute;
    transition-duration: .15s;
    transition-property: transform;
    transition-timing-function: ease;
    width: 24px
}

.navigation-toggle__inner:after,.navigation-toggle__inner:before {
    content: "";
    display: block
}

.navigation-toggle__inner:before {
    top: -7px;
    transition: top 75ms ease .12s,opacity 75ms ease
}

.navigation-toggle__inner:after {
    bottom: -7px;
    transition: bottom 75ms ease .12s,transform 75ms cubic-bezier(.55,.055,.675,.19)
}

.navigation-active .navigation-toggle__inner {
    transform: rotate(45deg);
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215,.61,.355,1)
}

.navigation-active .navigation-toggle__inner:before {
    opacity: 0;
    top: 0;
    transition: top 75ms ease,opacity 75ms ease .12s
}

.navigation-active .navigation-toggle__inner:after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s
}

.container {
    margin: 0 auto;
    padding: 0 30px;
    width: 100%
}

@media screen and (min-width: 1024px) {
    .container {
        max-width:1700px;
        padding: 0 60px
    }
}

.sp-pd {
    padding: 70px 0
}

.grid-bg-white {
    background-color: #fff;
    overflow: hidden
}

.grid-bg-white .grid-modules>.sp-pd:not([class*=bg-]) {
    margin: 70px 0;
    padding: 0
}

.grid-bg-white .grid-modules>.sp-pd:first-child {
    margin-top: 0
}

.sp-pd-top {
    padding-top: 70px
}

.sp-pd-bt {
    padding-bottom: 70px
}

.sp-mg {
    margin: 70px 0
}

.sp-mg-top {
    margin-top: 70px
}

.sp-mg-bt {
    margin-bottom: 70px
}

.section+:not(.m-body):not([class*=bg-]) {
    padding-top: 0
}

.row {
    display: flex;
    flex-flow: wrap;
    margin-left: -10px;
    margin-right: -10px
}

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

@media screen and (min-width: 1024px) {
    .row-lg-align-center {
        align-items:center
    }
}

[class^=col-] {
    padding: 0 10px;
    width: 100%
}

[class^=col-].no-padding {
    padding: 0
}

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

@media screen and (min-width: 480px) {
    .col-sm-1 {
        flex:0 0 50%;
        max-width: 50%
    }
}

@media screen and (min-width: 720px) {
    .col-md-1 {
        flex:0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-2 {
        flex: 0 0 33.33%;
        max-width: 33.33%
    }

    .col-md-3 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-4 {
        flex: 0 0 66.666666%;
        max-width: 66.666666%
    }

    .col-md-5 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
}

@media screen and (min-width: 1024px) {
    .col-lg-1 {
        flex:0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

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

    .col-lg-4 {
        flex: 0 0 33.33%;
        max-width: 33.33%
    }

    .col-lg-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

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

    .col-lg-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        flex: 0 0 66.666666%;
        max-width: 66.666666%
    }

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

    .col-lg-10,.col-lg-11 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

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

    .offset-lg-1 {
        margin-left: 8.333333%
    }

    .offset-lg-2 {
        margin-left: 16.666667%
    }

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

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

@media screen and (min-width: 1440px) {
    .col-full-10 {
        flex:0 0 83.333333%;
        max-width: 83.333333%
    }

    .offset-full-1 {
        margin-left: 8.333333%
    }
}

.main-navigation {
    display: none
}

@media screen and (min-width: 1024px) {
    .main-navigation {
        display:block;
        font-size: 15px;
        font-size: 1.5rem;
        font-weight: 800;
        letter-spacing: 1px;
        line-height: 24px;
        line-height: 2.4rem;
        text-transform: uppercase
    }

    .main-navigation nav>ul {
        display: flex
    }

    .main-navigation nav>ul>li {
        padding-left: 1.3333333333em;
        padding-right: 1.3333333333em;
        position: relative
    }

    .main-navigation nav>ul>li:hover ul {
        display: block
    }

    .main-navigation nav>ul>li>a {
        display: block;
        padding: 30px 0;
        position: relative
    }

    .main-navigation nav>ul>li>a span {
        border-bottom: 1px solid transparent;
        display: block;
        transition: border-color .1s ease
    }

    .main-navigation nav>ul>li>a.is-active,.main-navigation nav>ul>li>a:active,.main-navigation nav>ul>li>a:focus,.main-navigation nav>ul>li>a:hover {
        color: #fff;
    }

    .main-navigation nav>ul>li>a.is-active span,.main-navigation nav>ul>li>a:active span,.main-navigation nav>ul>li>a:focus span,.main-navigation nav>ul>li>a:hover span {
        border-color: currentColor
    }

    .main-navigation nav>ul>li>ul {
        background-color: #fff;
        bottom: 0;
        box-shadow: 0 2px 4px 0 rgba(0,0,0,.5);
        color: #01946a;
        display: none;
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: 400;
        left: 50%;
        letter-spacing: normal;
        line-height: 22px;
        line-height: 2.2rem;
        padding: 20px 30px;
        position: absolute;
        text-transform: none;
        transform: translate3d(-50%,100%,0);
        width: 222px;
        z-index: 2
    }

    .main-navigation nav>ul>li>ul:before {
        border-bottom: 15px solid #fff;
        border-left: 13px solid transparent;
        border-right: 13px solid transparent;
        content: "";
        height: 0;
        left: 50%;
        margin-left: -13px;
        position: absolute;
        top: -15px;
        width: 0
    }

    .main-navigation nav>ul>li>ul>li>a {
        align-items: flex-start;
        display: flex;
        padding: 5px 0
    }

    .main-navigation nav>ul>li>ul>li>a svg {
        color: #00db85;
        flex: 0 0 6px;
        height: 8px;
        margin-right: 5px;
        max-width: 6px;
        position: relative;
        top: 8px
    }

    .main-navigation nav>ul>li>ul>li>a:active,.main-navigation nav>ul>li>ul>li>a:focus,.main-navigation nav>ul>li>ul>li>a:hover {
        text-decoration: underline
    }

    .navigation-active .main-navigation,.search-active .main-navigation {
        opacity: 0;
        pointer-events: none
    }
}

.navigation {
    background-color: #c47611;
    color: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transform: translateX(100%);
    width: 100%;
    z-index: -1
}

@media screen and (min-width: 720px) {
    .navigation {
        font-size:16px;
        font-size: 1.6rem;
        line-height: 24px;
        line-height: 2.4rem
    }
}

.navigation h2 {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 800;
    letter-spacing: 1.5px;
    line-height: 24px;
    line-height: 2.4rem;
    text-transform: uppercase
}

@media screen and (min-width: 720px) {
    .navigation h2 {
        font-size:16px;
        font-size: 1.6rem;
        letter-spacing: 1px;
        line-height: 20px;
        line-height: 2rem
    }
}

.navigation h2 a {
    align-items: center;
    display: flex
}

@media screen and (max-width: 719px) {
    .navigation h2 a {
        justify-content:space-between;
        padding: 5px 0
    }
}

.navigation h2 a span {
    border-bottom: 1px solid transparent;
    transition: border-color .1s ease
}

.navigation h2 a svg {
    margin-left: 10px;
    position: relative;
    top: -1px
}

.navigation h2 a svg.arrow {
    display: none;
    height: 15px;
    width: 10px
}

@media screen and (min-width: 720px) {
    .navigation h2 a svg.arrow {
        display:block
    }
}

.navigation h2 a svg.plus {
    display: none;
    height: 16px;
    margin: 10px;
    width: 16px
}

@media screen and (max-width: 719px) {
    .navigation h2 a svg.plus {
        display:block;
        transition: transform .25s ease
    }

    .navigation h2 a svg.plus path {
        transform-origin: center;
        transition: transform .5s ease
    }
}

.navigation h2 a:active span,.navigation h2 a:focus span,.navigation h2 a:hover span {
    border-color: currentColor
}

@media screen and (max-width: 719px) {
    .navigation h2 a:active.plus path:first-child,.navigation h2 a:focus.plus path:first-child,.navigation h2 a:hover.plus path:first-child {
        display:none
    }
}

@media screen and (min-width: 720px) {
    .navigation .col-lg-10>ul {
        display:flex;
        flex-flow: wrap
    }
}

.navigation .col-lg-10>ul>li {
    opacity: 0;
    transform: translateY(-20px);
    transition: transform .25s cubic-bezier(.39,.87,.52,.94),opacity 1s ease
}

.navigation .col-lg-10>ul>li:first-child {
    transition-delay: .1s!important
}

.navigation .col-lg-10>ul>li:nth-child(2) {
    transition-delay: .2s!important
}

.navigation .col-lg-10>ul>li:nth-child(3) {
    transition-delay: .3s!important
}

.navigation .col-lg-10>ul>li:nth-child(4) {
    transition-delay: .4s!important
}

.navigation .col-lg-10>ul>li:nth-child(5) {
    transition-delay: .5s!important
}

.navigation .col-lg-10>ul>li:nth-child(6) {
    transition-delay: .6s!important
}

.navigation .col-lg-10>ul>li:nth-child(7) {
    transition-delay: .7s!important
}

.navigation .col-lg-10>ul>li:nth-child(8) {
    transition-delay: .8s!important
}

.navigation .col-lg-10>ul>li:nth-child(9) {
    transition-delay: .9s!important
}

@media screen and (min-width: 720px) {
    .navigation .col-lg-10>ul>li {
        flex:0 0 50%;
        max-width: 50%
    }
}

@media screen and (min-width: 1024px) {
    .navigation .col-lg-10>ul>li {
        flex:0 0 25%;
        max-width: 25%
    }
}

@media screen and (max-width: 719px) {
    .navigation .col-lg-10>ul>li.is-active svg.plus {
        transform:rotate(-180deg)
    }

    .navigation .col-lg-10>ul>li.is-active svg.plus path:first-child {
        transform: rotate(-90deg)
    }
}

.navigation .col-lg-10>ul>li:not(.has-children) svg.plus {
    display: none
}

.navigation .col-lg-10>ul>li>ul {
    border-left: 1px solid #00db85;
    display: none;
    margin: .8333333333em 0 1.6666666667em
}

@media screen and (min-width: 720px) {
    .navigation .col-lg-10>ul>li>ul {
        display:block;
        margin-bottom: 3.8888888889em
    }
}

.navigation .col-lg-10>ul>li>ul>li {
    padding-left: .8333333333em
}

.navigation .col-lg-10>ul>li>ul>li:last-child {
    padding-bottom: 0
}

@media screen and (min-width: 720px) {
    .navigation .col-lg-10>ul>li>ul>li.is-active>ul {
        max-height:400px
    }

    .navigation .col-lg-10>ul>li>ul>li.is-active>ul>li {
        opacity: 1;
        transform: translateX(0)
    }

    .navigation .col-lg-10>ul>li>ul>li.is-active a svg {
        transform: rotate(-90deg)
    }
}

.navigation .col-lg-10>ul>li>ul a svg {
    display: none
}

@media screen and (min-width: 720px) {
    .navigation .col-lg-10>ul>li>ul a svg {
        color:#00db85;
        display: inline-block;
        height: 13px;
        margin-left: 8px;
        transform: rotate(90deg);
        transition: transform .25s ease;
        width: 7px
    }
}

.navigation .col-lg-10>ul>li>ul a:active,.navigation .col-lg-10>ul>li>ul a:focus,.navigation .col-lg-10>ul>li>ul a:hover {
    color: #00db85
}

.navigation .col-lg-10>ul>li.is-active>ul {
    display: block
}

.navigation .col-lg-10>ul>li>ul>li>ul {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    line-height: 2rem
}

.navigation .col-lg-10>ul>li>ul>li>ul>li {
    padding-bottom: .5714285714em
}

.navigation .col-lg-10>ul>li>ul>li>ul>li:first-child {
    margin-top: 8px
}

@media screen and (min-width: 720px) {
    .navigation .col-lg-10>ul>li>ul>li>ul {
        max-height:0;
        overflow: hidden;
        transition: max-height .25s ease
    }

    .navigation .col-lg-10>ul>li>ul>li>ul>li {
        opacity: 0;
        transform: translateX(-10px);
        transition: transform .25s ease,opacity .5s ease
    }

    .navigation .col-lg-10>ul>li>ul>li>ul>li:first-child {
        transition-delay: .1s!important
    }

    .navigation .col-lg-10>ul>li>ul>li>ul>li:nth-child(2) {
        transition-delay: .2s!important
    }

    .navigation .col-lg-10>ul>li>ul>li>ul>li:nth-child(3) {
        transition-delay: .3s!important
    }

    .navigation .col-lg-10>ul>li>ul>li>ul>li:nth-child(4) {
        transition-delay: .4s!important
    }

    .navigation .col-lg-10>ul>li>ul>li>ul>li:nth-child(5) {
        transition-delay: .5s!important
    }

    .navigation .col-lg-10>ul>li>ul>li>ul>li:nth-child(6) {
        transition-delay: .6s!important
    }

    .navigation .col-lg-10>ul>li>ul>li>ul>li:nth-child(7) {
        transition-delay: .7s!important
    }

    .navigation .col-lg-10>ul>li>ul>li>ul>li:nth-child(8) {
        transition-delay: .8s!important
    }

    .navigation .col-lg-10>ul>li>ul>li>ul>li:nth-child(9) {
        transition-delay: .9s!important
    }
}

.navigation-active .navigation {
    opacity: 1;
    transform: translateX(0)
}

.navigation-active .navigation .col-lg-10>ul>li {
    opacity: 1;
    transform: translateY(0)
}

.navigation__inner {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    margin-top: 90px;
    overflow-y: auto
}

@media screen and (min-width: 720px) {
    .navigation__inner {
        margin-top:136px
    }
}

.navigation__inner .container {
    padding-bottom: 30px;
    padding-top: 30px
}

@media screen and (min-width: 720px) {
    .navigation__inner .container {
        padding-bottom:70px;
        padding-top: 70px
    }
}

.navigation-links {
    margin-top: auto;
    opacity: 0;
    transition: opacity 1s ease
}

.navigation-links a {
    display: block;
    margin-bottom: 10px;
    transition: color .25s ease
}

.navigation-links a:active,.navigation-links a:focus,.navigation-links a:hover {
    color: #00db85
}

.navigation-active .navigation-links {
    opacity: 1
}

.navigation-links__inner {
    border-top: 1px solid #00db85;
    padding: 30px 0
}

@media screen and (min-width: 720px) {
    .navigation-links__inner {
        align-items:center;
        display: flex;
        flex-flow: wrap;
        justify-content: space-between
    }
}

.navigation-links-pages {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 14px;
    line-height: 1.4rem;
    text-transform: uppercase
}

@media screen and (max-width: 719px) {
    .navigation-links-pages {
        margin-bottom:20px
    }
}

@media screen and (min-width: 720px) {
    .navigation-links-pages ul {
        display:flex;
        flex-flow: wrap
    }
}

.navigation-links-pages ul li {
    padding-bottom: 8px
}

@media screen and (min-width: 720px) {
    .navigation-links-pages ul li {
        margin-right:40px;
        padding-bottom: 0
    }
}

.page-header {
    background-color: #c47611;
    color: #ffffff;
    height: 7.5555555556em;
    position: relative;
    z-index: 2
}

.page-header--no-image {
    padding: 12.2222222222em 0 2.7777777778em
}

.page-header--no-image,.page-header--standard {
    background-image: url(../images/shape_standard.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto
}

.page-header--standard {
    padding: 8.8888888889em 0 2.7777777778em
}

.page-header--standard .page-header__image .media {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

@media screen and (min-width: 1024px) {
    .page-header--standard+.section {
        min-height:480px
    }
}

.page-header--landing {
    background-image: url(../images/hero-bg.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    padding-top: 4.2222222222em
}

@media screen and (min-width: 720px) {
    .page-header--landing {
        margin-bottom:84px
    }

    .page-header--landing .col-lg-7 {
        align-items: flex-end;
        display: flex
    }
}

.page-header--landing .page-header__title {
    margin: 8em 0 3.8888888889em
}

@media screen and (min-width: 720px) {
    .page-header--landing .page-header__title {
        margin-bottom:3.8888888889em;
        padding-right: 50px
    }
}

.page-header--landing .page-header__image {
    position: relative;
    top: 84px;
    width: 100%
}

.page-header__image {
    display: none
}

@media screen and (min-width: 1024px) {
    .page-header__image {
        display:block;
        position: relative
    }
}

.page-header__sections {
    bottom: 25px;
    position: absolute;
    transform: translateY(100%);
    width: calc(100% - 60px);
    z-index: 1
}

@media screen and (min-width: 720px) {
    .page-header__sections {
        width:310px
    }
}

.section-navigation {
    color: #fff;
}

@media screen and (min-width: 720px) {
    .section-navigation {
        max-width:310px
    }
}

.section-navigation__control {
    align-items: center;
    background-color: #653d08;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 800;
    height: 52px;
    justify-content: space-between;
    letter-spacing: 1px;
    line-height: 18px;
    line-height: 1.8rem;
    outline: none;
    padding: 0 2.1428571429em;
    text-transform: uppercase
}

.section-navigation__control::-webkit-details-marker {
    display: none
}

.section-navigation__control span {
    border-bottom: 1px solid transparent;
    position: relative;
    top: 2px;
    transition: border-color .1s ease
}

.section-navigation__control svg {
    flex: 0 0 20px;
    max-width: 20px;
    transition: transform .25s ease
}

.section-navigation__control svg path {
    transform-origin: center;
    transition: transform .5s ease
}

.section-navigation__control:hover span {
    border-color: currentColor
}

.section-navigation__control.is-active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.section-navigation__control.is-active svg {
    transform: rotate(-180deg)
}

.section-navigation__control.is-active svg path:first-child {
    transform: rotate(-90deg)
}

.section-navigation__list {
    background-color: #00db85;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    max-height: 0;
    pointer-events: none;
    transition: max-height .25s ease
}

.section-navigation__list ul li {
    padding-bottom: .8333333333em
}

.section-navigation__list ul li:last-child {
    padding-bottom: 1.6666666667em
}

.section-navigation__list>ul>li {
    opacity: 0;
    padding-left: 1.6666666667em;
    padding-right: 2.2222222222em;
    transform: translateX(-20px);
    transition: none
}

.section-navigation__list>ul>li>ul {
    margin: 12px 0 0
}

.section-navigation__list>ul>li>ul>li {
    position: relative
}

.section-navigation__list>ul>li>ul>li:before {
    background-color: #c47611;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 12px;
    width: 10px
}

.section-navigation__list>ul>li>ul>li:last-child {
    padding-bottom: 0
}

.section-navigation__list>ul>li>ul>li>a {
    orphans: 2;
    padding-left: 18px
}

.section-navigation__list a {
    display: block;
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: -.2px;
    line-height: 22px;
    line-height: 2.2rem
}

.section-navigation__list a span {
    border-bottom: 1px solid transparent;
    margin-right: 5px;
    transition: border-color .1s ease
}

.section-navigation__list a svg {
    display: inline;
    height: 12px;
    position: relative;
    top: 1px;
    width: 8px
}

.section-navigation__list a:active span,.section-navigation__list a:focus span,.section-navigation__list a:hover span {
    border-color: currentColor
}

.is-active+.section-navigation__list {
    max-height: 500px;
    pointer-events: all
}

.is-active+.section-navigation__list>ul>li {
    opacity: 1;
    transform: translateX(0);
    transition: transform .25s ease,opacity .5s ease
}

.is-active+.section-navigation__list>ul>li:first-child {
    transition-delay: .1s!important
}

.is-active+.section-navigation__list>ul>li:nth-child(2) {
    transition-delay: .2s!important
}

.is-active+.section-navigation__list>ul>li:nth-child(3) {
    transition-delay: .3s!important
}

.is-active+.section-navigation__list>ul>li:nth-child(4) {
    transition-delay: .4s!important
}

.is-active+.section-navigation__list>ul>li:nth-child(5) {
    transition-delay: .5s!important
}

.is-active+.section-navigation__list>ul>li:nth-child(6) {
    transition-delay: .6s!important
}

.is-active+.section-navigation__list>ul>li:nth-child(7) {
    transition-delay: .7s!important
}

.is-active+.section-navigation__list>ul>li:nth-child(8) {
    transition-delay: .8s!important
}

.is-active+.section-navigation__list>ul>li:nth-child(9) {
    transition-delay: .9s!important
}

@font-face {
    font-family: swiper-icons;
    font-style: normal;
    font-weight: 400;
    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")
}

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

.swiper {
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1
}

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

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

.swiper-android .swiper-slide,.swiper-wrapper {
    transform: translateZ(0)
}

.swiper-pointer-events {
    touch-action: pan-y
}

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

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

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

.swiper-autoheight,.swiper-autoheight .swiper-slide {
    height: auto
}

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

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

.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

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

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

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

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg,rgba(0,0,0,.5),transparent)
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg,rgba(0,0,0,.5),transparent)
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg,rgba(0,0,0,.5),transparent)
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg,rgba(0,0,0,.5),transparent)
}

.swiper-css-mode>.swiper-wrapper {
    -ms-overflow-style: none;
    overflow: auto;
    scrollbar-width: none
}

.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 {
    scroll-snap-type: x mandatory
}

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

.swiper-centered>.swiper-wrapper:before {
    content: "";
    flex-shrink: 0;
    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 {
    height:var(--swiper-centered-offset-after);
    width: 100%
}

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

.back-to-top {
    display: none
}

@media screen and (min-width: 720px) {
    .back-to-top {
        color:#fff;
        display: block;
        letter-spacing: 1.5px;
        position: absolute;
        right: 40px;
        text-transform: uppercase;
        top: 100px;
        transform: rotate(-90deg);
        transform-origin: 100% 100%
    }

    .back-to-top .link {
        color: inherit;
        font-size: 12px;
        font-size: 1.2rem;
        font-weight: 800;
        line-height: 18px;
        line-height: 1.8rem
    }

    .back-to-top .link span {
        position: relative;
        top: 2px
    }
}

.button {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 18px;
    line-height: 1.8rem;
    text-transform: uppercase
}

@media screen and (min-width: 720px) {
    .button {
        display:inline-block
    }
}

.button a,.button button {
    align-items: center;
    background-color: #00db85;
    border-radius: 4px;
    color: #023031;
    display: flex;
    height: 52px;
    justify-content: center;
    padding: 0 2.1428571429em;
    text-decoration: none;
    transition: all .25s cubic-bezier(.4,0,.2,1)
}

.button a:active,.button a:focus,.button a:hover,.button button:active,.button button:focus,.button button:hover {
    background-color: #c47611;
    color: #00db85
}

.button span {
    position: relative;
    top: 1px
}

.button svg {
    height: 15px;
    margin-left: 20px;
    width: 10px
}

.button--download svg,.button--external svg {
    width: 16px
}

@media screen and (min-width: 720px) {
    .button-group {
        display:flex
    }
}

.button-group .button {
    margin-bottom: 20px
}

@media screen and (min-width: 720px) {
    .button-group .button {
        margin-bottom:10px;
        margin-right: 20px
    }
}

.m-filters {
    background-color: #e5eded;
    margin-bottom: 30px;
    padding: 20px 0
}

.filter {
    display: inline-block;
    margin-bottom: 30px;
    position: relative
}

.filter ul {
    background-color: #fff;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.2);
    left: 0;
    max-height: 210px;
    opacity: 0;
    overflow-y: auto;
    position: absolute;
    top: 44px;
    transform: translateY(10px);
    transition: all .25s ease;
    visibility: hidden;
    width: 100%;
    z-index: 1
}

@media screen and (min-width: 720px) {
    .filter ul {
        max-width:240px
    }
}

.filter ul li {
    overflow: hidden
}

.filter ul a {
    align-items: center;
    display: flex;
    height: 38px;
    padding: 0 20px;
    white-space: nowrap
}

.filter ul a:active,.filter ul a:focus,.filter ul a:hover {
    background-color: #f2f6f6;
    color: #00db85
}

.filter ul::-webkit-scrollbar {
    background-color: #f2f6f6;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    width: 6px
}

.filter ul::-webkit-scrollbar-thumb {
    background-color: #01946a;
    border-radius: 10px
}

.filter.is-active ul {
    opacity: 1;
    transform: translateY(0);
    visibility: visible
}

.filter-selected {
    align-items: center;
    border-bottom: 2px solid #01946a;
    cursor: pointer;
    display: flex;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 800;
    height: 44px;
    justify-content: space-between;
    line-height: 22px;
    line-height: 2.2rem;
    padding-right: 10px
}

.filter-selected span {
    margin-right: 30px
}

.filter-selected svg {
    height: 15px;
    transform: rotate(90deg);
    transform-origin: 50% 50%;
    width: 10px
}

.filter-selected:hover {
    color: #01946a
}

.filters {
    width: 100%
}

@media screen and (min-width: 720px) {
    .filters {
        align-items:center;
        display: flex;
        flex-flow: wrap
    }
}

.filters .filter {
    display: block;
    margin-bottom: 20px
}

@media screen and (min-width: 720px) {
    .filters .filter {
        display:inline-block;
        margin-bottom: 0;
        margin-right: 3.8888888889em;
        max-width: none
    }
}

.filters__label {
    margin-right: 3.8888888889em
}

@media screen and (max-width: 1023px) {
    .filters__label {
        flex:0 0 100%;
        margin-bottom: 10px
    }
}

@media screen and (min-width: 720px) {
    .filters-dropdowns {
        align-items:center;
        display: flex
    }
}

.filters__reset {
    margin-left: auto
}

@media screen and (max-width: 1100px) {
    .filters__reset {
        flex:0 0 100%;
        margin: 40px 0 0
    }
}

input[type=search]::-ms-clear,input[type=search]::-ms-reveal {
    display: none;
    height: 0;
    width: 0
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration {
    display: none
}

::-moz-placeholder {
    color: rgba(4,80,82,.5)
}

::placeholder {
    color: rgba(4,80,82,.5)
}

label {
    display: block;
    font-size: 12px;
    font-size: 2.2rem;
    font-weight: 800;
    letter-spacing: 1.5px;
    line-height: 18px;
    line-height: 1.8rem;
    margin-bottom: 5px;
    text-transform: uppercase
}

input[type=email],input[type=password],input[type=search],input[type=telephone],input[type=text] {
    background-color: #fff;
    border: none;
    border-radius: 2rem;
    color: #c47611;
    font-family: ModernEra,Helvetica,Arial,sans-serif;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 400;
    height: 50px;
    line-height: 15px;
    line-height: 1.5rem;
    outline: none;
    padding: 0 20px;
    width: 100%
}

button {
    background-color: transparent;
    border: 0;
    color: #c47611;
    cursor: pointer;
    font-family: ModernEra,Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 18px;
    line-height: 1.8rem;
    text-transform: uppercase
}

.form-group {
    margin-bottom: 30px
}

.form-group--submit {
    margin-top: 50px
}

.heading {
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 800;
    letter-spacing: 1.5px;
    line-height: 18px;
    line-height: 1.8rem;
    margin-bottom: 5px;
    text-transform: uppercase
}

.heading span {
    display: inline-block
}

.heading span:after {
    background-color: #fff;
    content: "";
    display: block;
    height: 2px;
    width: 100%
}

.heading--space {
    margin-bottom: 30px
}

@media screen and (min-width: 720px) {
    .heading--space {
        margin-bottom:50px
    }
}

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

p+.m-link {
    margin-top: -5px
}

.link {
    align-items: center;
    color: #c47611;
    display: inline-block;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 22px;
    line-height: 2.2rem;
    text-decoration: none
}

.link span {
    border-bottom: 1px solid transparent;
    transition: border-color .1s ease
}

.link:active span,.link:focus span,.link:hover span {
    border-color: currentColor
}

.link--icon span+svg,.link--icon svg+span {
    margin-left: 8px;
    vertical-align: middle
}

.link--icon svg {
    display: inline-block;
    height: 15px;
    position: relative;
    vertical-align: middle;
    width: 10px
}

.link--download {
    align-items: flex-start;
    display: inline-flex;
    flex-direction: row-reverse
}

.link--download svg {
    flex: 0 0 16px;
    height: 15px;
    margin-left: 0;
    margin-right: 8px;
    max-width: 16px;
    top: 5px;
    width: 16px
}

.link--external svg {
    height: 16px;
    width: 16px
}

.link--listen svg {
    height: 15px;
    width: 20px
}

.link--info svg {
    height: 14.9px;
    top: -1px;
    width: 14.9px
}

.link--info:active span,.link--info:focus span,.link--info:hover span {
    border-color: transparent
}

.link--print svg {
    stroke: currentColor;
    height: 19px;
    width: 20px
}

.link--calendar svg {
    height: 28px;
    width: 33px
}

.link--reset {
    align-items: center;
    display: inline-flex
}

.link--reset svg {
    flex: 0 0 18px;
    height: 18px;
    max-width: 18px
}

.link--reverse {
    flex-direction: row-reverse
}

.link--reverse svg {
    margin-left: 0;
    margin-right: 8px
}

.link-wrap {
    display: block
}

.link-wrap:active .link span,.link-wrap:focus .link span,.link-wrap:hover .link span {
    border-color: currentColor
}

.list li {
    padding-bottom: .2777777778em
}

.list li:last-child,.list--close-up li {
    padding-bottom: 0
}

.list--open-up li {
    padding-bottom: .6666666667em
}

@media screen and (min-width: 720px) {
    .list--inline {
        display:flex;
        flex-flow: wrap
    }
}

.list--inline li {
    margin-bottom: 10px
}

@media screen and (min-width: 480px) {
    .list--inline li {
        margin-right:50px
    }

    .list--large .link {
        font-size: 28px;
        font-size: 2.8rem;
        line-height: 32px;
        line-height: 3.2rem
    }

    .list--large .link span {
        border-width: 1px
    }

    .list--large .link svg {
        margin-left: 15px;
        top: -2px;
        transform: scale(1.1)
    }

    .list--large .link--download svg {
        top: 11px
    }
}

.logo {
    display: flex;
    flex: 0 0 128px;
    height: 37px;
    margin-right: auto;
    max-width: 128px
}

@media screen and (min-width: 720px) {
    .logo {
        flex:0 0 180px;
        height: 52px;
        max-width: 180px
    }
}

.logo a {
    display: block;
    width: 100%
}

.logo svg {
    height: 100%;
    width: 100%
}

.logo--footer {
    flex: 0 0 100px;
    margin-right: 0;
    max-width: 100px
}

@media screen and (min-width: 720px) {
    .logo--footer {
        flex:0 0 140px;
        max-width: 140px
    }
}

.logo__small {
    display: none
}

.media {
    height: 0;
    overflow: hidden;
    position: relative;
    width: 100%
}

.media--16-9 {
    padding-bottom: 56.25%
}

.media--4-3 {
    padding-bottom: 75%
}

.media--1-1 {
    padding-bottom: 100%
}

.media--hero {
    padding-bottom: 88.78%
}

.media__item {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.media__item img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.overlay {
    background-color: rgba(0,0,0,.9);
    color: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: none;
    visibility: hidden;
    width: 100%;
    z-index: 10
}

.overlay.is-active {
    opacity: 1;
    transition: opacity .5s ease;
    visibility: visible
}

.overlay.is-active .overlay__content {
    opacity: 1;
    transform: translateY(0);
    transition: opacity .5s ease,transform .5s ease;
    transition-delay: .5s
}

.overlay__content {
    height: 100%;
    margin: auto;
    opacity: 0;
    padding: 50px 20px;
    transform: translateY(-50px);
    transition: opacity .5s ease,transform .5s ease;
    width: 100%
}

@media screen and (orientation: landscape) {
    .overlay__content {
        padding-bottom:100px;
        padding-top: 100px
    }
}

.overlay__close {
    color: #fff;
    cursor: pointer;
    position: absolute;
    right: 50px;
    top: 50px;
    z-index: 1
}

.overlay__close svg {
    stroke: currentColor;
    height: 22px;
    width: 22px
}

.overlay__close:active,.overlay__close:focus,.overlay__close:hover {
    color: #00db85
}

.pagination {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 800;
    line-height: 18px;
    line-height: 1.8rem;
    margin: 3.8888888889em 0
}

.pagination,.pagination ul {
    display: flex;
    justify-content: center
}

.pagination ul {
    align-items: center
}

.pagination ul li {
    padding: 0 5px
}

.pagination ul li.pagination__previous {
    padding-right: 30px
}

.pagination ul li.pagination__previous svg {
    transform: rotate(-180deg)
}

.pagination ul li.pagination__next {
    padding-left: 30px
}

.pagination ul li.is-disabled {
    opacity: .4
}

.pagination a,.pagination ul li.is-disabled span {
    display: block;
    padding: 8px
}

.pagination a {
    position: relative
}

.pagination a.is-active:before {
    background-color: #01946a;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%
}

.pagination a:active,.pagination a:focus,.pagination a:hover {
    color: #01946a
}

.pagination svg {
    height: 15px;
    position: relative;
    top: -1px;
    width: 10px
}

.press-release {
    border-bottom: 1px solid rgba(4,80,82,.3);
    padding: 2.2222222222em 0
}

@media screen and (min-width: 720px) {
    .press-release {
        display:flex
    }
}

.press-release__date {
    margin-bottom: 15px
}

@media screen and (min-width: 720px) {
    .press-release__date {
        flex:0 0 200px;
        margin: 0;
        max-width: 200px;
        padding-top: 5px
    }
}

.press-release-text {
    flex-grow: 1
}

.press-release-text h2 {
    margin-bottom: 30px
}

.swiper-container {
    list-style: none;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 1
}

.tabs {
    color: #01946a;
    display: block;
    font-weight: 800;
    margin-bottom: 30px
}

@media screen and (min-width: 720px) {
    .tabs {
        border-bottom:1px solid rgba(4,80,82,.3)
    }

    .tabs ul {
        display: flex
    }
}

@media screen and (max-width: 719px) {
    .tabs ul li {
        margin-bottom:10px
    }
}

.tabs a {
    align-items: center;
    border-radius: 4px;
    display: flex;
    height: 48px;
    padding: 0 .8333333333em
}

@media screen and (min-width: 720px) {
    .tabs a {
        padding:0 1.6666666667em
    }
}

@media screen and (max-width: 719px) {
    .tabs a {
        border:1px solid #01946a
    }
}

.tabs a.is-active {
    background-color: #00db85;
    border: 0;
    color: #023031
}

.tabs a:hover {
    color: #023031
}

@media screen and (max-width: 719px) {
    .tabs a:hover {
        background-color:#c47611;
        color: #00db85
    }
}

.tag {
    display: inline-block;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 800;
    line-height: 30px;
    line-height: 3rem;
    text-transform: uppercase
}

.tag a {
    background-color: #00db85;
    border-radius: 4px;
    color: #023031;
    display: block;
    height: 30px;
    padding: 0 1.6666666667em;
    text-decoration: none;
    transition: all .25s cubic-bezier(.4,0,.2,1)
}

.tag a:active,.tag a:focus,.tag a:hover {
    background-color: #c47611;
    color: #00db85
}

.tag svg {
    display: none
}

.bg-green-dark .tag a {
    border: 1px solid #c47611
}

.bg-green-dark .tag a:active,.bg-green-dark .tag a:focus,.bg-green-dark .tag a:hover {
    background-color: #c47611;
    border-color: #00db85
}

.tag-group {
    display: flex;
    flex-flow: wrap
}

.tag-group .tag {
    margin: 0 20px 10px 0;
    transition: transform .75s ease,opacity .5s ease
}

[data-animate] .tag-group .tag {
    opacity: 0;
    transform: translateY(20px)
}

.tooltip-parent {
    display: inline-block;
    position: relative
}

.tooltip-parent a {
    cursor: default
}

.tooltip-parent:after {
    border-bottom: 8px solid #c47611;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    bottom: -16px;
    content: "";
    height: 0;
    left: 50%;
    opacity: 0;
    position: absolute;
    transform: translateX(-50%);
    width: 0
}

.tooltip-parent.is-active:after,.tooltip-parent.is-active>.tooltip {
    opacity: 1
}

.tooltip {
    background-color: #c47611;
    bottom: 0;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-size: 1.2rem;
    left: 0;
    line-height: 18px;
    line-height: 1.8rem;
    margin-right: -300px;
    max-width: 300px;
    opacity: 0;
    padding: 20px;
    pointer-events: none;
    position: absolute;
    transform: translateY(calc(100% + 16px));
    z-index: 10
}

@media screen and (min-width: 480px) {
    .tooltip {
        margin-right:-400px;
        max-width: 400px
    }
}

@media screen and (min-width: 720px) {
    .tooltip {
        margin-right:-600px;
        max-width: 600px
    }
}

@media screen and (max-width: 719px) {
    .article .row {
        flex-direction:column-reverse
    }
}

.article__content {
    padding-bottom: 2.7777777778em
}

.article__footer {
    padding: 35px 0 70px
}

@media screen and (min-width: 1024px) {
    .article__footer {
        padding-bottom:140px
    }
}

.article-aside {
    padding-bottom: 70px
}

@media screen and (min-width: 720px) {
    .article-aside {
        padding:140px 20px 70px 0
    }

    .article-aside:after {
        background-color: #fff;
        content: "";
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        transform: translateX(calc(100% + 20px));
        width: 100vw;
        z-index: -1
    }
}

@media screen and (min-width: 720px)and (min-width:720px) {
    .article-aside:after {
        transform:translateX(calc(100% - 10px))
    }
}

@media screen and (min-width: 720px)and (min-width:1024px) {
    .article-aside:after {
        transform:translateX(calc(100% + 20px))
    }
}

.article-aside .link {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 22px;
    line-height: 2.2rem
}

.article-aside .list {
    margin-top: 5px
}

.article-aside .tag-group {
    margin-top: 10px
}

.article-aside__block {
    border-top: 1px solid rgba(2,48,49,.3);
    padding-top: 15px
}

.article-aside__block+.article-aside__block {
    margin-top: 20px
}

@media screen and (min-width: 720px) {
    .article-aside__block+.article-aside__block {
        margin-top:50px
    }
}

.article-more-cards {
    margin-top: 35px
}

@media screen and (min-width: 1024px) {
    .article-more-cards {
        display:flex
    }
}

@media screen and (max-width: 1023px) {
    .article-more-cards__item+.article-more-cards__item {
        margin-top:30px
    }
}

@media screen and (min-width: 1024px) {
    .article-more-cards__item {
        flex:0 0 50%;
        max-width: 50%;
        padding-right: 50px
    }
}

@media screen and (max-width: 1023px) {
    .m-blocks .button {
        margin-bottom:40px
    }
}

.block {
    margin-bottom: 3.8888888889em
}

.col-lg-4 .block {
    margin-bottom: 0;
    margin-top: 60px
}

.col-lg-4 .block p {
    margin-right: 30px
}

.col-lg-7 .block .link span {
    border-width: 2px
}

.block__type {
    background-color: #c47611;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 800;
    letter-spacing: 1.5px;
    line-height: 18px;
    line-height: 1.8rem;
    padding: 10px;
    text-align: center;
    text-transform: uppercase
}

.block__title {
    color: #01946a;
    margin: 1.1111111111em 0 .8333333333em
}

.m-body {
    background-color: #fff
}

.m-body+.m-body {
    padding-top: 0
}

.breadcrumbs {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 800;
    letter-spacing: 1.5px;
    line-height: 26px;
    line-height: 2.6rem;
    margin: 0.333333em;
    text-transform: uppercase
}

.breadcrumbs ul {
    display: flex;
    flex-flow: wrap
}

.breadcrumbs ul li {
    align-items: center;
    display: flex
}

.breadcrumbs ul li:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 15'%3E%3Cpath fill='#c47611' fill-rule='evenodd' d='M1.28 0 0 1.218 6.605 7.5 0 13.782 1.28 15l7.887-7.5z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 10px;
    margin: 0 10px;
    position: relative;
    top: -1px;
    width: 7px
}

.breadcrumbs ul li:last-child:after {
    display: none
}

.breadcrumbs a {
    color: #c47611;
    display: block;
    position: relative
}

.breadcrumbs a span {
    border-bottom: 1px solid transparent;
    transition: border-color .1s ease
}

.breadcrumbs a:active span,.breadcrumbs a:focus span,.breadcrumbs a:hover span {
    border-color: currentColor
}

.section--landing .breadcrumbs {
    margin-top: 0
}

@media screen and (min-width: 720px) {
    .section--landing .breadcrumbs {
        margin-top:-84px
    }
}

.m-business-model .col-lg-4 {
    display: flex
}

.m-business-model .row:nth-child(2) {
    margin-left: 0;
    margin-right: 0;
    position: relative
}

.m-business-model .row:nth-child(2) .col-lg-4 {
    padding: 0;
    position: relative
}

.m-business-model .row:nth-child(2) .col-lg-4:before {
    background-color: rgba(4,80,82,.3);
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    right: 20px;
    top: 0;
    width: calc(100% - 40px)
}

@media screen and (min-width: 1024px) {
    .m-business-model .row:nth-child(2) .col-lg-4:before {
        height:calc(100% - 40px);
        right: 0;
        top: 20px;
        width: 1px
    }
}

.m-business-model .row:nth-child(2):before {
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 25px solid #fff;
    bottom: -25px;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -30px;
    position: absolute;
    transition: transform .25s ease .5s,opacity 0s ease .25s;
    width: 0
}

.m-business-model .row:nth-child(2)[data-animate]:before {
    opacity: 0;
    transform: translateY(-100%)
}

@media screen and (min-width: 1024px) {
    .m-business-model .row:nth-child(3) {
        margin-left:0;
        margin-right: 0
    }
}

.m-business-model .row:nth-child(3) .col-lg-4 .business-model-value:before {
    background-color: #296a6c;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    top: -30px;
    width: 100%
}

@media screen and (min-width: 1024px) {
    .m-business-model .row:nth-child(3) .col-lg-4 .business-model-value:before {
        height:100%;
        left: -10px;
        top: 0;
        width: 1px
    }

    .m-business-model .row:nth-child(3) .col-lg-4:last-child {
        padding-right: 0
    }

    .m-business-model .row:nth-child(3) .col-lg-4:last-child .business-model-value {
        border-right: 1px solid #296a6c
    }
}

.m-business-model h3,.m-business-model h4 {
    margin-bottom: 20px
}

.m-business-model h3:after,.m-business-model h4:after {
    background-color: #00db85;
    content: "";
    display: block;
    height: 1px;
    margin-top: 10px;
    width: 50px
}

.m-business-model ul:not(.list) li {
    padding: 0 0 5px 10px;
    position: relative
}

.m-business-model ul:not(.list) li:before {
    background-color: #00db85;
    border-radius: 50%;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    top: 12px;
    width: 3px
}

.m-business-model ul:not(.list) li:last-child {
    padding-bottom: 0
}

.business-model-input {
    background-color: #fff;
    color: #c47611;
    padding: 1.6666666667em;
    width: 100%
}

@media screen and (min-width: 1440px) {
    .business-model-input {
        padding:2.7777777778em
    }
}

.business-model-input h3 {
    color: #01946a
}

.business-model-values {
    display: flex;
    flex-direction: column;
    margin: 100px 0 0;
    width: 100%
}

@media screen and (min-width: 1024px) {
    .business-model-values {
        margin-bottom:100px
    }
}

.business-model-values h3:after {
    margin-top: 20px
}

.business-model-value {
    display: flex;
    flex-direction: column;
    position: relative
}

@media screen and (min-width: 1024px) {
    .business-model-value {
        padding:0 1.6666666667em
    }
}

@media screen and (min-width: 1440px) {
    .business-model-value {
        padding:0 2.7777777778em
    }
}

.business-model-value p {
    margin-bottom: 40px
}

.business-model-value:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2300DB85' viewBox='0 0 10 15'%3E%3Cpath fill-rule='evenodd' d='M1.28 0 0 1.218 6.605 7.5 0 13.782 1.28 15l7.887-7.5z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    height: 60px;
    margin: auto auto 0;
    transform: rotate(90deg);
    width: 40px
}

.business-model-output-title {
    margin: 3.3333333333em 0 2.2222222222em
}

@media screen and (min-width: 1024px) {
    .col-lg-4:first-child .business-model-output-title,.col-lg-4:nth-child(3) .business-model-output-title {
        opacity:0
    }
}

.business-model-output {
    background-color: #01946a;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 1.6666666667em 1.1111111111em
}

@media screen and (min-width: 720px) {
    .business-model-output {
        padding:1.6666666667em
    }
}

@media screen and (min-width: 1440px) {
    .business-model-output {
        padding:2.7777777778em
    }
}

.business-model-output ul:not(.list) {
    margin-bottom: 40px
}

.business-model-output h5 {
    border-top: 1px solid #00db85;
    margin: auto 0 20px;
    padding-top: 10px
}

.business-model-output .link {
    color: #fff
}

.m-calender h2 {
    color: #01946a;
    margin: 30px 0
}

@media screen and (min-width: 720px) {
    .m-calender h2 {
        margin-top:50px
    }
}

.calendar {
    margin: 0 auto 30px
}

@media screen and (min-width: 720px) {
    .calendar {
        display:flex
    }
}

.calendar--summary {
    margin-bottom: 1.6666666667em;
    max-width: 780px
}

@media screen and (min-width: 720px) {
    .calendar--summary {
        margin-bottom:3.8888888889em
    }
}

.calendar--summary .calendar-date {
    background-color: #f2f6f6;
    color: #01946a
}

.calendar--summary .calendar-text {
    background-color: none
}

@media screen and (min-width: 720px) {
    .calendar--summary .calendar-text {
        padding:20px 30px 0
    }

    .calendar--summary .calendar-add {
        margin-top: 0
    }
}

.calendar-date {
    background-color: #023031;
    color: #fff;
    font-weight: 800;
    padding: 1.6666666667em
}

@media screen and (min-width: 720px) {
    .calendar-date {
        flex:0 0 200px;
        max-width: 200px;
        padding: 1.6666666667em 0;
        text-align: center
    }
}

@media screen and (max-width: 719px) {
    .calendar-date {
        align-items:center;
        display: flex
    }
}

.calendar-date__day {
    font-size: 70px;
    font-size: 7rem;
    line-height: 70px;
    line-height: 7rem
}

@media screen and (min-width: 720px) {
    .calendar-date__day {
        font-size:100px;
        font-size: 10rem;
        line-height: 100px;
        line-height: 10rem
    }
}

.calendar-date__month-year {
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 1.5px;
    line-height: 35px;
    line-height: 3.5rem;
    text-transform: uppercase
}

@media screen and (max-width: 719px) {
    .calendar-date__month-year {
        margin-left:20px
    }
}

.calendar-text {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 1.6666666667em
}

@media screen and (min-width: 720px) {
    .calendar-text h3 {
        margin-bottom:30px
    }

    .calendar-past {
        display: flex
    }
}

.calendar-past:nth-child(odd) {
    background-color: #fff
}

.calendar-past__date {
    font-weight: 800;
    padding: 20px 20px 0
}

@media screen and (min-width: 720px) {
    .calendar-past__date {
        flex:0 0 50%;
        max-width: 50%;
        padding: 20px 50px
    }
}

.calendar-past__title {
    padding: 0 20px 20px
}

@media screen and (min-width: 720px) {
    .calendar-past__title {
        padding:20px 30px 20px 0
    }
}

.calendar-add {
    margin-top: 30px;
    position: relative
}

@media screen and (min-width: 720px) {
    .calendar-add {
        margin-top:auto
    }
}

.calendar-add ul {
    background-color: #00db85;
    border-radius: 4px;
    bottom: 0;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.2);
    font-size: 14px;
    font-size: 1.4rem;
    left: 43px;
    line-height: 22px;
    line-height: 2.2rem;
    opacity: 0;
    padding: 5px 0;
    position: absolute;
    transform: translateY(calc(100% + 10px));
    transition: all .25s ease;
    visibility: hidden;
    width: 162px
}

.calendar-add ul li {
    position: relative
}

.calendar-add ul li:before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 20px;
    left: 10px;
    position: absolute;
    top: 6px;
    width: 20px
}

.calendar-add ul li.calendar-icon-google:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 40 38' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M34 0H6a2 2 0 0 0-2 2v3h32V2a2 2 0 0 0-2-2zM10 3a1 1 0 1 1 0-2 1 1 0 0 1 0 2zm20 0a1 1 0 1 1 0-2 1 1 0 0 1 0 2z' fill='%23045052'/%3E%3Cpath d='M40 6c.103-.582-1.409-2-2-2H2C1 4-.103 5.418 0 6c.823 4.664 3 15 3 15h34s2.177-10.336 3-15zM37 21H3S.823 31.336 0 36c0 1.146.792 2 2 2h36c.591 0 2-.5 2-2-.823-4.664-3-15-3-15z' fill='%23045052'/%3E%3Cpath d='M16.534 21c.984.325 1.687.85 2.105 1.557.433.732.65 1.55.65 2.457 0 1.582-.519 2.826-1.556 3.733-1.037.906-2.363 1.36-3.977 1.36-1.582 0-2.892-.427-3.93-1.282-1.038-.855-1.536-2.014-1.497-3.476l.036-.072h2.242c0 .914.28 1.642.841 2.182.56.541 1.33.811 2.308.811.994 0 1.773-.27 2.337-.811.564-.541.847-1.34.847-2.397 0-1.073-.25-1.864-.751-2.373-.501-.509-1.292-.763-2.373-.763h-2.051V21h4.769zm11.103 0h2.349v8.856h-2.349V21zM10.727 17.036H8.473l-.024-.072c-.04-1.312.435-2.427 1.425-3.345.99-.918 2.284-1.377 3.882-1.377 1.606 0 2.886.427 3.84 1.282.954.855 1.431 2.073 1.431 3.655 0 .716-.217 1.429-.65 2.141-.433.712-1.083 1.254-1.95 1.628l.107.052h-4.77v-.911h2.051c1.042 0 1.779-.26 2.212-.781.433-.521.65-1.246.65-2.176 0-.994-.246-1.749-.739-2.266-.493-.517-1.22-.775-2.182-.775-.914 0-1.648.268-2.2.805-.534.518-.81 1.202-.829 2.14zM29.986 21h-2.349v-6.218l-3.554.048v-1.694l5.903-.644V21z' fill='%2300db85'/%3E%3Cpath d='M2 4C.562 4-.103 5.418 0 6c.823 4.664 3 15 3 15m34 0s2.177-10.336 3-15c0-1.625-1.409-2-2-2' fill='%23045052'/%3E%3C/g%3E%3C/svg%3E")
}

.calendar-add ul li.calendar-icon-outlook:before {
    background-image: url(../images/icon-cal-outlook.png)
}

.calendar-add ul li.calendar-icon-ical:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='18'%3E%3Cg fill='%23045052'%3E%3Cpath d='M16.9 1.1h-2.64V.76c0-.4-.32-.74-.74-.74s-.72.34-.72.74v.34H6.4V.76c0-.4-.32-.74-.74-.74s-.74.32-.74.74v.34H2.3C1.1 1.1.1 2.08.1 3.3v12.48c0 1.2.98 2.2 2.2 2.2h14.62c1.2 0 2.2-.98 2.2-2.2V3.3c-.02-1.2-1-2.2-2.22-2.2zM2.3 2.58h2.64v.34c0 .4.32.74.74.74s.74-.32.74-.74v-.34h6.4v.34c0 .4.32.74.74.74s.74-.32.74-.74v-.34h2.64c.4 0 .74.32.74.74V4.8H1.56V3.32c0-.42.32-.74.74-.74zM16.9 16.5H2.3c-.4 0-.74-.32-.74-.74V6.24h16.08v9.54c0 .4-.32.72-.74.72z'/%3E%3Cpath d='M5.72 7.72H3.8c-.4 0-.74.32-.74.74 0 .4.32.74.74.74h1.94c.4 0 .74-.32.74-.74a.755.755 0 0 0-.76-.74zm4.84 0H8.62c-.4 0-.74.32-.74.74 0 .4.32.74.74.74h1.94c.4 0 .74-.32.74-.74s-.32-.74-.74-.74zm4.84 0h-1.94c-.4 0-.74.32-.74.74 0 .4.32.74.74.74h1.94c.4 0 .74-.32.74-.74s-.32-.74-.74-.74zm-9.68 2.92H3.8c-.4 0-.74.32-.74.74 0 .4.32.74.74.74h1.94c.4 0 .74-.32.74-.74a.77.77 0 0 0-.76-.74zm4.84 0H8.62c-.4 0-.74.32-.74.74 0 .4.32.74.74.74h1.94c.4 0 .74-.32.74-.74 0-.4-.32-.74-.74-.74zm4.84 0h-1.94c-.4 0-.74.32-.74.74 0 .4.32.74.74.74h1.94c.4 0 .74-.32.74-.74 0-.4-.32-.74-.74-.74zm-9.68 2.94H3.8c-.4 0-.74.32-.74.74s.32.74.74.74h1.94c.4 0 .74-.32.74-.74s-.34-.74-.76-.74zm4.84 0H8.62c-.4 0-.74.32-.74.74s.32.74.74.74h1.94c.4 0 .74-.32.74-.74s-.32-.74-.74-.74zm4.84 0h-1.94c-.4 0-.74.32-.74.74s.32.74.74.74h1.94c.4 0 .74-.32.74-.74s-.32-.74-.74-.74z'/%3E%3C/g%3E%3C/svg%3E")
}

.calendar-add ul a {
    align-items: center;
    display: flex;
    padding: 5px 12px 5px 38px;
    position: relative
}

.calendar-add ul a:active,.calendar-add ul a:focus,.calendar-add ul a:hover {
    text-decoration: underline
}

.calendar-add ul:before {
    border-bottom: 8px solid #00db85;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: "";
    height: 0;
    left: 30px;
    position: absolute;
    top: -8px;
    width: 0
}

.calendar-add__control {
    background-size: 100% 2px;
    cursor: pointer;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 18px;
    line-height: 1.8rem;
    outline: none;
    text-transform: uppercase
}

.calendar-add__control:focus+ul {
    opacity: 1;
    visibility: visible
}

.calendar-add__control span {
    position: relative;
    top: 2px
}

.calendar-add__control svg {
    margin-left: 0;
    margin-right: 10px
}

.carousel {
    margin-bottom: 70px;
    position: relative;
    z-index: 1
}

@media screen and (min-width: 720px) {
    .carousel {
        margin:0;
        padding: 5.5555555556em 0
    }
}

@media screen and (max-width: 719px) {
    .carousel {
        display:flex;
        flex-direction: column-reverse
    }
}

.carousel h2 {
    color: #c47611;
    margin-bottom: 30px
}

.carousel-text {
    display: flex;
    width: 100%
}

.carousel-text__inner {
    padding: 1.6666666667em 0;
    width: 100%
}

@media screen and (min-width: 720px) {
    .carousel-text__inner {
        background-color:#fff;
        padding: 2.7777777778em
    }
}

.carousel-images {
    background: #023031;
    overflow: hidden;
    z-index: -1
}

@media screen and (min-width: 720px) {
    .carousel-images {
        height:100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }
}

.carousel-images__image {
    overflow: hidden
}

@media screen and (max-width: 719px) {
    .carousel-images__image {
        height:0;
        padding-bottom: 56.25%;
        position: relative;
        width: 100%
    }
}

@media screen and (min-width: 720px) {
    .carousel-images__image {
        height:100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }
}

.carousel-images__image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative
}

@media screen and (max-width: 719px) {
    .carousel-images__image img {
        left:0;
        position: absolute;
        top: 0;
        width: 100%
    }
}

.carousel .swiper-container {
    transition-delay: .5s;
    width: 100%
}

@media screen and (min-width: 720px) {
    .carousel .swiper-container {
        background-color:#fff
    }
}

.carousel .swiper-slide {
    display: flex;
    height: auto
}

.carousel .swiper-pagination {
    align-items: center;
    background-color: #f2f6f6;
    color: #00db85;
    display: flex;
    font-size: 42px;
    font-size: 4.2rem;
    font-weight: 500;
    justify-content: center;
    line-height: 42px;
    line-height: 4.2rem;
    padding: 30px 0;
    text-align: center
}

.carousel .swiper-pagination span {
    display: block
}

.carousel .swiper-button {
    bottom: 40px;
    color: #00db85;
    cursor: pointer;
    height: 22px;
    position: absolute;
    width: 37px
}

.carousel .swiper-button-next {
    right: 50%;
    transform: translateX(80px)
}

.carousel .swiper-button-prev {
    left: 50%;
    transform: translateX(-80px)
}

.carousel .swiper-button-prev svg {
    transform: rotate(-180deg);
    transform-origin: 50% 50%
}

.carousel .swiper-button-disabled {
    opacity: .4;
    pointer-events: none
}

.carousel .swiper-button:active,.carousel .swiper-button:focus,.carousel .swiper-button:hover {
    color: #01946a
}

.carousel .carousel-images .swiper-container,.carousel .carousel-images .swiper-slide {
    height: 100%
}

.m-case-studies h2 {
    margin-bottom: 20px
}

.case-study-block {
    margin-top: 60px
}

.case-study-block__text {
    margin-top: 20px
}

.case-study-block__text h3 {
    margin-top: 5px
}

.m-case-study h3 {
    margin-bottom: 30px
}

.m-case-study .row {
    flex-direction: column-reverse
}

@media screen and (min-width: 720px) {
    .m-case-study .row {
        flex-direction:row
    }
}

.case-study-text {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    line-height: 2.4rem;
    margin-top: 30px
}

@media screen and (min-width: 720px) {
    .case-study-text {
        margin-top:0;
        padding-right: 40px
    }
}

@media screen and (min-width: 1024px) {
    .case-study-text {
        padding-left:0
    }
}

.case-study-image {
    max-width: 260px
}

@media screen and (min-width: 1024px) {
    .case-study-image {
        margin-left:auto
    }
}

.channels ul {
    display: flex
}

.channels ul li {
    margin-right: 1.6666666667em
}

.channels a {
    display: block;
    height: 24px;
    width: 24px
}

.contact-details__address,.contact-details__comms {
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 34px;
    line-height: 3.4rem
}

.contact-details__company {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    line-height: 2rem;
    margin: 20px 0 30px;
    transition-delay: .1s
}

.contact-details__comms {
    transition-delay: .2s
}

.contact-map__image {
    background-color: #f2f6f6
}

.contact-map__link {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 34px;
    line-height: 3.4rem;
    margin-top: 30px
}

.contact-map__link span {
    position: relative;
    top: -1px
}

.contact-registar .standfirst {
    margin-bottom: 50px
}

.contact-registar .list {
    margin-bottom: 30px
}

.contact-registar .list a {
    font-weight: 500
}

.cookies {
    backface-visibility: hidden;
    background-color: rgba(28,26,26,.6);
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    height: 100%;
    left: 0;
    line-height: 28px;
    line-height: 2.8rem;
    position: fixed;
    top: 0;
    visibility: visible;
    width: 100%;
    z-index: 10
}

.cookies--hide {
    display: none
}

.cookies__wrapper {
    background-color: #023031;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%
}

.cookie-notice {
    padding: 2.2222222222em 0
}

.cookie-notice .row {
    align-items: center
}

.cookie-notice__text {
    margin-bottom: 2rem
}

@media screen and (min-width: 1024px) {
    .cookie-notice__text {
        margin-bottom:0
    }
}

.cookie-notice__text a {
    text-decoration: underline
}

.cookie-notice__nav {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    line-height: 1.8rem;
    margin-left: auto
}

@media screen and (min-width: 1024px) {
    .cookie-notice__nav {
        display:flex;
        flex-flow: wrap;
        justify-content: center
    }
}

.cookie-notice__nav .cookie-btn:not(:first-child) {
    display: inline-block;
    margin-top: 1rem
}

.cookie-notice__nav .cookie-btn:not(:first-child) a {
    text-decoration: none
}

.cookie-notice__nav .cookie-btn:not(:first-child) a:active,.cookie-notice__nav .cookie-btn:not(:first-child) a:focus,.cookie-notice__nav .cookie-btn:not(:first-child) a:hover {
    text-decoration: underline
}

.cookie-notice__nav .cookie-btn:first-child {
    flex: 0 0 100%;
    margin-top: 0
}

@media screen and (min-width: 1024px) {
    .cookie-notice__nav .cookie-btn:first-child {
        display:flex;
        justify-content: center
    }
}

.cookies-settings {
    background-color: #c47611;
    color: #fff;
    max-height: 0;
    overflow: hidden;
    transition: max-height .5s;
    will-change: max-height
}

.cookies-settings>.container {
    padding-bottom: 3rem;
    padding-top: 3rem
}

.cookies-settings--active {
    max-height: 30rem
}

.cookies-settings__toggles {
    margin-bottom: 2rem
}

@media screen and (min-width: 720px) {
    .cookies-settings__toggles {
        align-items:center;
        display: flex
    }
}

@media screen and (min-width: 1024px) {
    .cookies-settings__toggles {
        margin-bottom:0
    }
}

.cookie-toggle {
    margin-right: 4rem
}

.cookie-toggle+.cookie-toggle {
    margin-top: 2rem
}

@media screen and (min-width: 720px) {
    .cookie-toggle+.cookie-toggle {
        margin-top:0
    }
}

.cookie-checkbox {
    align-items: center;
    display: flex
}

.cookie-checkbox input[type=checkbox] {
    clip: rect(0 0 0 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.cookie-checkbox input[type=checkbox].focusable:active,.cookie-checkbox input[type=checkbox].focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

.cookie-checkbox input[type=checkbox]:checked+label:before {
    background-color: #00db85;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 33 27' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.032 26.447.575 14.504l3.72-3.567 7.664 7.988L28.65.829l3.79 3.495z' fill='%23023031'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 14px 14px;
    border-color: #00db85
}

.cookie-checkbox input[type=checkbox]:disabled:checked+label {
    cursor: not-allowed;
    opacity: .5
}

.cookie-checkbox input[type=checkbox]:disabled:checked+label:hover {
    text-decoration: none
}

.cookie-checkbox__label {
    align-items: center;
    cursor: pointer;
    display: flex;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 18px;
    line-height: 1.8rem
}

.cookie-checkbox__label:before {
    border: 1px solid;
    border-radius: 4px;
    content: "";
    display: inline-block;
    height: 20px;
    margin-right: 1rem;
    width: 20px
}

.cookie-checkbox__label:hover {
    text-decoration: underline
}

.cookie-checkbox__title {
    position: relative;
    top: 1px
}

.cookie-save {
    align-items: center;
    background-color: #00db85;
    border: 0;
    color: #023031;
    cursor: pointer;
    display: flex;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 800;
    line-height: 18px;
    line-height: 1.8rem;
    padding: 10px 20px;
    white-space: nowrap;
    width: auto
}

@media screen and (min-width: 1024px) {
    .cookie-save {
        margin:0 auto
    }
}

.cookie-save:active,.cookie-save:focus,.cookie-save:hover {
    text-decoration: underline
}

.m-details .details {
    margin: 0
}

.details {
    margin: 3.8888888889em 0 1.9444444444em
}

.detail {
    border-bottom: 1px solid rgba(4,80,82,.3);
    padding: .8333333333em 0 1.9444444444em
}

.detail:first-child {
    border-top: 1px solid rgba(4,80,82,.3)
}

.detail__label {
    color: #01946a
}

.detail__details {
    font-size: 26px;
    font-size: 2.6rem;
    letter-spacing: -.5px;
    line-height: 36px;
    line-height: 3.6rem
}

.editor h2,.editor h3,.editor h4,.editor h5,.editor h6 {
    color: #01946a;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 22px;
    line-height: 2.2rem;
    margin-bottom: 10px
}

@media screen and (min-width: 1024px) {
    .editor h2,.editor h3,.editor h4,.editor h5,.editor h6 {
        font-size:22px;
        font-size: 2.2rem;
        line-height: 26px;
        line-height: 2.6rem
    }
}

.editor h2 {
    font-size: 28px;
    font-size: 2.8rem;
    letter-spacing: -.5px;
    line-height: 34px;
    line-height: 3.4rem;
    margin-bottom: 20px
}

@media screen and (min-width: 720px) {
    .editor h2 {
        font-size:35px;
        font-size: 3.5rem;
        line-height: 38px;
        line-height: 3.8rem
    }
}

@media screen and (min-width: 1024px) {
    .editor h2 {
        font-size:42px;
        font-size: 4.2rem;
        letter-spacing: -1px;
        line-height: 48px;
        line-height: 4.8rem
    }
}

.editor *+h2 {
    margin-top: 40px
}

.editor h3 {
    font-size: 22px;
    font-size: 2.2rem;
    letter-spacing: -.5px;
    line-height: 26px;
    line-height: 2.6rem;
    margin-bottom: 10px
}

@media screen and (min-width: 1024px) {
    .editor h3 {
        font-size:28px;
        font-size: 2.8rem;
        line-height: 34px;
        line-height: 3.4rem
    }
}

.editor h4 {
    color: #c47611
}

.editor hr {
    background-color: #e5eded;
    height: 1px;
    margin: 30px 0;
    width: 100%
}

.editor li>a:not(.link),.editor p>a:not(.link) {
    color: #01946a;
    text-decoration: underline
}

.editor li>a:not(.link):active,.editor li>a:not(.link):focus,.editor li>a:not(.link):hover,.editor p>a:not(.link):active,.editor p>a:not(.link):focus,.editor p>a:not(.link):hover {
    color: #023031
}

.editor ol,.editor ul {
    margin-bottom: 2.2222222222em
}

.editor ol li,.editor ul li {
    padding: 0 0 .8333333333em 1em;
    position: relative
}

.editor ol li:last-child,.editor ul li:last-child {
    padding-bottom: 0
}

.editor ol li:before,.editor ul li:before {
    content: "";
    left: 0;
    position: absolute;
    top: 12px
}

.editor ol li a,.editor ul li a {
    white-space: normal
}

.editor ol li ul,.editor ul li ul {
    margin: 1.1111111111em 0 0
}

.editor ol li ul li:before,.editor ul li ul li:before {
    background-color: #01946a;
    border-radius: 0;
    height: 1px;
    top: 13px;
    width: 8px
}

.editor ul li:before {
    background-color: #00db85;
    border-radius: 50%;
    height: 5px;
    width: 5px
}

.editor ol {
    counter-reset: editor-ol-counter
}

.editor ol li {
    padding-left: 1.4444444444em
}

.editor ol li:before {
    color: #01946a;
    content: counter(editor-ol-counter) ". ";
    counter-increment: editor-ol-counter;
    font-weight: 600;
    text-align: center;
    top: 0;
    width: 20px
}

.editor p>img {
    height: auto!important;
    width: auto!important
}

.editor iframe {
    height: 1000px
}

.editor table tr td,.editor table tr th {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    line-height: 1.8rem
}

.article .editor h2,.article .editor h3,.article .editor h4,.article .editor h5,.article .editor h6 {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 800;
    letter-spacing: normal;
    line-height: 26px;
    line-height: 2.6rem
}

.article .editor h1 {
    margin-bottom: 50px;
    margin-top: 50px
}

@media screen and (min-width: 1024px) {
    .article .editor h1 {
        margin-bottom:70px;
        margin-top: 70px
    }
}

.article .editor h2 {
    margin-bottom: 20px
}

.article .editor *+h2 {
    margin-top: 40px
}

.article .editor h3 {
    font-weight: 500;
    margin-bottom: 10px
}

.article .editor :not(h2)+h3 {
    margin-top: 30px
}

.article .editor h4 {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 800;
    line-height: 28px;
    line-height: 2.8rem;
    margin-bottom: 5px
}

@media screen and (max-width: 1023px) {
    .m-facts .row {
        justify-content:center
    }
}

.fact {
    margin: 1.6666666667em 0;
    text-align: center
}

.fact--padding {
    padding: 0 50px
}

.fact__title {
    margin: 0 auto;
    max-width: 400px
}

.fact__value {
    color: #01946a;
    font-size: 42px;
    font-size: 4.2rem;
    font-weight: 500;
    line-height: 48px;
    line-height: 4.8rem;
    margin: 10px 0
}

@media screen and (min-width: 480px) {
    .fact__value {
        font-size:55px;
        font-size: 5.5rem;
        letter-spacing: -1.5px;
        line-height: 55px;
        line-height: 5.5rem
    }
}

@media screen and (min-width: 720px) {
    .fact__value {
        font-size:70px;
        font-size: 7rem;
        line-height: 70px;
        line-height: 7rem
    }
}

.fact__title+.fact__value {
    margin-top: 20px
}

.fact__detail {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 800;
    letter-spacing: 1.5px;
    line-height: 18px;
    line-height: 1.8rem;
    margin: 0 auto;
    max-width: 400px;
    text-transform: uppercase
}

.fact__info {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    line-height: 2.4rem;
    margin: 20px auto 0;
    max-width: 400px
}

.fact__icon {
    height: 100px;
    margin: 0 auto 30px
}

.grid-modules>.m-featured-page:first-child {
    margin-top: 0
}

.featured-page {
    position: relative;
    z-index: 1
}

@media screen and (max-width: 719px) {
    .featured-page {
        background-color:#fff
    }
}

.featured-page h2 {
    color: #01946a;
    margin-bottom: 30px
}

.featured-page__image {
    background: #023031
}

@media screen and (min-width: 720px) {
    .featured-page__image {
        height:100%;
        left: 0;
        overflow: hidden;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1
    }

    .featured-page__image img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

@media screen and (max-width: 719px) {
    .featured-page__image {
        height:0;
        padding-bottom: 56.25%;
        position: relative
    }

    .featured-page__image img {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }
}

.featured-page-text {
    padding: 1.6666666667em 0 3.8888888889em;
    transition-delay: .75s
}

@media screen and (min-width: 720px) {
    .featured-page-text {
        padding:5.5555555556em 0
    }

    .featured-page-text__inner {
        background-color: #fff;
        max-width: 780px;
        padding: 2.7777777778em
    }
}

.m-figures .heading--space {
    margin-bottom: 40px
}

.m-figures .fact {
    margin: 1.6666666667em 0 2.7777777778em
}

.m-figures .fact__info,.m-figures .fact__value {
    color: #fff;
}

.figures {
    background-color: #c47611;
    color: #fff
}

.figures-notes {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 800;
    letter-spacing: 1.5px;
    line-height: 18px;
    line-height: 1.8rem;
    margin: 50px auto 0;
    max-width: 760px;
    text-align: center;
    text-transform: uppercase
}

.hero {
    background-color: #023031;
    color: #fff;
    height: 100vh;
    min-height: 680px;
    overflow: hidden;
    position: relative;
    z-index: 2
}

.hero .container {
    height: 100%
}

@media screen and (min-width: 720px) {
    .hero .container {
        align-items:center;
        display: flex
    }
}

.hero .button-group {
    transition-delay: .1s
}

.hero__image {
    bottom: 100px;
    left: 50px;
    position: absolute;
    width: 100vw;
    z-index: -2
}

@media screen and (min-width: 720px) {
    .hero__image {
        bottom:auto;
        left: 44%;
        min-width: 800px;
        top: 0;
        width: 95vh
    }
}

.hero__image .media__item:before {
    background: #023031
}

.hero__wave {
    height: 0;
    left: 50%;
    min-height: 1080px;
    min-width: 1920px;
    opacity: .6;
    overflow: hidden;
    padding-bottom: 56.25%;
    transform: translateX(-50%);
    z-index: -1
}

.hero__wave,.hero__wave svg {
    position: absolute;
    top: 0;
    width: 100%
}

.hero__wave svg {
    height: 100%;
    left: 0
}

.hero__scroll {
    bottom: 40px;
    color: #00db85;
    cursor: pointer;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 800;
    left: 50%;
    line-height: 18px;
    line-height: 1.8rem;
    position: absolute;
    text-transform: uppercase;
    transform: translateX(-50%);
    transition-delay: .75s
}

.hero__scroll a {
    display: block
}

.hero__scroll span {
    border-bottom: 1px solid transparent;
    transition: border-color .1s ease
}

.hero__scroll svg {
    height: 18px;
    margin: 10px auto 0;
    width: 30px
}

.hero__scroll:hover span {
    border-color: currentColor
}

.hero-text {
    max-width: 950px;
    padding-top: 136px;
    position: relative;
    z-index: 1
}

.hero-text__title h1 {
    color: #00db85;
    font-size: 50px;
    font-size: 5rem;
    font-weight: 500;
    letter-spacing: -1.5px;
    line-height: 55px;
    line-height: 5.5rem
}

@media screen and (min-width: 720px) {
    .hero-text__title h1 {
        font-size:70px;
        font-size: 7rem;
        line-height: 70px;
        line-height: 7rem
    }
}

@media screen and (min-width: 1024px) {
    .hero-text__title h1 {
        font-size:100px;
        font-size: 10rem;
        letter-spacing: -2px;
        line-height: 100px;
        line-height: 10rem
    }
}

.hero-text__intro {
    margin: 20px 0 40px;
    max-width: 750px;
    transition-delay: .1s
}

@media screen and (min-width: 720px) {
    .hero-text__intro {
        margin:30px 0 50px
    }
}

ul.highlights {
    margin: 50px 0
}

@media screen and (min-width: 1024px) {
    ul.highlights {
        margin:70px 0
    }
}

ul.highlights li {
    padding-bottom: 20px
}

ul.highlights li:before {
    top: 8px
}

ul.highlights li:last-child {
    padding-bottom: 0
}

.history-latest {
    position: relative;
    text-align: center
}

.history-latest .history-editor {
    border-top: 0;
    margin: 0;
    padding: 10px 0 50px
}

.history-latest:before {
    background-color: #f2f6f6;
    border: 5px solid #00db85;
    border-radius: 50%;
    bottom: 0;
    content: "";
    display: block;
    height: 25px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 25px;
    z-index: 2
}

.history-wrapper {
    padding-top: 140px;
    position: relative
}

.history-wrapper:before {
    background-color: rgba(4,80,82,.3);
    content: "";
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    transition: height 1s ease .5s;
    width: 1px;
    z-index: 1
}

[data-animate].history-wrapper:before {
    height: 0
}

.history {
    border-top: 5px solid #00db85;
    position: relative;
    z-index: 2
}

@media screen and (min-width: 720px) {
    .history {
        display:flex;
        flex: 0 0 50%;
        margin-top: -160px;
        max-width: 50%
    }

    .history:nth-child(2n) {
        justify-content: flex-end;
        margin-left: auto
    }

    .history:nth-child(2n):before {
        left: 0;
        margin: -14px 0 0 -12px;
        right: auto
    }

    .history:nth-child(2n) .history-text {
        border-right: 0;
        margin-left: 20px;
        margin-right: 0
    }

    .history:last-child .history-text {
        transition: none
    }

    .history:last-child:after {
        background-color: #f2f6f6;
        content: "";
        height: 100%;
        left: -5px;
        position: absolute;
        top: 0;
        width: calc(100% + 10px);
        z-index: -1
    }
}

.history:first-child {
    margin-top: 0
}

@media screen and (min-width: 720px) {
    .history:before {
        background-color:#f2f6f6;
        border: 5px solid #00db85;
        border-radius: 50%;
        content: "";
        display: block;
        height: 25px;
        margin: -14px -12px 0 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 25px;
        z-index: 3
    }
}

.history-text {
    background-color: #fff;
    margin-bottom: 30px;
    margin-right: 20px;
    padding: 30px 20px;
    position: relative;
    width: 100%
}

.history-text h2 {
    margin-bottom: 10px
}

@media screen and (min-width: 720px) {
    .history-text {
        margin-bottom:60px;
        max-width: 500px;
        min-height: 260px
    }
}

.history-editor {
    border-top: 1px solid rgba(4,80,82,.3);
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 22px;
    line-height: 2.2rem;
    margin: 20px 0;
    padding-top: 20px
}

.history-editor p {
    margin-bottom: 0
}

.history-editor p strong {
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 1.5px;
    line-height: 18px;
    line-height: 1.8rem;
    margin: 15px 0 2px;
    text-transform: uppercase
}

.history-editor p:first-child strong {
    margin-top: 0
}

.history-editor ul {
    margin-top: 10px
}

.history-editor ul li {
    padding: 0 0 5px 15px;
    position: relative
}

.history-editor ul li:before {
    background-color: #00db85;
    border-radius: 50%;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    top: 8px;
    width: 3px
}

.history-link {
    margin-bottom: 20px
}

.history-highlight {
    color: #01946a;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 800;
    letter-spacing: 1.5px;
    line-height: 18px;
    line-height: 1.8rem;
    text-transform: uppercase
}

.history-highlight+.history-highlight {
    margin-top: 10px
}

.history-fact {
    align-items: center;
    display: flex;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 18px;
    line-height: 1.8rem;
    margin-top: 20px
}

.history-fact span {
    flex-grow: 1
}

.history-fact svg {
    height: 29px;
    margin-right: 8px;
    width: 29px
}

.grid-modules>.m-image-caption:first-child {
    margin-top: 0
}

.image-caption figcaption {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 22px;
    line-height: 2.2rem;
    padding: 10px 0 0
}

.image-caption--full-width figcaption {
    padding: 10px 30px 0
}

.image-carousel .swiper-pagination {
    display: flex;
    justify-content: center;
    margin: 30px 0 0;
    width: 100%
}

@media screen and (min-width: 720px) {
    .image-carousel .swiper-pagination {
        margin:50px 0 0
    }
}

.image-carousel .swiper-pagination .swiper-pagination-bullet {
    background-color: #023031;
    cursor: pointer;
    display: block;
    flex: 0 0 65px;
    height: 3px;
    margin: 0 10px;
    max-width: 65px
}

.image-carousel .swiper-pagination .swiper-pagination-bullet-active,.image-carousel .swiper-pagination .swiper-pagination-bullet:hover {
    background-color: #00db85
}

.m-iitl h2 {
    margin: 30px 0 70px;
    text-align: center
}

.m-iitl h3 {
    margin-bottom: 15px
}

.m-iitl .link {
    color: #00db85
}

.iitl {
    margin: 0 auto 2.2222222222em;
    max-width: 980px
}

@media screen and (min-width: 720px) {
    .iitl {
        align-items:center;
        display: flex;
        margin-bottom: 5.5555555556em
    }

    .iitl:nth-child(2n) {
        flex-direction: row-reverse
    }
}

.iitl:nth-child(2n) .iitl-text {
    padding-left: 0
}

@media screen and (min-width: 720px) {
    .iitl:nth-child(2n) .iitl-text {
        padding-right:100px
    }
}

@media screen and (min-width: 1440px) {
    .iitl:nth-child(2n) .iitl-text {
        padding-right:200px
    }
}

.iitl-image {
    flex: 0 0 360px;
    max-width: 360px
}

@media screen and (max-width: 719px) {
    .iitl-image {
        margin:0 auto
    }
}

.iitl-text {
    flex-grow: 1;
    margin-top: 30px
}

@media screen and (min-width: 720px) {
    .iitl-text {
        margin-top:0;
        padding-left: 100px
    }
}

@media screen and (min-width: 1440px) {
    .iitl-text {
        padding-left:200px
    }
}

.iitl-animation {
    height: 0;
    padding-bottom: 117.39%;
    position: relative
}

.iitl-animation svg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

@media screen and (max-width: 719px) {
    .m-investor-promo .col-md-3+.col-md-3 {
        margin-top:50px
    }
}

.m-investor-promo h2 {
    border-top: 1px solid rgba(4,80,82,.3);
    font-weight: 800;
    margin-bottom: 20px;
    padding-top: 15px
}

.m-investor-promo .link.link--download {
    flex-direction: row
}

@media screen and (max-width: 479px) {
    .m-investor-promo .link.link--download svg {
        margin-left:8px
    }
}

.latest {
    margin-top: 50px;
    position: relative;
    z-index: 1
}

@media screen and (min-width: 1024px) {
    .latest {
        margin-top:70px
    }
}

.latest:not(.latest--more) .link {
    color: #00db85
}

.latest--summary .latest__title {
    padding-bottom: 0;
    padding-right: 30px
}

.latest--more {
    margin-top: 0
}

.latest--more .latest__title {
    border-top: 0;
    margin-top: 0;
    padding-bottom: 0
}

.latest--more .latest__title .link {
    color: #c47611
}

@media screen and (min-width: 720px) {
    .col-lg-5 .latest {
        margin-right:20px
    }
}

@media screen and (min-width: 1024px) {
    .col-lg-5 .latest {
        margin-right:35px
    }
}

@media screen and (min-width: 720px) {
    .col-lg-5+.col-lg-5 .latest {
        margin:0 0 0 20px
    }
}

@media screen and (min-width: 1024px) {
    .col-lg-5+.col-lg-5 .latest {
        margin:0 0 0 35px
    }
}

.col-lg-5+.col-lg-5 .latest+.latest {
    margin-top: 70px
}

.latest__title {
    border-top: 1px solid hsla(0,0%,100%,.3);
    color: #00db85;
    margin-top: 15px;
    padding: 15px 0
}

@media screen and (min-width: 1024px) {
    .latest__title {
        padding-right:30px
    }
}

.latest__title .link span {
    border-width: 2px
}

@media screen and (min-width: 1024px) {
    .latest__introduction {
        padding-right:30px
    }
}

.latest__link {
    margin-top: 35px
}

.latest__tags {
    border-top: 1px solid hsla(0,0%,100%,.3);
    margin-top: 20px;
    padding-top: 15px
}

.m-latest-results .col-lg-4 {
    display: flex
}

.m-latest-results .col-lg-4:nth-child(2) .latest-result {
    background-image: url(../images/shape_2.png)
}

.m-latest-results .col-lg-4:nth-child(3) .latest-result {
    background-image: url(../images/shape_3.png)
}

.latest-result {
    background-color: #023031;
    background-image: url(../images/shape_1.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    margin-top: 60px;
    padding: 2.7777777778em 1.6666666667em 3.8888888889em;
    width: 100%
}

.latest-result h2 {
    margin: 25px 0
}

.latest-result .link {
    color: #00db85
}

.m-locations .col-lg-4,.m-locations .col-md-3 {
    display: flex
}

.m-locations .col-lg-4:nth-child(2) .location__text,.m-locations .col-md-3:nth-child(2) .location__text {
    background-image: url(../images/shape_2.png)
}

.m-locations .col-lg-4:nth-child(3) .location__text,.m-locations .col-md-3:nth-child(3) .location__text {
    background-image: url(../images/shape_3.png);
    background-position: 100% 0;
    background-size: auto
}

.location {
    background-color: #023031;
    display: flex;
    flex-direction: column;
    margin-top: 60px;
    width: 100%
}

.location h3 {
    padding-bottom: 20px
}

.col-lg-4 .location__image .media--16-9 {
    padding-bottom: 100%
}

.col-lg-4 .location__image .media--16-9 .media__item img {
    height: auto;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.location__text {
    background-image: url(../images/shape_1.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 2.7777777778em 1.6666666667em
}

.location__link {
    margin-top: auto
}

.m-locations-carousel {
    padding-bottom: 140px;
    position: relative
}

@media screen and (min-width: 1400px) {
    .m-locations-carousel .container {
        margin-left:calc(50% - 540px);
        max-width: none;
        padding: 0
    }
}

.m-locations-carousel h2 {
    max-width: 500px
}

.locations-carousel .swiper-container {
    position: static
}

.locations-carousel .swiper-slide {
    display: flex;
    height: auto;
    max-width: 500px;
    padding-right: 15px;
    width: 90%
}

@media screen and (min-width: 480px) {
    .locations-carousel .swiper-slide {
        width:80%
    }
}

@media screen and (min-width: 720px) {
    .locations-carousel .swiper-slide {
        width:60%
    }
}

@media screen and (min-width: 1400px) {
    .locations-carousel .swiper-slide {
        padding-right:80px
    }
}

.locations-carousel .swiper-pagination {
    align-items: center;
    bottom: 70px;
    display: flex;
    flex-flow: wrap;
    left: 0;
    padding: 0 30px;
    position: absolute;
    width: 100%
}

@media screen and (min-width: 1024px) {
    .locations-carousel .swiper-pagination {
        justify-content:center
    }
}

.locations-carousel .swiper-pagination .swiper-pagination-bullet {
    background-color: #023031;
    cursor: pointer;
    display: block;
    flex: 0 0 40px;
    height: 3px;
    margin: 0 10px 10px 0;
    max-width: 40px
}

@media screen and (min-width: 1024px) {
    .locations-carousel .swiper-pagination .swiper-pagination-bullet {
        flex:0 0 65px;
        max-width: 65px
    }
}

.locations-carousel .swiper-pagination .swiper-pagination-bullet-active,.locations-carousel .swiper-pagination .swiper-pagination-bullet:hover {
    background-color: #00db85
}

.profiles-header {
    border-top: 1px solid rgba(2,48,49,.3);
    margin-bottom: 50px;
    padding-top: 30px
}

.profiles-header h2 {
    color: #01946a;
    margin-bottom: 20px
}

.profiles-header h2,.profiles-header p {
    max-width: 980px
}

.profiles-header--sp-tp {
    margin-top: 70px
}

.profile {
    margin-bottom: 3.3333333333em;
    overflow: hidden;
    position: relative
}

.profile h3 {
    font-weight: 800
}

.profile p {
    margin-bottom: 0
}

.profile:before {
    background: #f2f6f6;
    content: "";
    height: 100%;
    left: 100%;
    position: absolute;
    top: 0;
    transition: bottom .4s cubic-bezier(.165,.84,.44,1) 0s,right .4s cubic-bezier(.77,0,.175,1) .3s,margin .4s cubic-bezier(.77,0,.175,1) .6s,left .4s cubic-bezier(.77,0,.175,1) .8s;
    width: 100%;
    z-index: 1
}

.col-lg-4:first-child .profile:before {
    transition-delay: .3s!important
}

.col-lg-4:nth-child(2) .profile:before {
    transition-delay: .6s!important
}

.col-lg-4:nth-child(3) .profile:before {
    transition-delay: .9s!important
}

.col-lg-4:nth-child(4) .profile:before {
    transition-delay: 1.2s!important
}

.col-lg-4:nth-child(5) .profile:before {
    transition-delay: 1.5s!important
}

.col-lg-4:nth-child(6) .profile:before {
    transition-delay: 1.8s!important
}

.col-lg-4:nth-child(7) .profile:before {
    transition-delay: 2.1s!important
}

.col-lg-4:nth-child(8) .profile:before {
    transition-delay: 2.4s!important
}

.col-lg-4:nth-child(9) .profile:before {
    transition-delay: 2.7s!important
}

[data-animate] .profile:before {
    left: 0;
    transition: none
}

.profile-image {
    background-color: #e5eded;
    margin-bottom: 20px;
    max-width: 300px
}

.profile-text {
    padding-right: 30px
}

.profile-text__jobtitle {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 28px;
    line-height: 2.8rem;
    margin: 5px 0;
    max-width: 370px
}

.profile-text__appointed {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    line-height: 2.4rem
}

.profile-bio {
    margin-top: 20px
}

.profile-bio__link {
    align-items: center;
    color: #01946a;
    cursor: pointer;
    display: inline-flex;
    font-weight: 500;
    justify-content: space-between;
    outline: none
}

.profile-bio__link::-webkit-details-marker {
    display: none
}

.profile-bio__link span {
    border-bottom: 1px solid transparent;
    margin-right: 10px;
    position: relative;
    top: 1px;
    transition: border-color .1s ease
}

.profile-bio__link svg {
    flex: 0 0 17px;
    max-width: 17px
}

.profile-bio__link:hover span {
    border-color: currentColor
}

[open] .profile-bio__link svg path:first-child {
    display: none
}

.profile-bio__text {
    padding: 20px 30px 20px 0
}

details[open] summary+.profile-bio__text {
    animation: showProfile .5s ease-in-out
}

@keyframes showProfile {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@media screen and (min-width: 1024px) {
    .promo {
        padding-bottom:100px;
        padding-top: 100px
    }
}

@media screen and (min-width: 1440px) {
    .promo .row {
        align-items:center
    }
}

@media screen and (max-width: 719px) {
    .promo .row {
        flex-direction:column-reverse
    }

    .promo .row [class^=col-] {
        margin-top: 0
    }
}

.promo--has-background {
    background-image: url(../images/share_promo-box.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

@media screen and (min-width: 720px) {
    .promo--reverse .row {
        flex-direction:row-reverse
    }
}

@media screen and (min-width: 1024px) {
    .promo--reverse .row .col-lg-5 {
        margin-left:0
    }

    .promo--reverse .row .col-lg-6 {
        margin-left: 8.333333%
    }
}

.promo--reverse .row .promo__image {
    padding-left: 0
}

@media screen and (min-width: 1024px) {
    .promo--reverse .row .promo__image {
        padding-right:50px
    }
}

@media screen and (max-width: 719px) {
    .promo__text {
        margin-top:30px
    }
}

@media screen and (min-width: 1024px) {
    .promo__text .h1 {
        font-size:60px;
        font-size: 6rem;
        line-height: 60px;
        line-height: 6rem;
        color: #c47611;
    }
}

.promo__text .standfirst {
    margin: 15px 0 30px;
    transition-delay: .1s
}

@media screen and (min-width: 1024px) {
    .promo__text .standfirst {
        margin:30px 0
    }
}

.promo__image {
    overflow: hidden
}

@media screen and (min-width: 1024px) {
    .promo__image {
        padding-left:50px
    }
}

.quote {
    background-color: #c47611;
    color: #fff;
    margin-left: -30px;
    margin-right: -30px;
    position: relative;
    z-index: 1
}

@media screen and (min-width: 1024px) {
    .quote {
        margin:50px 0 50px -11.5%;
        padding-left: 11.5%
    }
}

.quote:before {
    background-color: #c47611;
    background-image: url(../images/shape_standard.png);
    background-position: 0 100%;
    background-repeat: no-repeat;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 5000px;
    z-index: -1
}

.quote blockquote {
    padding: 50px 30px
}

@media screen and (min-width: 1024px) {
    .quote blockquote {
        padding:50px
    }
}

@media screen and (min-width: 480px) {
    .quote blockquote p {
        font-size:22px;
        font-size: 2.2rem;
        letter-spacing: -.5px;
        line-height: 32px;
        line-height: 3.2rem
    }
}

@media screen and (min-width: 1024px) {
    .quote blockquote p {
        font-size:26px;
        font-size: 2.6rem;
        line-height: 34px;
        line-height: 3.4rem
    }
}

.quote blockquote footer {
    color: #00db85;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 800;
    letter-spacing: 1.5px;
    line-height: 20px;
    line-height: 2rem;
    text-transform: uppercase
}

.quote blockquote footer cite {
    font-style: normal
}

.related-documents-block+.related-documents-block {
    margin-top: 90px
}

.related-documents-block>h2 {
    border-top: 1px solid rgba(4,80,82,.3);
    font-weight: 800;
    margin-bottom: 20px;
    padding-top: 15px
}

.related-documents-results {
    margin: 35px 0 70px
}

.related-documents-results .result {
    background-color: #fff;
    border-bottom: 1px solid rgba(4,80,82,.3)
}

.related-documents-results .result:first-child {
    border-top: 1px solid rgba(4,80,82,.3)
}

.related-documents-results .result h2 {
    margin-bottom: 15px
}

.m-related-content .col-lg-4 {
    display: flex
}

@media screen and (min-width: 720px)and (max-width:1023px) {
    .m-related-content .col-lg-4:last-child {
        display:none
    }
}

.related {
    display: block;
    margin-bottom: 60px;
    width: 100%
}

.related__text {
    margin-top: 20px;
    text-align: center;
}

.related__text .link span {
    border-width: 2px
}

.related-button {
    display: flex;
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: 500;
    letter-spacing: -.5px;
    line-height: 34px;
    line-height: 3.4rem;
    width: 100%
}

@media screen and (max-width: 719px) {
    .related-button {
        margin-bottom:30px
    }
}

.related-button a {
    align-items: center;
    background-color: #00db85;
    border-radius: 4px;
    color: #023031;
    display: flex;
    justify-content: space-between;
    padding: 50px 30px;
    width: 100%
}

.related-button a:active,.related-button a:focus,.related-button a:hover {
    background-color: #c47611;
    color: #00db85
}

.related-button span {
    display: block;
    flex-grow: 1;
    padding-right: 30px
}

.related-button svg {
    flex: 0 0 23px;
    height: 34px;
    max-width: 23px
}

.responsibility-carousel .swiper-container {
    overflow: visible
}

.responsibility-carousel .swiper-slide {
    height: auto;
    opacity: .5;
    transition: opacity .5s ease
}

.responsibility-carousel .swiper-slide.swiper-slide-active {
    opacity: 1
}

.responsibility-carousel .swiper-pagination {
    color: #01946a;
    display: flex;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 800;
    justify-content: center;
    letter-spacing: 1.5px;
    line-height: 18px;
    line-height: 1.8rem;
    margin: 30px -25px 0;
    text-transform: uppercase
}

@media screen and (min-width: 720px) {
    .responsibility-carousel .swiper-pagination {
        justify-content:space-evenly;
        margin: 70px -25px 0
    }
}

.responsibility-carousel .swiper-pagination .swiper-pagination-bullet {
    border-top: 5px solid #01946a;
    cursor: pointer;
    display: block;
    flex-grow: 1;
    flex: 0 0 40px;
    margin: 0 10px;
    max-width: 40px;
    opacity: .5;
    text-align: center;
    transition: opacity .25s ease
}

@media screen and (max-width: 719px) {
    .responsibility-carousel .swiper-pagination .swiper-pagination-bullet {
        font-size:0
    }
}

@media screen and (min-width: 720px) {
    .responsibility-carousel .swiper-pagination .swiper-pagination-bullet {
        flex:1 0 auto;
        margin: 0 25px;
        max-width: none;
        padding: 15px 0
    }
}

.responsibility-carousel .swiper-pagination .swiper-pagination-bullet-active,.responsibility-carousel .swiper-pagination .swiper-pagination-bullet:hover {
    opacity: 1
}

.responsibility-carousel .responsibility {
    height: 100%
}

@media screen and (min-width: 1024px) {
    .responsibility-carousel .responsibility-text {
        margin-top:9.4444444444em;
        padding: 3.8888888889em
    }

    .responsibility-carousel .responsibility-text h3 {
        font-size: 55px;
        font-size: 5.5rem;
        line-height: 55px;
        line-height: 5.5rem;
        margin: 50px 0
    }

    .responsibility-carousel .responsibility-text__icon {
        display: block;
        height: 200px;
        justify-content: center;
        margin-top: -170px;
        width: 200px
    }

    .responsibility-carousel .responsibility-text__highlights {
        font-size: 26px;
        font-size: 2.6rem;
        line-height: 36px;
        line-height: 3.6rem
    }

    .responsibility-carousel .responsibility-text__highlights ul li:before {
        top: -6px
    }

    .responsibility-carousel .responsibility-text__highlights ul li+li {
        padding-top: 5px
    }
}

.m-responsibility-promo {
    margin-bottom: 100px
}

.m-responsibility-promo .col-lg-4 {
    display: flex
}

.responsibility {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 100%
}

.responsibility-text {
    background-color: #fff;
    flex-grow: 1;
    margin: 6.8888888889em 0 0;
    padding: 2.7777777778em
}

.responsibility-text h3 {
    margin: 30px 0
}

.responsibility-text__icon {
    display: block;
    height: 124px;
    justify-content: center;
    margin: -104px auto 0;
    width: 124px
}

.responsibility-text__icon img {
    height: 100%;
    width: 100%
}

.responsibility-text__highlights {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    line-height: 2.4rem
}

.responsibility-text__highlights ul li:before {
    background-color: #00db85;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 5px;
    left: 0;
    margin-right: 10px;
    position: relative;
    top: -2px;
    width: 5px
}

.responsibility-text__highlights ul li+li {
    padding-top: .625em
}

.responsibility-link {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 22px;
    line-height: 2.2rem
}

.responsibility-link a {
    align-items: center;
    background-color: #00db85;
    color: #023031;
    display: flex;
    height: 74px;
    justify-content: center
}

.responsibility-link a:active,.responsibility-link a:focus,.responsibility-link a:hover {
    background-color: #c47611;
    color: #00db85
}

.responsibility-link a svg {
    height: 15px;
    margin-left: 20px;
    width: 10px
}

.result {
    padding: 1.6666666667em 1.6666666667em 1.1111111111em
}

@media screen and (min-width: 720px) {
    .result {
        padding-left:2.7777777778em;
        padding-right: 2.7777777778em
    }
}

.result:nth-child(odd) {
    background-color: #fff
}

.result h2 {
    font-size: 22px;
    font-size: 2.2rem;
    letter-spacing: -.5px;
    line-height: 28px;
    line-height: 2.8rem;
    margin: 10px 0 15px
}

@media screen and (min-width: 720px) {
    .result h2 {
        font-size:28px;
        font-size: 2.8rem;
        line-height: 34px;
        line-height: 3.4rem;
        margin-bottom: 30px
    }
}

@media screen and (min-width: 1024px) {
    .result h2 {
        font-size:35px;
        font-size: 3.5rem;
        line-height: 38px;
        line-height: 3.8rem
    }
}

.search {
    background-color: #e3eded;
    height: calc(100% - 90px);
    left: 0;
    opacity: 0;
    overflow: auto;
    padding-bottom: 200px;
    position: fixed;
    scroll-behavior: smooth;
    top: 90px;
    transform: translateX(-100%);
    width: 100%;
    z-index: 9
}

@media screen and (min-width: 720px) {
    .search {
        height:calc(100% - 136px);
        top: 136px
    }
}

.search .link {
    color: #c47611
}

.search .link strong {
    color: #01946a;
    font-weight: 500
}

.search-active .search,.search-active .search .search-form {
    opacity: 1;
    transform: translateX(0)
}

.search-form {
    margin: 3.8888888889em 0;
    opacity: 0;
    position: relative;
    transform: translateY(20px);
    transition: transform .75s cubic-bezier(.39,.87,.52,.94),opacity 1s ease
}

.search-form input[type=search] {
    border: 0;
    font-weight: 500;
    font-weight: 800;
    height: 80px;
    padding: 0 1.6666666667em;
    text-transform: uppercase
}

.search-form__icon,.search-form__loading {
    background-color: #fff;
    display: flex;
    height: 100%;
    position: absolute;
    width: 80px
}

.search-form__icon {
    color: #c47611;
    right: 0;
    top: 0
}

.search-form__icon svg {
    height: 26px;
    margin: auto;
    width: 26px
}

.is-loading .search-form__icon {
    display: none
}

.search-form__loading {
    animation: spin 1s ease-out infinite;
    border: .2rem solid #c47611;
    border-left-color: hsla(0,0%,100%,.3);
    border-radius: 50%;
    display: none;
    height: 26px;
    margin-top: -13px;
    right: 26px;
    top: 50%;
    width: 26px
}

.is-loading .search-form__loading {
    display: block
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@media screen and (min-width: 720px) {
    .search-results__header {
        display:flex;
        justify-content: space-between
    }
}

.search-results__header div,.search-results__header h2 {
    color: #c47611;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 800;
    letter-spacing: 1.5px;
    line-height: 35px;
    line-height: 3.5rem;
    text-transform: uppercase
}

@media screen and (max-width: 719px) {
    .search-results__header div {
        color:#01946a
    }
}

.search-results__list {
    margin-top: 15px
}

.search-result {
    border-top: 1px solid rgba(4,80,82,.3);
    padding: 2.2222222222em 0
}

.search-result:first-child {
    transition-delay: .1s!important
}

.search-result:nth-child(2) {
    transition-delay: .2s!important
}

.search-result:nth-child(3) {
    transition-delay: .3s!important
}

.search-result:nth-child(4) {
    transition-delay: .4s!important
}

.search-result:nth-child(5) {
    transition-delay: .5s!important
}

.search-result:nth-child(6) {
    transition-delay: .6s!important
}

.search-result:nth-child(7) {
    transition-delay: .7s!important
}

.search-result:nth-child(8) {
    transition-delay: .8s!important
}

.search-result:nth-child(9) {
    transition-delay: .9s!important
}

.search-result h3 {
    margin-bottom: 10px
}

.search-result .link span {
    background-size: 100% 2px
}

.search-result strong,.search-result__info {
    color: #01946a;
    font-weight: 500
}

.search-result__info {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    line-height: 2rem
}

@media screen and (max-width: 1023px) {
    .m-share-price .row {
        justify-content:center
    }
}

.m-share-price .button {
    transition-delay: .6s
}

.share-price p {
    margin-bottom: 0
}

.share-price__value {
    color: #01946a;
    font-size: 55px;
    font-size: 5.5rem;
    font-weight: 500;
    line-height: 55px;
    line-height: 5.5rem
}

@media screen and (min-width: 720px) {
    .share-price__value {
        font-size:70px;
        font-size: 7rem;
        line-height: 70px;
        line-height: 7rem
    }
}

@media screen and (min-width: 1024px) {
    .share-price__value {
        font-size:100px;
        font-size: 10rem;
        line-height: 100px;
        line-height: 10rem
    }
}

.share-price__value span {
    font-size: 30px;
    font-size: 3rem;
    line-height: 30px;
    line-height: 3rem
}

.share-price-block {
    margin-bottom: 1.6666666667em;
    text-align: center
}

@media screen and (min-width: 1024px) {
    .share-price-block {
        margin:1.6666666667em 0
    }
}

.share-price-block__title {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 800;
    letter-spacing: 1.5px;
    line-height: 18px;
    line-height: 1.8rem;
    margin-bottom: .8333333333em;
    text-transform: uppercase
}

.share-price-info {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    line-height: 2.4rem;
    margin-top: 10px;
    transition-delay: .5s
}

.share-price-info--center {
    margin: 20px 0 30px;
    text-align: center
}

@media screen and (min-width: 1024px) {
    .share-price-info--center {
        margin-top:30px
    }
}

.share {
    margin-top: 10px
}

.share ul {
    display: flex
}

.share ul li {
    margin-right: .5555555556em
}

.share a {
    color: #01946a
}

.share a:active,.share a:focus,.share a:hover {
    color: #c47611
}

.share svg {
    height: 32px;
    width: 32px
}

.m-sign-up .row {
    align-items: center
}

@media screen and (min-width: 1024px) {
    .m-sign-up .list {
        justify-content:space-between
    }
}

.m-sign-up .link {
    color: #00db85
}

.sign-up__text {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 34px;
    line-height: 3.4rem;
    margin-bottom: 30px;
    max-width: 530px
}

@media screen and (min-width: 1024px) {
    .sign-up__text {
        margin-bottom:10px
    }
}

.m-strategy-blocks .col-lg-3 {
    display: flex
}

.strategy-block {
    background-color: #fff;
    border-top: 5px solid #00db85;
    display: flex;
    flex-direction: column;
    margin-bottom: 3.8888888889em;
    padding: 1.1111111111em;
    width: 100%
}

.strategy-block__text {
    flex-grow: 1;
    padding-bottom: 70px
}

.strategy-block__text h2 {
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: 400;
    letter-spacing: -.5px;
    line-height: 34px;
    line-height: 3.4rem
}

.strategy-block__links {
    margin-top: auto
}

.table {
    margin-bottom: 50px;
    margin-top: 30px;
    overflow-x: auto;
    width: 100%
}

.table table {
    margin-top: 0;
    min-width: 580px
}

table {
    border: 0;
    border-bottom: 1px solid rgba(4,80,82,.3);
    border-spacing: 0;
    border-top: 1px solid rgba(4,80,82,.3);
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 24px;
    line-height: 2.4rem;
    margin-top: 30px;
    width: 100%
}

table tr:nth-child(2n) td,table tr:nth-child(2n) th {
    background-color: #e5eded
}

table tr td,table tr th {
    border: 0;
    padding: 20px;
    text-align: left
}

table tfoot {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 18px;
    line-height: 1.8rem;
    padding: 20px 0
}

.video {
    position: relative
}

.video--normal,.video--small {
    cursor: pointer
}

.video--normal:active .video-controls,.video--normal:focus .video-controls,.video--normal:hover .video-controls,.video--small:active .video-controls,.video--small:focus .video-controls,.video--small:hover .video-controls {
    color: #01946a
}

.video-player {
    height: 100%;
    position: relative;
    width: 100%
}

.video-player iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.video-controls {
    align-items: center;
    bottom: 30px;
    color: #00db85;
    display: flex;
    left: 30px;
    position: absolute;
    transition-delay: .5s;
    z-index: 1
}

@media screen and (min-width: 1024px) {
    .video-controls {
        bottom:80px;
        left: 80px
    }
}

.video--small .video-controls {
    bottom: 30px;
    left: 30px
}

.video-controls__play {
    flex: 0 0 45px;
    max-width: 45px
}

@media screen and (min-width: 720px) {
    .video-controls__play {
        flex:0 0 100px;
        max-width: 100px
    }
}

.video-controls__play:active,.video-controls__play:focus,.video-controls__play:hover {
    color: #01946a
}

.video--small .video-controls__play {
    flex: 0 0 45px;
    max-width: 45px
}

.video-controls__duration {
    flex-grow: 1;
    font-size: 26px;
    font-size: 2.6rem;
    letter-spacing: -.5px;
    line-height: 36px;
    line-height: 3.6rem;
    margin-left: 20px
}

@media screen and (max-width: 719px) {
    .video-text {
        margin-top:30px
    }
}

@media screen and (min-width: 1024px) {
    .video-text {
        padding-left:30px
    }
}

.video-text h2 {
    margin-bottom: 30px
}

.editor .video {
    margin-bottom: 1.6666666667em
}

.editor .video .video-player {
    position: static
}


/*******************************************/
/*body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    background-color: #f0f0f0;
}*/

.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999;
}

.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    background-color: #c47611;
    padding: 20px;
    border-radius: 10px;
    text-align: left;
    color: white;
    font-size: 2rem;
    line-height: 1.2;
    overflow-y: auto;
}

button {
    padding: 10px 20px;
    background-color: #c47611;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

/* Add media query for mobile view */
@media (max-width: 768px) {
    .modal-content {
        width: 100%;
    }

    .page-header--landing {
        background-image: url(../images/about.jpg);
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        height: auto;
        padding-top: 4.2222222222em;
    }

    .page-header--landing::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #c4771171;
        top: 0;
        z-index: -1;
    }
}

  
.glassmorphism-form-container {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(20px);
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 8px 32px rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.18);
}

form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

label {
    font-weight: bold;
    color: #ffffff;
}

input,
textarea {
    padding: 10px;
    border: none;
    border-radius: 5px;
}

button {
    padding: 10px;
    background-color: #000;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
}

button:hover {
    background-color: #ffffff;
    color: #000;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #c47611;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    box-shadow: 0 8px 32px rgba(28,26,26,.6);
  }
  
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #fff;
    display: block;
    transition: 0.3s;
    font-weight: 700;
  }
  
  .sidenav a:hover {
    color: #f1f1f1;
  }
  
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  
  @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
  }

  img.service-index-item-icon.src {
    width: 75px;
    height: auto;
}

.services-index {
    display: inline-flex;
    width: 100% !important;
    justify-content: flex-end;
}

.service-index-item {
    padding: 20px;
    background: #c47611;
    text-align: center;
    margin-right: 2rem;
    display: flex;
    align-items: center;
}

span.service-index-item-title {
    font-size: 18px;
    font-weight: 700;
}

@media screen and (max-width: 720px) {
    .service-index-item {
        margin-right: 1rem !important;
        align-items: center !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        margin-bottom: 3rem !important;
    }
    img.service-index-item-icon.src {
        width: 35px !important;
    }
    span.service-index-item-title {
        font-size: 15px !important;
        line-height: 1 !important;
    }
}

.h2.here-desc {
    font-size: 3rem !important;
    line-height: 1;
}