@import url(https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap);
/*@import url(https://use.typekit.net/hom2xog.css);*/

@import url(https://use.typekit.net/kde6vga.css);
/*Intouch acct*/

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

blockquote,
body,
code,
dd,
dl,
fieldset,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
legend,
ol,
p,
pre,
ul {
    margin: 0;
    padding: 0
}

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

main {
    display: block
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit
}

strong {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

img {
    border-style: none;
    max-width: 100%;
    height: auto;
    vertical-align: middle
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

input,
select,
textarea {
    margin: 0
}

input {
    overflow: visible
}

select {
    text-transform: none
}

[type=checkbox],
[type=radio] {
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

html {
    font-size: 62.5%;
    height: 100%
}

body {
    background-color: #1b1c20;
    color: #1b1c20;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    font: 400 1.6rem/1.2 Lato, sans-serif;
    min-height: 100%
}

body.error404 {
    background-color: #90c53e
}

body.home {
    display: block;
    height: 100%;
    min-height: 0
}

main {
    background-color: #fff;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.home main {
    background: none;
    height: auto
}

@media screen and (min-width:30em) {
    .home main {
        height: calc(100% - 16.4rem)
    }
}

@media screen and (min-width:62em) {
    .home main {
        height: calc(100% - 6rem)
    }
}

@media screen and (max-height:47.5em) {
    .home main {
        min-height: 90rem !important
    }
}

@media screen and (min-width:62em) {
    main {
        margin-left: 32rem;
        min-height: 800px
    }
    .home main {
        margin: 0
    }
    .error404 main,
    .home main {
        min-height: 0
    }
}

img {
    display: block
}

.o-container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
    max-width: 100%
}

@media screen and (min-width:62em) {
    .o-container {
        padding-right: 8rem
    }
}

@media screen and (min-width:90em) {
    .o-container {
        padding-right: 10rem
    }
}

@media screen and (min-width:100em) {
    .o-container {
        padding-right: 16.5rem
    }
}

@media screen and (min-width:62em) {
    .o-container {
        padding-left: 8rem
    }
}

@media screen and (min-width:90em) {
    .o-container {
        padding-left: 10rem
    }
}

@media screen and (min-width:100em) {
    .o-container {
        padding-left: 16.5rem
    }
}

.o-container--small {
    padding-right: 0;
    padding-left: 0
}

@media screen and (min-width:48em) {
    .o-container--small {
        padding-right: 5rem
    }
}

@media screen and (min-width:62em) {
    .o-container--small {
        padding-right: 10rem
    }
}

@media screen and (min-width:80em) {
    .o-container--small {
        padding-right: 15rem
    }
}

@media screen and (min-width:100em) {
    .o-container--small {
        padding-right: 25rem
    }
}

@media screen and (min-width:48em) {
    .o-container--small {
        padding-left: 5rem
    }
}

@media screen and (min-width:62em) {
    .o-container--small {
        padding-left: 10rem
    }
}

@media screen and (min-width:80em) {
    .o-container--small {
        padding-left: 15rem
    }
}

@media screen and (min-width:100em) {
    .o-container--small {
        padding-left: 25rem
    }
}

.o-grid {
    margin-left: -1rem;
    list-style: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media screen and (min-width:48em) {
    .o-grid {
        margin-left: -2rem
    }
}

@media screen and (min-width:62em) {
    .o-grid {
        margin-left: -4rem
    }
}

@media screen and (min-width:80em) {
    .o-grid {
        margin-left: -6rem
    }
}

.o-grid>.o-grid__col {
    padding-left: 1rem;
    width: 100%
}

@media screen and (min-width:48em) {
    .o-grid>.o-grid__col {
        padding-left: 2rem
    }
}

@media screen and (min-width:62em) {
    .o-grid>.o-grid__col {
        padding-left: 4rem
    }
}

@media screen and (min-width:80em) {
    .o-grid>.o-grid__col {
        padding-left: 6rem
    }
}

.o-grid--flush {
    margin-left: 0
}

.o-grid--flush>.o-grid__col {
    padding-left: 0
}

.o-grid--other {
    margin-left: 0
}

@media screen and (min-width:48em) {
    .o-grid--other {
        margin-left: -1rem
    }
}

.o-grid--other>.o-grid__col {
    padding-left: 0
}

@media screen and (min-width:48em) {
    .o-grid--other>.o-grid__col {
        padding-left: 1rem
    }
}

.o-grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.o-grid>.o-grid__col {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    min-width: 0
}

.o-grid--center {
    -ms-flex-pack: center;
    justify-content: center
}

.o-grid--right {
    -ms-flex-pack: end;
    justify-content: flex-end
}

.o-grid--top {
    -ms-flex-align: start;
    align-items: flex-start
}

.o-grid--middle {
    -ms-flex-align: center;
    align-items: center
}

.o-grid--bottom {
    -ms-flex-align: end;
    align-items: flex-end
}

.o-grid--around {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.o-grid--between {
    -ms-flex-pack: justify;
    justify-content: space-between
}

.c-btn {
    background: #1b1c20;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-family: acumin-pro-condensed, sans-serif;
    font-weight: 400;
    -ms-flex-pack: center;
    justify-content: center;
    letter-spacing: 1.3px;
    line-height: 1;
    text-align: center;
    border-radius: 2.5rem;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    -o-transition: .3s ease all;
    transition: all .3s ease
}

.c-btn:hover {
    background: #32343c
}

.c-btn--primary {
    font-size: 2.6rem;
    min-width: 26rem;
    padding: 1.2rem 3rem
}

.c-btn--small {
    font-size: 2.6rem;
    min-width: 14rem;
    padding: 1.1rem
}

.c-btn--disabled {
    color: #fff;
    background: #d6d6d6;
    border: .1rem solid #d6d6d6;
    cursor: default
}

.c-btn--white {
    background: #fff;
    color: #0d7fc3;
    border: .1rem solid #fff
}

.c-btn--white:hover {
    background: #0d7fc3;
    color: #fff;
    border-color: #0d7fc3
}

.c-btn--blue {
    background: #0d7fc3;
    color: #fff;
    border: .1rem solid #0d7fc3
}

.c-btn--blue:hover {
    background: #fff;
    color: #0d7fc3;
    border-color: #d6d6d6
}

.c-btn--red {
    background: red;
    color: #fff;
    border: .1rem solid red
}

.c-btn--red:hover {
    background: #fff;
    color: red;
    border-color: #d6d6d6
}

.c-btn--border {
    border: .1rem solid #d6d6d6
}

.c-btn--shadow {
    -webkit-box-shadow: 0 .5rem 1rem 0 rgba(0, 33, 45, .15);
    box-shadow: 0 .5rem 1rem 0 rgba(0, 33, 45, .15)
}

.c-btn--full {
    width: 100%
}

@media screen and (min-width:62em) {
    .c-btn--full {
        width: auto
    }
}

.c-copy {
    font-weight: 400
}

.c-copy+.c-copy {
    margin-top: 2rem
}

.c-heading,
.c-wysiwyg h1,
.c-wysiwyg h2,
.c-wysiwyg h3,
.c-wysiwyg h4,
.c-wysiwyg h5 {
    color: #1b1c20;
    font-family: Lato, sans-serif;
    font-weight: 300;
    letter-spacing: 0;
    max-width: 76rem;
    padding: 0 0 4.6rem;
    position: relative
}

.c-heading__wrapper {
    max-width: 127rem
}

@media screen and (min-width:48em) {
    .c-heading__wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media screen and (min-width:90em) {
    .c-heading__wrapper {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.c-heading:after,
.c-wysiwyg h1:after,
.c-wysiwyg h2:after,
.c-wysiwyg h3:after,
.c-wysiwyg h4:after,
.c-wysiwyg h5:after {
    background: currentColor;
    bottom: .3rem;
    content: "";
    height: .2rem;
    left: 0;
    position: absolute;
    width: 11rem
}

.c-heading--l1,
.c-wysiwyg h1 {
    font-size: 4.2rem;
    line-height: 1.15
}

@media screen and (min-width:62em) {
    .c-heading--l1,
    .c-wysiwyg h1 {
        font-size: 6rem;
        line-height: 1.2
    }
}

.c-heading--l2,
.c-wysiwyg h2 {
    font-size: 3rem;
    line-height: 1.33;
    margin: 0 0 1.8rem
}

@media screen and (min-width:62em) {
    .c-heading--l2,
    .c-wysiwyg h2 {
        font-size: 5rem;
        line-height: 1.2;
        margin: 0 0 4.6rem
    }
}

.c-heading--l3,
.c-wysiwyg h3 {
    font-size: 2.6rem;
    line-height: 1.15
}

@media screen and (min-width:62em) {
    .c-heading--l3,
    .c-wysiwyg h3 {
        font-size: 2.4rem;
        line-height: 1.25
    }
}

.c-heading--l4,
.c-wysiwyg h4 {
    font-size: 1.8rem;
    line-height: 1.33
}

.c-heading--l5,
.c-wysiwyg h5 {
    text-transform: uppercase;
    font-size: 1.5rem;
    line-height: 1.33;
    letter-spacing: .075rem
}

.c-heading--green:after {
    background: #90c53e
}

.c-heading--pink:after {
    background: #ea3e96
}

.c-heading--purple:after {
    background: #7f287e
}

.c-heading--blue:after {
    background: #24ace3
}

.c-heading--white {
    color: #fff
}

.c-heading--white:after {
    background: currentColor
}

.c-link {
    font-size: 1.6rem
}

.c-link--primary {
    font-weight: 700;
    color: #0d7fc3
}

.c-link--arrow {
    font-weight: 500;
    color: #0d7fc3
}

.c-wysiwyg {
    color: #1b1c20;
    margin-top: 1.2rem
}

.c-wysiwyg__section {
    padding: 5rem 0;
    position: relative
}

@media screen and (min-width:48em) {
    .c-wysiwyg__section {
        padding: 10rem 0
    }
}

.c-wysiwyg__bg-wrapper {
    display: none;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 30rem;
    z-index: 1
}

@media screen and (min-width:48em) {
    .c-wysiwyg__bg-wrapper {
        display: block
    }
}

.c-wysiwyg__bg-img {
    position: relative;
    right: -10rem;
    -webkit-transform: rotate(94deg);
    -ms-transform: rotate(94deg);
    transform: rotate(94deg)
}

.c-wysiwyg a {
    color: #24ace3;
    font-weight: 700
}

.c-wysiwyg a.c-btn {
    color: #fff;
    font-weight: 400
}

.c-wysiwyg a b,
.c-wysiwyg a strong {
    color: #90c53e
}

.c-wysiwyg b a,
.c-wysiwyg strong a {
    color: #90c53e;
    text-decoration: none
}

.c-wysiwyg b a:hover,
.c-wysiwyg strong a:hover {
    text-decoration: underline
}

.c-wysiwyg p {
    font-size: 1.8rem;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.33;
    margin-bottom: 2.2rem
}

.c-wysiwyg p.p--pink {
    color: #ea3e96;
    font-weight: 700
}

.c-wysiwyg p.p--green {
    color: #90c53e;
    font-weight: 700
}

.c-wysiwyg p.p--purple {
    color: #7f287e;
    font-weight: 700
}

.c-wysiwyg p.p--blue {
    color: #24ace3;
    font-weight: 700
}

.c-wysiwyg ol,
.c-wysiwyg ul {
    font-size: 1.8rem;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.33;
    margin-bottom: 2.2rem;
    padding: 0 0 0 2.5rem
}

.c-wysiwyg h1,
.c-wysiwyg h2,
.c-wysiwyg h3,
.c-wysiwyg h4,
.c-wysiwyg h5,
.c-wysiwyg h6 {
    font-weight: 700;
    padding: 0
}

.c-wysiwyg h1:after,
.c-wysiwyg h2:after,
.c-wysiwyg h3:after,
.c-wysiwyg h4:after,
.c-wysiwyg h5:after,
.c-wysiwyg h6:after {
    content: none
}

.c-wysiwyg h2,
.c-wysiwyg h3,
.c-wysiwyg h4,
.c-wysiwyg h5 {
    margin-bottom: 1rem
}

.c-wysiwyg h6 {
    margin: 2rem 0
}

.c-wysiwyg table>:not(caption)>*>* {
    border: .1rem solid #d6d6d6;
    padding: 1rem 1.6rem
}

.c-wysiwyg table>tbody {
    vertical-align: inherit
}

.c-wysiwyg table>thead {
    vertical-align: bottom
}

@media screen and (min-width:48em) {
    .c-wysiwyg p {
        max-width: 124rem
    }
    .c-wysiwyg ol,
    .c-wysiwyg p,
    .c-wysiwyg ul {
        font-size: 2.4rem;
        line-height: 1.25;
        margin-bottom: 3.2rem
    }
}

#our-approach {
    padding: 6rem 0
}

@media screen and (min-width:48em) {
    #our-approach {
        padding: 12rem 0
    }
}

.c-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor
}

.c-jumplinks {
    -ms-flex-align: center;
    align-items: center;
    display: none;
    list-style: none;
    margin: 0;
    padding: 0
}

@media screen and (min-width:48em) {
    .c-jumplinks {
        display: -ms-flexbox;
        display: flex;
        margin: 0 0 2rem;
        position: relative;
        top: -8rem
    }
}

@media screen and (min-width:90em) {
    .c-jumplinks {
        margin: 0
    }
}

.c-jumplinks__item {
    margin: 0;
    padding: 0
}

.c-jumplinks__item+.c-jumplinks__item {
    margin: 0 0 0 1.8rem;
    padding: 0 0 0 1.8rem;
    position: relative
}

.c-jumplinks__item+.c-jumplinks__item:before {
    background: #1b1c20;
    content: "";
    height: 2rem;
    left: 0;
    position: absolute;
    width: .1rem
}

.c-jumplinks__link {
    color: #1b1c20;
    font-family: acumin-pro-condensed, sans-serif;
    font-size: 1.8rem;
    letter-spacing: 1.8px;
    line-height: 1.05;
    text-decoration: none;
    text-transform: uppercase
}

.c-jumplinks__link:hover {
    text-decoration: underline
}

.c-header {
    background: #1b1c20;
    -ms-flex: none;
    flex: none;
    padding: 4rem 3.8rem 2.2rem;
    position: relative;
    z-index: 20
}

@media screen and (min-width:39.25em) {
    .c-header {
        padding: 4rem 4.5rem 2.2rem
    }
}

@media screen and (min-width:62em) {
    .c-header {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        left: 0;
        padding: 10rem 4.5rem 15.6rem;
        position: absolute;
        top: 0;
        width: 32rem;
        z-index: 10
    }
    .home .c-header {
        display: none
    }
}

@media screen and (min-width:62em) and (min-height:41.25em) {
    .c-header {
        height: 100%;
        padding-top: 20rem;
        position: fixed
    }
}

@media (-ms-high-contrast:none) and (min-height:47.5em) {
    .c-header {
        padding-top: 10rem
    }
}

.c-logo {
    display: block;
    margin: 0;
    max-width: 12.2rem;
    min-height: 1px
}

.c-logo:focus {
    outline: .1rem dotted #fff
}

@media screen and (min-width:62em) {
    .c-logo {
        margin: 0 0 4rem;
        max-width: 23rem
    }
}

@media screen and (min-width:62em) and (min-height:41.25em) {
    .c-logo {
        margin: 0 0 13rem
    }
}

.c-nav__btn {
    -ms-flex-align: center;
    align-items: center;
    background: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    height: 4.4rem;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 2.7rem;
    top: 4rem;
    -ms-touch-action: none;
    touch-action: none;
    width: 4.4rem
}

.c-nav__btn:focus {
    outline: .1rem dotted #fff
}

.c-nav__btn[aria-expanded=true] .c-nav__burger {
    background: transparent
}

.c-nav__btn[aria-expanded=true] .c-nav__burger:before {
    -webkit-transform: translateY(.8rem) rotate(45deg);
    -ms-transform: translateY(.8rem) rotate(45deg);
    transform: translateY(.8rem) rotate(45deg)
}

.c-nav__btn[aria-expanded=true] .c-nav__burger:after {
    -webkit-transform: translateY(-.8rem) rotate(-45deg);
    -ms-transform: translateY(-.8rem) rotate(-45deg);
    transform: translateY(-.8rem) rotate(-45deg)
}

@media screen and (min-width:62em) {
    .c-nav__btn {
        display: none
    }
}

.c-nav__burger {
    background: #fff;
    display: block;
    height: .2rem;
    position: relative;
    -webkit-transition: background .2s;
    -o-transition: background .2s;
    transition: background .2s;
    width: 2.2rem
}

.c-nav__burger:after,
.c-nav__burger:before {
    background: #fff;
    content: "";
    display: block;
    height: .2rem;
    position: absolute;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    -o-transition: transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    width: 2.2rem
}

.c-nav__burger:before {
    margin-top: -.8rem
}

.c-nav__burger:after {
    margin-top: .8rem
}

.c-nav__menu {
    background: #1b1c20;
    border-top: 1px solid #fff;
    display: none;
    list-style-type: none;
    margin: 0;
    padding: 3rem 0;
    text-align: center
}

.c-nav__menu.is-open {
    display: block;
    left: 0;
    position: absolute;
    top: 10rem;
    width: 100%;
    z-index: 3
}

@media screen and (min-width:62em) {
    .c-nav__menu {
        display: block;
        text-align: left
    }
    .c-nav__menu.is-open {
        position: static
    }
}

.c-nav .menu-item {
    display: block;
    margin: 0 0 .6rem;
    padding: 0
}

.c-nav .menu-item--spaced {
    border-top: 1px solid #fff;
    margin: 3rem 0 .6rem;
    padding: 3rem 0 0
}

.c-nav .menu-item.current_page_item a:after {
    background: #fff
}

.c-nav a {
    color: #fff;
    display: inline-block;
    font-size: 1.8rem;
    font-family: acumin-pro-condensed, sans-serif;
    font-weight: 500;
    letter-spacing: 1.8px;
    line-height: 1.94;
    padding: 0;
    position: relative;
    text-transform: uppercase;
    text-decoration: none
}

.c-nav a:after {
    background: transparent;
    bottom: .3rem;
    content: "";
    height: .2rem;
    left: 0;
    position: absolute;
    -webkit-transition: background .5s;
    -o-transition: background .5s;
    transition: background .5s;
    width: 100%
}

.c-nav a:hover:after {
    background: #fff
}

.c-nav a:focus {
    outline: .1rem dotted #fff
}

.c-hero {
    -ms-flex-align: end;
    align-items: flex-end;
    border-bottom: 4px solid #1b1c20;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 30rem;
    position: relative
}

.c-hero+* {
    padding-top: 15.2rem !important
}

@media screen and (min-width:48em) {
    .c-hero+* {
        padding-top: 18.8rem !important
    }
}

.c-hero__bg-img {
    display: none;
    pointer-events: none;
    position: absolute;
    z-index: 2
}

@media screen and (min-width:48em) {
    .c-hero__bg-img {
        display: block
    }
}

.c-hero__bg-img--1 {
    left: -20rem;
    top: 10rem
}

#aboutUs .c-hero__bg-img--1 {
    display: none
}

.c-hero__bg-img--2 {
    right: 10rem;
    top: -1rem;
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg)
}

.c-hero__bg {
    left: 0;
    top: 0
}

.c-hero__bg,
.c-hero__bg img {
    height: 100%;
    position: absolute;
    width: 100%
}

.c-hero__bg img {
    -o-object-fit: cover;
    object-fit: cover
}

#aboutUs .c-hero__bg img {
    -o-object-position: 0 50%;
    object-position: 0 50%
}

.c-hero__content {
    bottom: -10rem;
    min-height: 1px;
    position: relative;
    width: 100%;
    z-index: 1
}

@media screen and (min-width:48em) {
    .c-hero__content {
        bottom: -8rem
    }
}

.c-hero__heading {
    background: #1b1c20;
    border-radius: 20px 20px 0 0;
    color: #fff;
    display: inline-block;
    font-size: 1.6rem;
    font-family: acumin-pro-condensed, sans-serif;
    font-weight: 400;
    letter-spacing: 1.6px;
    line-height: 1;
    margin: 0;
    padding: .8rem 2.1rem 1rem;
    position: relative;
    text-transform: uppercase;
    z-index: 1
}

@media screen and (min-width:62em) {
    .c-hero__heading {
        border-radius: 35px 35px 0 0;
        font-size: 3rem;
        letter-spacing: 3px;
        padding: 1.2rem 4rem 1.8rem
    }
}

.c-hero__text {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .16);
    box-shadow: 0 0 20px rgba(0, 0, 0, .16);
    background: hsla(0, 0%, 100%, .95);
    padding: 3rem;
    position: relative
}

.c-hero__text:after,
.c-hero__text:before {
    content: "";
    height: 30px;
    position: absolute;
    width: 30px;
    z-index: 1
}

.c-hero__text:before {
    border-right: 8px solid #1b1c20;
    border-top: 8px solid #1b1c20;
    right: -4px;
    top: -4px
}

.c-hero__text:after {
    border-bottom: 8px solid #1b1c20;
    border-left: 8px solid #1b1c20;
    bottom: -4px;
    left: -4px
}

.c-hero__text p {
    font-size: 2.2rem;
    font-weight: 300;
    line-height: 1.27
}

.c-hero__text p:last-of-type {
    margin: 0
}

@media screen and (min-width:30em) {
    .c-hero__text {
        padding: 5rem 3rem
    }
}

@media screen and (min-width:62em) {
    .c-hero__text {
        padding: 11rem 7.3rem
    }
    .c-hero__text:after,
    .c-hero__text:before {
        height: 40px;
        width: 40px
    }
    .c-hero__text p {
        font-size: 3rem;
        line-height: 1.33
    }
}

.c-hero--green .c-hero__heading {
    background: #90c53e
}

.c-hero--green .c-hero__text:before {
    border-right-color: #90c53e;
    border-top-color: #90c53e
}

.c-hero--green .c-hero__text:after {
    border-bottom-color: #90c53e;
    border-left-color: #90c53e
}

.c-hero--pink .c-hero__heading {
    background: #ea3e96
}

.c-hero--pink .c-hero__text:before {
    border-right-color: #ea3e96;
    border-top-color: #ea3e96
}

.c-hero--pink .c-hero__text:after {
    border-bottom-color: #ea3e96;
    border-left-color: #ea3e96
}

.c-hero--purple .c-hero__heading {
    background: #7f287e
}

.c-hero--purple .c-hero__text:before {
    border-right-color: #7f287e;
    border-top-color: #7f287e
}

.c-hero--purple .c-hero__text:after {
    border-bottom-color: #7f287e;
    border-left-color: #7f287e
}

.c-hero--blue .c-hero__heading {
    background: #24ace3
}

.c-hero--blue .c-hero__text:before {
    border-right-color: #24ace3;
    border-top-color: #24ace3
}

.c-hero--blue .c-hero__text:after {
    border-bottom-color: #24ace3;
    border-left-color: #24ace3
}

@media screen and (min-width:30em) {
    .c-hero {
        height: 50rem
    }
}

@media screen and (min-width:62em) {
    .c-hero {
        height: 70rem
    }
}

.c-footer {
    -ms-flex-align: center;
    align-items: center;
    background: #1b1c20;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: none;
    flex: none;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 3.5rem 3.8rem 1.8em;
    position: relative;
    z-index: 10
}

@media screen and (min-width:39.25em) {
    .c-footer__left {
        -ms-flex-align: center;
        align-items: center;
        display: -ms-flexbox;
        display: flex
    }
}

.c-footer__copyright {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.5;
    margin: 0
}

@media screen and (min-width:39.25em) {
    .c-footer__copyright {
        font-size: 1.6rem;
        margin: 0 .8rem 0 0
    }
}

.c-footer__menu {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0
}

@media screen and (min-width:20.063em) {
    .c-footer__menu {
        display: -ms-flexbox;
        display: flex
    }
}

.c-footer .menu-item {
    display: block;
    margin: .8rem 0 0;
    padding: 0;
    position: relative
}

.c-footer .menu-item a {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.5;
    text-decoration: none
}

@media screen and (min-width:22.5em) {
    .c-footer .menu-item {
        display: inline-block;
        margin: 0;
        padding: 0 1em
    }
    .c-footer .menu-item:before {
        background: #d6d6d6;
        content: "";
        height: 1.4rem;
        left: 0;
        margin-top: -.7rem;
        position: absolute;
        top: 50%;
        width: .1rem
    }
    .c-footer .menu-item:first-of-type {
        padding-left: 0
    }
    .c-footer .menu-item:first-of-type:before {
        display: none
    }
}

@media screen and (min-width:39.25em) {
    .c-footer .menu-item a {
        font-size: 1.6rem
    }
    .c-footer .menu-item:first-of-type {
        padding-left: 1rem
    }
    .c-footer .menu-item:first-of-type:before {
        display: block
    }
}

@media screen and (min-width:39.25em) {
    .c-footer {
        padding: 1.8rem 4.5rem;
        z-index: 20
    }
}

.c-social {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0 0 0 auto;
    padding: 0
}

.c-social__icon {
    display: inline-block;
    fill: currentColor;
    font-size: 1.8rem;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    width: 1em
}

.c-social__item {
    display: inline-block;
    margin: 0 0 0 2rem;
    padding: 0
}

.c-social__item:first-of-type {
    margin: 0
}

.c-social__link {
    color: #fff;
    display: block
}

@media screen and (min-width:48em) {
    .c-social__icon {
        font-size: 2rem
    }
}

.c-news-container.swiper-container {
    padding: 0 0 3rem
}

@media screen and (min-width:48em) {
    .c-news-container.swiper-container {
        padding: 0;
        margin: 0
    }
}

.c-news {
    background: #1b1c20;
    bottom: 0;
    left: 0;
    padding: 3.5rem 3.8rem 3rem;
    position: fixed;
    margin: 0 0 -110%;
    -webkit-transition: margin .5s ease-in-out;
    -o-transition: margin .5s ease-in-out;
    transition: margin .5s ease-in-out;
    width: 100%;
    z-index: 30
}

.c-news.is-open {
    margin: 0
}

@media screen and (min-width:48em) {
    .c-news {
        display: -ms-flexbox;
        display: flex
    }
}

@media screen and (min-width:39.25em) {
    .c-news {
        padding: 2.8rem 4.5rem 4rem
    }
}

.c-news__heading {
    color: #fff;
    font-size: 2.8rem;
    font-weight: 400;
    line-height: 1.285;
    margin: 0 0 5.2rem;
    padding: 0 0 1.6rem
}

.c-news__heading:after {
    width: 5rem
}

@media screen and (min-width:48em) {
    .c-news__heading {
        margin: 1.4rem 9rem 0 0
    }
}

.c-news__close {
    background: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    position: absolute;
    right: 3.8rem;
    top: 3.8rem;
    z-index: 1
}

@media screen and (min-width:48em) {
    .c-news__close {
        right: 2rem;
        top: 2rem
    }
}

.c-news__close-icon {
    font-size: 1.8rem
}

.c-news__pagination .swiper-pagination-bullet {
    background: hsla(0, 0%, 100%, .33)
}

.c-news__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff
}

