body{
    font-size: 14px;
    line-height: 1.625em;
}
strong, b {
    font-weight: bold;
}
.is-wrapper p,.is-wrapper li,.is-wrapper input,.is-wrapper span {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Lato', 'Arial', sans-serif;
    font-weight: normal;
}
.is-wrapper h1,.is-wrapper h2,.is-wrapper h3,.is-wrapper h4,.is-wrapper h5,.is-wrapper h6 {
    font-family: 'Lato', 'Arial', sans-serif;
    font-variant-ligatures: common-ligatures;
}
.is-wrapper h1.is-title-bold, .is-wrapper h2.is-title-bold, .is-wrapper h3.is-title-bold, 
.is-wrapper h4.is-title-bold, .is-wrapper h5.is-title-bold, .is-wrapper h6.is-title-bold {
    font-weight: 900;
}
.is-wrapper a.is-btn-ghost1, .is-wrapper a.is-btn-ghost2, 
.is-wrapper button.is-btn-ghost1, .is-wrapper button.is-btn-ghost2{
    font-size: 12px;
    letter-spacing: 3px;
    line-height: 2;    
    font-family: 'Lato', 'Arial', sans-serif;
    border-radius: 30px;
    text-transform: uppercase;
    padding: 5px 25px;
}
.is-wrapper .is-dark-text *[class*="is-title"],
.is-wrapper .is-dark-text a:not([class*="btn-"]){
    color: rgb(32, 55, 96);
}
.is-wrapper .is-light-text *[class*="is-title"],
.is-wrapper .is-light-text a:not([class*="btn-"]){
    color: rgb(255, 255, 255);
}
/* ghost1 dark-text */
.is-dark-text .is-btn-ghost1,
.is-light-text .is-dark-text .is-btn-ghost1 {
    color: #232323;
    border: 2px solid #232323;
    background: transparent;
}
    .is-dark-text .is-btn-ghost1:hover, .is-dark-text .is-btn-ghost1:active, .is-dark-text .is-btn-ghost1:focus,
    .is-light-text .is-dark-text .is-btn-ghost1:hover, .is-light-text .is-dark-text .is-btn-ghost1:active, .is-light-text .is-dark-text .is-btn-ghost1:focus {
        color: #fff;
    	background-color: #232323;
    	border: 2px solid #232323;
    }
/* ghost1 light-text */
.is-light-text .is-btn-ghost1,
.is-dark-text .is-light-text .is-btn-ghost1 {
    color: #eeeff0;
    	background-color: transparent;
    	border: 2px solid #eeeff0;
}
    .is-light-text .is-btn-ghost1:hover, .is-light-text .is-btn-ghost1:active, .is-light-text .is-btn-ghost1:focus,
    .is-dark-text .is-light-text .is-btn-ghost1:hover, .is-dark-text .is-light-text .is-btn-ghost1:active, .is-dark-text .is-light-text .is-btn-ghost1:focus {
        color: #74262c;
    	border: 2px solid #eeeff0;
    	background-color: #eeeff0;
    }
/* ghost2 dark-text */
.is-dark-text .is-btn-ghost2,
.is-light-text .is-dark-text .is-btn-ghost2 {
    color: #fff;
    border: 2px solid rgb(32, 55, 96);
    background-color: rgb(32, 55, 96);
}
    .is-dark-text .is-btn-ghost2:hover, .is-dark-text .is-btn-ghost2:active, .is-dark-text .is-btn-ghost2:focus,
    .is-light-text .is-dark-text .is-btn-ghost2:hover, .is-light-text .is-dark-text .is-btn-ghost2:active, .is-light-text .is-dark-text .is-btn-ghost2:focus {
        color: rgb(32, 55, 96);
        border: 2px solid rgb(32, 55, 96);
        background: transparent;
    }
    /* ghost2 light-text */
.is-light-text .is-btn-ghost2,
.is-dark-text .is-light-text .is-btn-ghost2 {
    color: rgb(32, 55, 96);
    border: 2px solid #eeeff0;
    background-color: #eeeff0;
}
    .is-light-text .is-btn-ghost2:hover, .is-light-text .is-btn-ghost2:active, .is-light-text .is-btn-ghost2:focus,
    .is-dark-text .is-light-text .is-btn-ghost2:hover, .is-dark-text .is-light-text .is-btn-ghost2:active, .is-dark-text .is-light-text .is-btn-ghost2:focus {
        color: #eeeff0;
    	background-color: transparent;
    	border: 2px solid #eeeff0;
    }
.btnelement { color: red; }
.is-wrapper .is-sloped-bottom-light:after,
.is-wrapper .is-sloped-top-light:before,
.is-wrapper .is-sloped-bottom-gray:after,
.is-wrapper .is-sloped-top-gray:before,
.is-wrapper .is-sloped-bottom-color:after,
.is-wrapper .is-sloped-top-color:before {
    content: "";
    position: absolute;
    border: 0 solid transparent;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
    z-index: 1;
    right: 0;
    border-right-color: #fff;
    border-right-width: 100vw;
    pointer-events: none;
    background-repeat: no-repeat;
}
.is-wrapper .is-sloped-bottom-light:after,
.is-wrapper .is-sloped-bottom-gray:after,
.is-wrapper .is-sloped-bottom-color:after{
    right: 0;
    bottom: -5rem;
    border-bottom-width: 5rem;
}
.is-wrapper .is-sloped-top-light:before,
.is-wrapper .is-sloped-top-gray:before,
.is-wrapper .is-sloped-top-color:before{
    right: 0;
    top: -5rem;
    border-top-width: 5rem;
}
.is-wrapper .is-sloped-top-gray:before,
.is-wrapper .is-sloped-bottom-gray:after {
    border-right-color: #eeeff0 !important;
}
.is-wrapper .is-sloped-top-color:before,
.is-wrapper .is-sloped-top-color:after {
    border-right-color: #00cece !important;
}