h3, h3 a, .big-text {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    color: #000;
    text-align: left;
    margin-bottom: 18px;
}
.--m-minus-15 {
    margin-left: -15px;
    margin-right: -15px;
}
.--ml-minus-15 {
    margin-left: -15px;
}
.mt-6,
.my-6 {
    margin-top: 3.5rem !important;
}
.mb-6,
.my-6 {
    margin-bottom: 3.5rem !important;
}
.mt-7,
.my-7 {
    margin-top: 4rem !important;
}
.mb-7,
.my-7 {
    margin-bottom: 4rem !important;
}
.mt-8,
.my-8 {
    margin-top: 4.5rem !important;
}
.mb-8,
.my-8 {
    margin-bottom: 4.5rem !important;
}
.mt-9,
.my-9 {
    margin-top: 5rem !important;
}
.mb-9,
.my-9 {
    margin-bottom: 5rem !important;
}
.mt-10,
.my-10 {
    margin-top: 5.5rem !important;
}
.mb-10,
.my-10 {
    margin-bottom: 5.5rem !important;
}
.mt-90 {
    margin-top: 90px !important;
}
.mt-120 {
    margin-top: 120px !important;
}
.mb-120 {
    margin-bottom: 120px !important;
}
.text-purple {
    color: #4a5af9 !important;
}
.text-purple--light {
    color: #72195a !important;
}
.text-violet {
    color: rgb(138,43,226) !important;
        font-weight: bold;
    font-size: large;
}
.text-orange {
    color: #f47e20 !important;
}
.text-light-blue {
    color: #0ff !important;
}
.text-blue {
    color: #007bff !important;
}
.text-black {
    color: #000 !important;
}
.text-light-grey {
    color: #b6b6b6 !important;
}
.text-lighter-grey {
    color: #9c9c9c !important;
}
.text-gradient-purple-red,
.text-gradient-purple-red-hover:hover {
    background: linear-gradient(270deg, rgb(138,43,226), rgb(64,224,208));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.grey-scale-1 {
    filter: grayscale(1);
}
@media (max-width: 991px) {
    .pt-md-0--max-width {
        padding-top: 0 !important;
    }
    .pb-md-0--max-width {
        padding-bottom: 0 !important;
    }
}
@media (max-width: 767px) {
    .col-12-md {
        flex: 1 1 100% !important;
        max-width: 100% !important;
    }
    .pt-sm-0--max-width {
        padding-top: 0 !important;
    }
    .pb-sm-0--max-width {
        padding-bottom: 0 !important;
    }
}
@media (min-width: 576px) {
    .px-sm-60 {
        padding-left: 60px !important;
        padding-right: 60px !important;
    }
}
@media (min-width: 768px) {
    h1 {
        font-size: 36px;
        margin-bottom: 30px;
    }
    h2 {
        margin-bottom: 30px;
    }
    h3,
    h3 a {
        font-size: 22px;
    }
    h4,
    h4 a {
        font-size: 18px;
    }
    .font-weight-md-300 {
        font-weight: 300 !important;
    }
    .font-weight-md-400 {
        font-weight: 400 !important;
    }
    .font-weight-md-500 {
        font-weight: 500 !important;
    }
    .--margin-md-minus-15 {
        margin: 0 -15px;
    }
    .--translateY-md-30 {
        transform: translateY(30px);
    }
}
@media (min-width: 992px) {
    h1 {
        font-size: 48px;
    }
    h2 {
        font-size: 36px;
    }
    .my-lg-6 {
        margin-top: 3.5rem !important;
        margin-bottom: 3.5rem !important;
    }
    .mt-lg-7,
    .my-lg-7 {
        margin-top: 4rem !important;
    }
    .mb-lg-7,
    .my-lg-7 {
        margin-bottom: 4rem !important;
    }
    .mt-lg-8,
    .my-lg-8 {
        margin-top: 4.5rem !important;
    }
    .mb-lg-8,
    .my-lg-8 {
        margin-bottom: 4.5rem !important;
    }
    .mt-lg-9,
    .my-lg-9 {
        margin-top: 5rem !important;
    }
    .mb-lg-9,
    .my-lg-9 {
        margin-bottom: 5rem !important;
    }
    .mt-lg-10,
    .my-lg-10 {
        margin-top: 5.5rem !important;
    }
    .mb-lg-10,
    .my-lg-10 {
        margin-bottom: 5.5rem !important;
    }
    .mt-lg-80 {
        margin-top: 80px !important;
    }
    .mt-lg-120 {
        margin-top: 120px !important;
    }
    .pt-lg-10,
    .py-lg-10 {
        padding-top: 5.5rem !important;
    }
    .pb-lg-10,
    .py-lg-10 {
        padding-bottom: 5.5rem !important;
    }
    .pt-lg-80,
    .py-lg-80 {
        padding-top: 5.5rem !important;
    }
    .pb-lg-80,
    .py-lg-80 {
        padding-bottom: 80px !important;
    }
    .pb-lg-120 {
        padding-bottom: 120px !important;
    }
}
@media (min-width: 1200px) {
    .w-xl-150 {
        width: 150%;
    }
}
@media (min-width: 2100px) {
    body {
        font-size: 16px;
    }
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    /* max-width: 1010px; */
}
.osd-container-fluid {
    padding-top: 60px;
    padding-bottom: 60px;
}
.osd-hr-row {
    padding: 0 20px;
}
.hr-border-bottom {
    border-bottom: 1px solid #e9e9e9;
}
.text-link {
    color: #5d285f;
}
.breadcrumb {
    text-transform: capitalize;
    padding: 0 20px;
    font-size: 12px;
    background: 0;
    margin-bottom: 0;
}
.breadcrumb a {
    text-decoration: none;
    color: #000;
}
.breadcrumb__icon {
    display: inline-block;
    width: 11px;
    height: 10px;
    margin: 0 5px;
    /* background-image: url("/Themes/Content/Images/icon/icon-breadcrumb.svg"); */
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
@media (min-width: 768px) {
    .osd-container-fluid {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.modal-dialog {
    position: relative;
    width: 100%;
    margin: 10px;
}
.modal-content {
    position: relative;
    background-color: #fff;
    border: 0;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px;
}
.modal-header .close {
    margin-top: 15px;
}
#apply-form,
#apply-message-box {
    padding-right: 0 !important;
}
#apply-form .modal-header .close {
    margin-top: 0;
}
#apply-form .modal-dialog {
    align-self: center;
}
#apply-form .modal-body {
    width: 550px;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
}
.modal-body {
    position: relative;
    padding: 20px;
}
.modal-footer {
    margin-top: 15px;
    padding: 19px 20px 20px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
@media (min-width: 768px) {
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
    .modal-sm {
        width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}
@media (max-width: 991px) {
    #apply-form .modal-body,
    #apply-form .modal-dialog {
        width: 100%;
    }
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.invisible {
    visibility: hidden;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.hidden {
    display: none !important;
    visibility: hidden !important;
}
.affix {
    position: fixed;
}
@-ms-viewport {
    width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}
@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table;
    }
    tr.visible-md {
        display: table-row !important;
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}
.visible-print {
    display: none !important;
}
@media print {
    .visible-print {
        display: block !important;
    }
    table.visible-print {
        display: table;
    }
    tr.visible-print {
        display: table-row !important;
    }
    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}
@media print {
    .hidden-print {
        display: none !important;
    }
}
.img-loading {
    position: absolute;
    top: 50%;
    left: 50%;
}
.header-padding {
    padding-left: 0;
    padding-right: 0;
}
.header-effect {
    background-color: rgba(255, 255, 255, 0.92);
    background-color: #fff \9;
    padding-left: 0;
    padding-right: 0;
}
.header-effect-border {
    height: 75px;
}
.header-effect-small {
    height: 65px;
}
/* #content {
    margin-bottom: 81px;
} */
#content h1,
#content .title-spec {
    text-align: left;
}
#content h2 {
    margin-top: 54px;
}
#content h3 {
    margin-top: 27px;
    margin-bottom: 0;
}
#content h4 {
    margin-top: 27px;
}
#content p {
    margin-top: 0;
}
#apply-now p a {
    color: #fff !important;
    text-decoration: underline !important;
}
#content img {
    width: auto;
}
#content ul {
    margin-top: 27px;
    list-style-position: outside !important;
    padding-left: 15px;
}
.btn {
    font-size: 16px;
    font-weight: 500;
}
.osd-btn--primary {
    text-decoration: none;
    border: 0;
    background-color: rgb(138,43,226);
    background-image: linear-gradient(270deg, rgb(138,43,226), rgb(64,224,208));
    background-size: 400% 400%;
    background-repeat: no-repeat;
    border-radius: 30px;
    color: #fff;
    padding: 8px 15px;
    transition: ease 0.4s;
    animation: gradientMove 6s ease infinite;
}