@media screen and (min-width:48em) {
    .c-news-item.swiper-slide {
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        height: auto;
        margin: 0 3.6rem;
        width: auto
    }
}

.c-news-item__content {
    max-width: 56rem
}

.c-news-item__content a,
.c-news-item__content p {
    color: #fff
}

.c-news-item__content p {
    font-size: 1.6rem;
    line-height: 1.5
}

.c-news-item__date {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 2;
    margin: 0 0 1rem;
    padding: .8rem 0 0;
    position: relative
}

.c-news-item__date:before {
    background: #fff;
    content: "";
    height: .2rem;
    left: 0;
    position: absolute;
    top: 0;
    width: 2rem
}

.c-news-item__link {
    color: #fff;
    letter-spacing: .8px;
    font-family: acumin-pro-condensed, sans-serif;
    font-size: 1.6rem;
    line-height: 1.5;
    text-transform: uppercase
}

.c-leadership__section {
    padding: 12rem 0 17rem
}

.c-leadership__cards {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: -.2rem;
    max-width: 127rem;
    padding: 0;
    position: relative
}

@media screen and (min-width:51.875em) {
    .c-leadership__cards {
        padding: 0 0 32rem
    }
    .c-leadership__cards:before {
        background: transparent;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        -webkit-transition: background .2s;
        -o-transition: background .2s;
        transition: background .2s;
        width: 100%;
        z-index: 0
    }
    .c-leadership__cards.card-is-open:before {
        background: rgba(241, 241, 242, .95);
        z-index: 1
    }
}

@media screen and (min-width:78.75em) {
    .c-leadership__cards {
        padding: 0
    }
}

.c-leadership__card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    margin: .2rem;
    padding: 0
}

