@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700;800;900&display=swap');

@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/SegoeUIBlack.eot');
    src: url('../fonts/SegoeUIBlack.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SegoeUIBlack.woff2') format('woff2'),
        url('../fonts/SegoeUIBlack.woff') format('woff'),
        url('../fonts/SegoeUIBlack.ttf') format('truetype'),
        url('../fonts/SegoeUIBlack.svg#SegoeUIBlack') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* Icomoon */
@font-face {
    font-family: 'icomoon';
    src:  url('../../assets/');
    src:  url('../../assets/#iefix') format('embedded-opentype'),
      url('../../assets/fonts/icomoon.ttf?d28sva') format('truetype'),
      url('../../assets/fonts/icomoon.woff?d28sva') format('woff'),
      url('../../assets/fonts/icomoon.svg?d28sva#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }
  
  [class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .icon-forward:before {
    content: "\e90f";
  }
  .icon-checkmark:before {
    content: "\e910";
  }
  .icon-star:before {
    content: "\e90e";
  }
  .icon-special-arrow:before {
    content: "\e90b";
  }
  .icon-question-fill:before {
    content: "\e900";
  }
  .icon-computer:before {
    content: "\e901";
  }
  .icon-phone:before {
    content: "\e902";
  }
  .icon-mail:before {
    content: "\e903";
  }
  .icon-user:before {
    content: "\e904";
  }
  .icon-check:before {
    content: "\e905";
  }
  .icon-arrow-right:before {
    content: "\e906";
  }
  .icon-calendar:before {
    content: "\e907";
  }
  .icon-quote:before {
    content: "\e908";
  }
  .icon-minus:before {
    content: "\e909";
  }
  .icon-plus:before {
    content: "\e90a";
  }
  .icon-search:before {
    content: "\e90c";
  }
  .icon-gears:before {
    content: "\e90d";
  }
  


/* gform styling */
.gform_heading {
    text-align: center;
}

.gform_title {
    color: #595959;
    line-height: 1.2 !important;
    margin-bottom: 16px;
}

.gform_wrapper.gform_validation_error .gfield_contains_required select {
    border-color: #dd5520;
}

.gform_wrapper h2:after {
    display: none;
}

.gform_fields {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.4375rem;
}

@media (min-width:992px) {
    .gform_fields {
        margin: 0 -.9375rem;
    }
}

.gform_fields .gfield {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    position: relative;
    padding: 0 1.4375rem;
}

@media (min-width:992px) {
    .gform_fields .gfield {
        padding: 0 .9375rem;
    }
}

.gform_fields .gfield_required {
    color: #dd5520;
}

.gform_fields .gfield.hidden_label label,
.gform_fields .gfield .screen-reader-text,
.gform_fields .gfield.spacer {
    display: none;
}

@media (min-width:768px) {
    .gform_fields .gfield--width-half {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.gform_fields .gfield--width-full {
    flex: 0 0 100%;
    max-width: 100%;
}

.gform_fields .gfield_label {
    font-size: .875rem;
    color: #0056a3;
    font-weight: 500;
}

.gform_fields .gfield_required {
    color: #595959;
}

.gform_fields .gfield .multiselect-container .multiselect-all:focus,
.gform_fields .gfield .multiselect-container .multiselect-all:hover,
.gform_fields .gfield .multiselect-container .multiselect-option:focus,
.gform_fields .gfield .multiselect-container .multiselect-option:hover {
    background-color: #cee6ff !important;
}

.gform_body input:not([type=checkbox]):not([type=radio]):not([type=submit]),
.gform_body select,
.gform_body textarea {
    width: 100%;
    padding: .75rem .625rem;
    height: 37px;
    line-height: 1.5;
    border-radius: 2px;
    border: 1px solid #e6e6e6;
    color: #000;
    background-color: #fff;
    font-weight: 400;
    font-size: .875rem;
}

.gform_body input:not([type=checkbox]):not([type=radio]):not([type=submit])::-webkit-input-placeholder,
.gform_body select::-webkit-input-placeholder,
.gform_body textarea::-webkit-input-placeholder {
    color: #737373;
}

.gform_body input:not([type=checkbox]):not([type=radio]):not([type=submit])::-moz-placeholder,
.gform_body select::-moz-placeholder,
.gform_body textarea::-moz-placeholder {
    color: #737373;
}

.gform_body input:not([type=checkbox]):not([type=radio]):not([type=submit]):-ms-input-placeholder,
.gform_body select:-ms-input-placeholder,
.gform_body textarea:-ms-input-placeholder {
    color: #737373;
}

.gform_body input:not([type=checkbox]):not([type=radio]):not([type=submit]):focus,
.gform_body select:focus,
.gform_body textarea:focus {
    outline: none;
}

.gform_body select {
    appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-position: calc(100% - 10px) 50%;
    background-repeat: no-repeat;
    background-size: 13px;
    padding-right: 2rem !important;
    line-height: 1.2;
}

@media (min-width:576px) {
    .gform_body select {
        background-position: calc(100% - 20px) 50%;
        padding-right: 2.4rem !important;
    }
}

.gform_body select::-ms-expand {
    display: none;
}

.gform_body textarea {
    height: 4.3125rem;
    resize: none;
    vertical-align: top;
    overflow: hidden;
}

.gform_body input:-webkit-autofill:active,
.gform_body input:-webkit-autofill:focus,
.gform_body input:-webkit-autofill:hover {
    -webkit-box-shadow: 0 0 0 50px #fff inset !important;
}

.gform_body input:-webkit-autofill {
    -webkit-text-fill-color: #595959 !important;
}

.gform_body .validation_message {
    display: none;
    font-size: .8125rem;
}

@media (min-width:768px) {
    .gform_body .validation_message {
        font-size: .9375rem;
    }
}

.gform_body .gfield_error input:not([type=checkbox]):not([type=radio]):not([type=submit]),
.gform_body .gfield_error select,
.gform_body .gfield_error textarea,
.gform_body .gfield_error .multiselect {
    border-color: #dd5520 !important
}

.gform_footer {
    position: relative;
    text-align: center;
    margin-top: .625rem;
}

.gform_footer .gform_ajax_spinner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1rem;
    display: block !important;
}

.gform_button {
    display: inline-block;
    background: linear-gradient(180deg, #1e5799 0, #eeb92b 0, #dc900a);
    color: #fff;
    padding: 10px 40px;
    text-transform: uppercase;
    font-size: 1.0625rem;
    font-family: Segoe UI, serif;
    font-weight: 600;
    border-radius: 33px;
    border: 1px solid transparent;
    line-height: 1.5 !important;
    text-align: center !important;
    transition: all .2s ease-in-out;
}

.gform_button:hover {
    opacity: .9;
}

.gform-button--width-full {
    width: 100%;
}

.gform_confirmation_wrapper {
    text-align: center;
}

.gform_confirmation_message {
    display: inline-block;
    background-color: #007bff;
    line-height: 1.5;
    padding: 1rem;
    border: 1px solid #007bff;
    border-radius: .625rem;
    font-size: .9375rem;
    color: #fff;
}

@media (min-width:576px) {
    .gform_confirmation_message {
        font-size: 1rem;
    }
}

@media (min-width:992px) {
    .gform_confirmation_message {
        font-size: 1.125rem;
        padding: 1.6rem 1rem;
    }
}

.gform_validation_errors {
    text-align: center;
}

.gform_validation_errors .gform_submission_error {
    display: inline-block;
    color: #fff;
    font-size: .9375rem;
    line-height: 1.4;
    border-radius: 12px;
    margin-bottom: 1rem;
    font-weight: 600;
    background-color: rgba(221, 85, 32, .8);
    padding: 1rem
}

@media (min-width:576px) {
    .gform_validation_errors .gform_submission_error {
        font-size: 1.0625rem;
    }
}

.slider .gform_title {
    text-align: center !important;
    margin-bottom: 28px;
    padding: 0;
}

.form-alt .gform_fields {
    margin: 0;
}

.form-alt .gform_fields .gfield--type-multiselect .btn-group {
    display: block;
}

.form-alt .gform_fields .gfield.has-icon {
    padding: 0;
}

.form-alt .gform_fields .gfield.has-icon:after {
    font-family: icomoon;
    position: absolute;
    right: 0;
    top: 12px;
    color: #235085;
    font-size: 1.125rem;
}

.form-alt .gform_fields .gfield.icon .multiselect,
.form-alt .gform_fields .gfield.icon input:not([type=checkbox]):not([type=radio]):not([type=submit]),
.form-alt .gform_fields .gfield.icon select,
.form-alt .gform_fields .gfield.icon textarea.small {
    padding-right: 40px;
}

.form-alt .gform_fields .gfield.icon_user:after {
    content: "\E904";
}

.form-alt .gform_fields .gfield.icon_mail:after {
    content: "\E903";
}

.form-alt .gform_fields .gfield.icon_phone:after {
    content: "\E902";
}

.form-alt .gform_fields .gfield.icon_computer:after {
    content: "\E901";
}

.form-alt .gform_fields .gfield.icon_gear:after {
    content: "\E90D";
}

.form-alt .gform_fields .gfield.icon_question:after {
    content: "\E900";
}

.form-alt .gform_body .multiselect,
.form-alt .gform_body input:not([type=checkbox]):not([type=radio]):not([type=submit]),
.form-alt .gform_body select,
.form-alt .gform_body textarea.small {
    padding: .875rem 0;
    height: 52px;
    border: 0;
    font-size: .875rem;
    border-bottom: 1px solid rgba(89, 89, 89, .5);
}

.form-alt .gform_body .multiselect::-webkit-input-placeholder,
.form-alt .gform_body input:not([type=checkbox]):not([type=radio]):not([type=submit])::-webkit-input-placeholder,
.form-alt .gform_body select::-webkit-input-placeholder,
.form-alt .gform_body textarea.small::-webkit-input-placeholder {
    color: #0056a3;
}

.form-alt .gform_body .multiselect::-moz-placeholder,
.form-alt .gform_body input:not([type=checkbox]):not([type=radio]):not([type=submit])::-moz-placeholder,
.form-alt .gform_body select::-moz-placeholder,
.form-alt .gform_body textarea.small::-moz-placeholder {
    color: #0056a3;
}

.form-alt .gform_body .multiselect:-ms-input-placeholder,
.form-alt .gform_body input:not([type=checkbox]):not([type=radio]):not([type=submit]):-ms-input-placeholder,
.form-alt .gform_body select:-ms-input-placeholder,
.form-alt .gform_body textarea.small:-ms-input-placeholder {
    color: #0056a3;
}

.form-alt .gform_body .multiselect {
    display: inline-block;
    color: #0660be;
    appearance: none;
    border-radius: 0;
    width: 100%;
    text-align: left !important;
    background: #fff;
}

.form-alt .gform_body .multiselect:focus {
    box-shadow: none;
}

.form-alt .gform_body .multiselect-container .form-check-label {
    display: inline;
}

@media (min-width:1200px) {
    .container.container--xl {
        max-width: 1310px;
    }
}

.bg-gray-300 {
    background-color: #ebeff2;
}

/* complex heading styling */
.complex-heading__title {
    font-size: 22px;
    color: #595959;
}

@media (min-width:768px) {
    .complex-heading__title {
        font-size: 24px;
    }
}

@media (min-width:1200px) {
    .complex-heading__title {
        font-size: 30px;
    }
}

.complex-heading__title:after {
    display: none;
}

.complex-heading__prefix {
    position: relative;
    padding: 0 80px;
    display: inline-block;
    margin-bottom: 12px;
    color: #0660be;
    font-size: 17px;
}

.complex-heading__prefix:after,
.complex-heading__prefix:before {
    content: "";
    width: 65px;
    background-color: #0660be;
    height: 1px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.complex-heading__prefix:before {
    left: 0;
}

.complex-heading__prefix:after {
    right: 0;
}

.complex-heading__main {
    display: block;
}

.lead-text {
    font-size: 20px;
}

.responsive-image img {
    max-width: 100%;
    height: auto;
}

.alternate-rows>.row {
    margin-bottom: 32px;
}

@media (min-width:768px) {
    .alternate-rows>.row {
        margin-bottom: 48px;
    }
}

@media (min-width:1200px) {
    .alternate-rows>.row {
        margin-bottom: 64px;
    }
}

/* list styling */

.list-icon ul,
ul.list-icon {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    font-size: 16px;
}

@media (min-width:992px) {

    .list-icon ul,
    ul.list-icon {
        font-size: 18px;
    }
}

.list-icon ul li,
ul.list-icon li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 12px;
}

.list-icon ul li:before,
ul.list-icon li:before {
    content: "\E90B";
    font-family: icomoon;
    position: absolute;
    left: 0;
    top: 0;
    color: #0660be;
}

.list-check ul,
ul.list-check {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.list-check ul li,
ul.list-check li {
    position: relative;
    z-index: 0;
    padding-left: 36px;
    margin-bottom: 12px;
}

@media (min-width:768px) {

    .list-check ul li,
    ul.list-check li {
        padding-left: 48px;
        margin-bottom: 20px;
    }
}

.list-check ul li:after,
.list-check ul li:before,
ul.list-check li:after,
ul.list-check li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    color: #0660be;
    line-height: 1;
}

.list-check ul li:before,
ul.list-check li:before {
    content: "\E905";
    font-family: icomoon;
    left: 5px;
    font-size: 1.25rem;
}

@media (min-width:768px) {

    .list-check ul li:before,
    ul.list-check li:before {
        font-size: 1.5rem;
    }
}

@media (min-width:1200px) {

    .list-check ul li:before,
    ul.list-check li:before {
        top: -5px;
        font-size: 1.875rem;
    }
}

.list-check ul li:after,
ul.list-check li:after {
    background-color: #cee6ff;
    border-radius: 50%;
    z-index: -1;
    width: 22px;
    height: 22px;
    top: 3px;
}

@media (min-width:768px) {

    .list-check ul li:after,
    ul.list-check li:after {
        width: 26px;
        height: 26px;
        top: 0;
    }
}

/* css counter */
.counter-wrap {
    counter-reset: count;
}

.counter-item:before {
    counter-increment: count;
    content: counter(count);
}

/* slick utilites */
.slick-dots-sm .slick-dots {
    position: static;
}

.slick-dots-sm .slick-dots li {
    width: 6px;
    height: 6px;
    background-color: #595959;
    border-radius: 50%;
    margin-top: 24px;
}

@media (min-width:768px) {
    .slick-dots-sm .slick-dots li {
        margin-top: 36px;
    }
}

@media (min-width:1200px) {
    .slick-dots-sm .slick-dots li {
        margin-top: 48px;
    }
}

.slick-dots-sm .slick-dots li.slick-active {
    width: 31px;
    height: 6px;
}

.slick-dots-sm .slick-dots li button {
    width: auto;
    height: auto;
}

.slick-dots-sm .slick-dots li button:before {
    display: none;
}

.slick-hide-arrows .slick-arrow {
    display: none !important
}

@media (min-width:768px) {
    .slick-md-height .slick-track {
        display: flex;
    }

    .slick-md-height .slick-slide {
        height: inherit;
    }
}

.slick-arrow-sm .slick-arrow {
    border-color: transparent;
    background-color: #dce9f2;
    width: 24px;
    height: 24px;
}

.slick-arrow-sm .slick-next:before,
.slick-arrow-sm .slick-prev:before {
    font-size: .75rem;
    color: #0056a3;
}

.slick-arrow-btmRight .slick-arrow {
    top: auto;
    transform: none;
    bottom: 15px;
}

.slick-arrow-btmRight .slick-prev {
    left: auto;
    right: 54px;
}

.slick-arrow-btmRight .slick-next {
    right: 15px;
}

/* simple accordion styling */
.accordion-simple .accordion-item:not(:last-child) {
    border-bottom: 1px solid hsla(0, 0%, 45.1%, .2);
    padding-bottom: 14px;
    margin-bottom: 20px;
}

@media (min-width:768px) {
    .accordion-simple .accordion-item:not(:last-child) {
        padding-bottom: 18px;
        margin-bottom: 24px;
    }
}

@media (min-width:1200px) {
    .accordion-simple .accordion-item:not(:last-child) {
        padding-bottom: 22px;
        margin-bottom: 32px;
    }
}

.accordion-simple .accordion-btn {
    position: relative;
    text-align: left;
    display: block;
    width: 100%;
    font-weight: 600;
    color: #000;
    line-height: 1.36;
    border: 0;
    background-color: transparent;
    padding: 0 80px 0 0;
    font-size: 18px;
}

@media (min-width:768px) {
    .accordion-simple .accordion-btn {
        font-size: 20px;
    }
}

@media (min-width:1200px) {
    .accordion-simple .accordion-btn {
        font-size: 22px;
    }
}

.accordion-simple .accordion-btn:after {
    content: "\E909";
    font-family: icomoon;
    line-height: 1;
    position: absolute;
    top: 6px;
    right: 0;
    font-weight: 400;
}

.accordion-simple .accordion-btn.collapsed:after {
    content: "\E90A";
}

.accordion-simple .accordion-content {
    padding-top: 24px;
}

/* steps-guide block */
.step-guides {
    position: relative;
}

.step-guides:before {
    content: "";
    background-image: url(../images/dotted-wave.png);
    background-repeat: repeat-x;
    position: absolute;
    left: 15%;
    right: 15%;
    top: 0;
    height: 110px;
}

@media (max-width:991.98px) {
    .step-guides:before {
        display: none;
    }
}

.step-guides__item {
    position: relative;
    text-align: center;
    max-width: 310px;
    margin: 0 auto;
}

@media (max-width:991.98px) {
    .step-guides__item {
        padding-bottom: 48px;
    }
}

.step-guides__item:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    border-right: 2px dashed rgba(47, 136, 177, .34);
    height: 48px;
}

@media (min-width:992px) {
    .step-guides__item:after {
        display: none;
    }
}

@media (min-width:1200px) {
    .step-guides__item {
        font-size: 1.125rem;
    }
}

.step-guides__item h4 {
    font-size: 1.375rem;
    font-weight: 600;
    color: #000;
    margin-bottom: 24px;
}

.step-guides__number {
    width: 150px;
    height: 150px;
    margin: 0 auto 32px;
    border: 2px dashed #2f88b1;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4rem;
    color: #0660be;
    font-weight: 900;
    box-shadow: 0 7px 31px rgba(47, 136, 177, .34);
}
/* slider gap */

.slider-gap .slick-list {
    margin: 0 -12px;
}

.slider-gap .slick-slide {
    padding: 0 12px;
}

@media (min-width:992px) {
    .testimonial-slider .slick-list {
        margin-right: -40%;
    }
}

/* cards styling */
.card-business {
    border: 1px solid #dcdcdc;
 display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    box-shadow: 0 2px 21px rgba(0, 0, 0, .05);
    transition: all .2s;
    padding: 20px 12px;
    height: 100%;
    position: relative;
}
.card-business::after {
    content: "";
    position: absolute;
    left: 15px;
    bottom: 0;
    height: 2px;
    width: 90.5%;
    background: linear-gradient(to right, #FF5CC8, #F09867);
}

@media (min-width:768px) {
    .card-business {
        gap: 16px;
        padding: 24px 16px;
    }
}

@media (min-width:1200px) {
    .card-business {
        gap: 20px;
        padding: 32px 20px;
    }
}

.card-business:hover {
    border-color: #0660be
}

.card-business__icon {
    flex: 0 0 auto;
    margin-bottom: 0;
}

.card-business__icon img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    border: 1px solid #e6e6e6;
}

.card-business__text {
    flex: 1 1 0;
    color: #0d0549 !important;
    font-weight: 100;
}

.card-business__text p strong:first-of-type {
    font-size: 24px;
    color: #0d0549 !important;
    font-weight: 700;
}

@media (min-width:768px) {
    .card-business__text p strong:first-of-type {
        font-size: 24px;
    }
}

@media (min-width:1200px) {
    .card-business__text p strong:first-of-type {
        font-size: 30px;
    }
}

.card-business__text p:last-of-type {
    margin-bottom: 0;
}

.card-testimonial {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: #fff;
    padding: 20px 16px;
    border-radius: 16px;
    font-size: 1rem;
}

@media (min-width:768px) {
    .card-testimonial {
        padding: 24px 20px;
    }
}

@media (min-width:992px) {
    .card-testimonial {
        font-size: 1.125rem;
    }
}

@media (min-width:1200px) {
    .card-testimonial {
        padding: 30px;
    }
}

.card-testimonial q {
    display: block;
    margin-bottom: 24px;
}

@media (min-width:768px) {
    .card-testimonial q {
        margin-bottom: 36px;
    }
}

@media (min-width:1200px) {
    .card-testimonial q {
        margin-bottom: 43px;
    }
}

.card-testimonial q:after,
.card-testimonial q:before {
    display: none;
}

.card-testimonial .icon-quote {
    display: block;
    color: #0660be;
    font-size: 2rem;
    margin-bottom: 16px;
}

@media (min-width:768px) {
    .card-testimonial .icon-quote {
        font-size: 2.375rem;
        margin-bottom: 20px;
    }
}

@media (min-width:1200px) {
    .card-testimonial .icon-quote {
        font-size: 2.75rem;
        margin-bottom: 24px;
    }
}

.card-testimonial__author {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: auto;
    gap: 12px;
}

@media (min-width:768px) {
    .card-testimonial__author {
        gap: 16px;
    }
}

@media (min-width:1200px) {
    .card-testimonial__author {
        gap: 20px;
    }
}

.card-testimonial__author img {
    flex: 0 0 auto;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.card-testimonial__author figcaption {
    flex: 1 1 0;
}

.card-testimonial__author figcaption strong {
    font-weight: 600;
    text-transform: capitalize;
    color: #000;
    font-size: 1.125rem;
}

@media (min-width:768px) {
    .card-testimonial__author figcaption strong {
        font-size: 1.25rem;
    }
}

@media (min-width:1200px) {
    .card-testimonial__author figcaption strong {
        font-size: 1.375rem;
    }
}

.card-testimonial__author figcaption ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    font-size: 1rem;
    color: #efba2c;
}

.card-testimonial__author figcaption li {
    display: inline-block;
}

.card-article {
    position: relative;
    height: 100%;
    border: 1px solid rgba(221, 85, 32, .2);
    padding: 8px;
    transition: all .2s;
}

.card-article:hover {
    border-color: transparent;
    box-shadow: 0 6px 24px rgba(0, 0, 0, .12);
}

.card-article:hover .card-article__img img {
    transform: scale(1.2);
}

@media (min-width:992px) {
    .card-article {
        font-size: 1.125rem;
    }
}

.card-article__img {
    position: relative;
    margin-bottom: 0;
    overflow: hidden;
}

.card-article__img:before {
    content: "";
    display: block;
    padding-top: 56.25%;
}

.card-article__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .2s;
}

.card-article__body {
    padding: 16px 8px 20px;
}

.card-article__body h4 {
    font-size: 1.375rem;
    font-weight: 600;
    color: #000;
}

.card-article .btn-link {
    vertical-align: middle;
    color: #0660be;
    text-decoration: none;
}

.card-article .btn-link:hover i {
    margin-left: 4px;
}

.card-article .btn-link i {
    position: relative;
    top: 3px;
    margin-left: 8px;
    transition: all .2s;
}

/* cta form block */
.cta-form {
    background-color: #ebeff2;
    padding: 28px 20px;
}

@media (min-width:768px) {
    .cta-form {
        padding: 36px 24px;
    }
}

@media (min-width:1200px) {
    .cta-form {
        padding: 50px 44px;
    }
}

.cta-form__form {
    background-color: #fff;
    padding: 16px;
}

@media (min-width:768px) {
    .cta-form__form {
        padding: 24px;
    }
}

@media (min-width:1200px) {
    .cta-form__form {
        padding: 32px;
    }
}

.cta-form__info {
    color: #0660be;
}

@media (min-width:768px) {
    .cta-form__info {
        font-size: 18px;
    }
}

@media (min-width:1200px) {
    .cta-form__info {
        font-size: 20px;
    }
}

.cta-form__info h2,
.cta-form__info h3,
.cta-form__info h4 {
    font-family: Raleway, sans-serif;
    color: #0660be;
    font-weight: 700;
    line-height: 1.375;
    text-transform: none;
    margin-bottom: 12px;
}

.cta-form__info h2 {
    padding: 0;
    font-size: 1.5rem;
}

@media (min-width:768px) {
    .cta-form__info h2 {
        font-size: 2rem;
    }
}

@media (min-width:1200px) {
    .cta-form__info h2 {
        font-size: 2.5rem;
    }
}

.cta-form__info h2:after {
    display: none;
}

.cta-form__info h3 {
    font-size: 1.375rem;
}

@media (min-width:768px) {
    .cta-form__info h3 {
        font-size: 1.5rem;
    }
}

@media (min-width:1200px) {
    .cta-form__info h3 {
        font-size: 1.75rem;
    }
}

.cta-form__info h4 {
    font-size: 1.25rem;
}

@media (min-width:768px) {
    .cta-form__info h4 {
        font-size: 1.375rem;
    }
}

@media (min-width:1200px) {
    .cta-form__info h4 {
        font-size: 1.5rem;
    }
}

.cta-form__info p+ul {
    margin-top: 32px;
}

/* review slider */
.review-slider {
    padding: 20px;
}
.testimonials .review-slider{
    background-color: #C4D8E6;
}
.review-item {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 0;
}

@media (max-width:767.98px) {
    .review-item {
        flex-direction: column;
    }
}

.review-item__badge {
    flex: 0 0 auto;
    margin-bottom: 0;
}

.review-item__badge img {
    max-width: 80px;
    width: auto;
    height: auto;
}

@media (min-width:768px) {
    .review-item__badge img {
        max-width: 90px;
    }
}

@media (min-width:1200px) {
    .review-item__badge img {
        max-width: 102px;
    }
}

.review-item__text {
    flex: 1 1 0;
    font-size: .875rem;
    color: #595959;
}

.review-item__author {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin-bottom: 0;
    margin-right: 90px;
}

.review-item__author img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    object-fit: cover;
}

.review-item__author figcaption {
    flex: 1 1 0;
    color: #000;
}

.review-item__author figcaption strong {
    display: block;
    font-size: 1rem;
}

.review-item q:after,
.review-item q:before {
    display: none;
}

/* expand block overwrites */
.expand-ss .expand-tabs .nav-tabs {
    background-color: hsla(0, 0%, 100%, .2);
    border-radius: 4px;
    padding-left: 0;
    overflow: hidden;
}

.expand-ss .expand-tabs .nav-item {
    flex: 1 1 0;
    position: relative;
    right: -1px;
    bottom: -1px;
}

.expand-ss .expand-tabs .nav-item:after,
.expand-ss .expand-tabs .nav-item:before {
    content: "";
    position: absolute;
    background-color: #fff;
}

.expand-ss .expand-tabs .nav-item:before {
    top: 5px;
    bottom: 5px;
    right: 0;
    width: 1px;
}

.expand-ss .expand-tabs .nav-item:after {
    left: 5px;
    right: 5px;
    bottom: 0;
    height: 1px;
}

.expand-ss .expand-tabs .nav-link {
    margin: 0;
    border: 0;
    border-radius: 0;
    font-size: 16px;
    font-weight: 400;
    padding: 16px 20px;
    width: 100%;
}

.expand-ss .expand-tabs .nav-link.active {
    background: #0059a5;
    text-shadow: 1px 0 0 #fff
}

/* banner slider overwrites */

.slider.slider-ss {
    background-color: transparent;
    top: unset;
    margin-top: -80px;
    padding-bottom: 64px;
    margin-bottom: unset;
}

@media (max-width:991.98px) {
    .slider.slider-ss {
        margin-top: -60px;
    }
}

@media (max-width:767.98px) {
    .slider.slider-ss {
        margin-top: -50px;
    }
}

@media (min-width:768px) {
    .slider.slider-ss {
        padding-bottom: 80px;
    }
}

@media (min-width:1200px) {
    .slider.slider-ss {
        padding-bottom: 90px;
    }
}
.inner-banner{
    position: relative;
    z-index: 2;
    padding: 50px 0 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.inner-banner::after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .52);
    z-index: -1;
}
.inner-banner__text{
    color: #fff;
}
@media (min-width: 992px){
    .inner-banner__text{
        padding-bottom: 48px;
    }
}
@media (max-width: 991.98px){
    .inner-banner__text{
        text-align: center;
        margin-bottom: 32px;
    }
}
.inner-banner__text h1 small{
    font-size: 75%;
    font-weight: 600;
    display: block;
}
.inner-banner__text h1{
    font-size: 32px;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
}
@media (min-width: 992px){
    .inner-banner__text h1{
        font-size: 40px;
        max-width: 440px;
    }
}
.inner-banner__form{
    background-color: #fff;
    border-radius: 4px;
    padding: 24px 16px;
    margin-bottom: -100px;
    position: relative;
    z-index: 1;
    box-shadow: 0 3px 16px rgba(0, 0, 0, .06);
}
@media (min-width: 768px){
    .inner-banner__form{
        padding: 24px 20px;
    }
}
@media (min-width: 1200px){
    .inner-banner__form{
        padding: 32px;
    }
}
.banner__breadcrumbs {
    font-size: 16px;
    margin-top: 20px;
}
@media (min-width: 768px){
    .banner__breadcrumbs {
        font-size: 18px;
    }
}
@media (min-width: 1200px){
    .banner__breadcrumbs {
        font-size: 20px;
    }
}
.banner__breadcrumbs a{
    color: #fff;
}

.list-arrow ul,
ul.list-arrow {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
    color: #595959;
    text-transform: uppercase
}

@media (min-width:992px) {

    .list-arrow ul,
    ul.list-arrow {
        font-size: 18px
    }
}

.list-arrow ul li,
ul.list-arrow li {
    position: relative;
    padding-left: 28px;
    margin: 10px 0
}

.list-arrow ul li:before,
ul.list-arrow li:before {
    content: "\E90F";
    font-family: icomoon;
    font-size: 14px;
    color: #0056a3;
    position: absolute;
    top: 3px;
    left: 0
}

.industry-pills {
    margin: 24px 0
}

@media (min-width:768px) {
    .industry-pills {
        margin: 32px 0
    }
}

@media (min-width:1200px) {
    .industry-pills {
        margin: 48px 0
    }
}

@media (max-width:991.98px) {
    .ss-pills .nav-pills {
        gap: 8px
    }
}

@media (max-width:575.98px) {
    .ss-pills .nav-item {
        width: 100%
    }
}

@media (min-width:992px) {
    .ss-pills .nav-item:not(:first-child) .nav-link {
        margin-left: -52px;
        padding-left: 76px
    }
}

@media (min-width:1200px) {
    .ss-pills .nav-item:not(:first-child) .nav-link {
        margin-left: -64px;
        padding-left: 104px
    }
}

.ss-pills .nav-link {
    position: relative;
    font-weight: 600;
    color: #595959;
    text-transform: uppercase;
    border: 1px solid #b8b8b8;
    background-color: #fff;
    border-radius: 44px;
    height: 100%;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.2;
    transition: all .2s ease-in-out;
    padding: 10px 24px;
    font-size: 16px
}

@media (min-width:992px) {
    .ss-pills .nav-link {
        width: auto;
        max-width: 280px
    }
}

@media (min-width:1200px) {
    .ss-pills .nav-link {
        max-width: 335px;
        padding: 13px 40px;
        font-size: 18px
    }
}

.ss-pills .nav-link strong {
    font-weight: 700;
    color: #0056a3
}

.ss-pills .nav-link strong small {
    font-size: 77%;
    display: block;
    color: #595959
}

.ss-pills .nav-link:hover:not(.active) {
    border-color: #0660be;
    color: #0660be
}

.ss-pills .nav-link.active {
    background-color: #0660be;
    border-color: #0660be;
    color: #fff;
    text-shadow: -1px 0 0 #fff
}

.ss-pills .nav-link.active strong {
    color: inherit;
    text-shadow: none
}

.ss-pills .nav-link.active strong small {
    color: inherit
}

.pricing-plans.pricing-plans--ss {
    background-color: #fff;
    padding-bottom: 48px
}

@media (min-width:768px) {
    .pricing-plans.pricing-plans--ss {
        padding-bottom: 64px
    }
}

@media (min-width:992px) {
    .pricing-plans.pricing-plans--ss {
        padding-bottom: 80px
    }
}

@media (min-width:1200px) {
    .pricing-plans.pricing-plans--ss {
        padding-bottom: 96px
    }
}

.pricing-plans.pricing-plans--ss .row {
    margin-left: -6px;
    margin-right: -6px;
    row-gap: 16px
}

.pricing-plans.pricing-plans--ss .row [class*=col-] {
    padding-left: 6px;
    padding-right: 6px
}

@media (min-width:768px) {
    .pricing-plans.pricing-plans--ss .row [class*=col-] {
        margin-top: 34px
    }
}

.pricing-plans.pricing-plans--ss .plan {
    box-shadow: none;
    border: 1px solid rgba(6, 96, 190, .51)
}

.pricing-plans.pricing-plans--ss .plan.popular {
    position: relative;
    background-color: #ecf5ff;
    color: inherit
}

.pricing-plans.pricing-plans--ss .plan.popular:before {
    background-color: #0660be;
    color: #fff;
    text-transform: uppercase;
    left: -1px;
    top: 0;
    font-weight: 400;
    padding: 5px 20px;
    font-size: 14px
}

@media (min-width:768px) {
    .pricing-plans.pricing-plans--ss .plan.popular:before {
        transform: translateY(-100%)
    }
}

@media (min-width:1200px) {
    .pricing-plans.pricing-plans--ss .plan.popular:before {
        font-size: 16px
    }
}

.pricing-plans.pricing-plans--ss .plan.popular .plan__title {
    color: #595959
}

.pricing-plans.pricing-plans--ss .plan.popular .plan__price span,
.pricing-plans.pricing-plans--ss .plan.popular .plan__price span small,
.pricing-plans.pricing-plans--ss .plan.popular .plan__setup p {
    color: #0660be
}

.pricing-plans.pricing-plans--ss .plan.popular .plan__setup p span {
    color: #595959
}

.pricing-plans.pricing-plans--ss .plan.popular .plan__include p {
    color: #0660be
}

.pricing-plans.pricing-plans--ss .plan.popular .plan__include ul li {
    color: #595959
}

.pricing-plans.pricing-plans--ss .plan.popular .plan__btn {
    border-color: #0660be
}

.pricing-plans.pricing-plans--ss .plan.custom .plan__btn {
    background: #0660be
}

.pricing-plans.pricing-plans--ss .plan.custom .plan__btn:hover {
    background: #fff;
    color: #0660be
}

.pricing-plans.pricing-plans--ss .plan__title {
    color: #595959;
    font-weight: 600
}

@media (min-width:1200px) {
    .pricing-plans.pricing-plans--ss .plan__title {
        font-size: 30px
    }
}

@media (min-width:1200px) {
    .pricing-plans.pricing-plans--ss .plan__price span {
        font-size: 60px
    }
}

.pricing-plans.pricing-plans--ss .plan__price span.seperator {
    font-weight: 400
}

.pricing-plans.pricing-plans--ss .plan__price span small {
    font-size: 33.33%;
    color: #0660be
}

.pricing-plans.pricing-plans--ss .plan__setup:after,
.pricing-plans.pricing-plans--ss .plan__setup:before {
    width: 100%;
    background-color: rgba(89, 89, 89, .25);
    left: 0
}

.pricing-plans.pricing-plans--ss .plan__setup p {
    color: #0660be;
    font-weight: 600
}

.pricing-plans.pricing-plans--ss .plan__setup p span {
    font-size: 12px;
    color: #595959
}

.pricing-plans.pricing-plans--ss .plan__include p {
    font-size: 20px;
    font-weight: 700;
    color: #0660be
}
.pricing-plans.pricing-plans--ss .plan__include ul{
    margin-bottom: 0;
}

.pricing-plans.pricing-plans--ss .plan__include ul li {
    color: #595959
}

@media (min-width:1200px) {
    .pricing-plans.pricing-plans--ss .plan__include ul li {
        font-size: 18px
    }
}

.pricing-plans.pricing-plans--ss .plan__include ul li:before {
    content: "\E90B";
    font-family: icomoon;
    color: #0660be;
    background: none;
    width: auto;
    height: auto;
    font-size: 12px
}

.pricing-plans.pricing-plans--ss .plan__wrapper-btn {
    position: static;
    margin-bottom: 20px
}

.pricing-plans.pricing-plans--ss .plan__btn {
    font-weight: 400;
    text-transform: capitalize;
    width: 100%;
    display: inline-block;
    text-decoration: none;
    background: #0660be;
    border: 1px solid #0660be;
    transition: all .2s ease-in-out
}

@media (min-width:1200px) {
    .pricing-plans.pricing-plans--ss .plan__btn {
        font-size: 22px;
        padding: 12px 20px
    }
}

.pricing-plans.pricing-plans--ss .plan__btn:hover {
    background: #fff;
    color: #0660be
}

.pricing-plans.pricing-plans--ss .plan__btn.annualy {
    display: none
}

.pricing-plans.pricing-plans--custom .row {
    margin-left: -15px;
    margin-right: -15px
}

@media (min-width:768px) {
    .pricing-plans.pricing-plans--custom .row {
        margin-left: -24px;
        margin-right: -24px
    }
}

@media (min-width:1200px) {
    .pricing-plans.pricing-plans--custom .row {
        margin-left: -35px;
        margin-right: -35px
    }
}

.pricing-plans.pricing-plans--custom .row [class*=col-] {
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    .pricing-plans.pricing-plans--custom .row [class*=col-] {
        padding-left: 24px;
        padding-right: 24px
    }
}

@media (min-width:1200px) {
    .pricing-plans.pricing-plans--custom .row [class*=col-] {
        padding-left: 35px;
        padding-right: 35px
    }
}

.pricing-plans.pricing-plans--custom .plan.custom {
    background-color: #ecf5ff
}

@media (min-width:1200px) {
    .pricing-plans.pricing-plans--custom .plan.custom .plan__price span {
        font-size: 50px
    }
}

.pricing-plans .text-content h3 {
    font-size: 22px;
    text-transform: uppercase;
    color: #0660be;
    font-weight: 700;
    margin: 20px 0 14px;
    line-height: 1.45
}

@media (min-width:768px) {
    .pricing-plans .text-content h3 {
        margin: 24px 0 18px
    }
}

@media (min-width:1200px) {
    .pricing-plans .text-content h3 {
        margin: 28px 0 22px
    }
}

.section-py {
    padding: 48px 0
}

@media (min-width:768px) {
    .section-py {
        padding: 64px 0
    }
}

@media (min-width:1200px) {
    .section-py {
        padding: 80px 0
    }
}

.features-addons.features-addons--ss {
    background-color: #eeeef0
}

.features-addons.features-addons--ss .select-industry {
    padding-top: 0;
    padding-bottom: 0
}

.features-addons.features-addons--ss .nav-pills,
.features-addons.features-addons--ss .pricing-text,
.features-addons.features-addons--ss .select-container {
    margin-bottom: 32px
}

@media (min-width:992px) {

    .features-addons.features-addons--ss .nav-pills,
    .features-addons.features-addons--ss .pricing-text,
    .features-addons.features-addons--ss .select-container {
        margin-bottom: 48px
    }
}

.features-addons.features-addons--ss .pricing-text {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto
}

.features-addons.features-addons--ss table {
    background-color: #fff
}

.features-addons.features-addons--ss table td,
.features-addons.features-addons--ss table th {
    border-color: hsla(0, 0%, 43.9%, .2);
    vertical-align: middle
}

@media (min-width:768px) {

    .features-addons.features-addons--ss table td,
    .features-addons.features-addons--ss table th {
        padding: 24px 16px
    }
}

@media (min-width:1200px) {

    .features-addons.features-addons--ss table td,
    .features-addons.features-addons--ss table th {
        padding: 32px
    }
}

.features-addons.features-addons--ss table thead tr:first-child th:first-child {
    border-top: 1px solid hsla(0, 0%, 43.9%, .2);
    border-left: 1px solid hsla(0, 0%, 43.9%, .2)
}

.features-addons.features-addons--ss table thead tr th {
    border-bottom-width: 1px
}

.features-addons.features-addons--ss table tr th {
    font-size: 20px;
    color: #0660be
}

@media (min-width:768px) {
    .features-addons.features-addons--ss table tr th {
        font-size: 24px;
        font-size: 28px
    }
}

@media (min-width:992px) {
    .features-addons.features-addons--ss table tr th {
        font-size: 40px
    }
}

@media (min-width:1200px) {
    .features-addons.features-addons--ss table tr th {
        font-size: 50px
    }
}

.features-addons.features-addons--ss table tr th.features-plan {
    background: #fff
}

.features-addons.features-addons--ss table tr th.features-plan .features-plan__title {
    font-weight: 600;
    margin-bottom: 8px
}

@media (min-width:1200px) {
    .features-addons.features-addons--ss table tr th.features-plan .features-plan__title {
        font-size: 30px
    }
}

.features-addons.features-addons--ss table tr th.features-plan .features-plan__price {
    font-size: inherit
}

.features-addons.features-addons--ss table tr th.features-plan .features-plan__price .seperator {
    font-weight: 400
}

.features-addons.features-addons--ss table tr th.features-plan .features-plan__price small {
    display: inline;
    font-size: 60%;
    color: inherit
}

.features-addons.features-addons--ss table tr th.features-plan.custom .features-plan__price small {
    display: none;
}
.features-addons.features-addons--ss table tr th.features-plan.custom {
    padding: 12px
}

@media (min-width:768px) {
    .features-addons.features-addons--ss table tr th.features-plan.custom {
        padding: 24px 16px
    }
}

@media (min-width:1200px) {
    .features-addons.features-addons--ss table tr th.features-plan.custom {
        padding: 32px
    }
}

.features-addons.features-addons--ss table tr th.features-plan.custom .features-plan__price {
    font-size: inherit
}

.features-addons.features-addons--ss table tr th.features-plan.custom .features-plan__price .seperator {
    display: none
}

.features-addons.features-addons--ss table tr td.label-table {
    background: #fff
}

@media (min-width:1200px) {
    .features-addons.features-addons--ss table tr td:not(.label-table) {
        font-size: 18px
    }
}