
@font-face {
    font-family: 'proxima_novaregular';
    src: url('../../landingPage/css/fonts/proxima_nova_regular-webfont.eot');
    src: url('../../landingPage/css/fonts/proxima_nova_regular-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../../landingPage/css/fonts/proxima_nova_regular-webfont.html') format('woff2'),
         url('../../landingPage/css/fonts/proxima_nova_regular-webfont.woff') format('woff'),
         url('../../landingPage/css/fonts/proxima_nova_regular-webfont.ttf') format('truetype'),
         url('../../landingPage/css/fonts/proxima_nova_regular-webfont.svg#proxima_novaregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gilroy';
    src: url('../../landingPage/css/fonts/gilroy-medium-webfont.eot');
    src: url('../../landingPage/css/fonts/gilroy-medium-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../../landingPage/css/fonts/gilroy-medium-webfont.html') format('woff2'),
         url('../../landingPage/css/fonts/gilroy-medium-webfont.woff') format('woff'),
         url('../../landingPage/css/fonts/gilroy-medium-webfont.ttf') format('truetype'),
         url('../../landingPage/css/fonts/gilroy-medium-webfont.svg#gilroymedium') format('svg');
    font-weight: 500;
    font-style: normal;

}
@font-face {
    font-family: 'gilroy';
    src: url('../../landingPage/css/fonts/gilroy-semibold-webfont.eot');
    src: url('../../landingPage/css/fonts/gilroy-semibold-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../../landingPage/css/fonts/gilroy-semibold-webfont.html') format('woff2'),
         url('../../landingPage/css/fonts/gilroy-semibold-webfont.woff') format('woff'),
         url('../../landingPage/css/fonts/gilroy-semibold-webfont.ttf') format('truetype'),
         url('../../landingPage/css/fonts/gilroy-semibold-webfont.svg#gilroysemibold') format('svg');
    font-weight: 600;
    font-style: normal;

}
@font-face {
    font-family: 'gilroy';
    src: url('../../landingPage/css/fonts/gilroy-bold-webfont.eot');
    src: url('../../landingPage/css/fonts/gilroy-bold-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../../landingPage/css/fonts/gilroy-bold-webfont.html') format('woff2'),
         url('../../landingPage/css/fonts/gilroy-bold-webfont.woff') format('woff'),
         url('../../landingPage/css/fonts/gilroy-bold-webfont.ttf') format('truetype'),
         url('../../landingPage/css/fonts/gilroy-bold-webfont.svg#gilroybold') format('svg');
    font-weight: 700;
    font-style: normal;

}


.page-template-partners-program .section--intro .section__content>.row {
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.page-template-partners-inner .section--intro:before,
.page-template-partners-program .section--intro:before,
.page-template-partners .section--intro:before {
    bottom: -1px
}

.partner-row {
    border: 1px solid #ededed;
    overflow: hidden
}

.partner-row:hover {
    -webkit-box-shadow: 0 0 30px rgba(150, 180, 216, 0.4);
    box-shadow: 0 0 30px rgba(150, 180, 216, 0.4)
}

.filters-listbox .filter-box .filter-trigger {
    border: 1px solid rgba(150, 180, 216, 0.18)
}

.video-block img {
    border-radius: 15px
}

.wrapper {}

.filters-listbox {
    position: -webkit-sticky;
    position: sticky;
    top: 100px
}

.partner_page {
    display: none
}

.partner_page:first-child {
    display: block
}

.partner-list {
    margin: 0 auto
}

.pagination ul {
    margin: 0 auto;
    padding: 0;
    list-style: none
}

.pagination ul li {
    display: inline-block
}

.modal-backdrop {
    position: fixed
}

.partner-contact-form .error,
.partner-contact-form .form__field .error {
    text-transform: none;
    text-align: left;
    color: #f00 !important
}

.partner-contact-form input.error {
    background: #fff !important;
    border-color: #f00 !important
}

.partner-contact-form span.wpcf7-list-item input[type=checkbox]:checked+label span:before {
    background: #b4c4d1
}

.partner-contact-form span.wpcf7-list-item input[type=checkbox]:checked+label span.wpcf7-list-item-label:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.partner-contact-form .submit-row {
    text-align: center
}

.contact-popup .contact-form-section {
    text-align: left
}

.partner-form-success {
    padding: 10px 20px;
    border: 1px solid #3ad595;
    text-align: center;
    background: #ecfff7;
    font-size: 18px !important;
    color: #07a161;
    margin-bottom: 0
}

.partner-form-error {
    padding: 10px 20px;
    border: 1px solid #f00;
    text-align: center;
    background: #ffecec;
    font-size: 18px !important;
    color: #f00;
    margin-bottom: 0
}

.form__field .ajax-loader {
    background: transparent url(../images/partner-details/ajax-loader.gif) 0 0 no-repeat;
    background-size: 100%;
    width: 26px;
    height: 26px;
    margin-left: 15px;
    vertical-align: middle;
    visibility: hidden;
    display: none
}

.ajax-loader.is-active {
    visibility: visible;
    display: inline-block
}

.partner-list .partner-row {
    height: 316px
}

.partner-list .partner-row .partner-img {
    width: auto;
    max-height: 96px
}

.partner-list .partner-row:hover {
    -webkit-transform: translateY(-1rem);
    -ms-transform: translateY(-1rem);
    transform: translateY(-1rem);
    -webkit-box-shadow: 0 0 30px rgba(150, 180, 216, 0.6);
    box-shadow: 0 0 30px rgba(150, 180, 216, 0.6)
}

.partner-list .partner-row .partner-details-col {
    padding-bottom: 80px;
    position: relative
}

.partner-list .partner-row .more-btn {
    position: absolute;
    right: 30px;
    bottom: 30px
}

.partner-section-program .partner-row .partner-details-col a.btn {
    display: table;
    max-width: 236px;
    width: 100%;
    color: #fff
}

.partner-section-program .partner-row:hover {
    -webkit-box-shadow: 0px 15px 15px rgba(150, 180, 216, 0.2);
    box-shadow: 0px 15px 15px rgba(150, 180, 216, 0.2)
}

.partner-program-form .submit-row {
    text-align: center
}

.partner-list .partner-row .partner-label {
    margin-top: 30px
}

@media only screen and (max-width:1240px) {
    .header__nav .nav--main {
        font-size: 1.1rem
    }
}

@media only screen and (max-width:991px) {
    .partner-list .partner-row {
        height: 286px
    }
}

@media only screen and (max-width:767px) {

    .partner-form-error,
    .partner-form-success {
        font-size: 15px !important
    }

    .partner-list .partner-row .partner-details-col {
        padding-bottom: 15px
    }

    .partner-list .partner-row .more-btn {
        position: relative;
        right: inherit;
        bottom: inherit
    }

    .partner-section-program .partner-row .partner-details-col a.btn {
        display: block;
        max-width: 100%
    }

    .partner-list .partner-row .partner-img-col {
        padding-top: 30px
    }

    .partner-list .partner-row .partner-label {
        margin-top: 0
    }

    .partner-list .partner-row {
        height: auto
    }
}

@media only screen and (max-width:575px) {
    .pagination ul li {
        margin: 0 3px
    }

    .form__field .ajax-loader {
        margin-left: 8px
    }
}

.demo-page .btn {
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: "OpenSans", Helvetica, Arial, sans-serif;
    padding: 1.7rem 1.65rem;
    font-size: 1.5rem;
    font-weight: 600
}

.demo-page .btn:hover {
    background-image: -webkit-linear-gradient(225deg, #45e9a2 0%, #1be8ac 100%);
    background-image: -o-linear-gradient(225deg, #45e9a2 0%, #1be8ac 100%);
    background-image: linear-gradient(225deg, #45e9a2 0%, #1be8ac 100%)
}

.demo-page.header-sticky .header.header--fixed {
    padding: 2.7rem 0;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.demo-page .header {
    padding: 2.7rem 0;
    position: absolute;
    top: 0
}

@media only screen and (max-width:567px) {
    .demo-page .header {
        padding: 1.2rem 0
    }
}

@media only screen and (max-width:1023px) {
    .demo-page .header .header__logo {
        text-align: center
    }
}

.demo-page .header .header__logo a {
    display: inline-block;
    width: 96px
}

@media only screen and (max-width:1023px) {
    .demo-page .header .header__logo a {
        width: 102px
    }
}

@media only screen and (max-width:567px) {
    .demo-page .header .header__logo a {
        width: 80px
    }
}

.demo-page .header .header__logo img {
    width: 100%;
    max-width: 100%
}

@media only screen and (max-width:567px) {
    .section.section--intro.demo-intro {
        padding-bottom: 6rem
    }
}

@media only screen and (max-width:1023px) {
    .section.section--intro.demo-intro .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.demo-intro.section.section--intro .section__content .subtitle {
    margin-bottom: 0
}

@media only screen and (max-width:768px) {
    .demo-intro.section.section--intro .section__content .subtitle {
        margin-bottom: 1.4rem
    }
}

.demo-intro {
    background: url(../images/demo-page/demo-oval.png) no-repeat top right
}

@media only screen and (max-width:1520px) {
    .demo-intro {
        background-size: 64rem
    }
}

@media only screen and (max-width:1200px) {
    .demo-intro {
        background-size: 44rem
    }
}

@media only screen and (max-width:1023px) {
    .demo-intro {
        background: none
    }
}

.demo-intro.section.section--intro .section__content {
    margin-top: 5rem;
    width: 48%;
    padding-right: 63px;
    text-align: left
}

@media only screen and (max-width:1023px) {
    .demo-intro.section.section--intro .section__content {
        width: 100%;
        padding: 0
    }
}

@media only screen and (max-width:567px) {
    .demo-intro.section.section--intro .section__content {
        margin-top: 0
    }
}

.demo-intro.section.section--intro .section__content .sr-left-title {
    font-size: 32px
}

@media only screen and (max-width:767px) {
    .demo-intro.section.section--intro .section__content .sr-left-title {
        font-size: 25px
    }
}

@media only screen and (max-width:567px) {
    .demo-intro.section.section--intro .section__content .sr-left-title {
        font-size: 20px
    }
}

.demo-intro.section.section--intro .section__image {
    margin-top: 11.7rem;
    width: 52%
}

@media only screen and (max-width:1023px) {
    .demo-intro.section.section--intro .section__image {
        width: 100%;
        margin-top: 6.7rem;
        text-align: center
    }
}

.demo-intro.section.section--intro .section__image figure {
    width: 754px
}

@media only screen and (max-width:1023px) {
    .demo-intro.section.section--intro .section__image figure {
        width: 100%
    }
}

.demo-form {
    padding-top: 3.4rem
}

@media only screen and (max-width:1023px) {
    .demo-form {
        padding-top: 3.5rem
    }
}

@media only screen and (max-width:767px) {
    .demo-form {
        padding-top: 2.5rem
    }
}

@media only screen and (max-width:1199px) {
    .demo-intro.section.section--intro .section__content .form__field input {
        padding-left: 1.9rem
    }
}

.demo-intro.section.section--intro .section__content .demo-content .section__image {
    margin-top: 3.7rem;
    margin-bottom: 4.5rem
}

@media only screen and (max-width:1023px) {
    .demo-intro.section.section--intro .section__content .demo-content .section__image {
        margin-bottom: 0
    }
}

@media only screen and (max-width:768px) {
    .demo-intro.section.section--intro .section__content .demo-content .section__image {
        margin-top: 1.7rem
    }
}

@media only screen and (max-width:1199px) {
    .demo-intro.section.section--intro .section__content .form__field label {
        left: 1.9rem
    }
}

@media only screen and (max-width:1199px) {
    .demo-intro.section.section--intro .section__content .demo-form .select2-container+label {
        top: 0.7rem
    }
}

@media only screen and (max-width:1023px) {
    .demo-content {
        text-align: center
    }

    .demo-content p.subtitle {
        font-size: 1.6rem;
        line-height: 2.8rem
    }
}

@media only screen and (max-width:1023px) and (max-width:567px) {
    .demo-content p.subtitle {
        font-size: 1.4rem;
        line-height: 2.3rem
    }
}

@media only screen and (max-width:1023px) {
    .demo-content .demo-img {
        margin-top: 0
    }
}

.form .form__field input[type=email],
.form .form__field input[type=password],
.form .form__field input[type=text],
.form .form__field label,
.form .form__field select {
    font-family: "OpenSans", Helvetica, Arial, sans-serif
}

.demo-checkbox span.wpcf7-list-item-label {
    font-size: 14px;
    line-height: 26px
}

.demo-checkbox span.wpcf7-list-item-label:before {
    background: #e9fbf5;
    border: 0
}

.demo-checkbox span.wpcf7-list-item-label:after {
    content: "";
    height: 10px;
    font-size: 0;
    width: 10px;
    background: url(../images/demo-page/check-new.svg) no-repeat;
    left: 9px;
    top: 7px
}

.demo-checkbox span.wpcf7-list-item input[type=checkbox]:checked+span:before {
    background: #e9fbf5
}

.demo-page .select2-search--dropdown {
    display: none
}

.demo-form .submit-row button {
    width: 100%;
    margin-top: 28px
}

.demo-form .select2-container .select2-selection--single {
    height: 56px;
    padding-top: 2rem
}

@media only screen and (max-width:1199px) {
    .demo-form .select2-container .select2-selection--single {
        height: 47px;
        padding-top: 1.5rem
    }
}

@media only screen and (max-width:1199px) {
    .demo-form .select2-container .select2-selection--single .select2-selection__rendered {
        line-height: 34px
    }
}

.agency-logos {
    text-align: center
}

.agency-logos .socialproof__text {
    width: 100%
}

.agency-logos .socialproof__logos {
    width: 65%;
    margin: 15px auto 0
}

@media only screen and (max-width:567px) {
    .agency-logos .socialproof__logos {
        width: 100%
    }
}

.agency-logos .socialproof__logos li {
    width: auto;
    max-width: 35px;
    height: 40px;
    margin: 0 10px
}

.agency-logos .socialproof__logos li img {
    width: 100%;
    height: 100%
}

.section.list-section {
    padding-bottom: 10rem
}

@media only screen and (max-width:767px) {
    .section.list-section {
        padding-bottom: 5rem
    }
}

@media only screen and (max-width:767px) {
    .section.list-section .title h2 {
        font-size: 2.5rem
    }
}

@media only screen and (max-width:767px) {
    .section.list-section .title h2 {
        font-size: 2rem
    }
}

@media only screen and (max-width:767px) {
    .section .new-check-icon.list-icon {
        margin-top: 0
    }
}

.new-check-icon.list-icon {
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 35px
}

.new-check-icon.list-icon li {
    position: relative;
    padding-left: 50px;
    padding-right: 70px;
    width: 50%;
    min-height: 50px;
    line-height: 1.56;
    font-size: 1.7rem
}

@media only screen and (max-width:1023px) {
    .new-check-icon.list-icon li {
        padding-right: 40px
    }
}

@media only screen and (max-width:767px) {
    .new-check-icon.list-icon li {
        width: 100%;
        min-height: 40px;
        padding-right: 0;
        font-size: 1.6rem
    }
}

.new-check-icon.list-icon li:before {
    content: '';
    position: absolute;
    left: 0;
    top: -1px;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: rgba(58, 201, 139, 0.1)
}

@media only screen and (max-width:567px) {
    .new-check-icon.list-icon li:before {
        top: -2px
    }
}

.new-check-icon.list-icon li:after {
    content: '';
    position: absolute;
    left: 9px;
    top: 9px;
    height: 10px;
    width: 10px;
    background-image: url(../images/demo-page/check-new.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%
}

@media only screen and (max-width:567px) {
    .new-check-icon.list-icon li:after {
        top: 8px
    }
}

.demo-testimonial.section.section--testimonials-high-slider {
    padding-bottom: 0
}

.new-testimonial-box {
    margin: -1.5rem -7rem
}

@media only screen and (max-width:1199px) {
    .new-testimonial-box {
        margin: 0
    }
}

@media only screen and (max-width:1199px) {
    .new-testimonial-box .highlight--testimonial {
        margin: 2.5rem 2rem
    }
}

.new-testimonial-box .highlight--testimonial .highlight__image {
    width: 40%
}

@media only screen and (max-width:1199px) {
    .new-testimonial-box .highlight--testimonial .highlight__image {
        width: 100%
    }
}

.new-testimonial-box .highlight--testimonial .highlight__image:before {
    background: transparent url(../images/why-anfix/highlight-corner.svg) top right no-repeat;
    background-size: contain
}

@media only screen and (max-width:1199px) {
    .new-testimonial-box .highlight--testimonial .highlight__image:before {
        background: transparent url(../images/corner_mob.png) bottom right no-repeat;
        top: .3rem;
        height: 100%;
        background-size: contain
    }
}

.new-testimonial-box .highlight--testimonial .highlight__image:after {
    display: none
}

.new-testimonial-box .highlight--testimonial .highlight__content {
    width: 60%;
    padding: 6.6rem 9.8rem 8.5rem 4.5rem;
    position: relative
}

@media only screen and (max-width:1199px) {
    .new-testimonial-box .highlight--testimonial .highlight__content {
        width: 100%;
        padding: 1.6rem 5.8rem 4.5rem 4.5rem
    }
}

@media only screen and (max-width:567px) {
    .new-testimonial-box .highlight--testimonial .highlight__content {
        padding: 1.6rem 1.8rem 4.8rem 2.5rem
    }
}

.new-testimonial-box .highlight--testimonial .new-testimonial-row {
    position: relative
}

@media only screen and (max-width:567px) {
    .new-testimonial-box .highlight--testimonial .new-testimonial-row {
        position: static
    }
}

.new-testimonial-box .highlight--testimonial .new-testimonial-row h4 {
    font-size: 16px;
    font-family: "gilroy", Helvetica, Arial, sans-serif
}

@media only screen and (max-width:567px) {
    .new-testimonial-box .highlight--testimonial .new-testimonial-row h4 {
        font-size: 14px
    }
}

@media only screen and (max-width:567px) {
    .new-testimonial-box .highlight--testimonial .new-testimonial-row p {
        font-size: 1.5rem
    }
}

.new-testimonial-box .highlight--testimonial .new-testimonial-row .teslogo-right {
    position: absolute;
    right: 0;
    top: 45px;
    width: auto;
    max-width: 123px;
    max-height: 60px
}

@media only screen and (max-width:567px) {
    .new-testimonial-box .highlight--testimonial .new-testimonial-row .teslogo-right {
        top: inherit;
        right: 20px;
        bottom: 20px;
        max-width: 93px
    }
}

@media only screen and (max-width:1199px) {
    .section.section--testimonials-high-slider.demo-testimonial .owl-carousel.testimonials .owl-nav {
        top: inherit;
        bottom: -20px;
        left: 0;
        right: 0;
        margin: auto;
        display: table
    }
}

.section.section--testimonials-high-slider.demo-testimonial .owl-carousel.testimonials .owl-nav .owl-next,
.section.section--testimonials-high-slider.demo-testimonial .owl-carousel.testimonials .owl-nav .owl-prev {
    display: inline-block
}

.footer.demo-footer {
    text-align: center;
    background: transparent;
    padding: 5.2rem 0 5rem
}

.demo-form .wpcf7-form div.wpcf7-response-output {
    padding: 15px;
    position: relative;
    top: inherit;
    margin: 0 10px 10px;
    width: 100%
}

@media only screen and (max-width:567px) {
    .demo-form .wpcf7-form div.wpcf7-response-output {
        padding: 10px
    }
}

.demo-form form.wpcf7-form div.wpcf7-mail-sent-ok {
    background: #ecffec;
    border: 1px solid #83c585
}

.demo-form form.wpcf7-form div.wpcf7-validation-errors {
    background: #fdeeee;
    border: solid 1px #f2c9c9
}

.page-template-resource-center .section--intro {
    position: relative;
    z-index: 1;
    background: transparent url(../images/resource-center/resource-intro-bg.png) no-repeat;
    background-size: 100%;
    background-position: left bottom;
    margin-bottom: 14rem
}

@media only screen and (max-width:1199px) {
    .page-template-resource-center .section--intro {
        margin-bottom: 7rem
    }
}

@media only screen and (max-width:767px) {
    .page-template-resource-center .section--intro {
        margin-bottom: 4rem
    }
}

.resource-info {
    width: 100%;
    max-width: 1000px;
    margin: 95px auto;
    text-align: left
}

@media only screen and (max-width:1199px) {
    .resource-info {
        margin: 35px auto 45px
    }
}

@media only screen and (max-width:991px) {
    .resource-info {
        margin-top: 15px
    }
}

@media only screen and (max-width:567px) {
    .resource-info {
        margin-top: 0
    }
}

.resource-info h1 {
    text-align: center
}

@media only screen and (max-width:1199px) {
    .resource-info h1 {
        font-size: 3.2rem
    }
}

@media only screen and (max-width:991px) {
    .resource-info h1 {
        font-size: 3rem
    }
}

@media only screen and (max-width:768px) {
    .resource-info h1 {
        font-size: 2.5rem;
        line-height: 2.8rem
    }
}

@media only screen and (max-width:567px) {
    .resource-info h1 {
        font-size: 2rem
    }
}

.resource-intro-img {
    width: 100%
}

.resource-intro-img figure {
    text-align: center;
    padding: 50px 0;
    margin-bottom: 10px
}

@media only screen and (max-width:1199px) {
    .resource-intro-img figure {
        padding: 30px 0
    }
}

@media only screen and (max-width:767px) {
    .resource-intro-img figure {
        padding: 15px 0 30px
    }
}

@media only screen and (max-width:567px) {
    .resource-intro-img figure {
        padding: 10px 0 15px
    }
}

.resource-intro-img figure img {
    -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    max-width: 100%;
    border-radius: 6px
}

@media only screen and (max-width:767px) {
    .resource-intro-img figure img {
        -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12)
    }
}

@media only screen and (max-width:567px) {
    .resource-intro-img figure img {
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

@media only screen and (max-width:1199px) {
    .resource-desc h3 {
        font-size: 2.2rem
    }
}

@media only screen and (max-width:567px) {
    .resource-desc h3 {
        font-size: 2rem
    }
}

.resource-desc ul.list-icon {
    margin-bottom: 3rem;
    padding-left: 4.5rem
}

@media only screen and (max-width:768px) {
    .resource-desc ul.list-icon {
        padding-left: 3.5rem;
        margin-top: 2rem
    }
}

@media only screen and (max-width:567px) {
    .resource-desc ul.list-icon {
        margin-top: 1.3rem
    }
}

.resource-desc ul.list-icon li {
    margin-bottom: 0
}

.resource-desc ul.list-icon li:before {
    font-size: 1rem;
    height: 2.8rem;
    width: 2.8rem;
    line-height: 2.8rem;
    left: -4.5rem
}

@media only screen and (max-width:768px) {
    .resource-desc ul.list-icon li:before {
        font-size: 0.7rem;
        height: 2.5rem;
        width: 2.5rem;
        line-height: 2.5rem;
        left: -3.7rem
    }
}

.resource-desc .btn {
    padding: 1.7rem 3.65rem
}

@media only screen and (max-width:768px) {
    .resource-desc .btn {
        padding: 1.4rem 3rem
    }
}

@media only screen and (max-width:1199px) {
    .section.section--resource {
        padding-bottom: 6rem
    }
}

@media only screen and (max-width:567px) {
    .section.section--resource {
        padding-bottom: 5rem
    }
}

.resource-box-row {
    border-bottom: .1rem solid #e3e7e9;
    padding-bottom: 6rem
}

@media only screen and (max-width:1199px) {
    .resource-box-row {
        padding-bottom: 4rem
    }
}

@media only screen and (max-width:567px) {
    .resource-box-row {
        padding-bottom: 3rem
    }
}

@media only screen and (max-width:1199px) {
    .resource-box-row .title {
        margin-bottom: 5rem
    }
}

@media only screen and (max-width:767px) {
    .resource-box-row .title {
        margin-bottom: 4rem
    }
}

@media only screen and (max-width:567px) {
    .resource-box-row .title {
        margin-bottom: 3rem
    }
}

@media only screen and (max-width:1199px) {
    .resource-box-row .title h2 {
        font-size: 2.8rem;
        margin-bottom: 1.7rem;
        line-height: 2.8rem
    }
}

@media only screen and (max-width:767px) {
    .resource-box-row .title h2 {
        font-size: 2.6rem;
        margin-bottom: 1.2rem
    }
}

@media only screen and (max-width:567px) {
    .resource-box-row .title h2 {
        font-size: 2.2rem;
        margin-bottom: 1rem
    }
}

.resource-list {
    counter-reset: section
}

.resource-list ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.resource-list ul li {
    margin-bottom: 40px
}

@media only screen and (max-width:1199px) {
    .resource-list ul li {
        margin-bottom: 30px
    }
}

@media only screen and (max-width:1199px) {
    .resource-list ul li {
        margin-bottom: 20px
    }
}

@media only screen and (max-width:567px) {
    .resource-list ul li h3 {
        font-size: 1.7rem;
        line-height: 2.2rem;
        margin-bottom: 0.6rem
    }
}

.resource-list ul li h3:before {
    counter-increment: section;
    content: ""counter(section) ". ";
    color: #707F91
}

@media only screen and (max-width:1199px) {
    .section.section--resource--form {
        padding-bottom: 5rem
    }
}

@media only screen and (max-width:567px) {
    .section.section--resource--form {
        padding-bottom: 4rem
    }
}

.resource-form-box .title {
    margin-bottom: 5rem
}

@media only screen and (max-width:1199px) {
    .resource-form-box .title {
        margin-bottom: 4rem
    }
}

@media only screen and (max-width:767px) {
    .resource-form-box .title {
        margin-bottom: 3rem
    }
}

@media only screen and (max-width:567px) {
    .resource-form-box .title {
        margin-bottom: 2rem
    }
}

.resource-form-box .title figure {
    max-width: 150px;
    margin: 0 auto 40px
}

@media only screen and (max-width:1199px) {
    .resource-form-box .title figure {
        max-width: 110px;
        margin-bottom: 25px
    }
}

@media only screen and (max-width:567px) {
    .resource-form-box .title figure {
        max-width: 90px;
        margin-bottom: 20px
    }
}

.resource-form-box .title figure img {
    width: 100%
}

@media only screen and (max-width:767px) {
    .resource-form-box .title h2 {
        font-size: 2.6rem;
        line-height: 3.2rem
    }
}

@media only screen and (max-width:567px) {
    .resource-form-box .title h2 {
        font-size: 2rem;
        line-height: 3rem
    }
}

.resource-form-box .form__field {
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.4rem;
    letter-spacing: .06rem;
    margin-bottom: 1.9rem
}

.resource-form-box .form__field label {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    color: #a8b8d0;
    position: absolute;
    top: 1.9rem;
    left: 1.9rem;
    margin: 0;
    line-height: 1.5
}

@media only screen and (max-width:767px) {
    .resource-form-box .form__field label {
        font-size: 1.1rem
    }
}

.resource-form-box .form__field.required label:after {
    content: "*";
    color: #C93A9D
}

.resource-form-box .form__field.select2-label .dropdown-select2 {
    position: relative
}

.resource-form-box .form__field.select2-label .dropdown-select2:before {
    content: '\e905';
    font-family: 'icomoon';
    display: block;
    font-size: .6rem;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    right: 3rem;
    top: 1.6rem
}

.resource-form-box .form__field.select2-label select {
    padding: 1.7rem 3.5rem 1.5rem 1.9rem;
    color: #707f91;
    font-weight: 300;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none
}

@media only screen and (max-width:767px) {
    .resource-form-box .form__field.select2-label select {
        padding: 1.5rem 3.5rem 1.4rem 1.5rem
    }
}

.resource-form-box .form__field.select2-label label {
    position: relative;
    left: 0;
    top: 0;
    padding-left: 3rem;
    color: #18283b
}

.resource-form-box .form__field input[type=email],
.resource-form-box .form__field input[type=password],
.resource-form-box .form__field input[type=text],
.resource-form-box .form__field select {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
    background-color: transparent;
    border: 1px solid #e9f1f6;
    border-radius: 0.5rem;
    line-height: 2.2rem;
    padding: 2.4rem 3.5rem 0.8rem 1.9rem;
    outline: none;
    color: #131e2d;
    font-weight: 600;
    letter-spacing: .06rem;
    width: 100%
}

@media only screen and (max-width:767px) {

    .resource-form-box .form__field input[type=email],
    .resource-form-box .form__field input[type=password],
    .resource-form-box .form__field input[type=text],
    .resource-form-box .form__field select {
        padding: 2.4rem 1rem .4rem 1.9rem
    }
}

.resource-form-box .form__field input[type=email]:hover,
.resource-form-box .form__field input[type=password]:hover,
.resource-form-box .form__field input[type=text]:hover,
.resource-form-box .form__field select:hover {
    border-color: #415063
}

.resource-form-box .form__field .checkbox-green {
    margin-top: 2.5rem
}

@media only screen and (max-width:767px) {
    .resource-form-box .form__field .checkbox-green {
        margin-top: 2rem
    }
}

.resource-form-box .form__field .checkbox-green span {
    display: block
}

.resource-form-box .form__field .checkbox-green span span {
    display: block;
    font-size: 15px;
    font-weight: 300;
    text-transform: none;
    line-height: 1.5;
    color: #707f91
}

@media only screen and (max-width:767px) {
    .resource-form-box .form__field .checkbox-green span span {
        font-size: 13px;
        padding-left: 40px
    }
}

.resource-form-box .form__field .checkbox-green span input[type=checkbox]:checked+span:before {
    background: #e9fbf5
}

.resource-form-box .form__field .checkbox-green span:before {
    border: 0;
    background: #f0f2f4
}

@media only screen and (max-width:767px) {
    .resource-form-box .form__field .checkbox-green span:before {
        height: 24px;
        width: 24px
    }
}

.resource-form-box .form__field .checkbox-green span:after {
    color: #30ce90
}

@media only screen and (max-width:767px) {
    .resource-form-box .form__field .checkbox-green span:after {
        font-size: 9px
    }
}

.resource-form-box .form__field .checkbox-green label {
    position: relative;
    left: 0;
    top: 0
}

.resource-form-box .form__field .checkbox-green label a {
    color: #7a7edd;
    text-decoration: none
}

.resource-form-box .form-submit {
    margin-top: 5rem;
    text-align: center
}

@media only screen and (max-width:767px) {
    .resource-form-box .form-submit {
        margin-top: 3rem
    }
}

.resource-form-box .form-submit .btn {
    padding: 1.7rem 3.65rem
}

.section__content.agencias-content-row .btn {
    margin-top: 25px
}

.section-agencias .btn {
    min-width: 225px
}

.section-agencias .socialproof .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width:991px) {
    .section-agencias .socialproof .container {
        display: block;
        text-align: center
    }

    .section-agencias .socialproof .container .socialproof__text {
        width: 100%
    }

    .section-agencias .socialproof .container .socialproof__logos {
        width: 100%;
        max-width: 220px;
        margin: 0 auto
    }
}

.agencias-highlight,
.section-agencias {
    position: relative;
    z-index: 1;
    background: #fbfcfe
}

.agencias-highlight:before,
.section-agencias:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: -1;
    background-image: url(../images/agencias/section-curve-bottom.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: left bottom
}

.owl-item .new-testimonial-box {
    margin: 0 20px
}

@media only screen and (max-width:767px) {
    .owl-item .new-testimonial-box {
        margin: 0 10px
    }
}

.agencias-highlight .owl-item .highlight {
    margin: 40px auto;
    min-height: 327px
}

@media only screen and (max-width:1199px) {
    .agencias-highlight .owl-item .highlight {
        min-height: 744px;
        max-width: 493px
    }
}

@media only screen and (max-width:767px) {
    .agencias-highlight .owl-item .highlight {
        min-height: 685px
    }
}

@media only screen and (max-width:575px) {
    .agencias-highlight .owl-item .highlight {
        min-height: 625px
    }
}

.agencias-highlight .owl-item .highlight .highlight__content p {
    margin-bottom: 1rem
}

.agencias-content-row h1,
.agencias-content-row h2 {
    line-height: 1.3
}

@media only screen and (max-width:1024px) {

    .agencias-content-row h1,
    .agencias-content-row h2 {
        font-size: 3rem;
        margin-bottom: 13px
    }
}

@media only screen and (max-width:767px) {

    .agencias-content-row h1,
    .agencias-content-row h2 {
        font-size: 2.8rem
    }
}

@media only screen and (max-width:567px) {

    .agencias-content-row h1,
    .agencias-content-row h2 {
        font-size: 2.4rem
    }
}

.section.section-agencias {
    position: relative
}

.section.section-agencias .section__content {
    margin-top: 16rem;
    max-width: 610px;
    margin-left: auto;
    margin-right: 0;
    width: 100%
}

.section.section-agencias .section__content .demo-content {
    text-align: left
}

@media only screen and (max-width:1199px) {
    .section.section-agencias .section__content {
        margin-top: 12rem;
        max-width: 440px
    }
}

@media only screen and (max-width:1023px) {
    .section.section-agencias .section__content {
        margin-top: 10rem
    }
}

@media only screen and (max-width:767px) {
    .section.section-agencias {
        padding-bottom: 6rem
    }

    .section.section-agencias .section__content {
        margin-top: 10rem
    }
}

@media only screen and (max-width:991px) {
    .section.section-agencias .section__content {
        margin-right: auto;
        max-width: 700px
    }

    .section.section-agencias .section__content .demo-content {
        text-align: center
    }
}

.section.section-agencias .section__image {
    margin-top: 0;
    margin-left: auto
}

.section.section-agencias .section__image figure {
    position: relative;
    margin-right: -580px;
    min-width: 1033px;
    width: 100%;
    max-height: 610px;
    overflow: hidden
}

@media only screen and (max-width:1199px) {
    .section.section-agencias .section__image figure {
        margin-right: -610px;
        min-width: 733px
    }
}

.section.section-agencias .section__image figure:before {
    content: "";
    position: absolute;
    background-image: url(../images/agencias/agencias-banner-mask-new.png);
    left: -1em;
    right: -1em;
    top: -2px;
    bottom: -1em;
    background-size: 100% 100%
}

.section.section-agencias .section__image img {
    max-width: 100%;
    width: 100%;
    height: auto
}

@media only screen and (max-width:991px) {
    .section.section-agencias .section__image {
        margin-right: 0;
        margin-top: 35px;
        margin-left: 0;
        max-width: 100%
    }

    .section.section-agencias .section__image figure {
        min-width: inherit;
        margin-right: 0
    }

    .section.section-agencias .section__image figure:before {
        display: none
    }
}

.agencias-highlight {
    background: -moz-linear-gradient(90deg, #fbfcfe 0%, #fbfcfe 30%, rgba(251, 252, 254, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(251, 252, 254, 0)), color-stop(70%, #fbfcfe), color-stop(100%, #fbfcfe));
    background: -webkit-linear-gradient(90deg, #fbfcfe 0%, #fbfcfe 30%, rgba(251, 252, 254, 0) 100%);
    background: -o-linear-gradient(90deg, #fbfcfe 0%, #fbfcfe 30%, rgba(251, 252, 254, 0) 100%);
    background: -ms-linear-gradient(90deg, #fbfcfe 0%, #fbfcfe 30%, rgba(251, 252, 254, 0) 100%);
    background: -webkit-gradient(linear, left bottom, left top, from(#fbfcfe), color-stop(30%, #fbfcfe), to(rgba(251, 252, 254, 0)));
    background: -webkit-linear-gradient(bottom, #fbfcfe 0%, #fbfcfe 30%, rgba(251, 252, 254, 0) 100%);
    background: -o-linear-gradient(bottom, #fbfcfe 0%, #fbfcfe 30%, rgba(251, 252, 254, 0) 100%);
    background: linear-gradient(0deg, #fbfcfe 0%, #fbfcfe 30%, rgba(251, 252, 254, 0) 100%)
}

.agencias-highlight .highlight {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto
}

.agencias-highlight .video-block__controls {
    z-index: 6
}

.agencias-highlight .new-testimonial-box .highlight--testimonial .highlight__image:before {
    background-size: auto 100%;
    right: 1.1rem
}

.agencias-highlight .new-testimonial-box .highlight--testimonial .highlight__image img {
    margin-left: -1.1rem
}

@media only screen and (max-width:1199px) {
    .agencias-highlight .new-testimonial-box .highlight--testimonial .highlight__image:before {
        background-size: 100% auto;
        right: 0;
        top: 0.4rem
    }

    .agencias-highlight .new-testimonial-box .highlight--testimonial .highlight__image img {
        margin-left: 0
    }
}

.agencias-highlight .new-testimonial-box .highlight--testimonial .highlight__content {
    padding: 35px 9.8rem 35px 35px
}

@media only screen and (max-width:1199px) {
    .agencias-highlight .new-testimonial-box .highlight--testimonial .highlight__content {
        padding: 35px 4.8rem 35px 35px
    }
}

@media only screen and (max-width:767px) {
    .agencias-highlight .new-testimonial-box .highlight--testimonial .highlight__content {
        padding: 1.6rem 5.8rem 6.5rem 4.5rem
    }
}

@media only screen and (max-width:575px) {
    .agencias-highlight .new-testimonial-box .highlight--testimonial .highlight__content {
        padding: 1.6rem 2.8rem 6.5rem 3.5rem
    }
}

.agencias-highlight .new-testimonial-box .highlight--testimonial .new-testimonial-row .teslogo-right {
    top: 6%;
    -webkit-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    transform: translateY(-10%)
}

@media only screen and (max-width:1199px) {
    .agencias-highlight .new-testimonial-box .highlight--testimonial .new-testimonial-row .teslogo-right {
        top: 5%;
        -webkit-transform: translateY(-5%);
        -ms-transform: translateY(-5%);
        transform: translateY(-5%)
    }
}

@media only screen and (max-width:767px) {
    .agencias-highlight .new-testimonial-box .highlight--testimonial .new-testimonial-row .teslogo-right {
        max-width: 100px
    }
}

@media only screen and (max-width:567px) {
    .agencias-highlight .new-testimonial-box .highlight--testimonial .new-testimonial-row .teslogo-right {
        top: inherit;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.agencias-partners h3 {
    font-size: 32px;
    color: #fff;
    line-height: 1.2;
    margin-top: 14px
}

@media only screen and (max-width:1023px) {
    .agencias-partners h3 {
        font-size: 28px
    }
}

@media only screen and (max-width:767px) {
    .agencias-partners h3 {
        font-size: 25px
    }
}

@media only screen and (max-width:567px) {
    .agencias-partners h3 {
        font-size: 22px
    }
}

@media only screen and (max-width:479px) {
    .agencias-partners h3 {
        font-size: 20px
    }
}

.agencias-partners p:last-child {
    margin-bottom: 0
}

.agencias-partners .partners-cta-box {
    font-size: 19px
}

@media only screen and (max-width:1023px) {
    .agencias-partners .partners-cta-box {
        font-size: 18px
    }
}

@media only screen and (max-width:767px) {
    .agencias-partners .partners-cta-box {
        font-size: 16px
    }
}

@media only screen and (max-width:567px) {
    .agencias-partners .partners-cta-box {
        font-size: 16px
    }
}

@media only screen and (max-width:767px) {

    .section.agencias-features-section,
    .section.benefits-section {
        padding-bottom: 5rem
    }
}

.agencias-features-section,
.benefits-section {
    padding-top: 10rem
}

@media only screen and (max-width:1024px) {

    .agencias-features-section,
    .benefits-section {
        padding-top: 8rem
    }
}

@media only screen and (max-width:767px) {

    .agencias-features-section,
    .benefits-section {
        padding-top: 6rem
    }
}

.section--asesor {
    position: relative;
    z-index: 1;
    background-image: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(0%, rgba(255, 255, 255, 0)), to(#f9fbfd));
    background-image: -webkit-linear-gradient(0, rgba(255, 255, 255, 0) 0%, #f9fbfd 100%);
    background-image: -o-linear-gradient(0, rgba(255, 255, 255, 0) 0%, #f9fbfd 100%);
    background-image: linear-gradient(0, rgba(255, 255, 255, 0) 0%, #f9fbfd 100%);
    padding-top: 14rem
}

@media only screen and (max-width:1024px) {
    .section--asesor {
        padding-top: 10rem
    }
}

@media only screen and (max-width:767px) {
    .section--asesor {
        padding-top: 6rem
    }
}

.section--asesor:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: -1;
    background-image: url(../images/agencias/section-curve-top.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: left top
}

.section--asesor .new-check-icon.list-icon li {
    padding-right: 0;
    width: auto
}

.section--asesor .new-check-icon.list-icon li:before {
    top: 6px;
    height: 25px;
    width: 25px
}

.section--asesor .new-check-icon.list-icon li:after {
    top: 14px;
    left: 8px
}

.section--asesor .new-check-icon.list-icon li h3 {
    font-size: 24px
}

.section--asesor h2 {
    font-size: 42px;
    line-height: 1
}

@media only screen and (max-width:1024px) {
    .section--asesor h2 {
        font-size: 40px
    }
}

@media only screen and (max-width:767px) {
    .section--asesor h2 {
        font-size: 35px
    }
}

@media only screen and (max-width:567px) {
    .section--asesor h2 {
        font-size: 30px
    }
}

@media only screen and (max-width:479px) {
    .section--asesor h2 {
        font-size: 25px
    }
}

.section--partners.agencias-partners .partners-cta-row {
    margin-top: 0;
    display: block
}

.benefits-section .btn {
    margin: 7px;
    margin-left: 0
}

.benefits-list>.row>div:nth-child(2n+2) {
    margin-top: 55px
}

.benefits-list>.row>div:nth-child(odd) {
    margin-top: -55px
}

@media only screen and (max-width:767px) {
    .benefits-list>.row>div:nth-child(odd) {
        margin-top: 0
    }
}

@media only screen and (max-width:767px) {
    .benefits-list {
        margin-top: 35px
    }
}

@media only screen and (max-width:575px) {
    .benefits-list>.row>div:nth-child(2n+2) {
        margin-top: 0
    }

    .benefits-list .benefits-box {
        margin-bottom: 25px
    }
}

.benefits-box figure {
    height: 60px;
    width: 60px;
    border-radius: 50px;
    background: #fff;
    -webkit-box-shadow: 0 5px 13px rgba(48, 67, 67, 0.06);
    box-shadow: 0 5px 13px rgba(48, 67, 67, 0.06);
    position: relative;
    overflow: hidden
}

.benefits-box figure img {
    width: 100%;
    height: auto;
    border-radius: 50px
}

.benefits-box h5 {
    font-size: 19px;
    color: #18283b;
    margin-bottom: 15px
}

.agencias-highlight .highlight--testimonial .highlight__content p {
    font-size: 20px
}

@media only screen and (max-width:1023px) {
    .agencias-highlight .highlight--testimonial .highlight__content p {
        font-size: 19px
    }
}

@media only screen and (max-width:767px) {
    .agencias-highlight .highlight--testimonial .highlight__content p {
        font-size: 18px
    }
}

@media only screen and (max-width:567px) {
    .agencias-highlight .highlight--testimonial .highlight__content p {
        font-size: 17px
    }
}

.agencias-highlight .highlight__content .btn {
    margin-top: 0;
    text-decoration: none
}

.agencias-highlight .highlight--testimonial .highlight__image .btn {
    display: block
}

.agencias-partners .partners-cta-row .partners-cta-box {
    padding-left: 300px;
    color: #fff;
    max-width: inherit;
    padding-top: 60px;
    padding-bottom: 60px
}

.agencias-partners .partners-cta-row .partners-cta-box svg {
    left: -25px;
    top: -1px;
    height: auto;
    width: 22%;
    bottom: auto
}

@media only screen and (max-width:1300px) {
    .agencias-partners .partners-cta-row .partners-cta-box svg {
        width: 27%
    }
}

@media only screen and (max-width:1199px) {
    .agencias-partners .partners-cta-row .partners-cta-box {
        padding-left: 230px;
        padding-top: 40px;
        padding-bottom: 40px
    }

    .agencias-partners .partners-cta-row .partners-cta-box svg {
        width: 31%;
        left: -50px
    }
}

@media only screen and (max-width:1023px) {
    .agencias-partners .partners-cta-row .partners-cta-box {
        padding: 40px
    }

    .agencias-partners .partners-cta-row .partners-cta-box .row {
        position: relative;
        z-index: 1
    }

    .agencias-partners .partners-cta-row .partners-cta-box svg {
        z-index: -1;
        top: auto;
        z-index: 0;
        display: none
    }
}

.agencias-partners .btn {
    width: 100%;
    max-width: 230px;
    margin: 0 auto;
    display: block;
    white-space: normal
}

.agencias-partners .btn+.btn {
    margin-top: 15px
}

@media only screen and (max-width:991px) {
    .agencias-partners .btn {
        margin-top: 15px;
        display: inline-block;
        margin-right: 10px
    }
}

.btn.btn-outline-white {
    color: #fff;
    border: 1px solid #fff;
    background-color: transparent
}

.btn.btn-outline-white:hover {
    background-color: #0ADEA0;
    border-color: #0ADEA0;
    color: #fff
}

.list-icon.new-icon-list {
    padding-left: 0
}

.new-icon-list {
    padding-left: 0
}

.new-icon-list li:after {
    content: "";
    display: table;
    clear: both
}

.new-icon-list li figure {
    float: left;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    -webkit-box-shadow: 0 5px 13px rgba(48, 67, 67, 0.06);
    box-shadow: 0 5px 13px rgba(48, 67, 67, 0.06);
    background-color: #fff;
    margin-right: 10px
}

.new-icon-list li figure img {
    width: 100%;
    height: auto;
    border-radius: 50px
}

.new-icon-list .service-box {
    display: block;
    overflow: hidden
}

.feature-tab .nav-tabs {
    border-bottom: 1px solid #e2e5e9
}

.feature-tab .nav-tabs .nav-link {
    border: 0;
    border-bottom: 3px solid transparent;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #707f91;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    padding: 12px 5px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s
}

.feature-tab .nav-tabs .nav-link.active,
.feature-tab .nav-tabs .nav-link:hover {
    border-color: transparent;
    border-bottom-color: #0adea0;
    color: #18283b
}

.feature-tab .nav-tabs .nav-link.active figure,
.feature-tab .nav-tabs .nav-link:hover figure {
    background-color: #0adea0
}

.feature-tab .nav-tabs .nav-link.sub-menu__item--i-taxes.active,
.feature-tab .nav-tabs .nav-link.sub-menu__item--i-taxes:hover {
    border-bottom-color: #50e3c2
}

.feature-tab .nav-tabs .nav-link.sub-menu__item--i-taxes.active figure,
.feature-tab .nav-tabs .nav-link.sub-menu__item--i-taxes:hover figure {
    background: #50e3c2
}

.feature-tab .nav-tabs .nav-link.sub-menu__item--i-invoicing.active,
.feature-tab .nav-tabs .nav-link.sub-menu__item--i-invoicing:hover {
    border-bottom-color: #7091fa
}

.feature-tab .nav-tabs .nav-link.sub-menu__item--i-invoicing.active figure,
.feature-tab .nav-tabs .nav-link.sub-menu__item--i-invoicing:hover figure {
    background: #7091fa
}

.feature-tab .nav-tabs .nav-link.sub-menu__item--i-cost-control.active,
.feature-tab .nav-tabs .nav-link.sub-menu__item--i-cost-control:hover {
    border-bottom-color: #d1277e
}

.feature-tab .nav-tabs .nav-link.sub-menu__item--i-cost-control.active figure,
.feature-tab .nav-tabs .nav-link.sub-menu__item--i-cost-control:hover figure {
    background: #d1277e
}

.feature-tab .nav-tabs .nav-link.sub-menu__item--i-accounting.active,
.feature-tab .nav-tabs .nav-link.sub-menu__item--i-accounting:hover {
    border-bottom-color: #2767d1
}

.feature-tab .nav-tabs .nav-link.sub-menu__item--i-accounting.active figure,
.feature-tab .nav-tabs .nav-link.sub-menu__item--i-accounting:hover figure {
    background: #2767d1
}

.feature-tab .nav-tabs .nav-link.sub-menu__item--i-project-management.active,
.feature-tab .nav-tabs .nav-link.sub-menu__item--i-project-management:hover {
    border-bottom-color: #ecd170
}

.feature-tab .nav-tabs .nav-link.sub-menu__item--i-project-management.active figure,
.feature-tab .nav-tabs .nav-link.sub-menu__item--i-project-management:hover figure {
    background: #ecd170
}

.feature-tab .nav-tabs .nav-link.sub-menu__item--i-stock-control.active,
.feature-tab .nav-tabs .nav-link.sub-menu__item--i-stock-control:hover {
    border-bottom-color: #ffa864
}

.feature-tab .nav-tabs .nav-link.sub-menu__item--i-stock-control.active figure,
.feature-tab .nav-tabs .nav-link.sub-menu__item--i-stock-control:hover figure {
    background: #ffa864
}

.feature-tab .nav-tabs .nav-link.sub-menu__item--i-app-mobile.active,
.feature-tab .nav-tabs .nav-link.sub-menu__item--i-app-mobile:hover {
    border-bottom-color: #cb61cd
}

.feature-tab .nav-tabs .nav-link.sub-menu__item--i-app-mobile.active figure,
.feature-tab .nav-tabs .nav-link.sub-menu__item--i-app-mobile:hover figure {
    background: #cb61cd
}

.feature-tab .nav-tabs .nav-link figure {
    width: 40px;
    height: 40px;
    background-color: #707f91;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    margin: -6px 10px 0 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s
}

.feature-tab .nav-tabs .nav-link figure img {
    width: 100%;
    border-radius: 50px
}

@media only screen and (max-width:991px) {
    .feature-tab .nav-tabs .nav-link figure {
        width: 33px;
        height: 33px;
        margin: -4px 5px 0 0
    }
}

@media only screen and (max-width:767px) {
    .feature-tab .nav-tabs .nav-link {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%
    }
}

@media only screen and (max-width:567px) {
    .feature-tab .nav-tabs .nav-link {
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }
}

@media only screen and (max-width:479px) {
    .feature-tab .nav-tabs .nav-link {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

.feature-tab .tab-content {
    padding: 107px 0 80px;
    min-height: 650px
}

@media only screen and (max-width:1199px) {
    .feature-tab .tab-content {
        min-height: 540px
    }
}

@media only screen and (max-width:991px) {
    .feature-tab .tab-content {
        padding: 90px 0 70px;
        min-height: inherit
    }
}

@media only screen and (max-width:767px) {
    .feature-tab .tab-content {
        padding: 70px 0 50px
    }
}

@media only screen and (max-width:567px) {
    .feature-tab .tab-content {
        padding: 50px 0 30px
    }
}

@media only screen and (max-width:479px) {
    .feature-tab .tab-content {
        padding: 30px 0 25px
    }
}

.additional-feature-section h2 {
    font-size: 42px
}

@media only screen and (max-width:1024px) {
    .additional-feature-section h2 {
        font-size: 40px
    }
}

@media only screen and (max-width:767px) {
    .additional-feature-section h2 {
        font-size: 35px
    }
}

@media only screen and (max-width:567px) {
    .additional-feature-section h2 {
        font-size: 30px
    }
}

@media only screen and (max-width:479px) {
    .additional-feature-section h2 {
        font-size: 25px
    }
}

.text-center .btn-link {
    text-decoration: none
}

.agencias-asesor .new-check-icon.list-icon li {
    font-size: inherit
}

.feature-tab-info .new-check-icon.list-icon li {
    padding-right: 0;
    width: 100%;
    min-height: 30px
}

.feature-tab-info .new-check-icon.list-icon li:before {
    top: -2px
}

.feature-tab-info .new-check-icon.list-icon li:after {
    top: 8px
}

.feature-tab-info .new-check-icon.list-icon li p {
    margin-bottom: 0
}

@media only screen and (max-width:767px) {
    .feature-tab-info .new-check-icon.list-icon li {
        font-size: 1.6rem
    }
}

@media only screen and (max-width:567px) {
    .feature-tab-info .new-check-icon.list-icon li {
        font-size: 1.5rem
    }
}

.feature-tab-info figure {
    text-align: center
}

.feature-tab-info figure img {
    max-width: 100%;
    height: auto;
    width: auto
}

.agencias-asesor .asesor-img-block {
    text-align: center
}

.feature-tab-info .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (max-width:767px) {
    img {
        border-radius: 10px
    }
}

@media only screen and (max-width:991px) {
    .section.section-agencias .section__image figure img {
        border-radius: 10px
    }
}

.header-sticky .header.header--fixed.header--text-white .nav--main .current-menu-item>a {
    color: #0ADEA0
}

:focus {
    outline: none
}

.recursos-list .btn--read-more-v2:hover:after,
.recursos-list .btn--read-more:hover:after {
    margin-left: .8rem;
    -webkit-transform: translateX(0.3rem);
    -ms-transform: translateX(0.3rem);
    transform: translateX(0.3rem)
}

.page-template-recursos section.section--intro {
    position: relative;
    background: url(../images/recursos/banner-bg.html) no-repeat;
    background-position: center left;
    background-size: cover;
    z-index: 1;
    font-size: 19px;
    line-height: 1.6em
}

@media only screen and (max-width:1199px) {
    .page-template-recursos section.section--intro {
        padding-top: 14.9rem;
        font-size: 16px
    }
}

@media only screen and (max-width:767px) {
    .page-template-recursos section.section--intro {
        padding-top: 11.9rem;
        font-size: 15px
    }
}

@media only screen and (max-width:575px) {
    .page-template-recursos section.section--intro {
        padding-top: 9.9rem;
        padding-bottom: 8rem
    }
}

.page-template-recursos section.section--intro:before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    padding-top: 2.8125%;
    background: url(../images/partners-directory/curve-01.png) no-repeat;
    background-size: 100% 100%
}

.page-template-recursos section.section--intro:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: -webkit-linear-gradient(45deg, #0adea0 0%, #3ac98b 100%);
    background: -o-linear-gradient(45deg, #0adea0 0%, #3ac98b 100%);
    background: linear-gradient(45deg, #0adea0 0%, #3ac98b 100%);
    z-index: -1;
    opacity: 0.9
}

section.section.recursos-row {
    padding: 100px 0
}

@media only screen and (max-width:1199px) {
    section.section.recursos-row {
        padding: 80px 0 50px
    }
}

@media only screen and (max-width:1199px) {
    section.section.recursos-row {
        padding: 70px 0 0
    }
}

.tab-box nav {
    text-align: center;
    margin-bottom: 100px
}

@media only screen and (max-width:1199px) {
    .tab-box nav {
        margin-bottom: 60px
    }
}

@media only screen and (max-width:991px) {
    .tab-box nav {
        margin-bottom: 40px
    }
}

@media only screen and (max-width:575px) {
    .tab-box nav {
        margin-bottom: 20px
    }
}

.tab-box nav .nav-tabs {
    display: inline-block;
    margin: 0 auto;
    font-size: 0;
    border: 1px solid #d5dce4;
    border-radius: 5px
}

.tab-box nav .nav-tabs .nav-item {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    text-transform: uppercase;
    margin: 2px;
    text-decoration: none;
    border: 0;
    color: #a9b5c4;
    padding: 19px 78px 17px;
    font-family: 'Sailec';
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.5px
}

@media only screen and (max-width:1199px) {
    .tab-box nav .nav-tabs .nav-item {
        padding: 16px 63px 15px
    }
}

@media only screen and (max-width:767px) {
    .tab-box nav .nav-tabs .nav-item {
        padding: 15px 50px 14px
    }
}

@media only screen and (max-width:575px) {
    .tab-box nav .nav-tabs .nav-item {
        padding: 14px 24px 12px;
        font-size: 13px
    }
}

.tab-box nav .nav-tabs .nav-item.active {
    text-decoration: none;
    color: #fff;
    background-color: #3ac98b;
    border-radius: 5px
}

.recursos-section .recursos-list {
    padding-bottom: 35px;
    margin-bottom: 80px;
    border-bottom: 1px solid #e2e6e8
}

@media only screen and (max-width:1199px) {
    .recursos-section .recursos-list {
        padding-bottom: 25px;
        margin-bottom: 60px
    }
}

@media only screen and (max-width:991px) {
    .recursos-section .recursos-list {
        padding-bottom: 25px;
        margin-bottom: 50px
    }
}

@media only screen and (max-width:575px) {
    .recursos-section .recursos-list {
        padding-bottom: 20px;
        margin-bottom: 30px
    }
}

.recursos-section .recursos-list:last-child {
    padding-bottom: 0;
    border: 0
}

.recursos-title-box {
    margin-bottom: 50px
}

@media only screen and (max-width:1199px) {
    .recursos-title-box {
        margin-bottom: 40px
    }
}

@media only screen and (max-width:991px) {
    .recursos-title-box {
        margin-bottom: 30px
    }
}

@media only screen and (max-width:575px) {
    .recursos-title-box {
        margin-bottom: 20px
    }
}

.recursos-title-box .recursos-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center
}

@media only screen and (max-width:575px) {
    .recursos-title-box .recursos-title {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media only screen and (max-width:1199px) {
    .recursos-title-box .recursos-title h2 {
        font-size: 2.8rem
    }
}

@media only screen and (max-width:575px) {
    .recursos-title-box .recursos-title h2 {
        font-size: 2.5rem;
        margin-bottom: .4rem;
        width: 100%
    }
}

.recursos-title-box .recursos-title a {
    margin-left: auto;
    text-decoration: none
}

@media only screen and (max-width:575px) {
    .recursos-title-box .recursos-title a {
        margin-left: 0;
        font-size: 1.5rem
    }
}

.recursos-title-box p {
    font-size: 19px;
    line-height: 1.6em
}

@media only screen and (max-width:1199px) {
    .recursos-title-box p {
        font-size: 16px
    }
}

@media only screen and (max-width:991px) {
    .recursos-title-box p {
        font-size: 15px
    }
}

.recursos-default-box {
    margin-bottom: 40px
}

@media only screen and (max-width:991px) {
    .recursos-default-box {
        margin-bottom: 30px
    }
}

@media only screen and (max-width:575px) {
    .recursos-default-box {
        margin-bottom: 20px
    }
}

.recursos-default-box h3 {
    font-size: 2.6rem
}

@media only screen and (max-width:1199px) {
    .recursos-default-box h3 {
        margin-bottom: 1rem;
        font-size: 1.9rem
    }
}

.recursos-default-box figure {
    width: 100%;
    border-radius: 8px;
    margin: 0 0 30px;
    overflow: hidden
}

@media only screen and (max-width:991px) {
    .recursos-default-box figure {
        margin-bottom: 20px
    }
}

.recursos-default-box figure a {
    display: block;
    position: relative
}

.recursos-default-box figure a img {
    width: 100%
}

.recursos-default-box figure a .inner-caption {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 350ms all;
    -o-transition: 350ms all;
    transition: 350ms all
}

.recursos-default-box figure a .inner-caption:before {
    content: "";
    position: absolute;
    left: -1px;
    right: -1px;
    top: -1px;
    bottom: -1px;
    background: -webkit-linear-gradient(45deg, #0adea0 0%, #3ac98b 100%);
    background: -o-linear-gradient(45deg, #0adea0 0%, #3ac98b 100%);
    background: linear-gradient(45deg, #0adea0 0%, #3ac98b 100%);
    opacity: 0.75
}

.recursos-default-box figure a .inner-caption span {
    color: #fff;
    z-index: 1;
    text-decoration: none
}

.recursos-default-box figure a .inner-caption span:hover {
    color: #fff
}

.recursos-default-box figure a .inner-caption span.video-section-icon {
    height: 60px;
    width: 60px;
    border: 2px solid #fff;
    font-size: 23px;
    border-radius: 50%;
    text-align: center;
    line-height: 60px
}

.recursos-default-box figure a .inner-caption span.video-section-icon i {
    position: relative;
    left: 3px
}

.recursos-default-box figure a:hover .inner-caption {
    opacity: 1;
    visibility: visible
}

.recursos-default-box .default-box-info {
    text-transform: uppercase;
    letter-spacing: 0.09px;
    font-family: "OpenSans", Helvetica, Arial, sans-serif;
    color: #c4cad1;
    font-size: 16px;
    margin-bottom: 15px
}

@media only screen and (max-width:1199px) {
    .recursos-default-box .default-box-info {
        font-size: 15px;
        margin-bottom: 10px
    }
}

.recursos-default-box .default-box-info span {
    position: relative;
    padding-right: 12px;
    margin-right: 11px
}

.recursos-default-box .default-box-info span:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 17px;
    right: 0;
    top: 3px;
    background: #c4cad1
}

@media only screen and (max-width:1199px) {
    .recursos-default-box .default-box-info span:before {
        height: 15px
    }
}

.recursos-default-box .default-box-info span:last-child {
    margin-right: 0;
    padding-right: 0
}

.recursos-default-box .default-box-info span:last-child:before {
    display: none
}

.recursos-default-box p {
    margin-bottom: 2rem
}

@media only screen and (max-width:991px) {
    .recursos-default-box p {
        margin-bottom: 1rem
    }
}

.recursos-default-box a {
    text-decoration: none
}

@media only screen and (max-width:991px) {
    .recursos-default-box a {
        font-size: 1.5rem
    }
}

.recursos-default-box.event-box figure {
    position: relative;
    padding-top: 56.25%;
    border: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.recursos-default-box.event-box figure a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.recursos-default-box.event-box figure a img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    max-width: 240px;
    padding: 20px
}

@media only screen and (max-width:767px) {
    .recursos-default-box.event-box figure a img {
        max-width: 190px
    }
}

.recursos-default-box.event-box.upcomming figure {}

.recursos-default-box.event-box.upcomming .default-box-info {
    color: #5781da
}

.recursos-default-box.event-box.upcomming .default-box-info span:before {
    background: #5781da
}

.recursos-default-box.default-ratio figure {
    position: relative;
    padding-top: 56.25%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.recursos-default-box.default-ratio figure a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.recursos-default-box.video-box a .inner-caption:before {
    display: none
}

.recursos-default-box.video-box .default-box-info {
    color: #18283b
}

.recursos-default-box.demand .default-box-info {
    color: #5781da
}

.recursos-default-box.demand .default-box-info span:before {
    background: #5781da
}

a[class*=lightcase-icon-] {
    text-decoration: none !important
}

.all-sub-category-list section.section.recursos-row {
    padding: 155px 0 100px
}

@media only screen and (max-width:1199px) {
    .all-sub-category-list section.section.recursos-row {
        padding-top: 115px
    }
}

@media only screen and (max-width:767px) {
    .all-sub-category-list section.section.recursos-row {
        padding-top: 62px;
        padding-bottom: 70px
    }
}

@media only screen and (max-width:1199px) {
    .category-title-main.title {
        margin-bottom: 5rem
    }
}

@media only screen and (max-width:991px) {
    .category-title-main.title {
        margin-bottom: 3rem
    }
}

.category-title-main.title h2 {
    font-size: 4.2rem
}

@media only screen and (max-width:1199px) {
    .category-title-main.title h2 {
        font-size: 3.8rem
    }
}

@media only screen and (max-width:991px) {
    .category-title-main.title h2 {
        font-size: 3.5rem
    }
}

.section-category-list {
    padding-top: 70px
}

@media only screen and (max-width:1199px) {
    .section-category-list {
        padding-top: 50px
    }
}

@media only screen and (max-width:767px) {
    .section-category-list {
        padding-top: 30px
    }
}

.section-category-list .recursos-title-box {
    margin-bottom: 35px
}

@media only screen and (max-width:1199px) {
    .section-category-list .recursos-title-box {
        margin-bottom: 25px
    }
}

@media only screen and (max-width:991px) {
    .section-category-list .recursos-title-box {
        margin-bottom: 15px
    }
}

@media only screen and (max-width:991px) {
    .section-category-list .recursos-title-box {
        margin-bottom: 5px
    }
}

.section-category-list .recursos-title-box .recursos-title h2 {
    color: #6b7a8c
}

.load-more-btn {
    text-align: center;
    padding-top: 20px
}

@media only screen and (max-width:991px) {
    .load-more-btn {
        padding-top: 0
    }
}

.load-more-btn .btn-outline-success {
    padding: 1.6rem 4.2rem 1.65rem
}

@media only screen and (max-width:991px) {
    .load-more-btn .btn-outline-success {
        padding: 1.3rem 3.5rem 1.4rem
    }
}

.hidden-all {
    display: none
}

.page--webinar.page-template-resource-center .section--intro {
    margin-bottom: 12rem
}

@media only screen and (max-width:1199px) {
    .page--webinar.page-template-resource-center .section--intro {
        margin-bottom: 9rem
    }
}

@media only screen and (max-width:575px) {
    .page--webinar.page-template-resource-center .section--intro {
        margin-bottom: 5rem
    }
}

.page--webinar .section {
    padding-bottom: 9rem
}

@media only screen and (max-width:1199px) {
    .page--webinar .section {
        padding-bottom: 6rem
    }
}

@media only screen and (max-width:1199px) {
    .page--webinar .section {
        padding-bottom: 4rem
    }
}

.webinar-banner {
    max-width: 100%;
    margin: 55px auto 0
}

@media only screen and (max-width:1199px) {
    .webinar-banner {
        margin: 15px auto 0
    }
}

@media only screen and (max-width:767px) {
    .webinar-banner {
        margin: 0 auto
    }
}

.webinar-banner .resource-intro-img figure {
    text-align: left;
    padding: 20px 0 0
}

@media only screen and (max-width:767px) {
    .webinar-banner .resource-intro-img figure {
        padding: 0
    }
}

.webinar-banner .resource-intro-img figure img {
    -webkit-box-shadow: 0 20px 60px rgba(90, 136, 201, 0.3);
    box-shadow: 0 20px 60px rgba(90, 136, 201, 0.3);
    border-radius: 7px;
    overflow: hidden
}

@media only screen and (max-width:767px) {
    .webinar-banner .resource-intro-img figure img {
        -webkit-box-shadow: 0 10px 30px rgba(90, 136, 201, 0.3);
        box-shadow: 0 10px 30px rgba(90, 136, 201, 0.3)
    }
}

@media only screen and (max-width:575px) {
    .webinar-banner .resource-intro-img figure img {
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.webinar-disc {
    padding-left: 4rem;
    padding-top: 4rem
}

@media only screen and (max-width:1199px) {
    .webinar-disc {
        padding-top: 2rem
    }
}

@media only screen and (max-width:991px) {
    .webinar-disc {
        padding-left: 2rem
    }
}

.webinar-disc .webinar-title-icon {
    margin: 0 0 7rem
}

@media only screen and (max-width:1199px) {
    .webinar-disc .webinar-title-icon {
        margin: 0 0 4rem
    }
}

@media only screen and (max-width:991px) {
    .webinar-disc .webinar-title-icon {
        margin: 0 0 2rem
    }
}

@media only screen and (max-width:575px) {
    .webinar-disc .webinar-title-icon {
        margin: 0 0 1.2rem
    }
}

.webinar-disc .webinar-title-icon span {
    font-size: 2rem;
    color: #30CE90;
    text-transform: uppercase;
    font-family: "Sailec", Helvetica, Arial, sans-serif;
    font-weight: 500
}

@media only screen and (max-width:1199px) {
    .webinar-disc .webinar-title-icon span {
        font-size: 1.7rem
    }
}

@media only screen and (max-width:991px) {
    .webinar-disc .webinar-title-icon span {
        font-size: 1.5rem
    }
}

.webinar-disc .webinar-time {
    font-size: 2rem;
    color: #707F91;
    margin-bottom: 3rem
}

@media only screen and (max-width:1199px) {
    .webinar-disc .webinar-time {
        font-size: 1.7rem
    }
}

@media only screen and (max-width:991px) {
    .webinar-disc .webinar-time {
        font-size: 1.6rem;
        margin-bottom: 2rem
    }
}

@media only screen and (max-width:575px) {
    .webinar-disc .webinar-time {
        font-size: 1.4rem
    }
}

.webinar-disc .webinar-time span {
    position: relative;
    padding-right: 2.3rem;
    margin-right: 2rem
}

@media only screen and (max-width:1199px) {
    .webinar-disc .webinar-time span {
        padding-right: 2rem;
        margin-right: 1.8rem
    }
}

.webinar-disc .webinar-time span:last-child {
    margin-right: 0;
    padding-right: 0
}

.webinar-disc .webinar-time span:last-child:before {
    display: none
}

.webinar-disc .webinar-time span:before {
    content: "";
    position: absolute;
    top: 3px;
    right: 0;
    height: 20px;
    width: 1px;
    background: #707f91
}

.webinar-disc h2 {
    font-size: 4.2rem;
    line-height: 1.3;
    margin-bottom: 3.5rem
}

@media only screen and (max-width:1199px) {
    .webinar-disc h2 {
        font-size: 3.8rem;
        margin-bottom: 3rem
    }
}

@media only screen and (max-width:991px) {
    .webinar-disc h2 {
        font-size: 3.5rem
    }
}

@media only screen and (max-width:575px) {
    .webinar-disc h2 {
        font-size: 3rem;
        margin-bottom: 2rem
    }
}

.webinar-disc .btn {
    padding: 1.7rem 4rem
}

.webinar-title-icon figure {
    margin: 0 15px 0 0;
    height: 60px;
    width: 60px;
    background: rgba(58, 201, 139, 0.1);
    border-radius: 50%
}

@media only screen and (max-width:991px) {
    .webinar-title-icon figure {
        height: 50px;
        width: 50px
    }
}

.webinar-title-icon figure img {
    margin: 0 auto
}

.webinar-row {
    padding-bottom: 8rem;
    border-bottom: 1px solid #e2e6e8
}

@media only screen and (max-width:575px) {
    .webinar-row {
        padding-bottom: 6rem
    }
}

.webinar-row .title {
    margin-bottom: 4.5rem
}

@media only screen and (max-width:767px) {
    .webinar-row .title {
        margin-bottom: 3.5rem
    }
}

@media only screen and (max-width:575px) {
    .webinar-row .title {
        margin-bottom: 2.8rem
    }
}

.webinar-row .new-check-icon.list-icon {
    margin-bottom: 0
}

.webinar-row h2 {
    font-size: 3.8rem;
    margin-bottom: 2.5rem
}

@media only screen and (max-width:1199px) {
    .webinar-row h2 {
        font-size: 3.2rem
    }
}

@media only screen and (max-width:991px) {
    .webinar-row h2 {
        font-size: 2.8rem;
        margin-bottom: 2.2rem
    }
}

@media only screen and (max-width:575px) {
    .webinar-row h2 {
        font-size: 2.6rem
    }
}

.webinar-about-info {
    padding-right: 11rem
}

@media only screen and (max-width:1199px) {
    .webinar-about-info {
        padding-right: 6rem
    }
}

@media only screen and (max-width:991px) {
    .webinar-about-info {
        padding-right: 2rem
    }
}

.webinar-about-info p {
    font-size: 1.9rem;
    line-height: 1.6
}

@media only screen and (max-width:1199px) {
    .webinar-about-info p {
        font-size: 1.6rem
    }
}

.about-speaker .speaker-main-row {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width:500px) {
    .about-speaker .speaker-main-row {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.speaker-profile {
    text-align: center;
    max-width: 190px;
    width: 100%;
    padding: 10px;
    border: 1px solid #e2e5e9;
    border-radius: 8px
}

@media only screen and (max-width:1199px) {
    .speaker-profile {
        max-width: 180px
    }
}

@media only screen and (max-width:500px) {
    .speaker-profile {
        margin-bottom: 1.5rem
    }
}

.speaker-profile figure {
    width: 96px;
    height: 96px;
    border: 2px solid #fff;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 1.6rem
}

@media only screen and (max-width:1199px) {
    .speaker-profile figure {
        width: 86px;
        height: 86px;
        margin: 0 auto 1.4rem
    }
}

.speaker-profile figure img {
    width: 100%
}

.speaker-profile h4 {
    font-size: 1.9rem;
    margin-bottom: 0.4rem
}

@media only screen and (max-width:1199px) {
    .speaker-profile h4 {
        font-size: 1.7rem
    }
}

.speaker-profile p {
    font-size: 1.4rem;
    color: #7091FA;
    text-transform: uppercase;
    font-family: "Sailec", Helvetica, Arial, sans-serif;
    font-weight: 500;
    margin-bottom: 1rem
}

@media only screen and (max-width:1199px) {
    .speaker-profile p {
        font-size: 1.3rem
    }
}

.speaker-disc {
    padding-left: 2.5rem;
    font-size: 1.9rem;
    line-height: 1.57;
    width: 100%
}

@media only screen and (max-width:500px) {
    .speaker-disc {
        padding-left: 0
    }
}

@media only screen and (max-width:1199px) {
    .speaker-disc p {
        font-size: 1.6rem
    }
}

.speaker-social .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 14px
}

.speaker-social .social li {
    float: none
}

.speaker-social .social li:not(:last-of-type) {
    margin: 0
}

.speaker-social .social li .btn--round {
    -webkit-box-shadow: 0 2px 4px rgba(223, 230, 238, 0.5);
    box-shadow: 0 2px 4px rgba(223, 230, 238, 0.5)
}

.speaker-social .social:after {
    display: none
}

section.section.section--webinar--form {
    padding-bottom: 8rem
}

@media only screen and (max-width:575px) {
    section.section.section--webinar--form {
        padding-bottom: 5rem
    }
}

.section--webinar--form .resource-form-box .title figure img {
    width: auto
}

.new-label-box>span {
    position: relative;
    padding-left: 3rem;
    color: #18283b
}

@media only screen and (max-width:767px) {
    .new-label-box>span {
        font-size: 1.1rem
    }
}

.new-label-box>span:after {
    content: "*";
    color: #C93A9D
}

.label2 {
    position: relative
}

.section--webinar--form .resource-form-box .form__field .checkbox-green label a {
    text-decoration: underline
}

.page-thankyou .section {
    padding-bottom: 9rem
}

@media only screen and (max-width:1199px) {
    .page-thankyou .section {
        padding-bottom: 6rem
    }
}

@media only screen and (max-width:767px) {
    .page-thankyou .section {
        padding-bottom: 4rem
    }
}

@media only screen and (max-width:575px) {
    .page-thankyou .section {
        padding-bottom: 2rem
    }
}

.title-info p {
    font-size: 1.9rem;
    margin-top: 2.2rem;
    line-height: 1.6
}

@media only screen and (max-width:1199px) {
    .title-info p {
        font-size: 1.7rem;
        margin-top: 1rem
    }
}

@media only screen and (max-width:1199px) {
    .title-info p {
        font-size: 1.5rem
    }
}

.thankyou-title-row {
    position: relative;
    padding-bottom: 90px
}

@media only screen and (max-width:1199px) {
    .thankyou-title-row {
        padding-bottom: 60px
    }
}

@media only screen and (max-width:767px) {
    .thankyou-title-row {
        padding-bottom: 40px
    }
}

@media only screen and (max-width:575px) {
    .thankyou-title-row {
        padding-bottom: 30px
    }
}

.thankyou-title-row:before {
    content: "";
    position: absolute;
    left: 100px;
    right: 100px;
    bottom: 0;
    height: 1px;
    display: block;
    background: #e6e8ea
}

@media only screen and (max-width:767px) {
    .thankyou-title-row:before {
        left: 50px;
        right: 50px
    }
}

@media only screen and (max-width:575px) {
    .thankyou-title-row:before {
        left: 30px;
        right: 30px
    }
}

@media only screen and (max-width:1199px) {
    .title-info h1 {
        font-size: 3.5rem
    }
}

@media only screen and (max-width:991px) {
    .title-info h1 {
        font-size: 3.1rem
    }
}

@media only screen and (max-width:767px) {
    .title-info h1 {
        font-size: 2.6rem
    }
}

@media only screen and (max-width:575px) {
    .title-info h1 {
        font-size: 2.2rem;
        line-height: 4rem
    }
}

.thankyou-video {
    position: relative;
    margin-top: 10rem
}

@media only screen and (max-width:1199px) {
    .thankyou-video {
        margin-top: 5rem
    }
}

@media only screen and (max-width:991px) {
    .thankyou-video {
        margin-top: 2rem
    }
}

@media only screen and (max-width:767px) {
    .thankyou-video {
        margin-top: 1rem
    }
}

.thankyou-video figure {
    width: 100%;
    border-radius: 15px;
    overflow: hidden
}

.thankyou-video figure img {
    width: 100%
}

section.section .thankyou-video .video-block__controls .btn {
    min-width: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0
}

section.section.thankyou-row {
    padding-bottom: 13rem
}

@media only screen and (max-width:1199px) {
    section.section.thankyou-row {
        padding-bottom: 9rem
    }
}

@media only screen and (max-width:575px) {
    section.section.thankyou-row {
        padding-bottom: 6rem
    }
}

.thankyou-row .title {
    margin-bottom: 2rem
}

@media only screen and (max-width:767px) {
    .thankyou-row .title {
        margin-bottom: 2.4rem
    }
}

.thankyou-row .title h2 {
    font-size: 3.2rem
}

@media only screen and (max-width:1199px) {
    .thankyou-row .title h2 {
        font-size: 3.0rem
    }
}

@media only screen and (max-width:767px) {
    .thankyou-row .title h2 {
        font-size: 2.4rem
    }
}

@media only screen and (max-width:575px) {
    .thankyou-row .title h2 {
        font-size: 2rem
    }
}

.thankyou-row .thankyou-main .new-check-icon.list-icon li {
    font-size: 1.6rem
}

@media only screen and (max-width:1199px) {
    .thankyou-row .thankyou-main .new-check-icon.list-icon li {
        font-size: 1.5rem
    }
}

.thankyou-row .thankyou-main .new-check-icon.list-icon li:before {
    top: -2px
}

.thankyou-row .thankyou-main .new-check-icon.list-icon li:after {
    top: 8px
}

.thankyou-row .thankyou-btn {
    text-align: center
}

.thankyou-row .thankyou-btn p {
    font-size: 1.9rem;
    margin-bottom: 7rem
}

@media only screen and (max-width:1199px) {
    .thankyou-row .thankyou-btn p {
        font-size: 1.8rem;
        margin-bottom: 4rem
    }
}

@media only screen and (max-width:767px) {
    .thankyou-row .thankyou-btn p {
        font-size: 1.6rem
    }
}

@media only screen and (max-width:575px) {
    .thankyou-row .thankyou-btn p {
        margin-bottom: 3rem
    }
}

.thankyou-row .new-check-icon.list-icon li {
    width: 46%;
    margin: 0 4%;
    padding-right: 0
}

@media only screen and (max-width:767px) {
    .thankyou-row .new-check-icon.list-icon li {
        width: 100%;
        margin: 0
    }
}

.thankyou-row .new-check-icon.list-icon li:nth-child(odd) {
    margin-left: 0
}

.thankyou-row .new-check-icon.list-icon li:nth-child(2n) {
    margin-right: 0
}

/*!
 * Bootstrap v4.0.0-beta.2 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

@-ms-viewport {
    width: device-width
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: "proxima_novaregular", Helvetica, Arial, sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6b7a8c;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: none !important
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem
}

p {
    margin-top: 0;
    margin-bottom: 1.5rem
}

abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

dfn {
    font-style: italic
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #7a7edd;
    text-decoration: underline;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:hover {
    color: #8a8ef0;
    text-decoration: underline
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

[role=button],
a,
area,
button,
input:not([type=range]),
label,
select,
summary,
textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

table {
    border-collapse: collapse
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #868e96;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0.25rem;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #868e96
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 760px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1310px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

@media (min-width:576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1.6rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out
}

.btn:focus,
.btn:hover {
    text-decoration: none
}

.btn.focus,
.btn:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25)
}

.btn.disabled,
.btn:disabled {
    opacity: .65
}

.btn:not([disabled]):not(.disabled).active,
.btn:not([disabled]):not(.disabled):active {
    background-image: none
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc
}

.btn-primary.focus,
.btn-primary:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5)
}

.btn-secondary {
    color: #fff;
    background-color: #6b7a8c;
    border-color: #6b7a8c
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6776;
    border-color: #55616f
}

.btn-secondary.focus,
.btn-secondary:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(107, 122, 140, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(107, 122, 140, 0.5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    background-color: #6b7a8c;
    border-color: #6b7a8c
}

.btn-secondary:not([disabled]):not(.disabled).active,
.btn-secondary:not([disabled]):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #55616f;
    border-color: #4f5b68;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(107, 122, 140, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(107, 122, 140, 0.5)
}

.btn-success {
    color: #111;
    background-color: #0ADEA0;
    border-color: #0ADEA0
}

.btn-success:hover {
    color: #fff;
    background-color: #08b986;
    border-color: #08ad7d
}

.btn-success.focus,
.btn-success:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(10, 222, 160, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(10, 222, 160, 0.5)
}

.btn-success.disabled,
.btn-success:disabled {
    background-color: #0ADEA0;
    border-color: #0ADEA0
}

.btn-success:not([disabled]):not(.disabled).active,
.btn-success:not([disabled]):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #08ad7d;
    border-color: #07a174;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(10, 222, 160, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(10, 222, 160, 0.5)
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info.focus,
.btn-info:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5)
}

.btn-info.disabled,
.btn-info:disabled {
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:not([disabled]):not(.disabled).active,
.btn-info:not([disabled]):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5)
}

.btn-warning {
    color: #111;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:hover {
    color: #111;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning.focus,
.btn-warning:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:not([disabled]):not(.disabled).active,
.btn-warning:not([disabled]):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
    color: #111;
    background-color: #d39e00;
    border-color: #c69500;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5)
}

.btn-danger {
    color: #fff;
    background-color: #d14c3f;
    border-color: #d14c3f
}

.btn-danger:hover {
    color: #fff;
    background-color: #bd3a2d;
    border-color: #b2372b
}

.btn-danger.focus,
.btn-danger:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(209, 76, 63, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(209, 76, 63, 0.5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    background-color: #d14c3f;
    border-color: #d14c3f
}

.btn-danger:not([disabled]):not(.disabled).active,
.btn-danger:not([disabled]):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #b2372b;
    border-color: #a83428;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(209, 76, 63, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(209, 76, 63, 0.5)
}

.btn-light {
    color: #111;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #111;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light.focus,
.btn-light:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5)
}

.btn-light.disabled,
.btn-light:disabled {
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not([disabled]):not(.disabled).active,
.btn-light:not([disabled]):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    color: #111;
    background-color: #dae0e5;
    border-color: #d3d9df;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5)
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark.focus,
.btn-dark:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:not([disabled]):not(.disabled).active,
.btn-dark:not([disabled]):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5)
}

.btn-outline-primary {
    color: #007bff;
    background-color: transparent;
    background-image: none;
    border-color: #007bff
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent
}

.btn-outline-primary:not([disabled]):not(.disabled).active,
.btn-outline-primary:not([disabled]):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5)
}

.btn-outline-secondary {
    color: #6b7a8c;
    background-color: transparent;
    background-image: none;
    border-color: #6b7a8c
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6b7a8c;
    border-color: #6b7a8c
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(107, 122, 140, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(107, 122, 140, 0.5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #6b7a8c;
    background-color: transparent
}

.btn-outline-secondary:not([disabled]):not(.disabled).active,
.btn-outline-secondary:not([disabled]):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6b7a8c;
    border-color: #6b7a8c;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(107, 122, 140, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(107, 122, 140, 0.5)
}

.btn-outline-success {
    color: #0ADEA0;
    background-color: transparent;
    background-image: none;
    border-color: #0ADEA0
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #0ADEA0;
    border-color: #0ADEA0
}

.btn-outline-success.focus,
.btn-outline-success:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(10, 222, 160, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(10, 222, 160, 0.5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #0ADEA0;
    background-color: transparent
}

.btn-outline-success:not([disabled]):not(.disabled).active,
.btn-outline-success:not([disabled]):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #0ADEA0;
    border-color: #0ADEA0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(10, 222, 160, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(10, 222, 160, 0.5)
}

.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info.focus,
.btn-outline-info:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}

.btn-outline-info:not([disabled]):not(.disabled).active,
.btn-outline-info:not([disabled]):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5)
}

.btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107
}

.btn-outline-warning:hover {
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}

.btn-outline-warning:not([disabled]):not(.disabled).active,
.btn-outline-warning:not([disabled]):not(.disabled):active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5)
}

.btn-outline-danger {
    color: #d14c3f;
    background-color: transparent;
    background-image: none;
    border-color: #d14c3f
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #d14c3f;
    border-color: #d14c3f
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(209, 76, 63, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(209, 76, 63, 0.5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #d14c3f;
    background-color: transparent
}

.btn-outline-danger:not([disabled]):not(.disabled).active,
.btn-outline-danger:not([disabled]):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #d14c3f;
    border-color: #d14c3f;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(209, 76, 63, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(209, 76, 63, 0.5)
}

.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light.focus,
.btn-outline-light:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-light:not([disabled]):not(.disabled).active,
.btn-outline-light:not([disabled]):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5)
}

.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}

.btn-outline-dark:not([disabled]):not(.disabled).active,
.btn-outline-dark:not([disabled]):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5)
}

.btn-link {
    font-weight: 400;
    color: #7a7edd;
    background-color: transparent
}

.btn-link:hover {
    color: #8a8ef0;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent
}

.btn-link.focus,
.btn-link:focus {
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link.disabled,
.btn-link:disabled {
    color: #868e96
}

.btn-group-lg>.btn,
.btn-lg {
    padding: 0.5rem 1rem;
    font-size: 2rem;
    line-height: 1.5;
    border-radius: 0.3rem
}

.btn-group-sm>.btn,
.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 1.4rem;
    line-height: 1.5;
    border-radius: 0.2rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: 0.5rem
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.btn-group-vertical>.btn:hover,
.btn-group>.btn:hover {
    z-index: 2
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus {
    z-index: 2
}

.btn-group-vertical .btn+.btn,
.btn-group-vertical .btn+.btn-group,
.btn-group-vertical .btn-group+.btn,
.btn-group-vertical .btn-group+.btn-group,
.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group>.btn-group {
    float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn+.dropdown-toggle-split {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem
}

.btn+.dropdown-toggle-split:after {
    margin-left: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem
}

.btn-group-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
    width: 100%
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],
[data-toggle=buttons]>.btn-group>.btn input[type=radio],
[data-toggle=buttons]>.btn input[type=checkbox],
[data-toggle=buttons]>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #868e96
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #ddd
}

.nav-tabs .nav-link.disabled {
    color: #868e96;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #ddd #ddd #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: 0.25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #007bff
}

.nav-fill .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.5rem
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-title {
    margin-bottom: 0.75rem
}

.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125)
}

.card-header:first-child {
    border-radius: calc(0.5rem - 1px) calc(0.5rem - 1px) 0 0
}

.card-header+.list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(0.5rem - 1px) calc(0.5rem - 1px)
}

.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%;
    border-radius: calc(0.5rem - 1px)
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(0.5rem - 1px);
    border-top-right-radius: calc(0.5rem - 1px)
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(0.5rem - 1px);
    border-bottom-left-radius: calc(0.5rem - 1px)
}

.card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-deck .card {
    margin-bottom: 15px
}

@media (min-width:576px) {
    .card-deck {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

    .card-deck .card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-group .card {
    margin-bottom: 15px
}

@media (min-width:576px) {
    .card-group {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .card-group .card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group .card+.card {
        margin-left: 0;
        border-left: 0
    }

    .card-group .card:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group .card:first-child .card-img-top {
        border-top-right-radius: 0
    }

    .card-group .card:first-child .card-img-bottom {
        border-bottom-right-radius: 0
    }

    .card-group .card:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group .card:last-child .card-img-top {
        border-top-left-radius: 0
    }

    .card-group .card:last-child .card-img-bottom {
        border-bottom-left-radius: 0
    }

    .card-group .card:only-child {
        border-radius: 0.5rem
    }

    .card-group .card:only-child .card-img-top {
        border-top-left-radius: 0.5rem;
        border-top-right-radius: 0.5rem
    }

    .card-group .card:only-child .card-img-bottom {
        border-bottom-right-radius: 0.5rem;
        border-bottom-left-radius: 0.5rem
    }

    .card-group .card:not(:first-child):not(:last-child):not(:only-child) {
        border-radius: 0
    }

    .card-group .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
    .card-group .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
        border-radius: 0
    }
}

.card-columns .card {
    margin-bottom: 0.75rem
}

@media (min-width:576px) {
    .card-columns {
        -webkit-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        column-gap: 1.25rem
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.badge {
    display: inline-block;
    padding: 0.3rem 0.8rem;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #007bff
}

.badge-primary[href]:focus,
.badge-primary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0062cc
}

.badge-secondary {
    color: #fff;
    background-color: #6b7a8c
}

.badge-secondary[href]:focus,
.badge-secondary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #55616f
}

.badge-success {
    color: #111;
    background-color: #0ADEA0
}

.badge-success[href]:focus,
.badge-success[href]:hover {
    color: #111;
    text-decoration: none;
    background-color: #08ad7d
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

.badge-info[href]:focus,
.badge-info[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #117a8b
}

.badge-warning {
    color: #111;
    background-color: #ffc107
}

.badge-warning[href]:focus,
.badge-warning[href]:hover {
    color: #111;
    text-decoration: none;
    background-color: #d39e00
}

.badge-danger {
    color: #fff;
    background-color: #d14c3f
}

.badge-danger[href]:focus,
.badge-danger[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #b2372b
}

.badge-light {
    color: #111;
    background-color: #f8f9fa
}

.badge-light[href]:focus,
.badge-light[href]:hover {
    color: #111;
    text-decoration: none;
    background-color: #dae0e5
}

.badge-dark {
    color: #fff;
    background-color: #343a40
}

.badge-dark[href]:focus,
.badge-dark[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1d2124
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: "OpenSans", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 1.4rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: 1
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 1.2rem
}

.tooltip .arrow:before {
    position: absolute;
    border-color: transparent;
    border-style: solid
}

.tooltip.bs-tooltip-auto[x-placement^=top],
.tooltip.bs-tooltip-top {
    padding: 1rem 0
}

.tooltip.bs-tooltip-auto[x-placement^=top] .arrow,
.tooltip.bs-tooltip-top .arrow {
    bottom: 0
}

.tooltip.bs-tooltip-auto[x-placement^=top] .arrow:before,
.tooltip.bs-tooltip-top .arrow:before {
    margin-left: 1rem;
    content: "";
    border-width: 1rem 1rem 0;
    border-top-color: #fff
}

.tooltip.bs-tooltip-auto[x-placement^=right],
.tooltip.bs-tooltip-right {
    padding: 0 1rem
}

.tooltip.bs-tooltip-auto[x-placement^=right] .arrow,
.tooltip.bs-tooltip-right .arrow {
    left: 0
}

.tooltip.bs-tooltip-auto[x-placement^=right] .arrow:before,
.tooltip.bs-tooltip-right .arrow:before {
    margin-top: 1rem;
    content: "";
    border-width: 1rem 1rem 1rem 0;
    border-right-color: #fff
}

.tooltip.bs-tooltip-auto[x-placement^=bottom],
.tooltip.bs-tooltip-bottom {
    padding: 1rem 0
}

.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow,
.tooltip.bs-tooltip-bottom .arrow {
    top: 0
}

.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow:before,
.tooltip.bs-tooltip-bottom .arrow:before {
    margin-left: 1rem;
    content: "";
    border-width: 0 1rem 1rem;
    border-bottom-color: #fff
}

.tooltip.bs-tooltip-auto[x-placement^=left],
.tooltip.bs-tooltip-left {
    padding: 0 1rem
}

.tooltip.bs-tooltip-auto[x-placement^=left] .arrow,
.tooltip.bs-tooltip-left .arrow {
    right: 0
}

.tooltip.bs-tooltip-auto[x-placement^=left] .arrow:before,
.tooltip.bs-tooltip-left .arrow:before {
    right: 0;
    margin-top: 1rem;
    content: "";
    border-width: 1rem 0 1rem 1rem;
    border-left-color: #fff
}

.tooltip-inner {
    max-width: 33.8rem;
    padding: 1.5rem 3rem;
    color: #18283b;
    text-align: center;
    background-color: #fff;
    border-radius: 0.25rem
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: #007bff !important
}

a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #0062cc !important
}

.bg-secondary {
    background-color: #6b7a8c !important
}

a.bg-secondary:focus,
a.bg-secondary:hover {
    background-color: #55616f !important
}

.bg-success {
    background-color: #0ADEA0 !important
}

a.bg-success:focus,
a.bg-success:hover {
    background-color: #08ad7d !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:focus,
a.bg-info:hover {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #d14c3f !important
}

a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #b2372b !important
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:focus,
a.bg-light:hover {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:focus,
a.bg-dark:hover {
    background-color: #1d2124 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #e9ecef !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #007bff !important
}

.border-secondary {
    border-color: #6b7a8c !important
}

.border-success {
    border-color: #0ADEA0 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #d14c3f !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-white {
    border-color: #fff !important
}

.rounded {
    border-radius: 0.25rem !important
}

.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important
}

.rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important
}

.rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix:after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media (min-width:576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.d-print-block {
    display: none !important
}

@media print {
    .d-print-block {
        display: block !important
    }
}

.d-print-inline {
    display: none !important
}

@media print {
    .d-print-inline {
        display: inline !important
    }
}

.d-print-inline-block {
    display: none !important
}

@media print {
    .d-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive:before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9:before {
    padding-top: 42.85714%
}

.embed-responsive-16by9:before {
    padding-top: 56.25%
}

.embed-responsive-4by3:before {
    padding-top: 75%
}

.embed-responsive-1by1:before {
    padding-top: 100%
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important
}

@media (min-width:576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width:576px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media (min-width:768px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media (min-width:992px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media (min-width:1200px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
    -webkit-clip-path: none;
    clip-path: none
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: 0.25rem !important
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important
}

.m-2 {
    margin: 0.5rem !important
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: 0.25rem !important
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important
}

.p-2 {
    padding: 0.5rem !important
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: 0.25rem !important
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important
    }

    .m-sm-2 {
        margin: 0.5rem !important
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: 0.25rem !important
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important
    }

    .p-sm-2 {
        padding: 0.5rem !important
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: 0.25rem !important
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important
    }

    .m-md-2 {
        margin: 0.5rem !important
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: 0.25rem !important
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important
    }

    .p-md-2 {
        padding: 0.5rem !important
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width:992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: 0.25rem !important
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important
    }

    .m-lg-2 {
        margin: 0.5rem !important
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: 0.25rem !important
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important
    }

    .p-lg-2 {
        padding: 0.5rem !important
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width:1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: 0.25rem !important
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important
    }

    .m-xl-2 {
        margin: 0.5rem !important
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: 0.25rem !important
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important
    }

    .p-xl-2 {
        padding: 0.5rem !important
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}

.text-justify {
    text-align: justify !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width:576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width:768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width:992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #007bff !important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #0062cc !important
}

.text-secondary {
    color: #6b7a8c !important
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #55616f !important
}

.text-success {
    color: #0ADEA0 !important
}

a.text-success:focus,
a.text-success:hover {
    color: #08ad7d !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:focus,
a.text-info:hover {
    color: #117a8b !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:focus,
a.text-warning:hover {
    color: #d39e00 !important
}

.text-danger {
    color: #d14c3f !important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #b2372b !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:focus,
a.text-light:hover {
    color: #dae0e5 !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:focus,
a.text-dark:hover {
    color: #1d2124 !important
}

.text-muted {
    color: #868e96 !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.html") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform 100ms ease;
    transition: -webkit-transform 100ms ease;
    -o-transition: transform 100ms ease;
    transition: transform 100ms ease;
    transition: transform 100ms ease, -webkit-transform 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

/*! jQuery UI - v1.12.1 - 2017-11-28
* http://jqueryui.com
* Includes: core.css, slider.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
    display: none
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

.ui-helper-clearfix:after,
.ui-helper-clearfix:before {
    content: "";
    display: table;
    border-collapse: collapse
}

.ui-helper-clearfix:after {
    clear: both
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0)
}

.ui-front {
    z-index: 100
}

.ui-state-disabled {
    cursor: default !important;
    pointer-events: none
}

.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ui-slider {
    position: relative;
    text-align: left
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    -webkit-filter: inherit;
    filter: inherit
}

.ui-slider-horizontal {
    height: .8em
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0
}

.ui-slider-vertical {
    width: .8em;
    height: 100px
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0
}

.ui-widget {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em
}

.ui-widget .ui-widget {
    font-size: 1em
}

.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5
}

.ui-widget-content {
    border: 1px solid #dddddd;
    background: #ffffff;
    color: #333333
}

.ui-widget-content a {
    color: #333333
}

.ui-widget-header {
    border: 1px solid #dddddd;
    background: #e9e9e9;
    color: #333333;
    font-weight: bold
}

.ui-widget-header a {
    color: #333333
}

.ui-button,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
html .ui-button.ui-state-disabled:active,
html .ui-button.ui-state-disabled:hover {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545
}

.ui-button,
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button {
    color: #454545;
    text-decoration: none
}

.ui-button:focus,
.ui-button:hover,
.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
    border: 1px solid #cccccc;
    background: #ededed;
    font-weight: normal;
    color: #2b2b2b
}

.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
a.ui-button:focus,
a.ui-button:hover {
    color: #2b2b2b;
    text-decoration: none
}

.ui-visual-focus {
    -webkit-box-shadow: 0 0 3px 1px #5e9ed6;
    box-shadow: 0 0 3px 1px #5e9ed6
}

.ui-button.ui-state-active:hover,
.ui-button:active,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: normal;
    color: #ffffff
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
    border: #003eff;
    background-color: #ffffff
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #ffffff;
    text-decoration: none
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620
}

.ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #777620
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #5f3f3f
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #5f3f3f
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: bold
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: normal
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35)
}

.ui-icon {
    width: 16px;
    height: 16px
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url("images/ui-icons_444444_256x240.html")
}

.ui-widget-header .ui-icon {
    background-image: url("images/ui-icons_444444_256x240.html")
}

.ui-button:focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-state-hover .ui-icon {
    background-image: url("images/ui-icons_555555_256x240.html")
}

.ui-button:active .ui-icon,
.ui-state-active .ui-icon {
    background-image: url("images/ui-icons_ffffff_256x240.html")
}

.ui-button .ui-state-highlight.ui-icon,
.ui-state-highlight .ui-icon {
    background-image: url("images/ui-icons_777620_256x240.html")
}

.ui-state-error-text .ui-icon,
.ui-state-error .ui-icon {
    background-image: url("images/ui-icons_cc0000_256x240.html")
}

.ui-button .ui-icon {
    background-image: url("images/ui-icons_777777_256x240.html")
}

.ui-icon-blank {
    background-position: 16px 16px
}

.ui-icon-caret-1-n {
    background-position: 0 0
}

.ui-icon-caret-1-ne {
    background-position: -16px 0
}

.ui-icon-caret-1-e {
    background-position: -32px 0
}

.ui-icon-caret-1-se {
    background-position: -48px 0
}

.ui-icon-caret-1-s {
    background-position: -65px 0
}

.ui-icon-caret-1-sw {
    background-position: -80px 0
}

.ui-icon-caret-1-w {
    background-position: -96px 0
}

.ui-icon-caret-1-nw {
    background-position: -112px 0
}

.ui-icon-caret-2-n-s {
    background-position: -128px 0
}

.ui-icon-caret-2-e-w {
    background-position: -144px 0
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px
}

.ui-icon-triangle-1-s {
    background-position: -65px -16px
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px
}

.ui-icon-arrow-1-s {
    background-position: -65px -32px
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px
}

.ui-icon-arrowthick-1-n {
    background-position: 1px -48px
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px
}

.ui-icon-arrow-4 {
    background-position: 0 -80px
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px
}

.ui-icon-extlink {
    background-position: -32px -80px
}

.ui-icon-newwin {
    background-position: -48px -80px
}

.ui-icon-refresh {
    background-position: -64px -80px
}

.ui-icon-shuffle {
    background-position: -80px -80px
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px
}

.ui-icon-folder-open {
    background-position: -16px -96px
}

.ui-icon-document {
    background-position: -32px -96px
}

.ui-icon-document-b {
    background-position: -48px -96px
}

.ui-icon-note {
    background-position: -64px -96px
}

.ui-icon-mail-closed {
    background-position: -80px -96px
}

.ui-icon-mail-open {
    background-position: -96px -96px
}

.ui-icon-suitcase {
    background-position: -112px -96px
}

.ui-icon-comment {
    background-position: -128px -96px
}

.ui-icon-person {
    background-position: -144px -96px
}

.ui-icon-print {
    background-position: -160px -96px
}

.ui-icon-trash {
    background-position: -176px -96px
}

.ui-icon-locked {
    background-position: -192px -96px
}

.ui-icon-unlocked {
    background-position: -208px -96px
}

.ui-icon-bookmark {
    background-position: -224px -96px
}

.ui-icon-tag {
    background-position: -240px -96px
}

.ui-icon-home {
    background-position: 0 -112px
}

.ui-icon-flag {
    background-position: -16px -112px
}

.ui-icon-calendar {
    background-position: -32px -112px
}

.ui-icon-cart {
    background-position: -48px -112px
}

.ui-icon-pencil {
    background-position: -64px -112px
}

.ui-icon-clock {
    background-position: -80px -112px
}

.ui-icon-disk {
    background-position: -96px -112px
}

.ui-icon-calculator {
    background-position: -112px -112px
}

.ui-icon-zoomin {
    background-position: -128px -112px
}

.ui-icon-zoomout {
    background-position: -144px -112px
}

.ui-icon-search {
    background-position: -160px -112px
}

.ui-icon-wrench {
    background-position: -176px -112px
}

.ui-icon-gear {
    background-position: -192px -112px
}

.ui-icon-heart {
    background-position: -208px -112px
}

.ui-icon-star {
    background-position: -224px -112px
}

.ui-icon-link {
    background-position: -240px -112px
}

.ui-icon-cancel {
    background-position: 0 -128px
}

.ui-icon-plus {
    background-position: -16px -128px
}

.ui-icon-plusthick {
    background-position: -32px -128px
}

.ui-icon-minus {
    background-position: -48px -128px
}

.ui-icon-minusthick {
    background-position: -64px -128px
}

.ui-icon-close {
    background-position: -80px -128px
}

.ui-icon-closethick {
    background-position: -96px -128px
}

.ui-icon-key {
    background-position: -112px -128px
}

.ui-icon-lightbulb {
    background-position: -128px -128px
}

.ui-icon-scissors {
    background-position: -144px -128px
}

.ui-icon-clipboard {
    background-position: -160px -128px
}

.ui-icon-copy {
    background-position: -176px -128px
}

.ui-icon-contact {
    background-position: -192px -128px
}

.ui-icon-image {
    background-position: -208px -128px
}

.ui-icon-video {
    background-position: -224px -128px
}

.ui-icon-script {
    background-position: -240px -128px
}

.ui-icon-alert {
    background-position: 0 -144px
}

.ui-icon-info {
    background-position: -16px -144px
}

.ui-icon-notice {
    background-position: -32px -144px
}

.ui-icon-help {
    background-position: -48px -144px
}

.ui-icon-check {
    background-position: -64px -144px
}

.ui-icon-bullet {
    background-position: -80px -144px
}

.ui-icon-radio-on {
    background-position: -96px -144px
}

.ui-icon-radio-off {
    background-position: -112px -144px
}

.ui-icon-pin-w {
    background-position: -128px -144px
}

.ui-icon-pin-s {
    background-position: -144px -144px
}

.ui-icon-play {
    background-position: 0 -160px
}

.ui-icon-pause {
    background-position: -16px -160px
}

.ui-icon-seek-next {
    background-position: -32px -160px
}

.ui-icon-seek-prev {
    background-position: -48px -160px
}

.ui-icon-seek-end {
    background-position: -64px -160px
}

.ui-icon-seek-start {
    background-position: -80px -160px
}

.ui-icon-seek-first {
    background-position: -80px -160px
}

.ui-icon-stop {
    background-position: -96px -160px
}

.ui-icon-eject {
    background-position: -112px -160px
}

.ui-icon-volume-off {
    background-position: -128px -160px
}

.ui-icon-volume-on {
    background-position: -144px -160px
}

.ui-icon-power {
    background-position: 0 -176px
}

.ui-icon-signal-diag {
    background-position: -16px -176px
}

.ui-icon-signal {
    background-position: -32px -176px
}

.ui-icon-battery-0 {
    background-position: -48px -176px
}

.ui-icon-battery-1 {
    background-position: -64px -176px
}

.ui-icon-battery-2 {
    background-position: -80px -176px
}

.ui-icon-battery-3 {
    background-position: -96px -176px
}

.ui-icon-circle-plus {
    background-position: 0 -192px
}

.ui-icon-circle-minus {
    background-position: -16px -192px
}

.ui-icon-circle-close {
    background-position: -32px -192px
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px
}

.ui-icon-circle-check {
    background-position: -208px -192px
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px
}

.ui-corner-all,
.ui-corner-left,
.ui-corner-tl,
.ui-corner-top {
    border-top-left-radius: 3px
}

.ui-corner-all,
.ui-corner-right,
.ui-corner-top,
.ui-corner-tr {
    border-top-right-radius: 3px
}

.ui-corner-all,
.ui-corner-bl,
.ui-corner-bottom,
.ui-corner-left {
    border-bottom-left-radius: 3px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-br,
.ui-corner-right {
    border-bottom-right-radius: 3px
}

.ui-widget-overlay {
    background: #aaaaaa;
    opacity: .3;
    filter: Alpha(Opacity=30)
}

.ui-widget-shadow {
    -webkit-box-shadow: 0px 0px 5px #666666;
    box-shadow: 0px 0px 5px #666666
}

@-webkit-keyframes modal-video {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes modal-video {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes modal-video-inner {
    0% {
        -webkit-transform: translate(0, 100px);
        transform: translate(0, 100px)
    }

    to {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes modal-video-inner {
    0% {
        -webkit-transform: translate(0, 100px);
        transform: translate(0, 100px)
    }

    to {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.modal-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000000;
    cursor: pointer;
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-name: modal-video;
    animation-name: modal-video;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out
}

.modal-video-close {
    opacity: 0
}

.modal-video-close .modal-video-movie-wrap {
    -webkit-transform: translate(0, 100px);
    -moz-transform: translate(0, 100px);
    -ms-transform: translate(0, 100px);
    -o-transform: translate(0, 100px);
    transform: translate(0, 100px)
}

.modal-video-body {
    max-width: 940px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: table
}

.modal-video-inner {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%
}

.modal-video-movie-wrap {
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 56.25%;
    background-color: #333;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-name: modal-video-inner;
    animation-name: modal-video-inner;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -ms-transition: -ms-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out
}

.modal-video-movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.modal-video-close-btn {
    position: absolute;
    z-index: 2;
    top: -35px;
    right: -35px;
    display: inline-block;
    width: 35px;
    height: 35px;
    overflow: hidden;
    border: none;
    background: transparent;
    cursor: pointer
}

.modal-video-close-btn:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.modal-video-close-btn:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.modal-video-close-btn:after,
.modal-video-close-btn:before {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #fff;
    border-radius: 5px;
    margin-top: -6px
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

@font-face {
    font-family: 'lightcase';
    src: url("../fonts/lightcase/lightcaseeead.html?55356177");
    src: url("../fonts/lightcase/lightcaseeead.html?55356177#iefix") format("embedded-opentype"), url("../fonts/lightcase/lightcaseeead-2.html?55356177") format("woff"), url("../fonts/lightcase/lightcaseeead-3.html?55356177") format("truetype"), url("../fonts/lightcase/lightcaseeead-4.html?55356177#lightcase") format("svg");
    font-weight: normal;
    font-style: normal
}

[class*=lightcase-icon-]:before {
    font-family: 'lightcase', sans-serif;
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em
}

.lightcase-icon-play:before {
    content: '\e800'
}

.lightcase-icon-pause:before {
    content: '\e801'
}

.lightcase-icon-close:before {
    content: '\e802'
}

.lightcase-icon-prev:before {
    content: '\e803'
}

.lightcase-icon-next:before {
    content: '\e804'
}

.lightcase-icon-spin:before {
    content: '\e805'
}

@-webkit-keyframes lightcase-spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-moz-keyframes lightcase-spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-o-keyframes lightcase-spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-ms-keyframes lightcase-spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes lightcase-spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

#lightcase-case {
    display: none;
    position: fixed;
    z-index: 2002;
    top: 50%;
    left: 50%;
    font-family: arial, sans-serif;
    font-size: 13px;
    line-height: 1.5;
    text-align: left;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5)
}

@media screen and (max-width:640px) {

    html[data-lc-type=ajax] #lightcase-case,
    html[data-lc-type=inline] #lightcase-case {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        margin: 0 !important;
        padding: 55px 0 70px 0;
        width: 100% !important;
        height: 100% !important;
        overflow: auto !important
    }
}

@media screen and (min-width:641px) {
    html:not([data-lc-type=error]) #lightcase-content {
        position: relative;
        z-index: 1;
        text-shadow: none;
        background-color: #fff;
        -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
        -o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
        -webkit-backface-visibility: hidden
    }
}

@media screen and (min-width:641px) {

    html[data-lc-type=image] #lightcase-content,
    html[data-lc-type=video] #lightcase-content {
        background-color: #333
    }
}

html[data-lc-type=ajax] #lightcase-content,
html[data-lc-type=error] #lightcase-content,
html[data-lc-type=inline] #lightcase-content {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

@media screen and (max-width:640px) {

    html[data-lc-type=ajax] #lightcase-content,
    html[data-lc-type=error] #lightcase-content,
    html[data-lc-type=inline] #lightcase-content {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        width: auto !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
        background: none !important
    }
}

html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner,
html[data-lc-type=error] #lightcase-content .lightcase-contentInner,
html[data-lc-type=inline] #lightcase-content .lightcase-contentInner {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
}

@media screen and (max-width:640px) {

    html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner,
    html[data-lc-type=error] #lightcase-content .lightcase-contentInner,
    html[data-lc-type=inline] #lightcase-content .lightcase-contentInner {
        padding: 15px
    }

    html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner,
    html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner>*,
    html[data-lc-type=error] #lightcase-content .lightcase-contentInner,
    html[data-lc-type=error] #lightcase-content .lightcase-contentInner>*,
    html[data-lc-type=inline] #lightcase-content .lightcase-contentInner,
    html[data-lc-type=inline] #lightcase-content .lightcase-contentInner>* {
        width: 100% !important;
        max-width: none !important
    }

    html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner>:not(iframe),
    html[data-lc-type=error] #lightcase-content .lightcase-contentInner>:not(iframe),
    html[data-lc-type=inline] #lightcase-content .lightcase-contentInner>:not(iframe) {
        height: auto !important;
        max-height: none !important
    }
}

@media screen and (max-width:640px) {
    html.lightcase-isMobileDevice[data-lc-type=iframe] #lightcase-content .lightcase-contentInner iframe {
        overflow: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media screen and (max-width:640px) and (min-width:641px) {

    html[data-lc-type=image] #lightcase-content .lightcase-contentInner,
    html[data-lc-type=video] #lightcase-content .lightcase-contentInner {
        line-height: 0.75
    }
}

html[data-lc-type=image] #lightcase-content .lightcase-contentInner {
    position: relative;
    overflow: hidden !important
}

@media screen and (max-width:640px) {

    html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap,
    html[data-lc-type=error] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap,
    html[data-lc-type=inline] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        width: auto !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
        background: none !important
    }
}

@media screen and (min-width:641px) {
    html:not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
        padding: 30px;
        overflow: auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box
    }
}

@media screen and (max-width:640px) {

    #lightcase-content h1,
    #lightcase-content h2,
    #lightcase-content h3,
    #lightcase-content h4,
    #lightcase-content h5,
    #lightcase-content h6,
    #lightcase-content p {
        color: #aaa
    }
}

@media screen and (min-width:641px) {

    #lightcase-content h1,
    #lightcase-content h2,
    #lightcase-content h3,
    #lightcase-content h4,
    #lightcase-content h5,
    #lightcase-content h6,
    #lightcase-content p {
        color: #333
    }
}

#lightcase-case p.lightcase-error {
    margin: 0;
    font-size: 17px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: #aaa
}

@media screen and (max-width:640px) {
    #lightcase-case p.lightcase-error {
        padding: 30px 0
    }
}

@media screen and (min-width:641px) {
    #lightcase-case p.lightcase-error {
        padding: 0
    }
}

.lightcase-open body {
    overflow: hidden
}

.lightcase-isMobileDevice .lightcase-open body {
    max-width: 100%;
    max-height: 100%
}

#lightcase-info {
    position: absolute;
    padding-top: 15px
}

#lightcase-info #lightcase-caption,
#lightcase-info #lightcase-title {
    margin: 0;
    padding: 0;
    line-height: 1.5;
    font-weight: normal;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

#lightcase-info #lightcase-title {
    font-size: 17px;
    color: #aaa
}

@media screen and (max-width:640px) {
    #lightcase-info #lightcase-title {
        position: fixed;
        top: 10px;
        left: 0;
        max-width: 87.5%;
        padding: 5px 15px;
        background: #333
    }
}

#lightcase-info #lightcase-caption {
    clear: both;
    font-size: 13px;
    color: #aaa
}

#lightcase-info #lightcase-sequenceInfo {
    font-size: 11px;
    color: #aaa
}

@media screen and (max-width:640px) {
    .lightcase-fullScreenMode #lightcase-info {
        padding-left: 15px;
        padding-right: 15px
    }

    html:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-info {
        position: static
    }
}

#lightcase-loading {
    position: fixed;
    z-index: 9999;
    width: 1.123em;
    height: auto;
    font-size: 38px;
    line-height: 1;
    text-align: center;
    text-shadow: none;
    position: fixed;
    z-index: 2001;
    top: 50%;
    left: 50%;
    margin-top: -0.5em;
    margin-left: -0.5em;
    opacity: 1;
    font-size: 32px;
    text-shadow: 0 0 15px #fff;
    -moz-transform-origin: 50% 53%;
    -webkit-animation: lightcase-spin 0.5s infinite linear;
    -moz-animation: lightcase-spin 0.5s infinite linear;
    -o-animation: lightcase-spin 0.5s infinite linear;
    animation: lightcase-spin 0.5s infinite linear
}

#lightcase-loading,
#lightcase-loading:focus {
    text-decoration: none;
    color: #fff;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: color, opacity, ease-in-out 0.25s;
    -moz-transition: color, opacity, ease-in-out 0.25s;
    -o-transition: color, opacity, ease-in-out 0.25s;
    transition: color, opacity, ease-in-out 0.25s
}

#lightcase-loading>span {
    display: inline-block;
    text-indent: -9999px
}

a[class*=lightcase-icon-] {
    position: fixed;
    z-index: 9999;
    width: 1.123em;
    height: auto;
    font-size: 38px;
    line-height: 1;
    text-align: center;
    text-shadow: none;
    outline: none;
    cursor: pointer
}

a[class*=lightcase-icon-],
a[class*=lightcase-icon-]:focus {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.6);
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: color, opacity, ease-in-out 0.25s;
    -moz-transition: color, opacity, ease-in-out 0.25s;
    -o-transition: color, opacity, ease-in-out 0.25s;
    transition: color, opacity, ease-in-out 0.25s
}

a[class*=lightcase-icon-]>span {
    display: inline-block;
    text-indent: -9999px
}

a[class*=lightcase-icon-]:hover {
    color: white;
    text-shadow: 0 0 15px white
}

.lightcase-isMobileDevice a[class*=lightcase-icon-]:hover {
    color: #aaa;
    text-shadow: none
}

a[class*=lightcase-icon-].lightcase-icon-close {
    position: fixed;
    top: 15px;
    right: 15px;
    bottom: auto;
    margin: 0;
    opacity: 0;
    outline: none
}

a[class*=lightcase-icon-].lightcase-icon-prev {
    left: 15px
}

a[class*=lightcase-icon-].lightcase-icon-next {
    right: 15px
}

a[class*=lightcase-icon-].lightcase-icon-pause,
a[class*=lightcase-icon-].lightcase-icon-play {
    left: 50%;
    margin-left: -0.5em
}

@media screen and (min-width:641px) {

    a[class*=lightcase-icon-].lightcase-icon-pause,
    a[class*=lightcase-icon-].lightcase-icon-play {
        opacity: 0
    }
}

@media screen and (max-width:640px) {
    a[class*=lightcase-icon-] {
        bottom: 15px;
        font-size: 24px
    }
}

@media screen and (min-width:641px) {
    a[class*=lightcase-icon-] {
        bottom: 50%;
        margin-bottom: -0.5em
    }

    #lightcase-case:hover~a[class*=lightcase-icon-],
    a[class*=lightcase-icon-]:hover {
        opacity: 1
    }
}

#lightcase-overlay {
    display: none;
    width: 100%;
    min-height: 100%;
    position: fixed;
    z-index: 2000;
    top: -9999px;
    bottom: -9999px;
    left: 0;
    background: #333
}

@media screen and (max-width:640px) {
    #lightcase-overlay {
        opacity: 1 !important
    }
}

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

a:not(.btn) {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    text-decoration: underline
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "gilroy", Helvetica, Arial, sans-serif;
    color: #18283b;
    font-weight: 600;
    line-height: normal
}

@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon/icomoon6b62.eot?71s3fp");
    src: url("../fonts/icomoon/icomoon6b62.eot?71s3fp#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon6b62.ttf?71s3fp") format("truetype"), url("../fonts/icomoon/icomoon6b62.woff?71s3fp") format("woff"), url("../fonts/icomoon/icomoon6b62.svg?71s3fp#icomoon") format("svg");
    font-weight: normal;
    font-style: normal
}

[class*=" icon-"],
[class^=icon-] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-logo:before {
    content: "\e925"
}

.icon-watch:before {
    content: "\e923"
}

.icon-add-ons:before {
    content: "\e90c"
}

.icon-award:before {
    content: "\e910"
}

.icon-briefcase:before {
    content: "\e91e"
}

.icon-check-square:before {
    content: "\e920"
}

.icon-clipboard:before {
    content: "\e92a"
}

.icon-clock:before {
    content: "\e92b"
}

.icon-doc-2:before {
    content: "\e92c"
}

.icon-plus-square:before {
    content: "\e92e"
}

.icon-refresh-cw:before {
    content: "\e92f"
}

.icon-scheme:before {
    content: "\e93b"
}

.icon-minus:before {
    content: "\e940"
}

.icon-plus:before {
    content: "\e941"
}

.icon-arrow_right:before {
    content: "\e93a"
}

.icon-linkedin-logo:before {
    content: "\e938"
}

.icon-trending-up:before {
    content: "\e939"
}

.icon-calculator:before {
    content: "\e930"
}

.icon-clock-filled:before {
    content: "\e931"
}

.icon-doc:before {
    content: "\e932"
}

.icon-expenses:before {
    content: "\e933"
}

.icon-phone2:before {
    content: "\e934"
}

.icon-piece-of-paper-filled:before {
    content: "\e935"
}

.icon-tag:before {
    content: "\e936"
}

.icon-bell:before {
    content: "\e927"
}

.icon-dialog:before {
    content: "\e928"
}

.icon-piece-of-paper:before {
    content: "\e929"
}

.icon-rewind:before {
    content: "\e926"
}

.icon-users:before {
    content: "\e924"
}

.icon-exclamation-point:before {
    content: "\e93f"
}

.icon-desktop:before {
    content: "\e91c"
}

.icon-help-circle:before {
    content: "\e93d"
}

.icon-help:before {
    content: "\e93e"
}

.icon-wifi:before {
    content: "\e91f"
}

.icon-cloud:before {
    content: "\e921"
}

.icon-download:before {
    content: "\e922"
}

.icon-image:before {
    content: "\e91b"
}

.icon-box:before {
    content: "\e91a"
}

.icon-address:before {
    content: "\e93c"
}

.icon-telephone:before {
    content: "\e942"
}

.icon-youtube:before {
    content: "\e937"
}

.icon-calendar:before {
    content: "\e90b"
}

.icon-credit-card:before {
    content: "\e90d"
}

.icon-inbox:before {
    content: "\e913"
}

.icon-lock:before {
    content: "\e916"
}

.icon-facebook:before {
    content: "\e90f"
}

.icon-heart:before {
    content: "\e912"
}

.icon-insta:before {
    content: "\e914"
}

.icon-left-right-arrows:before {
    content: "\e915"
}

.icon-phone:before {
    content: "\e917"
}

.icon-play:before {
    content: "\e918"
}

.icon-twitter:before {
    content: "\e919"
}

.icon-arrow_down:before {
    content: "\e905"
}

.icon-close:before {
    content: "\e908"
}

.icon-user:before {
    content: "\e909"
}

.icon-user-check:before {
    content: "\e90a"
}

.icon-asesoria:before {
    content: "\e907"
}

.icon-empresa:before {
    content: "\e911"
}

.icon-autonomos:before {
    content: "\e90e"
}

.icon-arrow-left-long:before {
    content: "\e901"
}

.icon-arrow-left:before {
    content: "\e902"
}

.icon-arrow-right-long:before {
    content: "\e903"
}

.icon-arrow-right:before {
    content: "\e904"
}

.icon-check:before {
    content: "\e906"
}

.icon-file-plus:before {
    content: "\e91d"
}

.icon-book:before {
    content: "\e943"
}

.icon-globe:before {
    content: "\e92d"
}

.icon-google:before {
    content: "\e900"
}

.logos {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.owl-carousel.testimonials .testimonial__header {
    padding-right: 5.5rem
}

.owl-carousel.testimonials .owl-dots.disabled,
.owl-carousel.testimonials .owl-nav.disabled {
    display: none
}

.owl-carousel.testimonials .owl-nav {
    position: absolute;
    top: .3rem;
    right: .5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.owl-carousel.testimonials .owl-next,
.owl-carousel.testimonials .owl-prev {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    color: #D1DDE8;
    font-size: 1rem
}

.owl-carousel.testimonials .owl-next:hover:not(.disabled),
.owl-carousel.testimonials .owl-prev:hover:not(.disabled) {
    color: #3AC98B
}

.owl-carousel.testimonials .owl-next:before,
.owl-carousel.testimonials .owl-prev:before {
    font-family: 'icomoon'
}

.owl-carousel.testimonials .owl-prev:before {
    content: '\e902'
}

.owl-carousel.testimonials .owl-prev:hover:not(.disabled):before {
    content: '\e901'
}

.owl-carousel.testimonials .owl-next {
    margin-left: .4rem
}

.owl-carousel.testimonials .owl-next:before {
    content: '\e904'
}

.owl-carousel.testimonials .owl-next:hover:not(.disabled):before {
    content: '\e903'
}

@font-face {
    font-family: 'OpenSans';
    src: local("OpenSans LightItalic"), local("OpenSans-LightItalic"), url("../fonts/Open_Sans/OpenSans-LightItalic.html") format("woff2"), url("../fonts/Open_Sans/OpenSans-LightItalic.woff") format("woff"), url("../fonts/Open_Sans/OpenSans-LightItalic.ttf") format("truetype");
    font-weight: 300;
    font-style: italic
}

@font-face {
    font-family: 'OpenSans';
    src: local("OpenSans"), local("OpenSans"), url("../fonts/Open_Sans/OpenSans-Regular.html") format("woff2"), url("../fonts/Open_Sans/OpenSans-Regular.woff") format("woff"), url("../fonts/Open_Sans/OpenSans-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'OpenSans';
    src: local("OpenSans Italic"), local("OpenSans-Italic"), url("../fonts/Open_Sans/OpenSans-Italic.html") format("woff2"), url("../fonts/Open_Sans/OpenSans-Italic.woff") format("woff"), url("../fonts/Open_Sans/OpenSans-Italic.ttf") format("truetype");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: 'OpenSans';
    src: local("OpenSans SemiBold"), local("OpenSans-SemiBold"), url("../fonts/Open_Sans/OpenSans-SemiBold.html") format("woff2"), url("../fonts/Open_Sans/OpenSans-SemiBold.woff") format("woff"), url("../fonts/Open_Sans/OpenSans-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: 'OpenSans';
    src: local("OpenSans Bold"), local("OpenSans-Bold"), url("../fonts/Open_Sans/OpenSans-Bold.html") format("woff2"), url("../fonts/Open_Sans/OpenSans-Bold.woff") format("woff"), url("../fonts/Open_Sans/OpenSans-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: 'Sailec';
    src: local("Sailec Medium"), local("Sailec-Medium"), url("../fonts/Sailec-Medium.html") format("woff2"), url("../fonts/Sailec-Medium.woff") format("woff"), url("../fonts/Sailec-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: 'AvenirNext';
    src: local("AvenirNext Bold"), local("AvenirNext-Bold"), url("../fonts/AvenirNext-Bold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal
}

html {
    min-height: 100%;
    font-size: 10px;
    -webkit-text-size-adjust: 100%
}

html.overflow,
html.overflow body {
    height: 100%;
    overflow: hidden;
    position: relative
}

body {
    line-height: 2.5rem
}

@media only screen and (max-width:1199px) {
    body {
        font-size: 1.4rem;
        line-height: 2.3rem
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 1rem
}

h1+p.subtitle,
h2+p.subtitle,
h3+p.subtitle,
h4+p.subtitle,
h5+p.subtitle,
h6+p.subtitle {
    font-size: 1.9rem;
    line-height: 3.1rem
}

@media only screen and (max-width:1199px) {

    h1+p.subtitle,
    h2+p.subtitle,
    h3+p.subtitle,
    h4+p.subtitle,
    h5+p.subtitle,
    h6+p.subtitle {
        font-size: 1.4rem;
        line-height: 2.3rem
    }
}

@media only screen and (max-width:1199px) {

    h1+p.subtitle,
    h2+p.subtitle,
    h3+p.subtitle,
    h4+p.subtitle,
    h5+p.subtitle,
    h6+p.subtitle {
        line-height: 2.2rem
    }
}

h1 {
    font-size: 4.2rem;
    line-height: 5.5rem;
    margin-bottom: 2rem
}

@media only screen and (max-width:1199px) {
    h1 {
        font-size: 2.8rem;
        line-height: 3.5rem;
        margin-bottom: .9rem
    }
}

@media only screen and (max-width:767px) {
    h1 {
        font-size: 3.4rem;
        line-height: 4.5rem
    }
}

h2 {
    font-size: 3.8rem;
    line-height: 5rem
}

@media only screen and (max-width:1199px) {
    h2 {
        font-size: 2.3rem;
        line-height: 2.9rem;
        margin-top: 1.1rem;
        margin-bottom: .9rem
    }
}

@media only screen and (max-width:767px) {
    h2 {
        font-size: 2.9rem;
        line-height: 3.6rem
    }
}

h3 {
    font-size: 2.7rem;
    line-height: 3.9rem;
    margin-bottom: 1.2rem
}

@media only screen and (max-width:1199px) {
    h3 {
        font-size: 1.9rem;
        line-height: 2.6rem;
        margin-bottom: 1.5rem
    }
}

@media only screen and (max-width:767px) {
    h3 {
        line-height: 3rem;
        margin-bottom: 1rem
    }
}

h3 .badge {
    font-family: "OpenSans", Helvetica, Arial, sans-serif;
    font-size: 1.2rem;
    line-height: 1.7rem;
    padding: .2rem 1rem;
    vertical-align: middle
}

h5 {
    font-family: "OpenSans", Helvetica, Arial, sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 2.2rem
}

h6 {
    font-size: 1.2rem;
    line-height: 1.7rem
}

a.read-more {
    text-decoration: none;
    color: #0ADEA0;
    display: inline-block
}

a.read-more:after {
    content: ' >>>'
}

.container {
    padding-right: 30px;
    padding-left: 30px
}

.wrapper {
    /* overflow: hidden */
   /*  overflow-x: hidden; */
}

.video-block {
    cursor: pointer
}

.text-pink {
    color: #D1277E
}

.text-freelancer {
    color: #7a7edd
}

.text-adviser {
    color: #3ed69c
}

.text-enterprise {
    color: #CD2F8B
}

.text-sme {
    color: #5781DA
}

.text-blue-dark-100 {
    color: #2A4D76
}

.dir-rtl {
    direction: rtl
}

.dir-rtl img {
    display: block
}

.phone a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    font-size: 1.4rem;
    font-weight: normal;
    color: #637E9F
}

.phone a:hover {
    color: #0ADEA0
}

.phone a .btn {
    margin-right: 1rem
}

.phone .btn:hover {
    background: transparent;
    color: #0ADEA0
}
.phone a {
    line-height: 1.8;
    margin-bottom: 3px;

}
.phone a:hover {
    text-decoration: none;
}
.phone a .btn {
    position: relative; 
    top: -3px;
    color: #6B7A8C;
    box-shadow: none;
    background: none;
}


.social {
    list-style: none;
    margin: 0;
    padding: 0
}

.social:after {
    display: block;
    clear: both;
    content: ""
}

.social li {
    float: left
}

.social li:not(:last-of-type) {
    margin-right: 1.3rem
}

@media only screen and (max-width:1023px) {
    .social li:not(:last-of-type) {
        margin-right: .8rem
    }
}

.social li .btn {
    background-color: #fff;
    color: #637E9F
}

.social li .btn:hover {
    color: #0ADEA0
}

p+.btn--read-more-v2 {
    margin-top: 5rem
}

@media only screen and (max-width:767px) {
    p+.btn--read-more-v2 {
        margin-top: 3rem
    }
}

p+h3 {
    margin-top: 4rem
}

.video-block {
    position: relative
}

.video-block__controls {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center
}

.video-block__controls button {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: .5rem
}

.video-block__controls span {
    font-size: 1.8rem;
    font-weight: 600
}

.btn {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    font-weight: 600;
    font-size: 1.5rem;
    text-transform: uppercase;
    border-radius: 0.5rem;
    padding: 1.7rem 1.65rem;
    letter-spacing: .05rem;
    cursor: pointer;
    -webkit-box-shadow: 0 1rem 3.7rem -1.5rem rgba(62, 90, 72, 0.52);
    box-shadow: 0 1rem 3.7rem -1.5rem rgba(62, 90, 72, 0.52);
    text-decoration: none;
    border: none
}

@media only screen and (max-width:1199px) {
    .btn {
        font-size: 1.4rem
    }
}

.btn-white {
    background-color: #fff;
    color: #2A4D76
}

.btn-white:hover {
    color: #0ADEA0
}

.btn-white.btn-link {
    background: transparent;
    position: relative;
    border-radius: 0;
    border-top-color: #fff !important
}

.btn-white.btn-link:hover {
    color: #fff
}

.btn-success {
    background-image: -webkit-linear-gradient(225deg, #41d494 0%, #0adea0 100%);
    background-image: -o-linear-gradient(225deg, #41d494 0%, #0adea0 100%);
    background-image: linear-gradient(225deg, #41d494 0%, #0adea0 100%);
    color: #fff;
    border: none
}

.btn-success:hover {
    background-image: -webkit-linear-gradient(225deg, #45e9a2 0%, #1be8ac 100%);
    background-image: -o-linear-gradient(225deg, #45e9a2 0%, #1be8ac 100%);
    background-image: linear-gradient(225deg, #45e9a2 0%, #1be8ac 100%)
}

.btn-success[disabled] {
    opacity: .4
}

.btn-sme {
    background-color: #5781DA;
    color: #fff
}

.btn-sme:hover {
    background-color: #5182F1;
    color: #fff
}

.btn-outline-secondary {
    color: #586679
}

.btn-outline-secondary:hover,
.btn-outline-secondary:not([disabled]):not(.disabled):active {
    background-color: transparent;
    color: #0ADEA0
}

.btn-outline-success {
    background-color: #fff;
    border: 1px solid #0ADEA0;
    padding: 1.6rem 1.65rem
}

.btn-outline-success:hover {
    background-image: -webkit-linear-gradient(225deg, #45e9a2 0%, #1be8ac 100%);
    background-image: -o-linear-gradient(225deg, #45e9a2 0%, #1be8ac 100%);
    background-image: linear-gradient(225deg, #45e9a2 0%, #1be8ac 100%)
}

.btn-outline-success:not(.btn--round) {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-outline-purple {
    background-color: #fff;
    color: #5D0ADE
}

.btn-outline-purple:hover {
    background: -webkit-linear-gradient(315deg, #883AC9 0%, #5D0ADE 100%);
    background: -o-linear-gradient(315deg, #883AC9 0%, #5D0ADE 100%);
    background: linear-gradient(-225deg, #883AC9 0%, #5D0ADE 100%);
    color: #fff
}

.btn-outline-slateblue {
    background-color: #fff;
    color: #4D76F9
}

.btn-outline-slateblue:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#00A6FA), to(#4D76F9));
    background: -webkit-linear-gradient(top, #00A6FA 0%, #4D76F9 100%);
    background: -o-linear-gradient(top, #00A6FA 0%, #4D76F9 100%);
    background: linear-gradient(-180deg, #00A6FA 0%, #4D76F9 100%);
    color: #fff
}

.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link.btn-success {
    background: transparent;
    color: #0ADEA0
}

.btn-link.btn-success:hover {
    color: #0ADEA0
}

.btn-link.btn-success:active {
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #0ADEA0 !important
}

.btn-store {
    text-decoration: none !important
}

.btn--read-more,
.btn--read-more-v2 {
    text-decoration: underline;
    padding: 0;
    text-transform: none;
    font-size: 2rem;
    line-height: 3.3rem
}

@media only screen and (max-width:1199px) {

    .btn--read-more,
    .btn--read-more-v2 {
        font-size: 1.6rem
    }
}

.btn--read-more-v2:after,
.btn--read-more:after {
    display: inline-block;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    content: "\e904";
    font-family: "icomoon";
    font-size: 1.5rem;
    margin-left: .8rem
}

@media only screen and (max-width:1199px) {

    .btn--read-more-v2:after,
    .btn--read-more:after {
        font-size: 1.1rem;
        margin-left: .5rem
    }
}

.btn--read-more-v2:hover:after,
.btn--read-more:hover:after {
    margin-left: 1rem
}

.btn--read-more-v2 {
    display: block;
    border-top: 1px solid rgba(31, 37, 39, 0.1) !important;
    border-radius: 0;
    text-align: left;
    padding: 2.2rem 0
}

@media only screen and (max-width:1199px) {
    .btn--read-more-v2 {
        padding: 1.3rem 0
    }
}

@media only screen and (max-width:767px) {
    .btn--read-more-v2 {
        padding: 1.8rem 0;
        margin-bottom: 1.5rem;
        white-space: normal;
        line-height: normal
    }
}

.btn--round {
    padding: 0;
    border: none;
    border-radius: 50%;
    -webkit-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.19);
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.19)
}

.btn--round.btn-xl {
    height: 13.6rem;
    width: 13.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width:1199px) {
    .btn--round.btn-xl {
        height: 9.8rem;
        width: 9.8rem
    }
}

@media only screen and (max-width:767px) {
    .btn--round.btn-xl {
        height: 5.9rem;
        width: 5.9rem
    }
}

.btn--round.btn-xl i {
    font-size: 3.7rem
}

@media only screen and (max-width:1199px) {
    .btn--round.btn-xl i {
        font-size: 2.7rem
    }
}

@media only screen and (max-width:767px) {
    .btn--round.btn-xl i {
        font-size: 1.6rem
    }
}

.btn--round.btn-xl .icon-play {
    padding-left: .5rem;
    padding-top: .5rem
}

@media only screen and (max-width:1199px) {
    .btn--round.btn-xl .icon-play {
        padding-left: .4rem;
        padding-top: .4rem
    }
}

@media only screen and (max-width:767px) {
    .btn--round.btn-xl .icon-play {
        padding-left: .2rem;
        padding-top: .2rem
    }
}

.btn--round.btn-lg,
.btn-group-lg>.btn--round.btn {
    height: 9.2rem;
    width: 9.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width:767px) {

    .btn--round.btn-lg,
    .btn-group-lg>.btn--round.btn {
        height: 6rem;
        width: 6rem
    }
}

.btn--round.btn-lg i,
.btn-group-lg>.btn--round.btn i {
    font-size: 2.5rem
}

@media only screen and (max-width:767px) {

    .btn--round.btn-lg i,
    .btn-group-lg>.btn--round.btn i {
        font-size: 1.5rem
    }
}

.btn--round.btn-lg .icon-play,
.btn-group-lg>.btn--round.btn .icon-play {
    padding-left: .5rem;
    padding-top: .3rem
}

@media only screen and (max-width:767px) {

    .btn--round.btn-lg .icon-play,
    .btn-group-lg>.btn--round.btn .icon-play {
        padding-top: .2rem
    }
}

.btn--round.btn-sm,
.btn-group-sm>.btn--round.btn {
    height: 3.7rem;
    width: 3.7rem
}

.btn--round.btn-sm i,
.btn-group-sm>.btn--round.btn i {
    font-size: 1.9rem;
    line-height: 3.7rem
}

.btn--round.btn-xs {
    height: 2.2rem;
    width: 2.2rem
}

.btn--round.btn-xs i {
    font-size: 1.1rem;
    line-height: 2.2rem;
    vertical-align: middle
}

.btn--round.btn i {
    display: inline-block
}

.btn--try-now {
    min-width: 18.5rem
}

@media only screen and (max-width:1199px) {
    .btn--try-now {
        font-size: 1.2rem;
        min-width: 13.5rem;
        padding: 1.4rem 1.65rem
    }
}

@media only screen and (max-width:767px) {
    .btn--try-now {
        font-size: 1.4rem;
        padding: 1.7rem 2rem
    }
}

a.btn-link {
    color: #586679
}

a.btn-link:hover {
    color: #323e50;
    text-decoration: none
}

.btn-link--show-more {
    position: relative;
    display: block;
    text-transform: initial;
    color: #0ADEA0;
    width: 100%;
    text-align: left;
    padding-right: 3rem
}

.btn-link--show-more:after {
    content: '\e905';
    font-family: 'icomoon';
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -.6rem;
    font-size: .8rem
}

.btn-link--show-more:hover {
    color: #0ADEA0
}

.btn-group--pricing {
    border: 0.1rem solid rgba(42, 77, 118, 0.2);
    border-radius: .5rem;
    padding: .2rem
}

.btn-group--pricing label {
    margin-bottom: 0
}

.btn-group--pricing .btn.btn-light {
    background-color: #fff;
    color: rgba(41, 71, 107, 0.4);
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 1.5rem 3rem;
    border-radius: .5rem !important
}

@media only screen and (max-width:575px) {
    .btn-group--pricing .btn.btn-light {
        padding-top: 1rem;
        padding-bottom: 1rem
    }
}

.btn-group--pricing .btn.btn-light.active {
    background-color: #2A4D76;
    color: #fff
}

.btn-group--pricing .btn--year {
    position: relative
}

.btn-group--pricing .btn--year.active span.disc {
    display: block
}

@media only screen and (max-width:767px) {
    .btn-group--pricing .btn--year.active span.disc {
        display: none
    }
}

.btn-group--pricing .btn--year span.disc {
    font-family: "Sailec", Helvetica, Arial, sans-serif;
    font-size: 1.6rem;
    color: #D1277E;
    font-weight: 500;
    line-height: 2.1rem;
    position: absolute;
    top: -2rem;
    left: 100%;
    margin-left: .7rem;
    text-transform: none;
    display: none
}

.btn-group--pricing .btn--year span.disc:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    margin-left: -1.5rem;
    width: 5.6rem;
    height: 3.4rem;
    background: transparent url(../images/pricing/form-discount.svg) top center no-repeat
}

.btn-group--pricing .btn+.btn {
    margin-left: 0
}

.section {
    padding-bottom: 14rem
}

@media only screen and (max-width:1199px) {
    .section {
        padding-bottom: 10rem
    }
}

.section:last-of-type {
    padding: 0
}

.section__block:not(:last-of-type) {
    margin-bottom: 10rem
}

@media only screen and (max-width:1199px) {
    .section__block:not(:last-of-type) {
        margin-bottom: 7rem
    }
}

@media only screen and (max-width:767px) {
    .section__block:not(:last-of-type) {
        margin-bottom: 4rem
    }
}

.section__block--l-indent:not(:last-of-type) {
    margin-bottom: 12rem
}

@media only screen and (max-width:1199px) {
    .section__block--l-indent:not(:last-of-type) {
        margin-bottom: 8rem
    }
}

.section__content--text-white * {
    color: #fff
}

.section__content p:last-of-type {
    margin-bottom: 0
}

.section__content .content-block:not(:last-of-type) {
    margin-bottom: 5rem
}

.section__image {
    position: relative
}

.section__image--indent p {
    margin-left: 3.5rem;
    max-width: 50rem
}

@media only screen and (max-width:1199px) {
    .section__image--indent p {
        margin-left: 0;
        max-width: 100%;
        text-align: left
    }
}

@media only screen and (max-width:767px) {

    .section__image--lg-indent-40 img,
    .section__image--md-indent img {
        max-width: 100% !important
    }
}

.section__image--md-indent {
    text-align: center
}

@media only screen and (max-width:1199px) {
    .section__image--md-indent {
        margin-top: 6rem
    }
}

@media only screen and (max-width:767px) {
    .section__image--md-indent {
        margin-top: 3rem
    }
}

@media only screen and (max-width:1199px) {
    .section__image--lg-indent-40 {
        margin-top: 4rem;
        text-align: center
    }
}

@media only screen and (max-width:1199px) {
    .section__image--lg-indent-40 img {
        display: inline-block;
        max-width: 100%
    }
}

@media only screen and (max-width:1199px) {
    .section__image--lg-indent-40 .anim-img {
        margin-right: auto;
        margin-left: auto
    }
}

.section__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width:767px) {
    .section__controls {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.section__controls .btn-store:not(:last-of-type) {
    margin-right: 1rem
}

@media only screen and (max-width:767px) {
    .section__controls .btn-store:not(:last-of-type) {
        margin-right: 0;
        margin-bottom: 1.5rem
    }
}

.section__controls .btn-store img {
    max-height: 6.5rem
}

@media only screen and (max-width:1199px) {
    .section__controls .btn-store img {
        max-height: 5rem
    }
}

@media only screen and (max-width:767px) {
    .section__controls .btn-store img {
        max-height: 6.5rem
    }
}

.section__controls--center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.section.section--text-white * {
    color: #fff
}

.section.section--text-white .form__field input:-webkit-autofill,
.section.section--text-white .form__field input:-webkit-autofill:active,
.section.section--text-white .form__field input:-webkit-autofill:focus,
.section.section--text-white .form__field input:-webkit-autofill:hover {
    -webkit-text-fill-color: #fff
}

.section.section--text-white .form__field input[type=email],
.section.section--text-white .form__field input[type=password],
.section.section--text-white .form__field input[type=text],
.section.section--text-white .form__field select {
    background: transparent;
    border-color: #fff;
    color: #fff
}

.section.section--text-white .form__field input[type=email]:focus,
.section.section--text-white .form__field input[type=email]:hover,
.section.section--text-white .form__field input[type=password]:focus,
.section.section--text-white .form__field input[type=password]:hover,
.section.section--text-white .form__field input[type=text]:focus,
.section.section--text-white .form__field input[type=text]:hover,
.section.section--text-white .form__field select:focus,
.section.section--text-white .form__field select:hover {
    border-color: #fff
}

.section.section--text-white .form__field label {
    color: #fff
}

.section.section--text-white .form__field .bar:after,
.section.section--text-white .form__field .bar:before {
    background: #fff
}

.section.section--text-white .form .is-invalid .form__tooltip li {
    color: #D1277E
}

.section.section--text-white .btn-outline-success {
    border-color: #fff;
    background: transparent
}

.section.section--text-white .btn-outline-success:hover {
    background: #fff;
    color: #18283b
}

.section.section--text-white.section--features .btn--read-more,
.section.section--text-white.section--features .btn--read-more-v2 {
    border-top-color: rgba(240, 224, 255, 0.2) !important
}

.section.section--text-white a.read-more {
    text-decoration: underline
}

@media only screen and (min-width:1200px) {
    .section.section--text-lg-center {
        text-align: center
    }
}

.section.section--with-label .title {
    margin-bottom: 0;
    text-align: inherit
}

@media only screen and (max-width:767px) {
    .section.section--with-label .title {
        text-align: center
    }
}

.section.section--with-label .badge {
    display: inline-block;
    margin-bottom: 1.7rem;
    font-size: 1.2rem;
    padding: .4rem 1.1rem
}

@media only screen and (max-width:1199px) {
    .section.section--with-label .badge {
        margin-bottom: 1rem
    }
}

.section.section--with-label h2 {
    margin-bottom: 1.5rem
}

.section.section--with-label.section--text-center .subtitle {
    margin-bottom: 10rem
}

.section.section--grey {
    background-color: #F9FBFD;
    padding-top: 14rem;
    margin-bottom: 14rem
}

@media only screen and (max-width:1199px) {
    .section.section--grey {
        padding-top: 10rem;
        margin-bottom: 10rem
    }
}

.section.section--white {
    background-color: #fff;
    padding-top: 14rem;
    margin-bottom: 14rem
}

@media only screen and (max-width:1199px) {
    .section.section--white {
        padding-top: 10rem;
        margin-bottom: 10rem
    }
}

.section.section--dark-blue {
    padding-top: 14rem;
    background-color: #18283b;
    margin-bottom: 14rem
}

@media only screen and (max-width:1199px) {
    .section.section--dark-blue {
        padding-top: 10rem;
        margin-bottom: 10rem
    }
}

.section.section--intro {
    padding-top: 9.9rem
}

@media only screen and (max-width:767px) {
    .section.section--intro {
        padding-top: 8.9rem
    }
}

.section.section--intro .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width:767px) {
    .section.section--intro .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.section.section--intro .section__content {
    width: 53%;
    margin-top: 16rem
}

@media only screen and (max-width:1199px) {
    .section.section--intro .section__content {
        width: 49%;
        margin-top: 10.8rem;
        padding-right: 2.2rem
    }
}

@media only screen and (max-width:767px) {
    .section.section--intro .section__content {
        width: 100%;
        margin-top: 0;
        padding-right: 0;
        text-align: center
    }
}

.section.section--intro .section__content .subtitle {
    margin-bottom: 8.4rem
}

@media only screen and (max-width:1199px) {
    .section.section--intro .section__content .subtitle {
        margin-bottom: 3.2rem
    }
}

@media only screen and (max-width:767px) {
    .section.section--intro .section__content .subtitle {
        margin-bottom: 2.9rem
    }
}

@media only screen and (max-width:1199px) {
    .section.section--intro .section__content .form__field {
        font-size: 1.2rem
    }
}

@media only screen and (max-width:1199px) {
    .section.section--intro .section__content .form__field input {
        padding: 2.4rem 1rem .4rem 0;
        line-height: 1.7rem
    }
}

.section.section--intro .section__content .form__field input.not-empty~label,
.section.section--intro .section__content .form__field input:focus~label,
.section.section--intro .section__content .form__field input[placeholder]~label {
    top: 0.5rem
}

@media only screen and (max-width:1199px) {
    .section.section--intro .section__content .form__field label {
        top: 1.4rem;
        left: 0
    }
}

@media only screen and (max-width:1199px) {
    .section.section--intro .section__content .form--inline .form__field {
        margin-right: 1rem
    }
}

@media only screen and (max-width:1199px) and (max-width:1199px) {
    .section.section--intro .section__content .form--inline .form__field input {
        min-width: 15rem
    }
}

@media only screen and (max-width:767px) {
    .section.section--intro .section__content .form--inline .form__field {
        margin-right: 0
    }

    .section.section--intro .section__content .form--inline .form__field input {
        background: transparent
    }
}

.section.section--intro .section__image {
    width: 47%;
    margin-top: 3.7rem
}

@media only screen and (max-width:1199px) {
    .section.section--intro .section__image {
        width: 51%;
        margin-top: 0
    }
}

@media only screen and (max-width:767px) {
    .section.section--intro .section__image {
        width: 100%;
        margin-top: 3.8rem
    }
}

.section.section--intro .section__image img {
    max-width: 81.4rem
}

@media only screen and (max-width:1199px) {
    .section.section--intro .section__image img {
        max-width: 69rem
    }
}

@media only screen and (max-width:767px) {
    .section.section--intro .section__image img {
        max-width: 100%
    }
}

.section.section--intro .section__slider {
    margin-top: 2.5rem
}

@media only screen and (max-width:1199px) {
    .section.section--intro .section__slider {
        margin-top: -1.5rem
    }
}

@media only screen and (max-width:767px) {
    .section.section--intro .section__slider {
        margin-top: -2.5rem
    }
}

.section.section--intro .section__controls {
    margin-bottom: 3.5rem
}

@media only screen and (max-width:1199px) {
    .section.section--intro .section__controls {
        margin-bottom: 2rem
    }
}

.section.section--intro-mask {
    position: relative;
    max-width: 200rem;
    margin: 0 auto;
    overflow: hidden
}

.section.section--intro-mask .section__content {
    margin-top: 10rem;
    margin-bottom: 17.5rem
}

@media only screen and (max-width:1199px) {
    .section.section--intro-mask .section__content {
        margin-top: 7.5rem;
        margin-bottom: 11.5rem
    }
}

@media only screen and (max-width:767px) {
    .section.section--intro-mask .section__content {
        margin-top: 0;
        margin-bottom: 5.8rem
    }
}

.section.section--intro-mask .section__image {
    position: absolute;
    top: -12.5rem;
    right: -2rem;
    margin: 0;
    max-height: 81.9rem;
    max-width: 86rem
}

@media only screen and (max-width:1199px) {
    .section.section--intro-mask .section__image {
        max-height: 62.5rem;
        right: 0;
        overflow: hidden
    }
}

@media only screen and (max-width:767px) {
    .section.section--intro-mask .section__image {
        position: relative;
        top: 0;
        right: 0;
        border-radius: .5rem
    }
}

.section.section--intro-mask .section__image:before {
    background: transparent url(../images/intro-mask.svg) bottom left no-repeat;
    background-size: cover;
    content: '';
    position: absolute;
    top: .1rem;
    left: -.1rem;
    width: 100%;
    height: 100%;
    z-index: 7
}

@media only screen and (min-width:2001px) {
    .section.section--intro-mask .section__image:before {
        background: transparent url(../images/intro-mask-v2.svg) bottom left no-repeat;
        left: -1.5rem
    }
}

@media only screen and (max-width:1199px) {
    .section.section--intro-mask .section__image:before {
        background-size: cover;
        left: 0
    }
}

@media only screen and (max-width:767px) {
    .section.section--intro-mask .section__image:before {
        display: none
    }
}

.section.section--intro-mask .section__image:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%
}

@media only screen and (min-width:1200px) {
    .section.section--intro-mask .section__image img {
        max-width: none
    }
}

.section.section--intro-mask .section__image .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -2.5rem;
    z-index: 8
}

@media only screen and (max-width:1199px) {
    .section.section--intro-mask .section__image .btn {
        margin-left: 0
    }
}

@media only screen and (max-width:767px) {
    .section.section--intro-mask .section__image .btn {
        margin-top: -2.95rem;
        margin-left: -2.95rem
    }
}

.section.section--intro-v2>.container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center
}

@media only screen and (max-width:767px) {
    .section.section--intro-v2>.container {
        text-align: left
    }
}

.section.section--intro-v2 .section__content,
.section.section--intro-v2 .section__image {
    width: 100%
}

.section.section--intro-v2 .section__content {
    margin-top: 8rem
}

@media only screen and (max-width:1199px) {
    .section.section--intro-v2 .section__content {
        margin-top: 0
    }
}

.section.section--intro-v2 .section__content .subtitle {
    margin-bottom: 4rem
}

.section.section--intro-v2 .section__content .btn {
    min-width: 20.8rem
}

@media only screen and (max-width:767px) {
    .section.section--intro-v2 .section__content .btn {
        display: block;
        margin-top: 2rem
    }
}

.section.section--intro-v2 .section__image {
    margin-top: 2.5rem
}

.section.section--intro-v2 .section__image .btn-xl {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -6.8rem;
    margin-left: -6.8rem
}

@media only screen and (max-width:1199px) {
    .section.section--intro-v2 .section__image .btn-xl {
        margin-top: -4.9rem;
        margin-left: -4.9rem
    }
}

@media only screen and (max-width:767px) {
    .section.section--intro-v2 .section__image .btn-xl {
        margin-top: -2.9rem;
        margin-left: -2.9rem
    }
}

.section.section--intro-v2 .socialproof {
    margin-top: 3.5rem
}

.section.section--intro-v2 .socialproof>.container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center
}

.section.section--intro-v2 .socialproof__logos,
.section.section--intro-v2 .socialproof__text {
    width: 100%
}

.section.section--intro-v2 .socialproof__text {
    margin-bottom: 1.5rem
}

.section.section--intro-v2 .socialproof__logos {
    max-width: 35rem
}

.section.section--hero {
    padding-top: 20rem
}

.section.section--hero.section--add-indent {
    padding-top: 23.5rem
}

@media only screen and (max-width:1199px) {
    .section.section--hero.section--add-indent {
        padding-top: 18.6rem
    }
}

@media only screen and (max-width:767px) {
    .section.section--hero.section--add-indent {
        padding-top: 9rem
    }
}

@media only screen and (max-width:767px) {
    .section.section--features .section__image img {
        max-width: 100%
    }
}

.section.section--features h3 {
    line-height: 3.6rem
}

@media only screen and (max-width:1199px) {
    .section.section--features h3 {
        line-height: 3rem
    }
}

.section.section--features .subtitle {
    margin-bottom: 4.8rem
}

@media only screen and (max-width:1199px) {
    .section.section--features .subtitle {
        margin-bottom: 3rem
    }
}

.section.section--features .list {
    margin-bottom: 2.4rem
}

@media only screen and (max-width:1199px) {
    .section.section--features .list {
        margin-bottom: .5rem
    }
}

@media only screen and (max-width:1199px) {
    .section.section--features .list {
        margin-bottom: 1.2rem
    }
}

.section.section--features .btn--read-more {
    display: block;
    border-top: 1px solid rgba(31, 37, 39, 0.1);
    border-radius: 0;
    text-align: left;
    padding: 2.2rem 0
}

@media only screen and (max-width:1199px) {
    .section.section--features .btn--read-more {
        padding: 1.3rem 0
    }
}

@media only screen and (max-width:767px) {
    .section.section--features .btn--read-more {
        padding: 1.8rem 0;
        margin-bottom: 1.5rem;
        white-space: normal;
        line-height: normal
    }
}

.section.section--app-mobile {
    position: relative;
    background-image: -webkit-linear-gradient(225deg, #3ac98b 0%, #0adea0 100%);
    background-image: -o-linear-gradient(225deg, #3ac98b 0%, #0adea0 100%);
    background-image: linear-gradient(225deg, #3ac98b 0%, #0adea0 100%);
    padding-top: 26.5rem;
    padding-bottom: 0;
    margin-top: -2rem;
    margin-bottom: 14rem
}

.section.section--app-mobile:after,
.section.section--app-mobile:before {
    content: '';
    position: absolute;
    left: -1%;
    height: 100%
}

.section.section--app-mobile:before {
    top: -.1rem;
    width: 102%;
    background: transparent url(../images/mobile-app-top.svg) top left no-repeat;
    background-size: contain
}

.section.section--app-mobile:after {
    bottom: -.1rem;
    width: 102%;
    background: transparent url(../images/mobile-app-bottom.svg) center bottom no-repeat;
    background-size: contain
}

@media only screen and (max-width:1199px) {
    .section.section--app-mobile {
        padding-top: 11.5rem
    }
}

@media only screen and (max-width:767px) {
    .section.section--app-mobile {
        padding-top: 8.9rem;
        margin-bottom: 10rem
    }
}

.section.section--app-mobile>.container {
    position: relative;
    z-index: 12
}

@media only screen and (max-width:767px) {
    .section.section--app-mobile .section__content {
        margin-top: 6rem;
        margin-bottom: 6rem
    }
}

.section.section--app-mobile .section__content h2 {
    margin-bottom: 1.2rem
}

@media only screen and (max-width:1199px) {
    .section.section--app-mobile .section__content h2 {
        font-size: 1.8rem;
        line-height: 2.6rem;
        margin-bottom: 1rem
    }
}

@media only screen and (max-width:767px) {
    .section.section--app-mobile .section__content h2 {
        font-size: 2.9rem;
        line-height: 3.6rem
    }
}

.section.section--app-mobile .section__content .subtitle {
    line-height: 3.3rem
}

@media only screen and (max-width:1199px) {
    .section.section--app-mobile .section__content .subtitle {
        line-height: 2.3rem
    }
}

.section.section--app-mobile .section__controls {
    margin-top: 8rem;
    overflow: hidden
}

@media only screen and (max-width:1199px) {
    .section.section--app-mobile .section__controls {
        margin-top: 5rem
    }
}

@media only screen and (max-width:767px) {
    .section.section--app-mobile .section__controls {
        margin-top: 3rem
    }
}

.section.section--app-mobile .btn-store {
    float: left;
    margin-right: 1.6rem
}

@media only screen and (max-width:1199px) {
    .section.section--app-mobile .btn-store {
        margin-right: 1rem
    }
}

@media only screen and (max-width:767px) {
    .section.section--app-mobile .btn-store {
        margin-right: 0
    }
}

.section.section--app-mobile .btn-store img {
    max-height: 6.5rem
}

@media only screen and (max-width:1199px) {
    .section.section--app-mobile .btn-store img {
        max-height: 5rem
    }
}

@media only screen and (max-width:1023px) {
    .section.section--app-mobile .btn-store img {
        max-height: 4.7rem
    }
}

@media only screen and (max-width:767px) {
    .section.section--app-mobile .btn-store img {
        max-height: 6.5rem
    }
}

.section.section--testimonials {
    position: relative;
    padding-bottom: 0
}

.section.section--testimonials-high-slider {
    padding-bottom: 12.5rem
}

@media only screen and (max-width:1199px) {
    .section.section--testimonials-high-slider {
        padding-bottom: 8.5rem
    }
}

.section.section--testimonials-high-slider .owl-carousel.testimonials .owl-nav {
    top: -2.4rem;
    margin-right: 7.4rem
}

@media only screen and (max-width:1199px) {
    .section.section--testimonials-high-slider .owl-carousel.testimonials .owl-nav {
        display: none
    }
}

.section.section--testimonials-high-slider .owl-carousel.testimonials .owl-next,
.section.section--testimonials-high-slider .owl-carousel.testimonials .owl-prev {
    color: rgba(24, 40, 59, 0.3);
    font-size: 2.2rem
}

.section.section--testimonials-high-slider .owl-carousel.testimonials .owl-next:hover,
.section.section--testimonials-high-slider .owl-carousel.testimonials .owl-prev:hover {
    color: #0ADEA0
}

.section.section--testimonials-high-slider .owl-carousel.testimonials .owl-next {
    margin-left: .8rem
}

.section.section--testimonials .section__bg-left,
.section.section--testimonials .section__bg-right {
    position: absolute;
    max-width: 36.6rem
}

@media only screen and (max-width:1199px) {

    .section.section--testimonials .section__bg-left,
    .section.section--testimonials .section__bg-right {
        display: none
    }
}

.section.section--testimonials .section__bg-left {
    top: 12.8rem;
    left: 0
}

.section.section--testimonials .section__bg-right {
    top: 10.8rem;
    right: 0
}

.section.section--testimonials .title__icon {
    margin-bottom: 1.5rem
}

.section.section--testimonials .title h2 {
    font-family: "OpenSans", Helvetica, Arial, sans-serif;
    font-size: 3.3rem;
    font-weight: 400;
    line-height: 4.6rem
}

@media only screen and (max-width:1199px) {
    .section.section--testimonials .title h2 {
        font-size: 2.6rem;
        line-height: 4.5rem
    }
}

@media only screen and (max-width:1199px) {
    .section.section--testimonials .title h2 {
        font-size: 1.8rem;
        line-height: 2.7rem
    }
}

.section.section--cta {
    padding: 17rem 0
}

@media only screen and (max-width:767px) {
    .section.section--cta {
        padding: 10rem 0
    }
}

.section.section--cta .section__controls {
    margin-top: 4rem
}

@media only screen and (max-width:1199px) {
    .section.section--cta .section__controls {
        margin-top: 3rem
    }
}

.section.section--cta .section__controls .btn-store:not(:last-of-type) {
    margin-right: 1.6rem
}

@media only screen and (max-width:1199px) {
    .section.section--cta .section__controls .btn-store:not(:last-of-type) {
        margin-right: 1rem
    }
}

@media only screen and (max-width:767px) {
    .section.section--cta .section__controls .btn-store:not(:last-of-type) {
        margin-right: 0
    }
}

.section.section--cta .subtitle {
    margin-bottom: 5.7rem
}

@media only screen and (max-width:767px) {
    .section.section--cta .subtitle {
        margin-bottom: 3.5rem
    }
}

.section.section--cta .form__field input[type=email],
.section.section--cta .form__field input[type=password],
.section.section--cta .form__field input[type=text],
.section.section--cta .form__field select {
    padding-left: 0
}

.section.section--cta .form__field label {
    left: 0
}

.section.section--cta .btn-success {
    padding-right: 2rem;
    padding-left: 2rem;
    letter-spacing: .117rem
}

.section.section--cta-bg {
    background: transparent url(../images/why-anfix/cta-bg.jpg) center center no-repeat;
    background-size: cover;
    padding: 12rem 0
}

@media only screen and (max-width:1199px) {
    .section.section--cta-bg {
        padding: 10rem 0
    }
}

.section.section--cta .add-info {
    font-size: 1.3rem;
    color: #96B4D8;
    margin-top: 1rem;
    margin-bottom: 0
}

@media only screen and (min-width:1200px) {
    .section.section--arguments {
        padding-top: 14rem
    }
}

@media only screen and (max-width:1199px) {
    .section.section--arguments {
        padding-bottom: 10rem
    }
}

.section.section--arguments .feature-block {
    margin-top: 8.5rem
}

@media only screen and (max-width:1199px) {
    .section.section--arguments .feature-block {
        margin-top: 7rem
    }
}

@media only screen and (max-width:767px) {
    .section.section--arguments .feature-block {
        margin-top: 4rem
    }
}

.section.section--innovations {
    background-color: #7a7edd;
    padding: 14rem 0;
    margin-bottom: 14rem
}

@media only screen and (max-width:1199px) {
    .section.section--innovations {
        margin-bottom: 10rem
    }
}

.section.section--innovations>.container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.section.section--innovations .section__image {
    width: 42%;
    margin-left: 18%;
    margin-top: -21.4rem
}

.section.section--innovations .section__content {
    width: 40%
}

.section.section--innovations .list {
    margin-top: 8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.section.section--innovations .list__icon {
    height: auto;
    margin-bottom: 1.5rem
}

.section.section--innovations .list li {
    width: 28%
}

@media only screen and (max-width:767px) {
    .section.section--talent {
        margin-top: 10rem
    }
}

.section.section--news .title {
    margin-bottom: 7rem
}

.section.section--news .card-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (max-width:1199px) {
    .section.section--news .card-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media only screen and (max-width:1199px) {
    .section.section--news .card-wrap .card:not(:last-of-type) {
        margin-bottom: 5rem
    }
}

@media only screen and (max-width:767px) {
    .section.section--news .card-wrap .card:not(:last-of-type) {
        margin-bottom: 2rem
    }
}

@media only screen and (max-width:1199px) {
    .section.section--add-ons .row>div:not(:last-of-type) {
        margin-bottom: 6rem
    }
}

.section.section--add-info {
    padding-top: 14rem;
    background-color: #F9FBFD
}

@media only screen and (max-width:1199px) {
    .section.section--add-info {
        padding-top: 10rem
    }
}

.section.section--add-info .block-icon h3 {
    padding-left: 2.5rem
}

.section.section--watch-app .block-icon-wrap {
    margin-bottom: 9.5rem
}

@media only screen and (max-width:1199px) {
    .section.section--watch-app .block-icon-wrap--three-columns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media only screen and (max-width:1199px) {
    .section.section--watch-app .block-icon:not(:last-of-type) {
        margin-bottom: 5rem
    }
}

@media only screen and (max-width:1199px) and (max-width:767px) {
    .section.section--watch-app .block-icon:not(:last-of-type) {
        margin-bottom: 0
    }
}

.section.section--watch-app .block-icon__icon {
    margin-bottom: 5rem
}

@media only screen and (min-width:1200px) {
    .section.section--watch-app .block-icon__icon {
        height: 36.3rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media only screen and (max-width:767px) {
    .section.section--watch-app .block-icon__icon {
        margin-bottom: 3rem
    }
}

.section.section--watch-app .block-icon h3 {
    font-size: 2.6rem;
    line-height: 3.6rem
}

@media only screen and (max-width:1199px) {
    .section.section--watch-app .block-icon h3 {
        font-size: 1.4rem;
        line-height: 2.1rem
    }
}

@media only screen and (max-width:767px) {
    .section.section--watch-app .block-icon h3 {
        font-size: 1.9rem;
        line-height: 3rem
    }
}

.section.section--watch-app .block-icon p {
    font-size: 1.6rem;
    line-height: 2.5rem
}

@media only screen and (max-width:1199px) {
    .section.section--watch-app .block-icon p {
        font-size: 1.4rem;
        line-height: 2.3rem
    }
}

.section .list--default,
.section .list-icon {
    margin-top: 4rem
}

@media only screen and (max-width:1199px) {

    .section .list--default,
    .section .list-icon {
        margin-top: 3rem
    }
}

@media only screen and (max-width:767px) {

    .section .list--default,
    .section .list-icon {
        margin-bottom: 3rem
    }
}

.section .list--default li:not(:last-of-type),
.section .list-icon li:not(:last-of-type) {
    margin-bottom: 2rem
}

@media only screen and (max-width:1199px) {

    .section .list--default li:not(:last-of-type),
    .section .list-icon li:not(:last-of-type) {
        margin-bottom: 1rem
    }
}

@media only screen and (max-width:767px) {

    .section .list--default li:not(:last-of-type),
    .section .list-icon li:not(:last-of-type) {
        margin-bottom: 1.6rem
    }
}

.section .accordion {
    margin-top: 4rem
}

@media only screen and (max-width:1199px) {
    .section .accordion--v2 {
        margin-top: 0
    }
}

.section .footnote {
    margin-bottom: 5rem
}

@media only screen and (max-width:1199px) {
    .section .footnote {
        margin-bottom: 3rem
    }
}

.btn {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    font-weight: 600;
    font-size: 1.5rem;
    text-transform: uppercase;
    border-radius: 0.5rem;
    padding: 1.7rem 1.65rem;
    letter-spacing: .05rem;
    cursor: pointer;
    -webkit-box-shadow: 0 1rem 3.7rem -1.5rem rgba(62, 90, 72, 0.52);
    box-shadow: 0 1rem 3.7rem -1.5rem rgba(62, 90, 72, 0.52);
    text-decoration: none;
    border: none
}

@media only screen and (max-width:1199px) {
    .btn {
        font-size: 1.4rem
    }
}

.btn-white {
    background-color: #fff;
    color: #2A4D76
}

.btn-white:hover {
    color: #0ADEA0
}

.btn-white.btn-link {
    background: transparent;
    position: relative;
    border-radius: 0;
    border-top-color: #fff !important
}

.btn-white.btn-link:hover {
    color: #fff
}

.btn-success {
    background-image: -webkit-linear-gradient(225deg, #41d494 0%, #0adea0 100%);
    background-image: -o-linear-gradient(225deg, #41d494 0%, #0adea0 100%);
    background-image: linear-gradient(225deg, #41d494 0%, #0adea0 100%);
    color: #fff;
    border: none
}

.btn-success:hover {
    background-image: -webkit-linear-gradient(225deg, #45e9a2 0%, #1be8ac 100%);
    background-image: -o-linear-gradient(225deg, #45e9a2 0%, #1be8ac 100%);
    background-image: linear-gradient(225deg, #45e9a2 0%, #1be8ac 100%)
}

.btn-success[disabled] {
    opacity: .4
}

.btn-sme {
    background-color: #5781DA;
    color: #fff
}

.btn-sme:hover {
    background-color: #5182F1;
    color: #fff
}

.btn-outline-secondary {
    color: #586679
}

.btn-outline-secondary:hover,
.btn-outline-secondary:not([disabled]):not(.disabled):active {
    background-color: transparent;
    color: #0ADEA0
}

.btn-outline-success {
    background-color: #fff;
    border: 1px solid #0ADEA0;
    padding: 1.6rem 1.65rem
}

.btn-outline-success:hover {
    background-image: -webkit-linear-gradient(225deg, #45e9a2 0%, #1be8ac 100%);
    background-image: -o-linear-gradient(225deg, #45e9a2 0%, #1be8ac 100%);
    background-image: linear-gradient(225deg, #45e9a2 0%, #1be8ac 100%)
}

.btn-outline-success:not(.btn--round) {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-outline-purple {
    background-color: #fff;
    color: #5D0ADE
}

.btn-outline-purple:hover {
    background: -webkit-linear-gradient(315deg, #883AC9 0%, #5D0ADE 100%);
    background: -o-linear-gradient(315deg, #883AC9 0%, #5D0ADE 100%);
    background: linear-gradient(-225deg, #883AC9 0%, #5D0ADE 100%);
    color: #fff
}

.btn-outline-slateblue {
    background-color: #fff;
    color: #4D76F9
}

.btn-outline-slateblue:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#00A6FA), to(#4D76F9));
    background: -webkit-linear-gradient(top, #00A6FA 0%, #4D76F9 100%);
    background: -o-linear-gradient(top, #00A6FA 0%, #4D76F9 100%);
    background: linear-gradient(-180deg, #00A6FA 0%, #4D76F9 100%);
    color: #fff
}

.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link.btn-success {
    background: transparent;
    color: #0ADEA0
}

.btn-link.btn-success:hover {
    color: #0ADEA0
}

.btn-link.btn-success:active {
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #0ADEA0 !important
}

.btn-store {
    text-decoration: none !important
}

.btn--read-more,
.btn--read-more-v2 {
    text-decoration: underline;
    padding: 0;
    text-transform: none;
    font-size: 2rem;
    line-height: 3.3rem
}

@media only screen and (max-width:1199px) {

    .btn--read-more,
    .btn--read-more-v2 {
        font-size: 1.6rem
    }
}

.btn--read-more-v2:after,
.btn--read-more:after {
    display: inline-block;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    content: "\e904";
    font-family: "icomoon";
    font-size: 1.5rem;
    margin-left: .8rem
}

@media only screen and (max-width:1199px) {

    .btn--read-more-v2:after,
    .btn--read-more:after {
        font-size: 1.1rem;
        margin-left: .5rem
    }
}

.btn--read-more-v2:hover:after,
.btn--read-more:hover:after {
    margin-left: 1rem
}

.btn--read-more-v2 {
    display: block;
    border-top: 1px solid rgba(31, 37, 39, 0.1) !important;
    border-radius: 0;
    text-align: left;
    padding: 2.2rem 0
}

@media only screen and (max-width:1199px) {
    .btn--read-more-v2 {
        padding: 1.3rem 0
    }
}

@media only screen and (max-width:767px) {
    .btn--read-more-v2 {
        padding: 1.8rem 0;
        margin-bottom: 1.5rem;
        white-space: normal;
        line-height: normal
    }
}

.btn--round {
    padding: 0;
    border: none;
    border-radius: 50%;
    -webkit-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.19);
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.19)
}

.btn--round.btn-xl {
    height: 13.6rem;
    width: 13.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width:1199px) {
    .btn--round.btn-xl {
        height: 9.8rem;
        width: 9.8rem
    }
}

@media only screen and (max-width:767px) {
    .btn--round.btn-xl {
        height: 5.9rem;
        width: 5.9rem
    }
}

.btn--round.btn-xl i {
    font-size: 3.7rem
}

@media only screen and (max-width:1199px) {
    .btn--round.btn-xl i {
        font-size: 2.7rem
    }
}

@media only screen and (max-width:767px) {
    .btn--round.btn-xl i {
        font-size: 1.6rem
    }
}

.btn--round.btn-xl .icon-play {
    padding-left: .5rem;
    padding-top: .5rem
}

@media only screen and (max-width:1199px) {
    .btn--round.btn-xl .icon-play {
        padding-left: .4rem;
        padding-top: .4rem
    }
}

@media only screen and (max-width:767px) {
    .btn--round.btn-xl .icon-play {
        padding-left: .2rem;
        padding-top: .2rem
    }
}

.btn--round.btn-lg,
.btn-group-lg>.btn--round.btn {
    height: 9.2rem;
    width: 9.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width:767px) {

    .btn--round.btn-lg,
    .btn-group-lg>.btn--round.btn {
        height: 6rem;
        width: 6rem
    }
}

.btn--round.btn-lg i,
.btn-group-lg>.btn--round.btn i {
    font-size: 2.5rem
}

@media only screen and (max-width:767px) {

    .btn--round.btn-lg i,
    .btn-group-lg>.btn--round.btn i {
        font-size: 1.5rem
    }
}

.btn--round.btn-lg .icon-play,
.btn-group-lg>.btn--round.btn .icon-play {
    padding-left: .5rem;
    padding-top: .3rem
}

@media only screen and (max-width:767px) {

    .btn--round.btn-lg .icon-play,
    .btn-group-lg>.btn--round.btn .icon-play {
        padding-top: .2rem
    }
}

.btn--round.btn-sm,
.btn-group-sm>.btn--round.btn {
    height: 3.7rem;
    width: 3.7rem
}

.btn--round.btn-sm i,
.btn-group-sm>.btn--round.btn i {
    font-size: 1.9rem;
    line-height: 3.7rem
}

.btn--round.btn-xs {
    height: 2.2rem;
    width: 2.2rem
}

.btn--round.btn-xs i {
    font-size: 1.1rem;
    line-height: 2.2rem;
    vertical-align: middle
}

.btn--round.btn i {
    display: inline-block
}

.btn--try-now {
    min-width: 18.5rem
}

@media only screen and (max-width:1199px) {
    .btn--try-now {
        font-size: 1.2rem;
        min-width: 13.5rem;
        padding: 1.4rem 1.65rem
    }
}

@media only screen and (max-width:767px) {
    .btn--try-now {
        font-size: 1.4rem;
        padding: 1.7rem 2rem
    }
}

a.btn-link {
    color: #586679
}

a.btn-link:hover {
    color: #323e50;
    text-decoration: none
}

.btn-link--show-more {
    position: relative;
    display: block;
    text-transform: initial;
    color: #0ADEA0;
    width: 100%;
    text-align: left;
    padding-right: 3rem
}

.btn-link--show-more:after {
    content: '\e905';
    font-family: 'icomoon';
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -.6rem;
    font-size: .8rem
}

.btn-link--show-more:hover {
    color: #0ADEA0
}

.socialproof {
    margin-top: 8.6rem
}

@media only screen and (max-width:1199px) {
    .socialproof {
        margin-top: 3rem
    }
}

@media only screen and (max-width:767px) {
    .socialproof {
        margin-top: 3.6rem
    }
}

.socialproof .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width:1199px) {
    .socialproof .container {
        display: block;
        text-align: center
    }
}

.socialproof__text {
    font-family: "gilroy", Helvetica, Arial, sans-serif;
    color: #C8E2E9;
    margin-bottom: 0;
	font-weight: 600;
    width: 66%
}

@media only screen and (max-width:1199px) {
    .socialproof__text {
        font-size: 1.2rem
    }
}

@media only screen and (max-width:767px) {
    .socialproof__text {
        width: 100%;
        line-height: 2rem;
        margin-bottom: 1rem
    }
}

.socialproof__logos {
    width: 34%
}

@media only screen and (max-width:767px) {
    .socialproof__logos {
        width: 100%
    }
}

@media only screen and (max-width:1199px) {
    .socialproof__logos img {
        max-width: 3.3rem;
        max-height: 3.6rem
    }
}

.title {
    margin-bottom: 10rem;
    text-align: center
}

@media only screen and (max-width:1199px) {
    .title {
        margin-bottom: 7rem
    }
}

@media only screen and (max-width:767px) {
    .title {
        margin-bottom: 4rem
    }
}

.title__icon {
    display: block;
    font-size: 5rem;
    color: #0ADEA0;
    margin-bottom: 2.2rem
}

@media only screen and (max-width:1199px) {
    .title__icon {
        font-size: 3rem;
        margin-bottom: 0
    }
}

@media only screen and (max-width:767px) {
    .title__icon {
        font-size: 4rem
    }
}

.title__icon--pink {
    color: #de0a50;
    background-image: -webkit-linear-gradient(225deg, #c93a9d 0%, #de0a50 100%);
    background-image: -o-linear-gradient(225deg, #c93a9d 0%, #de0a50 100%);
    background-image: linear-gradient(225deg, #c93a9d 0%, #de0a50 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .title__icon--pink {
        background-image: none
    }
}

.title__overhead {
    font-family: "Sailec", Helvetica, Arial, sans-serif;
    font-size: 1.8rem;
    color: rgba(24, 40, 59, 0.6);
    font-weight: 500;
    line-height: 2.5rem
}

@media only screen and (max-width:1199px) {
    .title__overhead {
        font-size: 1.4rem;
        line-height: 2rem
    }
}

@media only screen and (max-width:1199px) {
    .title__overhead+h2 {
        margin-top: 0
    }
}

.title--left {
    text-align: left
}

@media only screen and (min-width:1200px) {
    .title--left {
        margin-bottom: 0
    }
}

.title--indent-md {
    margin-bottom: 5rem
}

@media only screen and (max-width:1199px) {
    .title--indent-md {
        margin-bottom: 3rem
    }
}

.alert {
    position: relative;
    background-color: #fff;
    font-size: 1.4rem;
    line-height: 1.9rem;
    font-weight: 600;
    display: inline-block;
    padding: 1.4rem 6.5rem 1.4rem 2.2rem;
    width: 58.4rem;
    -webkit-box-shadow: 0 8px 40px -14px rgba(62, 90, 72, 0.52);
    box-shadow: 0 8px 40px -14px rgba(62, 90, 72, 0.52);
    border-radius: .5rem
}

@media only screen and (max-width:767px) {
    .alert {
        padding: 2rem 4.5rem 2rem 2rem;
        line-height: 2.1rem;
        width: 100%
    }
}

.alert__close {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -2.5rem;
    padding: 1.8rem;
    cursor: pointer;
    font-size: 1.4rem;
    color: #de0a50;
    background-image: -webkit-linear-gradient(225deg, #c93a9d 0%, #de0a50 100%);
    background-image: -o-linear-gradient(225deg, #c93a9d 0%, #de0a50 100%);
    background-image: linear-gradient(225deg, #c93a9d 0%, #de0a50 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .alert__close {
        background-image: none
    }
}

.alert--cookies {
    -webkit-transition: bottom 0.4s;
    -o-transition: bottom 0.4s;
    transition: bottom 0.4s;
    z-index: 18;
    position: fixed;
    bottom: 11rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media only screen and (max-width:767px) {
    .alert--cookies {
        width: calc(100% - 6rem);
        bottom: 23.4rem
    }
}

.alert--cookies.alert--sticky {
    bottom: 1rem
}

.burger {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 2.2rem;
    height: 1.4rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.burger>span {
    display: inline-block;
    width: 1.5rem;
    height: 2px;
    background: #fff;
    position: relative
}

@media only screen and (max-width:767px) {
    .burger>span {
        background: #18283b
    }
}

.burger>span:after,
.burger>span:before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: top .4s .4s, -webkit-transform .4s;
    transition: top .4s .4s, -webkit-transform .4s;
    -o-transition: top .4s .4s, transform .4s;
    transition: top .4s .4s, transform .4s;
    transition: top .4s .4s, transform .4s, -webkit-transform .4s
}

@media only screen and (max-width:767px) {

    .burger>span:after,
    .burger>span:before {
        background: #18283b
    }
}

.burger>span:before {
    top: -.5rem;
    left: -.7rem;
    width: 2.2rem
}

.burger>span:after {
    top: .5rem;
    width: 1rem;
    left: .5rem
}

.burger--dark>span {
    background: #18283b
}

.burger--dark>span:after,
.burger--dark>span:before {
    background: #18283b
}

.burger--close {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.burger--close>span {
    -webkit-transition: background .4s 0s;
    -o-transition: background .4s 0s;
    transition: background .4s 0s;
    background: transparent !important;
    width: 100%
}

.burger--close>span:after,
.burger--close>span:before {
    -webkit-transition: top .4s, -webkit-transform .4s .4s;
    transition: top .4s, -webkit-transform .4s .4s;
    -o-transition: top .4s, transform .4s .4s;
    transition: top .4s, transform .4s .4s;
    transition: top .4s, transform .4s .4s, -webkit-transform .4s .4s;
    top: 0
}

.burger--close>span:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    width: 100%;
    left: 0
}

.burger--close>span:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    width: 100%;
    left: 0
}

.devider {
    width: 100%;
    height: .1rem;
    background-color: #E2E6E8
}

.devider--90 {
    width: 90%;
    margin-right: auto;
    margin-left: auto
}

.devider--white {
    background-color: #fff
}

.slider-circle {
    position: relative;
    height: 38rem
}

@media only screen and (max-width:1199px) {
    .slider-circle {
        height: 26rem;
        width: 38rem;
        margin: 0 auto
    }
}

@media only screen and (max-width:767px) {
    .slider-circle {
        height: 19rem;
        width: 27.6rem;
        margin: 0 auto
    }
}

.slider-circle__item {
    -webkit-transition: -webkit-transform .8s;
    transition: -webkit-transform .8s;
    -o-transition: transform .8s;
    transition: transform .8s;
    transition: transform .8s, -webkit-transform .8s;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: .6rem;
    overflow: hidden
}

@media only screen and (max-width:1199px) {
    .slider-circle__item {
        border-radius: .3rem
    }
}

.slider-circle__item:hover:not(.slider-circle__item--active).slider-circle__item {
    z-index: 4 !important;
    -webkit-animation: fade .4s ease;
    animation: fade .4s ease
}

.slider-circle__item--active.slider-circle__item--sme .slider-circle__content,
.slider-circle__item:hover.slider-circle__item--sme .slider-circle__content {
    background: -webkit-linear-gradient(315deg, rgba(58, 201, 139, 0.36) 0%, #0ADEA0 100%);
    background: -o-linear-gradient(315deg, rgba(58, 201, 139, 0.36) 0%, #0ADEA0 100%);
    background: linear-gradient(-225deg, rgba(58, 201, 139, 0.36) 0%, #0ADEA0 100%)
}

.slider-circle__item--active.slider-circle__item--freelancer .slider-circle__content,
.slider-circle__item:hover.slider-circle__item--freelancer .slider-circle__content {
    background: -webkit-linear-gradient(315deg, rgba(136, 58, 201, 0) 0%, #5D0ADE 98%);
    background: -o-linear-gradient(315deg, rgba(136, 58, 201, 0) 0%, #5D0ADE 98%);
    background: linear-gradient(-225deg, rgba(136, 58, 201, 0) 0%, #5D0ADE 98%)
}

.slider-circle__item--active.slider-circle__item--adviser .slider-circle__content,
.slider-circle__item:hover.slider-circle__item--adviser .slider-circle__content {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 166, 250, 0.21)), color-stop(98%, rgba(77, 133, 249, 0.75)));
    background: -webkit-linear-gradient(top, rgba(0, 166, 250, 0.21) 0%, rgba(77, 133, 249, 0.75) 98%);
    background: -o-linear-gradient(top, rgba(0, 166, 250, 0.21) 0%, rgba(77, 133, 249, 0.75) 98%);
    background: linear-gradient(-180deg, rgba(0, 166, 250, 0.21) 0%, rgba(77, 133, 249, 0.75) 98%)
}

.slider-circle__item--active.slider-circle__item .slider-circle__content a,
.slider-circle__item:hover.slider-circle__item .slider-circle__content a {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible
}

.slider-circle__item img {
    max-width: 33rem;
    -webkit-box-shadow: 0 1.5rem 3.5rem 0 rgba(161, 181, 197, 0.1);
    box-shadow: 0 1.5rem 3.5rem 0 rgba(161, 181, 197, 0.1)
}

@media only screen and (max-width:1199px) {
    .slider-circle__item img {
        max-width: 25rem
    }
}

@media only screen and (max-width:767px) {
    .slider-circle__item img {
        max-width: 18.3rem
    }
}

.slider-circle__item--sme {
    z-index: 3;
    -webkit-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    transform: translate(0, 50%)
}

.slider-circle__item--freelancer {
    z-index: 2;
    -webkit-transform: translate(25%, 85%);
    -ms-transform: translate(25%, 85%);
    transform: translate(25%, 85%)
}

.slider-circle__item--adviser {
    z-index: 1;
    -webkit-transform: translate(50%, 20%);
    -ms-transform: translate(50%, 20%);
    transform: translate(50%, 20%)
}

.slider-circle__content {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(211, 218, 220, 0.8);
    border-radius: .6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width:1199px) {
    .slider-circle__content {
        border-radius: .3rem
    }
}

.slider-circle__content a {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    visibility: hidden;
    opacity: 0;
    color: #fff !important
}

@media only screen and (max-width:767px) {
    .slider-circle__content a {
        font-size: 1.2rem
    }
}

@-webkit-keyframes fade {
    0% {
        opacity: 0;
        visibility: hidden
    }

    50% {
        opacity: 0
    }

    75% {
        opacity: .5
    }

    to {
        z-index: 4 !important;
        opacity: 1;
        visibility: visible
    }
}

@keyframes fade {
    0% {
        opacity: 0;
        visibility: hidden
    }

    50% {
        opacity: 0
    }

    75% {
        opacity: .5
    }

    to {
        z-index: 4 !important;
        opacity: 1;
        visibility: visible
    }
}

.form__field {
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.4rem;
    letter-spacing: .06rem;
    margin-bottom: 1.9rem
}

.form__field input:-webkit-autofill,
.form__field input:-webkit-autofill:active,
.form__field input:-webkit-autofill:focus,
.form__field input:-webkit-autofill:hover {
    -webkit-transition: background-color 5000s ease-in-out 0s;
    -o-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
    -webkit-box-shadow: 0 0 0 1000px transparent inset
}

.form__field input[type=email],
.form__field input[type=password],
.form__field input[type=text],
.form__field select {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
    border: none;
    border-bottom: 1px solid #C8E2E9;
    border-radius: 0;
    line-height: 2.2rem;
    padding: 2.2rem 1rem .8rem;
    outline: none;
    color: #131e2d;
    font-family: "Sailec", Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: .06rem;
    width: 100%
}

.form__field input[type=email]:hover,
.form__field input[type=password]:hover,
.form__field input[type=text]:hover,
.form__field select:hover {
    border-color: #3ed69c
}

.form__field input[type=email]:focus,
.form__field input[type=password]:focus,
.form__field input[type=text]:focus,
.form__field select:focus {
    border-color: #3ed69c
}

.form__field input[type=email].not-empty~label,
.form__field input[type=email]:focus~label,
.form__field input[type=email][placeholder]~label,
.form__field input[type=password].not-empty~label,
.form__field input[type=password]:focus~label,
.form__field input[type=password][placeholder]~label,
.form__field input[type=text].not-empty~label,
.form__field input[type=text]:focus~label,
.form__field input[type=text][placeholder]~label,
.form__field select.not-empty~label,
.form__field select:focus~label,
.form__field select[placeholder]~label {
    font-size: 1.2rem;
    top: 0.5rem
}

.form__field input[type=email].is-valid,
.form__field input[type=password].is-valid,
.form__field input[type=text].is-valid,
.form__field select.is-valid {
    border-color: #0ADEA0
}

.form__field input[type=email].is-invalid,
.form__field input[type=password].is-invalid,
.form__field input[type=text].is-invalid,
.form__field select.is-invalid {
    border-color: #D1277E
}

.form__field label {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    font-family: "Sailec", Helvetica, Arial, sans-serif;
    color: #C8E2E9;
    letter-spacing: .11rem;
    position: absolute;
    top: 1.8rem;
    left: 1rem;
    margin: 0
}

.form__field .bar {
    position: relative;
    display: block;
    width: 100%
}

.form__field .bar:after,
.form__field .bar:before {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #3ed69c
}

.form__field .bar:before {
    left: 50%
}

.form__field .bar:after {
    right: 50%
}

.form__field input:focus~.bar:after,
.form__field input:focus~.bar:before {
    width: 50%
}

.form--inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media only screen and (max-width:767px) {
    .form--inline {
        display: block
    }
}

.form--inline .form__field {
    margin-bottom: 0;
    margin-right: 2rem
}

@media only screen and (max-width:767px) {
    .form--inline .form__field {
        margin-right: 0;
        margin-bottom: 2rem
    }
}

.form--inline .form__field input[type=email],
.form--inline .form__field input[type=text] {
    min-width: 26.8rem
}

@media only screen and (max-width:767px) {

    .form--inline .form__field input[type=email],
    .form--inline .form__field input[type=text] {
        width: 100%
    }
}

@media only screen and (max-width:767px) {
    .form--inline .btn {
        width: 100%
    }
}

.form--inline .btn+.btn {
    margin-left: 1rem
}

@media only screen and (max-width:767px) {
    .form--inline .btn+.btn {
        margin-left: 0;
        margin-top: 1rem
    }
}

.form__tooltip {
    font-size: 1rem;
    color: #D1277E;
    line-height: normal;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 17
}

@media only screen and (max-width:1199px) {
    .form__tooltip {
        font-size: .9rem
    }
}

.count {
    background: #fff;
    border: 0.1rem solid #DBE2EC;
    border-radius: .5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 18.9rem;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.count__minus,
.count__plus {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    color: #DBE2EC;
    height: 3.8rem;
    width: 3.4rem;
    background-color: #fff;
    border-radius: .5rem;
    font-size: 1.2rem
}

.count__minus:hover,
.count__plus:hover {
    color: #2A4D76
}

.count__label {
    color: #2A4D76;
    font-size: 1.3rem;
    line-height: 4rem;
    border-right: 0.1rem solid #DBE2EC;
    padding: 0 .9rem;
    margin-bottom: 0
}

.count input {
    outline: none;
    text-align: center;
    border: none;
    background-color: #F8FAFD;
    color: #2A4D76;
    font-size: 1.3rem;
    line-height: 1.8rem;
    width: 12.3rem;
    padding: .95rem
}

.count input[type=number] {
    -moz-appearance: textfield
}

.count input[type=number]::-webkit-inner-spin-button,
.count input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.count.count--with-label input {
    width: 4rem
}

.card {
    -webkit-transition: -webkit-box-shadow 0.4s;
    transition: -webkit-box-shadow 0.4s;
    -o-transition: box-shadow 0.4s;
    transition: box-shadow 0.4s;
    transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
    position: relative;
    border: none;
    -webkit-box-shadow: 0 0.5rem 2rem 0 rgba(161, 181, 197, 0.1);
    box-shadow: 0 0.5rem 2rem 0 rgba(161, 181, 197, 0.1)
}

.card:hover {
    -webkit-box-shadow: 0 0.5rem 2rem 0 rgba(161, 181, 197, 0.3);
    box-shadow: 0 0.5rem 2rem 0 rgba(161, 181, 197, 0.3)
}

.card>a.card__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10
}

.card__image {
    position: relative
}

.card__image:before {
    background: transparent url(../images/corner_mob.png) bottom right no-repeat;
    content: '';
    position: absolute;
    top: .2rem;
    right: 0;
    height: 100%;
    width: 100%;
    background-size: contain;
    z-index: 7
}

.card--post {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    border-radius: 3rem;
    max-width: 55.1rem
}

@media only screen and (max-width:767px) {
    .card--post {
        border-radius: 1.6rem
    }
}

@media only screen and (min-width:1200px) {
    .card--post:hover {
        -webkit-transform: translateY(-1rem);
        -ms-transform: translateY(-1rem);
        transform: translateY(-1rem)
    }
}

.card--post .card-body {
    padding: 2.4rem 5.4rem 4rem
}

@media only screen and (max-width:1199px) {
    .card--post .card-body {
        font-size: 1.2rem;
        line-height: 2rem;
        padding: .9rem 3rem 2.4rem
    }
}

@media only screen and (max-width:767px) {
    .card--post .card-body {
        padding: .9rem 2.6rem 1.5rem
    }
}

.card--post .card-body h3 {
    font-size: 2.3rem;
    line-height: 3.3rem;
    margin-bottom: 1.5rem
}

@media only screen and (max-width:1199px) {
    .card--post .card-body h3 {
        font-size: 1.4rem;
        line-height: 1.9rem;
        margin-bottom: .8rem
    }
}

.card--post .card-body h3+.subtitle {
    font-size: 1.5rem;
    line-height: 2.8rem;
    margin-bottom: 3.6rem
}

@media only screen and (max-width:1199px) {
    .card--post .card-body h3+.subtitle {
        font-size: 1.2rem;
        line-height: 2rem;
        margin-bottom: 2.8rem
    }
}

.card--news {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    border-radius: .6rem;
    max-width: 37rem;
    overflow: hidden
}

@media only screen and (min-width:1200px) {
    .card--news:hover {
        -webkit-transform: translateY(-2rem);
        -ms-transform: translateY(-2rem);
        transform: translateY(-2rem)
    }
}

.card--news-blog .card__image:after,
.card--news-ebook .card__image:after,
.card--news-webinar .card__image:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 6
}

.card--news-webinar .card__image:after {
    background-color: rgba(63, 96, 243, 0.3)
}

.card--news-blog .card__image:after {
    background-color: rgba(237, 81, 241, 0.2)
}

.card--news-ebook .card__image:after {
    background-color: rgba(54, 190, 138, 0.2)
}

.card--news .card-body {
    padding: 3.5rem 3rem 4rem
}

@media only screen and (max-width:767px) {
    .card--news .card-body {
        padding: 3rem 2rem 3rem
    }
}

.card--news .card-body h3 {
    font-size: 1.9rem;
    line-height: 2.7rem;
    margin-bottom: .5rem
}

@media only screen and (max-width:767px) {
    .card--news .card-body h3 {
        font-size: 1.4rem;
        line-height: 2rem;
        margin-bottom: .5rem
    }
}

.card--news .card-body p {
    margin-bottom: 0
}

.card--news .badge {
    position: absolute;
    top: 0;
    left: 0;
    margin: 2rem
}

.card__footer {
    padding: 1.5rem 3rem
}

.card__footer a {
    font-size: 1.4rem;
    line-height: 1.9rem
}

.card__footer .btn--read-more-v2:after,
.card__footer .btn--read-more:after {
    font-size: 1rem
}

.card .btn--read-more,
.card .btn--read-more-v2 {
    position: relative;
    z-index: 11
}

.badge {
    text-transform: uppercase
}

@media only screen and (max-width:1199px) {
    .badge {
        font-size: .8rem;
        padding: .3rem .7rem
    }
}

.badge--pink {
    background-image: -webkit-linear-gradient(225deg, #c93a9d 0%, #de0a50 96%);
    background-image: -o-linear-gradient(225deg, #c93a9d 0%, #de0a50 96%);
    background-image: linear-gradient(225deg, #c93a9d 0%, #de0a50 96%);
    color: #fff
}

.badge--slateblue {
    background: #5182F1;
    color: #fff
}

.badge--deeppink {
    background: #ED51F1;
    color: #fff
}

.badge--green {
    background: #36BE8A;
    color: #fff
}

.accordion {
    list-style: none;
    padding: 0;
    margin: 0;
    max-width: 42rem
}

@media only screen and (max-width:1199px) {
    .accordion {
        max-width: 100%
    }
}

.accordion__header {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
    cursor: pointer
}

.accordion__header:after {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    content: "\e905";
    font-family: "icomoon";
    position: absolute;
    top: 0;
    right: 2rem;
    font-size: .6rem;
    font-weight: bold;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

@media only screen and (max-width:1199px) {
    .accordion__header:after {
        right: .5rem
    }
}

.accordion__header:hover {
    color: #18283b
}

.accordion__header h3 {
    font-size: 2.6rem;
    line-height: 3.6rem;
    color: #6b7a8c;
    margin-bottom: .4rem
}

@media only screen and (max-width:1199px) {
    .accordion__header h3 {
        font-size: 1.8rem;
        line-height: 3.2rem
    }
}

@media only screen and (max-width:767px) {
    .accordion__header h3 {
        font-size: 1.9rem;
        line-height: 3rem;
        margin-bottom: 1rem
    }
}

.accordion__body {
    display: none;
    padding: 0 4.6rem 2rem 2.8rem
}

.accordion__body p {
    margin-bottom: 0;
    font-size: 1.9rem;
    line-height: 3.1rem
}

@media only screen and (max-width:1199px) {
    .accordion__body p {
        font-size: 1.4rem;
        line-height: 2.3rem
    }
}

@media only screen and (max-width:1199px) {
    .accordion__body p {
        line-height: 2.2rem
    }
}

.accordion__icon {
    display: inline-block;
    width: 2.2rem;
    margin-right: .3rem;
    font-size: 1.7rem;
    line-height: 2.2rem;
    vertical-align: middle
}

@media only screen and (max-width:767px) {
    .accordion__icon {
        text-align: center;
        line-height: 1.9rem
    }
}

.accordion__item:not(:first-of-type) .accordion__header {
    padding-top: 2rem;
    border-top: 0.1rem solid rgba(151, 151, 151, 0.1)
}

.accordion__item:not(:first-of-type) .accordion__header:after {
    top: 2.1rem
}

.accordion__item:not(:last-of-type) .accordion__header {
    padding-bottom: 2rem
}

.accordion__item--active .accordion__header {
    padding-bottom: .5rem;
    color: #18283b
}

.accordion__item--active .accordion__header:after {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.accordion__item--active .accordion__header i {
    color: #3568ce;
    background-image: -webkit-linear-gradient(314deg, #2bb4e8 0%, #3568ce 100%);
    background-image: -o-linear-gradient(314deg, #2bb4e8 0%, #3568ce 100%);
    background-image: linear-gradient(136deg, #2bb4e8 0%, #3568ce 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .accordion__item--active .accordion__header i {
        background-image: none
    }
}

.accordion__item--active .accordion__header h3 {
    color: #18283b
}

.accordion--v2 {
    max-width: 100%
}

.accordion--v2 .accordion__header {
    padding-left: 3.5rem
}

@media only screen and (max-width:767px) {
    .accordion--v2 .accordion__header {
        padding-left: 2.5rem
    }
}

.accordion--v2 .accordion__header:after {
    right: inherit;
    left: .4rem;
    line-height: 3.6rem;
    font-size: .8rem
}

@media only screen and (max-width:1199px) {
    .accordion--v2 .accordion__header:after {
        line-height: 3.2rem
    }
}

@media only screen and (max-width:767px) {
    .accordion--v2 .accordion__header:after {
        font-size: .5rem;
        line-height: 2.1rem
    }
}

.accordion--v2 .accordion__body {
    padding: 0 0 1rem 3.4rem
}

@media only screen and (max-width:767px) {
    .accordion--v2 .accordion__body {
        padding-left: 2.5rem
    }
}

.accordion--v2 .accordion__item:not(:first-of-type) .accordion__header {
    padding-top: .8rem;
    border-top: none
}

@media only screen and (max-width:767px) {
    .accordion--v2 .accordion__item:not(:first-of-type) .accordion__header {
        padding-top: .4rem
    }
}

.accordion--v2 .accordion__item:not(:first-of-type) .accordion__header:after {
    top: .9rem
}

@media only screen and (max-width:1199px) {
    .accordion--v2 .accordion__item:not(:first-of-type) .accordion__header:after {
        top: .7rem
    }
}

@media only screen and (max-width:767px) {
    .accordion--v2 .accordion__item:not(:first-of-type) .accordion__header:after {
        top: .3rem
    }
}

.accordion--v2 .accordion__item:not(:last-of-type) .accordion__header {
    padding-bottom: .8rem
}

@media only screen and (max-width:767px) {
    .accordion--v2 .accordion__item:not(:last-of-type) .accordion__header {
        padding-bottom: .4rem
    }
}

.highlight {
    background: #fff;
    border-radius: 2.8rem;
    -webkit-box-shadow: 0 0.5rem 2rem 0 rgba(161, 181, 197, 0.3);
    box-shadow: 0 0.5rem 2rem 0 rgba(161, 181, 197, 0.3);
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 9
}

@media only screen and (max-width:767px) {
    .highlight {
        display: block;
        border-radius: 1.6rem;
        -webkit-box-shadow: 0 0.5rem 1rem 0 rgba(161, 181, 197, 0.3);
        box-shadow: 0 0.5rem 1rem 0 rgba(161, 181, 197, 0.3)
    }
}

.highlight__image {
    position: relative;
    overflow: hidden;
    width: 40%
}

@media only screen and (max-width:767px) {
    .highlight__image {
        width: 100%
    }
}

.highlight__image:before {
    content: '';
    position: absolute;
    right: -1%;
    width: 101%;
    z-index: 7
}

@media only screen and (min-width:768px) {
    .highlight__image:before {
        background: transparent url(../images/why-anfix/highlight-corner.svg) top right no-repeat;
        background-size: contain;
        top: -1rem;
        height: 105%
    }
}

@media only screen and (max-width:767px) {
    .highlight__image:before {
        background: transparent url(../images/corner_mob.png) bottom right no-repeat;
        background-size: contain;
        top: .2rem;
        height: 100%
    }
}

.highlight__image img {
    width: 100% !important
}

@media only screen and (min-width:768px) {
    .highlight__image img {
        position: absolute;
        top: 50%;
        left: 50%;
        min-height: 100%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 6;
        max-width: 76.1rem
    }
}

@media only screen and (max-width:767px) {
    .highlight__image img {
        max-width: 100%
    }
}

.highlight__content {
    width: 60%;
    padding: 4.5rem 8rem 4rem
}

@media only screen and (max-width:1199px) {
    .highlight__content {
        padding: 3.6rem 2rem 4rem 3rem
    }
}

@media only screen and (max-width:767px) {
    .highlight__content {
        width: 100%;
        padding: 3rem 2rem 3rem
    }
}

.highlight__content h2 {
    margin-bottom: 2.5rem
}

@media only screen and (max-width:1199px) {
    .highlight__content h2 {
        margin-bottom: 1.3rem
    }
}

@media only screen and (max-width:767px) {
    .highlight__content h2 {
        margin-top: 0
    }
}

.highlight__content .btn {
    margin-top: 6rem;
    min-width: 20.8rem
}

@media only screen and (max-width:1199px) {
    .highlight__content .btn {
        margin-top: 4.5rem
    }
}

@media only screen and (max-width:767px) {
    .highlight__content .btn {
        margin-top: 3rem
    }
}

.highlight__controls {
    margin-top: 6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width:1199px) {
    .highlight__controls {
        margin-top: 4rem
    }
}

@media only screen and (max-width:767px) {
    .highlight__controls {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 5rem
    }
}

.highlight__controls a[class^=btn]:not(:last-of-type) {
    margin-right: 3rem
}

@media only screen and (max-width:1199px) {
    .highlight__controls a[class^=btn]:not(:last-of-type) {
        margin-right: 2rem
    }
}

@media only screen and (max-width:767px) {
    .highlight__controls a[class^=btn]:not(:last-of-type) {
        margin-right: 0;
        margin-bottom: 1.5rem
    }
}

.highlight__controls a[class^=btn] img {
    max-height: 6.5rem
}

@media only screen and (max-width:1199px) {
    .highlight__controls a[class^=btn] img {
        max-height: 5rem
    }
}

@media only screen and (max-width:767px) {
    .highlight__controls a[class^=btn] img {
        max-height: 6.5rem
    }
}

.highlight--testimonial {
    margin: 1.5rem 7rem;
    overflow: hidden
}

@media only screen and (max-width:1199px) {
    .highlight--testimonial {
        margin: 0 auto 1rem;
        display: block;
        max-width: 73rem
    }
}

@media only screen and (max-width:767px) {
    .highlight--testimonial {
        border-radius: .5rem;
        margin: 0 .5rem 1rem
    }
}

.highlight--testimonial h3 {
    font-size: 2.8rem;
    line-height: 5rem;
    margin-bottom: .5rem
}

@media only screen and (max-width:767px) {
    .highlight--testimonial h3 {
        font-size: 1.8rem;
        line-height: normal;
        margin-bottom: .5rem
    }
}

.highlight--testimonial h4 {
    font-family: "AvenirNext", Helvetica, Arial, sans-serif;
    font-size: 1.4rem;
    color: #9BA3AD;
    font-weight: 600;
    line-height: 1.9rem;
    margin-bottom: 2.5rem
}

@media only screen and (max-width:767px) {
    .highlight--testimonial h4 {
        font-size: 1.2rem;
        line-height: 1.7rem;
        margin-bottom: 1.7rem
    }
}

.highlight--testimonial .highlight__image {
    width: 45%
}

@media only screen and (max-width:1199px) {
    .highlight--testimonial .highlight__image {
        width: 100%;
        max-height: 37.5rem
    }
}

@media only screen and (max-width:767px) {
    .highlight--testimonial .highlight__image {
        max-height: inherit
    }
}

.highlight--testimonial .highlight__image:after {
    content: '';
    position: absolute;
    top: .1rem;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(122, 126, 221, 0.38);
    z-index: 6
}

.highlight--testimonial .highlight__image:before {
    background: transparent url(../images/testim_figure.png) top right no-repeat;
    background-size: contain
}

@media only screen and (max-width:1199px) {
    .highlight--testimonial .highlight__image:before {
        background: transparent url(../images/corner_mob.png) bottom right no-repeat;
        background-size: contain;
        top: .3rem;
        height: 100%
    }
}

@media only screen and (max-width:1199px) {
    .highlight--testimonial .highlight__image img {
        position: static;
        max-width: 100%;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        width: 100% !important
    }
}

.highlight--testimonial .highlight__image .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -4.6rem;
    margin-top: -4.6rem;
    z-index: 8
}

@media only screen and (max-width:1199px) {
    .highlight--testimonial .highlight__image .btn {
        display: none
    }
}

.highlight--testimonial .highlight__content {
    padding: 4rem 5.5rem;
    width: 55%
}

@media only screen and (max-width:1199px) {
    .highlight--testimonial .highlight__content {
        width: 100%;
        padding-right: 5rem;
        padding-left: 5rem
    }
}

@media only screen and (max-width:767px) {
    .highlight--testimonial .highlight__content {
        padding: 3rem 2rem
    }
}

.highlight--testimonial .highlight__content p {
    font-size: 2.1rem;
    line-height: 3.7rem;
    font-style: italic;
    color: rgba(77, 86, 96, 0.7)
}

@media only screen and (max-width:767px) {
    .highlight--testimonial .highlight__content p {
        font-size: 1.4rem;
        line-height: 2.6rem
    }
}

.highlight--testimonial .highlight__content .logo {
    max-width: 12.3rem;
    margin-top: 6.2rem
}

@media only screen and (max-width:1199px) {
    .highlight--testimonial .highlight__content .logo {
        margin-top: 9.8rem
    }
}

@media only screen and (max-width:767px) {
    .highlight--testimonial .highlight__content .logo {
        margin-top: 7.7rem
    }
}

.footnote {
    padding: 0;
    list-style: none
}

.footnote li {
    position: relative;
    font-weight: 600;
    padding: 2rem 4rem 2rem 5rem;
    border: 0.1rem solid #fff;
    border-radius: .6rem;
    margin-left: 2.2rem
}

@media only screen and (max-width:767px) {
    .footnote li {
        padding-right: 2rem
    }
}

.footnote li:before {
    content: "\e906";
    font-family: "icomoon";
    position: absolute;
    top: 50%;
    left: -2.2rem;
    height: 4.5rem;
    width: 4.5rem;
    background: #fff;
    color: #0ADEA0;
    border-radius: 50%;
    font-size: 1.3rem;
    text-align: center;
    line-height: 4.5rem;
    margin-top: -2.2rem
}

.footnote li:not(:last-of-type) {
    margin-bottom: 2rem
}

.footnote--default li {
    border-color: #CFD5D8;
    font-weight: 400
}

.footnote--default li:before {
    -webkit-box-shadow: 0 0.2rem 0.4rem 0 rgba(125, 136, 142, 0.5);
    box-shadow: 0 0.2rem 0.4rem 0 rgba(125, 136, 142, 0.5)
}

.add-on .anim-img,
.add-on img {
    margin-bottom: 3rem
}

.add-on h3 {
    font-size: 2.6rem;
    line-height: 3.6rem;
    margin-bottom: 1rem
}

@media only screen and (max-width:767px) {
    .add-on h3 {
        font-size: 1.4rem;
        line-height: 2.6rem;
        margin-bottom: .5rem
    }
}

.add-on p {
    line-height: 2.6rem
}

@media only screen and (max-width:767px) {
    .add-on p {
        line-height: 2.3rem
    }
}

.block-icon-wrap--two-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media only screen and (max-width:1199px) {
    .block-icon-wrap--two-columns {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.block-icon-wrap--two-columns .block-icon {
    max-width: 57.5rem;
    margin-top: 3rem
}

@media only screen and (min-width:1200px) {
    .block-icon-wrap--two-columns .block-icon:nth-child(-n+2) {
        margin-top: 0
    }
}

@media only screen and (max-width:1199px) {
    .block-icon-wrap--two-columns .block-icon:first-child {
        margin-top: 0
    }
}

.block-icon-wrap--three-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media only screen and (max-width:1199px) {
    .block-icon-wrap--three-columns {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.block-icon-wrap--three-columns .block-icon {
    width: 30%;
    margin-top: 5rem
}

@media only screen and (min-width:1200px) {
    .block-icon-wrap--three-columns .block-icon {
        margin-right: 5%
    }
}

@media only screen and (max-width:1199px) {
    .block-icon-wrap--three-columns .block-icon {
        margin-top: 4rem;
        width: 37.7rem
    }
}

@media only screen and (max-width:1023px) {
    .block-icon-wrap--three-columns .block-icon {
        width: 33rem
    }
}

@media only screen and (max-width:767px) {
    .block-icon-wrap--three-columns .block-icon {
        width: 100%
    }
}

@media only screen and (min-width:1200px) {
    .block-icon-wrap--three-columns .block-icon:nth-child(3n) {
        margin-right: 0
    }
}

@media only screen and (min-width:1200px) {
    .block-icon-wrap--three-columns .block-icon:nth-child(-n+3) {
        margin-top: 0
    }
}

@media only screen and (min-width:768px) {
    .block-icon-wrap--three-columns .block-icon:nth-child(-n+2) {
        margin-top: 0
    }
}

@media only screen and (max-width:767px) {
    .block-icon-wrap--three-columns .block-icon:first-child {
        margin-top: 0
    }
}

@media only screen and (max-width:1199px) {
    .block-icon-wrap--three-columns .block-icon--card-ver {
        margin-top: 0
    }
}

.block-icon__icon {
    margin-bottom: .5rem
}

.block-icon__icon--round {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    height: 1.8rem;
    width: 1.8rem;
    text-align: center
}

.block-icon__icon--round.icon-check {
    background-color: #e4f7f3;
    color: #0ADEA0;
    font-size: .7rem
}

.block-icon__icon--round.icon-help {
    background-color: rgba(77, 118, 249, 0.1);
    color: #4D76F9;
    font-size: .8rem
}

.block-icon__icon--inline {
    float: left;
    margin: .2rem .7rem 0 0
}

.block-icon h3 {
    font-size: 1.9rem;
    line-height: 2.5rem;
    margin-bottom: 1rem
}

@media only screen and (max-width:1199px) {
    .block-icon h3 {
        font-size: 1.4rem;
        margin-bottom: 0
    }
}

.block-icon p {
    margin-bottom: 0
}

.block-icon--card-hor,
.block-icon--card-ver {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    border-radius: .6rem
}

@media only screen and (max-width:1199px) {

    .block-icon--card-hor,
    .block-icon--card-ver {
        background-color: #fff;
        -webkit-box-shadow: 0 0.5rem 2rem 0 rgba(161, 181, 197, 0.3);
        box-shadow: 0 0.5rem 2rem 0 rgba(161, 181, 197, 0.3)
    }
}

.block-icon--card-hor:hover,
.block-icon--card-ver:hover {
    background-color: #fff;
    -webkit-box-shadow: 0 0.5rem 2rem 0 rgba(161, 181, 197, 0.3);
    box-shadow: 0 0.5rem 2rem 0 rgba(161, 181, 197, 0.3)
}

.block-icon--card-hor {
    position: relative;
    padding: 3rem 4.7rem 3rem 3.7rem
}

@media only screen and (max-width:1199px) {
    .block-icon--card-hor {
        padding-right: 16rem
    }
}

@media only screen and (max-width:767px) {
    .block-icon--card-hor {
        padding: 3rem 4.2rem 3rem 1.5rem
    }
}

.block-icon--card-hor:after {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    content: "\e93a";
    font-family: "icomoon";
    position: absolute;
    top: 50%;
    right: 1.6rem;
    margin-top: -.8rem;
    font-size: 1.6rem;
    color: #0ADEA0;
    visibility: hidden;
    opacity: 0
}

@media only screen and (max-width:1199px) {
    .block-icon--card-hor:after {
        visibility: visible;
        opacity: 1;
        right: 3rem
    }
}

@media only screen and (max-width:767px) {
    .block-icon--card-hor:after {
        right: 1rem
    }
}

@media only screen and (max-width:1199px) {
    .block-icon--card-hor:not(:last-of-type) {
        margin-bottom: 2rem
    }
}

@media only screen and (max-width:767px) {
    .block-icon--card-hor:not(:last-of-type) {
        margin-bottom: 3rem
    }
}

.block-icon--card-hor:hover:after {
    visibility: visible;
    opacity: 1
}

.block-icon--card-hor .block-icon__icon--inline {
    line-height: 2.5rem;
    margin-top: 0
}

@media only screen and (max-width:1199px) {
    .block-icon--card-hor .block-icon__icon--inline {
        line-height: 3.6rem
    }
}

@media only screen and (max-width:767px) {
    .block-icon--card-hor .block-icon__icon--inline {
        line-height: 1.7rem
    }
}

.block-icon--card-hor h3 {
    margin-bottom: .5rem
}

@media only screen and (max-width:1199px) {
    .block-icon--card-hor h3 {
        font-size: 1.9rem;
        line-height: 3.6rem
    }
}

@media only screen and (max-width:767px) {
    .block-icon--card-hor h3 {
        font-size: 1.9rem;
        line-height: 3rem;
        padding-left: 2rem
    }
}

.block-icon--card-hor p {
    font-size: 1.6rem;
    line-height: 2.6rem
}

@media only screen and (max-width:767px) {
    .block-icon--card-hor p {
        font-size: 1.4rem;
        line-height: 2.3rem
    }
}

.block-icon--card-hor a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.block-icon--card-hor-v2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 3rem 6.2rem 3rem 3.2rem
}

@media only screen and (max-width:767px) {
    .block-icon--card-hor-v2 {
        padding-right: 4.5rem;
        padding-left: 1.5rem
    }
}

.block-icon--card-hor-v2:after {
    right: 0;
    padding: 0 2rem
}

@media only screen and (max-width:767px) {
    .block-icon--card-hor-v2:after {
        padding: 0 1.5rem
    }
}

.block-icon--card-hor-v2:before {
    content: '';
    position: absolute;
    top: 0;
    right: 5rem;
    height: 100%;
    width: .1rem;
    background-color: transparent
}

@media only screen and (max-width:1199px) {
    .block-icon--card-hor-v2:before {
        background-color: #F0F6FA
    }
}

@media only screen and (max-width:767px) {
    .block-icon--card-hor-v2:before {
        right: 4rem
    }
}

.block-icon--card-hor-v2:hover:before {
    background-color: #F0F6FA
}

.block-icon--card-hor-v2:nth-child(6n+1) .block-icon__icon-wrap {
    background: #7a7edd
}

.block-icon--card-hor-v2:nth-child(6n+2) .block-icon__icon-wrap {
    background: #EE7887
}

.block-icon--card-hor-v2:nth-child(6n+3) .block-icon__icon-wrap {
    background: -webkit-linear-gradient(315deg, #883AC9 0%, #5D0ADE 100%);
    background: -o-linear-gradient(315deg, #883AC9 0%, #5D0ADE 100%);
    background: linear-gradient(-225deg, #883AC9 0%, #5D0ADE 100%)
}

.block-icon--card-hor-v2:nth-child(6n+4) .block-icon__icon-wrap {
    background: #CD2F8B
}

.block-icon--card-hor-v2:nth-child(6n+5) .block-icon__icon-wrap {
    background: -webkit-linear-gradient(315deg, #3AC98B 0%, #0ADEA0 100%);
    background: -o-linear-gradient(315deg, #3AC98B 0%, #0ADEA0 100%);
    background: linear-gradient(-225deg, #3AC98B 0%, #0ADEA0 100%)
}

.block-icon--card-hor-v2:nth-child(6n) .block-icon__icon-wrap {
    background: -webkit-gradient(linear, left top, left bottom, from(#00A6FA), to(#4D76F9));
    background: -webkit-linear-gradient(top, #00A6FA 0%, #4D76F9 100%);
    background: -o-linear-gradient(top, #00A6FA 0%, #4D76F9 100%);
    background: linear-gradient(-180deg, #00A6FA 0%, #4D76F9 100%)
}

.block-icon--card-hor-v2 .block-icon__icon {
    margin-right: 1.3rem
}

.block-icon--card-hor-v2 .block-icon__icon-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 2rem;
    width: 2rem;
    border-radius: .3rem
}

@media only screen and (min-width:768px) {
    .block-icon--card-hor-v2 .block-icon__icon-wrap {
        margin-top: .2rem
    }
}

.block-icon--card-hor-v2 .block-icon__icon-wrap img {
    max-width: 1.2rem
}

@media only screen and (max-width:1199px) {
    .block-icon--card-hor-v2 h3 {
        line-height: normal
    }
}

@media only screen and (max-width:767px) {
    .block-icon--card-hor-v2 h3 {
        padding-left: 0
    }
}

.block-icon--card-hor-v2 p {
    font-size: 1.4rem;
    line-height: 2.4rem
}

@media only screen and (max-width:767px) {
    .block-icon--card-hor-v2 p {
        line-height: 2.3rem
    }
}

.block-icon--card-ver {
    text-align: center;
    padding: 5rem 3rem 2.2rem
}

@media only screen and (max-width:1199px) {
    .block-icon--card-ver {
        padding: 3rem 10.2rem
    }
}

@media only screen and (max-width:767px) {
    .block-icon--card-ver {
        padding: 3rem 1.5rem 2rem
    }
}

@media only screen and (max-width:1199px) {
    .block-icon--card-ver:not(:last-of-type) {
        margin-bottom: 4rem
    }
}

@media only screen and (max-width:767px) {
    .block-icon--card-ver:not(:last-of-type) {
        margin-bottom: 3rem
    }
}

.block-icon--card-ver:hover .btn--read-more-v2 {
    opacity: 1;
    visibility: visible
}

.block-icon--card-ver .block-icon__icon {
    margin-right: auto;
    margin-left: auto
}

.block-icon--card-ver .block-icon__icon--round {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 8.8rem;
    width: 8.8rem;
    background-color: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 0.5rem 2rem 0 rgba(161, 181, 197, 0.2);
    box-shadow: 0 0.5rem 2rem 0 rgba(161, 181, 197, 0.2);
    margin-bottom: 4.5rem
}

@media only screen and (max-width:1199px) {
    .block-icon--card-ver .block-icon__icon--round {
        margin-bottom: 2.5rem
    }
}

@media only screen and (max-width:767px) {
    .block-icon--card-ver .block-icon__icon--round {
        height: 4.8rem;
        width: 4.8rem;
        margin-bottom: 1rem
    }
}

@media only screen and (max-width:767px) {
    .block-icon--card-ver .block-icon__icon--round img {
        max-width: 40%;
        max-height: 2.5rem;
        height: auto
    }
}

.block-icon--card-ver h3 {
    font-size: 2.6rem;
    line-height: 3.6rem
}

@media only screen and (max-width:1199px) {
    .block-icon--card-ver h3 {
        font-size: 1.8rem;
        line-height: 2.4rem
    }
}

@media only screen and (max-width:767px) {
    .block-icon--card-ver h3 {
        font-size: 1.9rem;
        line-height: 3rem;
        margin-bottom: 1rem
    }
}

.block-icon--card-ver p+.btn--read-more-v2 {
    margin-top: 6.4rem
}

@media only screen and (max-width:1199px) {
    .block-icon--card-ver p+.btn--read-more-v2 {
        margin-top: 4rem;
        padding-top: 3rem
    }
}

@media only screen and (max-width:767px) {
    .block-icon--card-ver p+.btn--read-more-v2 {
        margin-top: 3rem;
        padding-top: 2rem
    }
}

.block-icon--card-ver .btn--read-more-v2 {
    opacity: 0;
    visibility: hidden;
    padding-bottom: 0
}

@media only screen and (max-width:1199px) {
    .block-icon--card-ver .btn--read-more-v2 {
        visibility: visible;
        opacity: 1;
        text-align: center
    }
}

@media only screen and (max-width:767px) {
    .block-icon--card-ver .btn--read-more-v2 {
        margin-bottom: 0;
        text-align: left
    }
}

@media only screen and (min-width:1200px) {
    .block-icon--card-ver .btn--read-more-v2:after {
        float: right
    }
}

@media only screen and (max-width:767px) {
    .block-icon--card-ver .btn--read-more-v2:after {
        float: right;
        line-height: 2.4rem
    }
}

.block-icon--highlight-blue {
    background-color: rgba(237, 245, 255, 0.3);
    border-radius: .5rem;
    padding: 1.5rem
}

.section--all-features .block-icon--card-hor-v2 .block-icon__icon-wrap {
    border-radius: 50%
}

.section--all-features .block-icon--card-hor-v2 .block-icon__icon-wrap img {
    display: none
}

.grid-section {
    position: relative
}

@media only screen and (min-width:1200px) {
    .grid-section:before {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), color-stop(54%, rgba(137, 168, 229, 0.5)), to(rgba(255, 255, 255, 0)));
        background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(137, 168, 229, 0.5) 54%, rgba(255, 255, 255, 0) 100%);
        background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(137, 168, 229, 0.5) 54%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(137, 168, 229, 0.5) 54%, rgba(255, 255, 255, 0) 100%);
        width: 1px;
        height: 100%
    }
}

.grid-section__row {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width:767px) {
    .grid-section__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.grid-section__row:first-of-type .grid-section__item {
    padding-top: 0
}

.grid-section__row:last-of-type .grid-section__item {
    padding-bottom: 0
}

@media only screen and (max-width:767px) {
    .grid-section__row:last-of-type .grid-section__item:last-of-type {
        margin-bottom: 0
    }
}

@media only screen and (min-width:1200px) {
    .grid-section__row:not(:last-of-type):before {
        content: '';
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(54%, rgba(137, 168, 229, 0.5)), to(rgba(255, 255, 255, 0)));
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(137, 168, 229, 0.5) 54%, rgba(255, 255, 255, 0) 100%);
        background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(137, 168, 229, 0.5) 54%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(137, 168, 229, 0.5) 54%, rgba(255, 255, 255, 0) 100%);
        height: 1px;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0
    }
}

.grid-section__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 50%;
    padding: 7rem 0
}

@media only screen and (max-width:1199px) {
    .grid-section__item {
        padding: 3.5rem 0
    }
}

@media only screen and (max-width:767px) {
    .grid-section__item {
        width: 100%;
        padding: 0;
        margin-bottom: 5rem
    }
}

.grid-section__item-content {
    max-width: 46.2rem
}

@media only screen and (max-width:1199px) {
    .grid-section__item-content {
        max-width: 32.1rem
    }
}

@media only screen and (max-width:767px) {
    .grid-section__item-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        max-width: 100%
    }
}

.grid-section__item-content h3 {
    font-size: 2.6rem;
    line-height: 3.6rem;
    margin-bottom: 1.4rem
}

@media only screen and (max-width:1199px) {
    .grid-section__item-content h3 {
        font-size: 1.8rem;
        line-height: 2.4rem;
        margin-bottom: 1rem
    }
}

.grid-section__item-content p {
    margin-bottom: 0
}

.grid-section__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 27rem;
    margin-bottom: 3rem
}

@media only screen and (max-width:1199px) {
    .grid-section__image {
        height: 18.4rem;
        margin-bottom: 2rem
    }
}

@media only screen and (max-width:767px) {
    .grid-section__image {
        height: auto;
        margin-top: 3rem;
        margin-bottom: 0
    }
}

.grid-section__image img {
    max-height: 100%
}

.tooltip.bs-tooltip-auto[x-placement^=top] .arrow:before,
.tooltip.bs-tooltip-top .arrow:before {
    margin-left: 0
}

.tooltip-inner {
    border-radius: .6rem;
    font-weight: 600;
    text-align: left
}

@media only screen and (max-width:767px) {
    .tooltip-inner {
        max-width: 30rem
    }
}

.steps {
    max-width: 68rem;
    margin: 0 auto
}

.step {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.step:after,
.step:before {
    content: '';
    position: absolute;
    top: 0;
    left: 2.8rem;
    width: .1rem;
    background-color: #96B4D8
}

@media only screen and (max-width:767px) {

    .step:after,
    .step:before {
        left: 1.7rem
    }
}

.step:after {
    height: 100%;
    width: .1rem
}

.step:before {
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    height: 0;
    z-index: 2
}

.step:not(:last-of-type) {
    padding-bottom: 10rem
}

@media only screen and (max-width:1199px) {
    .step:not(:last-of-type) {
        padding-bottom: 7rem
    }
}

@media only screen and (max-width:767px) {
    .step:not(:last-of-type) {
        padding-bottom: 4rem
    }
}

.step__indent span {
    display: block;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
    background-color: #fff;
    font-size: 3.4rem;
    line-height: 5.6rem;
    text-align: center;
    color: #5D86B6;
    -webkit-box-shadow: 0 0.2rem 0.5rem 0.1rem #f6f6f6;
    box-shadow: 0 0.2rem 0.5rem 0.1rem #f6f6f6;
    height: 5.6rem;
    width: 5.6rem;
    border-radius: 50%;
    z-index: 3
}

@media only screen and (max-width:767px) {
    .step__indent span {
        height: 3.4rem;
        width: 3.4rem;
        font-size: 2rem;
        line-height: 3.4rem
    }
}

.step__content {
    margin-left: 5rem;
    max-width: 57.5rem
}

@media only screen and (max-width:767px) {
    .step__content {
        margin-left: 1.5rem
    }
}

.step__content h3 {
    margin-bottom: 1rem
}

.step__content .list-icon {
    margin-top: 2rem;
    margin-bottom: 0
}

@media only screen and (max-width:767px) {
    .step__content .list-icon {
        margin-top: 3rem
    }
}

.step__content .list-icon li:not(:last-of-type) {
    margin-bottom: 1.5rem
}

.step__content .anim-img,
.step__content img {
    margin-top: 5rem
}

.step__finish {
    position: absolute;
    left: 1.7rem;
    z-index: 3;
    display: inline-block;
    background-color: #fff;
    color: #5D86B6;
    border: 0.1rem solid #fff;
    border-radius: 50%;
    height: 2.3rem;
    width: 2.3rem;
    font-size: .8rem;
    text-align: center;
    line-height: 2.3rem;
    -webkit-box-shadow: 0 0.3rem 0.5rem 0 rgba(203, 206, 208, 0.5);
    box-shadow: 0 0.3rem 0.5rem 0 rgba(203, 206, 208, 0.5)
}

@media only screen and (max-width:767px) {
    .step__finish {
        left: .6rem
    }
}

.step--active:before {
    height: 100%;
    background-color: #0ADEA0
}

.step--active .step__indent span {
    color: #0ADEA0
}

.step--active .step__finish {
    color: #0ADEA0;
    border-color: #0ADEA0
}

.list {
    list-style: none;
    padding: 0
}

.list__icon {
    margin-bottom: 1rem;
    height: 2.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width:1199px) {
    .list__icon {
        margin-bottom: .4rem
    }
}

.list__icon img {
    max-width: 100%;
    height: auto
}

@media only screen and (max-width:1199px) {
    .list__icon img {
        max-width: 47%
    }
}

@media only screen and (max-width:767px) {
    .list__icon img {
        max-width: 40%;
        height: auto
    }
}

.list__icon--round {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 8.8rem;
    width: 8.8rem;
    background-color: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 0.5rem 2rem 0 rgba(161, 181, 197, 0.2);
    box-shadow: 0 0.5rem 2rem 0 rgba(161, 181, 197, 0.2);
    margin-bottom: 2rem
}

@media only screen and (max-width:767px) {
    .list__icon--round {
        height: 4.8rem;
        width: 4.8rem;
        margin-right: auto;
        margin-left: auto
    }
}

.list__item--text-center {
    text-align: center
}

.list__item--text-center .list__icon {
    margin-right: auto;
    margin-left: auto
}

@media only screen and (max-width:767px) {
    .list__item {
        text-align: center
    }
}

.list--two-columns {
    overflow: hidden
}

.list--two-columns li {
    float: left;
    width: 50%;
    margin-bottom: 2.7rem;
    padding-right: 3rem
}

@media only screen and (max-width:1199px) {
    .list--two-columns li {
        margin-bottom: 2.3rem;
        padding-right: 2.5rem
    }
}

@media only screen and (max-width:767px) {
    .list--two-columns li {
        margin-bottom: 1.7rem;
        padding-right: 0;
        width: 100%
    }
}

@media only screen and (max-width:1199px) {
    .list--two-columns li:nth-child(2n) {
        padding-right: 0
    }
}

.list--three-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (max-width:1199px) {
    .list--three-columns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.list--three-columns li {
    max-width: 32.2rem
}

@media only screen and (max-width:1199px) {
    .list--three-columns li {
        text-align: center;
        max-width: 42rem
    }
}

@media only screen and (max-width:1199px) {
    .list--three-columns li:not(:last-of-type) {
        margin-bottom: 5.5rem
    }
}

@media only screen and (max-width:1199px) {
    .list--three-columns li:not(:last-of-type) {
        margin-bottom: 4rem
    }
}

@media only screen and (max-width:1199px) {
    .list--three-columns li .list__icon {
        margin-right: auto;
        margin-left: auto
    }
}

.list h3 {
    font-size: 2.6rem;
    line-height: 3.2rem;
    margin-bottom: 1rem
}

@media only screen and (max-width:1199px) {
    .list h3 {
        font-size: 1.8rem;
        line-height: normal
    }
}

@media only screen and (max-width:767px) {
    .list h3 {
        font-size: 1.9rem;
        line-height: 3rem;
        margin-bottom: .5rem
    }
}

.list h3+p {
    margin-bottom: 0
}

.list-icon {
    padding-left: 3.1rem;
    list-style: none
}

.list-icon--check>li {
    position: relative
}

.list-icon--check>li:before {
    content: '\e906';
    font-family: 'icomoon';
    position: absolute;
    top: .3rem;
    left: -3rem;
    color: #0ADEA0;
    font-size: .7rem;
    background-color: #e4f7f3;
    border-radius: 50%;
    height: 1.8rem;
    width: 1.8rem;
    text-align: center;
    line-height: 1.8rem
}

.list-icon--check.list-icon--dark>li {
    font-family: "Sailec", Helvetica, Arial, sans-serif;
    color: #fff;
    font-weight: 500;
    line-height: normal
}

.list-icon--check.list-icon--dark>li:before {
    background-color: rgba(10, 222, 160, 0.11)
}

.list-icon--check .badge {
    font-family: "OpenSans", Helvetica, Arial, sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.7rem;
    padding: .1rem 1rem;
    margin-left: 1rem
}

.list-icon__item {
    font-size: 1.4rem;
    line-height: 2.1rem
}

.list-icon__item--cancel,
.list-icon__item--check,
.list-icon__item--warning {
    position: relative
}

.list-icon__item--cancel:before,
.list-icon__item--check:before,
.list-icon__item--warning:before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'icomoon';
    position: absolute;
    top: .2rem;
    right: 100%;
    margin-right: .7rem;
    font-size: .7rem;
    border-radius: 50%;
    height: 1.8rem;
    width: 1.8rem
}

.list-icon__item--check:before {
    content: '\e906';
    color: #0ADEA0;
    background-color: #e4f7f3
}

.list-icon__item--warning:before {
    content: '\e93f';
    color: #FFD37B;
    font-size: 1.1rem;
    background-color: rgba(232, 176, 0, 0.1)
}

.list-icon__item--cancel:before {
    content: '\e908';
    color: #D1277E;
    background-color: rgba(209, 39, 126, 0.1)
}

.header {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    padding: 2.2rem 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 19
}

@media only screen and (max-width:1199px) {
    .header {
        padding: 1.2rem 0
    }
}

.header__logo {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.header__logo img {
    padding: 1.1rem 0
}

@media only screen and (max-width:1199px) {
    .header__logo img {
        max-width: 7.7rem
    }
}

.header__logo .logo-white {
    display: none
}

.header__nav,
.header__nav a:not(.btn),
.header__sub,
.header__sub a:not(.btn) {
    font-weight: 500;
    text-transform: none;
    color: #323748
}

.header__sub,
.header__sub a:not(.btn) {
    font-size: 1.2rem;
    letter-spacing: .1rem
}

@media only screen and (min-width:1200px) {
    .header__nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-flex: 8;
        -ms-flex-positive: 8;
        flex-grow: 8
    }
}

@media only screen and (max-width:1199px) {
    .header__nav {
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
        position: absolute;
        top: 100%;
        left: 0;
        background-color: #F4F6F9;
        width: 100%;
        max-height: calc(100vh - 6.4rem);
        overflow-y: auto;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(-110%);
        -ms-transform: translateY(-110%);
        transform: translateY(-110%)
    }
}

@media only screen and (max-width:767px) {
    .header__nav {
        background-color: #fff
    }
}

@media only screen and (min-width:1200px) {
    .header__nav .nav {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media only screen and (max-width:1199px) {
    .header__nav .nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 96rem;
        margin: 0 auto
    }
}

@media only screen and (max-width:991px) {
    .header__nav .nav {
        max-width: 76rem
    }
}

@media only screen and (max-width:767px) {
    .header__nav .nav {
        max-width: 54rem
    }
}

@media only screen and (max-width:1199px) {
    .header__nav .nav>li:not(:last-of-type) {
        border-bottom: .1rem solid #EAEDEF
    }
}

@media only screen and (min-width:1200px) {
    .header__nav .nav-link {
        padding: 0.5rem 1.5rem
    }
}

@media only screen and (max-width:1199px) {
    .header__nav .nav-link {
        padding: 3rem;
        display: block;
    }
}

@media only screen and (max-width:767px) {
    .header__nav .nav-link {
        padding: 2rem 3rem
    }
}

.header__nav .nav--main {
    font-size: 1.45rem;
    letter-spacing: .1rem;
    line-height: 1.45;
    font-family: 'gilroy';
    font-weight:500;
}

@media only screen and (max-width:1199px) {
    .header__nav .nav--main .nav-item.has-submenu>a {
        font-size: 1.4rem;
        line-height: 2rem;
        color: #96B4D8
    }
}

@media only screen and (max-width:767px) {
    .header__nav .nav--main .nav-item.has-submenu>a {
        position: relative;
        font-size: 1.2rem;
        line-height: 2.3rem;
        padding-right: 5rem
    }
}

@media only screen and (max-width:1199px) {
    .header__nav .nav--main .nav-item.has-submenu>a:after {
        display: none
    }
}

@media only screen and (max-width:767px) {
    .header__nav .nav--main .nav-item.has-submenu>a:before {
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
        content: "\e905";
        font-family: 'icomoon';
        position: absolute;
        top: 50%;
        right: 3rem;
        margin-top: -1.2rem;
        font-size: .7rem;
        vertical-align: middle;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }
}

@media only screen and (min-width:1200px) {
    .header__nav .nav--main .nav-item.has-submenu:hover .sub-menu {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        z-index: 1
    }
}

@media only screen and (max-width:767px) {
    .header__nav .nav--main .nav-item.has-submenu.active-submenu>a:before {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }
}

.header__nav .nav--add {
    font-size: 1.4rem;
    letter-spacing: .05rem
}

@media only screen and (max-width:1199px) {
    .header__nav .nav--add {
        font-size: 1.2rem
    }
}

@media only screen and (max-width:1199px) {
    .header__nav .nav--add li:first-of-type {
        border-top: .1rem solid #EAEDEF
    }
}

@media only screen and (min-width:1200px) {
    .header__nav .nav--add .nav-link {
        padding: 0.5rem 2.5rem
    }
}

@media only screen and (max-width:1199px) {
    .header__nav .nav--add .nav-link {
        padding: 3rem
    }
}

@media only screen and (max-width:767px) {
    .header__nav .nav--add .nav-link {
        padding: 2rem 3rem
    }
}

.header__nav .nav--add .btn {
    padding-right: 3.3rem;
    padding-left: 3.3rem;
    font-family: 'gilroy';
    font-size: 1.45rem;
}

@media only screen and (max-width:1199px) {
    .header__nav .nav--add .btn {
        display: block;
        margin: 2rem;
        background-image: -webkit-linear-gradient(225deg, #41d494 0%, #0adea0 100%);
        background-image: -o-linear-gradient(225deg, #41d494 0%, #0adea0 100%);
        background-image: linear-gradient(225deg, #41d494 0%, #0adea0 100%);
        color: #fff
    }
}

@media only screen and (max-width:767px) {
    .header__nav .nav--add .btn {
        margin: 1.5rem
    }
}

.header__nav .nav--white {
    color: #fff
}

@media only screen and (min-width:1200px) {
    .header__nav .nav--white a:not(.btn):not(.nav-link--dark) {
        color: #fff
    }
}

@media only screen and (min-width:1200px) {
    .header__nav .nav--white a:not(.btn):not(.nav-link--dark):hover {
        color: #323748
    }
}

.header__nav .nav .has-submenu {
    position: relative
}

@media only screen and (max-width:1199px) {
    .header__nav .nav .has-submenu {
        padding-bottom: 2rem
    }
}

@media only screen and (max-width:767px) {
    .header__nav .nav .has-submenu {
        padding-bottom: 0
    }
}

@media only screen and (max-width:1199px) {
    .header__nav .nav .has-submenu>.nav-link {
        padding-bottom: 1rem
    }
}

@media only screen and (max-width:767px) {
    .header__nav .nav .has-submenu>.nav-link {
        padding-top: 2rem;
        padding-bottom: 2rem
    }
}

.header__nav .nav .has-submenu>.nav-link:after {
    content: "\e905";
    font-family: 'icomoon';
    font-size: .5rem;
    vertical-align: middle;
    margin-left: .2rem;
    position: relative;
    top:-2px;
}
.header__nav .nav .has-submenu.no-padding .sub-menu ul li a { padding-left: 0; }


.header__nav .current-menu-item a:not(.btn),
.header__nav .current-menu-parent a:not(.btn) {
    color: #0ADEA0
}

.header__nav a:not(.btn) {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    text-decoration: none
}

.header__nav a:not(.btn):hover {
    color: #0ADEA0
}

.header__sub>.container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header__sub ul.nav {
    margin-top: 1.4rem;
    padding-top: 1.5rem;
    border-top: 0.1rem solid rgba(24, 40, 59, 0.1)
}

.header__sub ul.nav>li {
    margin: 0 .5rem
}

.header__sub ul.nav>li:first-of-type {
    margin-left: 0
}

.header__sub ul.nav>li:first-of-type .nav-link {
    padding-left: 0
}

.header__sub ul.nav>li:last-of-type {
    margin-right: 0
}

.header__sub ul.nav>li.active a {
    opacity: 1
}

.header__sub a {
    text-decoration: none;
    opacity: .3
}

.header__sub a:hover {
    opacity: 1
}

.header__burger {
    display: none;
    cursor: pointer;
    padding: 1.2rem 0 1.2rem 1.2rem
}

@media only screen and (max-width:1199px) {
    .header__burger {
        display: block
    }
}

.header>.container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header--up {
    top: -100%
}

.header--text-white .logo-white {
    display: block
}

.header--text-white .logo-color {
    display: none
}

.header--text-white .nav--main .current-menu-item a:not(.btn),
.header--text-white .nav--main .current-menu-parent a:not(.btn) {
    color: inherit
}

.header--text-white .nav--main a {
    color: #fff
}

.header--text-white .nav--main a:hover {
    color: inherit
}

.header--text-white .header__sub a:not(.btn) {
    color: #fff;
    opacity: .6
}

.header--text-white .header__sub a:not(.btn):hover {
    opacity: 1
}

.header--text-white .header__sub ul.nav {
    border-top-color: rgba(255, 255, 255, 0.3);
    min-width: 75rem
}

.header--text-white .burger>span {
    background-color: #fff
}

.header--text-white .burger>span:after,
.header--text-white .burger>span:before {
    background-color: #fff
}

.header--white {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(240, 240, 240, 0.5);
    box-shadow: 0 2px 4px 0 rgba(240, 240, 240, 0.5)
}

@media only screen and (max-width:1199px) {
    .header--has-sub-nav .header__nav {
        max-height: calc(100vh - 12rem)
    }
}

@media only screen and (max-width:1199px) {
    .header.active-nav {
        background-color: #fff
    }
}

.header.active-nav .logo-white {
    display: none
}

.header.active-nav .logo-color {
    display: block
}

.header.active-nav .burger>span {
    background: #18283b
}

.header.active-nav .burger>span:after,
.header.active-nav .burger>span:before {
    background: #18283b
}

@media only screen and (max-width:1199px) {
    .header.active-nav .header__nav {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@media only screen and (max-width:767px) {
    .header.active-nav .header__nav {
        -webkit-box-shadow: inset 0 0.2rem 0.4rem 0 rgba(231, 235, 237, 0.5);
        box-shadow: inset 0 0.2rem 0.4rem 0 rgba(231, 235, 237, 0.5);
        padding-bottom: 7rem
    }
}

.header.active-nav .header__sub a:not(.btn) {
    color: inherit;
    opacity: .3
}

.header.active-nav .header__sub a:not(.btn):hover {
    opacity: 1
}

.header.active-nav .header__sub ul.nav {
    border-top-color: rgba(24, 40, 59, 0.1)
}

.header.active-nav .header__sub ul.nav li.active a {
    opacity: 1
}

.header.active-nav .nav--main .current-menu-item a:not(.btn),
.header.active-nav .nav--main .current-menu-parent a:not(.btn) {
    color: #0ADEA0
}

.header.active-nav .nav--main a:not(.btn) {
    color: inherit
}

.header.active-nav .nav--main a:not(.btn):hover {
    color: #0ADEA0
}

.header-sticky .header.header--fixed {
    padding: 1rem 0;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(231, 235, 237, 0.5);
    box-shadow: 0 2px 4px 0 rgba(231, 235, 237, 0.5)
}

.header-sticky .header.header--fixed .header__nav .nav--white a:not(.btn) {
    color: #323748
}

.header-sticky .header.header--fixed .header__nav .nav--white a:not(.btn):hover {
    color: #0ADEA0
}

.header-sticky .header.header--fixed .header__sub>.container {
    display: block
}

.header-sticky .header.header--fixed .header__sub ul.nav {
    margin-top: 1rem
}

.header-sticky .header.header--fixed .header__burger .burger>span {
    background: #18283b
}

.header-sticky .header.header--fixed .header__burger .burger>span:after,
.header-sticky .header.header--fixed .header__burger .burger>span:before {
    background: #18283b
}

.header-sticky .header.header--fixed.header--text-white .logo-white {
    display: none
}

.header-sticky .header.header--fixed.header--text-white .logo-color {
    display: block
}

.header-sticky .header.header--fixed.header--text-white .nav--main a {
    color: inherit
}

.header-sticky .header.header--fixed.header--text-white .nav--main a:hover {
    color: #0ADEA0
}

.header-sticky .header.header--fixed.header--text-white .header__sub a:not(.btn) {
    color: inherit;
    opacity: .3
}

.header-sticky .header.header--fixed.header--text-white .header__sub a:not(.btn):hover {
    opacity: 1
}

.header-sticky .header.header--fixed.header--text-white .header__sub ul.nav {
    border-top-color: rgba(24, 40, 59, 0.1)
}

.header-sticky .header.header--fixed.header--text-white .header__sub ul.nav li.active a {
    opacity: 1
}

.page-template-recursos .main-navigation {
    width: 100%
}

.breadcrumbs {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 1.4rem;
    padding-top: 1.5rem;
    border-top: 0.1rem solid rgba(24, 40, 59, 0.1);
    max-width: 75rem
}

.breadcrumbs li {
    position: relative;
    padding-right: 16px;
    margin-right: 10px
}

.breadcrumbs li:before {
    content: "";
    position: absolute;
    right: 0;
    top: 9px;
    height: 7px;
    width: 7px;
    border-right: 1px solid #c1c3c8;
    border-top: 1px solid #c1c3c8;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.breadcrumbs li:last-of-type {
    margin-right: 0;
    padding-right: 0
}

.breadcrumbs li:last-of-type:before {
    display: none
}

.sub-menu {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

@media only screen and (min-width:1200px) {
    .sub-menu {
        position: absolute;
        top: 100%;
        left: 50%;
        padding-top: 1.7rem;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(5rem);
        -ms-transform: translateY(5rem);
        transform: translateY(5rem);
        margin-left: -15.7rem;
        -webkit-box-shadow: 0 2rem 3.5rem -2.8rem #7c8a9b;
        box-shadow: 0 2rem 3.5rem -2.8rem #7c8a9b
    }
}

@media only screen and (max-width:1199px) {
    .sub-menu {
        padding: 0 3rem
    }
}

@media only screen and (max-width:1023px) {
    .sub-menu {
        max-width: 60rem
    }
}

@media (min-width:768px) and (max-width:1199px) {
    .sub-menu {
        display: block !important
    }
}

@media only screen and (max-width:767px) {
    .sub-menu {
        padding: 2rem 3rem;
        display: none;
        background-color: #F4F6F9
    }
}

@media only screen and (min-width:1200px) {
    .sub-menu:after {
        content: '';
        position: absolute;
        top: .1rem;
        left: 50%;
        margin-left: -1.7rem;
        width: 0;
        height: 0;
        border-left: 1.7rem solid transparent;
        border-right: 1.7rem solid transparent;
        border-bottom: 1.7rem solid #18283b
    }
}

@media only screen and (min-width:1200px) {
    .sub-menu * {
        color: #fff
    }
}

@media only screen and (max-width:1199px) {
    .sub-menu * {
        color: #2A4D76
    }
}

.sub-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    list-style: none
}

@media only screen and (min-width:1200px) {
    .sub-menu ul {
        border-radius: .6rem;
        padding: 0 3rem 1rem;
        background-color: #18283b
    }
}

@media only screen and (max-width:1199px) {
    .sub-menu ul {
        padding: 0
    }
}

.sub-menu ul li {
    width: 25.4rem
}

@media only screen and (max-width:767px) {
    .sub-menu ul li {
        width: 100%
    }
}

@media only screen and (min-width:1200px) {
    .sub-menu ul li:not(:first-of-type) {
        border-top: 0.1rem solid rgba(27, 51, 80, 0.5)
    }
}

.sub-menu ul li:not(.sub-menu__item--all) a:hover {
    opacity: .8
}

@media only screen and (min-width:1200px) {
    .sub-menu ul li:not(.sub-menu__item--all) a:hover {
        color: #fff !important
    }
}

.sub-menu ul li a {
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    transition: opacity 0.4s;
    display: block;
    padding: 2rem 0 2rem 4.7rem
}

@media only screen and (max-width:1199px) {
    .sub-menu ul li a {
        padding-top: 1rem;
        padding-bottom: 1rem
    }
}

@media only screen and (max-width:767px) {
    .sub-menu ul li a {
        padding-left: 3.8rem
    }
}

.sub-menu ul li h6 {
    margin-bottom: 0
}

.sub-menu ul li p {
    font-family: "proxima_novaregular", Helvetica, Arial, sans-serif;
    font-size: 1.2rem;
    color: #DAE0E2;
    font-weight: 400;
    line-height: 1.6rem;
    margin-bottom: 0;
    text-transform: none;
    letter-spacing: 0
}

@media only screen and (max-width:1199px) {
    .sub-menu ul li p {
        color: #2A4D76
    }
}

@media only screen and (max-width:767px) {
    .sub-menu ul li p {
        display: none
    }
}

.sub-menu__item--i {}

.sub-menu__item--i a {
    position: relative
}

.sub-menu__item--i .sub-menu__icon {
    height: 3.4rem;
    width: 3.4rem;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 2rem;
    left: 0
}

@media only screen and (min-width:1200px) {
    .sub-menu__item--i .sub-menu__icon {
        -webkit-box-shadow: 0 .2rem .4rem 0 #142233;
        box-shadow: 0 .2rem .4rem 0 #142233
    }
}

@media only screen and (max-width:1199px) {
    .sub-menu__item--i .sub-menu__icon {
        top: 1rem;
        -webkit-box-shadow: 0 .2rem .4rem 0 #BBCDE4;
        box-shadow: 0 .2rem .4rem 0 #BBCDE4
    }
}

@media only screen and (max-width:767px) {
    .sub-menu__item--i .sub-menu__icon {
        height: 2.8rem;
        width: 2.8rem;
        top: .5rem
    }
}

.sub-menu__item--i .sub-menu__icon:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -.8rem;
    margin-left: -.8rem;
    height: 1.6rem;
    width: 1.6rem
}

@media only screen and (max-width:767px) {
    .sub-menu__item--i .sub-menu__icon:before {
        height: 1.2rem;
        width: 1.2rem;
        margin-top: -.6rem;
        margin-left: -.6rem
    }
}

@media only screen and (max-width:767px) {

    .sub-menu__item--i-freelancer .sub-menu__title,
    .sub-menu__item--i-freelancer h6 {
        color: #5D0ADE
    }
}

.sub-menu__item--i-freelancer .sub-menu__icon {
    background: -webkit-linear-gradient(315deg, #883AC9 0%, #5D0ADE 100%);
    background: -o-linear-gradient(315deg, #883AC9 0%, #5D0ADE 100%);
    background: linear-gradient(-225deg, #883AC9 0%, #5D0ADE 100%)
}

.sub-menu__item--i-freelancer .sub-menu__icon:before {
    background: transparent url(../images/submenu/autonomos.svg) center center no-repeat;
    background-size: contain
}

@media only screen and (max-width:767px) {

    .sub-menu__item--i-sme .sub-menu__title,
    .sub-menu__item--i-sme h6 {
        color: #3ed69c
    }
}

.sub-menu__item--i-sme .sub-menu__icon {
    background: -webkit-linear-gradient(315deg, #3AC98B 0%, #0ADEA0 100%);
    background: -o-linear-gradient(315deg, #3AC98B 0%, #0ADEA0 100%);
    background: linear-gradient(-225deg, #3AC98B 0%, #0ADEA0 100%)
}

.sub-menu__item--i-sme .sub-menu__icon:before {
    background: transparent url(../images/submenu/empresa.svg) center center no-repeat;
    background-size: contain
}

@media only screen and (max-width:767px) {

    .sub-menu__item--i-advisor .sub-menu__title,
    .sub-menu__item--i-advisor h6 {
        color: #00A6FA
    }
}

.sub-menu__item--i-advisor .sub-menu__icon {
    background: -webkit-gradient(linear, left top, left bottom, from(#00A6FA), to(#4D76F9));
    background: -webkit-linear-gradient(top, #00A6FA 0%, #4D76F9 100%);
    background: -o-linear-gradient(top, #00A6FA 0%, #4D76F9 100%);
    background: linear-gradient(-180deg, #00A6FA 0%, #4D76F9 100%)
}

.sub-menu__item--i-advisor .sub-menu__icon:before {
    background: transparent url(../images/submenu/asesoria.svg) center center no-repeat;
    background-size: contain
}

.sub-menu__item--i-invoicing .sub-menu__icon {
    background: #7091FA
}

.sub-menu__item--i-invoicing .sub-menu__icon:before {
    background: transparent url(../images/submenu/doc.svg) center center no-repeat;
    background-size: contain
}

.sub-menu__item--i-taxes .sub-menu__icon {
    background: #50E3C2
}

.sub-menu__item--i-taxes .sub-menu__icon:before {
    background: transparent url(../images/submenu/piece-of-paper.svg) center center no-repeat;
    background-size: contain
}

.sub-menu__item--i-stock-control .sub-menu__icon {
    background: #FFA864
}

.sub-menu__item--i-stock-control .sub-menu__icon:before {
    background: transparent url(../images/submenu/tag.svg) center center no-repeat;
    background-size: contain
}

.sub-menu__item--i-app-mobile .sub-menu__icon {
    background: #CB61CD
}

.sub-menu__item--i-app-mobile .sub-menu__icon:before {
    background: transparent url(../images/submenu/phone.svg) center center no-repeat;
    background-size: contain
}

.sub-menu__item--i-accounting .sub-menu__icon {
    background: #2767D1
}

.sub-menu__item--i-accounting .sub-menu__icon:before {
    background: transparent url(../images/submenu/calculator.svg) center center no-repeat;
    background-size: contain
}

.sub-menu__item--i-cost-control .sub-menu__icon {
    background: #D1277E
}

.sub-menu__item--i-cost-control .sub-menu__icon:before {
    background: transparent url(../images/submenu/expenses.svg) center center no-repeat;
    background-size: contain
}

.sub-menu__item--i-project-management .sub-menu__icon {
    background: #ECD170
}

.sub-menu__item--i-project-management .sub-menu__icon:before {
    background: transparent url(../images/submenu/clock.svg) center center no-repeat;
    background-size: contain
}

.sub-menu__item--i-destacados .sub-menu__icon {
    background: #707f91
}

.sub-menu__item--i-destacados .sub-menu__icon:before {
    background: transparent url(../images/submenu/destacados.html) center center no-repeat;
    background-size: contain
}

.sub-menu__item--i-videos .sub-menu__icon {
    background: #707f91
}

.sub-menu__item--i-videos .sub-menu__icon:before {
    background: transparent url(../images/submenu/video.html) center center no-repeat;
    background-size: contain
}

.sub-menu__item--i-descargables .sub-menu__icon {
    background: #707f91
}

.sub-menu__item--i-descargables .sub-menu__icon:before {
    background: transparent url(../images/submenu/downloadable.html) center center no-repeat;
    background-size: contain
}

.sub-menu__item--i-cost-webinars .sub-menu__icon {
    background: #707f91
}

.sub-menu__item--i-cost-webinars .sub-menu__icon:before {
    background: transparent url(../images/submenu/webinars.html) center center no-repeat;
    background-size: contain
}

.sub-menu__item--i-eventos .sub-menu__icon {
    background: #707f91
}

.sub-menu__item--i-eventos .sub-menu__icon:before {
    background: transparent url(../images/submenu/eventos.html) center center no-repeat;
    background-size: contain
}

.sub-menu__item--i-blog .sub-menu__icon {
    background: #707f91
}

.sub-menu__item--i-blog .sub-menu__icon:before {
    background: transparent url(../images/submenu/blog.html) center center no-repeat;
    background-size: contain
}

@media only screen and (min-width:768px) {
    .sub-menu__item--all {
        position: absolute;
        bottom: 1rem;
        right: 3rem;
        border-top: 0 !important
    }
}

@media only screen and (max-width:1199px) {
    .sub-menu__item--all {
        right: 2rem
    }
}

.sub-menu__item--all a:not(.btn) {
    font-family: "OpenSans", Helvetica, Arial, sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.5rem;
    color: #0ADEA0 !important;
    padding-left: 0;
    text-transform: none
}

.sub-menu__item--all a:not(.btn):after {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    content: "\e904";
    font-family: "icomoon";
    margin-left: .8rem
}

.sub-menu__item--all a:not(.btn):hover:after {
    margin-left: 1rem
}

.sub-menu__title {
    font-family: "gilroy", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 1.7rem
}

@media only screen and (min-width:1200px) {
    .submenu-two-columns.new-menu .sub-menu {
        width: 71.14rem;
        margin-left: -36rem
    }
}

@media only screen and (min-width:1200px) {
    .submenu-two-columns.new-menu .sub-menu ul li {
        width: 30.4rem
    }
}

@media only screen and (min-width:1200px) {
    .submenu-two-columns .sub-menu {
        width: 60.14rem;
        margin-left: -30rem
    }
}

@media only screen and (max-width:1199px) {
    .submenu-two-columns .sub-menu {
        position: relative
    }
}

.submenu-two-columns .sub-menu ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (max-width:1199px) {
    .submenu-two-columns .sub-menu ul li:not(.sub-menu__item--all) a {
        position: relative;
        padding-left: 0;
        padding-right: 3rem
    }
}

@media only screen and (max-width:1199px) {
    .submenu-two-columns .sub-menu ul li:not(.sub-menu__item--all) a:after {
        content: "\e905";
        font-family: 'icomoon';
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -1.3rem;
        font-size: .7rem;
        vertical-align: middle;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }
}

@media only screen and (max-width:1199px) {
    .submenu-two-columns .sub-menu .sub-menu__icon {
        display: none
    }
}

@media only screen and (max-width:1199px) {
    .has-submenu:not(.sub-menu-two-columns) ul {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.footer {
    background-color: #FBFCFD;
    padding: 5.2rem 0 2rem
}

@media only screen and (max-width:767px) {
    .footer {
        padding-top: 4rem
    }
}

.footer__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (max-width:1199px) {
    .footer__main {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media only screen and (max-width:1199px) {
    .footer__main>:nth-child(-n+3) {
        margin-bottom: 3rem
    }
}

@media only screen and (max-width:767px) {
    .footer__main>:nth-child(-n+3) {
        margin-bottom: 4rem
    }
}

.footer__main--indent {
    padding-bottom: 7.5rem
}

.footer__info-section {
    width: 25.9rem;
    margin-right: 0.8rem;
}

@media only screen and (max-width:1199px) {
    .footer__info-section {
        width: 25%
    }
}

@media only screen and (max-width:767px) {
    .footer__info-section {
        width: 100%;
        margin-right: 0
    }
}

.footer__info-section .btn--round {
    -webkit-box-shadow: 0 2px 4px 0 rgba(223, 230, 238, 0.5);
    box-shadow: 0 2px 4px 0 rgba(223, 230, 238, 0.5)
}

.footer__logo {
    margin-bottom: 3.5rem
}

.footer__contact-info h5 {
    margin-bottom: 1.1rem
}

@media only screen and (max-width:1199px) {
    .footer__nav {
        width: 25%;
        margin-right: 7.8rem
    }
}

@media only screen and (max-width:767px) {
    .footer__nav {
        width: 50%;
        margin-right: 0;
        padding-right: 2rem
    }
}

@media only screen and (max-width:1199px) {
    .footer__nav:nth-child(2n-1) {
        margin-right: 0
    }
}

@media only screen and (max-width:767px) {
    .footer__nav:nth-child(2n-1) {
        padding-right: 0
    }
}

.footer__nav h5 {
    margin-bottom: 2.5rem
}

@media only screen and (max-width:767px) {
    .footer__nav h5 {
        margin-bottom: 2rem
    }
}

.footer__nav ul {
    list-style: none;
    line-height: 2.2rem;
    margin: 0;
    padding: 0
}

.footer__nav ul li {
    padding-right: 1.5rem
}

.footer__nav ul li:not(:last-of-type) {
    margin-bottom: 1.5rem
}

.footer__nav ul li:last-of-type {
    padding-top: 1.5rem;
    border-top: 1px solid rgba(155, 168, 194, 0.21)
}

.footer__nav a {
    text-decoration: none;
    color: #a8b8d0
}

.footer__nav a:hover {
    color: #131e2d
}

.footer h5 {
    color: #637E9F;
    font-size: 16px;
}

.footer .phone {
    border-bottom: 1px solid rgba(155, 168, 194, 0.21);
    padding-bottom: 2rem;
    margin-bottom: 2rem
}

@media only screen and (max-width:767px) {
    .footer .phone {
        display: inline-block;
        padding-right: 2rem
    }
}

.footer-sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 4.7rem
}

@media only screen and (max-width:767px) {
    .footer-sub {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media only screen and (max-width:767px) {
    .footer-sub__right {
        margin-bottom: 4rem
    }
}

.footer-sub__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

@media only screen and (max-width:767px) {
    .footer-sub__left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.footer-sub__nav {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 2.2rem;
    margin-right: 5rem
}

@media only screen and (max-width:1199px) {
    .footer-sub__nav {
        margin-right: 3rem
    }
}

.footer-sub__nav li {
    display: inline-block
}

.footer-sub__nav li:not(:last-of-type) {
    margin-right: 3.7rem
}

@media only screen and (max-width:1199px) {
    .footer-sub__nav li:not(:last-of-type) {
        margin-right: 2rem
    }
}

.footer-sub__nav a {
    text-decoration: none;
    color: #a8b8d0
}

.footer-sub__nav a:hover {
    color: #131e2d
}

.footer-sub .btn-store {
    float: left
}

@media only screen and (max-width:1023px) {
    .footer-sub .btn-store {
        max-width: 10.1rem
    }
}

@media only screen and (max-width:767px) {
    .footer-sub .btn-store {
        max-width: 100%;
        float: none;
        display: block
    }
}

.footer-sub .btn-store:not(:last-of-type) {
    margin-right: 1rem
}

@media only screen and (max-width:767px) {
    .footer-sub .btn-store:not(:last-of-type) {
        margin-right: 0;
        margin-bottom: 1.5rem
    }
}

.footer-sub .btn-store img {
    max-width: 100%;
    max-height: 4.3rem
}

.footer-sub .copyright {
    font-size: 1.2rem;
    color: #849EBD;
    margin-bottom: 0
}

@media only screen and (max-width:1199px) {
    .footer-sub .copyright {
        font-size: 1.1rem
    }
}

@media only screen and (max-width:767px) {
    .footer-sub .copyright {
        margin-top: .5rem
    }
}

.footer__nav.about-footer-nav ul li:last-of-type {
    border-top: 0;
    padding-top: 0
}

.footer .about-footer-nav .phone {
    padding-top: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 2rem;
    border-top: 1px solid rgba(155, 168, 194, 0.21);
    border-bottom: 0
}

.footer .about-footer-nav .phone a:hover {
    color: #0adea0
}

.footer .about-footer-nav li.about_contact {
    display: none
}

.enisa-logo {
    max-width: 110px;
    width: 100%;
    margin: 4rem 0 0 0
}

.enisa-logo img {
    width: 100%;
    height: auto
}

.testimonials .testimonial {
    color: #637E9F;
    overflow: hidden;
    border-bottom: 1px solid #e9f1f6;
    margin-bottom: 2rem
}

.testimonials .testimonial__header img {
    width: 3.8rem !important;
    height: 3.8rem !important;
    margin-right: .9rem;
    float: left
}

.testimonials .testimonial__title {
    font-size: 1.6rem;
    color: #637E9F;
    line-height: normal;
    margin-bottom: 0
}

.testimonials .testimonial__subtitle {
    font-size: 1.1rem;
    text-transform: uppercase;
    line-height: normal;
    letter-spacing: .7px
}

.testimonials .testimonial__content {
    font-style: italic;
    font-weight: 300;
    letter-spacing: .03rem;
    line-height: 2.3rem;
    margin-bottom: 2.8rem
}

.testimonials .testimonial__company-logo {
    margin-bottom: 2rem
}

.testimonials .testimonial__company-logo img {
    max-width: 5rem;
    width: auto !important;
    max-height: 1.6rem
}

.testimonials-slider {
    max-width: 51.8rem;
    width: 51.8rem
}

@media only screen and (max-width:767px) {
    .testimonials-slider {
        max-width: 100%;
        width: 100%
    }
}

.testimonials-slider__range {
    margin: 5.2rem 2rem 3.9rem
}

@media only screen and (max-width:1199px) {
    .testimonials-slider__range {
        margin-top: 3.7rem;
        margin-bottom: 1.7rem
    }
}

.testimonials-slider__range.ui-widget.ui-widget-content {
    background: rgba(44, 198, 129, 0.1);
    border: none;
    border-radius: 1rem
}

.testimonials-slider__range.ui-slider .ui-slider-handle {
    height: 4.2rem;
    width: 4.2rem;
    border: none;
    border-radius: 50%;
    outline: none;
    background: #fff;
    -webkit-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.19);
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.19);
    text-align: center;
    color: #0ADEA0;
    cursor: pointer;
    top: -1.5rem;
    margin-left: -2.1rem
}

.testimonials-slider__range.ui-slider .ui-slider-handle:after {
    display: inline-block;
    content: "\e915";
    font-family: "icomoon";
    line-height: 4.2rem;
    font-size: 2rem
}

.testimonials-slider__range.ui-slider .ui-slider-handle.ui-state-active {
    background: #fff
}

.testimonials-slider .testimonial {
    background-color: #fff;
    -webkit-box-shadow: 0 5px 20px 0 rgba(161, 181, 197, 0.1);
    box-shadow: 0 5px 20px 0 rgba(161, 181, 197, 0.1);
    margin: 0 2rem 2rem
}

@media only screen and (max-width:767px) {
    .testimonials-slider .testimonial {
        margin: 0 .5rem .5rem
    }
}

.testimonials-slider .testimonial__header {
    position: relative
}

.testimonials-slider .testimonial__header img {
    max-width: 100%
}

.testimonials-slider .testimonial__header .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -4.6rem;
    margin-top: -4.6rem
}

@media only screen and (max-width:767px) {
    .testimonials-slider .testimonial__header .btn {
        margin-left: -2.3rem;
        margin-top: -2.3rem
    }
}

.testimonials-slider .testimonial__content {
    padding: 4rem 3rem 6rem
}

@media only screen and (max-width:767px) {
    .testimonials-slider .testimonial__content {
        padding: 2.5rem 1.9rem
    }
}

.testimonials-slider .testimonial__content h3 {
    font-size: 2.4rem;
    line-height: normal;
    margin-bottom: .5rem
}

@media only screen and (max-width:767px) {
    .testimonials-slider .testimonial__content h3 {
        font-size: 1.6rem;
        margin-bottom: 0
    }
}

.testimonials-slider .testimonial__content h4 {
    font-family: "OpenSans", Helvetica, Arial, sans-serif;
    font-size: 1.2rem;
    color: #8C8C8C;
    font-weight: 400;
    line-height: 1.7rem;
    text-transform: uppercase;
    margin-bottom: 2.2rem;
    letter-spacing: .1rem
}

@media only screen and (max-width:767px) {
    .testimonials-slider .testimonial__content h4 {
        font-size: 1rem;
        margin-bottom: 1rem
    }
}

.testimonials-slider .testimonial__content p {
    line-height: 2.7rem
}

@media only screen and (max-width:1199px) {
    .testimonials-slider .testimonial__content p {
        font-size: 1.7rem
    }
}

@media only screen and (max-width:767px) {
    .testimonials-slider .testimonial__content p {
        font-size: 1.3rem;
        line-height: 1.9rem;
        margin-bottom: 0
    }
}

.testimonials-sl-center__item {
    width: 67.5rem;
    margin: 0 auto;
    text-align: center
}

@media only screen and (max-width:767px) {
    .testimonials-sl-center__item {
        width: 100%;
        padding: 0 3rem
    }
}

.testimonials-sl-center__img {
    height: 9.1rem;
    width: 9.1rem;
    margin: 0 auto 1.5rem auto;
    border-radius: 50%
}

.testimonials-sl-center__text {
    font-style: italic;
    font-size: 1.9rem;
    line-height: 2.8rem;
    margin-bottom: 0
}

.testimonials-sl-center h4 {
    font-size: 1.8rem;
    line-height: 2.5rem;
    margin-bottom: 0
}

.testimonials-sl-center h5 {
    font-size: 1.4rem;
    line-height: 1.9rem;
    margin-bottom: 2rem
}

.testimonials-sl-center .owl-item {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    opacity: .5;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5)
}

.testimonials-sl-center .owl-item.center {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

@media only screen and (max-width:1199px) {
    .feature-block {
        text-align: center
    }
}

.feature-block__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 14rem;
    margin-bottom: 4.5rem
}

@media only screen and (max-width:767px) {
    .feature-block__image {
        height: auto;
        margin-bottom: 2rem
    }
}

.tax-models {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (min-width:1024px) {
    .tax-models {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media only screen and (max-width:1023px) {
    .tax-models {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media only screen and (min-width:1024px) {
    .tax-models:before {
        content: '';
        position: absolute;
        top: 4rem;
        left: 0;
        height: .1rem;
        width: 100%;
        background-color: rgba(255, 255, 255, 0.26)
    }
}

@media only screen and (max-width:1023px) {
    .tax-model {
        width: 40rem
    }
}

@media only screen and (max-width:767px) {
    .tax-model {
        width: 100%
    }
}

@media only screen and (min-width:1024px) {
    .tax-model:first-of-type {
        padding-left: 2.8rem
    }
}

@media only screen and (min-width:1024px) {
    .tax-model:last-of-type {
        padding-right: 2.8rem
    }
}

@media only screen and (max-width:1023px) {
    .tax-model:not(:last-of-type) {
        margin-bottom: 4rem
    }
}

.tax-model h3 {
    font-size: 2.4rem;
    line-height: 2.5rem;
    margin-bottom: 0;
    padding-bottom: 1.5rem
}

@media only screen and (max-width:1023px) {
    .tax-model h3 {
        border-bottom: 0.1rem solid rgba(255, 255, 255, 0.26)
    }
}

@media only screen and (max-width:767px) {
    .tax-model h3 {
        font-size: 1.4rem;
        line-height: 2.1rem;
        padding-bottom: 1rem
    }
}

.tax-model .list-icon {
    margin-top: 2.5rem
}

.tax-model .list-icon li:not(:last-of-type) {
    margin-bottom: 3rem
}

@media only screen and (max-width:767px) {
    .tax-model .list-icon li:not(:last-of-type) {
        margin-bottom: 2rem
    }
}

.team-card-wrapp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -1rem;
    margin-right: -1rem
}

.team-cards-wrap {
    width: 16.666666%;
    padding-left: 1rem;
    padding-right: 1rem
}

@media only screen and (max-width:1199px) {
    .team-cards-wrap {
        width: 25%
    }
}

@media only screen and (max-width:767px) {
    .team-cards-wrap {
        width: 50%
    }
}

.team-card {
    border-radius: .3rem;
    margin-top: 5rem;
    -webkit-box-shadow: 0 0.1rem 0.3rem 0 rgba(192, 205, 211, 0.24);
    box-shadow: 0 0.1rem 0.3rem 0 rgba(192, 205, 211, 0.24)
}

@media only screen and (max-width:1199px) {
    .team-card {
        margin-top: 1.5rem
    }
}

.team-card:hover {
    background-size: cover;
    max-width: 100%
}

.team-card:hover img {
    visibility: hidden;
    opacity: 0
}

@media only screen and (min-width:576px) {
    .team-card:nth-child(-n+2) {
        margin-top: 0
    }
}

@media only screen and (min-width:768px) {
    .team-card:nth-child(-n+4) {
        margin-top: 0
    }
}

@media only screen and (min-width:1024px) {
    .team-card:nth-child(-n+5) {
        margin-top: 0
    }
}

@media only screen and (min-width:1200px) {
    .team-card:nth-child(-n+6) {
        margin-top: 0
    }
}

.team-card__img {
    background-size: 100%
}

@media only screen and (max-width:767px) {
    .team-card__img {
        max-height: 18.5rem;
        overflow: hidden
    }
}

.team-card__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.5rem 1.9rem
}

.team-card__info-social a {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    text-decoration: none;
    color: #2A4D76;
    opacity: .3;
    padding: .5rem;
    padding-right: 0
}

.team-card__info-social a:hover {
    opacity: 1
}

.team-card__info-social a i {
    font-size: 1.2rem
}

.team-card img {
    max-width: 100%
}

@media only screen and (max-width:767px) {
    .team-card img {
        width: 100%;
        max-width: none
    }
}

.team-card h3 {
    font-size: 1.3rem;
    line-height: 1.9rem;
    margin-bottom: 0
}

.team-card h4 {
    font-family: "OpenSans", Helvetica, Arial, sans-serif;
    font-size: 1.2rem;
    color: #9BA3AD;
    font-weight: 600;
    line-height: 1.7rem
}

.address-card {
    position: relative;
    background-color: #fff;
    border-radius: .6rem;
    -webkit-box-shadow: 0 1rem 3.8rem 0 rgba(7, 13, 13, 0.22);
    box-shadow: 0 1rem 3.8rem 0 rgba(7, 13, 13, 0.22);
    padding: 2rem 2.4rem;
    max-width: 27rem;
    margin-bottom: 5.5rem
}

@media only screen and (max-width:767px) {
    .address-card {
        max-width: 100%;
        width: 100%
    }
}

.address-card:after {
    content: '';
    position: absolute;
    top: 100%;
    right: 1.2rem;
    margin-top: -2.5rem;
    height: 7.6rem;
    width: 7.6rem;
    background: transparent url(../images/about-us/logo-square.png) 0 0 no-repeat
}

@media only screen and (max-width:767px) {
    .address-card:after {
        display: none;
        margin-bottom: 0
    }
}

.address-card__header {
    border-bottom: .1rem solid #F0F0F0;
    margin-bottom: .5rem
}

.address-card__header h5 {
    text-transform: uppercase;
    font-size: 1.2rem;
    line-height: 1.7rem;
    font-weight: 700
}

.address-card__content {
    color: #18283b
}

.address-card__content h4 {
    font-family: "OpenSans", Helvetica, Arial, sans-serif;
    font-size: 1.9rem;
    font-weight: 600;
    line-height: 2.6rem;
    margin-bottom: .3rem
}

@media only screen and (max-width:767px) {
    .address-card__content h4 {
        font-size: 1.4rem;
        line-height: 1.9rem;
        margin-top: 1rem;
        margin-bottom: 0
    }
}

.address-card__content p {
    margin-bottom: 0
}

.address-card--logo-top {
    margin-bottom: 0;
    margin-top: 5.5rem
}

@media only screen and (max-width:767px) {
    .address-card--logo-top {
        margin-top: 0
    }
}

.address-card--logo-top:after {
    top: auto;
    right: auto;
    bottom: 100%;
    left: 1.2rem;
    margin-top: 0;
    margin-bottom: -2.5rem
}

.address-card a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.contact-info {
    font-size: 1.9rem;
    line-height: 2.6rem
}

@media only screen and (max-width:767px) {
    .contact-info {
        font-size: 1.4rem;
        line-height: 1.9rem
    }
}

.contact-info__item:not(:last-of-type) {
    margin-bottom: 2rem
}

@media only screen and (max-width:767px) {
    .contact-info__item>.row>div:nth-child(2n) {
        text-align: right
    }
}

.contact-info--text-white a:not(.btn),
.contact-info--text-white h5 {
    color: #fff
}

.contact-info h5 {
    text-transform: uppercase;
    font-size: 1.2rem;
    line-height: 1.7rem;
    font-weight: 700;
    margin-bottom: 0
}

.contact-info a {
    text-decoration: none
}

.contact-info a:hover {
    color: #fff;
    text-decoration: underline
}

.contact-info .devider {
    opacity: .3;
    margin-top: 4.8rem;
    margin-bottom: 4rem
}

@media only screen and (max-width:767px) {
    .contact-info .devider {
        margin: 3rem 0
    }
}

@media only screen and (max-width:767px) {
    .contact-info .social li:not(:last-of-type) {
        margin-right: .8rem
    }
}

.vertical-slider {
    position: relative;
    max-width: 70rem;
    margin: 0 auto
}

@media only screen and (max-width:1199px) {
    .vertical-slider {
        max-width: 60rem
    }
}

.vertical-slider__item {
    position: relative;
    border-radius: .7rem
}

@media only screen and (max-width:767px) {
    .vertical-slider__item {
        margin-right: 10px;
        margin-left: 10px
    }
}

.vertical-slider__item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.2)
}

.vertical-slider__item img {
    display: block;
    margin: 1.5rem auto;
    border-radius: .7rem;
    max-width: 67rem;
    -webkit-box-shadow: 0 0.3rem 1rem 0 #748992;
    box-shadow: 0 0.3rem 1rem 0 #748992
}

@media only screen and (max-width:1199px) {
    .vertical-slider__item img {
        max-width: 100%
    }
}

@media only screen and (max-width:767px) {
    .vertical-slider__item img {
        border-radius: .3rem
    }
}

.vertical-slider__controls {
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -.9rem
}

@media only screen and (max-width:1199px) {
    .vertical-slider__controls {
        margin-left: 2rem
    }
}

@media only screen and (max-width:767px) {
    .vertical-slider__controls {
        display: none
    }
}

.vertical-slider__controls .arrow-down,
.vertical-slider__controls .arrow-up {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    left: 0;
    width: 100%;
    color: #D1DDE8;
    font-size: 1.2rem;
    cursor: pointer;
    text-align: center
}

.vertical-slider__controls .arrow-down:hover:not(.disabled),
.vertical-slider__controls .arrow-up:hover:not(.disabled) {
    color: #3AC98B
}

.vertical-slider__controls .arrow-down:hover:not(.disabled):before,
.vertical-slider__controls .arrow-up:hover:not(.disabled):before {
    display: inline-block
}

.vertical-slider__controls .arrow-down:before,
.vertical-slider__controls .arrow-up:before {
    font-family: 'icomoon';
    display: inline-block;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.vertical-slider__controls .arrow-up {
    bottom: 100%
}

.vertical-slider__controls .arrow-up:before {
    content: '\e902'
}

.vertical-slider__controls .arrow-up:hover:not(.disabled):before {
    content: '\e901';
    margin-bottom: 1.3rem
}

.vertical-slider__controls .arrow-down {
    top: 100%
}

.vertical-slider__controls .arrow-down:before {
    content: '\e904'
}

.vertical-slider__controls .arrow-down:hover:not(.disabled):before {
    content: '\e903';
    margin-top: 1.3rem
}

.vertical-slider__count {
    font-size: 1.3rem;
    line-height: 1.8rem;
    font-weight: 600;
    color: #18283b
}

.vertical-slider .slick-slide {
    border: none;
    outline: none
}

.pricing-card-wrapp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (max-width:1199px) {
    .pricing-card-wrapp {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media only screen and (max-width:1023px) {
    .pricing-card-wrapp {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media only screen and (max-width:767px) {
    .pricing-card-wrapp {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.pricing-card {
    position: relative;
    background-color: #fff;
    border: 0.1rem solid #DBE2EC;
    border-radius: .5rem;
    width: 100%;
    max-width: 29.7rem;
    padding-bottom: 12rem
}

@media only screen and (max-width:1199px) {
    .pricing-card {
        max-width: 34.5rem;
        margin: 1.5rem
    }
}

@media only screen and (max-width:1023px) {
    .pricing-card {
        margin: 1rem 0
    }
}

@media only screen and (max-width:767px) {
    .pricing-card {
        margin: 2rem 0;
        padding-bottom: 3rem
    }
}

.pricing-card__header {
    -webkit-transition: visibility 0.4s;
    -o-transition: visibility 0.4s;
    transition: visibility 0.4s;
    position: relative;
    text-align: center;
    padding: 4rem 3.8rem 3.5rem;
    margin-bottom: .5rem;
    border-bottom: 0.1rem solid #DBE2EC;
    min-height: 30.3rem
}

.pricing-card__header h3 {
    font-size: 2.6rem;
    line-height: 3.7rem;
    margin-bottom: 0
}

.pricing-card__header .subtitle {
    font-size: 1.4rem;
    line-height: 2.1rem;
    margin-bottom: 0
}

.pricing-card__header .badge {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.pricing-card__header .info {
    margin-top: 3.3rem;
    font-size: 2.5rem;
    line-height: 3.6rem;
    font-weight: 600;
    text-transform: uppercase
}

.pricing-card__subprice {
    font-family: "Sailec", Helvetica, Arial, sans-serif;
    font-size: 1.3rem;
    color: #BFC9D5;
    font-weight: 500;
    line-height: 1.9rem;
    display: inline-block;
    border-top: .1rem solid #F8FAFD;
    padding: .9rem .2rem
}

.pricing-card__subprice p {
    margin-bottom: 0
}

.pricing-card__content {
    padding: 3rem 3rem 0
}

.pricing-card__content h5 {
    font-size: 1.4rem;
    line-height: 2.1rem;
    margin-bottom: 1.5rem
}

.pricing-card__content p {
    margin-bottom: 0
}

.pricing-card__content .btn-sme,
.pricing-card__content .btn[type=submit] {
    position: absolute;
    bottom: 3rem;
    left: 3rem;
    width: 23.5rem
}

@media only screen and (max-width:1199px) {

    .pricing-card__content .btn-sme,
    .pricing-card__content .btn[type=submit] {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 29.3rem
    }
}

@media only screen and (max-width:767px) {

    .pricing-card__content .btn-sme,
    .pricing-card__content .btn[type=submit] {
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        width: 100%;
        margin-top: 2rem
    }
}

.pricing-card__content .btn-link--show-more {
    padding-left: 0
}

.pricing-card__capabilities .list-icon__item--cancel {
    color: rgba(107, 122, 140, 0.4)
}

.pricing-card--freelancer h3 {
    color: #7a7edd
}

.pricing-card--freelancer .price__discount:before {
    background: transparent url(../images/pricing/freelancer-disc.svg) top center no-repeat
}

.pricing-card--freelancer .price__discount:after {
    background: transparent url(../images/pricing/freelancer-disc-rad.svg) top center no-repeat
}

.pricing-card--adviser {
    border-color: #3ed69c
}

.pricing-card--adviser h3 {
    color: #3ed69c
}

.pricing-card--adviser .price__discount:before {
    background: transparent url(../images/pricing/adviser-disc.svg) top center no-repeat
}

.pricing-card--adviser .price__discount:after {
    background: transparent url(../images/pricing/adviser-disc-rad.svg) top center no-repeat
}

.pricing-card--enterprise h3 {
    color: #CD2F8B
}

.pricing-card--enterprise .price__discount:before {
    background: transparent url(../images/pricing/enterprise-disc.svg) top center no-repeat
}

.pricing-card--enterprise .price__discount:after {
    background: transparent url(../images/pricing/enterprise-disc-rad.svg) top center no-repeat
}

.pricing-card--sme {
    border-color: #5781DA
}

@media only screen and (min-width:1200px) {
    .pricing-card--sme {
        margin-left: 3rem
    }
}

.pricing-card--sme .info,
.pricing-card--sme h3 {
    color: #5781DA
}

.pricing-card--header-fixed .pricing-card__header {
    position: fixed;
    top: 0;
    background-color: #fff;
    z-index: 12
}

.pricing-card--header-fixed .pricing-card__header .badge {
    display: none
}

.pricing-card--header-fixed .pricing-card__content {
    margin-top: 30.3rem
}

.pricing-card .price {
    position: relative;
    display: inline-block;
    color: #2A4D76;
    margin-top: 2rem
}

.pricing-card .price:after {
    display: block;
    clear: both;
    content: ""
}

.pricing-card .price__units,
.pricing-card .price__val {
    display: inline-block
}

.pricing-card .price__val {
    font-size: 6rem;
    line-height: 9rem
}

@media only screen and (max-width:767px) {
    .pricing-card .price__val {
        font-size: 5rem;
        line-height: 7rem
    }
}

.pricing-card .price__units {
    position: relative
}

.pricing-card .price__currency,
.pricing-card .price__period {
    display: block;
    text-align: left
}

.pricing-card .price__currency {
    font-size: 2.6rem;
    line-height: 3.6rem
}

.pricing-card .price__period {
    font-size: 1.4rem;
    line-height: 1.6rem;
    font-weight: 600;
    opacity: .3;
    max-width: 5rem
}

.pricing-card .price__discount {
    font-family: "Sailec", Helvetica, Arial, sans-serif;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.9rem;
    position: absolute;
    top: 0;
    left: 100%;
    margin-left: -2.5rem
}

.pricing-card .price__discount:after,
.pricing-card .price__discount:before {
    content: '';
    position: absolute
}

.pricing-card .price__discount:before {
    top: 50%;
    right: 50%;
    margin-top: -.5rem;
    width: 6rem;
    height: 1rem;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%)
}

.pricing-card .price__discount:after {
    top: 100%;
    right: 50%;
    margin-right: -2rem;
    width: 1.6rem;
    height: 2.8rem
}

.pricing-card .list-icon {
    margin-top: 0;
    margin-bottom: 3.5rem;
    padding-left: 2.6rem
}

.pricing-card .list-icon b {
    color: #194E79
}

.pricing-card .list-icon a {
    color: inherit
}

.pricing-card .list-icon li:not(:last-of-type) {
    margin-bottom: 1.5rem
}

.pricing-card .add-on:not(:last-of-type) {
    margin-bottom: 1.5rem
}

.pricing-card .add-on:last-of-type .list-icon {
    margin-bottom: 0
}

.pricing-card .add-on__controls {
    font-size: 1.4rem;
    line-height: 1.9rem;
    color: #2F5179
}

.pricing-card .add-on__controls h5 {
    color: #7a7edd;
    margin-bottom: 0
}

.pricing-card .add-on__controls .switch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.pricing-card .add-on__content {
    margin-top: 1.5rem
}

@media only screen and (max-width:767px) {
    .pricing-card .add-on__content {
        display: none !important
    }
}

.pricing-card .add-on__content h4 {
    color: #2A4D76;
    font-size: 1.5rem;
    line-height: 2.5rem;
    margin-bottom: 1.8rem
}

.pricing-card .add-on__content h4 span {
    color: #3ed69c
}

@media only screen and (max-width:767px) {
    .pricing-card .content-wrap {
        display: none
    }
}

.pricing-card .card-tooltip {
    text-decoration: underline
}

.switch {
    display: inline-block
}

.switch input[type=checkbox] {
    height: 0;
    width: 0;
    visibility: hidden
}

.switch label {
    cursor: pointer;
    text-indent: -999rem;
    width: 5.2rem;
    height: 2.8rem;
    background: #D0D6DD;
    display: block;
    border-radius: 1.6rem;
    position: relative;
    margin-bottom: 0
}

.switch label:after {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    content: '';
    position: absolute;
    top: .2rem;
    left: .2rem;
    width: 2.4rem;
    height: 2.4rem;
    background: #fff;
    border-radius: 50%
}

.switch input:checked+label {
    background: -webkit-linear-gradient(315deg, #3AC98B 0%, #0ADEA0 100%);
    background: -o-linear-gradient(315deg, #3AC98B 0%, #0ADEA0 100%);
    background: linear-gradient(-225deg, #3AC98B 0%, #0ADEA0 100%)
}

.switch input:checked+label:after {
    left: calc(100% - .2rem);
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

.posts-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (max-width:575px) {
    .posts-list {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.posts-list__item {
    margin-top: 6rem;
    width: 22rem
}

@media only screen and (max-width:767px) {
    .posts-list__item {
        margin-top: 4rem
    }
}

@media only screen and (max-width:575px) {
    .posts-list__item {
        width: 100%
    }
}

@media only screen and (min-width:768px) {
    .posts-list__item:nth-child(-n+3) {
        margin-top: 0
    }
}

@media only screen and (min-width:576px) {
    .posts-list__item:nth-child(-n+2) {
        margin-top: 0
    }
}

@media only screen and (max-width:575px) {
    .posts-list__item:first-child {
        margin-top: 0
    }
}

.posts-list__item h5 {
    font-family: "Sailec", Helvetica, Arial, sans-serif;
    font-weight: 500;
    margin-bottom: 1rem
}

.posts-list__item ul {
    list-style: none;
    margin-bottom: 0;
    padding: 0
}

.posts-list__item ul li:not(:last-of-type) {
    margin-bottom: 1.3rem
}

@media only screen and (max-width:767px) {
    .posts-list__item ul li:not(:last-of-type) {
        margin-bottom: 1rem
    }
}

.posts-list__item ul li a {
    text-decoration: none
}

.anim-img {
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    text-align: center;
    opacity: 1
}

.home #anim-intro {
    width: 81.4rem;
    height: 56rem
}

@media only screen and (max-width:1199px) {
    .home #anim-intro {
        width: 66rem;
        height: auto
    }
}

@media only screen and (max-width:767px) {
    .home #anim-intro {
        width: 100%
    }
}

.home #anim-feature1 {
    width: 91.5rem;
    margin-left: -9.4rem
}

@media only screen and (max-width:1199px) {
    .home #anim-feature1 {
        width: 58.1rem
    }
}

@media only screen and (max-width:767px) {
    .home #anim-feature1 {
        width: 100%;
        margin-left: 0
    }
}

.home #anim-feature4 {
    width: 72.5rem
}

@media only screen and (max-width:1199px) {
    .home #anim-feature4 {
        width: 40.8rem
    }
}

@media only screen and (max-width:767px) {
    .home #anim-feature4 {
        width: 100%;
        margin: 0 auto
    }
}

.page-template-freelancer #anim-benefit1 {
    width: 60rem
}

@media only screen and (max-width:1199px) {
    .page-template-freelancer #anim-benefit1 {
        width: 100%;
        max-width: 60rem
    }
}

.page-template-freelancer #anim-benefit2 {
    width: 73.1rem
}

@media only screen and (max-width:1199px) {
    .page-template-freelancer #anim-benefit2 {
        width: 100%;
        max-width: 73.1rem
    }
}

.page-template-freelancer #anim-feature1 {
    width: 81.2rem
}

@media only screen and (max-width:1199px) {
    .page-template-freelancer #anim-feature1 {
        width: 100%;
        max-width: 81.2rem
    }
}

.page-template-freelancer #anim-feature2 {
    max-width: 60.4rem
}

.page-template-freelancer #anim-feature3 {
    max-width: 46.2rem
}

.page-template-freelancer #anim-feature4 {
    max-width: 49.1rem
}

.page-template-freelancer #anim-feature5 {
    max-width: 30.2rem
}

.page-template-sme #anim-benefit1 {
    width: 55.9rem
}

@media only screen and (max-width:1199px) {
    .page-template-sme #anim-benefit1 {
        width: 100%;
        max-width: 55.9rem
    }
}

.page-template-sme #anim-benefit2 {
    max-width: 55.1rem
}

.page-template-sme #anim-benefit3 {
    width: 83.1rem
}

@media only screen and (max-width:1199px) {
    .page-template-sme #anim-benefit3 {
        width: 100%;
        max-width: 83.1rem
    }
}

.page-template-sme #anim-feature1 {
    width: 84.5rem
}

@media only screen and (max-width:1199px) {
    .page-template-sme #anim-feature1 {
        width: 100%;
        max-width: 84.5rem
    }
}

.page-template-sme #anim-feature2 {
    width: 67.3rem
}

@media only screen and (max-width:1199px) {
    .page-template-sme #anim-feature2 {
        width: 100%;
        max-width: 67.3rem
    }
}

.page-template-sme #anim-feature3 {
    width: 66.4rem
}

@media only screen and (max-width:1199px) {
    .page-template-sme #anim-feature3 {
        width: 100%;
        max-width: 66.4rem
    }
}

.page-template-sme #anim-feature4 {
    max-width: 63.1rem
}

.page-template-sme #anim-feature5 {
    max-width: 58.7rem
}

.page-template-sme #anim-add-on1,
.page-template-sme #anim-add-on2 {
    max-width: 22.2rem
}

.page-template-advisor #anim-feature1 {
    width: 45.3rem
}

@media only screen and (max-width:1199px) {
    .page-template-advisor #anim-feature1 {
        width: 100%;
        max-width: 45.3rem
    }
}

.page-template-advisor #anim-tax1 {
    width: 71.5rem
}

@media only screen and (max-width:1199px) {
    .page-template-advisor #anim-tax1 {
        width: 100%;
        max-width: 71.5rem
    }
}

.page-template-advisor #anim-tax2 {
    width: 50rem;
    margin: 0 auto
}

@media only screen and (max-width:1199px) {
    .page-template-advisor #anim-tax2 {
        width: 100%;
        max-width: 50rem
    }
}

.page-template-advisor #anim-loyalty2 {
    max-width: 62.7rem
}

.page-template-invoicing #anim-intro {
    max-width: 66.8rem;
    margin-right: auto;
    margin-left: auto
}

@media only screen and (min-width:1200px) {
    .page-template-invoicing #anim-intro {
        min-height: 45rem
    }
}

.page-template-invoicing #anim-feature1 {
    max-width: 50.5rem;
    margin-right: auto;
    margin-left: auto
}

.page-template-invoicing #anim-simplest-way {
    width: 89.6rem
}

@media only screen and (max-width:1199px) {
    .page-template-invoicing #anim-simplest-way {
        width: 100%;
        max-width: 89.6rem
    }
}

.page-template-why-anfix #anim-argument1 {
    max-width: 56.3rem
}

@media only screen and (max-width:1199px) {
    .page-template-why-anfix #anim-argument1 {
        margin-right: auto;
        margin-left: auto
    }
}

.page-template-why-anfix #anim-argument2 {
    max-width: 56rem
}

@media only screen and (max-width:1199px) {
    .page-template-why-anfix #anim-argument2 {
        margin-right: auto;
        margin-left: auto
    }
}

.page-template-why-anfix #anim-innovation {
    width: 59rem
}

@media only screen and (max-width:1199px) {
    .page-template-why-anfix #anim-innovation {
        margin-right: auto;
        margin-left: auto
    }
}

.page-template-taxes #anim-intro {
    max-width: 60.3rem;
    margin-right: auto;
    margin-left: auto
}

@media only screen and (min-width:1200px) {
    .page-template-taxes #anim-intro {
        min-height: 48.2rem
    }
}

.page-template-taxes #anim-feature1 {
    max-width: 46rem
}

.page-template-taxes #anim-perfect1 {
    max-width: 49.5rem;
    margin-right: auto;
    margin-left: auto
}

.page-template-taxes #anim-taxes1 {
    max-width: 32.9rem;
    margin-right: auto;
    margin-left: auto
}

.page-template-app-mobile #anim-feature1,
.page-template-app-mobile #anim-feature2,
.page-template-app-mobile #anim-feature3,
.page-template-app-mobile #anim-feature4,
.page-template-app-mobile #anim-feature5,
.page-template-app-mobile #anim-intro,
.page-template-app-mobile #anim-watch1,
.page-template-app-mobile #anim-watch2,
.page-template-app-mobile #anim-watch3 {
    margin-right: auto;
    margin-left: auto
}

.page-template-app-mobile #anim-intro {
    max-width: 49.4rem
}

@media only screen and (min-width:1200px) {
    .page-template-app-mobile #anim-intro {
        min-height: 58rem
    }
}

.page-template-app-mobile #anim-feature1,
.page-template-app-mobile #anim-feature2 {
    max-width: 38.9rem
}

.page-template-app-mobile #anim-feature3 {
    max-width: 48.7rem
}

.page-template-app-mobile #anim-feature4 {
    max-width: 54.2rem
}

.page-template-app-mobile #anim-feature5 {
    max-width: 58.6rem
}

.page-template-app-mobile #anim-watch1,
.page-template-app-mobile #anim-watch2,
.page-template-app-mobile #anim-watch3 {
    max-width: 20.2rem
}

.page-template-stock-control #anim-feature1,
.page-template-stock-control #anim-feature3,
.page-template-stock-control #anim-intro {
    margin-right: auto;
    margin-left: auto
}

.page-template-stock-control #anim-intro {
    max-width: 60.3rem
}

@media only screen and (min-width:1200px) {
    .page-template-stock-control #anim-intro {
        min-height: 43rem
    }
}

.page-template-stock-control #anim-feature1 {
    max-width: 62.6rem
}

.page-template-stock-control #anim-automate1,
.page-template-stock-control #anim-feature2 {
    width: 66.4rem
}

@media only screen and (max-width:1199px) {

    .page-template-stock-control #anim-automate1,
    .page-template-stock-control #anim-feature2 {
        width: 100%;
        max-width: 66.4rem
    }
}

.page-template-stock-control #anim-feature3 {
    max-width: 66rem
}

.page-template-stock-control #anim-manage1 {
    max-width: 52rem
}

@media only screen and (max-width:1199px) {
    .page-template-stock-control #anim-manage1 {
        margin-right: auto;
        margin-left: auto
    }
}

.page-template-stock-control #anim-manage2 {
    width: 56.5rem
}

@media only screen and (max-width:1199px) {
    .page-template-stock-control #anim-manage2 {
        width: 100%;
        max-width: 56.5rem
    }
}

.page-template-project-management #anim-feature1,
.page-template-project-management #anim-feature2,
.page-template-project-management #anim-feature3,
.page-template-project-management #anim-feature4,
.page-template-project-management #anim-intro {
    margin-right: auto;
    margin-left: auto
}

.page-template-project-management #anim-intro {
    max-width: 60.3rem
}

@media only screen and (min-width:1200px) {
    .page-template-project-management #anim-intro {
        min-height: 43rem
    }
}

.page-template-project-management #anim-feature1 {
    max-width: 62.6rem
}

.page-template-project-management #anim-feature2 {
    max-width: 43.4rem
}

.page-template-project-management #anim-feature3 {
    max-width: 62.9rem
}

.page-template-project-management #anim-feature4 {
    max-width: 62.5rem
}

.page-template-project-management #anim-automate1 {
    width: 66.4rem
}

@media only screen and (max-width:1199px) {
    .page-template-project-management #anim-automate1 {
        width: 100%;
        max-width: 66.4rem
    }
}

.page-template-project-management #anim-real-time {
    width: 63.2rem
}

@media only screen and (max-width:1199px) {
    .page-template-project-management #anim-real-time {
        width: 100%;
        max-width: 63.2rem
    }
}

.page-template-accounting #anim-automate1,
.page-template-accounting #anim-automate2,
.page-template-accounting #anim-automate3,
.page-template-accounting #anim-feature1,
.page-template-accounting #anim-intro {
    margin-right: auto;
    margin-left: auto
}

.page-template-accounting #anim-intro {
    max-width: 100.12rem
}

@media only screen and (min-width:1200px) {
    .page-template-accounting #anim-intro {
        min-height: 40rem
    }
}

.page-template-accounting #anim-feature1 {
    width: 58.7rem
}

@media only screen and (max-width:1199px) {
    .page-template-accounting #anim-feature1 {
        width: 100%;
        max-width: 58.7rem
    }
}

.page-template-accounting #anim-automate1 {
    width: 66.4rem
}

@media only screen and (max-width:1199px) {
    .page-template-accounting #anim-automate1 {
        width: 100%;
        max-width: 66.4rem
    }
}

.page-template-accounting #anim-automate2 {
    width: 57.2rem
}

@media only screen and (max-width:1199px) {
    .page-template-accounting #anim-automate2 {
        width: 100%;
        max-width: 57.2rem
    }
}

.page-template-accounting #anim-automate3 {
    max-width: 49.2rem
}

.page-template-cost-control #anim-app,
.page-template-cost-control #anim-info1,
.page-template-cost-control #anim-info2,
.page-template-cost-control #anim-info3,
.page-template-cost-control #anim-intro {
    margin-right: auto;
    margin-left: auto
}

.page-template-cost-control #anim-intro {
    max-width: 68.5rem
}

@media only screen and (min-width:1200px) {
    .page-template-cost-control #anim-intro {
        min-height: 49rem
    }
}

.page-template-cost-control #anim-step1 {
    max-width: 39.3rem
}

.page-template-cost-control #anim-step2 {
    max-width: 50.5rem
}

.page-template-cost-control #anim-step3 {
    max-width: 65.6rem
}

.page-template-cost-control #anim-info1 {
    width: 54.4rem
}

@media only screen and (max-width:1199px) {
    .page-template-cost-control #anim-info1 {
        width: 100%;
        max-width: 54.4rem
    }
}

.page-template-cost-control #anim-info2 {
    max-width: 27.6rem
}

.page-template-cost-control #anim-info3 {
    max-width: 35.5rem
}

.page-template-cost-control #anim-app {
    max-width: 62.5rem
}

@media only screen and (min-width:1520px) {
    .home .header__nav .nav--white a:not(.btn) {
        color: #18283b
    }
}

.home .section--intro {
    background: transparent url(../images/home/intro-bg.svg) top right no-repeat
}

@media only screen and (min-width:2001px) {
    .home .section--intro {
        background: transparent url(../images/home/intro-bg-v2.svg) 100% -12rem no-repeat
    }
}

@media only screen and (max-width:1199px) {
    .home .section--intro {
        background-size: 34rem
    }
}

@media only screen and (max-width:767px) {
    .home .section--intro {
        background: transparent url(../images/home/intro-bg-mobile.svg) top right no-repeat
    }
}

.home .section--benefits {
    background: transparent url(../images/home/benefits-bg.svg) 0 17rem no-repeat
}

@media only screen and (max-width:1199px) {
    .home .section--benefits {
        background-size: 44%
    }
}

@media only screen and (max-width:767px) {
    .home .section--benefits {
        background: none
    }
}

.home .section--features {
    background: transparent url(../images/home/feature-bg.svg) 0 5rem no-repeat;
    background-size: 100%
}

@media only screen and (max-width:1199px) {
    .home .section--features {
        background-size: 100%;
        background-position: 0 40rem
    }
}

@media only screen and (max-width:1199px) {
    .home .section--features {
        background: none
    }
}

@media only screen and (max-width:1199px) {
    .home .section--features .section__block:first-of-type .section__image img {
        max-width: 58.1rem
    }
}

@media only screen and (max-width:1199px) {
    .home .section--features .section__block:last-of-type .section__image img {
        max-width: 40.8rem
    }
}

@media only screen and (max-width:767px) {
    .home .section--features .list__icon {
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -1.1rem
    }
}

@media only screen and (max-width:1199px) {
    .home .section--features .list__icon img {
        max-width: none
    }
}

@media only screen and (max-width:767px) {
    .home .section--features .list--two-columns li {
        position: relative;
        padding-left: 3rem
    }
}

.home .section--testimonials {
    padding-bottom: 4rem
}

@media only screen and (max-width:1199px) {
    .home .section--testimonials {
        padding-bottom: 2rem
    }
}

#implementation .title {
    margin-bottom: 8.5rem
}

@media only screen and (max-width:1199px) {
    #implementation .title {
        margin-bottom: 4rem
    }
}

@media only screen and (min-width:1200px) {
    #reliability {
        background: transparent url(../images/why-anfix/reliability-bg.svg) top right no-repeat;
        padding-top: 19rem;
        margin-top: -19rem
    }
}

.page-template-freelancer .section--intro .section__image:after {
    background: -webkit-linear-gradient(315deg, rgba(136, 58, 201, 0) 0%, #5D0ADE 98%);
    background: -o-linear-gradient(315deg, rgba(136, 58, 201, 0) 0%, #5D0ADE 98%);
    background: linear-gradient(-225deg, rgba(136, 58, 201, 0) 0%, #5D0ADE 98%)
}

@media only screen and (min-width:1200px) {
    .page-template-freelancer .section--benefits {
        background: transparent url(../images/freelancer/benefits-bg.svg) top center no-repeat;
        background-size: 100%;
        padding-bottom: 54rem
    }
}

@media only screen and (min-width:1200px) {
    .page-template-freelancer .section--highlight {
        margin-top: -40rem
    }
}

.page-template-freelancer .section--features {
    background: transparent url(../images/freelancer/fr_bg.jpg) top center no-repeat;
    background-size: 100% 100%;
    position: relative;
    padding-top: 25rem;
    padding-bottom: 17rem;
    margin-top: -23rem;
    margin-bottom: 14rem
}

@media only screen and (max-width:1199px) {
    .page-template-freelancer .section--features {
        margin-top: -5rem;
        margin-bottom: 10rem;
        padding-bottom: 9rem;
        background-size: cover
    }
}

@media only screen and (max-width:767px) {
    .page-template-freelancer .section--features {
        padding-top: 13.5rem
    }
}

.page-template-freelancer .section--features:after,
.page-template-freelancer .section--features:before {
    content: '';
    position: absolute;
    left: -1%;
    height: 100%;
    z-index: 4
}

.page-template-freelancer .section--features:before {
    top: -.1rem;
    width: 102%;
    background: transparent url(../images/freelancer/fr_top.svg) top left no-repeat;
    background-size: contain
}

.page-template-freelancer .section--features:after {
    bottom: -.1rem;
    width: 102%;
    background: transparent url(../images/freelancer/fr_bottom.svg) center bottom no-repeat;
    background-size: contain
}

.page-template-freelancer .section--features>.container {
    position: relative;
    z-index: 12
}

@media only screen and (min-width:2200px) {
    .page-template-freelancer .section--features>.container {
        margin-top: 10rem
    }
}

@media only screen and (max-width:767px) {

    .page-template-freelancer .section .list--default,
    .page-template-freelancer .section .list-icon {
        margin-bottom: 0
    }
}

.page-template-freelancer .section .btn--read-more,
.page-template-freelancer .section .btn--read-more-v2 {
    margin-bottom: 0
}

.page-template-advisor .section--intro .section__image:after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 166, 250, 0.21)), color-stop(98%, rgba(77, 133, 249, 0.75)));
    background: -webkit-linear-gradient(top, rgba(0, 166, 250, 0.21) 0%, rgba(77, 133, 249, 0.75) 98%);
    background: -o-linear-gradient(top, rgba(0, 166, 250, 0.21) 0%, rgba(77, 133, 249, 0.75) 98%);
    background: linear-gradient(-180deg, rgba(0, 166, 250, 0.21) 0%, rgba(77, 133, 249, 0.75) 98%)
}

.page-template-advisor .section--accounting .block-icon-wrap .block-icon {
    margin-top: 7.4rem
}

@media only screen and (max-width:1199px) {
    .page-template-advisor .section--accounting .block-icon-wrap .block-icon {
        margin-top: 4rem
    }
}

@media only screen and (min-width:1200px) {
    .page-template-advisor .section--accounting .block-icon-wrap .block-icon:nth-child(-n+3) {
        margin-top: 0
    }
}

@media only screen and (min-width:768px) {
    .page-template-advisor .section--accounting .block-icon-wrap .block-icon:nth-child(-n+2) {
        margin-top: 0
    }
}

@media only screen and (max-width:767px) {
    .page-template-advisor .section--accounting .block-icon-wrap .block-icon:first-child {
        margin-top: 0
    }
}

.page-template-advisor .section--taxes {
    background: transparent url(../images/advisor/bg_adv.jpg) top center no-repeat;
    background-size: 100% 100%;
    position: relative;
    padding-top: 28rem;
    margin-bottom: 14rem
}

@media only screen and (max-width:1199px) {
    .page-template-advisor .section--taxes {
        margin-bottom: 10rem;
        padding-top: 18.7rem;
        background-size: cover
    }
}

@media only screen and (max-width:767px) {
    .page-template-advisor .section--taxes {
        padding-top: 13.5rem
    }
}

.page-template-advisor .section--taxes:after,
.page-template-advisor .section--taxes:before {
    content: '';
    position: absolute;
    left: -.2rem;
    height: 100%;
    z-index: 4
}

.page-template-advisor .section--taxes:before {
    top: -1rem;
    width: 102%;
    background: transparent url(../images/advisor/adv_top.svg) top left no-repeat;
    background-size: contain
}

.page-template-advisor .section--taxes:after {
    bottom: -.1rem;
    width: 102%;
    background: transparent url(../images/advisor/adv_bottom.svg) center bottom no-repeat;
    background-size: contain
}

.page-template-advisor .section--taxes .title__icon {
    font-size: 3rem
}

.page-template-advisor .section--taxes>.container {
    position: relative;
    z-index: 12
}

@media only screen and (min-width:2200px) {
    .page-template-advisor .section--taxes>.container {
        margin-top: 10rem
    }
}

.page-template-advisor .section--loyalty {
    background: transparent url(../images/advisor/loyalty-bg.svg) 100% 20rem no-repeat
}

@media only screen and (max-width:1199px) {
    .page-template-advisor .section--loyalty {
        background-size: 30%
    }
}

@media only screen and (max-width:1023px) {
    .page-template-advisor .section--loyalty {
        background-size: 40%
    }
}

.page-template-advisor .section--add-info {
    margin-bottom: 14rem
}

@media only screen and (max-width:1199px) {
    .page-template-advisor .section--add-info {
        margin-bottom: 10rem
    }
}

.page-template-advisor .benefit-bg {
    padding-top: 14rem;
    margin-top: -14rem;
    margin-bottom: 14rem
}

@media only screen and (min-width:768px) {
    .page-template-advisor .benefit-bg {
        background: transparent url(../images/advisor/benefits-bg.svg) bottom right no-repeat
    }
}

@media only screen and (max-width:1199px) {
    .page-template-advisor .benefit-bg {
        padding-top: 18rem;
        margin-top: -10rem;
        margin-bottom: 10rem;
        background-size: auto
    }
}

@media only screen and (max-width:767px) {
    .page-template-advisor .benefit-bg {
        padding-top: 10rem
    }
}

.page-template-sme .section--intro .section__image:after {
    background: -webkit-linear-gradient(315deg, rgba(58, 201, 139, 0.36) 0%, #0ADEA0 100%);
    background: -o-linear-gradient(315deg, rgba(58, 201, 139, 0.36) 0%, #0ADEA0 100%);
    background: linear-gradient(-225deg, rgba(58, 201, 139, 0.36) 0%, #0ADEA0 100%)
}

@media only screen and (min-width:1200px) {
    .page-template-sme .section--benefits {
        background: transparent url(../images/sme/benefits-bg.svg) top center no-repeat;
        background-size: 100%
    }
}

@media only screen and (min-width:1520px) {
    .page-template-sme .section--benefits {
        background: transparent url(../images/sme/benefits-bg-2.svg) top right no-repeat
    }
}

.page-template-sme .section--features {
    background: transparent url(../images/sme/sme-bg.jpg) top center no-repeat;
    background-size: 100% 100%;
    position: relative;
    padding-top: 25.8rem;
    padding-bottom: 23.2rem;
    margin-bottom: 14rem
}

@media only screen and (max-width:1199px) {
    .page-template-sme .section--features {
        padding-top: 20.4rem;
        padding-bottom: 15.8rem;
        margin-bottom: 10rem;
        background-size: cover
    }
}

@media only screen and (max-width:767px) {
    .page-template-sme .section--features {
        padding-top: 9.7rem;
        padding-bottom: 8rem
    }
}

.page-template-sme .section--features:after,
.page-template-sme .section--features:before {
    content: '';
    position: absolute;
    left: -1%;
    height: 100%;
    z-index: 4
}

.page-template-sme .section--features:before {
    top: -.1rem;
    width: 102%;
    background: transparent url(../images/sme/sme_top.svg) top left no-repeat;
    background-size: contain
}

.page-template-sme .section--features:after {
    bottom: -.1rem;
    width: 102%;
    background: transparent url(../images/sme/sme_bottom.svg) center bottom no-repeat;
    background-size: contain
}

.page-template-sme .section--features>.container {
    position: relative;
    z-index: 12
}

@media only screen and (min-width:2200px) {
    .page-template-sme .section--features>.container {
        margin-top: 10rem
    }
}

.page-template-sme .section--features p:not(.subtitle) {
    font-size: 1.9rem;
    line-height: 3.1rem
}

@media only screen and (max-width:767px) {
    .page-template-sme .section--features p:not(.subtitle) {
        font-size: 1.4rem;
        line-height: 2.3rem
    }
}

@media only screen and (max-width:767px) {

    .page-template-sme .section .list--default,
    .page-template-sme .section .list-icon {
        margin-bottom: 0
    }
}

.page-template-sme .section .btn--read-more,
.page-template-sme .section .btn--read-more-v2 {
    margin-bottom: 0
}

.page-template-sme .news-bg {
    padding-top: 32.9rem;
    margin-top: -31.5rem
}

@media only screen and (min-width:1200px) {
    .page-template-sme .news-bg {
        background: transparent url(../images/freelancer/news-bg.svg) top right no-repeat
    }
}

@media only screen and (max-width:1199px) {
    .page-template-sme .news-bg {
        padding-top: 10rem;
        margin-top: -10rem
    }
}

@media only screen and (min-width:1200px) {
    .page-template-invoicing .intro-bg {
        background: transparent url(../images/invoicing/intro-bg.svg) top center no-repeat;
        background-size: 100%
    }
}

@media only screen and (max-width:1199px) {
    .page-template-invoicing .intro-bg {
        background: transparent url(../images/invoicing/intro-bg-2.svg) top center no-repeat;
        background-size: 100%
    }
}

@media only screen and (max-width:767px) {
    .page-template-invoicing .intro-bg {
        background: none
    }
}

.page-template-invoicing .section--features {
    padding-bottom: 14rem
}

@media only screen and (max-width:1199px) {
    .page-template-invoicing .section--features {
        padding-bottom: 10rem
    }
}

.page-template-invoicing .section--benefits {
    padding-top: 14rem;
    margin-bottom: 14rem;
    background-color: #5781DA
}

@media only screen and (max-width:1199px) {
    .page-template-invoicing .section--benefits {
        padding-top: 10rem;
        margin-bottom: 10rem
    }
}

@media only screen and (min-width:1200px) {
    .page-template-invoicing .section--simplest-ways {
        background: transparent url(../images/invoicing/simplest-ways-bg.svg) top left no-repeat
    }
}

.page-template-invoicing .section--integrations .block-icon-wrap--three-columns {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.page-template-invoicing .section--integrations .block-icon {
    width: 32%;
    margin-right: 0
}

@media only screen and (max-width:1199px) {
    .page-template-invoicing .section--integrations .block-icon {
        width: 100%
    }
}

.page-template-invoicing .section--app-mobile {
    margin-top: -7rem;
    margin-bottom: 0;
    background: #5781DA
}

.page-template-accounting .section--intro {
    background: transparent url(../images/accounting/intro-bg.svg) top center no-repeat;
    background-size: 100%
}

@media only screen and (min-width:1520px) {
    .page-template-accounting .section--intro {
        background: transparent url(../images/accounting/intro-bg2.svg) top right no-repeat
    }
}

@media only screen and (max-width:767px) {
    .page-template-accounting .section--intro {
        background: none
    }
}

@media only screen and (min-width:1200px) {
    .page-template-accounting .section--features {
        background: transparent url(../images/accounting/feature-bg.svg) 100% 5rem no-repeat
    }
}

@media only screen and (min-width:1200px) {
    .page-template-accounting .section--automate {
        background: transparent url(../images/accounting/automate-bg.svg) 100% 85% no-repeat;
        background-size: 100%
    }
}

@media only screen and (min-width:768px) {
    .page-template-taxes .intro-bg {
        background: transparent url(../images/taxes/intro-bg.svg) top center no-repeat;
        background-size: 100%
    }
}

@media only screen and (min-width:1200px) {
    .page-template-taxes .intro-bg {
        background: transparent url(../images/taxes/intro-bg-2.svg) top center no-repeat;
        background-size: 100%
    }
}

@media only screen and (min-width:1520px) {
    .page-template-taxes .intro-bg {
        background: transparent url(../images/taxes/intro-bg.svg) top center no-repeat;
        background-size: 100%;
        padding-bottom: 14rem
    }
}

@media only screen and (max-width:767px) {
    .page-template-taxes .section--intro {
        background: none
    }
}

.page-template-taxes .section--features {
    padding-bottom: 14rem
}

@media only screen and (max-width:1199px) {
    .page-template-taxes .section--features {
        padding-bottom: 10rem
    }
}

@media only screen and (min-width:1520px) {
    .page-template-taxes .section--perfect {
        margin-top: -14rem
    }
}

.page-template-taxes .section--taxes {
    margin-bottom: 0
}

@media only screen and (min-width:768px) {
    .page-template-cost-control .intro-bg {
        background: transparent url(../images/cost-control/intro-bg.svg) top center no-repeat;
        background-size: 100%
    }
}

.page-template-cost-control .section--benefits {
    padding-bottom: 14rem
}

@media only screen and (max-width:1199px) {
    .page-template-cost-control .section--benefits {
        padding-bottom: 10rem
    }
}

.page-template-cost-control .section--benefits .list__item .list__icon {
    margin-bottom: 3rem
}

@media only screen and (max-width:767px) {
    .page-template-cost-control .section--benefits .list__item .list__icon {
        margin-bottom: 2rem
    }
}

.page-template-cost-control .section--benefits .list__item p {
    font-size: 1.6rem;
    line-height: 2.5rem
}

.page-template-cost-control .section--benefits .list--three-columns li {
    max-width: 37rem
}

.page-template-cost-control .section--app-mobile {
    margin-top: 0;
    margin-bottom: 0
}

.page-template-app-mobile .section--intro {
    background: transparent url(../images/app-mobile/intro-bg.svg) top center no-repeat
}

@media only screen and (min-width:1200px) {
    .page-template-app-mobile .section--intro {
        background-size: 100%
    }
}

@media only screen and (min-width:1520px) {
    .page-template-app-mobile .section--intro {
        background: transparent url(../images/app-mobile/intro-bg-2.svg) bottom center no-repeat;
        background-size: cover
    }
}

.page-template-app-mobile .section--intro .socialproof {
    margin-top: 1rem
}

.page-template-app-mobile .section--watch-app {
    background: transparent url(../images/app-mobile/watch-app.jpg) top center no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 24.7rem
}

@media only screen and (max-width:1199px) {
    .page-template-app-mobile .section--watch-app {
        padding-top: 20rem
    }
}

@media only screen and (max-width:767px) {
    .page-template-app-mobile .section--watch-app {
        padding-top: 14rem
    }
}

.page-template-app-mobile .section--watch-app:after,
.page-template-app-mobile .section--watch-app:before {
    content: '';
    position: absolute;
    left: -.2rem;
    height: 100%;
    z-index: 4
}

.page-template-app-mobile .section--watch-app:before {
    top: -.1rem;
    width: 102%;
    background: transparent url(../images/app-mobile/top_mobile.svg) top left no-repeat;
    background-size: contain
}

.page-template-app-mobile .section--watch-app:after {
    bottom: 0;
    width: 102%;
    background: transparent url(../images/app-mobile/bottom_mobile.svg) center bottom no-repeat;
    background-size: contain
}

.page-template-app-mobile .section--watch-app>.container {
    position: relative;
    z-index: 12
}

@media only screen and (min-width:2200px) {
    .page-template-app-mobile .section--watch-app>.container {
        margin-top: 10rem
    }
}

.page-template-app-mobile .section--watch-app .video-controls {
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -6.8rem
}

@media only screen and (max-width:1199px) {
    .page-template-app-mobile .section--watch-app .video-controls {
        margin-left: -4.9rem
    }
}

@media only screen and (max-width:1199px) {
    .page-template-app-mobile .section--watch-app .video-controls {
        margin-left: -3rem
    }
}

.page-template-app-mobile .section--watch-app .video-controls .btn {
    margin: 2rem auto 0 auto;
    background-color: #fff
}

.page-template-app-mobile .section--watch-app .video-controls .btn:hover {
    background-image: -webkit-linear-gradient(225deg, #45e9a2 0%, #1be8ac 100%);
    background-image: -o-linear-gradient(225deg, #45e9a2 0%, #1be8ac 100%);
    background-image: linear-gradient(225deg, #45e9a2 0%, #1be8ac 100%)
}

.page-template-app-mobile .section--watch-app .video-controls .btn:hover i {
    color: #fff
}

.page-template-app-mobile .section--watch-app .video-controls .btn i {
    color: #0ADEA0
}

.page-template-project-management .section--intro {
    background: transparent url(../images/module-intro-bg.svg) top center no-repeat;
    background-size: 100%
}

@media only screen and (min-width:1200px) {
    .page-template-project-management .section--intro {
        padding-bottom: 28rem
    }
}

@media only screen and (min-width:1520px) {
    .page-template-project-management .section--intro {
        background: transparent url(../images/module-intro-bg2.svg) top right no-repeat
    }
}

@media only screen and (max-width:767px) {
    .page-template-project-management .section--intro {
        background: none
    }
}

@media only screen and (min-width:1200px) {
    .page-template-project-management .section--features {
        margin-top: -14rem;
        background: transparent url(../images/project-management/feature-bg.svg) 100% 50rem no-repeat
    }
}

.page-template-stock-control .section--intro {
    background: transparent url(../images/module-intro-bg.svg) top center no-repeat;
    background-size: 100%
}

@media only screen and (min-width:1200px) {
    .page-template-stock-control .section--intro {
        padding-bottom: 28rem
    }
}

@media only screen and (min-width:1520px) {
    .page-template-stock-control .section--intro {
        background: transparent url(../images/module-intro-bg2.svg) top right no-repeat
    }
}

@media only screen and (max-width:767px) {
    .page-template-stock-control .section--intro {
        background: none
    }
}

@media only screen and (min-width:1200px) {
    .page-template-stock-control .section--features {
        margin-top: -14rem;
        background: transparent url(../images/project-management/feature-bg.svg) 100% 50rem no-repeat
    }
}

@media only screen and (max-width:1199px) {
    .page-template-stock-control .section--features .dir-rtl img {
        margin: 0 auto
    }
}

.page-template-stock-control .section--automate {
    margin-bottom: 0;
    padding-bottom: 0
}

.page-template-stock-control .section--manage {
    padding-bottom: 0
}

.page-template-stock-control .section--manage .title__icon {
    font-size: 2.3rem
}

.page-template-stock-control .list--two-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0
}

@media only screen and (max-width:1199px) {
    .page-template-stock-control .list--two-columns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.page-template-stock-control .list--two-columns li {
    padding: 0;
    margin: 0;
    float: none;
    max-width: 51.6rem
}

@media only screen and (max-width:1199px) {
    .page-template-stock-control .list--two-columns li:not(:last-of-type) {
        margin-bottom: 4rem
    }
}

@media only screen and (max-width:767px) {
    .page-template-stock-control .list--two-columns li:not(:last-of-type) {
        margin-bottom: 3rem
    }
}

.page-template-all-features .section--intro {
    background: transparent url(../images/all-features/intro-bg.svg) bottom center no-repeat;
    padding-top: 22rem;
    margin-bottom: 14rem
}

@media only screen and (min-width:1200px) {
    .page-template-all-features .section--intro {
        background-size: cover
    }
}

@media only screen and (max-width:1199px) {
    .page-template-all-features .section--intro {
        padding-top: 18rem;
        margin-bottom: 10rem
    }
}

@media only screen and (max-width:767px) {
    .page-template-all-features .section--intro {
        padding-top: 10rem
    }
}

.page-template-all-features .section--intro-v2 .section__content {
    margin-top: 0
}

.page-template-all-features .section--intro-v2 .section__content .subtitle {
    margin-bottom: 0
}

.page-template-all-features .section--all-features .section__block:not(:last-of-type) {
    border-bottom: .1rem solid #E6E6E6;
    padding-bottom: 6rem
}

.page-template-all-features .section--all-features .section__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.page-template-all-features .section--all-features .block-icon {
    max-width: 47%
}

@media only screen and (max-width:1199px) {
    .page-template-all-features .section--all-features .block-icon {
        max-width: 48%
    }
}

@media only screen and (max-width:767px) {
    .page-template-all-features .section--all-features .block-icon {
        max-width: 100%
    }
}

@media only screen and (max-width:1199px) {
    .page-template-all-features .section--all-features .block-icon:nth-child(odd) {
        margin-right: 1.5rem
    }
}

@media only screen and (max-width:767px) {
    .page-template-all-features .section--all-features .block-icon:nth-child(odd) {
        margin-right: 0
    }
}

.page-template-all-features .section--all-features .btn--read-more-v2 {
    font-size: 1.6rem;
    line-height: 3.3rem
}

.page-template-all-features .section--all-features .btn--read-more-v2:after {
    font-size: 1.2rem
}

@media only screen and (min-width:768px) {
    .page-template-pricing .intro-bg {
        background: transparent url(../images/pricing/intro-bg.svg) top center no-repeat;
        background-size: 100%
    }
}

@media only screen and (min-width:1520px) {
    .page-template-pricing .intro-bg {
        background: transparent url(../images/pricing/intro-bg-v2.svg) top left no-repeat
    }
}

.page-template-pricing .section--intro-v2 .section__content .btn {
    margin-top: 0
}

@media only screen and (max-width:575px) {
    .page-template-pricing .section--intro-v2 .section__content .btn {
        min-width: auto
    }
}

.page-template-pricing .section--pricing {
    padding-bottom: 14rem
}

@media only screen and (max-width:767px) {
    .page-template-pricing .section--pricing {
        margin-top: -4rem;
        padding-bottom: 10rem
    }
}

.page-template-pricing .section--request-demo {
    position: relative;
    background: transparent url(../images/pricing/request-demo-bg.jpg) top center no-repeat;
    background-size: cover;
    padding-top: 21.4rem;
    padding-bottom: 12.4rem;
    margin-bottom: 14rem
}

@media only screen and (max-width:1199px) {
    .page-template-pricing .section--request-demo {
        margin-bottom: 10rem
    }
}

@media only screen and (max-width:767px) {
    .page-template-pricing .section--request-demo {
        padding-top: 12rem
    }
}

.page-template-pricing .section--request-demo:after,
.page-template-pricing .section--request-demo:before {
    content: '';
    position: absolute;
    left: -2%;
    height: 100%;
    z-index: 4
}

.page-template-pricing .section--request-demo:before {
    background: transparent url(../images/pricing/pricing_top.svg) top left no-repeat;
    background-size: contain;
    top: 0;
    width: 104%
}

.page-template-pricing .section--request-demo:after {
    background: transparent url(../images/pricing/pricing_bottom.svg) center bottom no-repeat;
    background-size: contain;
    bottom: -.1rem;
    width: 104%
}

.page-template-pricing .section--request-demo>.container {
    position: relative;
    z-index: 12
}

@media only screen and (min-width:2200px) {
    .page-template-pricing .section--request-demo>.container {
        margin-top: 10rem
    }
}

.page-template-pricing .section--request-demo .title {
    margin-bottom: 0
}

.page-template-pricing .section--request-demo .subtitle {
    margin-bottom: 6rem
}

.page-template-pricing .section--request-demo .btn {
    min-width: 23.7rem
}

.page-template-pricing .section--help {
    padding-bottom: 0
}

.page-template-pricing .section--help .list-icon {
    margin: 0
}

.page-template-pricing .list.list--three-columns li {
    max-width: 35rem
}

.page-template-pricing .tooltip-inner {
    -webkit-box-shadow: 0 0.5rem 2rem 0 rgba(161, 181, 197, 0.3);
    box-shadow: 0 0.5rem 2rem 0 rgba(161, 181, 197, 0.3);
    max-width: 25rem
}

@media only screen and (min-width:1200px) {
    .page-template-about-us .section--intro {
        background: transparent url(../images/about-us/intro-bg.svg) top center no-repeat;
        background-size: 100%
    }
}

@media only screen and (min-width:1520px) {
    .page-template-about-us .section--intro {
        background: transparent url(../images/about-us/intro-bg-v2.svg) top right no-repeat
    }
}

.page-template-about-us .section--new-solutions .section__content p {
    font-size: 1.9rem;
    line-height: 3.1rem;
    margin-bottom: 2rem
}

@media only screen and (max-width:1199px) {
    .page-template-about-us .section--new-solutions .section__content p {
        font-size: 1.4rem;
        line-height: 2.3rem;
        margin-bottom: 1rem
    }
}

@media only screen and (min-width:1200px) {
    .page-template-about-us .section--statistics {
        padding-bottom: 24rem;
        background: transparent url(../images/about-us/statistics-bg.svg) top center no-repeat;
        background-size: 100%
    }
}

@media only screen and (min-width:1520px) {
    .page-template-about-us .section--statistics {
        background: transparent url(../images/about-us/statistics-bg-v2.svg) top left no-repeat
    }
}

.page-template-about-us .section--statistics .list--two-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0
}

@media only screen and (max-width:767px) {
    .page-template-about-us .section--statistics .list--two-columns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center
    }
}

.page-template-about-us .section--statistics .list--two-columns li {
    padding: 0;
    margin-top: 5rem;
    margin-bottom: 0;
    float: none;
    max-width: 35rem
}

@media only screen and (min-width:768px) {
    .page-template-about-us .section--statistics .list--two-columns li:nth-child(-n+2) {
        margin-top: 0
    }
}

@media only screen and (max-width:767px) {
    .page-template-about-us .section--statistics .list--two-columns li:first-of-type {
        margin-top: 0
    }
}

@media only screen and (max-width:1199px) {
    .page-template-about-us .section--statistics .list--two-columns li {
        max-width: 25rem
    }
}

@media only screen and (max-width:1023px) {
    .page-template-about-us .section--statistics .list--two-columns li {
        max-width: 20rem
    }
}

@media only screen and (max-width:1199px) {
    .page-template-about-us .section--statistics .list--two-columns li .list__icon {
        margin-right: auto;
        margin-left: auto
    }
}

.page-template-about-us .section--statistics .list--two-columns li p {
    font-size: 1.9rem;
    line-height: 3.1rem
}

@media only screen and (max-width:1199px) {
    .page-template-about-us .section--statistics .list--two-columns li p {
        font-size: 1.4rem;
        line-height: 2.3rem
    }
}

@media only screen and (min-width:1200px) {
    .page-template-about-us .section--team {
        margin-top: -8rem
    }
}

.page-template-about-us .section--work-with-us {
    padding-bottom: 14rem
}

@media only screen and (max-width:1199px) {
    .page-template-about-us .section--work-with-us {
        padding-bottom: 10rem
    }
}

.page-template-about-us .section--work-with-us .title {
    margin-bottom: 0
}

.page-template-about-us .section--work-with-us .subtitle {
    margin-bottom: 4rem
}

.page-template-about-us .section--work-with-us .btn {
    min-width: 28rem
}

.page-template-about-us .section--contact-info {
    background-color: #7a7edd;
    padding-bottom: 0
}

@media only screen and (max-width:1199px) {
    .page-template-about-us .section--contact-info {
        padding: 10rem 0
    }
}

.page-template-about-us .section--contact-info .section__img {
    position: relative
}

@media only screen and (max-width:1199px) {
    .page-template-about-us .section--contact-info .section__img {
        margin-top: 4rem
    }
}

@media only screen and (max-width:767px) {
    .page-template-about-us .section--contact-info .section__img {
        margin-top: 3rem
    }
}

@media only screen and (max-width:767px) {
    .page-template-about-us .section--contact-info .section__img img {
        max-width: 44.4rem
    }
}

.page-template-about-us .section--contact-info .address-wrapp {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 6rem;
    width: 100%;
    max-width: 47rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media only screen and (max-width:767px) {
    .page-template-about-us .section--contact-info .address-wrapp {
        padding-top: 4rem;
        max-width: 100%
    }
}

.page-template-about-us .section--contact-info .address-wrapp .address-card:not(:last-of-type) {
    margin-bottom: 7.5rem
}

@media only screen and (max-width:767px) {
    .page-template-about-us .section--contact-info .address-wrapp .address-card:not(:last-of-type) {
        margin-bottom: 1.5rem
    }
}

.page-template-about-us .section--contact-info .address-wrapp .address-card:last-of-type {
    -ms-flex-item-align: end;
    align-self: flex-end
}

.single {
    background-color: #F9FCFF
}

.single .section__content {
    margin-top: 8rem
}

@media only screen and (max-width:767px) {
    .single .section__content {
        margin-top: 4rem
    }
}

.single .section__content h2 {
    margin-top: 8rem;
    margin-bottom: 1rem;
    font-size: 3.2rem;
    line-height: 5rem
}

@media only screen and (max-width:1199px) {
    .single .section__content h2 {
        font-size: 2.4rem;
        line-height: normal;
        margin-bottom: .5rem
    }
}

@media only screen and (max-width:767px) {
    .single .section__content h2 {
        font-size: 1.8rem;
        line-height: 2.4rem;
        margin-top: 4rem
    }
}

.single .section__content h2:first-child {
    margin-top: 0
}

.single .section__content p {
    margin-bottom: 1rem
}

.single .section__content img {
    margin: 4rem 0;
    max-width: 100%
}

@media only screen and (max-width:1199px) {
    .single .section__content img {
        margin: 2rem 0
    }
}

.single .section__content blockquote {
    position: relative;
    font-style: italic;
    padding-left: 2rem;
    margin: 3rem 0
}

.single .section__content blockquote:before {
    content: '';
    position: absolute;
    top: 0;
    right: 100%;
    background-color: #18283b;
    height: 100%;
    width: .3rem;
    border-radius: 1.6rem
}

.single .section__content iframe {
    width: 100%
}

.single .section__content .aligncenter,
.single .section__content a img.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.single .section__content .alignleft,
.single .section__content a img.alignleft {
    float: left;
    margin-right: 4rem
}

@media only screen and (max-width:1199px) {

    .single .section__content .alignleft,
    .single .section__content a img.alignleft {
        margin-right: 2rem
    }
}

.single .section__content .alignright,
.single .section__content a img.alignright {
    float: right;
    margin-left: 4rem
}

@media only screen and (max-width:1199px) {

    .single .section__content .alignright,
    .single .section__content a img.alignright {
        margin-left: 3rem
    }
}

.single .section__content .wp-caption {
    background: #fff;
    border: 1px solid #DBE2EC;
    max-width: 96%;
    padding: .5rem .3rem 1rem;
    text-align: center;
    margin: 4rem 0
}

@media only screen and (max-width:1199px) {
    .single .section__content .wp-caption {
        margin: 2rem 0
    }
}

.single .section__content .wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto
}

.single .section__content .wp-caption p.wp-caption-text {
    font-size: 1.1rem;
    line-height: 1.7rem;
    margin: 0;
    padding: 0 .4rem .5rem
}

.single .section__content .wp-caption.aligncenter {
    margin-right: auto;
    margin-left: auto
}

.single .section__content .wp-caption.alignleft {
    float: left;
    margin-right: 4rem
}

@media only screen and (max-width:1199px) {
    .single .section__content .wp-caption.alignleft {
        margin-right: 2rem
    }
}

.single .section__content .wp-caption.alignright {
    float: right;
    margin-left: 4rem
}

@media only screen and (max-width:1199px) {
    .single .section__content .wp-caption.alignright {
        margin-left: 3rem
    }
}

.single .section__content .wp-caption+.wp-caption,
.single .section__content .wp-caption+img,
.single .section__content img+.wp-caption,
.single .section__content img+img {
    margin-top: 0
}

.single .section__content .video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 2.5rem;
    height: 0
}

.single .section__content .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.single .section--intro {
    background: transparent url(../images/feature/feature-bg.svg) bottom center no-repeat;
    padding-top: 22rem
}

@media only screen and (min-width:1200px) {
    .single .section--intro {
        background-size: cover
    }
}

@media only screen and (max-width:1199px) {
    .single .section--intro {
        padding-top: 18rem
    }
}

@media only screen and (max-width:767px) {
    .single .section--intro {
        padding-top: 10rem
    }
}

.single .section--intro-v2 .section__content {
    margin-top: 0
}

.single .section--intro-v2 .section__content .subtitle {
    margin-bottom: 0
}

.single .section--all-posts {
    margin-bottom: 0
}

.single .section--all-posts .title {
    margin-bottom: 8rem
}

@media only screen and (max-width:1199px) {
    .single .section--all-posts .title {
        margin-bottom: 6rem
    }
}

@media only screen and (max-width:767px) {
    .single .section--all-posts .title {
        margin-bottom: 4rem
    }
}

.page-template-policy .section--intro-v2 {
    background: transparent url(../images/policy-bg.jpg) bottom center no-repeat;
    background-size: cover;
    padding-top: 9.9rem;
    padding-bottom: 8rem;
    margin-bottom: 2rem
}

@media only screen and (max-width:767px) {
    .page-template-policy .section--intro-v2 {
        padding-top: 8.9rem
    }
}

@media only screen and (max-width:767px) {
    .page-template-policy .section--intro-v2>.container {
        text-align: center
    }
}

.page-template-policy .section--intro-v2 .socialproof {
    margin-top: 0
}

.page-template-policy .section--intro-v2 .socialproof__text {
    color: #18283b
}

.page-template-policy .section--main-content {
    margin-bottom: 10rem
}

.page-template-policy .section--main-content p {
    line-height: 2.8rem
}

@media only screen and (max-width:1199px) {
    .page-template-policy .section--main-content p {
        line-height: 2.3rem
    }
}

.page-template-policy .section--main-content h2 {
    margin-top: 8rem;
    margin-bottom: 1rem;
    font-size: 3.2rem;
    line-height: 5rem
}

@media only screen and (max-width:1199px) {
    .page-template-policy .section--main-content h2 {
        font-size: 2.4rem;
        line-height: normal;
        margin-bottom: .5rem
    }
}

@media only screen and (max-width:767px) {
    .page-template-policy .section--main-content h2 {
        font-size: 1.8rem;
        line-height: 2.4rem;
        margin-top: 4rem
    }
}

.page-template-policy .section--main-content img {
    margin: 4rem 0;
    max-width: 100%
}

@media only screen and (max-width:1199px) {
    .page-template-policy .section--main-content img {
        margin: 2rem 0
    }
}

.page-template-policy .section--main-content blockquote {
    position: relative;
    font-style: italic;
    padding-left: 2rem
}

.page-template-policy .section--main-content blockquote:before {
    content: '';
    position: absolute;
    top: 0;
    right: 100%;
    background-color: #18283b;
    height: 100%;
    width: .3rem;
    border-radius: 1.6rem
}

.page-template-policy .section--main-content .aligncenter,
.page-template-policy .section--main-content a img.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.page-template-policy .section--main-content .alignleft,
.page-template-policy .section--main-content a img.alignleft {
    float: left;
    margin-right: 4rem
}

@media only screen and (max-width:1199px) {

    .page-template-policy .section--main-content .alignleft,
    .page-template-policy .section--main-content a img.alignleft {
        margin-right: 2rem
    }
}

.page-template-policy .section--main-content .alignright,
.page-template-policy .section--main-content a img.alignright {
    float: right;
    margin-left: 4rem
}

@media only screen and (max-width:1199px) {

    .page-template-policy .section--main-content .alignright,
    .page-template-policy .section--main-content a img.alignright {
        margin-left: 3rem
    }
}

.page-template-policy .section--main-content .wp-caption {
    background: #fff;
    border: 1px solid #DBE2EC;
    max-width: 96%;
    padding: .5rem .3rem 1rem;
    text-align: center;
    margin: 4rem 0
}

@media only screen and (max-width:1199px) {
    .page-template-policy .section--main-content .wp-caption {
        margin: 2rem 0
    }
}

.page-template-policy .section--main-content .wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto
}

.page-template-policy .section--main-content .wp-caption p.wp-caption-text {
    font-size: 1.1rem;
    line-height: 1.7rem;
    margin: 0;
    padding: 0 .4rem .5rem
}

.page-template-policy .section--main-content .wp-caption.aligncenter {
    margin-right: auto;
    margin-left: auto
}

.page-template-policy .section--main-content .wp-caption.alignleft {
    float: left;
    margin-right: 4rem
}

@media only screen and (max-width:1199px) {
    .page-template-policy .section--main-content .wp-caption.alignleft {
        margin-right: 2rem
    }
}

.page-template-policy .section--main-content .wp-caption.alignright {
    float: right;
    margin-left: 4rem
}

@media only screen and (max-width:1199px) {
    .page-template-policy .section--main-content .wp-caption.alignright {
        margin-left: 3rem
    }
}

.page-template-policy .section--main-content .wp-caption+.wp-caption,
.page-template-policy .section--main-content .wp-caption+img,
.page-template-policy .section--main-content img+.wp-caption,
.page-template-policy .section--main-content img+img {
    margin-top: 0
}

.error404 {
    background: #18283b url(../images/404/404-bg.svg) bottom center no-repeat;
    background-size: 100%
}

@media only screen and (max-width:1199px) {
    .error404 .header__nav {
        opacity: 1;
        visibility: visible;
        position: static;
        background-color: transparent;
        max-height: none;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.error404 .header__nav .nav--add {
    text-transform: initial
}

@media only screen and (max-width:1199px) {
    .error404 .header__nav .nav--add {
        font-size: 1.4rem
    }
}

.error404 .header__nav .nav--add li {
    font-weight: 700
}

@media only screen and (max-width:1199px) {
    .error404 .header__nav .nav--add li {
        border: none;
        text-align: right
    }
}

.error404 .section {
    margin-top: 9rem
}

@media only screen and (max-width:1199px) {
    .error404 .section {
        margin-top: 6.6rem
    }
}

.error404 .section__block {
    margin-bottom: 0
}

@media only screen and (min-width:1200px) {
    .error404 .section__content {
        padding-top: 3.7rem
    }
}

@media only screen and (min-width:1200px) {
    .error404 .section__image {
        padding-top: 15rem
    }
}

@media only screen and (max-width:767px) {
    .error404 .section__controls {
        display: block
    }
}

.error404 .section__controls .btn {
    padding-right: 4.4rem;
    padding-left: 4.4rem
}

@media only screen and (max-width:767px) {
    .error404 .section__controls .btn {
        display: block
    }
}

@media only screen and (min-width:768px) {
    .error404 .section__controls .btn:not(:last-of-type) {
        margin-right: 2rem
    }
}

@media only screen and (max-width:767px) {
    .error404 .section__controls .btn:not(:last-of-type) {
        margin-bottom: 1.5rem
    }
}

.error404 .section__controls .btn i {
    font-size: 1.2rem
}

.error404 .section h3 {
    font-size: 1.4rem;
    line-height: normal;
    color: #fff;
    margin-bottom: 1.5rem
}

.error404 .section>.container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: calc(100vh - 9rem)
}

@media only screen and (max-width:1199px) {
    .error404 .section>.container {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-height: calc(100vh - 6.6rem)
    }
}

.error404 .section .error-text {
    color: #fff;
    margin-bottom: 4.5rem
}

.error404 .section .error-text__main {
    font-size: 18.7rem;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 1rem
}

@media only screen and (max-width:1199px) {
    .error404 .section .error-text__main {
        font-size: 12.7rem
    }
}

@media only screen and (max-width:767px) {
    .error404 .section .error-text__main {
        font-size: 9.7rem
    }
}

.error404 .section .error-text__add {
    font-size: 2.4rem;
    line-height: normal;
    margin-bottom: 0;
    color: #fff
}

@media only screen and (max-width:1199px) {
    .error404 .section .error-text__add {
        font-size: 1.8rem
    }
}

@media only screen and (max-width:767px) {
    .error404 .section .error-text__add {
        font-size: 1.4rem
    }
}

@media only screen and (min-width:768px) {
    .error404 .section .social {
        position: absolute;
        left: 3rem;
        bottom: 3.5rem
    }
}

@media only screen and (max-width:767px) {
    .error404 .section .social {
        margin: 3rem 0;
        text-align: center
    }
}

@media only screen and (max-width:767px) {
    .error404 .section .social li {
        display: inline-block;
        float: none
    }
}

.error404 .section .social .icon-linkedin-logo {
    font-size: 1.8rem
}

.error404 .section .ghost {
    -webkit-animation: float 3s ease-out infinite;
    animation: float 3s ease-out infinite
}

@-webkit-keyframes float {
    50% {
        -webkit-transform: translate(0, 2rem);
        transform: translate(0, 2rem)
    }
}

@keyframes float {
    50% {
        -webkit-transform: translate(0, 2rem);
        transform: translate(0, 2rem)
    }
}

.page-template-partners .section--intro {
    position: relative;
    z-index: 1;
    background: transparent url(../images/partners-directory/inner-banner-01.jpg) 0 0 no-repeat;
    background-size: 100% auto;
    background-position: 50% 50%;
    background-repeat: no-repeat
}

@media only screen and (max-width:575px) {
    .page-template-partners .section--intro {
        background-size: cover
    }
}

.page-template-partners .section--intro:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 2.8125%;
    background: transparent url(../images/partners-directory/curve-01.png) 0 0 no-repeat;
    background-size: 100% 100%
}

.page-template-partners .section--intro:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: #265cd0;
    background: -moz-linear-gradient(left, #265cd0 0%, #7a7edd 100%);
    background: -webkit-linear-gradient(left, #265cd0 0%, #7a7edd 100%);
    background: -webkit-gradient(linear, left top, right top, from(#265cd0), to(#7a7edd));
    background: -o-linear-gradient(left, #265cd0 0%, #7a7edd 100%);
    background: linear-gradient(to right, #265cd0 0%, #7a7edd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#265cd0', endColorstr='#7a7edd', GradientType=1);
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index: -1
}

.features-row {
    padding: 95px 0
}

@media only screen and (max-width:1199px) {
    .features-row {
        padding: 50px 0
    }
}

@media only screen and (max-width:767px) {
    .features-row {
        padding: 30px 0 0
    }
}

.features-row .list--three-columns {
    margin-left: -10px;
    margin-right: -10px
}

.features-row .list--three-columns li {
    font-size: 1.5rem;
    padding: 0 10px;
    max-width: 65rem
}

@media only screen and (max-width:767px) {
    .features-row .list--three-columns li {
        font-size: 1.4rem;
        margin-bottom: 3rem
    }
}

.features-row .list h3 {
    font-size: 2.5rem;
    padding-top: 5px
}

@media only screen and (max-width:767px) {
    .features-row .list h3 {
        font-size: 1.9rem;
        padding: 0
    }
}

.features-row .list__icon--round {
    margin-left: 0
}

@media only screen and (max-width:1519px) {
    .partner-list {
        margin-top: 20px
    }
}

.filters-listbox {
    margin-bottom: 5px
}

@media only screen and (max-width:1519px) {
    .filters-listbox {
        margin-bottom: 20px
    }
}

.filters-listbox .filter-box+.filter-box {
    margin-top: 18px
}

.filters-listbox .filter-box.active-filter .filter-trigger {
    color: #18283B !important
}

.filters-listbox .filter-box .filter-trigger {
    display: block;
    font-size: 1.8rem;
    color: #a8b8d0 !important;
    text-decoration: none !important;
    border-radius: 5px;
    border: 1px solid rgba(150, 180, 216, 0.1);
    -webkit-box-shadow: 0 0 5px rgba(150, 180, 216, 0.1);
    box-shadow: 0 0 5px rgba(150, 180, 216, 0.1);
    line-height: 55px;
    padding: 0 40px 0 20px;
    position: relative;
    z-index: 1
}

.filters-listbox .filter-box .filter-trigger:after {
    content: "\e905";
    font-family: "icomoon";
    font-size: 6px;
    position: absolute;
    right: 15px
}

.filters-listbox .filter-box .filter-trigger.open:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.filters-listbox .filter-box .filters-list {
    background: #FAFBFD;
    border-radius: 0 0 5px 5px;
    padding: 14px 0 20px;
    display: none
}

.filters-listbox .filter-box .filters-list .filters {
    margin: 0;
    padding: 0 20px;
    list-style: none;
    max-height: 200px;
    height: auto !important
}

.filters-listbox .filter-box .filters-list .filters li {
    color: #2A4D76;
    font-size: 1.5rem;
    margin: 7px 0
}

.filters-listbox .filter-box .filters-list .filters li:first-child {
    margin-top: 0
}

.filters-listbox .filter-box .filters-list .filters li label {
    position: relative;
    display: block
}

.filters-listbox .filter-box .filters-list .filters li label img {
    position: absolute;
    width: 20px;
    height: auto;
    right: 10px;
    top: 7px
}

.filters-listbox .filter-box .filters-list .filters li label span {
    padding: 3px 0 7px 36px;
    cursor: pointer;
    display: block;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 5px
}

.filters-listbox .filter-box .filters-list .filters li label span:before {
    position: absolute;
    width: 15px;
    height: 15px;
    background: #2A4D76;
    border-radius: 2px;
    content: '';
    left: 10px;
    top: 9px
}

.filters-listbox .filter-box .filters-list .filters li label span:after {
    content: '';
    background: transparent url(../images/partners-directory/check-icon.svg) top center no-repeat;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 12px;
    text-align: center;
    top: 11px;
    line-height: 15px;
    font-size: 7px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #fff
}

.filters-listbox .filter-box .filters-list .filters li input[type=checkbox] {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0
}

.filters-listbox .filter-box .filters-list .filters li input[type=checkbox]:checked+span {
    background: rgba(150, 180, 216, 0.1)
}

.filters-listbox .filter-box .filters-list .filters li input[type=checkbox]:checked+span:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

@media only screen and (max-width:1199px) {
    .filters-listbox {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-left: -6px;
        margin-right: -6px
    }

    .filters-listbox .filter-box {
        padding: 0 6px;
        -ms-flex: 1;
        -webkit-flex: 1;
        -webkit-box-flex: 1;
        flex: 1
    }

    .filters-listbox .filter-box+.filter-box {
        margin-top: 0
    }
}

@media only screen and (max-width:767px) {
    .filters-listbox {
        display: block
    }

    .filters-listbox .filter-box+.filter-box {
        margin-top: 20px
    }
}

a.clear-filters {
    text-decoration: none;
    color: #2A4D76;
    font-size: 1.2rem;
    display: none;
    margin: 5px 0 0 20px
}

@media only screen and (max-width:1199px) {
    a.clear-filters {
        margin: 15px auto 40px
    }
}

@media only screen and (max-width:767px) {
    a.clear-filters {
        margin: 5px 0 20px 20px
    }
}

a.clear-filters i {
    font-size: 0.8rem;
    margin-right: 2px
}

.slimScrollDiv {
    height: auto !important
}

.slimScrollBar {
    opacity: 1 !important
}

.partner-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: 0 0 15px rgba(150, 180, 216, 0.3);
    box-shadow: 0 0 15px rgba(150, 180, 216, 0.3);
    border-radius: 10px;
    text-decoration: none !important;
    color: #6b7a8c !important;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-bottom: 30px;
    border: 1px solid #f2f4f9
}

.partner-row:hover {
    -webkit-box-shadow: 0 0 30px rgba(150, 180, 216, 0.3);
    box-shadow: 0 0 30px rgba(150, 180, 216, 0.3)
}

.partner-row .partner-img {
    max-width: 175px;
    width: 100%;
    height: auto;
    margin: 0 auto 50px
}

@media only screen and (max-width:1023px) {
    .partner-row .partner-img {
        max-width: 140px;
        margin-bottom: 40px
    }
}

@media only screen and (max-width:767px) {
    .partner-row .partner-img {
        max-width: 112px;
        margin-bottom: 0
    }
}

.partner-row p {
    line-height: 1.875
}

.partner-row .partner-img-col {
    background: #fafbfd;
    max-width: 30.5%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 20px
}

@media only screen and (max-width:767px) {
    .partner-row .partner-img-col {
        max-width: 100%;
        padding-bottom: 40px;
        position: relative
    }
}

.partner-row .partner-label {
    border-radius: 60px;
    line-height: 50px;
    padding: 3px 20px 3px 3px;
    background: #fff;
    -webkit-box-shadow: 0 1px 4px rgba(150, 180, 216, 0.1);
    box-shadow: 0 1px 4px rgba(150, 180, 216, 0.1)
}

@media only screen and (max-width:1023px) {
    .partner-row .partner-label {
        line-height: 38px;
        font-size: 1.2rem
    }
}

@media only screen and (max-width:767px) {
    .partner-row .partner-label {
        position: absolute;
        top: 100%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        line-height: 30px;
        font-size: 1.1rem
    }
}

.partner-row .partner-label img {
    width: 50px;
    height: auto;
    margin-right: 8px
}

@media only screen and (max-width:1023px) {
    .partner-row .partner-label img {
        width: 40px;
        margin-right: 5px
    }
}

@media only screen and (max-width:767px) {
    .partner-row .partner-label img {
        width: 32px
    }
}

.partner-row .partner-details-col {
    padding: 28px 32px 20px 36px
}

@media only screen and (max-width:1023px) {
    .partner-row .partner-details-col {
        padding: 25px 15px 15px
    }

    .partner-row .partner-details-col h3 {
        font-size: 2.5rem
    }
}

@media only screen and (max-width:767px) {
    .partner-row .partner-details-col {
        padding: 40px 25px 15px;
        position: relative
    }

    .partner-row .partner-details-col h3 {
        font-size: 2rem
    }
}

.partner-row .partner-inforow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.5rem
}

@media only screen and (max-width:767px) {
    .partner-row .partner-inforow {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.partner-row .partner-services {
    margin: 0 0 25px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-transform: uppercase
}

.partner-row .partner-services span {
    color: #5781DA;
    margin-left: 10px;
    border-radius: 25px;
    background: rgba(87, 129, 218, 0.05);
    padding: 0 18px;
    line-height: 25px
}

.partner-row .partner-services span:first-child {
    margin-left: 0
}

@media only screen and (max-width:1023px) {
    .partner-row .partner-services span {
        padding: 0 12px;
        line-height: 25px;
        margin-left: 10px;
        font-size: 1.1rem
    }
}

@media only screen and (max-width:767px) {
    .partner-row .partner-services {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: 0;
        margin-bottom: 15px
    }

    .partner-row .partner-services span {
        margin: 0 7px 7px 0;
        padding: 0 10px;
        line-height: 18px;
        font-size: 1rem
    }
}

.partner-row .partner-location {
    font-weight: 600;
    background: transparent url(../images/partners-directory/location.svg) 0 0 no-repeat;
    background-size: 16px 16px;
    background-position: 0 4px;
    padding-left: 26px;
    margin-bottom: 15px
}

@media only screen and (max-width:767px) {
    .partner-row .partner-location {
        font-size: 1.2rem;
        background-size: 12px 12px;
        padding-left: 20px;
        background-position: 0 5px;
        position: absolute;
        top: 43px;
        right: 25px
    }
}

.partner-row .more-btn {
    float: right;
    color: #3AC98B;
    font-weight: 600;
    line-height: 40px;
    padding: 0 15px;
    border-radius: 5px
}

.partner-row .more-btn i {
    font-size: 1rem;
    display: inline-block;
    vertical-align: middle;
    margin-left: 2px
}

@media only screen and (max-width:767px) {
    .partner-row .more-btn {
        display: table;
        float: none;
        margin: 0 auto;
        color: #00c56f
    }
}

.partner-row:hover .more-btn {
    background: -webkit-linear-gradient(225deg, #41d494 0%, #0adea0 100%);
    background: -o-linear-gradient(225deg, #41d494 0%, #0adea0 100%);
    background: linear-gradient(225deg, #41d494 0%, #0adea0 100%);
    color: #fff
}

.partner-row:hover .more-btn i {
    color: #fff
}

@media only screen and (max-width:767px) {
    .partner-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.wp-pagenavi {
    text-align: center;
    padding-top: 50px
}

@media only screen and (max-width:1023px) {
    .wp-pagenavi {
        padding-top: 20px
    }
}

@media only screen and (max-width:767px) {
    .wp-pagenavi {
        padding-top: 0
    }
}

@media only screen and (max-width:575px) {
    .wp-pagenavi {
        margin-bottom: 50px
    }
}

.wp-pagenavi a,
.wp-pagenavi span {
    width: 30px;
    height: 30px;
    border-radius: 5px;
    display: inline-block;
    line-height: 30px;
    text-decoration: none;
    color: #2A4D76;
    font-size: 1.5rem;
    margin: 0 10px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 0;
    padding: 0
}

@media only screen and (max-width:1199px) {

    .wp-pagenavi a,
    .wp-pagenavi span {
        margin: 0 6px
    }
}

@media only screen and (max-width:575px) {

    .wp-pagenavi a,
    .wp-pagenavi span {
        margin: 0 5px
    }

    .wp-pagenavi a:first-child,
    .wp-pagenavi span:first-child {
        margin-left: 0
    }

    .wp-pagenavi a:last-child,
    .wp-pagenavi span:last-child {
        margin-right: 0
    }
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
    line-height: 26px
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    background: #14DA9C;
    color: #fff;
    font-weight: normal
}

.wp-pagenavi span.extend {
    cursor: pointer
}

.partners-cta-row {
    margin: 100px 0
}

.partners-cta-row a.partners-cta-box,
.partners-cta-row div.partners-cta-box {
    display: block;
    border-radius: 10px;
    background: #7a7fdd;
    -webkit-box-shadow: 0 0 15px rgba(122, 126, 221, 0.57);
    box-shadow: 0 0 15px rgba(122, 126, 221, 0.57);
    color: #D2D3FA;
    text-decoration: none;
    padding: 35px 85px 25px 180px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.partners-cta-row a.partners-cta-box svg,
.partners-cta-row div.partners-cta-box svg {
    width: 200px;
    height: 200px;
    position: absolute;
    left: -62px;
    bottom: -21px
}

.partners-cta-row a.partners-cta-box.try-demo-box svg,
.partners-cta-row div.partners-cta-box.try-demo-box svg {
    bottom: -40px
}

.partners-cta-row a.partners-cta-box:hover,
.partners-cta-row div.partners-cta-box:hover {
    background: #13293c;
    -webkit-box-shadow: 0 0 30px rgba(122, 126, 221, 0.75);
    box-shadow: 0 0 30px rgba(122, 126, 221, 0.75)
}

@media only screen and (max-width:1199px) {

    .partners-cta-row a.partners-cta-box,
    .partners-cta-row div.partners-cta-box {
        padding: 35px 30px 15px 150px;
        margin-bottom: 20px
    }

    .partners-cta-row a.partners-cta-box svg,
    .partners-cta-row div.partners-cta-box svg {
        width: 180px;
        height: 180px;
        bottom: -33px;
        left: -55px
    }
}

@media only screen and (max-width:1023px) {

    .partners-cta-row a.partners-cta-box,
    .partners-cta-row div.partners-cta-box {
        padding: 30px 65px 15px 180px;
        max-width: 605px;
        width: 100%;
        margin: 0 auto 20px;
        font-size: 1.5rem
    }
}

@media only screen and (max-width:1199px) {
    .partners-cta-row {
        margin: 60px 0 40px
    }
}

@media only screen and (max-width:575px) {
    .partners-cta-row {
        display: none
    }
}

.layer-01 {
    fill: #8083DD;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.layer-02 {
    fill: #5F63CB;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.layer-03 {
    fill: #DBEAFB;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.layer-04 {
    fill: #8083DD;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.layer-05 {
    fill: #DBEAFB;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.layer-06 {
    fill: #5F63CB;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.partners-cta-box:hover .layer-01,
.partners-cta-box:hover .layer-04 {
    fill: #183045
}

.partners-cta-box:hover .layer-03,
.partners-cta-box:hover .layer-05 {
    fill: #00d994
}

.partners-cta-box:hover .layer-02,
.partners-cta-box:hover .layer-06 {
    fill: #5f64cf
}

.partner-link {
    display: block;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.5rem;
    margin-bottom: 18px
}

.partner-link i {
    font-size: 1rem;
    display: inline-block;
    vertical-align: middle;
    margin: -4px 0 0 4px
}

@media only screen and (max-width:575px) {
    .section--partners .container {
        padding: 0 10px
    }
}

.page-template-partners-inner {
    background: #fff
}

.page-template-partners-inner .section--intro {
    position: relative;
    z-index: 1;
    margin-bottom: 10rem;
    padding-top: 9.9rem
}

@media only screen and (max-width:1023px) {
    .page-template-partners-inner .section--intro {
        margin-bottom: 7rem
    }
}

@media only screen and (max-width:767px) {
    .page-template-partners-inner .section--intro {
        margin-bottom: 4rem
    }
}

@media only screen and (max-width:575px) {
    .page-template-partners-inner .section--intro {
        padding-bottom: 5rem
    }
}

.page-template-partners-inner .section--intro:before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    padding-top: 2.8125%;
    background: transparent url(../images/partners-directory/curve-01.png) 0 0 no-repeat;
    background-size: 100% 100%
}

.page-template-partners-inner .section--intro:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: #18283b;
    background: -moz-linear-gradient(left, #18283b 0%, #223a57 100%);
    background: -webkit-linear-gradient(left, #18283b 0%, #223a57 100%);
    background: -webkit-gradient(linear, left top, right top, from(#18283b), to(#223a57));
    background: -o-linear-gradient(left, #18283b 0%, #223a57 100%);
    background: linear-gradient(to right, #18283b 0%, #223a57 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#18283b', endColorstr='#223a57', GradientType=1);
    width: 100%;
    height: 100%;
    z-index: -1
}

@media only screen and (min-width:1200px) and (max-width:1519px) {
    .page-template-partners-inner .partner-info {
        margin-top: 90px;
        margin-left: auto;
        margin-right: auto
    }
}

.partner-info {
    max-width: 1000px;
    width: 100%;
    margin: 90px auto 20px;
    color: #fff;
    text-align: left
}

@media only screen and (max-width:1519px) {
    .partner-info {
        margin: 20px 0 0
    }
}

@media only screen and (max-width:575px) {
    .partner-info {
        margin: 0
    }
}

.partner-info .partner-logobox {
    background: #F9FCFF;
    border-radius: 20px;
    height: 300px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
    max-width: 400px;
    width: 100%
}

@media only screen and (max-width:1023px) {
    .partner-info .partner-logobox {
        max-width: 400px;
        width: 100%;
        height: 200px;
        margin: 0 auto 70px
    }
}

@media only screen and (max-width:575px) {
    .partner-info .partner-logobox {
        height: auto;
        border-radius: 10px;
        min-height: 150px;
        padding: 35px 15px;
        margin-bottom: 65px
    }
}

.partner-info .partner-logobox img {
    max-width: 253px;
    width: 100%;
    margin: 0 auto
}

@media only screen and (max-width:575px) {
    .partner-info .partner-logobox img {
        max-width: 202px
    }
}

.partner-info .partner-logobox .partner-label {
    border-radius: 50px;
    position: absolute;
    top: 100%;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 1.8rem;
    padding: 4px 25px 4px 5px;
    border: 1px solid rgba(150, 180, 216, 0.1);
    -webkit-box-shadow: 0 0 5px rgba(150, 180, 216, 0.1);
    box-shadow: 0 0 5px rgba(150, 180, 216, 0.1);
    color: #2A4D76;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap
}

.partner-info .partner-logobox .partner-label img {
    width: 60px;
    height: auto;
    margin-right: 15px
}

@media only screen and (max-width:575px) {
    .partner-info .partner-logobox .partner-label {
        font-size: 1.4rem;
        padding: 3px 20px 3px 3px
    }

    .partner-info .partner-logobox .partner-label img {
        width: 48px;
        margin-right: 10px
    }
}

.partner-info .partner-details {
    padding-left: 25px
}

@media only screen and (max-width:1519px) {
    .partner-info .partner-details {
        padding-left: 18px
    }
}

@media only screen and (max-width:1023px) {
    .partner-info .partner-details {
        padding: 0;
        text-align: center
    }
}

.partner-info .partner-details h1 {
    color: #fff;
    font-size: 6rem;
    margin-bottom: 3rem
}

@media only screen and (max-width:1023px) {
    .partner-info .partner-details h1 {
        line-height: 1;
        font-size: 4rem;
        margin-bottom: 2rem
    }
}

@media only screen and (max-width:767px) {
    .partner-info .partner-details h1 {
        font-size: 3rem
    }
}

.partner-info .partner-details .partner-location {
    font-weight: 600;
    background: transparent url(../images/partner-details/location-white.svg) 0 0 no-repeat;
    background-size: 20px 20px;
    background-position: 0 1px;
    padding-left: 30px;
    margin: 0 0 60px 3px;
    display: block;
    font-size: 2rem
}

@media only screen and (max-width:1023px) {
    .partner-info .partner-details .partner-location {
        display: table;
        margin: 0 auto 50px
    }
}

@media only screen and (max-width:767px) {
    .partner-info .partner-details .partner-location {
        font-size: 1.6rem
    }
}

@media only screen and (max-width:575px) {
    .partner-info .partner-details .partner-location {
        font-size: 1.5rem;
        background-position: 0 3px;
        padding-left: 20px;
        background-size: 15px 15px;
        margin: 0 auto 25px
    }
}

.partner-info .partner-details .cta-row .btn {
    padding-left: 35px;
    padding-right: 35px;
    margin-right: 14px
}

.partner-info .partner-details .cta-row .btn:last-child {
    margin: 0
}

@media only screen and (max-width:575px) {
    .partner-info .partner-details .cta-row .btn {
        margin: 0 auto 24px !important;
        display: table;
        min-width: 192px
    }
}

.partner-info .partner-details .cta-row .btn-outline-light {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #fff;
    max-height: 57px;
    padding-top: 16px
}

.section--intro--partner {
    padding-bottom: 8rem
}

.section--intro--partner .row>div:first-child {
    padding-right: 60px
}

@media only screen and (max-width:1023px) {
    .section--intro--partner .row>div:first-child {
        padding-right: 15px
    }
}

.section--intro--partner h3~p {
    font-size: 1.9rem;
    line-height: 3.1rem
}

@media only screen and (max-width:1519px) {
    .section--intro--partner h3~p {
        font-size: 1.4rem;
        line-height: 2.2rem
    }
}

@media only screen and (max-width:1023px) {
    .section--intro--partner {
        padding-bottom: 0
    }
}

@media only screen and (max-width:575px) {
    .section--intro--partner {
        padding-bottom: 20px
    }
}

.page-template-partners-inner .section.section--cta {
    color: #fff;
    padding: 7.5rem 0
}

@media only screen and (max-width:1023px) {
    .page-template-partners-inner .section.section--cta {
        padding: 3.5rem 0 6rem
    }
}

@media only screen and (max-width:575px) {
    .page-template-partners-inner .section.section--cta {
        padding-bottom: 4.5rem
    }
}

.page-template-partners-inner .section.section--cta .section-cta-details {
    max-width: 485px;
    width: 100%;
    line-height: 3rem
}

.page-template-partners-inner .section.section--cta .section-cta-details h2 {
    margin-bottom: 2rem;
    line-height: 1.25
}

.page-template-partners-inner .section.section--cta .section-cta-details p {
    margin-bottom: 3rem;
    font-size: 1.9rem;
    line-height: 3.1rem
}

@media only screen and (max-width:1519px) {
    .page-template-partners-inner .section.section--cta .section-cta-details p {
        font-size: 1.4rem;
        line-height: 2.2rem
    }
}

@media only screen and (max-width:1023px) {
    .page-template-partners-inner .section.section--cta .section-cta-details {
        max-width: 600px;
        width: 100%;
        margin: 0 auto;
        padding-top: 20px
    }

    .page-template-partners-inner .section.section--cta .section-cta-details h2 br {
        display: none
    }

    .page-template-partners-inner .section.section--cta .section-cta-details .btn {
        display: table;
        margin: 0 auto
    }
}

@media only screen and (max-width:575px) {
    .page-template-partners-inner .section.section--cta .section-cta-details {
        text-align: center
    }
}

@media only screen and (max-width:767px) {
    .page-template-partners-inner .section.become--partner .partners-cta-row div.partners-cta-box {
        padding-top: 20px
    }
}

.section--location {
    background: #f9fcff;
    padding-top: 110px;
    margin-bottom: 100px
}

@media only screen and (max-width:1023px) {
    .section--location {
        padding: 60px 0;
        margin-bottom: 60px
    }
}

@media only screen and (max-width:575px) {
    .section--location {
        padding: 30px 0 50px;
        margin-bottom: 40px
    }
}

.section--location h2 {
    margin: 0
}

.section--location .social {
    float: right
}

@media only screen and (max-width:767px) {
    .section--location .social {
        float: none;
        margin-top: 20px
    }
}

.section--location .social li a {
    width: 5rem;
    height: 5rem;
    color: #2A4D76;
    -webkit-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1)
}

.section--location .social li a i {
    line-height: 5rem;
    font-size: 1.4rem
}

.section--location .social li a i.icon-youtube {
    font-size: 1.8rem
}

@media only screen and (max-width:575px) {
    .section--location .social li a {
        width: 4rem;
        height: 4rem
    }

    .section--location .social li a i {
        line-height: 4rem;
        font-size: 1.2rem
    }
}

.section--location .si-pointer-top {
    display: none
}

.map-section {
    position: relative;
    height: 550px;
    margin-top: 50px;
    border-radius: 20px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 20px rgba(42, 77, 118, 0.15);
    box-shadow: 0 0 20px rgba(42, 77, 118, 0.15)
}

@media only screen and (max-width:1023px) {
    .map-section {
        margin-top: 35px
    }
}

@media only screen and (max-width:767px) {
    .map-section {
        height: 300px
    }
}

@media only screen and (max-width:575px) {
    .map-section {
        margin: 30px -20px 0
    }
}

.map-section .map-canvas {
    position: relative;
    height: 100%
}

.si-shadow-wrapper-top {
    display: none !important
}

.si-content-wrapper {
    overflow: inherit !important;
    border: 1px solid rgba(150, 180, 216, 0.1);
    -webkit-filter: drop-shadow(0 6px 10px rgba(42, 77, 118, 0.32));
    filter: drop-shadow(0 6px 10px rgba(42, 77, 118, 0.32))
}

.si-content-wrapper:after {
    content: '';
    position: absolute;
    background: transparent url(../images/partner-details/triangle.svg) 0 0 no-repeat;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 55px;
    height: 24px;
    top: 100%;
    margin-top: -12px
}

.si-content-wrapper .si-content {
    color: #2A4D76;
    font-size: 1.5rem;
    text-align: left
}

.si-content-wrapper .si-content i {
    position: absolute;
    left: 0;
    top: 0
}

.si-content-wrapper .si-content i.fa-map-marker {
    top: 1px;
    left: 1px
}

.si-content-wrapper .si-content a,
.si-content-wrapper .si-content address {
    position: relative;
    padding-left: 24px;
    margin-bottom: 1.5rem;
    display: block
}

.si-content-wrapper .si-content a {
    color: #2A4D76;
    text-decoration: none
}

.si-content-wrapper .si-content a:last-child {
    margin-bottom: 0
}

.select2-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    z-index: 999999999;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left
}

.select2-container .select2-search--inline .select2-search__field {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
    float: right
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: white
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #e9ecef;
    border-radius: 0.25rem;
    outline: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee));
    background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
    background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
    background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #e9ecef;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #e9ecef;
    border-radius: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee));
    background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
    background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
    background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white));
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #e9ecef;
    border-radius: 0.25rem;
    cursor: text;
    outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #e9ecef;
    border-radius: 0.25rem;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float: right
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #e9ecef;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: white;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: white
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

.select2 {
    z-index: 15
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: #e9f1f6;
    outline: none
}

.select2-container--default .select2-results__option[aria-selected=true] {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #e9f1f6
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #3AC98B
}

.select2-container--default .select2-results__option .flag {
    vertical-align: middle
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #a8b8d0
}

.select2-container .select2-selection {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    outline: none;
    background-color: transparent;
    border-color: #e9f1f6;
    padding: 2.4rem 3.5rem 0.8rem 1.9rem
}

.select2-container .select2-selection:hover {
    border-color: #415063
}

.select2-container .select2-selection--single {
    height: auto
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0;
    text-align: left
}

.select2-container .select2-selection--single .select2-selection__arrow {
    top: 1.2rem;
    right: 1.9rem;
    background-color: #fff;
    z-index: 13
}

.select2-container .select2-selection--single .select2-selection__arrow b {
    border: none
}

.select2-container .select2-selection--single .select2-selection__arrow b:after {
    content: '\e905';
    font-family: 'icomoon';
    display: block;
    font-size: .6rem;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s
}

.select2-dropdown {
    border-color: #e9f1f6
}

.contact-form .form__field select~label {
    font-size: 1.2rem;
    top: 0.8rem !important;
    z-index: 14
}

.close-dialogbox {
    position: absolute;
    z-index: 2;
    top: 20px;
    right: -15px;
    display: inline-block;
    width: 35px;
    height: 35px;
    overflow: hidden;
    border: none;
    background: transparent;
    cursor: pointer
}

@media only screen and (max-width:1199px) {
    .close-dialogbox {
        right: 5px
    }
}

@media only screen and (max-width:575px) {
    .close-dialogbox {
        top: 13px
    }
}

.close-dialogbox:after,
.close-dialogbox:before {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #fff;
    border-radius: 5px;
    margin-top: -6px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.close-dialogbox:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

body.overflowhidden {
    overflow: hidden;
    padding-right: 17px
}

@media only screen and (max-width:1199px) {
    body.overflowhidden {
        padding: 0
    }
}

.popouterbox .popup-block {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 99999;
    max-width: 920px;
    width: 100%;
    padding: 50px 20px
}

@media only screen and (max-width:1199px) {
    .popouterbox .popup-block {
        padding: 50px 40px
    }
}

@media only screen and (max-width:575px) {
    .popouterbox .popup-block {
        padding: 50px 15px
    }
}

.popouterbox .popup-block.taller {
    top: 0
}

.popouterbox {
    bottom: 0;
    display: none;
    left: 0;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999999999
}

.modal-backdrop {
    display: none;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999
}

.pop-contentbox {
    background: #fff;
    border-radius: 20px;
    padding: 70px 25px
}

@media only screen and (max-width:1023px) {
    .pop-contentbox {
        padding: 50px 25px 70px;
        border-radius: 10px
    }
}

@media only screen and (max-width:575px) {
    .pop-contentbox {
        padding: 30px 15px 60px
    }
}

.partner-form-header {
    max-width: 620px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.partner-form-header>div {
    padding: 0
}

.partner-form-header .partner-form-logo {
    background: #f8fcff;
    padding: 30px 20px
}

.partner-form-header .partner-form-logo img {
    max-width: 200px;
    width: auto;
    height: auto
}

.partner-form-header h3 {
    text-align: left;
    padding-left: 40px;
    line-height: 3.5rem;
    margin: 0
}

@media only screen and (max-width:767px) {
    .partner-form-header h3 {
        text-align: center;
        margin: 20px 0;
        padding: 0
    }
}

.partner-form-header h3 span {
    display: block
}

@media only screen and (max-width:767px) {
    .partner-form-header h3 span {
        display: inline-block
    }
}

.contact-popup {
    position: relative
}

.contact-popup .contact-form-section {
    text-align: center
}

.contact-popup .contact-form-section .contact-form {
    padding-top: 70px;
    max-width: 620px;
    width: 100%;
    margin: 0 auto
}

.contact-popup .contact-form-section .contact-form .jcf-unselectable {
    display: none !important
}

@media only screen and (max-width:1023px) {
    .contact-popup .contact-form-section .contact-form {
        padding-top: 30px
    }
}

@media only screen and (max-width:575px) {
    .contact-popup .contact-form-section .contact-form {
        padding-top: 10px
    }
}

.contact-popup .contact-form-section .contact-form .select2-container .select2-selection {
    border-color: #8fb5da
}

.contact-popup .contact-form-section .contact-form button {
    min-width: 220px;
    padding: 2.15rem 1.65rem
}

.contact-popup .contact-form-section .contact-form .capcha-box {
    margin-top: 40px
}

.contact-popup .contact-form-section .contact-form .capcha-box div {
    margin: 0 auto
}

@media only screen and (max-width:575px) {
    .contact-popup .contact-form-section .contact-form .capcha-box {
        margin-top: 25px;
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7)
    }
}

.contact-popup .contact-form-section .contact-form .capcha-box img {
    max-width: 100%
}

.contact-popup .contact-form-section .select2-container .select2-selection--single .select2-selection__arrow {
    top: 0.9rem
}

.contact-popup .contact-form-section h2 {
    margin-bottom: 2rem;
    margin-top: 0
}

@media only screen and (max-width:767px) {
    .contact-popup .contact-form-section h2 {
        margin-bottom: 1.2rem
    }
}

@media only screen and (max-width:575px) {
    .contact-popup .contact-form-section h2 {
        line-height: 2.8rem
    }
}

.contact-popup .contact-form-section p {
    font-size: 1.9rem;
    line-height: 3.1rem
}

@media only screen and (max-width:1519px) {
    .contact-popup .contact-form-section p {
        font-size: 1.4rem;
        line-height: 2.2rem
    }
}

.contact-popup .contact-form-section .form__field {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.5rem;
    letter-spacing: .06rem
}

@media only screen and (max-width:575px) {
    .contact-popup .contact-form-section .form__field {
        font-size: 1.1rem
    }
}

.contact-popup .contact-form-section .form__field label {
    font-family: "OpenSans", Helvetica, Arial, sans-serif;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    color: #a8b8d0;
    position: absolute;
    top: 1.5rem;
    left: 1.9rem;
    margin: 0
}

@media only screen and (max-width:575px) {
    .contact-popup .contact-form-section .form__field label {
        top: 1.65rem
    }
}

.contact-popup .contact-form-section .form__field.submit-row {
    margin-top: 50px
}

@media only screen and (max-width:575px) {
    .contact-popup .contact-form-section .form__field.submit-row {
        margin-top: 30px
    }
}

.contact-popup .contact-form-section .form__field input[type=email],
.contact-popup .contact-form-section .form__field input[type=password],
.contact-popup .contact-form-section .form__field input[type=tel],
.contact-popup .contact-form-section .form__field input[type=text],
.contact-popup .contact-form-section .form__field select,
.contact-popup .contact-form-section .form__field textarea {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
    background-color: transparent;
    border: 1px solid #1e4e78;
    border-radius: 0.5rem;
    line-height: 2.2rem;
    padding: 2.4rem 3.5rem 0.8rem 1.9rem;
    outline: none;
    color: #131e2d;
    font-weight: 400;
    letter-spacing: .06rem;
    width: 100%;
    font-family: "OpenSans", Helvetica, Arial, sans-serif
}

.contact-popup .contact-form-section .form__field textarea {
    height: 120px
}

.contact-popup .contact-form-section .form__field textarea.not-empty~label,
.contact-popup .contact-form-section .form__field textarea:focus~label {
    font-size: 1.2rem;
    top: 0.5rem
}

.contact-popup .contact-form-section .checkbox-row {
    padding: 10px 60px 0;
    text-transform: none;
    font-weight: 400
}

@media only screen and (max-width:767px) {
    .contact-popup .contact-form-section .checkbox-row {
        padding: 10px 0 0
    }
}

.contact-popup .contact-form-section .checkbox-row span {
    color: #18283b;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0
}

@media only screen and (max-width:767px) {
    .contact-popup .contact-form-section .checkbox-row span {
        font-size: 1.4rem
    }
}

.contact-popup .contact-form-section .checkbox-row span a {
    text-decoration: none
}

.contact-popup .contact-form-section .checkbox-row label {
    position: static
}

.wpcf7-form-control-wrap {
    display: block
}

.checkbox-row label {
    cursor: pointer;
    position: relative;
    margin: 0
}

.checkbox-row {
    text-align: left;
    padding-top: 5px
}

.checkbox-row .wpcf7-list-item {
    display: block;
    margin-bottom: 15px;
    line-height: 27px
}

.checkbox-row span.wpcf7-list-item-label {
    line-height: 27px
}

span.wpcf7-list-item input[type=checkbox] {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0
}

span.wpcf7-list-item input[type=checkbox]:checked+span:before {
    background: #b4c4d1
}

span.wpcf7-list-item-label {
    position: relative;
    padding-left: 46px;
    line-height: 16px;
    color: #9b9b9b;
    font-size: 13px;
    font-weight: 600;
    display: block
}

span.wpcf7-list-item-label:before {
    width: 27px;
    height: 27px;
    border-radius: 2px;
    border: 2px solid #b4c4d1;
    content: '';
    position: absolute;
    left: 0;
    top: -1px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease
}

span.wpcf7-list-item-label:after {
    line-height: 27px;
    content: "\e906";
    position: absolute;
    font-family: 'icomoon';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    left: 6px;
    top: -2px;
    color: #fff;
    font-size: 12px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease
}

span.wpcf7-list-item input[type=checkbox]:checked+span:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.wpcf7-form span.wpcf7-not-valid-tip {
    border: 0;
    color: #f00;
    line-height: 1.2;
    padding: 6px 0 0;
    z-index: 5;
    font-size: 14px;
    position: absolute;
    top: 44px;
    left: 0;
    right: 0;
    background: #F8F8F8
}

.wpcf7-form div.wpcf7-response-output {
    text-align: center;
    padding: 25px 0 0;
    color: #f00;
    clear: both;
    position: absolute;
    top: 100%;
    border: 0;
    margin: 0;
    text-align: center;
    font-size: 14px;
    left: 0;
    right: 0
}

@media only screen and (max-width:575px) {
    .wpcf7-form div.wpcf7-response-output {
        padding-top: 15px;
        font-size: 13px
    }
}

div.wpcf7 .ajax-loader {
    background: transparent url(../images/partner-details/ajax-loader.gif) 0 0 no-repeat;
    width: 26px;
    height: 26px;
    background-size: 100% 100%;
    margin-left: 15px
}

#spotLight #wpss_slideshow_home-slider {
    padding: 0
}

form.wpcf7-form div.wpcf7-mail-sent-ok {
    font-weight: normal;
    color: #468847
}

div.wpcf7 img.ajax-loader {
    position: absolute;
    margin: 14px 0 0 16px
}

.wpcf7-form-control-wrap .wpcf7-not-valid {
    margin-bottom: 20px
}

.wpcf7-form .message span.wpcf7-not-valid-tip {
    top: 100%;
    padding-top: 0;
    margin-top: -16px
}

.enquiry-form .wpcf7-form span.wpcf7-not-valid-tip {
    background: none
}

.enquiry-form .wpcf7-form-control-wrap .wpcf7-not-valid {
    margin-bottom: 0
}

.enquiry-form .wpcf7-form span.wpcf7-not-valid-tip {
    position: static
}

.si-float-wrapper {
    position: absolute;
    width: 100%
}

.si-float-wrapper,
.si-float-wrapper * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

[class*=si-wrapper] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    cursor: default
}

.si-wrapper-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: -40px;
    margin-left: 0;
    -webkit-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%)
}

.si-wrapper-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-top: 0;
    margin-left: 0;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.si-wrapper-left {
    margin-top: -20px;
    margin-left: -11px;
    -webkit-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%)
}

.si-wrapper-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-top: -20px;
    margin-left: 11px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

[class*=si-shadow-wrapper] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .29804;
    z-index: 1
}

.si-shadow-wrapper-bottom,
.si-shadow-wrapper-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.si-shadow-pointer-bottom,
.si-shadow-pointer-right {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.si-shadow-frame {
    -webkit-box-shadow: 0 1px 3px 0 #000;
    box-shadow: 0 1px 3px 0 #000
}

[class*=si-shadow-pointer] {
    position: relative;
    width: 15px;
    height: 15px;
    margin: auto
}

[class*=si-shadow-inner-pointer] {
    position: absolute;
    width: 141%;
    height: 141%;
    -webkit-box-shadow: -0.70711px .70711px 3px 0 #000;
    box-shadow: -0.70711px .70711px 3px 0 #000
}

.si-shadow-inner-pointer-top {
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
}

.si-shadow-inner-pointer-bottom {
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 50%) rotate(-45deg);
    -ms-transform: translate(-50%, 50%) rotate(-45deg);
    transform: translate(-50%, 50%) rotate(-45deg)
}

.si-shadow-inner-pointer-left {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
}

.si-shadow-inner-pointer-right {
    top: 50%;
    right: 0;
    -webkit-transform: translate(50%, -50%) rotate(-45deg);
    -ms-transform: translate(50%, -50%) rotate(-45deg);
    transform: translate(50%, -50%) rotate(-45deg)
}

.si-frame {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    border-radius: 3px;
    overflow: hidden;
    z-index: 2
}

.si-content-wrapper {
    width: 260px;
    border-radius: 10px;
    max-width: 100%;
    max-height: 100%;
    padding: 18px 13px;
    text-align: center;
    background-color: #fff
}

.si-content {
    overflow: auto
}

.si-close-button {
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    outline: 0;
    background-color: transparent;
    color: inherit;
    font-family: Arial, Baskerville, monospace;
    font-size: 24px;
    cursor: pointer;
    opacity: .5;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.si-close-button:focus,
.si-close-button:hover {
    opacity: .7
}

[class*=si-pointer-border] {
    position: absolute;
    border: 11px solid transparent;
    z-index: 3
}

[class*=si-pointer-bg] {
    position: relative;
    border: 9px solid transparent;
    z-index: 4
}

.si-has-border [class*=si-pointer-bg] {
    border-width: 11px
}

.si-pointer-border-bottom,
.si-pointer-border-top {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.si-pointer-border-left,
.si-pointer-border-right {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.si-pointer-top {
    border-bottom: 0
}

.si-pointer-border-top {
    bottom: 0;
    border-top-color: #bbb
}

.si-pointer-bg-top {
    border-top-color: #fff
}

.si-has-border .si-pointer-bg-top {
    top: -1px;
    margin-bottom: 0
}

.si-pointer-bottom {
    border-top: 0
}

.si-pointer-border-bottom {
    top: 0;
    border-bottom-color: #bbb
}

.si-pointer-bg-bottom {
    border-bottom-color: #fff
}

.si-has-border .si-pointer-bg-bottom {
    bottom: -1px;
    margin-top: 0
}

.si-pointer-left {
    border-right: 0
}

.si-pointer-border-left {
    right: 0;
    border-left-color: #bbb
}

.si-pointer-bg-left {
    border-left-color: #fff
}

.si-has-border .si-pointer-bg-left {
    left: -1px;
    margin-right: 0
}

.si-pointer-right {
    border-left: 0
}

.si-pointer-border-right {
    left: 0;
    border-right-color: #bbb
}

.si-pointer-bg-right {
    border-right-color: #fff
}

.si-has-border .si-pointer-bg-right {
    right: -1px;
    margin-left: 0
}

.page-template-partners-program .section--intro {
    position: relative;
    z-index: 1;
    background: transparent url(../images/partners-program/program-banner.jpg) 0 0 no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin-bottom: 10rem
}

@media only screen and (max-width:1023px) {
    .page-template-partners-program .section--intro {
        margin-bottom: 8rem
    }
}

@media only screen and (max-width:767px) {
    .page-template-partners-program .section--intro {
        margin-bottom: 4.5rem;
        padding: 8rem 0 5rem
    }
}

@media only screen and (max-width:575px) {
    .page-template-partners-program .section--intro {
        background-size: cover
    }
}

.page-template-partners-program .section--intro:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 2.8125%;
    background: transparent url(../images/partners-directory/curve-01.png) 0 0 no-repeat;
    background-size: 100% 100%
}

.page-template-partners-program .section--intro .section__content {
    text-align: left
}

@media only screen and (max-width:1199px) {
    .page-template-partners-program .section--intro .section__content {
        text-align: center;
        padding: 0
    }

    .page-template-partners-program .section--intro .section__content .row {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center
    }
}

.page-template-partners-program .section--intro h1 {
    margin-bottom: 50px
}

@media only screen and (max-width:767px) {
    .page-template-partners-program .section--intro h1 {
        margin-bottom: 25px;
        font-size: 2.4rem;
        line-height: 1.2
    }
}

.page-template-partners-program .section--intro .program-label {
    font-size: 1.5rem;
    position: relative;
    z-index: 1;
    padding: 2px 26px 4px;
    min-width: 350px;
    margin-bottom: 30px;
    display: inline-block
}

@media only screen and (max-width:1199px) {
    .page-template-partners-program .section--intro .program-label {
        min-width: 1px;
        font-size: 1.4rem;
        margin-bottom: 15px
    }
}

.page-template-partners-program .section--intro .program-label:before {
    content: '';
    border-radius: 50%;
    position: absolute;
    left: 12px;
    top: 12px;
    width: 5px;
    height: 5px;
    background: #7091FA
}

.page-template-partners-program .section--intro .program-label:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: -moz-linear-gradient(left, #7091fa 0%, rgba(125, 185, 232, 0) 100%);
    background: -webkit-linear-gradient(left, #7091fa 0%, rgba(125, 185, 232, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, from(#7091fa), to(rgba(125, 185, 232, 0)));
    background: -o-linear-gradient(left, #7091fa 0%, rgba(125, 185, 232, 0) 100%);
    background: linear-gradient(to right, #7091fa 0%, rgba(125, 185, 232, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7091fa', endColorstr='#007db9e8', GradientType=1);
    z-index: -1;
    opacity: 0.45;
    border-radius: 25px
}

.partner-section-program .partner-row {
    border-radius: 28px;
    -webkit-box-shadow: 0px 15px 15px rgba(150, 180, 216, 0.2);
    box-shadow: 0px 15px 15px rgba(150, 180, 216, 0.2)
}

@media only screen and (max-width:767px) {
    .partner-section-program .partner-row {
        border-radius: 16px;
        margin-bottom: 0
    }
}

@media only screen and (max-width:767px) {
    .partner-section-program .partner-row .partner-location {
        position: static
    }
}

.partner-section-program .partner-row .partner-details-col {
    padding: 30px 65px 40px 30px;
    -webkit-flex: 1;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

@media only screen and (max-width:1199px) {
    .partner-section-program .partner-row .partner-details-col {
        padding: 30px 30px 30px 15px
    }
}

@media only screen and (max-width:767px) {
    .partner-section-program .partner-row .partner-details-col {
        padding: 15px 25px 25px
    }
}

.partner-section-program .partner-row .partner-details-col span.btn {
    display: table;
    max-width: 236px;
    width: 100%
}

@media only screen and (max-width:767px) {
    .partner-section-program .partner-row .partner-details-col span.btn {
        display: block;
        max-width: 100%
    }
}

.partner-section-program .partner-row .partner-img-col {
    max-width: 40%;
    padding: 0;
    position: relative;
    background: none
}

@media only screen and (max-width:767px) {
    .partner-section-program .partner-row .partner-img-col {
        max-width: 100%
    }
}

.partner-section-program .partner-row .partner-img {
    max-width: 100%;
    margin: 0;
    height: 100%
}

@media only screen and (max-width:767px) {
    .partner-section-program .partner-row .partner-img {
        display: none
    }
}

.partner-section-program .partner-row .partner-img.partner-img-mobile {
    display: none
}

@media only screen and (max-width:767px) {
    .partner-section-program .partner-row .partner-img.partner-img-mobile {
        display: block
    }
}

.partner-section-program .partner-row .partner-label {
    position: absolute;
    bottom: 30px;
    font-size: 1.8rem;
    margin-left: -40px
}

.partner-section-program .partner-row .partner-label img {
    width: 60px
}

@media only screen and (max-width:1023px) {
    .partner-section-program .partner-row .partner-label {
        font-size: 1.4rem
    }

    .partner-section-program .partner-row .partner-label img {
        width: 47px
    }
}

@media only screen and (max-width:767px) {
    .partner-section-program .partner-row .partner-label {
        font-size: 1rem;
        top: auto;
        margin: 0;
        bottom: 0
    }

    .partner-section-program .partner-row .partner-label img {
        width: 26px
    }
}

.partner-section-program .partner-row .partner-header {
    margin-bottom: 5px
}

.partner-section-program .partner-row .partner-header h3 {
    margin: 0;
    font-size: 38px
}

@media only screen and (max-width:1199px) {
    .partner-section-program .partner-row .partner-header h3 {
        font-size: 2.4rem
    }
}

@media only screen and (max-width:767px) {
    .partner-section-program .partner-row .partner-header h3 {
        font-size: 1.8rem
    }
}

.partner-section-program .partner-row .partner-header img {
    margin-left: auto;
    max-width: 150px;
    width: auto
}

@media only screen and (max-width:1199px) {
    .partner-section-program .partner-row .partner-header img {
        max-width: 120px
    }
}

@media only screen and (max-width:767px) {
    .partner-section-program .partner-row .partner-header img {
        max-width: 84px
    }
}

.partner-section-program .partner-row p {
    font-size: 2.1rem;
    font-style: italic;
    line-height: 1.7428;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    -webkit-box-flex: 1;
    flex: 1 0 auto
}

@media only screen and (max-width:1199px) {
    .partner-section-program .partner-row p {
        font-size: 1.4rem
    }
}

.section.section--certification {
    background: #fbfcfd;
    padding-top: 10rem
}

@media only screen and (max-width:1023px) {
    .section.section--certification {
        padding-top: 8rem
    }
}

@media only screen and (max-width:767px) {
    .section.section--certification {
        padding-top: 4rem
    }
}

@media only screen and (max-width:575px) {
    .section.section--certification .container {
        padding-left: 10px;
        padding-right: 10px
    }
}

.section.section--certification .title {
    margin-bottom: 6rem
}

@media only screen and (max-width:1023px) {
    .section.section--certification .title {
        margin-bottom: 5rem
    }
}

.section.section--certification .partner-badges {
    text-align: center;
    font-size: 2rem;
    color: #18283B;
    font-weight: 600
}

@media only screen and (max-width:767px) {
    .section.section--certification .partner-badges {
        font-size: 1.8rem
    }
}

.section.section--certification .partner-badges .badge-col {
    margin-bottom: 50px
}

.section.section--certification .partner-badges .badge-col img {
    width: 100px;
    height: 100%;
    display: block;
    margin: 15px auto 15px
}

@media only screen and (max-width:1023px) {
    .section.section--certification .partner-badges .badge-col {
        margin-bottom: 40px
    }

    .section.section--certification .partner-badges .badge-col img {
        width: 80px;
        height: 80px;
        margin: 15px auto 10px
    }
}

@media only screen and (max-width:767px) {
    .section.section--certification .partner-badges .badge-col {
        margin-bottom: 25px
    }

    .section.section--certification .partner-badges .badge-col img {
        width: 63px;
        height: 63px;
        margin: 10px auto 15px
    }
}

.section.section--certification .partner-badges .details-link {
    text-decoration: none;
    color: #1DD597;
    font-size: 16px
}

.section.section--certification .partner-badges .details-link i {
    display: inline-block;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    font-size: 12px;
    margin-left: 10px;
    position: relative;
    top: -1px
}

.levels-table-section {
    padding: 10rem 0 8rem;
    text-align: center
}

@media only screen and (max-width:767px) {
    .levels-table-section {
        padding: 5rem 0
    }
}

.levels-table-section .btn {
    border-width: 2px
}

.levels-table-section .btn:not(:hover) {
    background: none
}

.levels-table-section .levels-accordion {
    display: none
}

@media only screen and (max-width:1023px) {
    .levels-table-section .levels-accordion {
        display: block
    }
}

.levels-table-section table {
    width: 100%;
    margin-bottom: 60px
}

@media only screen and (max-width:1023px) {
    .levels-table-section table {
        display: none
    }
}

.levels-table-section table th {
    font-size: 1.2rem;
    padding: 24px 15px
}

.levels-table-section table th img {
    width: 35px;
    height: 35px;
    margin-right: 8px
}

.levels-table-section table th:nth-child(2) {
    font-size: 1.5rem
}

.levels-table-section table td,
.levels-table-section table th {
    color: #18283B;
    font-weight: 600;
    text-align: center
}

.levels-table-section table td {
    border-top: 2px solid #e5ebf2;
    font-size: 18px;
    padding: 5px 10px;
    vertical-align: middle
}

@media only screen and (max-width:1199px) {
    .levels-table-section table td {
        font-size: 16px
    }
}

.levels-table-section table td span {
    padding: 13px 0;
    display: block
}

@media only screen and (max-width:1199px) {
    .levels-table-section table td span {
        padding: 8px 0
    }
}

.levels-table-section table td:first-child {
    padding: 5px 10px 5px 0;
    text-align: left;
    width: 43%
}

@media only screen and (max-width:1199px) {
    .levels-table-section table td:first-child {
        width: 50%
    }
}

.levels-table-section tr:last-child td {
    border-bottom: 2px solid #e5ebf2
}

.levels-table-section tr.child-row td {
    border-top: 0;
    font-weight: 400;
    color: #6B7A8C
}

.levels-table-section tr.child-row td i {
    background: #e0f7f1;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    font-size: 7px;
    line-height: 18px;
    text-align: center;
    color: #3AC98B;
    display: block;
    margin: 0 auto
}

.levels-table-section tr.child-row td i.icon-close {
    background: #f6e1eb;
    color: #707070
}

.levels-table-section .accordion {
    text-align: left;
    margin: 0 -3.5rem 5rem;
    max-width: none
}

.levels-table-section .accordion li {
    border-bottom: 2px solid #e5eaf2
}

@media only screen and (max-width:575px) {
    .levels-table-section .accordion {
        margin: 0 -1rem 5rem
    }
}

.levels-table-section .accordion__header {
    padding: 0 !important;
    border: 0 !important
}

.levels-table-section .accordion__header h3 {
    font-size: 2.4rem;
    margin: 0;
    padding: 15px 20px;
    color: #18283B
}

@media only screen and (max-width:767px) {
    .levels-table-section .accordion__header h3 {
        font-size: 1.6rem;
        padding: 10px
    }
}

.levels-table-section .accordion__header h3 img {
    width: 50px;
    height: 50px;
    margin-right: 10px
}

@media only screen and (max-width:767px) {
    .levels-table-section .accordion__header h3 img {
        width: 26px;
        height: 26px
    }
}

.levels-table-section .accordion__header:after {
    right: 100px;
    top: 50% !important;
    margin-top: -11px;
    color: #18283B
}

@media only screen and (max-width:767px) {
    .levels-table-section .accordion__header:after {
        right: 30px
    }
}

.levels-table-section .accordion__body {
    padding: 0
}

.levels-table-section .accordion__body .level-section .level-inforow {
    border-top: 2px solid #e5eaf2
}

.levels-table-section .accordion__body .level-section .level-inforow .level-row-inner {
    position: relative;
    padding-right: 180px;
    min-height: 60px;
    padding: 5px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center
}

@media only screen and (max-width:767px) {
    .levels-table-section .accordion__body .level-section .level-inforow .level-row-inner {
        padding: 5px 70px 5px 10px;
        min-height: 50px
    }
}

.levels-table-section .accordion__body .level-section .level-inforow .level-row-inner h4 {
    font-size: 1.8rem;
    margin: 0;
    max-width: 300px;
    width: 100%
}

@media only screen and (max-width:767px) {
    .levels-table-section .accordion__body .level-section .level-inforow .level-row-inner h4 {
        font-size: 1.4rem
    }
}

.levels-table-section .accordion__body .level-section .level-inforow .level-row-inner .level-right-col {
    position: absolute;
    font-size: 1.9rem;
    right: 90px;
    top: 0;
    line-height: 60px;
    color: #18283B;
    font-weight: 600
}

@media only screen and (max-width:767px) {
    .levels-table-section .accordion__body .level-section .level-inforow .level-row-inner .level-right-col {
        right: 25px;
        font-size: 1.4rem;
        line-height: 50px
    }
}

.levels-table-section .accordion__body .level-section .level-inforow .level-row-inner p {
    font-size: 1.8rem;
    margin: 0;
    max-width: 300px;
    width: 100%
}

@media only screen and (max-width:767px) {
    .levels-table-section .accordion__body .level-section .level-inforow .level-row-inner p {
        font-size: 1.4rem
    }
}

.levels-table-section .accordion__body .level-section .level-inforow .level-row-inner i {
    background: #e0f7f1;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    font-size: 7px;
    line-height: 18px;
    text-align: center;
    color: #3AC98B;
    display: block;
    position: absolute;
    right: 95px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.levels-table-section .accordion__body .level-section .level-inforow .level-row-inner i.icon-close {
    background: #f6e1eb;
    color: #707070
}

@media only screen and (max-width:767px) {
    .levels-table-section .accordion__body .level-section .level-inforow .level-row-inner i {
        right: 30px
    }
}

.levels-table-section .accordion__body .level-section .level-inforow .level-row-inner.disabled p {
    opacity: 0.4
}

.section.support--level {
    padding: 10rem 0
}

@media only screen and (max-width:1023px) {
    .section.support--level {
        padding: 8rem 0
    }
}

@media only screen and (max-width:767px) {
    .section.support--level {
        padding: 4rem 0 5rem
    }

    .section.support--level .title {
        text-align: left
    }
}

@media only screen and (max-width:575px) {
    .section.support--level .container {
        padding-left: 10px;
        padding-right: 10px
    }
}

.section.become--partner {
    padding-bottom: 0;
    position: relative
}

.section.become--partner:after {
    content: '';
    background: #FBFCFD;
    display: block;
    width: 100%;
    height: 100px;
    margin-top: -50px
}

@media only screen and (max-width:767px) {
    .section.become--partner:after {
        height: 70px
    }
}

@media only screen and (max-width:575px) {
    .section.become--partner .container {
        padding-left: 10px;
        padding-right: 10px
    }
}

.section.become--partner .partners-cta-row {
    margin: 0;
    display: block
}

.section.become--partner .partners-cta-row div.partners-cta-box {
    text-align: center;
    color: #fff;
    font-size: 1.9rem;
    padding: 40px 13%;
    z-index: 1;
    max-width: 100%;
    margin: 0 !important
}

@media only screen and (max-width:1023px) {
    .section.become--partner .partners-cta-row div.partners-cta-box {
        font-size: 1.4rem
    }
}

@media only screen and (max-width:767px) {
    .section.become--partner .partners-cta-row div.partners-cta-box {
        padding: 160px 15px 20px;
        margin: 0
    }
}

.section.become--partner .partners-cta-row div.partners-cta-box h2 {
    color: #fff;
    margin-bottom: 2rem
}

@media only screen and (max-width:767px) {
    .section.become--partner .partners-cta-row div.partners-cta-box h2 {
        font-size: 1.8rem
    }
}

.section.become--partner .partners-cta-row div.partners-cta-box p {
    margin-bottom: 4.5rem
}

@media only screen and (max-width:767px) {
    .section.become--partner .partners-cta-row div.partners-cta-box p {
        margin-bottom: 2rem
    }
}

.section.become--partner .partners-cta-row div.partners-cta-box svg {
    width: 400px;
    height: 400px;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    left: -9%;
    z-index: -1
}

@media only screen and (max-width:1199px) {
    .section.become--partner .partners-cta-row div.partners-cta-box svg {
        width: 280px;
        height: 280px;
        left: -11%;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        bottom: -30px
    }
}

@media only screen and (max-width:767px) {
    .section.become--partner .partners-cta-row div.partners-cta-box svg {
        width: 134px;
        height: 134px;
        position: absolute;
        top: 20px;
        left: 0;
        right: 0;
        margin: 0 auto
    }
}

@media only screen and (max-width:767px) {
    .section--program {
        padding-bottom: 5rem
    }

    .section--program .section__block:nth-child(3) .row>div:first-child {
        -webkit-order: 2;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

@media only screen and (max-width:575px) {
    .section--program .container {
        padding-left: 10px;
        padding-right: 10px
    }
}

.partner-list .ajax-loader {
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 40px;
    z-index: 2;
    display: none
}

.filters-listbox .filter-box .filter-trigger {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    overflow: hidden
}

.partner-loading:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: 1;
    opacity: 0.8
}

.page-template-partners-program h3+p {
    font-size: 1.9rem;
    line-height: 3.1rem
}

.levels-table-section {
    padding: 5rem 0 8rem
}

.filters-listbox .filter-box .filters-list .filters li label span:after {
    left: 13px;
    top: 12px;
    background-size: 100%
}

@media only screen and (max-width:1199px) {
    .page-template-partners-program h3+p {
        font-size: 1.4rem;
        line-height: 2.2rem
    }
}

.page-template-partners-program .section--intro .section__content>.row {
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.btn.btn-outline-success.request-btn:hover {
    border-color: #3fe9a3;
}

@media (min-width:768px) {
    .btn.btn-outline-success.request-btn {
        margin-left: 2rem;
    }
}

@media (max-width:767px) {
    .btn.btn-outline-success.request-btn {
        margin-top: 2rem;
    }
}

/*# sourceMappingURL=front.css.map */