.tabs__content{
transition: all 0.4s ease ;
max-height:560px;
}

.container-kin {
    max-width: 1200px
}

.container-kin {
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    padding-right: 2rem;
    padding-left: 2rem
}

@media only screen and (max-width: 48em) {
    .container-kin {
        padding-right:1rem;
        padding-left: 1rem
    }
}

.row {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 10px;
    margin-left: 10px
}

.row.nocol {
    -ms-flex-wrap: unset;
    flex-wrap: unset
}

.row .row:not(.button):not(.button--text--purple):not(.button--text--green):not(.button--text--white):not(.button--ghost--white):not(.button--ghost--gray):not(.button--ghost--green):not(.button--ghost--purple):not(.button--ghost--gold):not(.button--green):not(.button--white):not(.button--purple):not(.button--darkGray) {
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important
}

.col-xs-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem
}

.col-xs-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
}

.gutter--huge {
    justify-content: space-between
}

.start-xs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start
}


.middle-xs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start
}

.center-xs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.middle-xs {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

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

@media only screen and (min-width: 48em) {
    .col-sm-6 {
        box-sizing:border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: 0.5rem;
        padding-left: 0.5rem
    }

    .col-sm-6 {
        -ms-flex-preferred-size: 57%;
        flex-basis: 57%;
        max-width: 57%
    }

    .gutter--huge {
        justify-content: space-between
    }

    .gutter--huge .col-sm-6 {
        -ms-flex-preferred-size: calc( 50% - 40px );
        flex-basis: calc( 50% - 40px );
        max-width: calc( 50% - 40px )
    }
}

@media only screen and (min-width: 64em) {
    .gutter--huge {
        justify-content:space-between
    }
}

@media only screen and (min-width: 75em) {
    .container-kin {
        width:105rem
    }

    .gutter--huge {
        justify-content: space-between
    }
}

.heading--large,.heading--small {
    font-weight: 300;
    line-height: 1.2;
    color: #43414e
}

.heading--large {
    font-size: 28px;
    font-weight: 900
}

.heading--small {
    font-size: 14px;
    font-weight: 600
}

.text--large {
    font-size: 18px;
    line-height: 1.6
}

@media only screen and (max-width: 48em) {
    .heading--large {
        font-size: 24px
    }

    .text--large {
        font-size: 16px;
    }
}

.box {
    border-radius: 4px
}

@media only screen and (max-width: 48em) {
    p {
        margin-bottom:20px
    }
}

.box {
    padding: 10px 40px 20px 40px;
    background: #fff;
    box-shadow: 0px 2px 4px 0px rgba(47,47,47,0.1);
    box-sizing: border-box;
    position: relative;
    transition: all 300ms linear;
	border: solid 0.5px #eeeff3;
}

.tab__content-container {
    position: relative
}

.tabs__nav {
    margin-bottom: 17px
}

.tabs__nav.tabs__nav--arrow div.active {
    position: relative
}

.tabs__nav.tabs__nav--arrow div.active:before {
    width: 30px;
    height: 27px;
    position: absolute;
    left: 50%;
    z-index: 3000;
    content: ' ';
    display: block;
    background-image: url("data:image/svg+xml;utf8,<svg width='30px' height='17px' viewBox='0 0 30 17' xmlns='http://www.w3.org/2000/svg'>\a             <g id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'>\a                 <polygon id='Triangle' fill='#FFFFFF' points='15 0 30 17 0 17'></polygon>\a             </g>\a         </svg>");
    background-repeat: no-repeat;
    background-position: center center;
    top: 45px
}

.tabs__nav .heading--small {
    border-bottom: 3px solid transparent;
    border-top: 3px solid transparent;
    display: inline-block;
    padding-bottom: 3px;
    cursor: pointer
}

.tabs__nav .active .heading--small {
    border-bottom: 3px solid #0e9ca6
}

.tabs__section {
    display: block
}


@media only screen and (max-width: 47em) {
    .tabs__nav.tabs__nav--arrow div.active:before {
        display:no-ne
    }

    .tabs__nav {
        display: block
    }

    .tabs__nav>div {
        margin-bottom: 10px
    }

    .tab__content-container {
        padding:10px;
    }
}

@media only screen and (min-width: 48em) and (max-width: 63em) {
    .tabs__nav .heading--small {
        font-size:14px
    }

    .tabs__nav img {
        width: 20px
    }
}

.mr--10 {
    margin-right: 10px
}

.mt--20 {
    margin-top: 20px
}

.mt--60 {
    margin-top: 60px
}

.mb--10 {
    margin-bottom: 10px
}

.mb--80 {
    margin-bottom: 80px
}

@media only screen and (max-width: 47em) {

    .mt--xs--20 {
        margin-top: 0px
    }

    .mt--xs--40 {
        margin-top: 40px
    }

    .mt--xs--60 {
        margin-top: 60px
    }

    .mb--xs--0 {
        margin-bottom: 0px !important
    }
}

img {
    max-width: 377px;
    max-height: 250px;
    margin-bottom: 0;
}

@media only screen and (max-width: 575px) {
    img {
        max-width: 250px;
    }
}

#peace-of-mind-group {

    z-index: -1
}

#peace-of-mind-group + div {
    z-index: 400;
    position: relative;
}

@media only screen and (max-width: 47.9999em) {
    #peace-of-mind-group {
        position: relative;
        top: 0px;
        left: -20px;
        right: 0px;
        transform: scaleX(-1);
        filter: FlipH;
    }
}