@keyframes gradientMove {
    0% {
        background-position: 0 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0 50%;
    }
}

.osd-btn--secondary {
    text-decoration: none;
    border: 1px solid #601feb;
    background-color: transparent;
    border-radius: 8px;
    color: #601feb;
}
.osd-btn--primary.--long-btn {
    padding-left: 60px;
    padding-right: 60px;
}
.osd-btn--primary:active,
.osd-btn--primary:hover,
.osd-btn--primary:focus {
    color: #fff;
    background-size: 100% 100%;
    box-shadow: none;
}
.osd-btn--primary.--neon-green {
    background-color: #1df9a5;
    background-image: linear-gradient(to right, #52cd9e 70%, #1df9a5 100%);
    color: #000;
}
.osd-btn--primary.--black {
    background-color: #000;
    color: #fff;
}
.osd-btn--secondary:active,
.osd-btn--secondary:hover,
.osd-btn--secondary:focus {
    color: #fff !important;
    background-color: #c00f0f;
}
.osd-btn--primary.--full-width {
    width: 100%;
}
.btn-read-more {
    margin-top: 20px;
    padding: 0 40px;
    font-size: 16px;
    line-height: 40px;
    text-transform: uppercase;
    text-decoration: none;
}
a.read-more.arrow {
    font-size: 16px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    text-decoration: none;
    color: #601feb;
    cursor: pointer;
}
a.read-more.arrow:hover {
    color: #601feb;
    font-weight: 500;
}
.text-center.arrow {
    margin-left: -10px;
}
.arrow {
    position: relative;
}
.arrow.active .arrow-down,
.arrow:active .arrow-down,
.arrow:hover .arrow-down,
.arrow:focus .arrow-down {
    background-position-x: -50px;
}
.arrow .arrow-down {
    width: 20px;
    height: 20px;
    background-position: -16px 2px;
    background-repeat: no-repeat;
    position: absolute;
    top: 30px;
    right: -20px;
}
.arrow .arrow-read-more {
    width: 15px;
    height: 11px;
    /* background-image: url("/Themes/Content/Images/icon/spirte-arrow-icon.png"); */
    background-repeat: no-repeat;
    background-position: 0 -5px;
    position: absolute;
    top: 6px;
    right: -15px;
    cursor: pointer;
}
.osd-customize-bullet ul {
    margin-bottom: 15px;
    padding-left: 30px;
}
.osd-customize-bullet ul li,
.osd-customize-bullet ol li {
    position: relative;
    list-style-type: none;
    line-height: 1.4;
    margin-bottom: 10px;
}
.osd-customize-bullet ul li::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    display: inline-block;
    background: #ddd;
    border-radius: 50%;
    left: -30px;
    top: 12px;
}
.osd-customize-bullet li ul {
    position: relative;
    list-style-type: none;
    line-height: 1.4;
    margin-top: 10px;
    padding-left: 20px;
}
.osd-customize-bullet li ul li::before {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    display: inline-block;
    background: #000;
    border-radius: 50%;
    left: -20px;
    top: 11px;
}
.osd-customize-bullet--dark ul li::before {
    background: #000;
    width: 5px;
    height: 5px;
    top: 16px;
}
.osd-customize-bullet--red ul li::before {
    background: #601feb;
    width: 5px;
    height: 5px;
    top: 10px;
    left: -15px;
}
.osd-customize-bullet--light-red ul li::before {
    background: #ff9d97;
    top: 11px;
}
.osd-customize-bullet--radial-red ul li::before {
    background: #601feb;
    border: 3.5px solid #ff9d97;
    top: 6px;
    width: 15px;
    height: 15px;
}
.osd-customize-bullet--radial-purple ul li::before {
    background: #7a91fb;
    border: 3.5px solid rgba(255, 255, 255, 0.7);
    top: 6px;
    width: 15px;
    height: 15px;
}
.osd-customize-bullet--radial-orange ul li::before {
    background: #f47e20;
    border: 3.5px solid #fcd8bc;
    top: 6px;
    width: 15px;
    height: 15px;
}
@media screen and (min-width: 768px) {
    .osd-btn--primary.--width-md-auto {
        width: auto;
    }
    .osd-btn--primary {
        padding: 8px 20px;
    }
}
@media screen and (max-width: 767px) {
    .osd-customize-bullet .read-more {
        padding-left: 0;
    }
}
.osd-container-background {
    background-color: #f5f5f5;
}
.mt-180 {
    margin-top: 180px !important;
}
.mt-50 {
    margin-top: 50px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-20 {
    margin-top: 20px;
}
.br-md,
.br-xl {
    display: none;
}
@media (min-width: 768px) {
    .pt-md-30 {
        padding-top: 30px;
    }
}
@media (min-width: 992px) {
    .mb-lg-50 {
        margin-bottom: 50px !important;
    }
    .justify-lg-content-end {
        justify-content: flex-end !important;
    }
}
@media (min-width: 1600px) {
    .br-xl {
        display: inline;
    }
}
@media screen and (max-width: 449px) {
    .br-xxs {
        display: block;
    }
    .mt-xxs-10 {
        margin-top: 10px;
    }
    .ml-xxs-0 {
        margin-left: 0;
    }
}
@media screen and (min-width: 450px) {
    .br-xxs {
        display: none;
    }
}
@media screen and (min-width: 768px) {
    .br-xs {
        display: none;
    }
}
@media screen and (max-width: 1200px) {
    .br-lg {
        display: block;
    }
}
@media screen and (max-width: 991px) {
    .br-lg {
        display: none;
    }
    .mt-sm-40 {
        margin-top: 40px;
    }
    .mb-sm-30 {
        margin-bottom: 30px;
    }
    .br-md {
        display: block;
    }
    .text-left-sm {
        text-align: left;
    }
    .mt-md-140 {
        margin-top: 140px !important;
    }
    .py-0-lg {
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }
    .pb-0-lg {
        padding-bottom: 0 !important;
    }
}
@media screen and (max-width: 767px) {
    .br-md {
        display: none;
    }
    .br-xs {
        display: block;
    }
    .mt-xs-20 {
        margin-top: 20px;
    }
    .mt-xs-30 {
        margin-top: 30px;
    }
    .mt-xs-40 {
        margin-top: 40px;
    }
    .text-left-xs {
        text-align: left;
    }
    .mt-sm-100 {
        margin-top: 100px !important;
    }
}
.overflow-hidden-layout {
    overflow: hidden;
}
.overflow-menu-layout {
    overflow: visible;
    width: 100%;
}
.main-grid {
    max-width: 1340px;
    width: 100%;
    position: relative;
margin: auto;
}
.main-grid.--narrow {
    max-width: 1200px;
}
.main-grid__content {
    /* max-width: 1020px; */
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
}
.main-grid__article-content {
    max-width: 690px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
}
@media (min-width: 1600px) {
    .main-grid.--wide {
        max-width: 1540px;
    }
}
@media (min-width: 2000px) {
    .main-grid.--wide {
        max-width: 1760px;
    }
}
#inline-menu {
    position: relative;
    margin-left: 15px;
}
.vertical-line {
    position: absolute;
    width: 1px;
    height: 100%;
    background: #333;
    bottom: 0;
    left: 0;
}
#content-inline-menu {
    margin-top: 25px;
}
#content-inline-menu h2 {
    padding-left: 15px;
    padding-top: 0;
    color: #010101;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    margin: 18px 0 10px !important;
    width: 100%;
    text-align: left;
    text-transform: uppercase;
}
#content-inline-menu .btn:focus {
    outline: 0;
    box-shadow: none;
}
#inline-menu .card {
    display: block;
    border: 0;
}
#inline-menu .card-header {
    background: 0;
    border: 0;
    padding-bottom: 0;
    padding-top: 0;
}
#inline-menu .card-body {
    padding: 0 0 0 20px;
    margin-top: 0;
    list-style: none;
}
#inline-menu .btn-link {
    font-size: 18px;
    text-decoration: underline;
    color: #333;
    position: relative;
}
#inline-menu a {
    text-decoration: none;
    font-size: 18px;
    color: #333;
}
.btn-link::before {
    position: absolute;
    content: "";
    right: -12px;
    width: 15px;
    height: 15px;
    top: 56%;
    transform: translateY(-50%) rotateX(180deg);
    transition: 0.35s;
    /* background-image: url(/Themes/Content/Images/icon/spirte-arrow-icon.png); */
    background-repeat: no-repeat;
    background-position: -33px -2px;
}
.btn-link.collapsed::before {
    transform: translateY(-50%);
}
@media (min-width: 992px) {
    #inline-menu {
        margin-left: 0;
    }
    .vertical-line {
        left: 13px;
    }
    #content-inline-menu h2 {
        padding-left: 30px;
        margin: 9px 0 10px !important;
    }
    #inline-menu .card {
        display: inline-block;
        vertical-align: top;
        margin-right: 30px;
    }
    #inline-menu .card-body {
        width: max-content;
    }
}
.fade {
    transition: opacity 0.5s ease;
}