@media screen and (min-width:51.875em) {
    .c-leadership__card {
        display: block;
        -ms-flex-preferred-size: calc(50% - 0.4rem);
        flex-basis: calc(50% - 0.4rem);
        max-width: calc(50% - .4rem)
    }
    .c-leadership__card.is-open:nth-child(2n) .c-leadership__trigger {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@media screen and (min-width:78.75em) {
    .c-leadership__card {
        -ms-flex-preferred-size: calc(33.33333% - 0.4rem);
        flex-basis: calc(33.33333% - 0.4rem);
        max-width: calc(33.33333% - .4rem)
    }
    .c-leadership__card.is-open:nth-child(2n) .c-leadership__trigger {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
    .c-leadership__card.is-open:nth-child(3n+2) .c-leadership__trigger {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%)
    }
    .c-leadership__card.is-open:nth-child(3n+3) .c-leadership__trigger {
        -webkit-transform: translateX(-200%);
        -ms-transform: translateX(-200%);
        transform: translateX(-200%)
    }
}

.c-leadership__trigger {
    background: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    height: 0;
    padding: 0 0 100%;
    position: relative;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    -o-transition: transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    width: 100%
}

.is-open .c-leadership__trigger {
    z-index: 1
}

.c-leadership__trigger:focus .c-leadership__content,
.c-leadership__trigger:hover .c-leadership__content {
    border-color: #90c53e
}

.c-leadership__trigger:focus .c-leadership__content-inner,
.c-leadership__trigger:hover .c-leadership__content-inner {
    background: #90c53e
}

.c-leadership__image img {
    -o-object-fit: cover;
    object-fit: cover
}

.c-leadership__content,
.c-leadership__image img {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.c-leadership__content {
    border: .2rem solid transparent;
    -webkit-transition: border .2s;
    -o-transition: border .2s;
    transition: border .2s
}

.is-open .c-leadership__content {
    border-color: #90c53e
}

.c-leadership__content-inner {
    background: rgba(27, 28, 32, .75);
    bottom: -.2rem;
    left: -.2rem;
    min-height: 10rem;
    padding: 1.6rem;
    position: absolute;
    right: -.2rem;
    text-align: left;
    -webkit-transition: background .2s;
    -o-transition: background .2s;
    transition: background .2s;
    width: calc(100% + .4rem)
}

.is-open .c-leadership__content-inner {
    background: #90c53e
}

@media screen and (min-width:100em) {
    .c-leadership__content-inner {
        min-height: 0;
        padding: 2rem 2.2rem
    }
}

.c-leadership__name {
    color: #fff;
    font-family: Lato, sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 1.2px
}

@media screen and (min-width:100em) {
    .c-leadership__name {
        font-size: 2.2rem
    }
}

.c-leadership__title {
    color: #fff;
    font-family: acumin-pro-condensed, sans-serif;
    font-size: 1.6rem;
    letter-spacing: .8px;
    line-height: 1.5;
    margin: 0;
    text-transform: uppercase
}

@media screen and (min-width:100em) {
    .c-leadership__title {
        font-size: 1.4rem
    }
}

.c-leadership__bio {
    display: none;
    padding: 4rem 0 3rem;
    position: relative
}

.is-open .c-leadership__bio {
    display: block
}

@media screen and (min-width:51.875em) {
    .c-leadership__bio {
        padding: 2rem 2rem 2rem 55%;
        position: absolute;
        right: 0;
        width: 100%;
        z-index: 1
    }
}

@media screen and (min-width:78.75em) {
    .c-leadership__bio {
        padding: 6rem 6rem 0 35%
    }
}

.c-leadership__close {
    background: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: absolute;
    right: .8rem;
    top: .8rem;
    z-index: 2
}

@media screen and (min-width:51.875em) {
    .c-leadership__close {
        right: .4rem;
        top: .4rem
    }
}

@media screen and (min-width:78.75em) {
    .c-leadership__close {
        right: 2.8rem;
        top: 2.8rem
    }
}

.c-leadership__close-icon {
    font-size: 2.2rem
}

.c-infographic {
    height: auto;
    overflow: hidden;
    margin: 0;
    min-height: 80rem;
    padding: 4rem 0 0;
    position: relative
}

@media screen and (min-width:75em) {
    .c-infographic {
        height: 90rem;
        min-height: 0;
        padding: 0
    }
    .c-infographic.aos-animate .swiper-pagination-bullet-active .swiper-pagination-bullet__button {
        background: #ea3e96
    }
}

.c-infographic+.c-wysiwyg__section {
    padding-top: 0
}

@media screen and (min-width:75em) {
    .c-infographic+.c-wysiwyg__section {
        padding-top: 10rem
    }
}

.c-infographic .swiper-wrapper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.c-infographic .swiper-container--outer {
    padding: 0 0 4rem
}

@media screen and (min-width:75em) {
    .c-infographic .swiper-container--outer {
        height: 100%;
        padding: 0
    }
}

.c-infographic__bg img {
    height: 30rem;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

@media screen and (min-width:75em) {
    .c-infographic__bg {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }
    .c-infographic__bg img {
        height: 100%
    }
}

.c-infographic__slide {
    padding: 0;
    background: #fff;
    min-height: 80rem
}

@media screen and (min-width:75em) {
    .c-infographic__slide {
        padding: 18.4rem 0 0;
        min-height: 0
    }
    .c-infographic__slide .o-container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.c-infographic__trigger {
    background: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    font-family: acumin-pro-condensed, sans-serif;
    font-size: 2rem;
    letter-spacing: 1px;
    padding: 0 2.6rem 0 0;
    position: relative;
    text-align: left;
    text-transform: uppercase;
    width: 100%
}

.c-infographic__trigger:after {
    background: url(../img/arrow-down.svg) no-repeat 50%;
    content: "";
    height: 2.6rem;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 2.6rem
}

@media screen and (min-width:75em) {
    .c-infographic__trigger {
        display: none
    }
}

.c-infographic .swiper-pagination {
    position: absolute;
    top: 0;
    width: 100%
}

.c-infographic .swiper-pagination__inner {
    background: #fff;
    padding: 0 2.5rem 3rem;
    position: absolute;
    top: -999rem
}

.c-infographic .swiper-pagination__inner.is-open {
    left: 0;
    top: 3rem;
    width: 100%;
    z-index: 12
}

@media screen and (min-width:62em) {
    .c-infographic .swiper-pagination__inner {
        padding-left: 8rem;
        padding-right: 8rem
    }
}

@media screen and (min-width:90em) {
    .c-infographic .swiper-pagination__inner {
        padding-left: 10rem;
        padding-right: 10rem
    }
}

.c-infographic .swiper-pagination:before {
    background: url(../img/indicator.svg) no-repeat 50%;
    background-size: cover;
    bottom: -2.7rem;
    content: "";
    height: 2.7rem;
    left: 0;
    pointer-events: none;
    position: absolute;
    width: 12rem;
    z-index: 11
}

@media screen and (min-width:62em) {
    .c-infographic .swiper-pagination:before {
        left: 5rem
    }
}

@media screen and (min-width:75em) {
    .c-infographic .swiper-pagination {
        top: 10rem
    }
    .c-infographic .swiper-pagination:before {
        content: none
    }
    .c-infographic .swiper-pagination__inner {
        -ms-flex-align: center;
        align-items: center;
        background: none;
        display: -ms-flexbox;
        display: flex;
        padding: 0;
        position: relative;
        top: auto
    }
}

.c-infographic .swiper-pagination-bullet {
    background: none;
    display: block;
    height: auto;
    opacity: 1;
    width: auto
}

.c-infographic .swiper-pagination-bullet__button {
    background: none;
    border-radius: 0;
    display: block;
    font-family: acumin-pro-condensed, sans-serif;
    font-size: 2rem;
    height: auto;
    letter-spacing: 1px;
    line-height: 1;
    padding: .8rem 0;
    text-align: left;
    text-transform: uppercase;
    -webkit-transition: background .2s;
    -o-transition: background .2s;
    transition: background .2s;
    width: auto
}

.c-infographic .swiper-pagination-bullet:first-child .swiper-pagination-bullet__button {
    border-top: 1px solid #d6d6d6;
    margin: 1.2rem 0 0
}

@media screen and (min-width:75em) {
    .c-infographic .swiper-pagination-bullet {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin: 0
    }
    .c-infographic .swiper-pagination-bullet:first-child,
    .c-infographic .swiper-pagination-bullet:nth-child(2) {
        -ms-flex-preferred-size: 23.33333%;
        flex-basis: 23.33333%
    }
    .c-infographic .swiper-pagination-bullet:nth-child(2) {
        margin-left: auto
    }
    .c-infographic .swiper-pagination-bullet:nth-child(3),
    .c-infographic .swiper-pagination-bullet:nth-child(4) {
        -ms-flex-preferred-size: calc(23.33333% - 0.8rem);
        flex-basis: calc(23.33333% - 0.8rem);
        margin: 0 0 0 .8rem
    }
    .c-infographic .swiper-pagination-bullet__button {
        background: #1b1c20;
        border: none;
        border-radius: 2.5rem;
        -webkit-box-shadow: 0 1px 3px #1b1c20;
        box-shadow: 0 1px 3px #1b1c20;
        color: #fff;
        display: -ms-inline-flexbox;
        display: inline-flex;
        font-size: 1.6rem;
        -ms-flex-pack: center;
        justify-content: center;
        letter-spacing: 1.3px;
        padding: 1.15rem 1.5rem;
        text-align: center;
        white-space: nowrap;
        width: 100%
    }
    .c-infographic .swiper-pagination-bullet:first-child .swiper-pagination-bullet__button {
        border-top: none;
        margin: 0
    }
    .c-infographic .swiper-pagination-bullet:first-child.swiper-pagination-bullet-active~.swiper-pagination-bullet .c-infographic__indicator {
        left: 0
    }
    .c-infographic .swiper-pagination-bullet:nth-child(2).swiper-pagination-bullet-active~.swiper-pagination-bullet .c-infographic__indicator {
        left: 25%
    }
    .c-infographic .swiper-pagination-bullet:nth-child(3).swiper-pagination-bullet-active~.swiper-pagination-bullet .c-infographic__indicator {
        left: 50%
    }
    .c-infographic .swiper-pagination-bullet:nth-child(4).swiper-pagination-bullet-active .c-infographic__indicator {
        left: 75%
    }
}

@media screen and (min-width:90em) {
    .c-infographic .swiper-pagination-bullet:nth-child(2).swiper-pagination-bullet-active~.swiper-pagination-bullet .c-infographic__indicator {
        left: 30%
    }
    .c-infographic .swiper-pagination-bullet:nth-child(3).swiper-pagination-bullet-active~.swiper-pagination-bullet .c-infographic__indicator {
        left: 53%
    }
}

@media screen and (min-width:113.75em) {
    .c-infographic .swiper-pagination-bullet__button {
        font-size: 2.4rem;
        max-width: none;
        padding: 1rem 2rem
    }
}

@media screen and (min-width:125em) {
    .c-infographic .swiper-pagination-bullet:first-child {
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%
    }
    .c-infographic .swiper-pagination-bullet:nth-child(2) {
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
        margin-left: auto
    }
    .c-infographic .swiper-pagination-bullet:nth-child(3),
    .c-infographic .swiper-pagination-bullet:nth-child(4) {
        -ms-flex-preferred-size: calc(20% - 1.2rem);
        flex-basis: calc(20% - 1.2rem);
        margin: 0 0 0 1.2rem
    }
    .c-infographic .swiper-pagination-bullet:nth-child(2).swiper-pagination-bullet-active~.swiper-pagination-bullet .c-infographic__indicator {
        left: 40%
    }
    .c-infographic .swiper-pagination-bullet:nth-child(3).swiper-pagination-bullet-active~.swiper-pagination-bullet .c-infographic__indicator {
        left: 60%
    }
    .c-infographic .swiper-pagination-bullet:nth-child(4).swiper-pagination-bullet-active .c-infographic__indicator {
        left: 80%
    }
}

.c-infographic__indicator {
    pointer-events: none
}

@media screen and (min-width:75em) {
    .c-infographic__indicator {
        height: 5.4rem;
        opacity: 0;
        position: absolute;
        top: -10rem;
        -webkit-transition: left 1.3s ease, opacity .2s;
        -o-transition: left 1.3s ease, opacity .2s;
        transition: left 1.3s ease, opacity .2s;
        width: 25%
    }
    .aos-animate .c-infographic__indicator {
        opacity: 1
    }
    .c-infographic__indicator:after {
        background-image: url(../img/indicator.svg);
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        position: absolute;
        height: 5.4rem;
        width: 24.3rem
    }
}

@media screen and (min-width:100em) {
    .c-infographic__indicator {
        width: 20%
    }
}

.c-inner-slider {
    background: hsla(0, 0%, 100%, .85);
    -webkit-box-shadow: 0 1px 3px rgba(27, 28, 32, .5);
    box-shadow: 0 1px 3px rgba(27, 28, 32, .5);
    margin: -2.4rem 0 0;
    max-width: 100%;
    padding: 3.2rem 2.8rem;
    position: relative;
    z-index: 2
}

@media screen and (min-width:75em) {
    .c-inner-slider {
        background: hsla(0, 0%, 100%, .7);
        -webkit-box-shadow: 0 1px 3px rgba(27, 28, 32, .5);
        box-shadow: 0 1px 3px rgba(27, 28, 32, .5);
        margin: 0;
        opacity: 0;
        padding: 4rem 5rem;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: opacity 1s, -webkit-transform 1s;
        transition: opacity 1s, -webkit-transform 1s;
        -o-transition: opacity 1s, transform 1s;
        transition: opacity 1s, transform 1s;
        transition: opacity 1s, transform 1s, -webkit-transform 1s;
        width: 70%
    }
    .aos-animate .c-inner-slider {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

@media screen and (min-width:125em) {
    .c-inner-slider {
        width: 60%
    }
}

.c-inner-slider__heading {
    font-size: 1.8rem;
    font-weight: 400;
    margin: 0 0 3.6rem
}

@media screen and (min-width:90em) {
    .c-inner-slider__heading {
        font-size: 2rem;
        font-weight: 700
    }
}

.c-inner-slider__image img {
    margin: 0 auto;
    max-width: 100%;
    width: auto
}

.c-inner-slider__image--desktop {
    display: none
}

@media screen and (min-width:75em) {
    .c-inner-slider__image--desktop {
        display: block
    }
}

.c-inner-slider__image--mobile {
    display: block
}

@media screen and (min-width:75em) {
    .c-inner-slider__image--mobile {
        display: none
    }
}

.c-inner-slider .swiper-button-next,
.c-inner-slider .swiper-button-prev {
    width: 1.4rem;
    height: 2.8rem;
    background-size: 1.4rem 2.8rem
}

@media screen and (min-width:75em) {
    .c-inner-slider .swiper-button-prev {
        left: 2rem
    }
}

@media screen and (min-width:75em) {
    .c-inner-slider .swiper-button-next {
        right: 2rem
    }
}

@media screen and (min-width:48em) {
    .c-page-intro {
        display: -ms-flexbox;
        display: flex
    }
}

.c-page-intro__section {
    padding: 8.4rem 0;
    position: relative
}

.c-page-intro__section.u-bg-blue-dark .c-heading,
.c-page-intro__section.u-bg-blue-dark .c-page-intro__content *,
.c-page-intro__section.u-bg-blue-dark .c-wysiwyg h1,
.c-page-intro__section.u-bg-blue-dark .c-wysiwyg h2,
.c-page-intro__section.u-bg-blue-dark .c-wysiwyg h3,
.c-page-intro__section.u-bg-blue-dark .c-wysiwyg h4,
.c-page-intro__section.u-bg-blue-dark .c-wysiwyg h5,
.c-wysiwyg .c-page-intro__section.u-bg-blue-dark h1,
.c-wysiwyg .c-page-intro__section.u-bg-blue-dark h2,
.c-wysiwyg .c-page-intro__section.u-bg-blue-dark h3,
.c-wysiwyg .c-page-intro__section.u-bg-blue-dark h4,
.c-wysiwyg .c-page-intro__section.u-bg-blue-dark h5 {
    color: #fff
}

@media screen and (min-width:48em) {
    .c-page-intro__section {
        padding: 10rem 0
    }
    .c-page-intro__section .o-container {
        position: relative;
        z-index: 2
    }
}

.c-page-intro__bg-img {
    display: none;
    pointer-events: none;
    position: absolute;
    z-index: 1
}

@media screen and (min-width:48em) {
    .c-page-intro__bg-img {
        display: block
    }
}

.c-page-intro__bg-img--1 {
    left: -2rem;
    top: 2rem;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.c-page-intro__bg-img--2 {
    bottom: -10rem;
    right: 14rem
}

.c-page-intro__content {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    margin: 4.6rem 0 0;
    max-width: 78rem
}

@media screen and (min-width:48em) {
    .c-page-intro__content {
        margin: 0
    }
}

.c-page-intro__quote {
    margin: 1rem 0 0
}

@media screen and (min-width:48em) {
    .c-page-intro__quote {
        -ms-flex: 0 0 22%;
        flex: 0 0 22%;
        margin: -5rem 0 0 13%
    }
}

.c-page-intro__quote-text {
    padding: 3.6rem;
    position: relative
}

.c-page-intro__quote-text:after,
.c-page-intro__quote-text:before {
    content: "";
    height: 8rem;
    position: absolute;
    width: 8rem;
    z-index: 1
}

.c-page-intro__quote-text:before {
    border-right: .2rem solid #1b1c20;
    border-top: .2rem solid #1b1c20;
    right: -.1rem;
    top: -.1rem
}

.c-page-intro__quote-text:after {
    border-bottom: .2rem solid #1b1c20;
    border-left: .2rem solid #1b1c20;
    bottom: -.1rem;
    left: -.1rem
}

.c-page-intro__quote-text a,
.c-page-intro__quote-text p {
    color: inherit;
    font-size: 2.2rem;
    line-height: 1.36;
    text-decoration: none
}

.c-page-intro__quote-text a:last-child,
.c-page-intro__quote-text p:last-child {
    margin: 0
}

.c-page-intro__quote-text a:hover {
    text-decoration: underline
}

@media screen and (min-width:48em) {
    .c-page-intro__quote-text {
        padding: 3.8rem 2.6rem
    }
}

.c-page-intro--green .c-page-intro__quote-text:after,
.c-page-intro--green .c-page-intro__quote-text:before {
    border-color: #90c53e
}

.c-page-intro--green .c-page-intro__quote-text p {
    color: #90c53e
}

.c-page-intro--pink .c-page-intro__quote-text:after,
.c-page-intro--pink .c-page-intro__quote-text:before {
    border-color: #ea3e96
}

.c-page-intro--pink .c-page-intro__quote-text p {
    color: #ea3e96
}

.c-page-intro--purple .c-page-intro__quote-text:after,
.c-page-intro--purple .c-page-intro__quote-text:before {
    border-color: #7f287e
}

.c-page-intro--purple .c-page-intro__quote-text p {
    color: #7f287e
}

.c-page-intro--blue .c-page-intro__quote-text:after,
.c-page-intro--blue .c-page-intro__quote-text:before {
    border-color: #24ace3
}

.c-page-intro--blue .c-page-intro__quote-text p {
    color: #24ace3
}

.c-advisory {
    list-style: none;
    margin: 0;
    max-width: 134rem;
    padding: 0
}

@media screen and (min-width:48em) {
    .c-advisory {
        display: -ms-flexbox;
        display: flex;
        margin: -3rem;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.c-advisory__section {
    padding: 5rem 0
}

@media screen and (min-width:48em) {
    .c-advisory__section {
        padding: 12rem 0 16.4rem
    }
}

.c-advisory__item {
    margin: 0 0 2rem;
    padding: 0
}

@media screen and (min-width:48em) {
    .c-advisory__item {
        -ms-flex: 1 1;
        flex: 1 1;
        -ms-flex-preferred-size: calc(50% - 6rem);
        flex-basis: calc(50% - 6rem);
        margin: 3rem;
        max-width: calc(50% - 6rem)
    }
}

@media screen and (min-width:80em) {
    .c-advisory__item {
        -ms-flex-preferred-size: calc(33.33333% - 6rem);
        flex-basis: calc(33.33333% - 6rem);
        max-width: calc(33.33333% - 6rem)
    }
}

.c-advisory__name {
    color: #008a4e;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.25;
    margin: 0 0 .8rem
}

.c-advisory__content p {
    font-size: 1.8rem;
    line-height: 1.33;
    margin: 0 0 1rem
}

.c-advisory__content p:last-child {
    margin: 0
}

.c-partners {
    list-style: none;
    margin: 0;
    max-width: 127rem;
    padding: 0
}

.c-partners__section {
    padding: 8.4rem 0;
    position: relative
}

@media screen and (min-width:48em) {
    .c-partners__section {
        padding: 10rem 0
    }
}

.c-partners__bg-img {
    display: none;
    pointer-events: none;
    position: absolute;
    right: 16rem;
    top: -14rem;
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
    z-index: 1
}

@media screen and (min-width:48em) {
    .c-partners__bg-img {
        display: block
    }
}

.c-partners__item {
    border-top: .1rem solid rgba(27, 28, 32, .3);
    margin: 0;
    padding: 2.8rem 0
}

.c-partners__item:first-child {
    border-top: none
}

@media screen and (min-width:48em) {
    .c-partners__item {
        -ms-flex-align: center;
        align-items: center;
        display: -ms-flexbox;
        display: flex
    }
}

.c-partners__image {
    display: block;
    margin: 0 0 1rem
}

@media screen and (min-width:48em) {
    .c-partners__image {
        -ms-flex: 0 0 24%;
        flex: 0 0 24%;
        margin: 0
    }
}

.c-partners__content p {
    font-size: 1.8rem;
    line-height: 1.33
}

.c-partners__content p:last-child {
    margin: 0
}

@media screen and (min-width:48em) {
    .c-partners__content {
        -ms-flex: 0 0 65%;
        flex: 0 0 65%;
        margin: 0 0 0 11%
    }
}

.c-board {
    list-style: none;
    margin: 0;
    max-width: 132rem;
    padding: 0
}

@media screen and (min-width:48em) {
    .c-board {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: -3.8rem
    }
}

.c-board__section {
    padding: 5rem 0;
    position: relative
}

@media screen and (min-width:48em) {
    .c-board__section {
        padding: 14.8rem 0 13.8rem
    }
}

.c-board__bg-img {
    display: none;
    pointer-events: none;
    position: absolute;
    z-index: 1
}

.c-board__bg-img--1 {
    left: -1rem;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -10rem
}

@media screen and (min-width:48em) {
    .c-board__bg-img--1 {
        display: block
    }
}

.c-board__bg-img--2 {
    right: 20rem;
    top: -32rem;
    -webkit-transform: rotate(238deg);
    -ms-transform: rotate(238deg);
    transform: rotate(238deg)
}

@media screen and (min-width:90em) {
    .c-board__bg-img--2 {
        display: block
    }
}

.c-board__item {
    margin: 0 0 2rem;
    padding: 0
}

@media screen and (min-width:48em) {
    .c-board__item {
        -ms-flex: 1 1;
        flex: 1 1;
        -ms-flex-preferred-size: calc(50% - 7.6rem);
        flex-basis: calc(50% - 7.6rem);
        margin: 3.8rem;
        max-width: calc(50% - 7.6rem)
    }
}

.c-board__name {
    color: #008a4e;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.25;
    margin: 0 0 .8rem
}

.js .c-board__content {
    height: 4.8rem;
    line-height: 24px;
    overflow: hidden;
    -webkit-transition: height .2s;
    -o-transition: height .2s;
    transition: height .2s
}

.c-board__content p {
    font-size: 1.8rem;
    line-height: 1.33;
    margin: 0 0 2rem
}

.c-board__toggle {
    background: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: acumin-pro-condensed, sans-serif;
    font-size: 1.8rem;
    line-height: 1.33;
    letter-spacing: .9px;
    padding: 0;
    text-decoration: underline;
    text-transform: uppercase
}

.no-js .c-board__toggle {
    display: none
}

.c-quotes {
    padding: 5rem 0 0 !important
}

@media screen and (min-width:48em) {
    .c-quotes {
        padding: 10rem 0 0 !important
    }
}

.c-quotes__section {
    padding: 6rem 0;
    position: relative
}

@media screen and (min-width:48em) {
    .c-quotes__section {
        padding: 12rem 0 14rem
    }
}

.c-quotes__controls {
    margin: 4rem 0 0;
    position: relative;
    text-align: center
}

.c-quotes__controls .swiper-button-next,
.c-quotes__controls .swiper-button-prev,
.c-quotes__controls .swiper-pagination {
    display: inline-block;
    margin: 0;
    position: static
}

.c-quotes__controls .swiper-button-next,
.c-quotes__controls .swiper-button-prev {
    width: 10px;
    height: 21px;
    background-size: 10px 21px
}

.c-quotes__controls .swiper-pagination-bullet {
    background-color: #1b1c20;
    height: 2rem;
    margin: 0 .6rem;
    width: 2rem
}

.c-quote {
    background: #fff
}

@media screen and (min-width:80em) {
    .c-quote {
        -ms-flex-align: center;
        align-items: center;
        display: -ms-flexbox;
        display: flex;
        padding: 0 0 0 .1rem
    }
}

.c-quote__image {
    position: relative
}

.c-quote__image img {
    max-width: 42rem;
    width: 100%
}

@media screen and (min-width:80em) {
    .c-quote__image {
        -ms-flex: 0 0 42rem;
        flex: 0 0 42rem
    }
    .c-quote__image:after {
        bottom: auto;
        height: 10.9rem;
        left: auto;
        right: -10rem;
        top: -7rem;
        width: 12.7rem
    }
    .c-quote__image img {
        max-width: none
    }
}

.c-quote__content {
    margin: 7.6rem 0 0
}

@media screen and (min-width:80em) {
    .c-quote__content {
        margin: 0 0 0 9rem
    }
}

.c-quote__quote>p {
    font-size: 2rem;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 0;
    line-height: 1.38;
    margin: 0 0 2rem;
    max-width: 75rem
}

.c-quote__name {
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 1.2px;
    line-height: 1
}

.c-quote__title {
    font-family: acumin-pro-condensed, sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: .8px;
    line-height: 1.5;
    text-transform: uppercase
}

.c-quote--green .c-quote__name {
    color: #90c53e
}

.c-quote--pink .c-quote__name {
    color: #ea3e96
}

.c-quote--purple .c-quote__name {
    color: #7f287e
}

.c-quote--blue .c-quote__name {
    color: #24ace3
}

.c-accordion {
    border-bottom: .1rem solid rgba(27, 28, 32, .5);
    margin: 5rem 0 0;
    max-width: 127rem
}

@media screen and (min-width:48em) {
    .c-accordion {
        margin: 6.8rem 0 0
    }
}

.c-accordion__section {
    padding: 6rem 0 8.6rem;
    position: relative
}

.c-accordion__section:nth-of-type(2n) {
    background: #fff
}

.c-accordion__section:nth-of-type(2n) .c-accordion__bg-img--1 {
    display: none !important
}

.c-accordion__section:nth-of-type(odd) {
    background: #f1f1f2
}

.c-accordion__section:nth-of-type(odd) .c-accordion__bg-img--2 {
    display: none !important
}

.u-bg-gray-light+.c-accordion__section {
    background: #fff
}

@media screen and (min-width:48em) {
    .c-accordion__section {
        padding: 12rem 0 14rem
    }
}

.c-accordion__bg-img {
    display: none;
    pointer-events: none;
    position: absolute;
    z-index: 1
}

@media screen and (min-width:48em) {
    .c-accordion__bg-img {
        display: block
    }
}

.c-accordion__bg-img--1 {
    left: -30rem;
    top: -8rem
}

.c-accordion__bg-img--2 {
    right: 14rem;
    top: -12rem;
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg)
}

.c-accordion__toggle {
    background: none;
    border: none;
    border-top: .1rem solid rgba(27, 28, 32, .5);
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    display: block;
    font-family: Lato, sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.25;
    padding: 1.6rem 6rem 1.6rem 0;
    position: relative;
    text-align: left;
    width: 100%
}

.js .c-accordion__toggle:after {
    content: "";
    height: 2.2rem;
    position: absolute;
    right: 2rem;
    top: 1.6rem;
    width: 2.2rem
}

.js .c-accordion__toggle[aria-expanded=false]:after {
    background: url(../img/plus.svg) no-repeat 50%
}

.js .c-accordion__toggle[aria-expanded=true]:after {
    background: url(../img/minus.svg) no-repeat 50%
}

@media screen and (min-width:22.5em) {
    .c-accordion__toggle {
        padding: 1.6rem 15rem 1.6rem 0
    }
}

@media screen and (min-width:48em) {
    .c-accordion__toggle {
        font-size: 2.4rem;
        line-height: 1.25;
        padding: 2rem 4rem 2rem 0
    }
    .js .c-accordion__toggle:after {
        top: 2rem
    }
}

.c-accordion__toggle--link {
    color: #1b1c20;
    text-decoration: none;
    background: none;
    border: none;
    border-top: .1rem solid rgba(27, 28, 32, .5);
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    display: block;
    font-family: Lato, sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.25;
    padding: 1.6rem 0;
    position: relative;
    text-align: left;
    width: 100%
}

.c-accordion__toggle--link:hover {
    text-decoration: underline
}

.js .c-accordion__panel {
    display: none;
    margin: 0;
    overflow: hidden
}

.c-accordion__panel :first-child {
    margin-top: 5rem
}

.c-accordion__panel :last-child {
    margin-bottom: 5.6rem
}

.js .c-accordion__panel--jobs {
    display: none;
    height: auto
}

@media screen and (min-width:30em) {
    .image-grid {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: 102rem
    }
}

.image-grid__image {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 36rem;
    margin: 0 0 .4rem;
    position: relative
}

.image-grid__image:first-child {
    background-position: 50% 25%
}

.image-grid__image:nth-child(5) {
    background-position: 100% 0
}

@media screen and (min-width:30em) {
    .image-grid__image {
        -ms-flex: 1 1;
        flex: 1 1;
        -ms-flex-preferred-size: calc(33.33333% - 0.8rem);
        flex-basis: calc(33.33333% - 0.8rem);
        height: auto;
        margin: 0 .4rem .4rem 0
    }
    .image-grid__image:first-child {
        background-position: 100% 0
    }
}

@supports ((display:-ms-grid) or (display:grid)) {
    @media screen and (min-width: 30em) {
        .image-grid {
            background:#fff;
            display: -ms-grid;
            display: grid;
            grid-gap: .4rem;
            -ms-grid-columns: 1fr 1fr;
            grid-template-columns: 1fr 1fr;
            -ms-grid-rows: 1fr 1fr 1fr;
            grid-template-rows: 1fr 1fr 1fr
        }
        .image-grid__image {
            height: auto;
            margin: 0
        }
        .image-grid__image:first-child {
            -ms-grid-column: 1;
            -ms-grid-column-span: 1;
            grid-column: 1/2;
            -ms-grid-row: 1;
            -ms-grid-row-span: 2;
            grid-row: 1/3
        }
        .image-grid__image:nth-child(2) {
            -ms-grid-column: 2;
            -ms-grid-column-span: 1;
            grid-column: 2/3;
            -ms-grid-row: 1;
            -ms-grid-row-span: 1;
            grid-row: 1/2
        }
        .image-grid__image:nth-child(3) {
            -ms-grid-column: 2;
            -ms-grid-column-span: 1;
            grid-column: 2/3;
            -ms-grid-row: 2;
            -ms-grid-row-span: 1;
            grid-row: 2/3
        }
        .image-grid__image:nth-child(4) {
            -ms-grid-column: 1;
            -ms-grid-column-span: 1;
            grid-column: 1/2;
            -ms-grid-row: 3;
            -ms-grid-row-span: 1;
            grid-row: 3/4
        }
        .image-grid__image:nth-child(5) {
            -ms-grid-column: 2;
            -ms-grid-column-span: 1;
            grid-column: 2/3;
            -ms-grid-row: 3;
            -ms-grid-row-span: 1;
            grid-row: 3/4
        }
    }
    @media screen and (min-width:80em) {
        .image-grid {
            -ms-grid-columns: 1fr 1fr 1fr;
            grid-template-columns: 1fr 1fr 1fr;
            -ms-grid-rows: 1fr 20rem 1fr;
            grid-template-rows: 1fr 20rem 1fr
        }
        .image-grid__image:first-child {
            -ms-grid-column: 1;
            -ms-grid-column-span: 1;
            grid-column: 1/2;
            -ms-grid-row: 1;
            -ms-grid-row-span: 3;
            grid-row: 1/4
        }
        .image-grid__image:nth-child(2) {
            -ms-grid-column: 2;
            -ms-grid-column-span: 1;
            grid-column: 2/3;
            -ms-grid-row: 1;
            -ms-grid-row-span: 1;
            grid-row: 1/2
        }
        .image-grid__image:nth-child(3) {
            -ms-grid-column: 2;
            -ms-grid-column-span: 1;
            grid-column: 2/3;
            -ms-grid-row: 2;
            -ms-grid-row-span: 2;
            grid-row: 2/4
        }
        .image-grid__image:nth-child(4) {
            -ms-grid-column: 3;
            -ms-grid-column-span: 1;
            grid-column: 3/4;
            -ms-grid-row: 1;
            -ms-grid-row-span: 2;
            grid-row: 1/3
        }
        .image-grid__image:nth-child(5) {
            -ms-grid-column: 3;
            -ms-grid-column-span: 1;
            grid-column: 3/4;
            -ms-grid-row: 3;
            -ms-grid-row-span: 1;
            grid-row: 3/4
        }
    }
}

.c-content-block {
    margin: 5rem 0 7rem;
    max-width: 78rem
}

@media screen and (min-width:48em) {
    .c-content-block {
        margin: 4rem 0 9rem
    }
}

.c-content-block__section {
    padding: 6rem 0 6.5rem;
    position: relative
}

@media screen and (min-width:48em) {
    .c-content-block__section {
        padding: 12rem 0
    }
}

.c-content-block__bg-img {
    display: none;
    left: 50%;
    pointer-events: none;
    position: absolute;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1
}

@media screen and (min-width:48em) {
    .c-content-block__bg-img {
        display: block
    }
}

.c-content-block__cta {
    -ms-flex-align: center;
    align-items: center;
    background: #1b1c20;
    border-radius: 2.5rem;
    color: #fff;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-family: acumin-pro-condensed, sans-serif;
    font-size: 2rem;
    letter-spacing: 1.3px;
    line-height: 1.15;
    padding: 1.2rem 2.6rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: background .2s;
    -o-transition: background .2s;
    transition: background .2s
}

.c-content-block__cta span {
    border-right: .1rem solid #fff;
    padding: 0 1.4rem 0 0;
    margin: 0 1.4rem 0 0
}

.c-content-block__cta svg {
    font-size: 2rem
}

.c-content-block__cta:hover {
    background: #32343c
}

@media screen and (min-width:48em) {
    .c-content-block__cta {
        font-size: 2.6rem
    }
}

.c-expandable__section {
    padding: 12.8rem 0
}

.js .c-expandable__content {
    height: 0;
    overflow: hidden;
    -webkit-transition: height .2s;
    -o-transition: height .2s;
    transition: height .2s
}

.c-expandable__trigger {
    background: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: acumin-pro-condensed, sans-serif;
    font-size: 1.8rem;
    letter-spacing: .9px;
    line-height: 1.33;
    padding: 0;
    text-decoration: underline;
    text-transform: uppercase
}

.c-strategy__section {
    padding: 6rem 0
}

@media screen and (min-width:48em) {
    .c-strategy__section {
        padding: 12rem 0
    }
}

.c-strategy.swiper-container {
    background: #fff;
    -webkit-box-shadow: 0 0 20px rgba(27, 28, 32, .28);
    box-shadow: 0 0 20px rgba(27, 28, 32, .28);
    margin: 3rem 0 0;
    max-width: 127rem
}

@media screen and (min-width:87.5em) {
    .c-strategy.swiper-container {
        margin: 6.5rem 0 0
    }
}

.c-strategy__slide {
    background: #fff;
    padding: 0;
    position: relative
}

@media screen and (min-width:87.5em) {
    .c-strategy__slide {
        display: -ms-flexbox;
        display: flex;
        padding: 10rem 6rem 0
    }
}

@media screen and (min-width:100em) {
    .c-strategy__slide {
        padding: 13rem 11.1rem 0 12.6rem
    }
}

.c-strategy__tab {
    background: #1b1c20;
    border-radius: 0 0 1.5rem 1.5rem;
    color: #fff;
    display: inline-block;
    font-family: acumin-pro-condensed, sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    left: 2rem;
    letter-spacing: 1.6px;
    line-height: 1;
    margin: 0;
    padding: 1.2rem 1.4rem;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    z-index: 2
}

@media screen and (min-width:87.5em) {
    .c-strategy__tab {
        left: 6rem
    }
}

.c-strategy__image img {
    width: 100%
}

@media screen and (min-width:48em) {
    .c-strategy__image img {
        margin: 0 auto;
        max-height: 30rem;
        width: auto
    }
}

@media screen and (min-width:87.5em) {
    .c-strategy__image {
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }
    .c-strategy__image img {
        margin: 0;
        max-height: none;
        width: 100%
    }
}

.c-strategy__content {
    padding: 6rem 2rem 2rem
}

.c-strategy__content p {
    font-size: 1.75rem;
    font-weight: 300;
    line-height: 1.3
}

@media screen and (min-width:87.5em) {
    .c-strategy__content {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        margin: 0 5rem 0 0;
        padding: 0
    }
}

@media screen and (min-width:100em) {
    .c-strategy__content {
        margin: 0 12rem 0 0
    }
}

.c-strategy__title {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.25;
    margin: 0 0 .8rem
}

@media screen and (min-width:87.5em) {
    .c-strategy__title {
        font-size: 2.4rem;
        margin: 0 0 .6rem
    }
}

.c-strategy__controls {
    margin: 2rem 0 6rem;
    position: relative;
    text-align: center
}

.c-strategy__controls .swiper-button-next,
.c-strategy__controls .swiper-button-prev,
.c-strategy__controls .swiper-pagination {
    display: inline-block;
    margin: 0;
    position: static
}

.c-strategy__controls .swiper-button-next,
.c-strategy__controls .swiper-button-prev {
    width: 10px;
    height: 21px;
    background-size: 10px 21px
}

.c-strategy__controls .swiper-pagination-bullet {
    background-color: #1b1c20;
    height: 2rem;
    margin: 0 .6rem;
    width: 2rem
}

.c-strategy--green .c-strategy__tab {
    background: #90c53e
}

.c-strategy--pink .c-strategy__tab {
    background: #ea3e96
}

.c-strategy--purple .c-strategy__tab {
    background: #7f287e
}

.c-strategy--blue .c-strategy__tab {
    background: #24ace3
}

.c-404page {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 2rem 0;
    position: relative;
    text-align: center;
    height: 100%
}

@media screen and (min-width:30em) and (min-height:37.5em) {
    .c-404page {
        min-height: 80vh
    }
}

@media screen and (min-width:62em) {
    .c-404page {
        min-height: calc(100vh - 6rem)
    }
}

.c-404page__bg-img {
    display: none;
    pointer-events: none;
    position: absolute;
    z-index: 1
}

@media screen and (min-width:48em) {
    .c-404page__bg-img {
        display: block
    }
}

.c-404page__bg-img--1 {
    right: 10rem;
    top: -20rem;
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg)
}

@media screen and (min-width:100em) {
    .c-404page__bg-img--1 {
        right: 40rem;
        top: -10rem;
        -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        transform: rotate(60deg)
    }
}

.c-404page__bg-img--2 {
    bottom: -5rem;
    left: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 20rem
}

.c-404page__heading {
    color: rgba(27, 28, 32, .125);
    font-size: 16rem;
    line-height: 1;
    margin: 0 0 2rem;
    padding: 0 0 1rem;
    position: relative
}

.c-404page__heading:after {
    background: #24ace3;
    bottom: 0;
    content: "";
    height: .2rem;
    left: 50%;
    margin-left: -5.5rem;
    position: absolute;
    width: 11rem
}

@media screen and (min-width:48em) {
    .c-404page__heading {
        font-size: 26rem;
        margin: 0 0 3rem;
        padding: 0 0 2rem
    }
}

@media screen and (min-width:100em) {
    .c-404page__heading {
        font-size: 40rem;
        margin: 0 0 5.5rem;
        padding: 0 0 10.6rem
    }
}

.c-404page__content {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.33;
    margin: 0 0 2rem
}

@media screen and (min-width:48em) {
    .c-404page__content {
        font-size: 3rem;
        margin: 0 0 3rem
    }
}

@media screen and (min-width:100em) {
    .c-404page__content {
        margin: 0 0 9.8rem
    }
}

.c-pipeline {
    max-width: 127rem
}

.c-pipeline__section {
    padding: 5rem 0;
    position: relative
}

@media screen and (min-width:48em) {
    .c-pipeline__section {
        padding: 10rem 0
    }
}

.c-pipeline__bg-img {
    display: none;
    pointer-events: none;
    position: absolute;
    z-index: 1
}

@media screen and (min-width:48em) {
    .c-pipeline__bg-img {
        display: block
    }
}

.c-pipeline__bg-img--1 {
    left: -2rem;
    top: 2rem;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.c-pipeline__bg-img--2 {
    bottom: -18rem;
    right: 14rem
}

.c-pipeline__row {
    display: -ms-flexbox;
    display: flex;
    height: 12.4rem;
    margin: 0 0 3rem;
    position: relative
}

.c-pipeline__row:first-of-type {
    display: none
}

@media screen and (min-width:47.5em) {
    .c-pipeline__row {
        -ms-flex-align: center;
        align-items: center;
        height: 9rem;
        margin: 0;
        position: relative
    }
    .c-pipeline__row:first-of-type {
        display: -ms-flexbox;
        display: flex
    }
    .c-pipeline__row:first-of-type .c-pipeline__col {
        border-top: .1rem solid #949496
    }
    .c-pipeline__row:first-of-type .c-pipeline__col:first-child {
        border-top: none
    }
    .c-pipeline__row:last-of-type {
        height: 11rem
    }
    .c-pipeline__row:last-of-type .c-pipeline__col {
        border-bottom: .1rem solid #949496
    }
    .c-pipeline__row:last-of-type .c-pipeline__col:first-child {
        border-bottom: none
    }
}

@media screen and (min-width:62em) {
    .c-pipeline__row {
        height: 10rem
    }
}

@media screen and (min-width:75em) {
    .c-pipeline__row {
        height: 9rem
    }
}

.c-pipeline__col {
    display: -ms-flexbox;
    display: flex;
    height: 100%
}

@media screen and (min-width:47.5em) {
    .c-pipeline__col {
        -ms-flex-align: center;
        align-items: center;
        border-right: .1rem solid #949496;
        -ms-flex: 1 1;
        flex: 1 1;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        -ms-flex-pack: center;
        justify-content: center
    }
    .c-pipeline__col:last-of-type {
        -ms-flex-preferred-size: 22%;
        flex-basis: 22%
    }
    .c-pipeline__col:nth-last-of-type(2),
    .c-pipeline__col:nth-last-of-type(3),
    .c-pipeline__col:nth-last-of-type(4),
    .c-pipeline__col:nth-last-of-type(5) {
        -ms-flex-preferred-size: 15%;
        flex-basis: 15%
    }
    .c-pipeline__col:nth-last-of-type(6) {
        -ms-flex-preferred-size: 17%;
        flex-basis: 17%
    }
}

.c-pipeline__btn {
    background: #fff;
    border: none;
    border-radius: 3rem;
    -webkit-box-shadow: 0 .3rem .6rem rgba(27, 28, 32, .29);
    box-shadow: 0 .3rem .6rem rgba(27, 28, 32, .29);
    font-family: Lato, sans-serif;
    padding: .5rem 3.2rem .5rem .5rem;
    left: 0;
    position: absolute;
    top: 1rem;
    width: 100%;
    z-index: 2
}

.c-pipeline__btn>* {
    pointer-events: none
}

@media screen and (min-width:47.5em) {
    .c-pipeline__btn {
        top: 1.5rem;
        width: calc(77.8% + 3rem)
    }
}

.c-pipeline__btn--collapsable {
    cursor: pointer
}

@media screen and (min-width:47.5em) {
    .c-pipeline__btn--collapsable:hover .c-pipeline__add,
    .c-pipeline__btn--collapsable:hover .c-pipeline__name {
        color: #90c53e
    }
}

.c-pipeline__bar {
    border: none;
    border-radius: 2.6rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 1.6rem 0 1.6rem 2.6rem;
    text-align: left;
    -webkit-transition: max-width 1s;
    -o-transition: max-width 1s;
    transition: max-width 1s
}

@media (max-width:759px) {
    .c-pipeline__bar {
        width: 100% !important
    }
}

@media screen and (min-width:47.5em) {
    .c-pipeline__bar {
        background: #00568a
    }
}

.c-pipeline__bar-collaborator {
    -ms-flex-align: center;
    align-items: center;
    border-top: .1rem solid #1b1c20;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .86rem 0 0
}

.c-pipeline__bar-collaborator img {
    max-height: 4.8rem;
    max-width: 10.4rem
}

.c-pipeline__bar-collaborator span {
    display: inline-block;
    font-family: acumin-pro-condensed, sans-serif;
    font-size: 1.4rem;
    letter-spacing: .7px;
    line-height: 1.35;
    margin: 0 .8rem 0 0;
    opacity: .28;
    text-transform: uppercase
}

@media screen and (min-width:47.5em) {
    .c-pipeline__bar-collaborator {
        display: none
    }
}

.c-pipeline__plus {
    background: #1b1c20;
    border-top-right-radius: 3rem;
    border-bottom-right-radius: 3rem;
    content: "";
    display: none;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 3rem
}

.c-pipeline__btn--collapsable .c-pipeline__plus {
    display: block
}

.c-pipeline__btn--collapsable .c-pipeline__plus:after {
    background: url(../img/plus-white.svg) no-repeat 50%;
    content: "";
    height: 1.4rem;
    left: 50%;
    margin-left: -.7rem;
    margin-top: -.7rem;
    position: absolute;
    top: 50%;
    width: 1.4rem
}

.c-pipeline__btn--collapsable[aria-expanded=true] .c-pipeline__plus:after {
    background: url(../img/minus-white.svg) no-repeat 50%
}

.c-pipeline__heading {
    display: none;
    font-family: acumin-pro-condensed, sans-serif;
    font-size: 1.6rem;
    letter-spacing: .9px;
    line-height: 1.05;
    text-align: center;
    text-transform: uppercase
}

@media screen and (min-width:47.5em) {
    .c-pipeline__heading {
        display: block
    }
}

@media screen and (min-width:80em) {
    .c-pipeline__heading {
        font-size: 1.8rem
    }
}

.c-pipeline__phase {
    float: right;
    font-size: 1.6rem;
    line-height: 1.185
}

@media screen and (min-width:47.5em) {
    .c-pipeline__phase {
        display: none
    }
}

.c-pipeline__name {
    display: block;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.1875;
    margin: 0 0 .1rem;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s
}

@media screen and (min-width:48em) {
    .c-pipeline__name {
        font-size: 1.4rem
    }
}

@media screen and (min-width:47.5em) {
    .c-pipeline__name {
        color: #fff;
        display: inline-block;
        margin: 0 1.6rem 0 0
    }
}

@media screen and (min-width:62em) {
    .c-pipeline__name {
        margin: 0 0 .4rem
    }
}

@media screen and (min-width:75em) {
    .c-pipeline__name {
        margin: 0 1.6rem 0 0
    }
}

@media screen and (min-width:90em) {
    .c-pipeline__name {
        font-size: 1.6rem
    }
}

.c-pipeline__add {
    display: block;
    font-size: 1.2rem;
    line-height: 1.1875;
    margin: 0 0 .6rem;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s
}

@media screen and (min-width:48em) {
    .c-pipeline__add {
        font-size: 1.4rem
    }
}

@media screen and (min-width:47.5em) {
    .c-pipeline__add {
        color: #fff;
        display: inline-block;
        margin: 0
    }
}

@media screen and (min-width:62em) {
    .c-pipeline__add {
        display: block
    }
}

@media screen and (min-width:75em) {
    .c-pipeline__add {
        display: inline-block
    }
}

@media screen and (min-width:90em) {
    .c-pipeline__add {
        font-size: 1.6rem
    }
}

.c-pipeline__logo {
    display: none;
    padding: 0 1rem 0 3.6rem
}

@media screen and (min-width:47.5em) {
    .c-pipeline__logo {
        display: block;
        text-align: center;
        width: 100%
    }
    .c-pipeline__logo img {
        display: inline-block
    }
}

@media screen and (min-width:100em) {
    .c-pipeline__logo {
        padding: 0
    }
}

.c-pipeline__info {
    background: #fff;
    -webkit-box-shadow: 0 0 2rem rgba(27, 28, 32, .29);
    box-shadow: 0 0 2rem rgba(27, 28, 32, .29)
}

.js .c-pipeline__info {
    height: 0;
    overflow: hidden;
    -webkit-transition: height .2s ease-in-out;
    -o-transition: height .2s ease-in-out;
    transition: height .2s ease-in-out
}

@media screen and (min-width:75em) {
    .c-pipeline__info {
        display: -ms-flexbox;
        display: flex
    }
}

.c-pipeline__image {
    display: block;
    width: 100%;
    margin: 0 auto 3rem
}

.c-pipeline__image:last-child {
    margin-bottom: 0
}

@media screen and (min-width:47.5em) {
    .c-pipeline__image {
        margin: auto !important
    }
}

@media screen and (min-width:75em) {
    .c-pipeline__left-content {
        -ms-flex: 1 1;
        flex: 1 1;
        -ms-flex-preferred-size: 65%;
        flex-basis: 65%;
        padding: 4.8rem 3.1rem
    }
}

.c-pipeline__right-content {
    display: none;
    background: #1b1c20;
    -ms-flex: 1 1;
    flex: 1 1;
    -ms-flex-preferred-size: 35%;
    flex-basis: 35%;
    padding: 5rem 6rem
}

@media screen and (min-width:75em) {
    .c-pipeline__right-content {
        display: block;
        display: -ms-grid;
        display: grid
    }
}

.c-pipeline__title {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.25;
    margin: 0 0 1.2rem
}

@media screen and (min-width:47.5em) {
    .c-pipeline__title {
        font-size: 2rem;
        line-height: 1.3
    }
}

.c-pipeline__intro {
    padding: 4.8rem 3.2rem 4.2rem
}

.c-pipeline__intro p {
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.25
}

.c-pipeline__intro a {
    color: #24ace3;
    font-weight: 700
}

@media screen and (min-width:75em) {
    .c-pipeline__intro {
        padding: 0
    }
    .c-pipeline__intro p {
        font-size: 2rem;
        line-height: 1.3
    }
}

.c-pipeline__pullquote {
    padding: 6.2rem 3.2rem 2.6rem;
    position: relative
}

.c-pipeline__pullquote p {
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.25;
    margin: 0 0 1.8rem
}

@media screen and (min-width:75em) {
    .c-pipeline__pullquote {
        border-bottom: 2px solid;
        border-top: 2px solid;
        margin: 2.8rem 0 4.8rem;
        padding: 6rem 0 1rem 1rem
    }
    .c-pipeline__pullquote p {
        margin: 0
    }
}

.c-pipeline__pullquote-images {
    display: block
}

.c-pipeline__pullquote-images .c-pipeline__image {
    max-width: 40rem
}

@media screen and (min-width:75em) {
    .c-pipeline__pullquote-images {
        display: none
    }
}

.c-pipeline__tab {
    background: #fff;
    border-radius: 0 0 1.5rem 1.5rem;
    color: #fff;
    font-family: acumin-pro-condensed, sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    left: 2rem;
    letter-spacing: 1.6px;
    line-height: 1;
    padding: 1.2rem;
    position: absolute;
    text-transform: uppercase;
    top: 0
}

@media screen and (min-width:75em) {
    .c-pipeline__tab {
        left: 0;
        line-height: 1.625;
        padding: 1rem 1.4rem
    }
}

.c-pipeline__content {
    padding: 2.8rem 3.2rem
}

.c-pipeline__content h1,
.c-pipeline__content h2,
.c-pipeline__content h3,
.c-pipeline__content h4,
.c-pipeline__content h5,
.c-pipeline__content h6 {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.25;
    margin: 0 0 1rem
}

.c-pipeline__content p {
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.25;
    margin: 0 0 1rem
}

.c-pipeline__content a {
    color: #24ace3;
    font-weight: 700
}

@media screen and (min-width:75em) {
    .c-pipeline__content {
        padding: 0
    }
}

.c-pipeline--green .c-pipeline__pullquote,
.c-pipeline--green .c-pipeline__right-content {
    background: #90c53e
}

@media screen and (min-width:75em) {
    .c-pipeline--green .c-pipeline__pullquote {
        background: none;
        border-color: #90c53e
    }
    .c-pipeline--green .c-pipeline__pullquote p {
        color: #90c53e
    }
}

.c-pipeline--green .c-pipeline__tab {
    color: #90c53e
}

@media screen and (min-width:75em) {
    .c-pipeline--green .c-pipeline__tab {
        background: #90c53e;
        color: #fff
    }
}

.c-pipeline--pink .c-pipeline__pullquote,
.c-pipeline--pink .c-pipeline__right-content {
    background: #ea3e96
}

@media screen and (min-width:75em) {
    .c-pipeline--pink .c-pipeline__pullquote {
        background: none;
        border-color: #ea3e96
    }
    .c-pipeline--pink .c-pipeline__pullquote p {
        color: #ea3e96
    }
}

.c-pipeline--pink .c-pipeline__tab {
    color: #ea3e96
}

@media screen and (min-width:75em) {
    .c-pipeline--pink .c-pipeline__tab {
        background: #ea3e96;
        color: #fff
    }
}

.c-pipeline--purple .c-pipeline__pullquote,
.c-pipeline--purple .c-pipeline__right-content {
    background: #7f287e
}

@media screen and (min-width:75em) {
    .c-pipeline--purple .c-pipeline__pullquote {
        background: none;
        border-color: #7f287e
    }
    .c-pipeline--purple .c-pipeline__pullquote p {
        color: #7f287e
    }
}

.c-pipeline--purple .c-pipeline__tab {
    color: #7f287e
}

@media screen and (min-width:75em) {
    .c-pipeline--purple .c-pipeline__tab {
        background: #7f287e;
        color: #fff
    }
}

.c-pipeline--blue .c-pipeline__pullquote,
.c-pipeline--blue .c-pipeline__right-content {
    background: #24ace3
}

@media screen and (min-width:75em) {
    .c-pipeline--blue .c-pipeline__pullquote {
        background: none;
        border-color: #24ace3
    }
    .c-pipeline--blue .c-pipeline__pullquote p {
        color: #24ace3
    }
}

.c-pipeline--blue .c-pipeline__tab {
    color: #24ace3
}

@media screen and (min-width:75em) {
    .c-pipeline--blue .c-pipeline__tab {
        background: #24ace3;
        color: #fff
    }
}

.c-form {
    margin: 8.6rem 0 10rem;
    max-width: 170rem
}

.c-form__section {
    position: relative
}

@media screen and (min-width:48em) {
    .c-form__section {
        margin: 0 0 10rem
    }
}

.c-form__bg-wrapper {
    bottom: -10rem;
    display: none;
    right: 20rem;
    overflow: hidden;
    pointer-events: none;
    position: absolute
}

@media screen and (min-width:48em) {
    .c-form__bg-wrapper {
        display: block
    }
}

.c-form__bg-img {
    bottom: -5rem;
    position: relative
}

.c-form__row {
    margin: 0
}

@media screen and (min-width:48em) {
    .c-form__row {
        -ms-flex-align: start;
        align-items: flex-start;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -3.5rem 2rem
    }
}

.c-form__heading {
    font-size: 2.4rem;
    line-height: 1.25;
    margin: 0 0 8rem
}

.c-form__col {
    margin: 0 0 2rem
}

@media screen and (min-width:48em) {
    .c-form__col {
        -ms-flex: 1 1;
        flex: 1 1;
        margin: 0 3.5rem
    }
}

.c-form__label {
    display: block;
    font-family: acumin-pro-condensed, sans-serif;
    font-size: 1.8rem;
    letter-spacing: .9px;
    line-height: 1.05;
    text-transform: uppercase
}

.c-form__required {
    color: #ea3e96;
    letter-spacing: 1.2px
}

.c-form .wpcf7-form-control-wrap {
    display: block;
    margin: 1.4rem 0 0;
    width: 100%
}

.c-form .wpcf7-text,
.c-form .wpcf7-textarea {
    border: .1rem solid rgba(27, 28, 32, .5);
    font-family: Lato, sans-serif;
    font-size: 1.6rem;
    padding: 1.6rem .8rem;
    width: 100%
}

.c-form .wpcf7-not-valid-tip {
    color: #ea3e96;
    margin: .8rem 0 0
}

.c-form .wpcf7-response-output {
    margin: 0 auto;
    max-width: 127rem;
    text-align: center
}

.c-form .wpcf7-response-output.wpcf7-validation-errors {
    border: none;
    color: #ea3e96;
    padding: 0
}

.c-form .wpcf7-submit {
    width: 100%
}

@media screen and (min-width:30em) {
    .c-form .wpcf7-submit {
        width: auto
    }
}

.grecaptcha-badge {
    visibility: hidden
}

.c-map {
    -webkit-box-shadow: 0 0 2rem rgba(27, 28, 32, .29);
    box-shadow: 0 0 2rem rgba(27, 28, 32, .29);
    height: 62rem;
    width: 100%
}

.c-map__section {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #f1f1f2), color-stop(50%, #fff), to(#fff));
    background-image: -webkit-linear-gradient(top, #f1f1f2 50%, #fff 0, #fff);
    background-image: -o-linear-gradient(top, #f1f1f2 50%, #fff 50%, #fff 100%);
    background-image: linear-gradient(180deg, #f1f1f2 50%, #fff 0, #fff)
}

.c-map img {
    max-width: inherit !important
}

@media screen and (min-width:48em) {
    .c-map {
        height: 83rem
    }
}

.c-address {
    max-width: 127rem
}

.c-address__section {
    padding: 6rem 0;
    position: relative
}

.c-address__bg-img {
    display: none;
    left: 1rem;
    pointer-events: none;
    position: absolute;
    top: -5rem;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    z-index: 1
}

@media screen and (min-width:48em) {
    .c-address__bg-img {
        display: block
    }
}

.c-address p {
    font-weight: 300;
    line-height: 1.333;
    margin-bottom: 2.2rem
}

@media screen and (min-width:48em) {
    .c-address p {
        font-size: 3rem;
        margin: 0 0 4.4rem
    }
}

.c-address a {
    color: #24ace3
}

.c-home-grid {
    background: #1b1c20;
    height: 100%;
    list-style: none;
    margin: 0;
    padding: 0
}

@media screen and (min-width:30em) {
    .c-home-grid {
        display: -ms-grid;
        display: grid;
        grid-gap: .4rem;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        height: 100%;
        max-width: 100%;
        overflow: hidden
    }
}

@media screen and (min-width:62em) {
    .c-home-grid {
        -ms-grid-columns: 32rem 1fr 1fr;
        grid-template-columns: 32rem 1fr 1fr
    }
    .no-cssgrid:not(.cssgridlegacy) .c-home-grid {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media screen and (min-width:64em) {
    .c-home-grid {
        -ms-grid-columns: 32rem 1fr 1fr 1fr;
        grid-template-columns: 32rem 1fr 1fr 1fr;
        -ms-grid-rows: 35% 15% 20% 30%;
        grid-template-rows: 35% 15% 20% 30%
    }
}

.c-home-grid__item {
    height: 30rem;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-transition: background .2s;
    -o-transition: background .2s;
    transition: background .2s
}

@media screen and (min-width:62em) {
    .c-home-grid__item {
        height: auto;
        margin: .3rem
    }
}

.no-cssgrid:not(.cssgridlegacy) .c-home-grid__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 1;
    flex: 1 1;
    -ms-flex-direction: column;
    flex-direction: column
}

@media screen and (min-width:62em) {
    .no-cssgrid:not(.cssgridlegacy) .c-home-grid__item {
        -ms-flex-preferred-size: calc(50% - 0.6rem);
        flex-basis: calc(50% - 0.6rem)
    }
}

@media screen and (min-width:80em) {
    .no-cssgrid:not(.cssgridlegacy) .c-home-grid__item {
        -ms-flex-preferred-size: calc(33.33333% - 0.6rem);
        flex-basis: calc(33.33333% - 0.6rem)
    }
}

@media screen and (min-width:100em) {
    .no-cssgrid:not(.cssgridlegacy) .c-home-grid__item {
        -ms-flex-preferred-size: calc(25% - 0.6rem);
        flex-basis: calc(25% - 0.6rem)
    }
}

.c-home-grid__item:nth-child(2) .c-home-grid__image {
    background-position: 8%
}

.c-home-grid__item:nth-child(5) {
    background-color: #00568a;
    height: 20rem
}

.c-home-grid__item:nth-child(5) .c-home-grid__image {
    background-image: none !important
}

.c-home-grid__item:nth-child(5) .c-home-grid__link {
    text-shadow: none
}

.c-home-grid__item:nth-child(6) {
    background-color: #24ace3;
    height: 12rem
}

.c-home-grid__item:nth-child(6) .c-home-grid__image {
    background-image: none !important
}

.c-home-grid__item:nth-child(6) .c-home-grid__link {
    text-shadow: none
}

.c-home-grid__item:nth-child(7) {
    height: 12rem
}

.c-home-grid__item:nth-child(7) .c-home-grid__image {
    background-image: url(../img/bg/investors.jpg)
}

.c-home-grid__item:nth-child(8) {
    background-color: #0d7fc3;
    height: 12rem
}

.c-home-grid__item:nth-child(8) .c-home-grid__image {
    background-image: none !important
}

.c-home-grid__item:nth-child(8) .c-home-grid__link {
    text-shadow: none
}

.c-home-grid__item:focus-within .c-home-grid__image,
.c-home-grid__item:hover .c-home-grid__image {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.c-home-grid__item:focus-within:nth-child(5),
.c-home-grid__item:hover:nth-child(5) {
    background-color: #003657
}

.c-home-grid__item:focus-within:nth-child(6),
.c-home-grid__item:hover:nth-child(6) {
    background-color: #188dbc
}

.c-home-grid__item:focus-within:nth-child(8),
.c-home-grid__item:hover:nth-child(8) {
    background-color: #0a6093
}

.c-home-grid__item--content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    padding: 2.2rem 3.8rem
}

@media screen and (min-width:39.25em) {
    .c-home-grid__item--content {
        padding: 2.2rem 4.5rem
    }
}

@media screen and (min-width:62em) {
    .c-home-grid__item--content {
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding: 0 4.5rem 4.8rem
    }
}

.c-home-grid__link {
    -ms-flex-align: end;
    align-items: flex-end;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    left: 0;
    padding: 3.2rem 3.8rem;
    position: absolute;
    text-decoration: none;
    top: 0;
    width: 100%;
    z-index: 2
}

@media screen and (min-width:39.25em) {
    .c-home-grid__link {
        padding: 4.5rem 0 4.5rem 4.5rem
    }
}

.c-home-grid__image {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    width: 100%;
    z-index: 1
}

.c-home-grid__title {
    border-top: .2rem solid #fff;
    color: #fff;
    font-family: acumin-pro-condensed, sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 2.7px;
    line-height: 1.83;
    text-shadow: 0 3px 6px rgba(0, 0, 0, .4);
    text-transform: uppercase
}

@media screen and (min-width:64em) {
    .c-home-grid__title {
        font-size: 1.6rem
    }
}

@media screen and (min-width:80em) {
    .c-home-grid__title {
        font-size: 1.8rem
    }
}

.c-home-grid__item {
    margin: 0 0 .3rem
}

@media screen and (min-width:30em) {
    .c-home-grid__item {
        height: auto !important;
        margin: 0
    }
    .cssgridlegacy .c-home-grid__item {
        margin: .3rem
    }
}

@media screen and (min-width:30em) {
    .c-home-grid__item:first-child {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1/2
    }
}

@media screen and (min-width:62em) {
    .c-home-grid__item:first-child {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1/2
    }
}

@media screen and (min-width:64em) {
    .c-home-grid__item:first-child {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        -ms-grid-row: 1;
        -ms-grid-row-span: 3;
        grid-row: 1/4
    }
}

@media screen and (min-width:30em) {
    .c-home-grid__item:nth-child(2) {
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2/3;
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        grid-row: 1/3
    }
}

@media screen and (min-width:62em) {
    .c-home-grid__item:nth-child(2) {
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2/3;
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        grid-row: 1/3
    }
}

@media screen and (min-width:64em) {
    .c-home-grid__item:nth-child(2) {
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2/3;
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        grid-row: 1/3
    }
}

@media screen and (min-width:30em) {
    .c-home-grid__item:nth-child(3) {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        -ms-grid-row: 3;
        -ms-grid-row-span: 2;
        grid-row: 3/5
    }
}

@media screen and (min-width:62em) {
    .c-home-grid__item:nth-child(3) {
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1/3;
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        grid-row: 3/4
    }
}

@media screen and (min-width:64em) {
    .c-home-grid__item:nth-child(3) {
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2/3;
        -ms-grid-row: 3;
        -ms-grid-row-span: 2;
        grid-row: 3/5
    }
}

@media screen and (min-width:30em) {
    .c-home-grid__item:nth-child(4) {
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2/3;
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        grid-row: 3/4
    }
}

@media screen and (min-width:62em) {
    .c-home-grid__item:nth-child(4) {
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
        grid-column: 3/4;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1/2
    }
}

@media screen and (min-width:64em) {
    .c-home-grid__item:nth-child(4) {
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
        grid-column: 3/4;
        -ms-grid-row: 1;
        -ms-grid-row-span: 3;
        grid-row: 1/4
    }
}

@media screen and (min-width:30em) {
    .c-home-grid__item:nth-child(5) {
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2/3;
        -ms-grid-row: 4;
        -ms-grid-row-span: 1;
        grid-row: 4/5
    }
}

@media screen and (min-width:62em) {
    .c-home-grid__item:nth-child(5) {
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
        grid-column: 3/4;
        -ms-grid-row: 2;
        -ms-grid-row-span: 2;
        grid-row: 2/4
    }
}

@media screen and (min-width:64em) {
    .c-home-grid__item:nth-child(5) {
        -ms-grid-column: 3;
        -ms-grid-column-span: 2;
        grid-column: 3/5;
        -ms-grid-row: 4;
        -ms-grid-row-span: 1;
        grid-row: 4/5
    }
}

@media screen and (min-width:30em) {
    .c-home-grid__item:nth-child(6) {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        -ms-grid-row: 5;
        -ms-grid-row-span: 1;
        grid-row: 5/6
    }
}

@media screen and (min-width:62em) {
    .c-home-grid__item:nth-child(6) {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        -ms-grid-row: 4;
        -ms-grid-row-span: 1;
        grid-row: 4/5
    }
}

@media screen and (min-width:64em) {
    .c-home-grid__item:nth-child(6) {
        -ms-grid-column: 4;
        -ms-grid-column-span: 1;
        grid-column: 4/5;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1/2
    }
}

.c-home-grid__item:nth-child(7) {
    background: #00568a
}

@media screen and (min-width:30em) {
    .c-home-grid__item:nth-child(7) {
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2/3;
        -ms-grid-row: 5;
        -ms-grid-row-span: 1;
        grid-row: 5/6
    }
}

@media screen and (min-width:62em) {
    .c-home-grid__item:nth-child(7) {
        -ms-grid-column: 2;
        -ms-grid-column-span: 2;
        grid-column: 2/4;
        -ms-grid-row: 4;
        -ms-grid-row-span: 1;
        grid-row: 4/5
    }
}

@media screen and (min-width:64em) {
    .c-home-grid__item:nth-child(7) {
        -ms-grid-column: 4;
        -ms-grid-column-span: 1;
        grid-column: 4/5;
        -ms-grid-row: 2;
        -ms-grid-row-span: 2;
        grid-row: 2/4
    }
}

@media screen and (min-width:30em) {
    .c-home-grid__item:nth-child(8) {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2/3
    }
}

@media screen and (min-width:62em) {
    .c-home-grid__item:nth-child(8) {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2/3
    }
}

@media screen and (min-width:64em) {
    .c-home-grid__item:nth-child(8) {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        -ms-grid-row: 4;
        -ms-grid-row-span: 1;
        grid-row: 4/5
    }
}

.c-home__nav {
    height: 100%
}

@media screen and (min-width:62em) {
    .c-home__link {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1 1;
        flex: 1 1;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.c-home__logo {
    display: none;
    height: auto;
    max-width: 20rem
}

@media screen and (min-width:62em) {
    .c-home__logo {
        display: block
    }
}

@media screen and (min-width:90em) {
    .c-home__logo {
        max-width: 32rem
    }
}

.c-home__heading {
    color: #fff;
    font-size: 2.8rem;
    font-weight: 400;
    letter-spacing: -.28px;
    line-height: 1.28;
    margin: 0 0 2.2rem;
    padding: 0 0 1.6rem;
    position: relative
}

.c-home__heading:after {
    background: currentColor;
    bottom: .3rem;
    content: "";
    height: .2rem;
    left: 0;
    position: absolute;
    width: 5rem
}

@media screen and (min-width:48em) {
    .c-home__heading {
        max-width: 23rem
    }
}

.c-home__tagline {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.71
}

@media screen and (min-width:48em) {
    .c-home__tagline {
        font-size: 1.6rem;
        line-height: 1.5;
        max-width: 23rem
    }
}

.c-table {
    overflow-x: scroll;
    width: 100%
}

@media screen and (min-width:48em) {
    .c-table {
        overflow-x: visible
    }
}

.u-clear:after {
    clear: both;
    content: "";
    display: block
}

.u-color-white {
    color: #fff
}

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

.u-color-white-70 {
    color: hsla(0, 0%, 100%, .7)
}

.u-bg-white-70 {
    background-color: hsla(0, 0%, 100%, .7)
}

.u-color-black {
    color: #1b1c20
}

.u-bg-black {
    background-color: #1b1c20
}

.u-color-grey {
    color: #d6d6d6
}

.u-bg-grey {
    background-color: #d6d6d6
}

.u-color-gray-light {
    color: #f1f1f2
}

.u-bg-gray-light {
    background-color: #f1f1f2
}

.u-color-gray-dark {
    color: #c6c8c8
}

.u-bg-gray-dark {
    background-color: #c6c8c8
}

.u-color-charcoal {
    color: #232323
}

.u-bg-charcoal {
    background-color: #232323
}

.u-color-blue {
    color: #0d7fc3
}

.u-bg-blue {
    background-color: #0d7fc3
}

.u-color-blue-light {
    color: #24ace3
}

.u-bg-blue-light {
    background-color: #24ace3
}

.u-color-blue-dark {
    color: #00568a
}

.u-bg-blue-dark {
    background-color: #00568a
}

.u-color-green-light {
    color: #90c53e
}

.u-bg-green-light {
    background-color: #90c53e
}

.u-color-green-dark {
    color: #008a4e
}

.u-bg-green-dark {
    background-color: #008a4e
}

.u-color-pink {
    color: #ea3e96
}

.u-bg-pink {
    background-color: #ea3e96
}

.u-color-purple {
    color: #7f287e
}

.u-bg-purple {
    background-color: #7f287e
}

.u-color-red {
    color: red
}

.u-bg-red {
    background-color: red
}

.u-m {
    margin: t !important
}

.u-mt {
    margin-top: b !important
}

.u-mr {
    margin-right: v !important
}

.u-m {
    margin: 2rem !important
}

.u-mt {
    margin-top: 2rem !important
}

.u-mr {
    margin-right: 2rem !important
}

.u-mb {
    margin-bottom: 2rem !important
}

.u-ml {
    margin-left: 2rem !important
}

.u-mv {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important
}

.u-mh {
    margin-right: 2rem !important;
    margin-left: 2rem !important
}

.u-mstd {
    margin: 2rem !important
}

.u-mtstd {
    margin-top: 2rem !important
}

.u-mrstd {
    margin-right: 2rem !important
}

.u-mbstd {
    margin-bottom: 2rem !important
}

.u-mlstd {
    margin-left: 2rem !important
}

.u-mvstd {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important
}

.u-mhstd {
    margin-right: 2rem !important;
    margin-left: 2rem !important
}

.u-mcontainer {
    margin: 0 !important
}

.u-mtcontainer {
    margin-top: 0 !important
}

.u-mrcontainer {
    margin-right: 0 !important
}

.u-mbcontainer {
    margin-bottom: 0 !important
}

.u-mlcontainer {
    margin-left: 0 !important
}

.u-mvcontainer {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.u-mhcontainer {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.u-m3 {
    margin: 3rem !important
}

.u-mt3 {
    margin-top: 3rem !important
}

.u-mr3 {
    margin-right: 3rem !important
}

.u-mb3 {
    margin-bottom: 3rem !important
}

.u-ml3 {
    margin-left: 3rem !important
}

.u-mv3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.u-mh3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important
}

@media screen and (min-width:30em) {
    .u-mstd {
        margin: 4rem !important
    }
    .u-mtstd {
        margin-top: 4rem !important
    }
    .u-mrstd {
        margin-right: 4rem !important
    }
    .u-mbstd {
        margin-bottom: 4rem !important
    }
    .u-mlstd {
        margin-left: 4rem !important
    }
    .u-mvstd {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important
    }
    .u-mhstd {
        margin-right: 4rem !important;
        margin-left: 4rem !important
    }
}

@media screen and (min-width:62em) {
    .u-mstd {
        margin: 6rem !important
    }
    .u-mtstd {
        margin-top: 6rem !important
    }
    .u-mrstd {
        margin-right: 6rem !important
    }
    .u-mbstd {
        margin-bottom: 6rem !important
    }
    .u-mlstd {
        margin-left: 6rem !important
    }
    .u-mvstd {
        margin-top: 6rem !important;
        margin-bottom: 6rem !important
    }
    .u-mhstd {
        margin-right: 6rem !important;
        margin-left: 6rem !important
    }
}

@media screen and (min-width:80em) {
    .u-mstd {
        margin: 8rem !important
    }
    .u-mtstd {
        margin-top: 8rem !important
    }
    .u-mrstd {
        margin-right: 8rem !important
    }
    .u-mbstd {
        margin-bottom: 8rem !important
    }
    .u-mlstd {
        margin-left: 8rem !important
    }
    .u-mvstd {
        margin-top: 8rem !important;
        margin-bottom: 8rem !important
    }
    .u-mhstd {
        margin-right: 8rem !important;
        margin-left: 8rem !important
    }
}

@media screen and (min-width:48em) {
    .u-mcontainer {
        margin: 2.5rem !important
    }
    .u-mtcontainer {
        margin-top: 2.5rem !important
    }
    .u-mrcontainer {
        margin-right: 2.5rem !important
    }
    .u-mbcontainer {
        margin-bottom: 2.5rem !important
    }
    .u-mlcontainer {
        margin-left: 2.5rem !important
    }
    .u-mvcontainer {
        margin-top: 2.5rem !important;
        margin-bottom: 2.5rem !important
    }
    .u-mhcontainer {
        margin-right: 2.5rem !important;
        margin-left: 2.5rem !important
    }
}

@media screen and (min-width:62em) {
    .u-mcontainer {
        margin: 5rem !important
    }
    .u-mtcontainer {
        margin-top: 5rem !important
    }
    .u-mrcontainer {
        margin-right: 5rem !important
    }
    .u-mbcontainer {
        margin-bottom: 5rem !important
    }
    .u-mlcontainer {
        margin-left: 5rem !important
    }
    .u-mvcontainer {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important
    }
    .u-mhcontainer {
        margin-right: 5rem !important;
        margin-left: 5rem !important
    }
}

@media screen and (min-width:90em) {
    .u-mcontainer {
        margin: 10rem !important
    }
    .u-mtcontainer {
        margin-top: 10rem !important
    }
    .u-mrcontainer {
        margin-right: 10rem !important
    }
    .u-mbcontainer {
        margin-bottom: 10rem !important
    }
    .u-mlcontainer {
        margin-left: 10rem !important
    }
    .u-mvcontainer {
        margin-top: 10rem !important;
        margin-bottom: 10rem !important
    }
    .u-mhcontainer {
        margin-right: 10rem !important;
        margin-left: 10rem !important
    }
}

@media screen and (min-width:100em) {
    .u-mcontainer {
        margin: 15rem !important
    }
    .u-mtcontainer {
        margin-top: 15rem !important
    }
    .u-mrcontainer {
        margin-right: 15rem !important
    }
    .u-mbcontainer {
        margin-bottom: 15rem !important
    }
    .u-mlcontainer {
        margin-left: 15rem !important
    }
    .u-mvcontainer {
        margin-top: 15rem !important;
        margin-bottom: 15rem !important
    }
    .u-mhcontainer {
        margin-right: 15rem !important;
        margin-left: 15rem !important
    }
}

.u-p {
    padding: t !important
}

.u-pt {
    padding-top: b !important
}

.u-pr {
    padding-right: v !important
}

.u-p {
    padding: 2rem !important
}

.u-pt {
    padding-top: 2rem !important
}

.u-pr {
    padding-right: 2rem !important
}

.u-pb {
    padding-bottom: 2rem !important
}

.u-pl {
    padding-left: 2rem !important
}

.u-pv {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important
}

.u-ph {
    padding-right: 2rem !important;
    padding-left: 2rem !important
}

.u-pstd {
    padding: 2rem !important
}

.u-ptstd {
    padding-top: 2rem !important
}

.u-prstd {
    padding-right: 2rem !important
}

.u-pbstd {
    padding-bottom: 2rem !important
}

.u-plstd {
    padding-left: 2rem !important
}

.u-pvstd {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important
}

.u-phstd {
    padding-right: 2rem !important;
    padding-left: 2rem !important
}

.u-psection {
    padding: 2rem !important
}

.u-ptsection {
    padding-top: 2rem !important
}

.u-prsection {
    padding-right: 2rem !important
}

.u-pbsection {
    padding-bottom: 2rem !important
}

.u-plsection {
    padding-left: 2rem !important
}

.u-pvsection {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important
}

.u-phsection {
    padding-right: 2rem !important;
    padding-left: 2rem !important
}

@media screen and (min-width:30em) {
    .u-pstd {
        padding: 4rem !important
    }
    .u-ptstd {
        padding-top: 4rem !important
    }
    .u-prstd {
        padding-right: 4rem !important
    }
    .u-pbstd {
        padding-bottom: 4rem !important
    }
    .u-plstd {
        padding-left: 4rem !important
    }
    .u-pvstd {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important
    }
    .u-phstd {
        padding-right: 4rem !important;
        padding-left: 4rem !important
    }
}

@media screen and (min-width:62em) {
    .u-pstd {
        padding: 6rem !important
    }
    .u-ptstd {
        padding-top: 6rem !important
    }
    .u-prstd {
        padding-right: 6rem !important
    }
    .u-pbstd {
        padding-bottom: 6rem !important
    }
    .u-plstd {
        padding-left: 6rem !important
    }
    .u-pvstd {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important
    }
    .u-phstd {
        padding-right: 6rem !important;
        padding-left: 6rem !important
    }
}

@media screen and (min-width:80em) {
    .u-pstd {
        padding: 8rem !important
    }
    .u-ptstd {
        padding-top: 8rem !important
    }
    .u-prstd {
        padding-right: 8rem !important
    }
    .u-pbstd {
        padding-bottom: 8rem !important
    }
    .u-plstd {
        padding-left: 8rem !important
    }
    .u-pvstd {
        padding-top: 8rem !important;
        padding-bottom: 8rem !important
    }
    .u-phstd {
        padding-right: 8rem !important;
        padding-left: 8rem !important
    }
}

@media screen and (min-width:30em) {
    .u-psection {
        padding: 4rem !important
    }
    .u-ptsection {
        padding-top: 4rem !important
    }
    .u-prsection {
        padding-right: 4rem !important
    }
    .u-pbsection {
        padding-bottom: 4rem !important
    }
    .u-plsection {
        padding-left: 4rem !important
    }
    .u-pvsection {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important
    }
    .u-phsection {
        padding-right: 4rem !important;
        padding-left: 4rem !important
    }
}

@media screen and (min-width:62em) {
    .u-psection {
        padding: 6rem !important
    }
    .u-ptsection {
        padding-top: 6rem !important
    }
    .u-prsection {
        padding-right: 6rem !important
    }
    .u-pbsection {
        padding-bottom: 6rem !important
    }
    .u-plsection {
        padding-left: 6rem !important
    }
    .u-pvsection {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important
    }
    .u-phsection {
        padding-right: 6rem !important;
        padding-left: 6rem !important
    }
}

@media screen and (min-width:80em) {
    .u-psection {
        padding: 8rem !important
    }
    .u-ptsection {
        padding-top: 8rem !important
    }
    .u-prsection {
        padding-right: 8rem !important
    }
    .u-pbsection {
        padding-bottom: 8rem !important
    }
    .u-plsection {
        padding-left: 8rem !important
    }
    .u-pvsection {
        padding-top: 8rem !important;
        padding-bottom: 8rem !important
    }
    .u-phsection {
        padding-right: 8rem !important;
        padding-left: 8rem !important
    }
}

.u-push-1\/12 {
    margin-left: 8.33333% !important
}

.u-push-2\/12 {
    margin-left: 16.66667% !important
}

.u-push-3\/12 {
    margin-left: 25% !important
}

.u-push-4\/12 {
    margin-left: 33.33333% !important
}

.u-push-5\/12 {
    margin-left: 41.66667% !important
}

.u-push-6\/12 {
    margin-left: 50% !important
}

.u-push-7\/12 {
    margin-left: 58.33333% !important
}

.u-push-8\/12 {
    margin-left: 66.66667% !important
}

.u-push-9\/12 {
    margin-left: 75% !important
}

.u-push-10\/12 {
    margin-left: 83.33333% !important
}

.u-push-11\/12 {
    margin-left: 91.66667% !important
}

.u-push-0 {
    margin-left: 0 !important
}

@media screen and (min-width:62em) and (min-height:41.25em) {
    .u-push-1\/12\@smVert {
        margin-left: 8.33333% !important
    }
    .u-push-2\/12\@smVert {
        margin-left: 16.66667% !important
    }
    .u-push-3\/12\@smVert {
        margin-left: 25% !important
    }
    .u-push-4\/12\@smVert {
        margin-left: 33.33333% !important
    }
    .u-push-5\/12\@smVert {
        margin-left: 41.66667% !important
    }
    .u-push-6\/12\@smVert {
        margin-left: 50% !important
    }
    .u-push-7\/12\@smVert {
        margin-left: 58.33333% !important
    }
    .u-push-8\/12\@smVert {
        margin-left: 66.66667% !important
    }
    .u-push-9\/12\@smVert {
        margin-left: 75% !important
    }
    .u-push-10\/12\@smVert {
        margin-left: 83.33333% !important
    }
    .u-push-11\/12\@smVert {
        margin-left: 91.66667% !important
    }
    .u-push-0\@smVert {
        margin-left: 0 !important
    }
}

@media screen and (min-width:39.25em) {
    .u-push-1\/12\@footer {
        margin-left: 8.33333% !important
    }
    .u-push-2\/12\@footer {
        margin-left: 16.66667% !important
    }
    .u-push-3\/12\@footer {
        margin-left: 25% !important
    }
    .u-push-4\/12\@footer {
        margin-left: 33.33333% !important
    }
    .u-push-5\/12\@footer {
        margin-left: 41.66667% !important
    }
    .u-push-6\/12\@footer {
        margin-left: 50% !important
    }
    .u-push-7\/12\@footer {
        margin-left: 58.33333% !important
    }
    .u-push-8\/12\@footer {
        margin-left: 66.66667% !important
    }
    .u-push-9\/12\@footer {
        margin-left: 75% !important
    }
    .u-push-10\/12\@footer {
        margin-left: 83.33333% !important
    }
    .u-push-11\/12\@footer {
        margin-left: 91.66667% !important
    }
    .u-push-0\@footer {
        margin-left: 0 !important
    }
}

@media screen and (min-width:22.5em) {
    .u-push-1\/12\@xxs {
        margin-left: 8.33333% !important
    }
    .u-push-2\/12\@xxs {
        margin-left: 16.66667% !important
    }
    .u-push-3\/12\@xxs {
        margin-left: 25% !important
    }
    .u-push-4\/12\@xxs {
        margin-left: 33.33333% !important
    }
    .u-push-5\/12\@xxs {
        margin-left: 41.66667% !important
    }
    .u-push-6\/12\@xxs {
        margin-left: 50% !important
    }
    .u-push-7\/12\@xxs {
        margin-left: 58.33333% !important
    }
    .u-push-8\/12\@xxs {
        margin-left: 66.66667% !important
    }
    .u-push-9\/12\@xxs {
        margin-left: 75% !important
    }
    .u-push-10\/12\@xxs {
        margin-left: 83.33333% !important
    }
    .u-push-11\/12\@xxs {
        margin-left: 91.66667% !important
    }
    .u-push-0\@xxs {
        margin-left: 0 !important
    }
}

@media screen and (min-width:30em) {
    .u-push-1\/12\@xs {
        margin-left: 8.33333% !important
    }
    .u-push-2\/12\@xs {
        margin-left: 16.66667% !important
    }
    .u-push-3\/12\@xs {
        margin-left: 25% !important
    }
    .u-push-4\/12\@xs {
        margin-left: 33.33333% !important
    }
    .u-push-5\/12\@xs {
        margin-left: 41.66667% !important
    }
    .u-push-6\/12\@xs {
        margin-left: 50% !important
    }
    .u-push-7\/12\@xs {
        margin-left: 58.33333% !important
    }
    .u-push-8\/12\@xs {
        margin-left: 66.66667% !important
    }
    .u-push-9\/12\@xs {
        margin-left: 75% !important
    }
    .u-push-10\/12\@xs {
        margin-left: 83.33333% !important
    }
    .u-push-11\/12\@xs {
        margin-left: 91.66667% !important
    }
    .u-push-0\@xs {
        margin-left: 0 !important
    }
}

@media screen and (min-width:48em) {
    .u-push-1\/12\@sm {
        margin-left: 8.33333% !important
    }
    .u-push-2\/12\@sm {
        margin-left: 16.66667% !important
    }
    .u-push-3\/12\@sm {
        margin-left: 25% !important
    }
    .u-push-4\/12\@sm {
        margin-left: 33.33333% !important
    }
    .u-push-5\/12\@sm {
        margin-left: 41.66667% !important
    }
    .u-push-6\/12\@sm {
        margin-left: 50% !important
    }
    .u-push-7\/12\@sm {
        margin-left: 58.33333% !important
    }
    .u-push-8\/12\@sm {
        margin-left: 66.66667% !important
    }
    .u-push-9\/12\@sm {
        margin-left: 75% !important
    }
    .u-push-10\/12\@sm {
        margin-left: 83.33333% !important
    }
    .u-push-11\/12\@sm {
        margin-left: 91.66667% !important
    }
    .u-push-0\@sm {
        margin-left: 0 !important
    }
}

@media screen and (min-width:62em) {
    .u-push-1\/12\@md {
        margin-left: 8.33333% !important
    }
    .u-push-2\/12\@md {
        margin-left: 16.66667% !important
    }
    .u-push-3\/12\@md {
        margin-left: 25% !important
    }
    .u-push-4\/12\@md {
        margin-left: 33.33333% !important
    }
    .u-push-5\/12\@md {
        margin-left: 41.66667% !important
    }
    .u-push-6\/12\@md {
        margin-left: 50% !important
    }
    .u-push-7\/12\@md {
        margin-left: 58.33333% !important
    }
    .u-push-8\/12\@md {
        margin-left: 66.66667% !important
    }
    .u-push-9\/12\@md {
        margin-left: 75% !important
    }
    .u-push-10\/12\@md {
        margin-left: 83.33333% !important
    }
    .u-push-11\/12\@md {
        margin-left: 91.66667% !important
    }
    .u-push-0\@md {
        margin-left: 0 !important
    }
}

@media screen and (min-width:80em) {
    .u-push-1\/12\@lg {
        margin-left: 8.33333% !important
    }
    .u-push-2\/12\@lg {
        margin-left: 16.66667% !important
    }
    .u-push-3\/12\@lg {
        margin-left: 25% !important
    }
    .u-push-4\/12\@lg {
        margin-left: 33.33333% !important
    }
    .u-push-5\/12\@lg {
        margin-left: 41.66667% !important
    }
    .u-push-6\/12\@lg {
        margin-left: 50% !important
    }
    .u-push-7\/12\@lg {
        margin-left: 58.33333% !important
    }
    .u-push-8\/12\@lg {
        margin-left: 66.66667% !important
    }
    .u-push-9\/12\@lg {
        margin-left: 75% !important
    }
    .u-push-10\/12\@lg {
        margin-left: 83.33333% !important
    }
    .u-push-11\/12\@lg {
        margin-left: 91.66667% !important
    }
    .u-push-0\@lg {
        margin-left: 0 !important
    }
}

@media screen and (min-width:90em) {
    .u-push-1\/12\@xl {
        margin-left: 8.33333% !important
    }
    .u-push-2\/12\@xl {
        margin-left: 16.66667% !important
    }
    .u-push-3\/12\@xl {
        margin-left: 25% !important
    }
    .u-push-4\/12\@xl {
        margin-left: 33.33333% !important
    }
    .u-push-5\/12\@xl {
        margin-left: 41.66667% !important
    }
    .u-push-6\/12\@xl {
        margin-left: 50% !important
    }
    .u-push-7\/12\@xl {
        margin-left: 58.33333% !important
    }
    .u-push-8\/12\@xl {
        margin-left: 66.66667% !important
    }
    .u-push-9\/12\@xl {
        margin-left: 75% !important
    }
    .u-push-10\/12\@xl {
        margin-left: 83.33333% !important
    }
    .u-push-11\/12\@xl {
        margin-left: 91.66667% !important
    }
    .u-push-0\@xl {
        margin-left: 0 !important
    }
}

@media screen and (min-width:100em) {
    .u-push-1\/12\@xxl {
        margin-left: 8.33333% !important
    }
    .u-push-2\/12\@xxl {
        margin-left: 16.66667% !important
    }
    .u-push-3\/12\@xxl {
        margin-left: 25% !important
    }
    .u-push-4\/12\@xxl {
        margin-left: 33.33333% !important
    }
    .u-push-5\/12\@xxl {
        margin-left: 41.66667% !important
    }
    .u-push-6\/12\@xxl {
        margin-left: 50% !important
    }
    .u-push-7\/12\@xxl {
        margin-left: 58.33333% !important
    }
    .u-push-8\/12\@xxl {
        margin-left: 66.66667% !important
    }
    .u-push-9\/12\@xxl {
        margin-left: 75% !important
    }
    .u-push-10\/12\@xxl {
        margin-left: 83.33333% !important
    }
    .u-push-11\/12\@xxl {
        margin-left: 91.66667% !important
    }
    .u-push-0\@xxl {
        margin-left: 0 !important
    }
}

@media screen and (min-width:118.75em) {
    .u-push-1\/12\@xxxl {
        margin-left: 8.33333% !important
    }
    .u-push-2\/12\@xxxl {
        margin-left: 16.66667% !important
    }
    .u-push-3\/12\@xxxl {
        margin-left: 25% !important
    }
    .u-push-4\/12\@xxxl {
        margin-left: 33.33333% !important
    }
    .u-push-5\/12\@xxxl {
        margin-left: 41.66667% !important
    }
    .u-push-6\/12\@xxxl {
        margin-left: 50% !important
    }
    .u-push-7\/12\@xxxl {
        margin-left: 58.33333% !important
    }
    .u-push-8\/12\@xxxl {
        margin-left: 66.66667% !important
    }
    .u-push-9\/12\@xxxl {
        margin-left: 75% !important
    }
    .u-push-10\/12\@xxxl {
        margin-left: 83.33333% !important
    }
    .u-push-11\/12\@xxxl {
        margin-left: 91.66667% !important
    }
    .u-push-0\@xxxl {
        margin-left: 0 !important
    }
}

.u-1\/12 {
    width: 8.33333% !important
}

.u-2\/12 {
    width: 16.66667% !important
}

.u-3\/12 {
    width: 25% !important
}

.u-4\/12 {
    width: 33.33333% !important
}

.u-5\/12 {
    width: 41.66667% !important
}

.u-6\/12 {
    width: 50% !important
}

.u-7\/12 {
    width: 58.33333% !important
}

.u-8\/12 {
    width: 66.66667% !important
}

.u-9\/12 {
    width: 75% !important
}

.u-10\/12 {
    width: 83.33333% !important
}

.u-11\/12 {
    width: 91.66667% !important
}

.u-12\/12 {
    width: 100% !important
}

@media screen and (min-width:62em) and (min-height:41.25em) {
    .u-1\/12\@smVert {
        width: 8.33333% !important
    }
    .u-2\/12\@smVert {
        width: 16.66667% !important
    }
    .u-3\/12\@smVert {
        width: 25% !important
    }
    .u-4\/12\@smVert {
        width: 33.33333% !important
    }
    .u-5\/12\@smVert {
        width: 41.66667% !important
    }
    .u-6\/12\@smVert {
        width: 50% !important
    }
    .u-7\/12\@smVert {
        width: 58.33333% !important
    }
    .u-8\/12\@smVert {
        width: 66.66667% !important
    }
    .u-9\/12\@smVert {
        width: 75% !important
    }
    .u-10\/12\@smVert {
        width: 83.33333% !important
    }
    .u-11\/12\@smVert {
        width: 91.66667% !important
    }
    .u-12\/12\@smVert {
        width: 100% !important
    }
}

@media screen and (min-width:39.25em) {
    .u-1\/12\@footer {
        width: 8.33333% !important
    }
    .u-2\/12\@footer {
        width: 16.66667% !important
    }
    .u-3\/12\@footer {
        width: 25% !important
    }
    .u-4\/12\@footer {
        width: 33.33333% !important
    }
    .u-5\/12\@footer {
        width: 41.66667% !important
    }
    .u-6\/12\@footer {
        width: 50% !important
    }
    .u-7\/12\@footer {
        width: 58.33333% !important
    }
    .u-8\/12\@footer {
        width: 66.66667% !important
    }
    .u-9\/12\@footer {
        width: 75% !important
    }
    .u-10\/12\@footer {
        width: 83.33333% !important
    }
    .u-11\/12\@footer {
        width: 91.66667% !important
    }
    .u-12\/12\@footer {
        width: 100% !important
    }
}

@media screen and (min-width:22.5em) {
    .u-1\/12\@xxs {
        width: 8.33333% !important
    }
    .u-2\/12\@xxs {
        width: 16.66667% !important
    }
    .u-3\/12\@xxs {
        width: 25% !important
    }
    .u-4\/12\@xxs {
        width: 33.33333% !important
    }
    .u-5\/12\@xxs {
        width: 41.66667% !important
    }
    .u-6\/12\@xxs {
        width: 50% !important
    }
    .u-7\/12\@xxs {
        width: 58.33333% !important
    }
    .u-8\/12\@xxs {
        width: 66.66667% !important
    }
    .u-9\/12\@xxs {
        width: 75% !important
    }
    .u-10\/12\@xxs {
        width: 83.33333% !important
    }
    .u-11\/12\@xxs {
        width: 91.66667% !important
    }
    .u-12\/12\@xxs {
        width: 100% !important
    }
}

@media screen and (min-width:30em) {
    .u-1\/12\@xs {
        width: 8.33333% !important
    }
    .u-2\/12\@xs {
        width: 16.66667% !important
    }
    .u-3\/12\@xs {
        width: 25% !important
    }
    .u-4\/12\@xs {
        width: 33.33333% !important
    }
    .u-5\/12\@xs {
        width: 41.66667% !important
    }
    .u-6\/12\@xs {
        width: 50% !important
    }
    .u-7\/12\@xs {
        width: 58.33333% !important
    }
    .u-8\/12\@xs {
        width: 66.66667% !important
    }
    .u-9\/12\@xs {
        width: 75% !important
    }
    .u-10\/12\@xs {
        width: 83.33333% !important
    }
    .u-11\/12\@xs {
        width: 91.66667% !important
    }
    .u-12\/12\@xs {
        width: 100% !important
    }
}

@media screen and (min-width:48em) {
    .u-1\/12\@sm {
        width: 8.33333% !important
    }
    .u-2\/12\@sm {
        width: 16.66667% !important
    }
    .u-3\/12\@sm {
        width: 25% !important
    }
    .u-4\/12\@sm {
        width: 33.33333% !important
    }
    .u-5\/12\@sm {
        width: 41.66667% !important
    }
    .u-6\/12\@sm {
        width: 50% !important
    }
    .u-7\/12\@sm {
        width: 58.33333% !important
    }
    .u-8\/12\@sm {
        width: 66.66667% !important
    }
    .u-9\/12\@sm {
        width: 75% !important
    }
    .u-10\/12\@sm {
        width: 83.33333% !important
    }
    .u-11\/12\@sm {
        width: 91.66667% !important
    }
    .u-12\/12\@sm {
        width: 100% !important
    }
}

@media screen and (min-width:62em) {
    .u-1\/12\@md {
        width: 8.33333% !important
    }
    .u-2\/12\@md {
        width: 16.66667% !important
    }
    .u-3\/12\@md {
        width: 25% !important
    }
    .u-4\/12\@md {
        width: 33.33333% !important
    }
    .u-5\/12\@md {
        width: 41.66667% !important
    }
    .u-6\/12\@md {
        width: 50% !important
    }
    .u-7\/12\@md {
        width: 58.33333% !important
    }
    .u-8\/12\@md {
        width: 66.66667% !important
    }
    .u-9\/12\@md {
        width: 75% !important
    }
    .u-10\/12\@md {
        width: 83.33333% !important
    }
    .u-11\/12\@md {
        width: 91.66667% !important
    }
    .u-12\/12\@md {
        width: 100% !important
    }
}

@media screen and (min-width:80em) {
    .u-1\/12\@lg {
        width: 8.33333% !important
    }
    .u-2\/12\@lg {
        width: 16.66667% !important
    }
    .u-3\/12\@lg {
        width: 25% !important
    }
    .u-4\/12\@lg {
        width: 33.33333% !important
    }
    .u-5\/12\@lg {
        width: 41.66667% !important
    }
    .u-6\/12\@lg {
        width: 50% !important
    }
    .u-7\/12\@lg {
        width: 58.33333% !important
    }
    .u-8\/12\@lg {
        width: 66.66667% !important
    }
    .u-9\/12\@lg {
        width: 75% !important
    }
    .u-10\/12\@lg {
        width: 83.33333% !important
    }
    .u-11\/12\@lg {
        width: 91.66667% !important
    }
    .u-12\/12\@lg {
        width: 100% !important
    }
}

@media screen and (min-width:90em) {
    .u-1\/12\@xl {
        width: 8.33333% !important
    }
    .u-2\/12\@xl {
        width: 16.66667% !important
    }
    .u-3\/12\@xl {
        width: 25% !important
    }
    .u-4\/12\@xl {
        width: 33.33333% !important
    }
    .u-5\/12\@xl {
        width: 41.66667% !important
    }
    .u-6\/12\@xl {
        width: 50% !important
    }
    .u-7\/12\@xl {
        width: 58.33333% !important
    }
    .u-8\/12\@xl {
        width: 66.66667% !important
    }
    .u-9\/12\@xl {
        width: 75% !important
    }
    .u-10\/12\@xl {
        width: 83.33333% !important
    }
    .u-11\/12\@xl {
        width: 91.66667% !important
    }
    .u-12\/12\@xl {
        width: 100% !important
    }
}

@media screen and (min-width:100em) {
    .u-1\/12\@xxl {
        width: 8.33333% !important
    }
    .u-2\/12\@xxl {
        width: 16.66667% !important
    }
    .u-3\/12\@xxl {
        width: 25% !important
    }
    .u-4\/12\@xxl {
        width: 33.33333% !important
    }
    .u-5\/12\@xxl {
        width: 41.66667% !important
    }
    .u-6\/12\@xxl {
        width: 50% !important
    }
    .u-7\/12\@xxl {
        width: 58.33333% !important
    }
    .u-8\/12\@xxl {
        width: 66.66667% !important
    }
    .u-9\/12\@xxl {
        width: 75% !important
    }
    .u-10\/12\@xxl {
        width: 83.33333% !important
    }
    .u-11\/12\@xxl {
        width: 91.66667% !important
    }
    .u-12\/12\@xxl {
        width: 100% !important
    }
}

@media screen and (min-width:118.75em) {
    .u-1\/12\@xxxl {
        width: 8.33333% !important
    }
    .u-2\/12\@xxxl {
        width: 16.66667% !important
    }
    .u-3\/12\@xxxl {
        width: 25% !important
    }
    .u-4\/12\@xxxl {
        width: 33.33333% !important
    }
    .u-5\/12\@xxxl {
        width: 41.66667% !important
    }
    .u-6\/12\@xxxl {
        width: 50% !important
    }
    .u-7\/12\@xxxl {
        width: 58.33333% !important
    }
    .u-8\/12\@xxxl {
        width: 66.66667% !important
    }
    .u-9\/12\@xxxl {
        width: 75% !important
    }
    .u-10\/12\@xxxl {
        width: 83.33333% !important
    }
    .u-11\/12\@xxxl {
        width: 91.66667% !important
    }
    .u-12\/12\@xxxl {
        width: 100% !important
    }
}

.u-text-left {
    text-align: left !important
}

.u-text-right {
    text-align: right !important
}

.u-text-center {
    text-align: center !important
}

.u-visually-hidden {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: .1rem;
    margin: -.1rem;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: .1rem
}

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

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

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

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

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

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

.swiper-container-multirow>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

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

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

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

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

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

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

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

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

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

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: 50%;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
    left: 10px;
    right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
    right: 10px;
    left: auto
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: opacity .3s;
    -o-transition: .3s opacity;
    transition: opacity .3s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: top .2s, -webkit-transform .2s;
    -o-transition: .2s top, .2s -webkit-transform;
    transition: top .2s, -webkit-transform .2s;
    -o-transition: .2s transform, .2s top;
    -webkit-transition: transform .2s, top .2s;
    transition: transform .2s, top .2s;
    -webkit-transition: transform .2s, top .2s, -webkit-transform .2s;
    -o-transition: .2s transform, .2s top, .2s -webkit-transform;
    transition: transform .2s, top .2s, -webkit-transform .2s
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: left .2s, -webkit-transform .2s;
    -o-transition: .2s left, .2s -webkit-transform;
    transition: left .2s, -webkit-transform .2s;
    -o-transition: .2s transform, .2s left;
    -webkit-transition: transform .2s, left .2s;
    transition: transform .2s, left .2s;
    -webkit-transition: transform .2s, left .2s, -webkit-transform .2s;
    -o-transition: .2s transform, .2s left, .2s -webkit-transform;
    transition: transform .2s, left .2s, -webkit-transform .2s
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: right .2s, -webkit-transform .2s;
    -o-transition: .2s right, .2s -webkit-transform;
    transition: right .2s, -webkit-transform .2s;
    -o-transition: .2s transform, .2s right;
    -webkit-transition: transform .2s, right .2s;
    transition: transform .2s, right .2s;
    -webkit-transition: transform .2s, right .2s, -webkit-transform .2s;
    -o-transition: .2s transform, .2s right, .2s -webkit-transform;
    transition: transform .2s, right .2s, -webkit-transform .2s
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: hsla(0, 0%, 100%, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12) infinite;
    animation: swiper-preloader-spin 1s steps(12) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%231B1C20'/%3E%3C/svg%3E")
}

.swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%231B1C20'/%3E%3C/svg%3E")
}
.pdf_posters{
    padding-top: 0px;
 }
 .page-template-page-our-programs  .c-wysiwyg {
     padding-top: 0rem !important; 
}
.c-posters__list .c-posters__item:last-child .c-posters__title {
  margin-bottom: 0;
}
.pdf_posters .c-posters__item:not(:first-child) {
    border-top: .1rem solid rgba(27, 28, 32, .3);
}
.pdf_posters .c-posters__item{
    margin: 0;
    padding: 2.8rem 0;
}
.pdf_posters p.c-posters__title {
    margin-bottom: 0px;
}

@media (max-width: 767px) {
  .c-partners__section {
    padding: 3.2rem 0;
    position: relative;
  }
}


/*css for presentation*/
.page-template-page-presentations main {
    background: #F1F1F2;
}
.presentation_post {
    background: #F1F1F2;
    padding: 0px;
}
.presentation_post {
    position: relative;
}

.presentation_post::before {
    content: ''; 
    position: absolute;
    top: 0;
    right: 0; 
    width: 313px; 
    max-width: 40%;
    height: 100%; 
    background-image: url('/wp-content/uploads/2025/06/bacteria-2-grey.svg-1.png');
    background-size: contain; 
    background-repeat: no-repeat; 
    background-position: right top; 
    z-index: 0;
}
.facetwp-facet-publication_year.facetwp-type-dropdown, .facetwp-facet-presentation_year.facetwp-type-dropdown {
    z-index: 2;
    position: relative;
}

.presentation_post .o-container {
    padding: 60px;
}

.presentations{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.presentations .fwpl-result {
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
    background-color: #fff;
    padding: 20px;
    transition: box-shadow 0.3s ease, background-color 0.3s ease; 
    height: 100%;
}

.presentations .fwpl-result:hover {
    box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.15);
    background-color: #fff; 
}

.presentation_post a {
    text-decoration: none;
    color: inherit;
    outline: none;
}
.presentations .presentation_title {
    color: #1B1C20;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 15px;
}
.presentation_excerpt {
    color:  #1B1C20;
    font-size:  18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    display: -webkit-box;
   -webkit-line-clamp: 4;       
   -webkit-box-orient: vertical;
   overflow: hidden;
   text-overflow: ellipsis;
   line-height: 1.4em;          
   max-height: calc(1.4em * 4); 

}
.presentations .presentation_date {
    color: #7F287E;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    border: 1px solid #7F287E;
    width: max-content;
    padding: 5px 10px;
    margin-bottom: 15px;
}

.presentation_post h1 {
    color: #1B1C20;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 90px;
}
.presentation_post h1:after {
    color: #EA3E96;
}

/*css for year listing*/
.facetwp-facet-presentation_year .facetwp-dropdown {
    border-radius: 0px;
    width: 255px;
    padding: 10px 35px 10px 10px;
    font-size: 24px;
    border: 1px solid #1B1C20;
    background-color: transparent;
    color: #1B1C20;
    cursor: pointer;
    appearance: none;
    background-image: url('/wp-content/uploads/2025/06/down-arrow.svg');
    background-repeat: no-repeat;
    background-position: right 14px center;
    font-family: 'Lato', sans-serif;
    /*background-size: 20px;*/
}
.facetwp-facet.facetwp-facet-load_more_presentation.facetwp-type-pager{
    margin-bottom: 0px;
}
.prsentation-page-title{
    position: relative;
    display: inline-block; 
}
.prsentation-page-title::after {
    content: '';
    position: absolute;
    bottom: -30px; 
    left: 0;
    width: 110px; 
    height: 2px; 
    background: #EA3E96; 
}
.presentation_post .c-description {
    width: 1355px;
    max-width: 100%;
}
.facetwp-facet-presentation_year .facetwp-dropdown:hover {
    border-color: #1B1C20;
}

.facetwp-facet-presentation_year .facetwp-dropdown:focus,
.facetwp-facet-presentation_year .facetwp-dropdown:active {
    border-radius: 0;
    outline: none;
}
/*css for load more presentation button*/
.facetwp-facet-load_more_presentation, .c-view-all-cta {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.facetwp-facet-load_more_presentation .facetwp-load-more,
.c-view-all-cta a {
    padding: 8px 25px;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    border: none;
    background-color: #1B1C20;
    border-radius: 99px;
    cursor: pointer;
    text-transform: uppercase;
    text-decoration: none; 
    transition: background-color 0.3s ease, transform 0.2s ease;
    font-family: acumin-pro-condensed, sans-serif;
}

.facetwp-facet-load_more_presentation .facetwp-load-more:hover,
.c-view-all-cta a:hover {
        background: #32343c;
}

.facetwp-facet-load_more_presentation .facetwp-load-more:disabled {
    background-color: #cccccc;
    cursor: not-allowed;
}
 .home-contact-btn{
    margin-top: 30px;
 }
.c-home__nav .c-home-grid li.c-home-grid__item:last-child {
    height: auto !important;
    background-color: #0d7fc3;
}
.c-home__nav .c-home-grid li.c-home-grid__item:last-child:hover{
   background-color: #0a6093 !important;
}
.presentation_author{
     margin-top: 15px;
      color: #1B1C20;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
@media screen and (max-width: 767px) {

    .presentation_post .o-container {
        padding: 40px 25px;
    }

    .presentation_post h1 {
        margin-bottom: 70px;
    }
    .presentations {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .facetwp-facet-presentation_year{
        margin-bottom: 20px !important;
    }
    .facetwp-facet-presentation_year .facetwp-dropdown{
        font-size: 20px;
        line-height: normal;
    }
}
@media (min-width: 768px) and (max-width: 1280px) {
    .presentations {
        grid-template-columns: repeat(2, 1fr); 
        }
}


/*Presentation and Publication chnages*/
.facetwp-type-dropdown  .facetwp-dropdown {
    outline: unset;
    border-radius: 0px;
    width: 255px;
    padding: 10px 35px 10px 10px;
    font-size: 24px;
    border: 1px solid #1B1C20;
    background-color: transparent;
    color: #1B1C20;
    cursor: pointer;
    appearance: none;
    background-image: url(/wp-content/uploads/2025/06/down-arrow.svg);
    background-repeat: no-repeat;
    background-position: right 14px center;
    font-family: 'Lato', sans-serif;
}
.facetwp-facet-load_more_publication .facetwp-load-more, .c-view-all-cta a {
    padding: 8px 25px;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    border: none;
    background-color: #1B1C20;
    border-radius: 99px;
    cursor: pointer;
    text-transform: uppercase;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.2s ease;
    font-family: acumin-pro-condensed, sans-serif;
}


.facetwp-facet-load_more_publication, .c-view-all-cta {
    display: flex;
    justify-content: center;
    align-items: center;

}
.publication-date {
    color: #90c53f !important;
    border: 1px solid #90c53f !important;
}
.presentations { 
    z-index: 99;
    position: relative;
}
.combine-sec.pres-combine{display: flex;}
.combine-sec {
   justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
}
/*.presentations .presentation_title {
        margin-bottom: 0px;
}*/
@media screen and (min-width: 64em){
.c-home-grid__item:nth-child(5){
grid-column: 3 / 4 ;
}
}
@media (max-width: 767px) {
  .combine-sec { display: grid;  
}
.c-home__nav .c-home-grid li.c-home-grid__item:last-child {
    height: 12rem !important;
}
}
/* Presentations Showcase Component Styles */
.presentations-section {
    position: relative;
    overflow: hidden;
    padding: 30px 0;
    z-index: 9;
}

.presentations-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.presentation-overlay.c-view-all-cta {
    margin-top: 0px;
}

.presentation-item {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: left;
    justify-content: flex-start;
}

.presentation-overlay {
    position: relative; /* Changed from absolute to relative */
    color: white;
    padding: 60px;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    background: linear-gradient(84deg, rgba(0, 0, 0, 0.50) 50.34%, rgba(0, 0, 0, 0.00) 85.91%); /* Move gradient here */
}

.presentation-item-title {
    color: var(--White, #FFF);
    font-family: var(--Font-Family-Primary, Lato);
    font-size: var(--Font-Size-f-size-xxxl, 50px);
    font-style: normal;
    font-weight: 300;
    line-height: var(--Line-Height-Line-height-f-size-xxxl, 60px);
    margin-bottom: 20px;
    word-wrap: break-word;
}

.page-template-page-our-programs .c-partners__section {
    padding-top: 60px !important;
}

div#pipeline-graph {
    padding-bottom: 60px;
}

/* Responsive Design */
@media (max-width: 1280px) {
    .presentations-grid {
        display: block;
    }
    
    .presentation-item {
        margin-bottom: 20px;
    }
    
    .presentation-item:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .presentation-item-title {
        font-size: 30px;
        line-height: 40px;
    }
    
    div#pipeline-graph {
        padding-bottom: 30px;
    }  
    
    .presentation-overlay {
        padding: 40px;
    }
}

@media (max-width: 480px) {
    .presentation-overlay {
        padding: 30px;
    }
    
    .presentation-item-title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 15px;
    }
}
/*update footer twitter icon at bottom start*/

.c-social__icon--twitter {
    background: url('/wp-content/uploads/2025/08/twitter.png') no-repeat center;
    background-size: contain;
}

.c-social__icon--twitter use {
    opacity: 0;
}
/*update footer twitter icon at bottom end*/
.c-pipeline__row.chart-header.pip-02 {
    height: 100%;
}
@media screen and (min-width: 992px) {
.c-pipeline-lower.c-pipeline__bar.c-pipeline__bar--3 span.c-pipeline__add{
        letter-spacing: -0.16px;
}
}